@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Regular.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Medium.woff2)format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Bold.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Black.woff2)format("woff2");font-weight:900;font-style:normal;font-display:swap}*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#fafafa;--bg-elevated:#fff;--text:#0f0f0f;--text-secondary:#525252;--text-muted:#a1a1a1;--accent:#0f0f0f;--accent-subtle:#e8e8e8;--border:#e8e8e8;--gradient-1:#dbeafe;--gradient-2:#e0e7ff;--gradient-3:#bfdbfe}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:Satoshi,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}.app{flex-direction:column;min-height:100vh;display:flex;position:relative}.orb-container{pointer-events:none;z-index:0;position:fixed;inset:0;overflow:hidden}.orb{filter:blur(80px);opacity:.5;border-radius:50%;position:absolute}.orb-1{background:var(--gradient-1);width:600px;height:600px;top:-200px;right:-100px}.orb-2{background:var(--gradient-2);width:500px;height:500px;bottom:-150px;left:-100px}.orb-3{background:var(--gradient-3);width:400px;height:400px;top:50%;left:50%;transform:translate(-50%,-50%)}.grid-pattern{pointer-events:none;z-index:1;background-image:linear-gradient(#00000004 1px,#0000 1px),linear-gradient(90deg,#00000004 1px,#0000 1px);background-size:60px 60px;position:fixed;inset:0}.floating-card{background:var(--bg-elevated);border:1px solid var(--border);z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffc;border-radius:16px;flex-direction:column;gap:.25rem;padding:1.25rem 1.5rem;display:flex;position:fixed;box-shadow:0 1px 2px #00000005,0 4px 16px #0000000a}.floating-card-title{letter-spacing:-.02em;font-family:Instrument Serif,Georgia,serif;font-size:1.75rem;font-weight:400}.floating-card-subtitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.nav{z-index:10;justify-content:space-between;align-items:center;padding:1.5rem 3rem;display:flex;position:relative}.logo{align-items:center;gap:0;display:flex}.logo-img{width:auto;height:32px}.logo-text{letter-spacing:-.03em;font-size:1.25rem;font-weight:600}.nav-links{gap:2.5rem;display:flex}.nav-link{color:var(--text-secondary);font-size:.9rem;text-decoration:none;transition:color .2s}.nav-link:hover{color:var(--text)}.hero{z-index:5;flex:1;justify-content:center;align-items:center;padding:2rem 3rem 4rem;display:flex;position:relative}.hero-content{text-align:center;max-width:680px}.app-scrollable .hero{justify-content:flex-start;align-items:center}.app-scrollable .hero-content{text-align:left;flex:1;width:100%;max-width:none}.app-scrollable .form-container{margin:0;display:block;width:100%!important;max-width:none!important}.eyebrow{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:.625rem;margin-bottom:1.75rem;font-size:.8rem;display:inline-flex}.eyebrow-dot{background:#22c55e;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.9)}}.headline{letter-spacing:-.03em;margin-bottom:1.5rem;font-family:Instrument Serif,Georgia,serif;font-size:clamp(3rem,7vw,4.5rem);font-weight:400;line-height:1.05}.headline-italic{background:linear-gradient(135deg,var(--text)0%,#525252 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic}.description{color:var(--text-secondary);max-width:520px;margin:0 auto 2rem;font-size:1.125rem;line-height:1.7}.feature-tags{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2.5rem;display:flex}.feature-tag{color:var(--text-muted);background:0 0;border:none;align-items:center;gap:.625rem;padding:.5rem .875rem;font-size:.8rem;font-weight:450;transition:color .2s;display:inline-flex;position:relative}.feature-tag:after{content:"";background:var(--border);border-radius:50%;width:3px;height:3px;position:absolute;top:50%;right:-.25rem;transform:translateY(-50%)}.feature-tag:last-child:after{display:none}.feature-tag:hover{color:var(--text)}.feature-tag-icon{opacity:.5;font-size:.7rem;transition:opacity .2s}.feature-tag:hover .feature-tag-icon{opacity:.8}.form-container{max-width:480px;margin:0 auto}.email-form{flex-direction:column;gap:1rem;display:flex}.input-wrapper{background:var(--bg-elevated);border:1px solid var(--border);border-radius:16px;gap:.75rem;padding:.5rem;transition:all .2s;display:flex;box-shadow:0 1px 2px #00000005,0 4px 12px #00000008}.input-wrapper:focus-within{border-color:#c4c4c4;box-shadow:0 1px 2px #00000005,0 8px 24px #0000000f}.input-wrapper input{color:var(--text);background:0 0;border:none;outline:none;flex:1;padding:.875rem 1rem;font-family:inherit;font-size:1rem}.input-wrapper input::placeholder{color:var(--text-muted)}.input-wrapper button{letter-spacing:-.01em;color:#fafafa;cursor:pointer;white-space:nowrap;background:linear-gradient(#303030 0%,#1a1a1a 50%,#0f0f0f 100%);border:none;border-top:1px solid #ffffff26;border-radius:12px;align-items:center;gap:.5rem;padding:1rem 1.75rem;font-family:inherit;font-size:.9rem;font-weight:500;transition:all .15s;display:flex;box-shadow:inset 0 1px #ffffff0d,inset 0 -1px #0000004d,0 2px #000,0 4px 8px #00000040,0 8px 24px #00000026}.input-wrapper button:hover:not(:disabled){background:linear-gradient(#3a3a3a 0%,#252525 50%,#1a1a1a 100%);transform:translateY(-2px);box-shadow:inset 0 1px #ffffff14,inset 0 -1px #0000004d,0 3px #000,0 6px 12px #0000004d,0 12px 32px #0003}.input-wrapper button:active:not(:disabled){transform:translateY(1px);box-shadow:inset 0 1px #ffffff08,inset 0 -1px #0000004d,0 1px #000,0 2px 4px #0003}.input-wrapper button:disabled{opacity:.5;cursor:not-allowed}.loading-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.form-note{color:var(--text-muted);text-align:center;font-size:.85rem}.success-state{background:var(--bg-elevated);border:1px solid var(--border);border-radius:16px;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex;box-shadow:0 1px 2px #00000005,0 4px 12px #00000008}.success-icon{color:#fff;background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.success-text{text-align:left;flex-direction:column;gap:.25rem;display:flex}.success-title{font-size:1rem;font-weight:600}.success-subtitle{color:var(--text-secondary);font-size:.9rem}.questionnaire{text-align:left;flex-direction:column;align-items:flex-start;display:flex;width:90%!important}.app-scrollable .questionnaire{width:90%!important}@media (min-width:1024px){.questionnaire,.app-scrollable .questionnaire{width:45%!important}.app-scrollable .hero{justify-content:center!important;align-items:center!important}.app-scrollable .hero-content{flex-direction:column!important;align-items:center!important;width:100%!important;display:flex!important}.app-scrollable .form-container{justify-content:center!important;width:100%!important;display:flex!important}.app-scrollable .questionnaire,.app-scrollable .thank-you{text-align:center!important;align-items:center!important}}.q-progress{background:var(--accent-subtle);z-index:100;height:4px;position:fixed;top:0;left:0;right:0}.q-progress-bar{background:var(--text);height:100%;transition:width .4s}.q-step{flex-direction:column;align-items:flex-start;gap:1.5rem;width:100%;padding:2rem 0;display:flex}.q-number{color:var(--text);align-items:center;gap:.5rem;font-size:1rem;font-weight:500;display:flex}.q-arrow{color:var(--text-muted)}.q-title{color:var(--text);letter-spacing:-.02em;font-family:Satoshi,-apple-system,sans-serif;font-size:clamp(1.5rem,4vw,2rem);font-weight:500;line-height:1.35}.q-subtitle{color:var(--text-muted);margin-top:-.75rem;font-size:.95rem}.q-input{border:none;border-bottom:2px solid var(--border);width:100%;color:var(--text);background:0 0;outline:none;padding:1rem 0;font-family:inherit;font-size:clamp(1.25rem,3vw,1.75rem);transition:border-color .2s}.q-input:focus{border-color:var(--text)}.q-input::placeholder{color:var(--text-muted)}.q-input-wrapper{border-bottom:2px solid var(--border);align-items:center;width:100%;transition:border-color .2s;display:flex}.q-input-wrapper:focus-within{border-color:var(--text)}.q-input-prefix{color:var(--text-muted);padding-right:.25rem;font-size:clamp(1.25rem,3vw,1.75rem)}.q-input.with-prefix{border:none;padding-left:0}.q-textarea{border:none;border-bottom:2px solid var(--border);width:100%;color:var(--text);resize:none;background:0 0;outline:none;padding:1rem 0;font-family:inherit;font-size:clamp(1.125rem,2.5vw,1.5rem);line-height:1.5;transition:border-color .2s}.q-textarea:focus{border-color:var(--text)}.q-textarea::placeholder{color:var(--text-muted)}.q-options{flex-direction:column;gap:.75rem;width:100%;display:flex}.q-option{border:1px solid var(--border);cursor:pointer;text-align:left;background:0 0;border-radius:8px;align-items:center;gap:1rem;padding:1rem 1.25rem;font-family:inherit;transition:all .15s;display:flex}.q-option:hover{border-color:var(--text);background:#00000005}.q-option.selected{border-color:var(--text);background:var(--text)}.q-option.selected .q-option-key{color:var(--text);background:#fff}.q-option.selected .q-option-label{color:#fff}.q-option-key{border:1px solid var(--border);width:28px;height:28px;color:var(--text-secondary);background:0 0;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:600;transition:all .15s;display:flex}.q-option:hover .q-option-key{border-color:var(--text)}.q-option-label{color:var(--text);font-size:1rem;transition:color .15s}.q-binary-options{gap:.75rem;width:100%;display:flex}.q-binary-options .q-option{flex:1;justify-content:center}.q-actions{align-items:center;gap:1rem;margin-top:.5rem;display:flex}.q-next-btn{background:var(--text);color:var(--bg);cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .15s;display:inline-flex}.q-next-btn:hover:not(:disabled){opacity:.85}.q-next-btn:disabled{opacity:.3;cursor:not-allowed}.q-hint{color:var(--text-muted);font-size:.85rem}.q-hint strong{color:var(--text-secondary);font-weight:500}.q-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem}.q-submitting{color:var(--text-secondary);align-items:center;gap:.75rem;margin-top:1.5rem;font-size:.9rem;display:flex}.thank-you{text-align:left;align-items:flex-start;padding:3rem 0;width:90%!important}.app-scrollable .thank-you{width:90%!important}@media (min-width:1024px){.thank-you,.app-scrollable .thank-you{width:45%!important}}.thank-you-icon{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.75rem;display:flex;box-shadow:0 4px 16px #10b98140}.thank-you-icon svg{width:28px;height:28px}.thank-you-eyebrow{color:var(--text-secondary);letter-spacing:.01em;margin-bottom:.5rem;font-size:1rem;font-weight:500}.thank-you-title{color:var(--text);letter-spacing:-.01em;margin-bottom:2.5rem;font-family:Instrument Serif,Georgia,serif;font-size:clamp(1.75rem,5vw,2.5rem);font-style:italic;font-weight:400;line-height:1.2}.thank-you-body{border-top:1px solid var(--border);flex-direction:column;gap:0;padding-top:2rem;display:flex}.thank-you-message{color:var(--text);margin-bottom:1rem;font-size:1.05rem;font-weight:500;line-height:1.5}.thank-you-detail{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}.thank-you-note{color:var(--text-muted);font-size:.875rem;line-height:1.6}.footer{z-index:10;color:var(--text-muted);justify-content:space-between;align-items:center;padding:1.5rem 3rem;font-size:.85rem;display:flex;position:relative}.footer-links{gap:2rem;display:flex}.footer-links a{color:var(--text-muted);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--text-secondary)}@media (max-width:768px){html,body{height:100svh;overflow:hidden}.app{min-height:unset;height:100svh;overflow:hidden}.app.app-scrollable{height:auto;min-height:100svh;overflow-y:auto}.floating-card{display:none}.nav{padding:1.25rem 1.5rem}.nav-links{display:none}.hero{flex:1;min-height:0;padding:1.5rem 1.5rem 1rem}.app-scrollable .hero{padding:1.5rem}.app-scrollable .form-container{width:100%;max-width:none;margin:0}.app-scrollable .questionnaire,.app-scrollable .thank-you{width:90%}.headline{font-size:clamp(2.5rem,10vw,3.5rem)}.description{font-size:1rem}.feature-tags{gap:.5rem}.feature-tag{padding:.5rem .875rem;font-size:.8rem}.input-wrapper{flex-direction:column;padding:.75rem}.input-wrapper input{padding:.75rem}.input-wrapper button{justify-content:center;padding:1rem}.footer{text-align:center;flex-direction:column;gap:1rem;padding:1.5rem}.orb-1{width:400px;height:400px;top:-150px;right:-150px}.orb-2{width:350px;height:350px;bottom:-100px;left:-150px}.orb-3{width:300px;height:300px}.q-step{gap:1.25rem;padding:1.5rem 0}.q-title{font-size:1.5rem}.q-input,.q-input-prefix{font-size:1.25rem}.q-textarea{font-size:1.125rem}.q-hint{display:none}.thank-you{padding:2.5rem 0}.thank-you-icon{border-radius:14px;width:48px;height:48px;margin-bottom:1.5rem}.thank-you-icon svg{width:24px;height:24px}.thank-you-eyebrow{font-size:.95rem}.thank-you-title{margin-bottom:2rem;font-size:clamp(1.5rem,4vw,2rem)}.thank-you-body{padding-top:1.5rem}.thank-you-message{font-size:1rem}.thank-you-detail{margin-bottom:1.25rem;font-size:.9rem}.thank-you-note{font-size:.825rem}}@media (max-width:480px){html{font-size:15px;overflow:hidden}body{height:100svh;overflow:hidden}.app{min-height:unset;height:100svh;overflow:hidden}.app.app-scrollable{height:auto;min-height:100svh;overflow-y:auto}.nav{padding:1rem 1.25rem}.logo-img{height:26px}.logo-text{font-size:1.1rem}.hero{flex:1;min-height:0;padding:1rem 1.25rem}.hero-content{max-width:100%}.app-scrollable .hero{padding:1.25rem;padding-left:max(5vw,env(safe-area-inset-left));padding-right:max(5vw,env(safe-area-inset-right))}.app-scrollable .form-container{width:100%;max-width:none;margin:0}.app-scrollable .questionnaire,.app-scrollable .thank-you{width:90%}.eyebrow{letter-spacing:.1em;margin-bottom:1.5rem;font-size:.7rem}.headline{margin-bottom:1.25rem;font-size:clamp(2.5rem,12vw,3rem);line-height:1.1}.description{margin-bottom:1.75rem;padding:0 .5rem;font-size:1.05rem;line-height:1.6}.feature-tags{flex-flow:wrap;justify-content:center;gap:.25rem .5rem;margin-bottom:2rem;padding:0 .5rem}.feature-tag{gap:.4rem;padding:.375rem .5rem;font-size:.7rem}.feature-tag-icon{font-size:.6rem}.feature-tag:after{width:2px;height:2px;right:-.125rem}.form-container{padding:0}.input-wrapper{border-radius:14px;gap:.625rem;padding:.625rem}.input-wrapper input{border-radius:10px;padding:.875rem .75rem;font-size:16px}.input-wrapper button{border-radius:10px;padding:1rem 1.25rem;font-size:.95rem;font-weight:600}.form-note{margin-top:.75rem;font-size:.8rem}.success-state{text-align:center;border-radius:14px;flex-direction:column;padding:1.5rem 1.25rem}.success-icon{border-radius:14px;width:52px;height:52px}.success-icon svg{width:26px;height:26px}.success-text{text-align:center;gap:.375rem}.success-title{font-size:1.05rem}.success-subtitle{font-size:.875rem;line-height:1.5}.q-progress{height:3px}.q-step{gap:1rem;padding:1rem 0}.q-number{font-size:.9rem}.q-title{font-size:1.25rem;line-height:1.3}.q-subtitle{margin-top:-.5rem;font-size:.85rem}.q-input{padding:.75rem 0;font-size:16px}.q-input-prefix{font-size:16px}.q-textarea{padding:.75rem 0;font-size:16px}.q-options{gap:.5rem}.q-option{border-radius:6px;gap:.75rem;padding:.75rem 1rem}.q-option-key{border-radius:4px;width:26px;height:26px;font-size:.75rem}.q-option-label{font-size:.9rem}.q-binary-options{gap:.5rem}.q-next-btn{padding:.625rem 1rem;font-size:.85rem}.q-hint{display:none}.thank-you{padding:2rem 0}.thank-you-icon{border-radius:12px;width:44px;height:44px;margin-bottom:1.25rem;box-shadow:0 3px 12px #10b98133}.thank-you-icon svg{width:22px;height:22px}.thank-you-eyebrow{margin-bottom:.375rem;font-size:.9rem}.thank-you-title{margin-bottom:1.75rem;font-size:1.5rem}.thank-you-body{padding-top:1.25rem}.thank-you-message{margin-bottom:.875rem;font-size:.95rem}.thank-you-detail{margin-bottom:1.25rem;font-size:.875rem;line-height:1.65}.thank-you-note{font-size:.8rem}.footer{gap:.5rem;padding:.75rem 1.25rem;font-size:.75rem}.footer-links{gap:1.5rem}.orb-container,.grid-pattern{display:none}}@media (max-width:380px){html{font-size:14px}.nav{padding:.875rem 1rem}.hero{padding:1.25rem 1rem 1.75rem}.headline{font-size:2.25rem}.description{padding:0;font-size:1rem}.feature-tags{gap:.125rem .375rem}.feature-tag{padding:.3rem .4rem;font-size:.65rem}.input-wrapper{padding:.5rem}.input-wrapper input{padding:.75rem .625rem;font-size:16px}.input-wrapper button{padding:.875rem 1rem;font-size:.9rem}.q-step{gap:.875rem}.q-number{font-size:.85rem}.q-title{font-size:1.1rem}.q-option{padding:.625rem .875rem}.q-option-key{width:24px;height:24px;font-size:.7rem}.q-option-label{font-size:.85rem}.q-next-btn{padding:.5rem .875rem;font-size:.8rem}.thank-you{padding:1.5rem 0}.thank-you-icon{border-radius:10px;width:40px;height:40px;margin-bottom:1rem}.thank-you-icon svg{width:20px;height:20px}.thank-you-eyebrow{font-size:.85rem}.thank-you-title{margin-bottom:1.5rem;font-size:1.35rem}.thank-you-body{padding-top:1rem}.thank-you-message{margin-bottom:.75rem;font-size:.9rem}.thank-you-detail{margin-bottom:1rem;font-size:.8rem}.thank-you-note{font-size:.75rem}}@media (hover:none) and (pointer:coarse){.input-wrapper button,.input-wrapper input{min-height:48px}.nav-link,.footer-links a{padding:.5rem}}@supports (padding:max(0px)){.nav,.hero{padding-left:max(1.25rem,env(safe-area-inset-left));padding-right:max(1.25rem,env(safe-area-inset-right))}.footer{padding-left:max(1.25rem,env(safe-area-inset-left));padding-right:max(1.25rem,env(safe-area-inset-right));padding-bottom:max(1.25rem,env(safe-area-inset-bottom))}}
