*,*:before,*:after{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased}input,button,textarea,select{font:inherit}:root{--color-bg-primary: #ffffff;--color-bg-secondary: #f8fafc;--color-bg-tertiary: #f1f5f9;--color-text-primary: #0f172a;--color-text-secondary: #475569;--color-text-muted: #94a3b8;--color-accent: #2563eb;--color-accent-hover: #1d4ed8;--color-accent-light: #3b82f6;--color-user-bubble: #2563eb;--color-ai-bubble: #f1f5f9;--color-border: #e2e8f0;--color-border-light: #f1f5f9;--gradient-accent: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);--gradient-accent-subtle: linear-gradient(135deg, rgba(37, 99, 235, .08) 0%, rgba(14, 165, 233, .04) 100%);--gradient-accent-radial: radial-gradient(ellipse at 80% 20%, rgba(59, 130, 246, .15) 0%, transparent 50%);--gradient-accent-left: linear-gradient(90deg, rgba(37, 99, 235, .06) 0%, transparent 40%);--gradient-accent-cta: linear-gradient(135deg, rgba(37, 99, 235, .12) 0%, rgba(14, 165, 233, .06) 50%, transparent 100%);--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--radius-sm: .375rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .07);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--max-width-content: 48rem;--max-width-chat: 42rem}body{font-family:var(--font-sans);background-color:var(--color-bg-primary);color:var(--color-text-primary);min-height:100vh}#app{min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-display)}.landing{display:flex;flex-direction:column;background:var(--color-bg-primary);overflow-x:hidden}.site-header{padding:.6rem 2rem;background:#1a1625;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:space-between}.site-header__logo{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none;transition:opacity .2s ease}.site-header__logo:hover{opacity:.8}.site-header__logo-mark{width:1.5rem;height:1.5rem;color:var(--color-accent)}.site-header__logo-text{font-size:1rem;font-weight:600;color:#fff;letter-spacing:-.02em}.site-header__cta{padding:.5rem 1.25rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;background:transparent;border:1px solid rgba(255,255,255,.2);color:#e8e4f0;cursor:pointer;transition:all .2s ease}.site-header__cta:hover{background:var(--color-accent);border-color:transparent;color:#fff}.hero{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto;gap:2rem;padding:2rem;position:relative;background:var(--color-bg-primary);overflow:hidden}.hero__cell{display:flex;flex-direction:column;min-width:0}.hero__cell--headlines{gap:.5rem;overflow:visible}.hero__cell--video{align-items:center;justify-content:center}.hero__cell--cta{gap:1.5rem;align-items:flex-start}.hero__cell--testimonials{justify-content:center;overflow:hidden}.hero__badge{font-size:clamp(.55rem,1vw,.65rem);font-weight:700;text-transform:uppercase;letter-spacing:.25em;color:var(--color-accent)}.hero__headline{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;line-height:1.1;letter-spacing:-.05em;color:var(--color-text-primary);margin:0;padding-bottom:.1em}.hero__headline-highlight{background:var(--gradient-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__subheadline{font-size:clamp(1.1rem,2vw,1.5rem);font-weight:600;line-height:1.4;letter-spacing:-.02em;color:var(--color-text-primary);margin:0;max-width:540px;padding:.75rem 1rem;background:var(--color-bg-secondary);border-left:3px solid var(--color-accent)}.hero__sub{font-size:clamp(.9rem,1.25vw,1rem);font-weight:400;color:var(--color-text-muted);line-height:1.6;max-width:480px;margin:0}.hero__cta{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;margin-top:.75rem}.hero__prompt-wrapper{display:flex;flex-direction:column;align-items:stretch;gap:0;width:530px;max-width:100%;position:relative;border:2px solid rgba(59,130,246,.5);animation:pulseBorder 2s ease-in-out infinite;box-shadow:0 0 #3b82f600}@keyframes pulseBorder{0%,to{border-color:#3b82f666;box-shadow:0 0 8px #3b82f61a}50%{border-color:#3b82f6;box-shadow:0 0 16px 2px #3b82f64d}}.hero__prompt-row2{display:block;font-size:.7rem;color:var(--color-text-muted);text-decoration:none;text-align:center;padding:.5rem 1rem;background:var(--color-bg-tertiary);border:none;border-top:1px solid rgba(59,130,246,.2)}.hero__prompt-row2:after{content:"  👋";display:inline-block;transform-origin:70% 70%;animation:wave 1s ease-in-out infinite}.hero__prompt-row2:hover{color:var(--color-text-secondary)}.wave-char{display:inline-block}.hero__prompt-row2:hover .wave-char{animation:textWave .25s ease-in-out forwards}@keyframes textWave{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.human-text{display:inline-block;color:var(--color-accent)}.hero__prompt-row2:hover .human-text{animation:boldPulse 1s ease-in-out .6s forwards}@keyframes boldPulse{0%{font-weight:400}50%{font-weight:700}to{font-weight:400}}@keyframes wave{0%,to{transform:rotate(0)}25%{transform:rotate(20deg)}75%{transform:rotate(-15deg)}}.hero__prompt{display:flex;align-items:center;gap:clamp(.75rem,1.5vw,1rem);padding:clamp(.75rem,1.5vw,1rem) clamp(1rem,1.5vw,1.25rem);background:var(--color-bg-secondary);border:none;border-radius:0;cursor:pointer;transition:all .2s ease;width:100%}.hero__prompt:hover{background:var(--color-bg-primary);box-shadow:inset 0 0 0 1px #3b82f64d}.hero__prompt-icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:var(--gradient-accent);border-radius:50%;color:#fff;flex-shrink:0}.hero__prompt-icon svg{width:14px;height:14px}.hero__prompt-text{flex:1;font-size:clamp(.8rem,1.5vw,.95rem);color:var(--color-text-primary);display:flex;align-items:center;gap:.35rem;min-height:1.5em;white-space:nowrap;overflow:hidden}.hero__prompt-prefix{color:var(--color-text-muted)}.hero__prompt-rotating{color:var(--color-text-primary);font-weight:500}.hero__prompt-cursor{width:2px;height:1.1em;background:var(--color-accent);animation:cursorBlink 1s step-end infinite}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}.hero__prompt-arrow{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:var(--color-text-primary);color:var(--color-bg-primary);flex-shrink:0;transition:background .15s ease}.hero__prompt:hover .hero__prompt-arrow{background:var(--color-accent)}.hero__pills{display:flex;flex-wrap:nowrap;gap:.5rem;margin-top:.5rem}.hero__pill{font-size:clamp(.55rem,1vw,.75rem);font-weight:600;color:#fff;padding:clamp(.35rem,.75vw,.5rem) clamp(.6rem,1.25vw,1rem);background:var(--color-accent);border:1.5px solid var(--color-accent);border-radius:var(--radius-full);white-space:nowrap;flex-shrink:0}.hero__media{width:100%;max-width:100%;background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:4px;overflow:hidden}.hero__media wistia-player{display:block;width:100%;max-width:100%}.hero__media--placeholder{aspect-ratio:16 / 9;display:flex;align-items:center;justify-content:center}.hero__video-placeholder{display:flex;flex-direction:column;align-items:center;gap:.75rem;color:var(--color-text-muted)}.hero__video-placeholder svg{opacity:.4}.hero__video-placeholder span{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;opacity:.5}.hero__testimonials{overflow:hidden;position:relative;width:100%;max-width:100%;mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%)}.testimonials-track{display:flex;flex-direction:row;gap:1.5rem;animation:scrollLeft 80s linear infinite;width:max-content}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonial-card{padding:1.25rem 1.5rem;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:.5rem;box-shadow:0 1px 2px #0000000a,0 4px 12px #00000008;position:relative;flex-shrink:0;width:270px;min-height:145px;display:flex;flex-direction:column;pointer-events:none}.testimonial-card:before{content:"";position:absolute;top:1.5rem;left:0;width:3px;height:1.5rem;background:var(--color-accent);opacity:.4;transition:opacity .3s ease,height .3s ease}.testimonial-card__quote{font-family:Georgia,Times New Roman,serif;font-size:1rem;line-height:1.7;color:var(--color-text-secondary);font-style:italic;margin-bottom:.75rem;position:relative;z-index:1;flex:1;letter-spacing:.01em}.testimonial-card__author{display:flex;align-items:center;gap:.75rem;margin-top:auto;padding-top:.75rem;border-top:1px solid var(--color-border)}.testimonial-card__avatar{width:36px;height:36px;border-radius:50%;flex-shrink:0;background:var(--color-bg-tertiary);border:1px solid rgba(255,255,255,.1)}.testimonial-card__info{display:flex;flex-direction:column;gap:.15rem}.testimonial-card__name{font-size:.8rem;font-weight:600;color:var(--color-text-primary);letter-spacing:.02em}.testimonial-card__role{font-size:.65rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.08em}.hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--color-text-muted);font-size:.65rem;text-transform:uppercase;letter-spacing:.15em;animation:bounce-subtle 2s ease-in-out infinite}.hero__scroll svg{opacity:.5}@keyframes bounce-subtle{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(6px)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:700;border-radius:0;cursor:pointer;transition:all .15s ease;text-decoration:none;border:none;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem}.btn--primary{background:var(--color-accent);color:#fff;padding:1rem 2rem}.btn--primary:hover{background:var(--color-accent-hover)}.btn--primary svg{transition:transform .15s ease}.btn--primary:hover svg{transform:translate(3px)}.btn--big{padding:1.25rem 2.5rem;font-size:.8rem}.btn--ghost{background:transparent;color:var(--color-text-muted);padding:.5rem 0;font-size:.7rem}.btn--ghost:hover{color:var(--color-text-primary)}.btn--dark{background:var(--color-text-primary);color:var(--color-bg-primary);padding:1rem 2rem}.btn--dark:hover{background:var(--color-accent)}.btn--outline{background:transparent;border:1px solid var(--color-border);color:var(--color-text-primary);padding:1rem 2rem}.btn--outline:hover{background:var(--color-text-primary);color:var(--color-bg-primary);border-color:var(--color-text-primary)}.section-bridge{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 0;position:relative;z-index:10;margin-bottom:-2rem}.section-bridge__text{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--color-text-muted);background:var(--color-bg-primary);padding:0 1rem}.section-bridge__arrow{width:36px;height:36px;border-radius:50%;background:var(--color-bg-primary);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;color:var(--color-accent);animation:bounceDown 2s ease-in-out infinite}@keyframes bounceDown{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.process{padding:3rem 2rem;background:linear-gradient(180deg,#2563eb08,#2563eb0f);position:relative;overflow:hidden;border-top:1px solid var(--color-border)}.section-title{font-size:clamp(2rem,6vw,4rem);font-weight:900;letter-spacing:-.04em;line-height:.95;color:var(--color-text-primary)}.process__timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:0;position:relative}.process-step{padding:clamp(1.5rem,3vw,3rem) clamp(1.25rem,2.5vw,2.5rem);display:flex;flex-direction:column;position:relative;background:var(--color-bg-secondary);border-left:3px solid var(--color-accent);border-radius:0 8px 8px 0;box-shadow:0 8px 24px #00000014,0 2px 4px #0000000a}.process-step:first-child{border-left:3px solid var(--color-accent)}.process-step__timeframe{display:inline-flex;align-items:center;margin-bottom:.5rem}.process-step__timeframe-line{display:none}.process-step__timeframe-label{display:inline-flex;align-items:center;gap:.35rem;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);background:#2563eb1a;border:1px solid rgba(37,99,235,.2);padding:.35rem .75rem;border-radius:50px}.process-step__timeframe-label:before{content:"";width:6px;height:6px;background:var(--color-accent);border-radius:50%}.process-step:last-child .process-step__timeframe-label{background:#2563eb26}.process-step__marker{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1;letter-spacing:-.05em;color:var(--color-accent);flex-shrink:0;min-width:3.5rem}.process-step__title{font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:800;color:var(--color-text-primary);letter-spacing:-.02em;margin-bottom:.75rem}.process-step__desc{font-size:1rem;color:var(--color-text-secondary);line-height:1.65;max-width:28ch}.process-step__desc strong{color:var(--color-text-primary);font-weight:600}.process-step__header{display:flex;align-items:center;gap:2rem;margin-bottom:1.25rem}.process-step__graphic{margin-left:auto}.process-graphic{opacity:1}.process-graphic--report{background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:4px;overflow:hidden;width:120px;height:80px}.process-graphic__header{display:flex;gap:3px;padding:5px 8px;background:var(--color-bg-secondary);border-bottom:1px solid var(--color-border)}.process-graphic__dot{width:4px;height:4px;border-radius:50%;background:var(--color-border)}.process-graphic__body{padding:8px;display:flex;flex-direction:column;gap:4px}.process-graphic__line{height:4px;background:var(--color-border);border-radius:2px}.process-graphic__line--title{width:60%;background:var(--color-accent);opacity:.6}.process-graphic__line--short{width:40%}.process-graphic__divider{height:1px;background:var(--color-border);margin:4px 0}.process-graphic--timeline{width:120px;height:80px;display:flex;flex-direction:column;justify-content:center}.process-graphic__track{display:flex;align-items:center;padding:0 4px}.process-graphic__milestone{width:12px;height:12px;border-radius:50%;background:var(--color-bg-tertiary);border:2px solid var(--color-border);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:6px;color:transparent}.process-graphic__milestone--done{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.process-graphic__milestone--active{border-color:var(--color-accent);animation:pulse-border 2s ease-in-out infinite}@keyframes pulse-border{0%,to{box-shadow:0 0 #2563eb66}50%{box-shadow:0 0 0 4px #2563eb00}}.process-graphic__check{font-size:8px;line-height:1}.process-graphic__segment{flex:1;height:2px;background:var(--color-border)}.process-graphic__segment--done{background:var(--color-accent)}.process-graphic__segment--active{background:linear-gradient(90deg,var(--color-accent) 0%,var(--color-border) 100%)}.process-graphic__labels{display:flex;justify-content:space-between;margin-top:4px;padding:0;font-size:7px;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.03em}.process-graphic--network{width:120px;height:80px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.process-graphic__network-row{display:flex;align-items:center;justify-content:center;gap:12px}.process-graphic__node{width:20px;height:20px;border-radius:50%;background:var(--color-bg-tertiary);border:2px solid var(--color-border);display:flex;align-items:center;justify-content:center;color:var(--color-text-muted)}.process-graphic__node svg{width:9px;height:9px}.process-graphic__node--center{width:28px;height:28px;background:var(--color-accent);border-color:var(--color-accent);color:#fff}.process-graphic__node--center svg{width:12px;height:12px}.process-graphic__connector{width:10px;height:2px;background:var(--color-border)}.process-graphic__connector--vertical{width:2px;height:6px}[data-animate]{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}[data-animate].animate-in{opacity:1;transform:translateY(0)}.outcomes{padding:4rem 2rem;background:linear-gradient(180deg,#2563eb0d,#2563eb14)}.outcomes__header{text-align:center;margin-bottom:2rem}.outcomes__label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--color-text-muted)}.outcomes__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1100px;margin:0 auto}.outcome-card{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;background:var(--color-bg-primary);border:1px solid var(--color-border);border-radius:6px;transition:border-color .2s ease,box-shadow .2s ease}.outcome-card:hover{border-color:var(--color-accent);box-shadow:0 4px 20px #0000001a}.outcome-card__stat{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;letter-spacing:-.04em;line-height:1;color:var(--color-accent);position:relative;display:inline-block}.outcome-card__stat:after{content:"";position:absolute;bottom:.1em;left:0;right:0;height:.15em;background:#2563eb26;border-radius:2px}.outcome-card__content{flex:1;min-width:0}.outcome-card__title{font-size:.95rem;font-weight:600;color:var(--color-text-primary);margin:0 0 .25rem;letter-spacing:-.01em;white-space:nowrap}.outcome-card__desc{font-size:.8rem;color:var(--color-text-muted);line-height:1.4;margin:0}@media(max-width:900px){.outcomes__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.outcomes{padding:2.5rem 1.25rem}.outcomes__header{margin-bottom:1.5rem}.outcomes__grid{grid-template-columns:1fr 1fr;gap:.75rem}.outcome-card{padding:1rem;gap:.35rem}.outcome-card__stat{font-size:1.75rem}.outcome-card__stat:after{height:.12em}.outcome-card__title{font-size:.75rem}.outcome-card__desc{font-size:.65rem}}.faq{padding:clamp(4rem,6vw,6rem) clamp(2rem,4vw,6rem);background:var(--color-bg-primary);border-top:1px solid var(--color-border)}.faq__header{margin-bottom:clamp(2rem,3vw,3rem);text-align:center}.faq__label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);margin-bottom:.5rem;display:block}.faq__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;letter-spacing:-.03em;color:var(--color-text-primary)}.faq__list{display:flex;flex-direction:column;gap:.75rem;max-width:900px;margin:0 auto}.faq__item{background:var(--color-bg-primary);border:1px solid var(--color-border);transition:all .25s ease}.faq__item:hover{border-color:var(--color-accent);box-shadow:0 4px 20px #0000000f}.faq__item[open]{border-color:var(--color-accent)}.faq__question{width:100%;padding:1.25rem 1.5rem;font-size:1rem;font-weight:500;color:var(--color-text-primary);cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.faq__question::-webkit-details-marker{display:none}.faq__bullet{display:none}.faq__question-text{font-size:clamp(.95rem,1.25vw,1.1rem);font-weight:600;letter-spacing:-.01em}.faq__icon{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:var(--color-bg-secondary);color:var(--color-text-muted);flex-shrink:0;transition:all .25s ease}.faq__icon svg{transition:transform .25s ease}.faq__item:hover .faq__icon,.faq__item[open] .faq__icon{background:var(--color-accent);color:#fff}.faq__item[open] .faq__icon svg{transform:rotate(45deg)}.faq__answer{padding:0 1.5rem 1.5rem;overflow:hidden;animation:slideDown .3s ease}.faq__answer p{font-size:.95rem;line-height:1.7;color:var(--color-text-secondary);max-width:65ch;padding-left:0;border-left:2px solid var(--color-accent);padding-left:1rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.cta{padding:clamp(3rem,5vw,4rem) 2rem;background:linear-gradient(180deg,#2563eb14,#2563eb1f);display:flex;justify-content:center;border-top:1px solid rgba(37,99,235,.1)}.cta__button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:var(--color-accent);color:#fff;font-size:.85rem;font-weight:600;letter-spacing:.02em;border:none;cursor:pointer;transition:all .2s ease}.cta__button:hover{background:var(--color-accent-hover);transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.cta__button svg{transition:transform .2s ease}.cta__button:hover svg{transform:translate(3px)}@media(min-width:768px){.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-rows:auto auto;padding:2rem clamp(2rem,4vw,4rem) 2rem;column-gap:clamp(1.5rem,3vw,2.5rem);row-gap:1.5rem}.hero__cell--headlines{grid-column:1;grid-row:1}.hero__cell--video{grid-column:2;grid-row:1}.hero__cell--cta{grid-column:1;grid-row:2}.hero__cell--testimonials{grid-column:2;grid-row:2}.process,.cta{padding:3rem clamp(2rem,4vw,4rem)}}@media(min-width:768px)and (max-width:900px){.process__timeline{grid-template-columns:1fr}.process-step{border-left:3px solid var(--color-accent);border-radius:0 8px 8px 0}.process-step:first-child{border-left:3px solid var(--color-accent)}}@media(min-width:1024px){.hero{padding:2.5rem 6rem 3rem;gap:3rem 4rem}.hero__cell--headlines{justify-content:center;align-items:flex-start;gap:1.25rem;min-height:0;overflow:visible}.hero__headline{font-size:clamp(3rem,5vw,4.5rem)}.hero__subheadline{font-size:1.35rem;max-width:580px}.hero__pills{gap:.75rem;margin-top:.5rem}.hero__pill{font-size:.8rem;padding:.5rem 1.25rem}.hero__sub{font-size:1.2rem}.testimonial-card{width:300px;padding:1.5rem 1.75rem}.testimonial-card__quote{font-size:1.05rem}.process{padding:3rem 6rem}.process-step{padding:4rem}.cta{padding:4rem 6rem}}@media(max-width:480px){.site-header{padding:.5rem 1.25rem}.site-header__logo-mark{width:1.25rem;height:1.25rem}.site-header__logo-text{font-size:.85rem}.site-header__cta{padding:.4rem .875rem;font-size:.6rem}.hero{padding:1.5rem 1.25rem;min-height:auto;gap:1.5rem;display:flex;flex-direction:column}.hero__cell--headlines{order:1;gap:.35rem}.hero__cell--video{order:2}.hero__cell--cta{order:3}.hero__cell--testimonials{order:4}.hero__badge{font-size:.55rem}.hero__headline{font-size:2.5rem}.hero__subheadline{font-size:1rem}.hero__pill{color:#fff}.hero__sub{font-size:.95rem;padding-left:1rem}.hero__cta{gap:.75rem;width:100%}.testimonials-track{gap:.75rem}.testimonial-card{padding:.6rem .75rem;width:150px;min-height:auto;border-radius:.35rem}.testimonial-card:before{display:none}.testimonial-card__quote{font-size:.65rem;line-height:1.4;margin-bottom:.4rem}.testimonial-card__author{gap:.35rem;padding-top:.4rem}.testimonial-card__avatar{width:18px;height:18px}.testimonial-card__name{font-size:.6rem}.testimonial-card__role{font-size:.5rem;letter-spacing:.04em}.hero__prompt{width:100%;padding:.75rem .875rem;gap:.5rem}.hero__prompt-icon{width:1.5rem;height:1.5rem}.hero__prompt-icon svg{width:10px;height:10px}.hero__prompt-text{font-size:.7rem}.hero__prompt-arrow{width:1.5rem;height:1.5rem}.hero__prompt-arrow svg{width:10px;height:10px}.hero__media{aspect-ratio:16 / 9}.hero__scroll{display:none}.process{padding:2rem 1.25rem}.section-title{font-size:1.75rem}.process__timeline{grid-template-columns:1fr}.process-step{padding:1.25rem 1rem;border-left:3px solid var(--color-accent);border-radius:0 6px 6px 0;margin-bottom:.75rem}.process-step:first-child{border-left:3px solid var(--color-accent)}.process-step:last-child{margin-bottom:0}.process-step__timeframe{margin-bottom:.35rem}.process-step__timeframe-label{font-size:.55rem;padding:.25rem .6rem}.process-step__timeframe-label:before{width:5px;height:5px}.process-step__marker{font-size:2.5rem}.process-step__header{gap:1rem;margin-bottom:.75rem}.process-step__title{font-size:1.1rem;margin-bottom:.5rem}.process-step__desc{font-size:.85rem;line-height:1.5;max-width:none}.process-graphic--report,.process-graphic--timeline,.process-graphic--network{width:80px;height:55px}.process-graphic__header{padding:6px 8px}.process-graphic__dot{width:5px;height:5px}.process-graphic__body{padding:8px;gap:4px}.process-graphic__line{height:5px}.process-graphic__milestone{width:10px;height:10px}.process-graphic__check{font-size:5px}.process-graphic__labels{font-size:6px;margin-top:6px}.process-graphic__node{width:20px;height:20px}.process-graphic__node svg{width:9px;height:9px}.process-graphic__node--center{width:28px;height:28px}.process-graphic__node--center svg{width:12px;height:12px}.process-graphic__network-row{gap:8px}.process-graphic__connector{width:10px}.process-graphic__connector--vertical{height:6px}.faq{padding:3rem 1.25rem}.faq__list{gap:.5rem}.faq__question{padding:1rem 1.25rem}.faq__icon{width:1.75rem;height:1.75rem}.faq__answer{padding:0 1.25rem 1.25rem}.faq__answer p{font-size:.9rem}.cta{padding:2.5rem 1.25rem}.cta__button{padding:.875rem 1.5rem;font-size:.8rem}.btn{font-size:.65rem}}.site-footer{background:var(--color-bg-secondary);border-top:1px solid var(--color-border);padding:clamp(2rem,4vw,3rem) clamp(2rem,4vw,4rem);margin-top:auto}.site-footer__content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem}.site-footer__brand{display:flex;flex-direction:column;gap:.75rem}.site-footer__logo{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none;transition:opacity .2s ease}.site-footer__logo:hover{opacity:.8}.site-footer__logo-mark{width:1.5rem;height:1.5rem;color:var(--color-accent)}.site-footer__logo-text{font-size:1rem;font-weight:600;color:#000;letter-spacing:-.02em}.site-footer__tagline{font-size:.85rem;color:var(--color-text-muted);margin:0;letter-spacing:.01em}.site-footer__contact{display:flex;flex-direction:column;gap:.25rem;margin-top:.5rem}.site-footer__contact-item{display:flex;align-items:center}.site-footer__link{color:var(--color-text-secondary);text-decoration:none;font-size:.9rem;transition:color .2s ease}.site-footer__link:hover{color:var(--color-accent)}.site-footer__location{color:var(--color-text-muted);font-size:.85rem}.site-footer__column{display:flex;flex-direction:column;gap:.75rem}.site-footer__column-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);margin:0}.site-footer__column-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.site-footer__column-links li{margin:0}.site-footer__column-links .site-footer__link{font-size:.9rem}.site-footer__legal{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.site-footer__separator{color:var(--color-text-muted);font-size:.9rem}.site-footer__bottom{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--color-border);text-align:center}.site-footer__copyright{font-size:.75rem;color:var(--color-text-muted);margin:0}@media(min-width:768px){.site-footer__content{grid-template-columns:2fr 1fr 1fr;gap:3rem}.site-footer__legal{justify-content:flex-end}}.legal-page{display:flex;flex-direction:column;min-height:100vh;background:var(--color-bg-primary)}.legal-page__content{flex:1;padding:clamp(2rem,4vw,4rem) clamp(1.5rem,3vw,2rem)}.legal-page__container{max-width:800px;margin:0 auto}.legal-page__title{font-size:clamp(2rem,5vw,3rem);font-weight:900;letter-spacing:-.03em;color:var(--color-text-primary);margin:0 0 .5rem;line-height:1.1}.legal-page__updated{font-size:.85rem;color:var(--color-text-muted);margin:0 0 3rem}.legal-page__section{margin-bottom:3rem}.legal-page__heading{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;color:var(--color-text-primary);margin:0 0 1rem;letter-spacing:-.01em}.legal-page__subheading{font-size:clamp(1rem,1.5vw,1.15rem);font-weight:600;color:var(--color-text-primary);margin:1.5rem 0 .75rem}.legal-page__section p{font-size:1rem;line-height:1.7;color:var(--color-text-secondary);margin:0 0 1rem}.legal-page__section ul{margin:1rem 0;padding-left:1.5rem}.legal-page__section li{font-size:1rem;line-height:1.7;color:var(--color-text-secondary);margin-bottom:.5rem}.legal-page__section a{color:var(--color-accent);text-decoration:none;transition:opacity .2s ease}.legal-page__section a:hover{opacity:.8;text-decoration:underline}@media(max-width:480px){.site-footer{padding:2rem 1.25rem}.site-footer__content{gap:1.5rem}.site-footer__logo-mark{width:1.25rem;height:1.25rem}.site-footer__logo-text{font-size:.85rem}.site-footer__tagline{font-size:.75rem}.site-footer__link,.site-footer__location{font-size:.85rem}.site-footer__column-title{font-size:.65rem}.site-footer__column-links .site-footer__link{font-size:.85rem}.site-footer__copyright{font-size:.7rem}.legal-page__content{padding:2rem 1.25rem}.legal-page__section{margin-bottom:2rem}.legal-page__section p,.legal-page__section li{font-size:.9rem}}.floating-cta{position:fixed;bottom:2rem;right:2rem;z-index:900;display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:var(--color-accent);color:#fff;font-size:.85rem;font-weight:600;letter-spacing:.01em;border:none;border-radius:50px;cursor:pointer;box-shadow:0 4px 20px #2563eb66,0 2px 8px #0000001a;transform:translateY(100px);opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.16,1,.3,1)}.floating-cta.is-visible{transform:translateY(0);opacity:1;visibility:visible}.floating-cta:hover{background:var(--color-accent-hover);transform:translateY(-2px);box-shadow:0 8px 30px #2563eb80,0 4px 12px #00000026}.floating-cta.is-visible:hover{transform:translateY(-2px)}.floating-cta svg{flex-shrink:0}@media(max-width:480px){.floating-cta{bottom:1rem;right:1rem;padding:.75rem 1.25rem;font-size:.8rem}}.intake-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.intake-modal.is-open{opacity:1;visibility:visible}.intake-modal__backdrop{position:absolute;inset:0;background:#0009;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.intake-modal__container{position:relative;width:100%;max-width:720px;height:85vh;min-height:600px;max-height:800px;margin:1rem;background:var(--color-bg-primary);border-radius:12px;box-shadow:0 25px 50px -12px #00000040;overflow:hidden;transform:translateY(20px) scale(.98);transition:transform .3s ease;display:flex;flex-direction:column}.intake-modal.is-open .intake-modal__container{transform:translateY(0) scale(1)}.intake-modal__close{position:absolute;top:1rem;right:1rem;z-index:10;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:50%;color:var(--color-text-secondary);cursor:pointer;transition:all .2s ease}.intake-modal__close:hover{background:var(--color-bg-tertiary);color:var(--color-text-primary)}.intake-modal__content{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.intake-modal__content .intake{display:flex;flex-direction:column;height:100%;min-height:0}.intake-modal__content .intake__nav{position:sticky;top:0;z-index:5;background:var(--color-bg-primary);flex-shrink:0}.intake-modal__content .intake__main{padding:1.5rem 2rem 0;flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.intake-modal__content .intake__narrative{flex-shrink:0;margin-bottom:.75rem}.intake-modal__content .intake__hero{flex:1;min-height:0;overflow-y:auto;padding-bottom:1rem}.intake-modal__content .intake__humanLink{flex-shrink:0;padding:1rem 0;margin-top:auto;background:var(--color-bg-primary);border-top:1px solid var(--color-border);text-align:center}@media(max-width:640px){.intake-modal__container{max-width:100%;max-height:100%;min-height:100%;height:100%;margin:0;border-radius:0}.intake-modal__content .intake__main{padding:1rem 1.25rem 0}.intake-modal__content .intake__humanLink{padding:.75rem 0}}.modal-overlay{position:fixed;inset:0;background:#fcfbf9eb;display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;transition:opacity .4s ease;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.modal-overlay--open{opacity:1}.modal{background:transparent;border:none;width:100%;max-width:800px;max-height:100vh;overflow:visible;transform:translateY(20px);transition:transform .6s cubic-bezier(.16,1,.3,1)}.modal-overlay--open .modal{transform:translateY(0)}.chat{display:flex;flex-direction:column;height:90vh;justify-content:center;padding:2rem;position:relative}.chat__header{position:absolute;top:2rem;left:2rem;right:2rem;display:flex;align-items:center;justify-content:space-between;z-index:10}.chat__close{background:none;border:none;color:#a09e9b;cursor:pointer;padding:.5rem;transition:color .2s ease;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.chat__close:hover{color:#1a1a1a;background:#00000008}.chat__header-text,.chat__skip{display:none}.chat__messages{flex:1;overflow-y:auto;padding:4rem 0;display:flex;flex-direction:column;gap:2.5rem;scroll-behavior:smooth;scrollbar-width:none}.chat__messages::-webkit-scrollbar{display:none}.message{max-width:100%;padding:0;line-height:1.5;font-size:1.4rem;color:#1a1a1a;transition:all .6s cubic-bezier(.16,1,.3,1);animation:messageBloom .8s cubic-bezier(.16,1,.3,1) forwards}@keyframes messageBloom{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.message--assistant{font-weight:500;letter-spacing:-.01em}.message--user{color:#4a90e2;font-weight:400;margin-top:-1rem}.message:not(:last-child):not(:nth-last-child(2)){opacity:.15;filter:blur(1px);transform:scale(.95)}.message:nth-last-child(3){opacity:.4}.thinking-entity{width:48px;height:48px;margin-bottom:1.5rem;position:relative}.thinking-entity svg{width:100%;height:100%;fill:#4a90e2;filter:drop-shadow(0 4px 12px rgba(74,144,226,.2));animation:blobMorph 4s cubic-bezier(.45,.05,.55,.95) infinite}@keyframes blobMorph{0%,to{transform:scale(1) rotate(0)}33%{transform:scale(1.1) rotate(120deg)}66%{transform:scale(.9) rotate(240deg)}}.thinking-entity--active svg{animation:blobThinking 1.2s cubic-bezier(.45,.05,.55,.95) infinite}@keyframes blobThinking{0%,to{transform:scale(1) rotate(0);filter:drop-shadow(0 4px 12px rgba(74,144,226,.3))}25%{transform:scale(1.15) rotate(90deg);filter:drop-shadow(0 6px 20px rgba(74,144,226,.5))}50%{transform:scale(.85) rotate(180deg);filter:drop-shadow(0 4px 12px rgba(74,144,226,.3))}75%{transform:scale(1.1) rotate(270deg);filter:drop-shadow(0 6px 20px rgba(74,144,226,.5))}}.chat__loading{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:2rem}.chat__input-area{padding:2rem 0;border-top:none}.chat__input-wrapper{display:flex;align-items:center;gap:1rem;border-bottom:2px solid #e8e6e3;transition:border-color .3s ease}.chat__input-wrapper:focus-within{border-color:#4a90e2}.chat__textarea{flex:1;background:transparent;border:none;color:#1a1a1a;padding:1rem 0;resize:none;min-height:3.5rem;line-height:1.4;font-size:1.4rem;font-family:inherit}.chat__textarea:focus{outline:none}.chat__textarea::placeholder{color:#d1d0ce}.chat__send-btn{background:none;border:none;color:#4a90e2;cursor:pointer;padding:.5rem;opacity:0;transform:translate(-10px);transition:all .3s ease;pointer-events:none}.chat__send-btn--visible{opacity:1;transform:translate(0);pointer-events:auto}.chat__send-btn svg{width:24px;height:24px}.chat__options{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem;animation:messageBloom .8s cubic-bezier(.16,1,.3,1) forwards}.chat__option{padding:.8rem 1.5rem;background:#fff;border:1.5px solid #e8e6e3;color:#1a1a1a;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);border-radius:100px}.chat__option:hover{border-color:#4a90e2;color:#4a90e2;transform:translateY(-2px);box-shadow:0 4px 12px #4a90e21a}.summary,.booking{text-align:center;padding:3rem 2rem;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column;animation:fadeInUp .6s cubic-bezier(.16,1,.3,1) forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.summary__title,.booking__title{font-size:2.2rem;font-weight:700;letter-spacing:-.03em;margin-bottom:.5rem;color:#1a1a1a}.summary__subtitle,.booking__subtitle{font-size:1rem;color:#a09e9b;margin-bottom:2rem}.summary__list{flex:1;overflow-y:auto;max-width:600px;margin:0 auto;width:100%}.summary__item{text-align:left;margin-bottom:1rem;padding:1.25rem 1.5rem;background:#fff;border-radius:12px;border:1px solid #e8e6e3;transition:border-color .2s ease,box-shadow .2s ease}.summary__item:hover{border-color:#d1d0ce;box-shadow:0 4px 12px #0000000a}.summary__question{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#a09e9b;margin-bottom:.4rem}.summary__answer{font-size:1.05rem;color:#1a1a1a;line-height:1.5}.summary__actions{display:flex;justify-content:center;gap:.75rem;margin-top:2rem;flex-wrap:wrap}.summary__btn{padding:.9rem 1.8rem;border-radius:100px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1)}.summary__btn--primary{background:#4a90e2;color:#fff;border:none}.summary__btn--primary:hover{background:#3a7bc8;transform:translateY(-2px);box-shadow:0 4px 12px #4a90e24d}.summary__btn--secondary{background:#fff;border:1.5px solid #e8e6e3;color:#1a1a1a}.summary__btn--secondary:hover{border-color:#c0bfbd;background:#fafafa}.booking{height:90vh}.booking__calendar{flex:1;min-height:400px;border-radius:12px;overflow:hidden;background:#fff;border:1px solid #e8e6e3}.booking__actions{display:flex;justify-content:center;gap:.75rem;margin-top:1.5rem}@media(max-width:600px){.modal-overlay{padding:0}.modal{max-height:100vh;border-radius:0}.chat{height:100vh;padding:1.5rem}.message,.chat__textarea{font-size:1.2rem}.summary__title,.booking__title{font-size:1.8rem}}.intake{min-height:100vh;display:flex;flex-direction:column;background:var(--color-bg-primary)}.intake__nav{display:flex;align-items:center;gap:1rem;padding:1rem 2rem}.intake__navBack{width:36px;height:36px;display:grid;place-items:center;border-radius:var(--radius-full);border:1px solid var(--color-border);background:transparent;color:var(--color-text-secondary);cursor:pointer;transition:border-color .15s,background .15s}.intake__navBack:hover:not(:disabled){border-color:var(--color-text-muted);background:var(--color-bg-secondary)}.intake__navBack:disabled{opacity:.3;cursor:default}.intake__navProgress{display:flex;align-items:center;gap:.75rem}.intake__progressTrack{width:80px;height:4px;background:var(--color-border);border-radius:2px;overflow:hidden}.intake__progressFill{height:100%;background:var(--color-accent);border-radius:2px;transition:width .3s ease}.intake__progressLabel{font-size:.75rem;color:var(--color-text-muted);white-space:nowrap}.intake__main{flex:1;display:flex;flex-direction:column;align-items:center;padding:2rem;overflow:hidden}.intake__valueBlock{width:100%;max-width:480px;margin-top:2rem;padding:1rem 1.25rem;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);text-align:center}.intake__valueBlock.is-hidden{display:none}.intake__valueTitle{font-size:.85rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.75rem}.intake__valueItems{display:flex;justify-content:center;gap:1.25rem;flex-wrap:wrap}.intake__valueItem{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--color-text-secondary)}.intake__valueIcon{font-size:.9rem}.intake__narrative{width:100%;max-width:640px;min-height:48px;flex-shrink:0;display:flex;justify-content:center;opacity:0;transform:translateY(-8px);transition:opacity .4s ease,transform .4s ease}.intake__narrative.is-visible{opacity:1;transform:translateY(0)}.intake__narrativeText{display:block;width:100%;margin:0;padding:.5rem 1rem;font-size:.75rem;line-height:1.4;color:var(--color-text-secondary);background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:6px;text-align:center;min-height:calc(.75rem * 1.4 * 4 + 1rem);max-height:calc(.75rem * 1.4 * 4 + 1rem);overflow:hidden}.intake__narrativeLabel{display:block;font-size:.55rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);margin-bottom:.25rem;opacity:.7}.intake__narrativeContent{display:inline}.intake__narrativeCursor{display:inline-block;width:2px;height:1.1em;background:var(--color-accent);margin-left:2px;vertical-align:text-bottom;animation:narrativeCursorBlink 1s step-end infinite}@keyframes narrativeCursorBlink{0%,to{opacity:1}50%{opacity:0}}@keyframes cursorBlink{0%,to{opacity:.7}50%{opacity:0}}.intake__narrativeText.is-loading .intake__narrativeContent{color:var(--color-text-muted)}.intake__narrativeContent--placeholder{font-style:italic;color:var(--color-text-muted)}.intake__hero{width:100%;max-width:640px;display:flex;flex-direction:column;justify-content:flex-start;padding-top:4vh;gap:1rem}.intake__prompt{min-height:60px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;font-size:1.75rem;font-weight:500;line-height:1.4;color:var(--color-text-primary);text-align:center}.intake__promptText{display:block}.intake__promptHelper{font-size:.95rem;font-weight:400;line-height:1.35;color:var(--color-text-muted);opacity:1;transition:opacity .45s ease}.intake__promptHelper.is-fading{opacity:0}.intake__prompt.is-animated{animation:calmFadeIn .45s cubic-bezier(.4,0,.2,1) both}@keyframes calmFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.intake__input{min-height:160px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:1rem}.intake__input.is-animated{animation:calmFadeIn .45s cubic-bezier(.4,0,.2,1) .1s both}.intake__textbox{width:100%;display:flex;align-items:center;gap:.5rem;padding:.6rem .75rem;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:border-color .15s,box-shadow .15s}.intake__textbox:focus-within{border-color:var(--color-accent);box-shadow:0 0 0 3px #2563eb1a}.intake__textarea{flex:1;min-height:36px;max-height:200px;padding:0;font-size:1rem;line-height:36px;border:none;background:transparent;color:var(--color-text-primary);resize:none}.intake__textarea:focus{outline:none}.intake__textarea::placeholder{color:var(--color-text-muted)}.intake__sendBtn{width:36px;height:36px;display:grid;place-items:center;border-radius:var(--radius-full);border:none;background:var(--color-accent);color:#fff;cursor:pointer;transition:background .15s,transform .15s}.intake__sendBtn:hover:not(:disabled){background:var(--color-accent-hover);transform:scale(1.05)}.intake__sendBtn:disabled{opacity:.4;cursor:default}.intake__options{display:grid;grid-template-columns:1fr;gap:.6rem;width:100%;max-width:560px;margin-left:auto;margin-right:auto;margin-bottom:0}.intake__optionsMore{width:100%;overflow:hidden;max-height:0;opacity:0;transform:translateY(-6px);transition:max-height .42s cubic-bezier(.2,.8,.2,1),opacity .24s ease,transform .24s ease;pointer-events:none;will-change:max-height,opacity,transform;margin-top:-.4rem}.intake__optionsMore.is-expanded{max-height:900px;opacity:1;transform:translateY(0);pointer-events:auto;margin-top:-.4rem}.intake__optionsMore.is-expanded .intake__optionBtn{animation:optionFadeIn .4s cubic-bezier(.4,0,.2,1) both;animation-delay:calc(var(--i, 0) * 40ms + .2s)}@media(min-width:520px){.intake__options{grid-template-columns:repeat(2,minmax(0,1fr))}}.intake__optionBtn{padding:.75rem 1.1rem;font-size:.95rem;border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-bg-secondary);color:var(--color-text-primary);cursor:pointer;transition:all .2s ease;animation:optionFadeIn .4s cubic-bezier(.4,0,.2,1) both;animation-delay:calc(var(--i, 0) * 50ms);width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.intake__optionBtn--fullWidth{grid-column:1 / -1;align-items:center;text-align:center}.intake__optionBtn--condensed{opacity:0;visibility:hidden;transform:scale(.95);pointer-events:none;transition:opacity .3s ease,visibility .3s ease,transform .3s ease,max-height .3s ease,height .3s ease,padding .3s ease,margin .3s ease;max-height:0;height:0;padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0;overflow:hidden;border:none;min-height:0;position:absolute;width:0;left:-9999px}@keyframes optionFadeIn{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.intake__optionBtn:hover{border-color:var(--color-accent-light);background:var(--color-bg-tertiary)}.intake__optionBtn.is-selected{border-color:var(--color-accent);background:var(--color-accent);color:#fff;transform:scale(1.02)}.intake__options--withIcons{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));max-width:500px}.intake__optionBtn--hasIcon{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem .75rem;text-align:center}.intake__optionIcon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:var(--color-accent);transition:color .2s ease,transform .2s ease}.intake__optionIcon svg{width:24px;height:24px}.intake__optionBtn--hasIcon:hover .intake__optionIcon{transform:scale(1.1)}.intake__optionBtn--hasIcon.is-selected .intake__optionIcon{color:#fff}.intake__optionLabel{display:block;font-size:.9rem;line-height:1.3}.intake__optionSubtitle{margin-top:.25rem;font-size:.75rem;line-height:1.25;color:var(--color-text-muted)}.intake__optionBtn.is-selected .intake__optionSubtitle{color:#ffffffd9}.intake__checkBtn{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.95rem;border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-bg-secondary);color:var(--color-text-primary);cursor:pointer;transition:all .2s ease;animation:optionFadeIn .4s cubic-bezier(.4,0,.2,1) both;animation-delay:calc(var(--i, 0) * 50ms)}.intake__checkBtn input[type=checkbox]{display:none}.intake__checkBtn:hover{border-color:var(--color-accent-light);background:var(--color-bg-tertiary)}.intake__checkBtn.is-selected{border-color:var(--color-accent);background:#2563eb26}.intake__btnPrimary{padding:.75rem 1.5rem;font-size:1rem;font-weight:500;border-radius:var(--radius-md);border:none;background:var(--color-accent);color:#fff;cursor:pointer;transition:background .15s,transform .15s}.intake__btnPrimary:hover:not(:disabled){background:var(--color-accent-hover);transform:translateY(-1px)}.intake__btnPrimary:disabled{opacity:.5;cursor:default}.intake__hint{font-size:.85rem;color:var(--color-text-muted);text-align:center}.intake__summary{width:100%;padding:1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.85rem;line-height:1.5;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow-x:auto;white-space:pre-wrap;color:var(--color-text-secondary)}.intake__hero.is-analysis{max-width:600px;padding-top:0}.intake__hero.is-analysis .intake__prompt{min-height:auto;margin-bottom:1rem}.intake__hero.is-analysis .intake__input{min-height:auto;align-items:stretch}.intake__analysisTitle{display:block;font-size:1.25rem;font-weight:600;color:#1e293b;text-align:center}.intake__analysisCard{display:block;width:100%;padding:1rem 1.25rem;background:#fafafa;border:1px solid #e5e5e5;border-radius:10px;margin-bottom:1.25rem}.intake__analysisLoading{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:2rem 1rem;color:#737373;font-size:.85rem}.intake__spinner{display:inline-block;width:16px;height:16px;border:2px solid #e5e5e5;border-top-color:#2563eb;border-radius:50%;animation:analysisSpinner .8s linear infinite}@keyframes analysisSpinner{to{transform:rotate(360deg)}}.intake__analysisRow{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media(max-width:540px){.intake__analysisRow{grid-template-columns:1fr;gap:1rem}}.intake__analysisSection{display:block}.intake__analysisSectionTitle{font-size:.7rem;font-weight:600;color:#525252;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.04em}.intake__pillGroup{display:flex;flex-direction:column;gap:.4rem}.intake__pill{display:flex;flex-direction:column;gap:.15rem;padding:.5rem .7rem;border-radius:6px;font-size:.8rem;transition:all .15s ease;cursor:default}.intake__pill--risk{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.intake__pill--cost{background:#fffbeb;border:1px solid #fde68a;color:#a16207}.intake__pill--solution{background:#f0fdf4;border:1px solid #86efac;color:#166534}.intake__analysisSection--solutions{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e5e5}.intake__pillGroup--solutions{flex-direction:row;flex-wrap:wrap;gap:.5rem}.intake__pillGroup--solutions .intake__pill{flex:1 1 calc(50% - .25rem);min-width:140px}.intake__pillText{font-weight:600;font-size:.8rem;line-height:1.2}.intake__pillDetail{font-size:.7rem;font-weight:400;opacity:.8;line-height:1.3}.intake__analysisPrompt{display:block;font-size:.95rem;font-weight:500;color:#1e293b;text-align:center;margin-bottom:.75rem}.intake__analysisOptions{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem;width:100%}@media(max-width:540px){.intake__analysisOptions{grid-template-columns:1fr}}.intake__analysisOption{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:.9rem .75rem;border:1px solid #e5e5e5;border-radius:8px;background:#fff;font-family:inherit;text-align:center;cursor:pointer;transition:all .15s ease;animation:analysisOptionIn .3s cubic-bezier(.4,0,.2,1) both;animation-delay:calc(var(--i, 0) * 60ms)}@keyframes analysisOptionIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.intake__analysisOption:hover{border-color:#2563eb;background:#f8fafc;transform:translateY(-1px);box-shadow:0 2px 8px #2563eb1a}.intake__analysisOption.is-selected{border-color:#2563eb;background:#2563eb;color:#fff}.intake__analysisOption.is-selected .intake__analysisOptionDesc{color:#ffffffd9}.intake__analysisOptionLabel{display:block;font-size:.85rem;font-weight:600;color:inherit;line-height:1.3}.intake__analysisOptionDesc{display:block;font-size:.7rem;color:#737373;line-height:1.25}.intake__analysisCTA{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-top:.5rem}.intake__ctaText{font-size:.9rem;color:#525252;text-align:center;margin:0}.intake__ctaButtons{display:flex;gap:.75rem;width:100%}@media(max-width:480px){.intake__ctaButtons{flex-direction:column}}.intake__ctaButton{display:flex;flex:1;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.25rem;font-size:.9rem;font-weight:600;font-family:inherit;border-radius:10px;cursor:pointer;transition:all .2s ease}.intake__ctaButton--primary{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;box-shadow:0 2px 8px #2563eb40}.intake__ctaButton--primary:hover{transform:translateY(-2px);box-shadow:0 4px 16px #2563eb59}.intake__ctaButton--secondary{color:#1e293b;background:#fff;border:1px solid #e5e5e5}.intake__ctaButton--secondary:hover{border-color:#a3a3a3;background:#fafafa;transform:translateY(-1px)}.intake__ctaIcon{font-size:1rem}.intake__confirmTitle{display:block;font-size:1.5rem;font-weight:600;color:var(--color-text-primary);text-align:center;letter-spacing:-.02em}.intake__narrativeText.is-hidden,.intake__narrative.is-hidden{display:none!important}.intake__confirmCard{display:flex;flex-direction:column;gap:0;max-width:480px;margin:0 auto;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:16px;padding:2.5rem 2rem}.intake__confirmProblem{text-align:center;margin-bottom:2rem}.intake__confirmProblemLabel{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--color-text-muted);margin-bottom:.75rem}.intake__confirmMeans{margin-bottom:2rem}.intake__confirmMeansLabel{font-size:.75rem;font-weight:500;color:var(--color-text-muted);margin-bottom:.875rem;text-align:center}.intake__confirmMeansGrid{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.intake__confirmMeansPill{font-size:.8rem;font-weight:500;padding:.5rem 1rem;border-radius:999px;white-space:nowrap;background:#ef44441a;color:#b91c1c}.intake__confirmFooter{text-align:center;padding-top:1.5rem;border-top:1px solid var(--color-border)}.intake__confirmQuestion{font-size:1rem;font-weight:500;color:var(--color-text-primary);margin-bottom:1.25rem}.intake__confirmLoading{display:flex;justify-content:center;align-items:center;min-height:180px}.intake__advisorLoader{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.intake__advisorDots{display:flex;gap:.5rem}.intake__advisorDots span{width:10px;height:10px;background:var(--color-accent);border-radius:50%;animation:advisorPulse 1.4s ease-in-out infinite}.intake__advisorDots span:nth-child(2){animation-delay:.2s}.intake__advisorDots span:nth-child(3){animation-delay:.4s}@keyframes advisorPulse{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.intake__advisorPhrase{font-size:1.1rem;color:var(--color-text-muted);font-style:italic;transition:opacity .2s ease}.intake__confirmProblemHeadline{font-size:1.6rem;font-weight:600;line-height:1.25;color:var(--color-text-primary)}.intake__confirmProblem--editable .intake__narrativeEditor{margin-top:.75rem;text-align:left}.intake__confirmNarrative{background:linear-gradient(135deg,#3b82f60f,#9333ea0f);border:1px solid rgba(59,130,246,.15);border-radius:var(--radius-lg);padding:1.5rem;text-align:left}.intake__confirmNarrativeLabel{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);margin-bottom:.75rem}.intake__confirmNarrativeText{font-size:1.1rem;line-height:1.7;color:var(--color-text-primary);margin:0}.intake__confirmButtons{display:flex;flex-direction:column;gap:.75rem;align-items:center}.intake__confirmBtn{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.625rem;padding:1rem 2rem;border-radius:100px;border:2px solid var(--color-border);background:var(--color-bg-primary);font-family:inherit;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:280px}.intake__confirmBtn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.intake__confirmBtn--yes{background:#22c55e;border-color:#22c55e;color:#fff}.intake__confirmBtn--yes:hover{background:#16a34a;border-color:#16a34a;box-shadow:0 4px 16px #22c55e4d}.intake__confirmBtn--no{background:var(--color-bg-secondary);border-color:transparent;color:var(--color-text-muted)}.intake__confirmBtn--no:hover{border-color:#ef4444;background:#ef444414;color:#dc2626}.intake__confirmBtn.is-selected.intake__confirmBtn--yes{border-color:#22c55e;background:#22c55e;color:#fff}.intake__confirmBtn.is-selected.intake__confirmBtn--no{border-color:#ef4444;background:#ef4444;color:#fff}.intake__confirmIcon{font-size:1rem;line-height:1;font-weight:700}.intake__confirmLabel{font-size:inherit;font-weight:inherit;color:inherit}.intake__confirmNarrative--editable{padding:0;background:transparent;border:none}.intake__confirmNarrative--editable .intake__confirmNarrativeLabel{padding:0 0 .75rem}.intake__narrativeEditor{width:100%;min-height:120px;padding:1rem;border:1px solid rgba(59,130,246,.15);border-radius:var(--radius-md);background:linear-gradient(135deg,#3b82f60f,#9333ea0f);color:var(--color-text-primary);font-family:inherit;font-size:1.1rem;line-height:1.7;resize:vertical;transition:border-color .2s ease,box-shadow .2s ease}.intake__narrativeEditor:focus{outline:none;border-color:#3b82f666;box-shadow:0 0 0 3px #3b82f61a}.intake__restartPrompt{text-align:center;animation:fadeIn .3s ease;padding:1rem}.intake__restartPrompt p{font-size:1rem;color:var(--color-text-secondary);margin-bottom:1.25rem;line-height:1.5}.intake__restartButtons{display:flex;gap:.75rem;justify-content:center}.intake__btnSecondary{padding:.65rem 1.25rem;font-size:.9rem;font-weight:500;border-radius:8px;border:1px solid #e5e5e5;background:#fff;color:#525252;cursor:pointer;transition:all .15s ease}.intake__btnSecondary:hover{border-color:#a3a3a3;background:#fafafa}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.intake__otherInput{display:flex;gap:.5rem;width:100%;margin-top:.75rem;animation:fadeIn .25s ease}.intake__otherText{flex:1;padding:.65rem .9rem;font-size:.9rem;font-family:inherit;border:1px solid #e5e5e5;border-radius:8px;background:#fff;color:#1e293b;outline:none;transition:border-color .15s ease}.intake__otherText:focus{border-color:#2563eb}.intake__otherText::placeholder{color:#a3a3a3}.intake__otherSubmit{padding:.65rem 1rem;font-size:.85rem;white-space:nowrap}.intake__humanLink{display:flex;align-items:center;justify-content:center;gap:.35rem;margin-top:1rem;padding:.5rem 0;font-size:.75rem;color:var(--color-text-muted);text-decoration:none;transition:color .2s ease}.intake__humanLink:hover{color:var(--color-text-secondary)}.intake__humanText{transition:color .2s ease}.intake__humanWave{display:inline-block;transform-origin:70% 70%;animation:humanWave 1.5s ease-in-out infinite}@keyframes humanWave{0%,to{transform:rotate(0)}10%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}30%{transform:rotate(14deg)}40%{transform:rotate(-4deg)}50%,to{transform:rotate(0)}}.intake__humanLink:hover .intake__humanWave{animation:humanWaveActive .5s ease-in-out infinite}@keyframes humanWaveActive{0%,to{transform:rotate(0)}25%{transform:rotate(20deg)}75%{transform:rotate(-15deg)}}.transition-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}.transition-overlay.is-visible{opacity:1;visibility:visible}.transition-content{text-align:center;color:#fff;transform:translateY(20px) scale(.95);opacity:0;transition:transform .5s cubic-bezier(.34,1.56,.64,1),opacity .4s ease}.transition-overlay.is-visible .transition-content{transform:translateY(0) scale(1);opacity:1;transition-delay:.1s}.transition-icon{width:80px;height:80px;margin:0 auto 1.5rem}.transition-checkmark{width:80px;height:80px}.transition-spinner{width:60px;height:60px;margin:0 auto;border:3px solid rgba(255,255,255,.15);border-top-color:#4ade80;border-radius:50%;animation:transitionSpin .8s linear infinite}@keyframes transitionSpin{to{transform:rotate(360deg)}}.transition-checkmark-circle{stroke:#4ade80;stroke-width:2;stroke-dasharray:166;stroke-dashoffset:166;animation:checkmarkCircle .6s ease-out .3s forwards}.transition-checkmark-check{stroke:#4ade80;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48;animation:checkmarkCheck .4s ease-out .7s forwards}@keyframes checkmarkCircle{to{stroke-dashoffset:0}}@keyframes checkmarkCheck{to{stroke-dashoffset:0}}.transition-title{font-size:1.75rem;font-weight:600;margin:0 0 .5rem;letter-spacing:-.02em}.transition-subtitle{font-size:1rem;color:#ffffffb3;margin:0 0 2rem}.transition-dots{display:flex;justify-content:center;gap:.5rem}.transition-dots span{width:8px;height:8px;background:#fff6;border-radius:50%;animation:transitionDotPulse 1.4s ease-in-out infinite}.transition-dots span:nth-child(2){animation-delay:.2s}.transition-dots span:nth-child(3){animation-delay:.4s}@keyframes transitionDotPulse{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1;background:#4ade80}}.intake__outcomeContainer{margin-bottom:1.5rem;opacity:0;transform:translateY(10px);transition:opacity .4s ease,transform .4s ease}.intake__outcomeContainer.is-visible{opacity:1;transform:translateY(0)}.intake__outcomeLoading{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem;color:var(--color-text-muted);font-size:.9rem}.intake__spinner--small{width:18px;height:18px}.intake__emailCapture{display:flex;flex-direction:column;gap:1.25rem}.intake__outcomeCard{background:linear-gradient(135deg,#4ade8014,#3b82f614);border:1px solid rgba(74,222,128,.2);border-radius:var(--radius-lg);padding:1.5rem;display:flex;gap:1rem;align-items:flex-start}.intake__outcomeIcon{font-size:1.5rem;flex-shrink:0;line-height:1}.intake__outcomeText{margin:0;font-size:1rem;line-height:1.6;color:var(--color-text-primary)}.intake__actionPlanBox{background:linear-gradient(135deg,#4ade800a,#22c55e14);border:1px solid rgba(74,222,128,.2);border-radius:var(--radius-lg);padding:1.25rem;margin-bottom:1.5rem}.intake__actionPlanHeader{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(74,222,128,.15);color:#16a34a;font-weight:600;font-size:.95rem}.intake__actionPlanHeader svg{flex-shrink:0;color:#22c55e}.intake__valueBenefits{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(max-width:600px){.intake__valueBenefits{grid-template-columns:1fr}}.intake__valueBenefit{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem .875rem;background:#ffffff80;border:1px solid rgba(74,222,128,.15);border-radius:var(--radius-md);font-size:.85rem;color:var(--color-text-primary);transition:border-color .2s ease,background .2s ease}.intake__valueBenefit:hover{border-color:#4ade804d;background:#fffc}.intake__valueBenefitIcon{flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#22c55e}.intake__valueBenefitIcon svg{width:20px;height:20px}.intake__valueBenefitText{line-height:1.4;font-weight:500;color:var(--color-text-primary)}.intake__analysisSection--actionPlan{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}.intake__actionPlanList{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.intake__actionItem{display:flex;gap:1rem;align-items:flex-start;padding:1rem;background:var(--color-bg-secondary);border-radius:var(--radius-md);border:1px solid var(--color-border);transition:border-color .2s ease,background .2s ease}.intake__actionItem:hover{border-color:var(--color-accent);background:var(--color-bg-tertiary)}.intake__actionNumber{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-accent) 0%,#3b82f6 100%);color:#fff;font-weight:600;font-size:.85rem;border-radius:50%;flex-shrink:0}.intake__actionContent{flex:1;min-width:0}.intake__actionStep{font-weight:600;font-size:.95rem;color:var(--color-text-primary);margin-bottom:.25rem}.intake__actionDetail{font-size:.875rem;color:var(--color-text-secondary);line-height:1.5}@media(max-width:600px){.intake__actionItem{padding:.875rem}.intake__actionNumber{width:24px;height:24px;font-size:.8rem}.intake__actionStep{font-size:.9rem}.intake__actionDetail{font-size:.8rem}}.salesflow{height:100vh;display:flex;flex-direction:column}.salesflow__header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--color-border);background:var(--color-bg-primary)}.salesflow__title{font-weight:600}.salesflow__actions button{padding:.5rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg-primary);cursor:pointer}.salesflow__actions button:hover{border-color:var(--color-text-muted)}.salesflow__canvas{position:relative;flex:1;min-height:0;overflow:hidden;background:var(--color-bg-secondary)}.salesflow__loading,.salesflow__error{position:absolute;top:1rem;left:1rem;padding:.5rem .75rem;border-radius:var(--radius-sm);background:var(--color-bg-primary);border:1px solid var(--color-border);color:var(--color-text-secondary)}
