@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");:root{--charcoal:#142029;--teal:#00aa91;--teal-dark:#007f70;--paper:#f6f8f8;--line:#dce2e3;--muted:#708087;--gray:#42545c;--caution:#b27600;--warning:#a63d2f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--charcoal);font-family:Montserrat,Arial,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}.site-header{height:82px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:44px;padding:0 clamp(22px,5vw,78px);background:var(--charcoal);color:white;border-bottom:1px solid #34454e}.brand{width:195px;display:flex}.brand img{width:100%}.site-header nav{display:flex;justify-content:center;gap:clamp(18px,2.4vw,38px);font-size:11px;font-weight:600;color:#c0cbcd}.site-header nav a{padding:31px 0;border-bottom:2px solid transparent;transition:.18s}.site-header nav a:hover{color:white;border-color:var(--teal)}.header-cta{display:flex;align-items:center;gap:18px;background:var(--teal);padding:13px 17px;font-size:11px;font-weight:700;letter-spacing:.04em}.header-cta span{font-size:17px}.menu-button{display:none;background:none;border:0;padding:10px}.menu-button span{display:block;width:24px;height:1px;background:white;margin:6px}.hero{position:relative;min-height:calc(100vh - 82px);display:grid;grid-template-columns:minmax(420px,.85fr) minmax(560px,1.15fr);align-items:center;gap:clamp(45px,6vw,100px);padding:clamp(72px,8vw,118px) clamp(22px,5vw,78px) 110px;background:linear-gradient(115deg,#f7f9f8,#f7f9f8 61%,#e8efee 0);overflow:hidden}.hero:before{content:"";position:absolute;left:-140px;bottom:-190px;width:420px;height:420px;border:1px solid #dce7e5;border-radius:50%}.hero-copy{position:relative;z-index:2}.eyebrow,.micro{text-transform:uppercase;letter-spacing:.15em;font-size:10px;font-weight:700}.eyebrow{display:flex;align-items:center;gap:12px;color:var(--teal-dark);margin:0 0 25px}.eyebrow span{width:34px;height:1px;background:var(--teal)}h1{font-size:clamp(50px,5.4vw,82px);line-height:1.01;letter-spacing:-.058em;margin:0;max-width:780px}h1 em{color:var(--teal-dark);font-style:normal}.lede{max-width:650px;margin:30px 0;color:var(--gray);font-size:16px;line-height:1.75}.hero-actions{display:flex;gap:12px}.button{display:inline-flex;justify-content:space-between;align-items:center;min-width:190px;padding:16px 18px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.button.primary{background:var(--charcoal);color:white}.button.primary span{color:var(--teal);font-size:18px}.button.secondary{justify-content:center;border:1px solid var(--line);background:white}.trust-line{display:flex;gap:23px;margin-top:32px;color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.08em}.trust-line span:before{content:"";display:inline-block;width:5px;height:5px;margin-right:8px;border-radius:50%;background:var(--teal)}.hero-visual{position:relative;min-width:0}.visual-label{display:flex;justify-content:space-between;align-items:end;margin:0 0 12px;color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-size:8px}.visual-label b{color:var(--charcoal)}.product-window{background:white;box-shadow:0 28px 70px rgba(20,32,41,.16);overflow:hidden;transform:perspective(1400px) rotateY(-3deg);transform-origin:left center}.product-bar{height:52px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:18px;padding:0 22px;background:var(--charcoal);color:#b7c3c5;font-size:8px;text-transform:uppercase;letter-spacing:.1em}.product-bar img{width:118px}.product-bar b{display:grid;place-items:center;width:27px;height:27px;border:1px solid #607078;border-radius:50%;color:white;font-size:8px}.product-body{padding:24px 25px 28px}.product-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.product-heading h2{font-size:25px;letter-spacing:-.04em;margin:5px 0 0}.product-heading p{color:var(--muted);font-size:8px}.micro{color:var(--teal-dark);font-size:7px}.next-panel{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:15px;background:var(--charcoal);color:white;padding:18px 20px}.waypoint-mark{position:relative;width:32px;height:32px;border:1px solid #50636b;border-radius:50%;display:grid;place-items:center}.waypoint-mark:after,.waypoint-mark:before{content:"";position:absolute;background:#50636b}.waypoint-mark:before{width:44px;height:1px}.waypoint-mark:after{height:44px;width:1px}.waypoint-mark i{width:7px;height:7px;border-radius:50%;background:var(--teal);box-shadow:0 0 0 4px rgba(0,170,145,.18);z-index:2}.next-panel small,.next-panel strong{display:block}.next-panel strong{font-size:18px;margin:2px 0}.next-panel small{color:#b9c5c7;font-size:8px}.next-panel .micro{color:#64d6c6}.next-panel button{border:0;background:white;color:var(--charcoal);padding:10px 12px;font-size:8px;font-weight:700}.roster-head{display:flex;justify-content:space-between;align-items:end;margin:20px 0 8px}.roster-head h3{font-size:16px;margin:3px 0 0}.roster-head>span{font-size:7px;color:var(--muted)}.student-list{border-top:2px solid var(--charcoal)}.student-row{display:grid;grid-template-columns:1.35fr .9fr .62fr 1.1fr .85fr 1fr;align-items:center;gap:10px;padding:11px 10px;border-bottom:1px solid var(--line);font-size:7px}.identity{display:flex;align-items:center;gap:9px}.identity i{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--charcoal);color:white;font-style:normal;font-weight:700}.identity small,.identity strong,.lesson small,.lesson strong,.total-time small,.total-time strong{display:block}.identity small,.lesson small,.total-time small{color:var(--muted);margin-top:2px}.total-time strong{font-size:8px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.status{justify-self:start;padding:4px 5px;background:#edf0f0;color:#5c696e;font-weight:700}.status.strong{background:#ddf4ef;color:#006d5f}.status.priority{background:#f9e2dd;color:#8d3024}.attention.priority{color:var(--warning);font-weight:700}.attention.strong{color:var(--teal-dark);font-weight:700}.readiness-card{position:absolute;right:-24px;bottom:-64px;width:205px;background:white;border-top:4px solid var(--teal);padding:20px;box-shadow:0 18px 48px rgba(20,32,41,.14)}.readiness-card small,.readiness-card strong{display:block}.readiness-card>strong{font-size:36px;margin:8px 0 0}.readiness-card small{color:var(--muted);font-size:7px}.readiness-line{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3px;margin:15px 0}.readiness-line i{height:4px;background:var(--teal)}.readiness-line i:nth-child(2){background:var(--caution)}.readiness-line i:nth-child(3){background:var(--warning)}.readiness-card p{margin:0;font-size:8px;color:var(--gray)}.readiness-card p b{color:var(--warning)}.proof-strip{display:grid;grid-template-columns:1fr 2fr;align-items:center;gap:40px;background:var(--charcoal);color:white;padding:24px clamp(22px,5vw,78px)}.proof-strip p{margin:0;color:#b9c5c7;font-size:10px;text-transform:uppercase;letter-spacing:.14em}.proof-strip ol{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);margin:0;padding:0}.proof-strip li{border-left:1px solid #3a4b54;padding-left:22px;font-size:11px;font-weight:600}.proof-strip b{color:var(--teal);font-size:8px;margin-right:10px}@media(max-width:1120px){.site-header nav{display:none}.site-header{grid-template-columns:1fr auto auto}.menu-button{display:block}.hero{grid-template-columns:1fr;padding-top:70px;background:#f7f9f8}.hero-copy{max-width:760px}.hero-visual{max-width:850px;width:100%;margin:10px auto 30px}.product-window{transform:none}.readiness-card{right:18px}.proof-strip{grid-template-columns:1fr}.proof-strip p{display:none}}@media(max-width:680px){.site-header{height:72px;padding-inline:18px;gap:8px}.brand{width:152px}.header-cta{display:none}.hero{min-height:auto;padding:55px 18px 88px;gap:42px}h1{font-size:45px}.lede{font-size:14px}.hero-actions{flex-direction:column}.button{width:100%}.trust-line{display:grid;grid-template-columns:1fr 1fr;gap:12px}.visual-label{display:none}.product-bar{padding-inline:14px}.product-body{padding:18px 14px}.product-heading h2{font-size:19px}.product-heading p{display:none}.next-panel{grid-template-columns:34px 1fr;padding:15px}.next-panel button{grid-column:2;justify-self:start}.student-row{grid-template-columns:1fr auto;padding:12px 4px}.student-row .attention,.student-row .lesson,.student-row .phase,.student-row .status{display:none}.readiness-card{position:relative;right:auto;bottom:auto;width:100%;margin-top:12px}.proof-strip{padding:25px 18px}.proof-strip ol{grid-template-columns:1fr 1fr;gap:20px}.proof-strip li{padding-left:14px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.site-header nav a{transition:none}}.section-pad{padding:clamp(80px,10vw,150px) clamp(22px,6vw,100px)}.section-intro{max-width:900px}.curriculum-copy h2,.early-access h2,.instructor-copy h2,.section-intro h2,.student-copy h2{margin:0;font-size:clamp(36px,4.5vw,68px);line-height:1.08;letter-spacing:-.05em}.curriculum-copy>p,.early-access>div>p:last-child,.instructor-copy>p,.section-intro.split>p,.section-intro>p:last-child,.student-copy>p{color:var(--gray);line-height:1.75;font-size:15px}.section-intro.split{max-width:none;display:grid;grid-template-columns:1.4fr .6fr;gap:80px;align-items:end}.section-intro.split>p{margin:0}.problem-section{background:white}.fragmentation{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,8vw,120px);align-items:center;margin-top:70px}.fragment-stack{position:relative;min-height:480px}.fragment-stack article{position:absolute;width:min(420px,80%);padding:22px 25px;background:var(--paper);border:1px solid var(--line);box-shadow:0 12px 30px rgba(20,32,41,.07)}.fragment-stack article:first-child{top:0;left:0;transform:rotate(-2deg)}.fragment-stack article:nth-child(2){top:110px;right:0;transform:rotate(2deg)}.fragment-stack article:nth-child(3){top:225px;left:8%;transform:rotate(-1deg)}.fragment-stack article:nth-child(4){top:340px;right:5%;transform:rotate(1deg);border-color:#e2bbb4}.fragment-stack span,.unified-card dt{font-size:8px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.fragment-stack small,.fragment-stack strong{display:block}.fragment-stack strong{margin:8px 0 4px}.fragment-stack small{color:var(--muted);font-size:10px}.unified-card{position:relative;padding:50px;background:var(--charcoal);color:white;box-shadow:0 24px 60px rgba(20,32,41,.18)}.unified-card .eyebrow{color:#64d6c6}.unified-card h3{margin:10px 0 18px;font-size:38px;letter-spacing:-.04em}.unified-card>p:not(.eyebrow){color:#b9c5c7;line-height:1.7}.unified-card dl{margin:34px 0 0}.unified-card dl div{display:grid;grid-template-columns:1fr 1.3fr;padding:13px 0;border-top:1px solid #3a4b54}.unified-card dd{margin:0;font-size:11px;font-weight:600}.unified-mark{position:absolute;right:36px;top:36px;width:50px;height:50px;border:1px solid #53666e;border-radius:50%;display:grid;place-items:center}.unified-mark:after,.unified-mark:before{content:"";position:absolute;background:#53666e}.unified-mark:before{width:70px;height:1px}.unified-mark:after{height:70px;width:1px}.unified-mark i{width:9px;height:9px;background:var(--teal);border-radius:50%;z-index:1}.platform-section{background:var(--paper)}.capability-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:70px;border-top:3px solid var(--charcoal)}.capability-grid article{position:relative;min-height:280px;padding:34px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:white}.capability-grid article:nth-child(3n+1){border-left:1px solid var(--line)}.capability-grid article>span{color:var(--teal);font-size:9px;font-weight:700;letter-spacing:.12em}.capability-grid h3{margin:42px 0 14px;font-size:23px}.capability-grid p{color:var(--gray);font-size:12px;line-height:1.65}.capability-grid i{position:absolute;right:28px;bottom:25px;color:var(--teal);font-style:normal;font-size:20px}.instructor-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(50px,8vw,130px);align-items:center;background:white}.instructor-copy ul{list-style:none;margin:38px 0;padding:0}.instructor-copy li{display:grid;grid-template-columns:1fr 1.5fr;gap:22px;padding:18px 0;border-top:1px solid var(--line);font-size:11px}.instructor-copy li span{color:var(--muted);line-height:1.6}.text-action{display:inline-flex;gap:25px;color:var(--teal-dark);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.insight-ui{position:relative;padding:34px;background:var(--paper);border-top:4px solid var(--teal);box-shadow:0 18px 48px rgba(20,32,41,.11)}.insight-ui header small,.insight-ui header strong{display:block}.insight-ui header strong{margin:8px 0 3px;font-size:30px}.insight-ui header small{color:var(--muted)}.profile-strip{display:grid;grid-template-columns:1fr auto;align-items:stretch;gap:12px;margin-top:24px;padding-top:18px;border-top:1px solid var(--line)}.profile-strip button,.profile-strip>div{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.profile-strip span{color:var(--muted);font-size:7px;text-transform:uppercase;letter-spacing:.1em}.profile-strip strong{margin-top:5px;font-size:11px}.profile-strip button{min-width:112px;padding:11px 14px;border:1px solid var(--teal);background:white;color:var(--charcoal);cursor:default}.profile-strip button strong{font-size:17px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.readiness-score{position:absolute;right:34px;top:34px;padding-left:22px;border-left:3px solid var(--teal)}.readiness-score small,.readiness-score span{display:block;color:var(--muted);font-size:7px;text-transform:uppercase;letter-spacing:.1em}.readiness-score strong{display:block;font-size:38px}.priority-table{margin-top:35px;border-top:2px solid var(--charcoal)}.priority-table p,.priority-title{display:grid;grid-template-columns:1fr 90px 35px;gap:15px;align-items:center}.priority-title{padding:10px;color:var(--muted);font-size:7px;text-transform:uppercase;letter-spacing:.1em}.priority-title span:last-child{grid-column:3}.priority-table p{margin:0;padding:18px 10px;border-top:1px solid var(--line);font-size:10px}.priority-table b small{display:block;margin-top:4px;color:var(--muted);font-weight:400}.priority-table em{justify-self:start;padding:5px;background:#edf1f1;font-size:7px;font-style:normal;text-transform:uppercase}.priority-table .high{background:#f8e9e6;color:var(--warning)}.priority-table .medium{background:#f8f1e3;color:var(--caution)}.insight-ui aside{margin-top:25px;padding:16px;border-left:2px solid var(--teal);background:white;color:var(--gray);font-size:9px;line-height:1.6}.insight-ui aside b{display:block;color:var(--charcoal);text-transform:uppercase;letter-spacing:.1em}.student-section{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(60px,9vw,140px);align-items:center;background:var(--charcoal);color:white}.student-copy .eyebrow{color:#64d6c6}.student-copy>p{color:#bdc8ca}.student-copy blockquote{margin:35px 0;padding:0 0 0 20px;border-left:2px solid var(--teal);color:#aebbc0;font-size:11px;line-height:1.7}.student-copy .text-action{color:#64d6c6}.student-visual{position:relative}.question-ui{padding:35px;background:white;color:var(--charcoal);box-shadow:0 22px 60px rgba(0,0,0,.22)}.question-progress{height:3px;margin-bottom:28px;background:#edf1f1}.question-progress i{display:block;width:50%;height:100%;background:var(--teal)}.question-ui header{display:flex;justify-content:space-between;color:var(--muted);font-size:8px;text-transform:uppercase;letter-spacing:.08em}.question-ui h3{font-size:26px;line-height:1.3;margin:14px 0 25px}.question-ui button{display:grid;grid-template-columns:35px 1fr;width:100%;margin-top:8px;padding:14px;border:1px solid var(--line);background:white;text-align:left;font-size:10px}.question-ui button b{color:var(--teal)}.question-ui button.selected{border-color:var(--teal);background:#f0faf8}.question-ui footer{display:flex;justify-content:space-between;align-items:center;margin-top:24px}.question-ui footer small{color:var(--muted)}.question-ui footer span{padding:11px 14px;background:var(--charcoal);color:white;font-size:9px;font-weight:700}.student-note{position:absolute;right:-30px;bottom:-45px;width:300px;padding:20px;background:var(--teal);color:white}.student-note span,.student-note strong{display:block}.student-note span{font-size:8px;text-transform:uppercase;letter-spacing:.1em}.student-note strong{margin-top:8px;font-size:13px;line-height:1.45}.workflow-section{background:var(--paper)}.workflow-section .section-intro>p:last-child{max-width:680px}.workflow-line{display:grid;grid-template-columns:repeat(4,1fr);margin-top:70px}.workflow-line article{position:relative;padding:0 30px 0 0}.workflow-line article>div{position:relative;height:34px}.workflow-line article>div:before{content:"";position:absolute;top:14px;left:0;right:0;height:1px;background:var(--line)}.workflow-line i{position:relative;z-index:1;display:grid;place-items:center;width:30px;height:30px;border:1px solid var(--line);border-radius:50%;background:white;color:var(--muted);font-size:8px;font-style:normal}.workflow-line .active i{border-color:var(--teal);background:var(--teal);color:white}.workflow-line h3{font-size:24px;margin:25px 0 12px}.workflow-line p{max-width:240px;color:var(--gray);font-size:11px;line-height:1.7}.curriculum-section{display:grid;grid-template-columns:1fr 1fr;gap:clamp(60px,9vw,150px);align-items:center;background:white}.curriculum-section figure{margin:0;padding:40px;background:var(--paper);border-top:4px solid var(--charcoal)}.curriculum-section figure img{width:100%;height:auto}.curriculum-section figcaption{display:flex;justify-content:space-between;gap:30px;margin-top:25px;padding-top:18px;border-top:1px solid var(--line);font-size:9px}.curriculum-section figcaption span{max-width:250px;color:var(--muted);line-height:1.6}.source-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:34px}.source-tags span{padding:7px 9px;border:1px solid var(--line);font-size:7px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.source-tags span:nth-child(3){border-color:var(--teal);color:var(--teal-dark)}.early-access{display:grid;grid-template-columns:1fr .75fr;gap:clamp(60px,10vw,160px);align-items:center;background:#e8f1ef}.early-access form{padding:38px;background:white;border-top:4px solid var(--teal);box-shadow:0 18px 48px rgba(20,32,41,.1)}.early-access label{display:block;margin-bottom:18px;color:var(--gray);font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.early-access input,.early-access select{display:block;width:100%;margin-top:8px;padding:13px;border:1px solid var(--line);border-radius:0;background:white;color:var(--charcoal);font-size:12px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.early-access button{display:flex;justify-content:space-between;width:100%;padding:16px 18px;border:0;background:var(--charcoal);color:white;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.early-access button span{color:var(--teal);font-size:18px}.early-access form>small{display:block;margin-top:14px;color:var(--muted);font-size:8px;line-height:1.5}.faq-section{display:grid;grid-template-columns:.65fr 1.35fr;gap:80px;background:white}.faq-list{border-top:3px solid var(--charcoal)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{display:flex;justify-content:space-between;padding:25px 5px;cursor:pointer;font-size:13px;font-weight:600;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--teal);font-size:20px}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{max-width:700px;margin:0;padding:0 45px 25px 5px;color:var(--gray);font-size:11px;line-height:1.7}.site-footer{display:grid;grid-template-columns:1.2fr .55fr .55fr 1fr;gap:50px;padding:70px clamp(22px,6vw,100px) 30px;background:var(--charcoal);color:white}.footer-brand img{width:220px}.footer-brand p{color:#aebbc0;line-height:1.6}.site-footer>div:not(.footer-brand){display:flex;flex-direction:column;gap:12px}.site-footer b{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#64d6c6}.site-footer a{color:#c4ced0;font-size:10px}.footer-note p{margin:0;color:#89999e;font-size:9px;line-height:1.6}.copyright{grid-column:1/-1;padding-top:30px;border-top:1px solid #34454e;color:#74858a;font-size:8px}@media(max-width:980px){.curriculum-section,.early-access,.faq-section,.fragmentation,.instructor-section,.section-intro.split,.student-section{grid-template-columns:1fr}.fragment-stack{max-width:650px}.capability-grid{grid-template-columns:1fr 1fr}.capability-grid article:nth-child(3n+1){border-left:0}.capability-grid article:nth-child(odd){border-left:1px solid var(--line)}.student-section{gap:100px}.student-visual{max-width:700px}.workflow-line{gap:40px 0}.site-footer,.workflow-line{grid-template-columns:1fr 1fr}.footer-note{grid-column:1/-1}}.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}@media(max-width:620px){.section-pad{padding:75px 18px}.curriculum-copy h2,.early-access h2,.instructor-copy h2,.section-intro h2,.student-copy h2{font-size:38px}.section-intro.split{gap:25px}.fragmentation{margin-top:45px}.fragment-stack{min-height:auto;display:grid;gap:10px}.fragment-stack article{position:static;width:100%;transform:none!important}.unified-card{padding:35px 24px}.unified-mark{display:none}.capability-grid{grid-template-columns:1fr;margin-top:45px}.capability-grid article,.capability-grid article:nth-child(odd){border-left:1px solid var(--line)}.instructor-copy li{grid-template-columns:1fr;gap:7px}.insight-ui{padding:25px 18px}.readiness-score{position:static;margin-top:20px}.profile-strip{grid-template-columns:1fr}.profile-strip button{width:100%}.priority-table p,.priority-title{grid-template-columns:1fr auto}.priority-table p>span,.priority-title span:last-child{display:none}.question-ui{padding:25px 18px}.student-note{position:static;width:100%;margin-top:10px}.workflow-line{grid-template-columns:1fr}.workflow-line article{display:grid;grid-template-columns:45px 1fr;padding:0}.workflow-line article>div{grid-row:1/3}.workflow-line article>div:before{top:0;bottom:0;left:14px;right:auto;width:1px;height:auto}.workflow-line h3{margin:0 0 8px}.workflow-line p{margin:0 0 35px}.curriculum-section figure{padding:22px}.curriculum-section figcaption{flex-direction:column}.form-row,.site-footer{grid-template-columns:1fr}.footer-note{grid-column:auto}}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--teal);outline-offset:3px}.mobile-menu{display:none;position:relative}.mobile-menu summary{list-style:none;padding:10px;cursor:pointer}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{display:block;width:24px;height:1px;background:white;margin:6px}.mobile-menu nav{position:absolute;z-index:20;right:0;top:52px;width:min(320px,calc(100vw - 36px));display:flex!important;flex-direction:column;gap:0!important;padding:12px 20px;background:var(--charcoal);box-shadow:0 20px 40px rgba(0,0,0,.2)}.mobile-menu nav a{padding:15px 4px!important;border-bottom:1px solid #34454e!important}.pricing-section{display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(60px,9vw,150px);align-items:center;background:white}.pricing-section h2{margin:0;font-size:clamp(36px,4.5vw,68px);line-height:1.08;letter-spacing:-.05em}.pricing-note{padding:40px;border-top:4px solid var(--teal);background:var(--paper)}.pricing-note>span{color:var(--teal-dark);font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.pricing-note strong{display:block;margin:13px 0;font-size:22px}.pricing-note p{color:var(--gray);font-size:11px;line-height:1.7}.pricing-note .text-action{margin-top:18px}.home-about{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(60px,9vw,150px);align-items:end;background:var(--paper);border-top:1px solid var(--line)}.about-cta h2,.about-hero h1,.about-problem h2,.company-attribution h2,.founder-copy h2,.home-about h2,.instructor-role h2,.system-section h2{margin:0;line-height:1.08;letter-spacing:-.05em}.about-cta h2,.about-problem h2,.founder-copy h2,.home-about h2,.instructor-role h2,.system-section h2{font-size:clamp(36px,4.5vw,68px)}.home-about>div:last-child>p{margin:0 0 26px;color:var(--gray);font-size:15px;line-height:1.75}.home-about small{display:block;margin-bottom:28px;color:var(--muted);font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.1em}.about-hero{position:relative;display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(60px,9vw,150px);align-items:end;min-height:620px;background:linear-gradient(115deg,#f7f9f8,#f7f9f8 68%,#e8efee 0);overflow:hidden}.about-hero:before{content:"";position:absolute;right:-130px;top:-180px;width:430px;height:430px;border:1px solid #dce7e5;border-radius:50%}.about-hero>.lede,.about-hero>div{position:relative;z-index:1}.about-hero h1{max-width:820px;font-size:clamp(54px,6.2vw,92px)}.about-hero .lede{margin:0 0 8px;max-width:590px}.about-problem{background:white}.continuity-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;margin-top:70px;background:var(--line);border-top:3px solid var(--charcoal);border-inline:1px solid var(--line);border-bottom:1px solid var(--line)}.continuity-grid article{min-height:330px;padding:38px;background:var(--paper)}.continuity-grid article.connected{background:var(--charcoal);color:white}.continuity-grid article>span,.guardrail-card>span{color:var(--teal-dark);font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.13em}.continuity-grid .connected>span{color:#64d6c6}.continuity-grid h3{max-width:470px;margin:38px 0 22px;font-size:28px;line-height:1.2;letter-spacing:-.03em}.continuity-grid ul{margin:0;padding-left:18px;color:var(--gray);font-size:11px;line-height:2}.continuity-grid p{max-width:540px;color:#b9c5c7;font-size:12px;line-height:1.8}.continuity-grid .text-action{margin-top:28px;color:#64d6c6}.workflow-compact{margin-top:75px}.founder-section{display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(60px,9vw,150px);align-items:center;background:var(--paper)}.founder-visual{position:relative;min-height:620px;display:flex;flex-direction:column;justify-content:flex-end;padding:42px;background:var(--charcoal);color:white;overflow:hidden}.founder-visual:after,.founder-visual:before{content:"";position:absolute;background:#3b4d55}.founder-visual:before{left:50%;top:70px;bottom:70px;width:1px}.founder-visual:after{left:55px;right:55px;top:43%;height:1px}.founder-mark{position:absolute;left:50%;top:43%;width:70px;height:70px;display:grid;place-items:center;border:1px solid #53666e;border-radius:50%;transform:translate(-50%,-50%)}.founder-mark i{width:11px;height:11px;border-radius:50%;background:var(--teal);box-shadow:0 0 0 6px rgba(0,170,145,.16)}.founder-visual>small,.founder-visual>span{position:relative;z-index:1;display:block}.founder-visual>span{color:#64d6c6;font-size:9px;font-weight:700;line-height:1.6;text-transform:uppercase;letter-spacing:.13em}.founder-visual>small{max-width:280px;margin-top:10px;color:#8fa0a5;font-size:8px;line-height:1.6}.founder-copy>p{color:var(--gray);font-size:14px;line-height:1.8}.founder-copy blockquote{margin:35px 0;padding:0 0 0 24px;border-left:3px solid var(--teal);font-size:22px;font-weight:600;line-height:1.55;letter-spacing:-.02em}.credential-line{display:flex;flex-wrap:wrap;gap:8px;margin-top:35px}.credential-line span{padding:9px 11px;border:1px solid var(--line);background:white;color:var(--gray);font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.system-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(60px,9vw,150px);background:white}.system-copy>p{max-width:690px;margin:0 0 35px;color:var(--gray);font-size:15px;line-height:1.8}.system-copy dl{margin:0;border-top:3px solid var(--charcoal)}.system-copy dl div{display:grid;grid-template-columns:.55fr 1.45fr;gap:35px;padding:23px 5px;border-bottom:1px solid var(--line)}.system-copy dt{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.system-copy dd{margin:0;color:var(--gray);font-size:11px;line-height:1.7}.instructor-role{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(60px,9vw,150px);align-items:center;background:var(--charcoal);color:white}.instructor-role .eyebrow{color:#64d6c6}.instructor-role>div:first-child>p:last-child{max-width:750px;color:#b9c5c7;font-size:14px;line-height:1.8}.guardrail-card{padding:38px;background:white;color:var(--charcoal);border-top:4px solid var(--teal)}.guardrail-card ul{margin:24px 0;padding:0;list-style:none;border-top:2px solid var(--charcoal)}.guardrail-card li{padding:13px 3px;border-bottom:1px solid var(--line);font-size:11px;font-weight:600}.guardrail-card p{margin:23px 0 0;color:var(--gray);font-size:10px;line-height:1.7}.company-attribution{display:grid;grid-template-columns:80px minmax(0,760px);gap:45px;align-items:start;background:var(--paper)}.company-attribution .waypoint-mark{width:58px;height:58px;margin-top:5px}.company-attribution h2{font-size:clamp(30px,3.4vw,48px)}.company-attribution p:last-child{max-width:680px;color:var(--gray);font-size:13px;line-height:1.8}.about-cta{display:grid;grid-template-columns:1fr auto;gap:60px;align-items:end;background:#e8f1ef}.about-cta p:last-child{max-width:720px;color:var(--gray);font-size:14px;line-height:1.8}.about-cta .button{min-width:220px}.site-footer>div>span{color:#7f9095;font-size:10px}.legal-hero{min-height:430px;padding-bottom:85px;background:linear-gradient(115deg,#f7f9f8,#f7f9f8 76%,#e8efee 0);border-bottom:1px solid var(--line)}.legal-hero h1{font-size:clamp(52px,6vw,86px)}.legal-hero .lede{max-width:760px;margin-bottom:0}.legal-updated{margin:22px 0 0;color:var(--muted);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.legal-content{max-width:1040px;margin:0 auto;padding-top:80px;padding-bottom:110px;background:var(--paper)}.legal-content section{display:grid;grid-template-columns:minmax(210px,.62fr) minmax(0,1.38fr);column-gap:70px;padding:36px 0;border-top:1px solid var(--line)}.legal-content section:first-child{border-top:3px solid var(--charcoal)}.legal-content h2{grid-row:1/span 20;margin:0;font-size:20px;line-height:1.3;letter-spacing:-.025em}.legal-content p,.legal-content ul{grid-column:2;margin:0 0 16px;color:var(--gray);font-size:13px;line-height:1.85}.legal-content p:last-child,.legal-content ul:last-child{margin-bottom:0}.legal-content ul{padding-left:20px}.legal-content li{margin:7px 0;padding-left:5px}.legal-content a{color:var(--teal-dark);font-weight:600;text-decoration:underline;text-underline-offset:3px}.instructor-hero{display:grid;grid-template-columns:minmax(420px,.85fr) minmax(540px,1.15fr);gap:clamp(55px,7vw,120px);align-items:center;min-height:760px;background:linear-gradient(115deg,#f7f9f8,#f7f9f8 63%,#e8efee 0)}.instructor-hero h1{font-size:clamp(50px,5.2vw,80px)}.instructor-hero-copy{min-width:0}.instructor-hero .hero-actions{margin-top:32px}.instructor-hero .button{min-width:225px}.instructor-product{position:relative;min-width:0}.instructor-product .insight-ui{background:white;box-shadow:0 28px 70px rgba(20,32,41,.16)}.cfi-problem{background:white}.cfi-fragment-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:70px;border-top:3px solid var(--charcoal);border-left:1px solid var(--line)}.cfi-fragment-grid article{min-height:230px;padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--paper)}.cfi-fragment-grid article.connected{background:var(--charcoal);color:white}.cfi-fragment-grid span,.founding-details article>span,.stage-note>span,.stage-safeguards>span{color:var(--teal-dark);font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.13em}.cfi-fragment-grid .connected span,.stage-note>span{color:#64d6c6}.cfi-fragment-grid small,.cfi-fragment-grid strong{display:block}.cfi-fragment-grid strong{margin:35px 0 16px;font-size:18px;line-height:1.35}.cfi-fragment-grid small{color:var(--muted);font-size:10px;line-height:1.7}.cfi-fragment-grid .connected small{color:#aebbc0}.training-picture{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(70px,10vw,160px);align-items:center;background:var(--paper)}.aviation-safeguard h2,.founding-program h2,.independent-focus h2,.instruction-stages h2,.instructor-benefits h2,.instructor-closing h2,.instructor-cycle h2,.instructor-faq h2,.training-picture h2{margin:0;font-size:clamp(36px,4.4vw,66px);line-height:1.08;letter-spacing:-.05em}.training-picture>div>p:not(.eyebrow){color:var(--gray);font-size:14px;line-height:1.8}.training-picture .text-action{margin-top:24px}.training-picture dl{margin:0;border-top:3px solid var(--charcoal);background:white}.training-picture dl div{display:grid;grid-template-columns:.8fr 1.2fr;gap:25px;padding:20px 22px;border-bottom:1px solid var(--line)}.training-picture dt{color:var(--muted);font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.training-picture dd{margin:0;font-size:11px;font-weight:600}.instruction-stages>article{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(60px,9vw,150px);align-items:center}.instruction-stages>article>div:first-child>p:not(.eyebrow){max-width:760px;color:var(--gray);font-size:14px;line-height:1.8}.stage-before{background:white}.stage-before blockquote{margin:30px 0 0;padding-left:22px;border-left:3px solid var(--teal);font-size:19px;font-weight:600}.stage-safeguards{padding:38px;background:var(--paper);border-top:4px solid var(--teal)}.stage-safeguards ul{list-style:none;margin:24px 0;padding:0;border-top:2px solid var(--charcoal)}.stage-safeguards li{padding:14px 3px;border-bottom:1px solid var(--line);font-size:11px;font-weight:600}.stage-safeguards p{margin:24px 0 0;color:var(--teal-dark);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.stage-during{background:var(--charcoal);color:white}.stage-during .eyebrow{color:#64d6c6}.stage-during>div:first-child>p:not(.eyebrow){color:#b9c5c7!important}.stage-note{padding:40px;border:1px solid #3a4b54;background:#1b2a33}.stage-note strong{display:block;margin-top:22px;color:#d8e0e1;font-size:15px;line-height:1.7}.stage-after{background:var(--paper)}.stage-after ol{display:grid;grid-template-columns:1fr 1fr;gap:1px;margin:0;padding:1px;list-style:none;background:var(--line)}.stage-after li{min-height:125px;padding:24px;background:white}.stage-after li b,.stage-after li span{display:block}.stage-after li b{color:var(--teal);font-size:9px}.stage-after li span{margin-top:32px;font-size:15px;font-weight:700}.instructor-cycle{background:white}.instructor-cycle .section-intro>p:last-child{max-width:760px}.instructor-benefits{background:var(--paper)}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:70px;border-top:3px solid var(--charcoal);border-left:1px solid var(--line)}.benefit-grid article{min-height:245px;padding:32px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:white}.benefit-grid span{color:var(--teal);font-size:9px;font-weight:700}.benefit-grid h3{margin:40px 0 14px;font-size:21px;text-transform:capitalize}.benefit-grid p{color:var(--gray);font-size:11px;line-height:1.75}.independent-focus{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(70px,10vw,160px);align-items:center;background:white}.independent-focus>div>p:last-child{color:var(--gray);font-size:14px;line-height:1.8}.independent-focus ul{margin:0;padding:30px 38px;list-style:none;border-top:4px solid var(--teal);background:var(--paper)}.independent-focus li{padding:16px 2px;border-bottom:1px solid var(--line);font-size:11px;font-weight:600}.founding-program{display:grid;grid-template-columns:.82fr 1.18fr;gap:clamp(60px,9vw,140px);background:#e8f1ef}.founding-intro>p:not(.eyebrow){color:var(--gray);font-size:14px;line-height:1.8}.founding-intro .button{margin-top:24px;min-width:250px}.founding-intro>small,.instructor-closing>div:last-child>small{display:block;margin-top:14px;color:var(--muted);font-size:8px;text-transform:uppercase;letter-spacing:.08em}.founding-details{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);border-top:3px solid var(--charcoal);border-inline:1px solid var(--line);border-bottom:1px solid var(--line)}.founding-details article{padding:32px;background:white}.founding-details ul{margin:24px 0 0;padding-left:17px;color:var(--gray);font-size:10px;line-height:1.75}.founding-details li{margin:10px 0}.instructor-faq{display:grid;grid-template-columns:.65fr 1.35fr;gap:80px;background:white}.aviation-safeguard{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(60px,9vw,150px);align-items:end;background:var(--charcoal);color:white}.aviation-safeguard .eyebrow{color:#64d6c6}.aviation-safeguard h2{font-size:clamp(32px,3.8vw,54px)}.aviation-safeguard>p{margin:0;color:#b9c5c7;font-size:13px;line-height:1.8}.instructor-closing{display:grid;grid-template-columns:1fr auto;gap:70px;align-items:end;background:#e8f1ef}.instructor-closing>div:first-child>p:last-child{max-width:760px;color:var(--gray);font-size:14px;line-height:1.8}.instructor-closing>div:last-child{display:grid;gap:10px;min-width:270px}.explorer-page{background:var(--paper)}.explorer-intro{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:end;padding:clamp(58px,7vw,96px) clamp(22px,6vw,100px) 48px;background:white;border-bottom:1px solid var(--line)}.explorer-intro h1{font-size:clamp(46px,5.5vw,76px)}.explorer-intro>p{max-width:690px;margin:0;color:var(--gray);font-size:16px;line-height:1.75}.explorer-shell{padding:0 clamp(22px,6vw,100px) clamp(80px,9vw,130px)}.explorer-toolbar{display:flex;justify-content:space-between;align-items:end;gap:30px;padding:30px 0}.explorer-toolbar form{width:min(100%,520px)}.explorer-toolbar label{display:block;margin-bottom:9px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.09em}.explorer-toolbar form>div{display:grid;grid-template-columns:1fr auto}.explorer-toolbar input{min-width:0;padding:14px 16px;border:1px solid #aebabc;border-right:0;background:white;color:var(--charcoal);font-size:18px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.explorer-toolbar button{padding:0 22px;border:0;background:var(--charcoal);color:white;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.explorer-toolbar small{display:block;margin-top:8px;color:var(--muted);font-size:12px;line-height:1.5}.field-error{margin:8px 0 0;color:var(--warning);font-size:13px;font-weight:600}.update-status{display:flex;align-items:center;gap:10px;padding-bottom:5px;color:var(--gray);font-size:13px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.update-status i{width:8px;height:8px;border-radius:50%;background:var(--teal)}.update-status i.active{animation:status-pulse 1s ease-in-out infinite}@keyframes status-pulse{50%{opacity:.3}}.tracker-panel,.weather-panel{background:white;border:1px solid var(--line);box-shadow:0 18px 50px rgba(20,32,41,.07)}.tracker-panel{border-top:4px solid var(--teal)}.tracker-panel>header,.weather-panel>header{display:flex;justify-content:space-between;align-items:end;gap:30px;padding:22px 26px;border-bottom:1px solid var(--line)}.tracker-panel header .eyebrow,.weather-panel header .eyebrow{margin-bottom:10px}.tracker-panel h2,.weather-panel h2{margin:0;font-size:clamp(22px,2.5vw,32px);letter-spacing:-.04em}.tracker-panel>header>p{margin:0;color:var(--muted);font-size:13px;font-weight:600}.tracker-grid{display:grid;min-height:390px}.map-wrap{position:relative;min-width:0}.chart-selector{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px;font-weight:700;white-space:nowrap}.chart-selector select{border:1px solid var(--line);background:#fff;color:var(--charcoal);padding:8px 28px 8px 10px;font:inherit}.chart-status{position:absolute;z-index:4;right:14px;bottom:14px;width:min(260px,calc(100% - 28px));display:grid;gap:5px;padding:13px 14px;background:rgba(20,32,41,.94);color:#fff;border-left:3px solid var(--teal);box-shadow:0 10px 24px rgba(20,32,41,.2);font-size:11px;line-height:1.45}.chart-status strong{font-size:12px}.chart-status span{color:#c7d2d1}.chart-status a{color:#8bd5cc;font-weight:700;text-decoration:none}.chart-status a:hover{text-decoration:underline}.flight-map{position:absolute;inset:0;background:#dfe8e7}.aircraft-marker:focus-visible,.maplibregl-map button:focus-visible{outline:3px solid white;outline-offset:3px}.map-state{position:absolute;inset:0;z-index:3;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:25px;background:rgba(246,248,248,.92);text-align:center;font-size:14px}.map-state b{font-size:18px}.map-state span{color:var(--gray)}.loader{width:28px;height:28px;border:2px solid var(--line);border-top-color:var(--teal);border-radius:50%;animation:loader-spin .8s linear infinite}@keyframes loader-spin{to{transform:rotate(1turn)}}.airport-marker{width:19px;height:19px;border:4px solid white;border-radius:50%;background:var(--teal);box-shadow:0 0 0 2px var(--charcoal),0 3px 12px rgba(20,32,41,.4)}.aircraft-marker{position:relative;display:grid;place-items:center;width:32px;height:32px;padding:0;border:0;background:transparent;color:var(--charcoal);cursor:url(/waypoint-cursor-black.svg) 14 16,pointer}.aircraft-silhouette{position:relative;z-index:2;width:27px;height:27px;overflow:visible;transform:rotate(var(--track));filter:drop-shadow(0 1px 1px rgba(255,255,255,.9))}.aircraft-silhouette path{fill:white;stroke:var(--charcoal);stroke-width:1.25;stroke-linejoin:round;vector-effect:non-scaling-stroke}.track-vector{position:absolute;z-index:1;width:1px;height:34px;bottom:50%;left:calc(50% - .5px);transform:rotate(var(--track));transform-origin:50% 100%;background:linear-gradient(to top,rgba(9,168,148,.15),var(--teal))}.track-vector:before{content:"";position:absolute;top:-3px;left:-2px;width:5px;height:5px;border-top:1px solid var(--teal);border-right:1px solid var(--teal);transform:rotate(-45deg)}.aircraft-marker.stale{opacity:.58}.aircraft-marker:focus,.aircraft-marker:hover{z-index:20}.map-aircraft-panel{position:absolute;z-index:5;top:14px;left:14px;width:min(235px,calc(100% - 76px));padding:15px 16px;border-top:3px solid var(--teal);background:var(--charcoal);color:white;box-shadow:0 12px 30px rgba(20,32,41,.25);pointer-events:none}.map-aircraft-panel strong{display:block;font-size:15px;letter-spacing:.02em}.map-aircraft-panel>code{display:block;margin:3px 0 10px;color:#9aabad;font-size:11px;text-transform:uppercase}.map-aircraft-panel dl{display:grid;gap:6px;margin:0;padding-top:9px;border-top:1px solid #3a4b54}.map-aircraft-panel dl>div{display:flex;justify-content:space-between;gap:12px}.map-aircraft-panel dt{color:#9aabad;font-size:11px}.map-aircraft-panel dd{margin:0;font-size:11px;font-weight:600;text-align:right}.map-aircraft-panel em{display:block;margin-top:10px;color:#e4b65f;font-size:10px;font-style:normal;line-height:1.4}.tracker-panel>footer{display:flex;justify-content:space-between;gap:24px;padding:12px 26px;background:#edf2f1;color:var(--gray);font-size:12px;line-height:1.5}.weather-panel{margin-top:24px}.flight-category{padding:9px 11px;border:1px solid;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.flight-category.vfr{color:#00715f}.flight-category.mvfr{color:#37699a}.flight-category.ifr{color:#9b2f25}.flight-category.lifr{color:#6d428c}.weather-reports{display:grid;grid-template-columns:1fr 1fr}.weather-reports article{min-width:0;padding:28px 30px}.weather-reports article+article{border-left:1px solid var(--line)}.weather-reports article>div{display:flex;justify-content:space-between;gap:20px;align-items:baseline;margin-bottom:20px}.weather-reports h3{margin:0;font-size:16px}.weather-reports article>div span{color:var(--muted);font-size:12px;text-align:right}.weather-reports code{display:block;padding:19px;background:#17252d;color:#dce7e6;font-family:SFMono-Regular,Consolas,monospace;font-size:14px;line-height:1.75;white-space:pre-wrap;overflow-wrap:anywhere}.weather-reports article>p,.weather-unavailable{color:var(--gray);font-size:14px;line-height:1.7}.weather-unavailable{padding:30px}.weather-unavailable p{margin-bottom:0}.weather-age{margin:0;padding:0 30px 18px;color:var(--muted);font-size:12px}.weather-notice{margin:0;padding:19px 30px;border-top:1px solid var(--line);background:#eef6f4;color:var(--charcoal);font-size:13px;font-weight:600;line-height:1.6}@media(prefers-reduced-motion:reduce){.loader,.update-status i.active{animation:none}.maplibregl-canvas{scroll-behavior:auto}}@media(max-width:1120px){.mobile-menu{display:block}.instructor-hero{grid-template-columns:1fr;background:#f7f9f8}.instructor-hero-copy{max-width:850px}.instructor-product{max-width:850px;width:100%}.cfi-fragment-grid{grid-template-columns:1fr 1fr}}@media(max-width:980px){.about-hero,.founder-section,.home-about,.instructor-role,.pricing-section,.system-section{grid-template-columns:1fr}.about-hero{min-height:auto;align-items:start}.continuity-grid{grid-template-columns:1fr}.founder-visual{min-height:480px;max-width:650px;width:100%}.company-attribution{grid-template-columns:60px 1fr}.about-cta{align-items:start}.about-cta,.aviation-safeguard,.founding-program,.independent-focus,.instruction-stages>article,.instructor-closing,.instructor-faq,.training-picture{grid-template-columns:1fr}.benefit-grid{grid-template-columns:1fr 1fr}.instructor-closing{align-items:start}.instructor-closing>div:last-child{max-width:360px}.explorer-intro{grid-template-columns:1fr;gap:25px;align-items:start}.map-wrap{height:390px}.weather-reports{grid-template-columns:1fr}.weather-reports article+article{border-left:0;border-top:1px solid var(--line)}}@media(max-width:620px){.about-cta h2,.about-problem h2,.founder-copy h2,.home-about h2,.instructor-role h2,.pricing-section h2,.system-section h2{font-size:38px}.pricing-note{padding:28px 22px}.about-hero{padding-top:68px;padding-bottom:80px;background:#f7f9f8}.about-hero h1{font-size:50px}.about-hero .lede{font-size:14px}.continuity-grid{margin-top:45px}.continuity-grid article{min-height:0;padding:30px 24px}.continuity-grid h3{margin-top:25px;font-size:24px}.founder-section{gap:48px}.founder-visual{min-height:370px;padding:28px}.founder-copy blockquote{font-size:18px}.credential-line{display:grid}.system-copy dl div{grid-template-columns:1fr;gap:8px}.guardrail-card{padding:30px 24px}.company-attribution{grid-template-columns:1fr;gap:22px}.about-cta{gap:28px}.about-cta .button{width:100%}.legal-hero{min-height:auto;padding-top:68px;padding-bottom:70px;background:#f7f9f8}.legal-hero h1{font-size:48px}.legal-content{padding-top:45px;padding-bottom:75px}.legal-content section{grid-template-columns:1fr;gap:18px;padding:30px 0}.legal-content h2{grid-row:auto;font-size:19px}.legal-content p,.legal-content ul{grid-column:1;font-size:12px;line-height:1.8}.instructor-hero{min-height:auto;padding-top:58px;padding-bottom:80px;gap:55px}.instructor-hero h1{font-size:45px}.instructor-hero .hero-actions{flex-direction:column}.instructor-hero .button{width:100%}.instructor-product .visual-label{display:none}.instructor-product .insight-ui{padding:24px 18px}.instructor-product .readiness-score{position:static;margin-top:18px;padding:14px 0 0;border-left:0;border-top:2px solid var(--teal)}.cfi-fragment-grid{grid-template-columns:1fr;margin-top:45px}.cfi-fragment-grid article{min-height:0;padding:26px 22px}.cfi-fragment-grid strong{margin-top:24px}.aviation-safeguard h2,.founding-program h2,.independent-focus h2,.instruction-stages h2,.instructor-benefits h2,.instructor-closing h2,.instructor-cycle h2,.instructor-faq h2,.training-picture h2{font-size:38px}.training-picture dl div{grid-template-columns:1fr;gap:7px}.stage-note,.stage-safeguards{padding:28px 22px}.stage-after ol{grid-template-columns:1fr 1fr}.benefit-grid{grid-template-columns:1fr;margin-top:45px}.benefit-grid article{min-height:0;padding:28px 22px}.benefit-grid h3{margin-top:28px}.independent-focus ul{padding:24px 22px}.founding-details{grid-template-columns:1fr}.founding-details article{padding:28px 22px}.founding-intro .button{width:100%;min-width:0}.instructor-faq{gap:45px}.instructor-closing>div:last-child{width:100%;min-width:0;max-width:none}.instructor-closing .button{width:100%}.explorer-intro{padding-top:50px}.explorer-intro h1{font-size:45px}.explorer-intro>p{font-size:15px}.explorer-toolbar{display:block}.explorer-toolbar form>div{grid-template-columns:1fr}.explorer-toolbar input{border-right:1px solid #aebabc}.explorer-toolbar form button{min-height:46px}.update-status{margin-top:20px}.tracker-panel>header,.weather-panel>header{align-items:flex-start;flex-direction:column;padding:20px}.map-wrap{height:330px}.explorer-toolbar{align-items:end}.chart-selector{margin-left:auto}.tracker-panel>footer{flex-direction:column;gap:5px;padding-inline:20px}.weather-reports article{padding:24px 20px}.weather-reports article>div{align-items:flex-start;flex-direction:column}.weather-reports article>div span{text-align:left}.weather-reports code{font-size:13px}.weather-age,.weather-notice{padding-inline:20px}}