:root{--ink:#123d38;--ink-deep:#082f2b;--ink-soft:#4e6965;--ivory:#f8f5ed;--paper:#fffdf8;--sage:#dce6df;--sage-light:#edf2ed;--gold:#b58b47;--gold-soft:#ead9b8;--rose:#f3dfd9;--line:rgba(18,61,56,0.14);--shadow:0 18px 50px rgba(16,53,48,0.08);--serif:"Iowan Old Style","Palatino Linotype","Book Antiqua",Georgia,serif;--sans:"Avenir Next",Avenir,"Helvetica Neue",Helvetica,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--ivory);font-family:var(--sans);font-size:16px;line-height:1.65;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}img{max-width:100%;height:auto}h1,h2,h3,p{margin-top:0}h1,h2,h3{text-wrap:balance}h1,h2{font-family:var(--serif);font-weight:500;letter-spacing:-.035em;line-height:1.04}h1{max-width:900px;margin-bottom:28px;font-size:clamp(3.1rem,7vw,6.5rem)}h2{margin-bottom:24px;font-size:clamp(2.25rem,4.5vw,4.35rem)}h3{margin-bottom:12px;font-size:1.18rem;line-height:1.35}p{color:var(--ink-soft)}strong{color:var(--ink)}.shell{width:min(1180px,calc(100% - 48px));margin-inline:auto}.skip-link{position:fixed;top:12px;left:12px;z-index:100;padding:10px 16px;color:var(--paper);background:var(--ink-deep);border-radius:999px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{position:sticky;top:0;z-index:30;background:rgba(248,245,237,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.site-header__inner{display:flex;min-height:92px;align-items:center;justify-content:space-between;gap:32px}.brand{display:inline-flex;flex-shrink:0;align-items:center;gap:11px}.brand__mark{width:60px;height:60px;object-fit:contain}.brand__name{font-family:var(--serif);font-size:1.6rem;letter-spacing:.17em}.brand--compact .brand__mark{width:54px;height:54px}.brand--compact .brand__name{font-size:1.4rem}.main-nav,.main-nav__links{display:flex;align-items:center}.main-nav{flex:1;justify-content:flex-end;gap:28px}.main-nav__links{gap:26px}.main-nav__links a{position:relative;color:#3c5a56;font-size:.93rem;font-weight:600}.main-nav__links a:after{position:absolute;right:0;bottom:-8px;left:0;height:1px;content:"";background:var(--gold);transform:scaleX(0);transition:transform .18s ease}.main-nav__links a:hover:after,.main-nav__links a[aria-current=page]:after{transform:scaleX(1)}.menu-button{display:none;width:46px;height:46px;padding:0;border:1px solid var(--line);border-radius:50%;background:transparent}.menu-button span:not(.sr-only){display:block;width:18px;height:1px;margin:5px auto;background:var(--ink)}.access-page{min-height:72vh;padding:clamp(72px,10vw,140px) 0;background:radial-gradient(circle at 87% 16%,rgba(220,230,223,.86),transparent 31%),var(--ivory)}.access-page__inner{max-width:720px}.access-page__inner>p:not(.eyebrow){max-width:620px;font-size:1.08rem}.access-form{display:grid;max-width:570px;gap:12px;margin-top:34px;padding:26px;border:1px solid var(--line);border-radius:20px;background:var(--paper);box-shadow:var(--shadow)}.access-form label,.admin-form label{color:var(--ink);font-size:.92rem;font-weight:700}.access-form input,.admin-form input{width:100%;min-height:50px;margin-top:6px;padding:10px 13px;color:var(--ink);border:1px solid var(--line);border-radius:10px;background:#fff}.access-form input:focus,.admin-form input:focus{outline:3px solid rgba(181,139,71,.28);outline-offset:2px}.access-form .button{margin-top:6px}.access-page__help{margin-top:20px;font-size:.92rem}.form-error{margin:0;color:#8a4435;font-size:.92rem;font-weight:600}.private-space-page{padding-bottom:72px}.admin-page{min-height:100vh}.admin-console{display:grid;gap:22px;margin-top:34px}.admin-code,.admin-console__top,.admin-panel--split{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.admin-console__top p{margin:0}.admin-created-code,.admin-panel{padding:26px;border:1px solid var(--line);border-radius:20px;background:var(--paper)}.admin-panel h2{margin-bottom:16px;font-size:clamp(1.7rem,3vw,2.5rem)}.admin-created-code{border-color:rgba(181,139,71,.55);background:#fffaf0}.admin-created-code p{margin-bottom:10px}.admin-created-code output{display:block;overflow-wrap:anywhere;color:var(--ink-deep);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:1.1rem;font-weight:800;letter-spacing:.06em}.admin-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.admin-form .button{align-self:end}.admin-list{display:grid;gap:12px}.admin-code{padding:16px 0;border-top:1px solid var(--line)}.admin-code:first-child{border-top:0}.admin-code p,.admin-code small{display:block;margin:3px 0 0;color:var(--ink-soft)}.admin-events{display:grid;gap:8px;margin:0;padding-left:18px;color:var(--ink-soft);font-size:.9rem}.text-button{padding:0;color:var(--ink);border:0;border-bottom:1px solid var(--gold);background:transparent;font-weight:700;cursor:pointer}@media (max-width:680px){.access-page{padding:64px 0}.access-form,.admin-created-code,.admin-panel{padding:20px}.admin-form{grid-template-columns:1fr}.admin-code,.admin-console__top,.admin-panel--split{flex-direction:column}}.button-row{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:34px}.button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:12px 23px;color:var(--paper);background:var(--ink);border:1px solid var(--ink);border-radius:999px;font-size:.96rem;font-weight:700;line-height:1.2;transition:transform .18s ease,background .18s ease}.button:hover{background:var(--ink-deep);transform:translateY(-2px)}.button--small{min-height:46px;padding-inline:20px}.button--secondary{color:var(--ink);background:transparent;border-color:rgba(18,61,56,.28)}.button--secondary:hover{color:var(--paper)}.button--light{flex-shrink:0;color:var(--ink);background:var(--paper);border-color:var(--paper)}.button--light:hover{color:var(--paper);background:transparent}.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--ink);font-weight:700;text-decoration:underline;text-decoration-color:var(--gold-soft);text-underline-offset:6px}.text-link:after{content:"→";color:var(--gold);transition:transform .18s ease}.text-link:hover:after{transform:translateX(4px)}.eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:24px;color:var(--gold);font-size:.78rem;font-weight:800;letter-spacing:.17em;text-transform:uppercase}.eyebrow:before{width:9px;height:9px;content:"";border:1px solid;border-radius:50%}.eyebrow--light{color:var(--gold-soft)}.hero{position:relative;overflow:hidden;padding:72px 0 76px}.hero:after{position:absolute;top:-190px;right:-160px;width:650px;height:650px;content:"";background:radial-gradient(circle at center,rgba(220,230,223,.78) 0 34%,transparent 35%),radial-gradient(circle at center,transparent 0 51%,rgba(181,139,71,.14) 52% 52.4%,transparent 53%);border-radius:45% 55% 49% 51%;transform:rotate(14deg)}.hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(430px,.78fr);align-items:center;gap:52px}.hero h1{max-width:740px;font-size:clamp(3.1rem,5.9vw,5.85rem)}.hero h1 em,.page-hero h1 em,.section-heading em{color:var(--gold);font-weight:400}.hero__intro,.page-hero__intro{max-width:690px;margin-bottom:0;font-size:clamp(1.12rem,1.8vw,1.36rem);line-height:1.7}.hero__note{display:flex;align-items:flex-start;gap:10px;max-width:670px;margin-top:28px;color:#607773;font-size:.9rem}.hero__note:before{flex:0 0 auto;width:8px;height:8px;margin-top:8px;content:"";background:var(--gold);border-radius:50%}.guidance-card{position:relative;padding:34px;background:var(--paper);border:1px solid rgba(18,61,56,.13);border-radius:34px 34px 34px 8px;box-shadow:var(--shadow)}.guidance-card:before{position:absolute;top:-18px;right:24px;width:74px;height:74px;content:"";background:url(/logo-tree.png) 50%/contain no-repeat}.guidance-card__kicker{margin-bottom:20px;color:var(--ink);font-size:.86rem;font-weight:800}.guidance-card__hello{padding-right:62px;margin-bottom:28px;font-family:var(--serif);font-size:2rem;line-height:1.15}.guidance-card__hello span{display:block;color:var(--gold);font-size:1.42rem;font-style:italic}.guidance-task{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:17px 0;border-top:1px solid var(--line)}.guidance-task__number{display:grid;width:36px;height:36px;color:var(--ink);background:var(--sage-light);border-radius:50%;font-size:.8rem;font-weight:800;place-items:center}.guidance-task--alert .guidance-task__number{color:#8a4a40;background:var(--rose)}.guidance-task p{margin:3px 0 0;font-size:.87rem}.phone-stage{position:relative;width:100%;min-height:690px;animation:stageIn .8s cubic-bezier(.22,1,.36,1) both}.phone-stage__shape{position:absolute;border-radius:46% 54% 33px 33px/24% 24% 33px 33px}.phone-stage__shape--sand{top:70px;right:12px;width:390px;height:540px;background:rgba(234,217,184,.3);border:1px solid rgba(181,139,71,.2);transform:rotate(7deg);animation:shapeDrift 12s ease-in-out infinite}.phone-stage__shape--sage{top:30px;right:55px;width:390px;height:550px;background:linear-gradient(145deg,rgba(255,255,255,.2),rgba(220,230,223,.75));border:1px solid rgba(18,61,56,.1);transform:rotate(-4deg)}.iphone{position:absolute;overflow:hidden;color:var(--ink);background:#fffefa;border:7px solid var(--ink-deep);border-radius:46px;box-shadow:0 45px 85px rgba(8,47,43,.2),inset 0 0 0 1px rgba(255,255,255,.35)}.iphone--journey{z-index:3;top:10px;right:2px;width:306px;height:650px;padding:12px 17px 20px;animation:phoneFloatMain 7s ease-in-out infinite}.iphone--messages{z-index:2;top:135px;left:0;width:258px;height:520px;padding:12px 16px 20px;opacity:.94;animation:phoneFloatBack 8.5s ease-in-out infinite}.iphone__top{position:relative;display:flex;height:27px;align-items:flex-start;justify-content:space-between;padding:0 4px;font-size:8px;font-weight:800}.iphone__island{position:absolute;top:-12px;left:50%;width:72px;height:21px;background:var(--ink-deep);border-radius:0 0 13px 13px;transform:translateX(-50%)}.iphone__signal{letter-spacing:1px}.iphone__brand{display:grid;min-height:54px;padding-bottom:12px;align-items:center;border-bottom:1px solid rgba(18,61,56,.09);grid-template-columns:36px 1fr auto;gap:7px}.iphone__brand img{width:35px;height:35px;object-fit:contain}.iphone__brand>span{font-family:var(--serif);font-size:.87rem;letter-spacing:.14em}.iphone__brand button{padding:0;color:var(--ink-soft);background:transparent;border:0;font-size:.72rem;letter-spacing:1px}.iphone__greeting{padding:17px 6px 13px}.iphone__greeting p{margin:0;color:var(--ink);font-family:var(--serif);font-size:1.23rem;line-height:1.2}.iphone__greeting span{color:var(--gold);font-family:var(--serif);font-size:.93rem;font-style:italic}.iphone-alert{padding:13px 14px;margin:0 3px 16px;background:var(--rose);border:1px solid rgba(138,74,64,.15);border-radius:15px}.iphone-alert>div{display:flex;align-items:center;gap:8px;font-size:.67rem}.iphone-alert>div>span{display:grid;width:20px;height:20px;color:white;background:#a7655a;border-radius:50%;place-items:center}.iphone-alert p{margin:7px 0 0;color:#77544d;font-size:.61rem;line-height:1.45}.iphone-progress{padding:0 7px 12px}.iphone-progress>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:.61rem}.iphone-progress>div:first-child span{color:var(--ink-soft)}.iphone-progress__track{height:4px;margin-top:9px;overflow:hidden;background:var(--sage-light);border-radius:999px}.iphone-progress__track span{display:block;width:38%;height:100%;background:var(--gold);border-radius:inherit;animation:progressGrow 1.4s cubic-bezier(.22,1,.36,1) .5s both}.iphone-task{display:grid;min-height:58px;padding:10px 11px;margin:8px 3px;align-items:center;background:white;border:1px solid rgba(18,61,56,.09);border-radius:13px;box-shadow:0 7px 20px rgba(18,61,56,.04);grid-template-columns:27px 1fr auto;gap:9px;animation:taskRise .65s .35s both}.iphone-task+.iphone-task{animation-delay:.52s}.iphone-task__icon{display:grid;width:25px;height:25px;color:var(--gold);background:#f5ecd9;border-radius:50%;font-size:.6rem;font-weight:800;place-items:center}.iphone-task--done .iphone-task__icon{color:var(--ink);background:var(--sage-light)}.iphone-task small,.iphone-task strong{display:block;line-height:1.35}.iphone-task strong{font-size:.64rem}.iphone-task small{margin-top:2px;color:var(--gold);font-size:.54rem}.iphone-composer,.iphone-task--done small{color:var(--ink-soft)}.iphone-composer{position:absolute;right:16px;bottom:17px;left:16px;display:flex;min-height:46px;padding:6px 7px 6px 15px;align-items:center;justify-content:space-between;background:rgba(255,255,255,.96);border:1px solid rgba(18,61,56,.14);border-radius:999px;box-shadow:0 12px 28px rgba(18,61,56,.08);font-size:.6rem}.iphone-composer span:last-child{display:grid;width:33px;height:33px;color:var(--paper);background:var(--ink);border-radius:50%;font-size:.9rem;place-items:center}.iphone__simple-head{display:flex;padding:12px 3px 18px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);font-family:var(--serif);font-size:.85rem}.iphone-message{max-width:88%;padding:12px 13px;margin-top:22px;border-radius:16px;font-size:.63rem;line-height:1.5}.iphone-message--family{margin-left:auto;color:var(--paper);background:var(--ink);border-bottom-right-radius:5px}.iphone-message--sakina{color:var(--ink);background:var(--sage-light);border-bottom-left-radius:5px}.iphone-message__status{display:flex;gap:4px;width:max-content;padding:9px 12px;margin-top:12px;background:var(--sage-light);border-radius:999px}.iphone-message__status span{width:4px;height:4px;background:var(--ink-soft);border-radius:50%;animation:dotPulse 1.4s ease-in-out infinite}.iphone-message__status span:nth-child(2){animation-delay:.16s}.iphone-message__status span:nth-child(3){animation-delay:.32s}.sponsor-pill{position:absolute;z-index:5;bottom:54px;left:6px;display:flex;max-width:225px;padding:12px 15px;align-items:center;gap:10px;background:rgba(255,253,248,.92);border:1px solid rgba(255,255,255,.86);border-radius:15px;box-shadow:var(--shadow);backdrop-filter:blur(12px);animation:sponsorBreathe 6s ease-in-out infinite}.sponsor-pill>span{display:grid;width:32px;height:32px;flex:0 0 auto;color:var(--gold);background:#f5ecd9;border-radius:10px;place-items:center}.sponsor-pill p{margin:0;font-size:.62rem;line-height:1.35}.sponsor-pill strong{display:block;margin-top:2px;font-size:.67rem}.founder-note{background:radial-gradient(circle at 85% 15%,rgba(234,217,184,.58),transparent 28%),var(--sage-light)}.founder-note__line{margin:0;color:var(--ink);font-family:var(--serif);font-size:clamp(1.8rem,3vw,3rem);font-style:italic;line-height:1.25}.founder-note__line+.founder-note__line{margin-top:8px;color:var(--gold)}.reveal{opacity:0;transform:translateY(26px);transition:opacity .75s ease,transform .75s cubic-bezier(.22,1,.36,1)}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal-item{opacity:0;transform:translateY(18px) scale(.99);transition:opacity .6s ease,transform .65s cubic-bezier(.22,1,.36,1),border-color .18s ease,box-shadow .18s ease}.reveal.is-visible .reveal-item{opacity:1;transform:translateY(0) scale(1);transition-delay:var(--reveal-delay,.1s)}.motion-hero .button-row,.motion-hero .eyebrow,.motion-hero .hero__intro,.motion-hero .hero__note,.motion-hero .page-hero__aside,.motion-hero .page-hero__intro,.motion-hero h1{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .75s cubic-bezier(.22,1,.36,1)}.motion-hero.is-visible .button-row,.motion-hero.is-visible .eyebrow,.motion-hero.is-visible .hero__intro,.motion-hero.is-visible .hero__note,.motion-hero.is-visible .page-hero__aside,.motion-hero.is-visible .page-hero__intro,.motion-hero.is-visible h1{opacity:1;transform:translateY(0)}.motion-hero.is-visible h1{transition-delay:80ms}.motion-hero.is-visible .hero__intro,.motion-hero.is-visible .page-hero__intro{transition-delay:.15s}.motion-hero.is-visible .button-row{transition-delay:.22s}.motion-hero.is-visible .hero__note{transition-delay:.29s}.motion-hero.is-visible .page-hero__aside{transition-delay:.19s}.reveal.is-visible .contact-card:hover,.reveal.is-visible .info-card:hover,.reveal.is-visible .step-card:hover{border-color:rgba(181,139,71,.5);box-shadow:0 18px 40px rgba(16,53,48,.07);transform:translateY(-4px) scale(1);transition-delay:0s}@keyframes stageIn{0%{opacity:0;transform:translateY(28px) scale(.97)}}@keyframes phoneFloatMain{0%,to{transform:translateY(0) rotate(1.7deg)}50%{transform:translateY(-10px) rotate(.5deg)}}@keyframes phoneFloatBack{0%,to{transform:translateY(0) rotate(-7deg)}50%{transform:translateY(8px) rotate(-5.7deg)}}@keyframes shapeDrift{0%,to{transform:rotate(7deg) translateY(0)}50%{transform:rotate(5deg) translateY(7px)}}@keyframes progressGrow{0%{width:0}}@keyframes taskRise{0%{opacity:0;transform:translateY(10px)}}@keyframes dotPulse{0%,70%,to{opacity:.35;transform:translateY(0)}35%{opacity:1;transform:translateY(-2px)}}@keyframes sponsorBreathe{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes pageShapeDrift{0%,to{transform:rotate(12deg) translate(0)}50%{transform:rotate(8deg) translate(-12px,14px)}}@keyframes asideFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.trust-strip{padding:23px 0;background:var(--paper);border-block:1px solid var(--line)}.trust-strip__inner{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.trust-item{display:flex;align-items:center;gap:11px;color:var(--ink);font-size:.92rem;font-weight:700}.trust-item:before{display:grid;width:25px;height:25px;flex:0 0 auto;content:"✓";color:var(--ink);background:var(--sage);border-radius:50%;font-size:.72rem;place-items:center}.section{padding:104px 0}.section--paper{background:var(--paper)}.section--sage{background:var(--sage-light)}.section--deep{color:var(--paper);background:var(--ink-deep)}.section--deep p{color:rgba(255,253,248,.72)}.section-heading{max-width:800px;margin-bottom:52px}.section-heading p:not(.eyebrow){max-width:710px;font-size:1.12rem}.section-heading--center{margin-inline:auto;text-align:center}.section-heading--center .eyebrow{justify-content:center}.section-heading--center p:not(.eyebrow){margin-inline:auto}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.info-card{min-height:250px;padding:30px;background:var(--paper);border:1px solid var(--line);border-radius:24px}.info-card__number,.step-card__number{display:grid;width:42px;height:42px;margin-bottom:40px;color:var(--gold);border:1px solid var(--gold-soft);border-radius:50%;font-size:.75rem;font-weight:800;place-items:center}.info-card p{margin-bottom:0}.path-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;overflow:hidden;background:var(--line);border:1px solid var(--line);border-radius:28px}.step-card{min-height:320px;padding:30px;background:var(--paper)}.step-card p{margin-bottom:0}.principles{display:grid;grid-template-columns:.85fr 1.15fr;gap:84px;align-items:start}.principles__list{display:grid;gap:16px}.principle{padding:24px 26px;border:1px solid rgba(255,253,248,.14);border-radius:18px}.principle h3{color:var(--paper)}.principle p{margin-bottom:0;font-size:.94rem}.split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.soft-panel{padding:38px;background:var(--sage-light);border:1px solid var(--line);border-radius:30px 30px 8px}.plain-list,.soft-panel ul{padding:0;margin:26px 0 0;list-style:none}.plain-list li,.soft-panel li{position:relative;padding:14px 0 14px 31px;color:var(--ink-soft);border-top:1px solid var(--line)}.plain-list li:before,.soft-panel li:before{position:absolute;top:17px;left:2px;color:var(--gold);content:"○";font-weight:800}.quote{max-width:970px;margin:0 auto;font-family:var(--serif);font-size:clamp(2.2rem,5vw,4.7rem);line-height:1.13;text-align:center}.quote em{color:var(--gold)}.page-hero{position:relative;overflow:hidden;padding:96px 0 88px;background:linear-gradient(115deg,transparent 0 72%,rgba(220,230,223,.58) 72% 100%);border-bottom:1px solid var(--line)}.page-hero:after{position:absolute;top:-180px;right:-80px;width:520px;height:520px;content:"";border:1px solid rgba(181,139,71,.18);border-radius:44% 56% 50% 50%;transform:rotate(12deg)}.page-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.55fr);gap:78px;align-items:center}.page-hero__grid--single{grid-template-columns:1fr}.page-hero__aside{padding:34px;background:rgba(255,253,248,.88);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow)}.page-hero__aside h2{font-family:var(--sans);font-size:1.15rem;font-weight:700;letter-spacing:0;line-height:1.4}.page-hero__aside p:last-child{margin-bottom:0}.notice{padding:18px 20px;background:#f4ead7;border:1px solid #e6d1a7;border-radius:16px}.notice p{margin:0;color:#6a5837;font-size:.92rem}.callout-section{padding:32px 0 104px}.callout{display:flex;align-items:center;justify-content:space-between;gap:48px;padding:54px 60px;color:var(--paper);background:var(--ink);border-radius:32px 32px 10px}.callout h2{max-width:720px;margin-bottom:14px;font-size:clamp(2.1rem,4vw,3.7rem)}.callout p:not(.eyebrow){max-width:720px;margin-bottom:0;color:rgba(255,253,248,.75)}.task-list{display:grid;gap:13px}.task{display:grid;grid-template-columns:42px 1fr auto;gap:15px;align-items:center;width:100%;padding:18px;color:inherit;background:#fff;border:1px solid var(--line);border-radius:16px;text-align:left}button.task{cursor:pointer}.task__check{display:grid;width:34px;height:34px;color:var(--ink);background:var(--sage-light);border-radius:50%;font-weight:800;place-items:center}.task--done .task__check{color:var(--paper);background:var(--ink)}.task--alert .task__check{color:#8a4a40;background:var(--rose)}.task__copy strong{display:block}.task__copy span{color:var(--ink-soft);font-size:.84rem}.task__time{color:var(--gold);font-size:.78rem;font-weight:700}.pilot-start{padding:clamp(26px,5vw,58px);overflow:hidden;background:radial-gradient(circle at 92% 8%,rgba(220,230,223,.72),transparent 29%),var(--paper);border:1px solid var(--line);border-radius:34px;box-shadow:var(--shadow)}.pilot-start__heading{max-width:760px;margin-bottom:36px}.pilot-start__heading h2{margin-bottom:18px;font-size:clamp(2.35rem,5vw,4.6rem)}.pilot-start__heading p:last-child{max-width:680px;margin-bottom:0;font-size:1.05rem}.pilot-scenarios{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.pilot-scenario{display:flex;flex-direction:column;min-height:295px;padding:26px;color:var(--ink);background:rgba(255,253,248,.92);border:1px solid var(--line);border-radius:24px 24px 24px 8px;text-align:left;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.pilot-scenario:focus-visible,.pilot-scenario:hover{border-color:rgba(181,139,71,.64);box-shadow:0 16px 34px rgba(16,53,48,.08);transform:translateY(-3px)}.pilot-scenario__number{margin-bottom:42px;color:var(--gold);font-size:.75rem;font-weight:800;letter-spacing:.13em}.pilot-scenario strong{margin-bottom:12px;font-family:var(--serif);font-size:1.7rem;font-weight:500;line-height:1.15}.pilot-scenario>span:not(.pilot-scenario__number){color:var(--ink-soft);line-height:1.55}.pilot-scenario small{padding-top:22px;margin-top:auto;color:var(--ink);font-size:.82rem;font-weight:700}.pilot-start__privacy{margin:26px 0 0;color:#607773;font-size:.86rem;text-align:center}.pilot-app{overflow:hidden;background:var(--paper);border:1px solid var(--line);border-radius:34px;box-shadow:var(--shadow)}.pilot-app__footer,.pilot-app__topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:58px;padding:12px 22px;background:var(--ivory);border-bottom:1px solid var(--line)}.pilot-app__footer button,.pilot-back,.pilot-delegated button{padding:6px 0;color:var(--ink);background:transparent;border:0;font-weight:700;cursor:pointer;text-decoration:underline;text-decoration-color:var(--gold-soft);text-underline-offset:5px}.pilot-demo-badge{padding:6px 11px;color:#5f573d;background:#f2e8d3;border-radius:999px;font-size:.75rem;font-weight:700}.pilot-app__layout{display:grid;grid-template-columns:235px minmax(0,1fr);min-height:760px}.pilot-nav{display:flex;flex-direction:column;padding:30px 18px;background:var(--ink)}.pilot-nav__brand{padding:0 12px 30px;color:var(--paper);font-family:var(--serif);font-size:1.15rem;letter-spacing:.14em}.pilot-tab{padding:14px;color:rgba(255,253,248,.7);background:transparent;border:0;border-radius:12px;text-align:left;cursor:pointer}.pilot-tab:hover{color:var(--paper)}.pilot-tab[aria-selected=true]{color:var(--paper);background:rgba(255,255,255,.11)}.pilot-nav__status{padding:16px 12px 0;margin-top:auto;color:var(--gold-soft);border-top:1px solid rgba(255,255,255,.14);font-size:.76rem;line-height:1.5}.pilot-content{min-width:0;padding:clamp(26px,4vw,48px)}.pilot-content__header{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;margin-bottom:30px}.pilot-content__header>div:first-child{max-width:680px}.pilot-content__header h2{margin-bottom:10px;font-size:clamp(2.15rem,4vw,3.5rem)}.pilot-content__header p:last-child{margin-bottom:0}.pilot-progress{flex:0 0 180px;padding:16px;background:var(--sage-light);border-radius:16px}.pilot-progress span,.pilot-progress strong{display:block}.pilot-progress strong{margin-bottom:2px;color:var(--ink)}.pilot-progress>span{color:var(--ink-soft);font-size:.75rem}.pilot-progress__track{height:7px;margin-top:12px;overflow:hidden;background:rgba(18,61,56,.11);border-radius:999px}.pilot-progress__track span{height:100%;background:var(--gold);border-radius:inherit;transition:width .42s ease}.pilot-guidance{display:flex;gap:14px;padding:18px 20px;margin-bottom:24px;background:#f7ede8;border:1px solid #ead1c9;border-radius:18px}.pilot-guidance__mark{display:grid;flex:0 0 32px;width:32px;height:32px;color:#8a4a40;background:var(--rose);border-radius:50%;font-weight:800;place-items:center}.pilot-guidance strong{display:block;margin-bottom:3px}.pilot-guidance p{margin:0;font-size:.88rem;line-height:1.55}.pilot-task-list{display:grid;gap:12px}.pilot-task{display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:15px;align-items:center;padding:18px;background:#fff;border:1px solid var(--line);border-left:4px solid var(--sage);border-radius:17px}.pilot-task--verify{border-left-color:#c48372}.pilot-task--soon{border-left-color:var(--gold)}.pilot-task--later{border-left-color:#b8cac0}.pilot-task--done{opacity:.72;background:var(--sage-light)}.pilot-task__toggle{display:grid;width:36px;height:36px;color:var(--paper);background:transparent;border:1px solid rgba(18,61,56,.28);border-radius:50%;cursor:pointer;place-items:center}.pilot-task--done .pilot-task__toggle{background:var(--ink);border-color:var(--ink)}.pilot-task__copy>strong{display:block;margin-bottom:3px}.pilot-task__copy p{margin-bottom:8px;font-size:.86rem;line-height:1.5}.pilot-task__meta{display:flex;flex-wrap:wrap;gap:7px}.pilot-task__meta span{padding:4px 8px;color:#665b3c;background:#f5ead5;border-radius:999px;font-size:.7rem;font-weight:700}.pilot-task__delegate{min-height:38px;padding:8px 12px;color:var(--ink);background:transparent;border:1px solid rgba(18,61,56,.22);border-radius:999px;font-size:.76rem;font-weight:700;cursor:pointer}.pilot-task__delegate[aria-pressed=true]{background:var(--sage-light);border-color:var(--sage)}.pilot-encouragement{padding:18px 20px;margin-top:18px;background:var(--sage-light);border-radius:17px}.pilot-encouragement strong{display:block}.pilot-encouragement p{margin:3px 0 0}.pilot-document-grid,.pilot-rights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.pilot-document,.pilot-right-card{padding:22px;background:#fff;border:1px solid var(--line);border-radius:18px}.pilot-delegated span,.pilot-document>span,.pilot-right-card>span{display:inline-block;margin-bottom:18px;color:var(--gold);font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.pilot-document h3,.pilot-right-card h3{margin-bottom:8px}.pilot-document p,.pilot-right-card p{margin-bottom:0;font-size:.88rem}.pilot-right-card .text-link{margin-top:18px;font-size:.82rem}.pilot-inline-action{margin-top:24px}.pilot-analysis,.pilot-question-list{padding:26px;margin-top:22px;background:var(--sage-light);border:1px solid var(--sage);border-radius:20px}.pilot-analysis h3,.pilot-question-list h3{margin-bottom:18px}.pilot-analysis dl{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:0}.pilot-analysis dl div{padding:16px;background:var(--paper);border-radius:14px}.pilot-analysis dt{margin-bottom:4px;color:var(--gold);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.pilot-analysis dd{margin:0;color:var(--ink-soft)}.pilot-delegated-list{display:grid;gap:13px}.pilot-delegated{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:22px;background:var(--sage-light);border-radius:18px}.pilot-delegated h3{margin-bottom:6px}.pilot-delegated p{margin:0}.pilot-empty{padding:30px;background:var(--ivory);border:1px dashed rgba(18,61,56,.25);border-radius:20px;text-align:center}.pilot-empty p{max-width:520px;margin:0 auto}.pilot-human{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:26px;margin-top:24px;border:1px solid var(--line);border-radius:20px}.pilot-human>div{max-width:590px}.pilot-human h3{margin-bottom:7px}.pilot-human p:last-child,.pilot-question-list ul{margin-bottom:0}.pilot-app__footer{border-top:1px solid var(--line);border-bottom:0}.pilot-app__footer p{margin:0;font-size:.78rem}.simple-pilot-page{min-height:calc(100vh - 96px);padding:46px 0 72px;background:radial-gradient(circle at 88% 6%,rgba(220,230,223,.64),transparent 28%),var(--ivory)}.simple-pilot-page__context{max-width:860px;margin-top:20px;text-align:center}.simple-pilot-page__context p{margin:0;font-size:.84rem}.chat-shell{max-width:980px;margin:0 auto}.chat-shell__intro{max-width:760px;margin:0 auto 34px;text-align:center}.chat-shell__intro h1{margin-bottom:18px;font-size:clamp(3rem,7vw,5.4rem)}.chat-shell__intro>p:last-child{max-width:650px;margin:0 auto;font-size:1.04rem}.chat{overflow:hidden;background:var(--paper);border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow)}.chat__header{display:flex;min-height:66px;padding:14px 20px;align-items:center;justify-content:space-between;gap:18px;background:var(--sage-light);border-bottom:1px solid var(--line)}.chat__header>div{display:grid;grid-template-columns:10px auto;column-gap:10px;align-items:center}.chat__header strong{line-height:1.2}.chat__header small{grid-column:2;color:var(--ink-soft);font-size:.7rem}.chat__presence{grid-row:1/3;width:9px;height:9px;background:#6f9a86;border-radius:50%;box-shadow:0 0 0 5px rgba(111,154,134,.13)}.chat__header button{padding:5px 0;color:var(--ink);background:transparent;border:0;font-size:.78rem;font-weight:700;cursor:pointer}.chat__messages{min-height:390px;max-height:560px;padding:clamp(24px,5vw,44px);overflow-y:auto;background:linear-gradient(rgba(255,253,248,.94),rgba(255,253,248,.94)),radial-gradient(circle at 12% 8%,var(--sage),transparent 32%)}.chat-message{display:flex;margin-bottom:14px}.chat-message p{max-width:min(680px,86%);padding:15px 18px;margin:0;color:var(--ink);background:var(--sage-light);border-radius:6px 18px 18px;white-space:pre-wrap}.chat-message--user{justify-content:flex-end}.chat-message--user p{color:var(--paper);background:var(--ink);border-radius:18px 6px 18px 18px}.chat__starters{display:flex;flex-wrap:wrap;gap:8px;padding-left:8px;margin-top:4px}.chat__starters button{padding:9px 13px;color:var(--ink);background:transparent;border:1px solid rgba(18,61,56,.22);border-radius:999px;cursor:pointer;transition:background .18s ease,border-color .18s ease}.chat__starters button:focus-visible,.chat__starters button:hover{background:var(--sage-light);border-color:var(--ink)}.chat-message--pending{width:fit-content;gap:5px;padding:16px 18px;background:var(--sage-light);border-radius:6px 18px 18px}.chat-message--pending i{width:6px;height:6px;background:var(--ink-soft);border-radius:50%;animation:chat-pulse 1.2s ease-in-out infinite}.chat-message--pending i:nth-child(2){animation-delay:.14s}.chat-message--pending i:nth-child(3){animation-delay:.28s}@keyframes chat-pulse{0%,60%,to{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.chat__composer{display:grid;grid-template-columns:1fr 48px;gap:10px;padding:16px 18px;background:#fff;border-top:1px solid var(--line)}.chat__composer textarea{width:100%;min-height:52px;max-height:150px;padding:12px 14px;color:var(--ink);background:var(--ivory);border:1px solid var(--line);border-radius:14px;outline:none;resize:vertical}.chat__composer textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(181,139,71,.12)}.chat__composer button{align-self:end;width:48px;height:48px;color:var(--paper);background:var(--ink);border:0;border-radius:50%;cursor:pointer}.chat__composer button:disabled{cursor:default;opacity:.35}.chat__error{display:flex;padding:0 20px 14px;align-items:center;justify-content:space-between;gap:12px;background:#fff}.chat__error p{margin:0;color:#8d5147;font-size:.78rem}.chat__error button{padding:4px 0;color:var(--ink);background:transparent;border:0;font-size:.78rem;font-weight:800;cursor:pointer;text-decoration:underline}.chat__footer{padding:12px 20px 16px;background:var(--ivory);border-top:1px solid var(--line)}.chat__footer,.chat__footer>div{display:flex;align-items:center;justify-content:space-between;gap:16px}.chat__footer p{margin:0;font-size:.72rem}.chat__footer a{color:var(--ink);font-size:.72rem;font-weight:700;text-decoration:underline;text-decoration-color:var(--gold-soft);text-underline-offset:4px}.simple-pilot{max-width:920px;margin:0 auto;overflow:hidden;background:var(--paper);border:1px solid var(--line);border-radius:32px;box-shadow:var(--shadow)}.simple-pilot--start{padding:clamp(28px,6vw,62px)}.simple-pilot__intro{max-width:720px;margin-bottom:34px}.simple-pilot__finished h1,.simple-pilot__heading h1,.simple-pilot__intro h1{max-width:760px;margin-bottom:18px;font-size:clamp(3rem,7vw,5.2rem)}.simple-pilot__finished>p,.simple-pilot__heading>p:last-child,.simple-pilot__intro>p:last-child{max-width:650px;margin-bottom:0;font-size:1.05rem}.simple-pilot__choices{display:grid;gap:12px}.simple-pilot__choices>button{display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%;min-height:104px;padding:22px 24px;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:18px;text-align:left;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.simple-pilot__choices>button:focus-visible,.simple-pilot__choices>button:hover{background:var(--sage-light);border-color:rgba(18,61,56,.36);transform:translateX(3px)}.simple-pilot__choices small,.simple-pilot__choices strong{display:block}.simple-pilot__choices strong{margin-bottom:4px;font-size:1.05rem}.simple-pilot__choices small{color:var(--ink-soft);font-size:.86rem}.simple-pilot__choices b{display:grid;flex:0 0 42px;width:42px;height:42px;color:var(--paper);background:var(--ink);border-radius:50%;font-size:1.1rem;place-items:center}.simple-pilot__note{margin:24px 0 0;color:#607773;font-size:.82rem}.simple-pilot__top{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:58px;padding:12px 22px;background:var(--ivory);border-bottom:1px solid var(--line)}.simple-pilot__top button{padding:4px 0;color:var(--ink);background:transparent;border:0;font-weight:700;cursor:pointer}.simple-pilot__top>span{padding:5px 10px;color:#5f573d;background:#f2e8d3;border-radius:999px;font-size:.72rem;font-weight:700}.simple-pilot__body{padding:clamp(28px,6vw,60px)}.simple-pilot__situation{display:flex;align-items:center;gap:10px;padding-bottom:22px;margin-bottom:34px;border-bottom:1px solid var(--line)}.simple-pilot__situation>span{color:var(--gold);font-size:.73rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.simple-pilot__situation strong{color:var(--ink)}.simple-pilot__heading{margin-bottom:26px}.simple-next-step{padding:clamp(24px,5vw,42px);background:#fff;border:1px solid var(--line);border-left:6px solid var(--gold);border-radius:22px;box-shadow:0 14px 34px rgba(16,53,48,.06)}.simple-next-step--verify{background:#fffaf7;border-left-color:#bd7968}.simple-next-step--later{border-left-color:#9eb9ab}.simple-next-step__time{display:inline-block;padding:5px 9px;margin-bottom:20px;color:#70493f;background:var(--rose);border-radius:999px;font-size:.72rem;font-weight:800}.simple-next-step h2{max-width:700px;margin-bottom:14px;font-size:clamp(2rem,4.5vw,3.4rem)}.simple-next-step>p{max-width:680px;margin-bottom:0;font-size:1rem}.simple-next-step__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.simple-pilot__progress{display:flex;justify-content:space-between;gap:18px;padding:16px 4px 6px;color:var(--ink-soft);font-size:.82rem}.simple-pilot__progress strong{color:var(--ink)}.simple-pilot__overview-button{padding:8px 0;color:var(--ink);background:transparent;border:0;font-weight:700;cursor:pointer;text-decoration:underline;text-decoration-color:var(--gold-soft);text-underline-offset:6px}.simple-pilot__overview{display:grid;gap:8px;padding:18px;margin-top:12px;background:var(--sage-light);border-radius:18px}.simple-pilot__overview button{display:grid;grid-template-columns:30px 1fr auto;gap:12px;align-items:center;padding:13px;color:var(--ink);background:var(--paper);border:1px solid transparent;border-radius:13px;text-align:left;cursor:pointer}.simple-pilot__overview button:hover{border-color:var(--gold-soft)}.simple-pilot__overview button>span{display:grid;width:28px;height:28px;background:var(--sage-light);border-radius:50%;font-size:.76rem;font-weight:800;place-items:center}.simple-pilot__overview small{color:var(--gold);font-weight:700}.simple-help{padding-top:48px;margin-top:48px;border-top:1px solid var(--line)}.simple-help__heading{max-width:650px;margin-bottom:24px}.simple-help__heading h2{margin-bottom:0;font-size:clamp(2rem,4vw,3.2rem)}.simple-help__choices{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.simple-help__choices button{min-height:76px;padding:16px;color:var(--ink);background:var(--ivory);border:1px solid var(--line);border-radius:15px;font-weight:700;cursor:pointer}.simple-help__choices button[aria-pressed=true]{background:var(--sage-light);border-color:var(--ink)}.simple-help__panel{padding:24px;margin-top:14px;background:var(--sage-light);border-radius:18px}.simple-help__panel>span{display:block;margin-bottom:12px;color:var(--gold);font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.simple-help__panel h3{margin-bottom:8px}.simple-help__panel p:last-child,.simple-help__panel ul:last-child{margin-bottom:0}.simple-help__panel .text-link{margin-top:10px}.simple-pilot__finished{padding:30px 0}.simple-pilot__finished .button{margin-top:26px}.simple-pilot__footer{padding:16px 22px;background:var(--ivory);border-top:1px solid var(--line);text-align:center}.simple-pilot__footer p{margin:0;font-size:.78rem}.resource-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.resource-card{display:block;padding:30px;background:var(--paper);border:1px solid var(--line);border-radius:22px;transition:transform .18s ease,border-color .18s ease}.resource-card:hover{border-color:var(--gold);transform:translateY(-3px)}.resource-card__type{margin-bottom:28px;color:var(--gold);font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.resource-card p:last-child{margin-bottom:0}.faq-list{display:grid;max-width:900px;margin-inline:auto;gap:12px}.faq-item{padding:0 26px;background:var(--paper);border:1px solid var(--line);border-radius:18px}.faq-item summary{padding:23px 0;color:var(--ink);font-weight:700;cursor:pointer}.faq-item p{max-width:760px;padding-bottom:22px;margin-bottom:0}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.contact-card{padding:36px;background:var(--paper);border:1px solid var(--line);border-radius:26px}.contact-card h2{font-size:2.25rem}.legal{max-width:820px}.legal h2{margin-top:52px;font-family:var(--sans);font-size:1.3rem;font-weight:700;letter-spacing:0;line-height:1.4}.legal a{text-decoration:underline;text-underline-offset:4px}.site-footer{padding:70px 0 28px;background:#e8e9e1;border-top:1px solid var(--line)}.site-footer__top{display:grid;grid-template-columns:1.5fr repeat(3,.7fr);gap:48px}.site-footer__intro p{max-width:360px;margin:20px 0 0}.site-footer__column{display:flex;flex-direction:column;align-items:flex-start;gap:9px}.site-footer__column a{color:var(--ink-soft);font-size:.9rem}.site-footer__column a:hover{color:var(--ink);text-decoration:underline;text-underline-offset:4px}.site-footer__title{margin-bottom:6px;color:var(--ink);font-weight:800}.site-footer__bottom{display:flex;justify-content:space-between;padding-top:26px;margin-top:52px;border-top:1px solid var(--line)}.site-footer__bottom p{margin:0;font-size:.8rem}@media (max-width:1020px){.site-header__inner{min-height:80px}.brand__mark{width:52px;height:52px}.brand__name{font-size:1.4rem}.menu-button{display:block}.main-nav{position:absolute;top:calc(100% + 1px);right:0;left:0;display:none;align-items:stretch;padding:24px;background:var(--ivory);border-bottom:1px solid var(--line);box-shadow:0 15px 25px rgba(16,53,48,.08)}.main-nav--open{display:flex}.main-nav__links{flex-direction:column;align-items:flex-start;gap:18px}.main-nav .button{margin-top:18px;align-self:flex-start}.hero__grid,.page-hero__grid,.principles,.split{grid-template-columns:1fr}.hero__grid{gap:62px}.phone-stage{width:min(540px,100%);margin-inline:auto}.guidance-card{max-width:640px}.card-grid,.path-grid{grid-template-columns:repeat(2,1fr)}.site-footer__top{grid-template-columns:1.4fr repeat(2,1fr)}.site-footer__intro{grid-column:1/-1}}@media (max-width:720px){.shell{width:min(100% - 30px,1180px)}.hero,.page-hero{padding:68px 0 64px}.hero h1,.page-hero h1{font-size:clamp(2.75rem,14vw,4.3rem)}.phone-stage{left:50%;width:450px;min-height:640px;margin-left:-225px}.phone-stage__shape--sage,.phone-stage__shape--sand{right:35px;width:350px;height:510px}.iphone--journey{right:18px;transform-origin:center}.iphone--messages{left:9px}.sponsor-pill{bottom:45px;left:20px}.section{padding:76px 0}.card-grid,.contact-grid,.path-grid,.resource-grid,.trust-strip__inner{grid-template-columns:1fr}.trust-strip__inner{gap:14px}.step-card{min-height:auto}.contact-card,.guidance-card,.page-hero__aside,.soft-panel{padding:25px}.callout{display:block;padding:38px 26px}.callout .button{margin-top:24px}.pilot-document-grid,.pilot-rights-grid,.pilot-scenarios{grid-template-columns:1fr}.pilot-scenario{min-height:250px}.pilot-app__layout{grid-template-columns:1fr}.pilot-nav{display:grid;grid-template-columns:repeat(2,1fr);gap:5px;padding:20px 16px}.pilot-nav__brand,.pilot-nav__status{grid-column:1/-1}.pilot-nav__brand{padding:0 8px 14px}.pilot-nav__status{padding:13px 8px 0;margin-top:10px}.pilot-content__header{display:block}.pilot-progress{width:min(220px,100%);margin-top:18px}.pilot-task{grid-template-columns:36px 1fr}.pilot-task__delegate{grid-column:2;justify-self:start}.pilot-app__footer,.pilot-delegated,.pilot-human{display:block}.pilot-delegated button,.pilot-human .button{margin-top:18px}.pilot-analysis dl{grid-template-columns:1fr}.pilot-app__footer button{display:inline-block;margin-top:8px}.simple-pilot-page{padding:22px 0 54px}.chat-shell__intro{margin-bottom:24px;text-align:left}.chat-shell__intro h1{font-size:clamp(2.75rem,13vw,4rem)}.chat-shell__intro>p:last-child{margin-left:0}.chat{border-radius:22px}.chat__messages{min-height:360px;max-height:520px;padding:24px 16px}.chat-message p{max-width:92%}.chat__starters{display:grid;padding-left:0}.chat__starters button{text-align:left}.chat__footer{display:block}.chat__footer>div{justify-content:flex-start;margin-top:8px}.simple-pilot{border-radius:24px}.simple-pilot--start,.simple-pilot__body{padding:28px 20px}.simple-pilot__finished h1,.simple-pilot__heading h1,.simple-pilot__intro h1{font-size:clamp(2.7rem,13vw,4rem)}.simple-pilot__choices>button{min-height:96px;padding:18px}.simple-pilot__top{align-items:flex-start;padding:12px 16px}.simple-pilot__top>span{max-width:120px;text-align:center}.simple-pilot__situation{display:block}.simple-pilot__situation strong{display:block;margin-top:5px}.simple-next-step{padding:24px 20px}.simple-next-step__actions{display:grid}.simple-next-step__actions .button{width:100%}.simple-pilot__overview button{grid-template-columns:30px 1fr}.simple-pilot__overview small{grid-column:2}.simple-help__choices{grid-template-columns:1fr}.task{grid-template-columns:34px 1fr}.task__time{grid-column:2}.site-footer__top{grid-template-columns:1fr}.site-footer__intro{grid-column:auto}.site-footer__bottom{display:block}.site-footer__bottom p+p{margin-top:7px}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}