:root{--bg-white: #ffffff;--bg-gray: #f3f3f3;--bg-gray-soft: #f7f7f7;--bg-primary: var(--bg-white);--bg-secondary: var(--bg-gray);--bg-secondary-soft: #f7f7f7;--bg-dark: #000000;--text-primary: #111111;--text-secondary: #333333;--text-muted: #5f5f5f;--text-on-dark: #ffffff;--text-muted-on-dark: #d4d4d4;--card-light: #ffffff;--card-gray: #f4f4f4;--card-dark: #111111;--border-subtle: rgba(15, 17, 21, .08);--border-dark-subtle: rgba(255, 255, 255, .1);--shadow-soft: 0 18px 44px rgba(15, 17, 21, .05);--shadow-card: 0 20px 46px rgba(15, 17, 21, .065);--card-radius: 24px;--card-padding: 30px;--card-shadow-light: 0 10px 26px rgba(15, 17, 21, .028);--card-shadow-hover: 0 16px 36px rgba(15, 17, 21, .045);--card-radius-horizontal: 22px;--card-radius-modular: 24px;--card-padding-horizontal: 28px 32px;--card-padding-modular: 30px;--card-shadow-minimal: 0 8px 22px rgba(15, 17, 21, .024);--font-display: "Inter Tight", "Inter", system-ui, sans-serif;--font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-heading: var(--font-display);--font-editorial: Georgia, serif;--font-data: "Archivo", "Inter", system-ui, sans-serif;--max: 1160px;--white: var(--bg-primary);--gray: var(--bg-secondary);--gray-soft: var(--bg-secondary-soft);--black: var(--bg-dark);--deep-black: var(--bg-dark);--dark-card: var(--card-dark);--ink: var(--text-primary);--text-soft: var(--text-secondary);--muted: var(--text-muted);--muted-dark: var(--text-muted-on-dark);--line: var(--border-subtle);--line-dark: var(--border-dark-subtle)}*{box-sizing:border-box}html{overflow-x:hidden;scroll-behavior:smooth}body{margin:0;overflow-x:hidden;background:var(--white);color:var(--ink);font-family:var(--font-body);font-weight:400;line-height:1.6;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}p{margin:0}h1,h2,h3,.section-title,.card-title,.statement-title{margin:0;color:var(--ink);font-family:var(--font-display);letter-spacing:-.02em}h1{max-width:760px;font-size:clamp(3.25rem,4.15vw,3.75rem);font-weight:520;line-height:1.04;letter-spacing:-.024em}h2{font-size:clamp(2.18rem,3.35vw,2.85rem);font-weight:520;line-height:1.1;letter-spacing:-.018em}h3{font-size:clamp(1.12rem,1.42vw,1.34rem);font-weight:560;line-height:1.2;letter-spacing:-.005em}.title-line{display:block}.heading-emphasis,.title-line-emphasis,.statement-emphasis{font-weight:560}.section-shell{width:min(var(--max),calc(100% - 48px));margin:0 auto}.eyebrow{margin:0 0 16px;color:var(--muted);font-family:var(--font-body);font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.button,.nav-cta{display:inline-flex;min-height:44px;align-items:center;justify-content:center;border:0;border-radius:999px;cursor:pointer;font-family:var(--font-body);font-size:.94rem;font-weight:600;line-height:1;transition:all .18s ease}strong{font-weight:600}.heading-display{font-family:var(--font-display);font-weight:520;letter-spacing:-.024em;line-height:1.04}.section-title{font-family:var(--font-display);font-weight:520;letter-spacing:-.018em;line-height:1.1}.card-title{font-family:var(--font-display);font-weight:560;letter-spacing:-.005em;line-height:1.18}.statement-title{font-family:var(--font-display);font-weight:540;letter-spacing:-.014em;line-height:1.08}.metric-value,.kpi-value,.stat-number,.dashboard-number{font-family:var(--font-data);font-variant-numeric:tabular-nums;font-weight:600;letter-spacing:-.035em;line-height:1}.button{min-height:54px;padding:16px 28px}.button-primary,.nav-cta{background:var(--black);color:var(--white);box-shadow:0 14px 28px #0000001f}.button-primary:hover,.nav-cta:hover{background:var(--text-secondary);transform:translateY(-1px)}.button-secondary{background:var(--white);color:var(--ink);box-shadow:inset 0 0 0 1px var(--line)}.button-secondary:hover{background:var(--gray);transform:translateY(-1px)}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px max(24px,calc((100vw - var(--max)) / 2));border-bottom:1px solid var(--line);background:var(--white)}.brand{display:inline-flex;align-items:center;min-width:max-content}.brand-wordmark{font-family:var(--font-heading);font-size:.96rem;font-weight:600;letter-spacing:.16em;line-height:1.1;text-transform:uppercase;white-space:nowrap}.header-nav{display:flex;align-items:center;gap:20px;color:var(--muted);font-size:.9rem;font-weight:600}.header-nav a:not(.nav-cta):hover{color:var(--ink)}.nav-cta{padding:12px 18px}.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.52fr);align-items:center;gap:clamp(44px,4.5vw,56px);padding:96px 0 92px}.hero-copy{max-width:780px;min-width:0}@media(min-width:1081px){.hero h1{max-width:760px}}.hero .eyebrow{display:inline-flex;align-items:center;gap:12px;color:var(--muted)}.hero .eyebrow:before{width:32px;height:1px;background:var(--text-secondary);content:""}.hero-subtitle{max-width:610px;margin-top:28px;color:#555;font-size:clamp(1.03rem,1.16vw,1.1rem);font-weight:400;line-height:1.62}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:38px}.hero-microcopy{max-width:560px;margin-top:18px;color:var(--muted);font-size:.86rem;line-height:1.5}.hero-media,.guide-image{overflow:hidden;margin:0;border-radius:30px;background:var(--gray)}.hero-media{aspect-ratio:4 / 5;min-height:clamp(460px,39vw,580px)}.hero-media picture,.guide-image picture{display:block;width:100%;height:100%}.hero-media img,.guide-image img{width:100%;height:100%;object-fit:cover;transition:transform .32s ease}.channel-strip{--channel-gap: clamp(62px, 7vw, 96px);overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--white);padding:20px 0}.channel-strip-inner{display:grid;grid-template-columns:minmax(245px,.34fr) minmax(0,1fr);align-items:center;gap:44px}.channel-strip p{position:relative;max-width:31ch;padding-left:18px;color:var(--text-secondary);font-family:var(--font-body);font-size:.84rem;font-weight:600;line-height:1.36}.channel-strip p:before{position:absolute;top:.2em;bottom:.2em;left:0;width:2px;background:var(--black);content:""}.channel-marquee{position:relative;min-width:0;overflow:hidden}.channel-track{display:flex;width:max-content;align-items:center;gap:var(--channel-gap);animation:channelMarquee 48s linear infinite;will-change:transform}.channel-group{display:flex;width:max-content;align-items:center;flex:0 0 auto;gap:var(--channel-gap)}.channel-group[aria-hidden=true]{display:flex}.channel-wordmark{display:inline-flex;align-items:center;gap:12px;flex:0 0 auto;color:#8a8a8a;font-family:var(--font-body);font-size:1.02rem;font-weight:600;opacity:1;white-space:nowrap;transition:color .18s ease,opacity .18s ease}.channel-icon{display:inline-flex;width:30px;height:30px;color:currentColor}.channel-icon svg{width:100%;height:100%}@keyframes channelMarquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - (var(--channel-gap) / 2)))}}@media(hover:hover){.channel-marquee:hover .channel-track{animation-play-state:paused}.channel-wordmark:hover{color:#111;opacity:1}}.problem-section,.guide-section,.faq-section{padding:104px 0}.landing-page .problem-section{width:100%;max-width:none;margin:0;background:#f1f1f1;padding-right:max(24px,calc((100vw - var(--max)) / 2));padding-left:max(24px,calc((100vw - var(--max)) / 2))}.landing-page .problem-section .section-heading{max-width:920px;margin-right:auto;margin-left:auto;margin-bottom:58px;min-width:0;text-align:center}.landing-page .problem-section .section-heading h2{max-width:880px;margin-right:auto;margin-left:auto}.section-heading{max-width:800px;min-width:0;margin-bottom:46px}.section-heading.centered{margin-right:auto;margin-left:auto;text-align:center}.section-heading p:not(.eyebrow){margin-top:22px;color:var(--muted);font-size:1rem;line-height:1.66}.landing-page .problem-section .section-heading .eyebrow+h2{margin-top:14px}.landing-page .problem-section .problem-intro{max-width:780px;margin-right:auto;margin-left:auto;margin-top:26px;line-height:1.68}.problem-highlight{max-width:820px;margin-top:28px;border-radius:24px;background:var(--white);padding:24px 28px;color:var(--ink);font-family:var(--font-heading);font-size:1.02rem;font-weight:560;line-height:1.55}.problem-diagnostic{max-width:720px;margin-right:0;margin-left:0;margin-top:16px;color:var(--muted);font-size:.98rem;line-height:1.55}.landing-page .problem-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:1fr;gap:24px;max-width:var(--max);margin-right:auto;margin-left:auto}.landing-page .problem-list article{display:flex;height:100%;min-height:420px;flex-direction:column;border:0;border-radius:22px;background:var(--white);padding:42px;box-shadow:none}.landing-page .problem-title-group,.focus-shift>*,.landing-page .guide-heading,.landing-page .guide-body,.final-copy{min-width:0}.landing-page .problem-title-group{display:flex;padding-top:72px;flex-direction:column;margin-top:auto}.problem-number{display:inline-flex;width:fit-content;min-width:40px;min-height:30px;align-items:center;justify-content:center;border-radius:999px;background:var(--gray);color:var(--muted);font-family:var(--font-data);font-variant-numeric:tabular-nums;font-size:.78rem;font-weight:600;letter-spacing:-.035em}.landing-page .problem-title-group p{margin-top:16px;color:var(--text-secondary);font-size:1.03rem;line-height:1.62}.problem-section .problem-number{display:block;width:auto;min-width:0;min-height:0;border-radius:0;background:transparent;color:#5f5f5f;font-size:.86rem;letter-spacing:.02em;line-height:1}.landing-page .problem-section .problem-icon{display:grid;width:48px;height:48px;min-width:48px;min-height:48px;place-items:center;border-radius:50%;background:var(--black);color:var(--white)}.landing-page .problem-icon svg{width:21px;height:21px;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.landing-page .problem-transition{max-width:760px;margin:44px auto 0;color:var(--text-secondary);font-size:clamp(1.05rem,1.25vw,1.125rem);line-height:1.65;text-align:center}.final-cta,.site-footer{width:100%;max-width:none;margin:0;background:var(--black);color:var(--white)}.focus-shift-section{width:100%;max-width:none;margin:0;background:#111;color:#f2f2f2;padding:118px max(24px,calc((100vw - var(--max)) / 2))}.focus-shift{display:grid;grid-template-columns:minmax(440px,.66fr) minmax(0,.6fr);align-items:start;gap:clamp(60px,6.5vw,96px);max-width:var(--max);margin:0 auto}.final-cta h2{color:var(--white)}.final-cta .eyebrow{color:var(--muted-dark)}.focus-shift-section .eyebrow{color:#d4d4d4}.focus-shift h2{max-width:780px;color:#f2f2f2;font-size:clamp(1.96rem,2.96vw,2.5rem);font-weight:540;line-height:1.1;letter-spacing:-.016em}.focus-shift p{margin-top:0;color:#d4d4d4;font-size:1rem;line-height:1.66}.focus-shift-copy p:not(.eyebrow){max-width:min(720px,calc(100% + 42px));margin-top:32px;margin-left:0}.focus-shift-copy .eyebrow+h2{margin-top:22px}.focus-shift-copy{position:relative;padding-left:clamp(26px,3vw,42px)}.focus-shift-copy:before{position:absolute;top:0;bottom:clamp(96px,11vw,132px);left:0;width:2px;background:#f2f2f257;content:""}.focus-shift-variables{display:grid;gap:clamp(46px,5vw,68px);max-width:620px;margin-left:auto;padding-top:6px}.focus-variable{display:grid;grid-template-columns:12px minmax(0,1fr);gap:22px;padding:0}.focus-variable span{width:6px;height:6px;margin-top:.58em;border-radius:999px;background:#f2f2f2d1}.focus-variable h3{color:#f2f2f2;font-size:clamp(1.12rem,1.34vw,1.28rem);line-height:1.22}.focus-variable p{max-width:560px;margin-top:10px;color:#d4d4d4;font-size:1rem;line-height:1.58}.focus-shift-close{width:min(850px,calc(100% + clamp(96px,10vw,166px)));max-width:850px;margin-top:34px!important;margin-left:0!important;color:#f2f2f2!important;font-family:var(--font-display);font-size:clamp(1.06rem,1.28vw,1.18rem)!important;font-weight:520;line-height:1.38!important}.landing-page .routes-section,.landing-page .start-section{width:100%;max-width:none;margin:0}.landing-page .routes-section{background:#f1f1f1;padding:112px 0 120px}.landing-page .start-section{background:var(--white);padding:112px 0}.landing-page .routes-heading,.landing-page .start-heading{max-width:900px;margin-right:auto;margin-left:auto;margin-bottom:54px;text-align:center}.landing-page .start-heading{max-width:800px;margin-right:auto;margin-left:auto;text-align:center}.landing-page .routes-heading h2,.landing-page .start-heading h2{max-width:860px;margin-right:auto;margin-left:auto;font-size:clamp(2.625rem,3.3vw,3rem);font-weight:500;line-height:1.08;letter-spacing:-.026em;text-wrap:balance}.landing-page .start-heading h2{max-width:760px;margin-right:auto;margin-left:auto}.landing-page .routes-intro{max-width:760px;margin-right:auto;margin-left:auto;margin-top:24px;color:var(--text-secondary);font-size:clamp(1.0625rem,1.25vw,1.125rem);line-height:1.64}.landing-page .routes-grid{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:1fr;gap:32px}.landing-page .route-card{position:relative;display:flex;min-height:420px;min-width:0;flex-direction:column;border:0;border-radius:22px;background:var(--white);padding:40px;box-shadow:none}.landing-page .route-label{display:inline-flex;width:fit-content;min-height:32px;align-items:center;gap:8px;margin:0;border-radius:999px;background:var(--black);padding:7px 14px;color:var(--white);font-family:var(--font-data);font-size:.72rem;font-variant-numeric:tabular-nums;font-weight:600;letter-spacing:.09em;line-height:1;text-transform:uppercase}.landing-page .route-direction{font-family:var(--font-body);font-size:1.08rem;font-weight:500;letter-spacing:0;line-height:.8;transform:translateY(-.5px)}.landing-page .route-copy{min-width:0;margin-top:auto;padding-top:64px}.landing-page .route-copy h3,.landing-page .start-step h3{font-size:clamp(1.4rem,1.7vw,1.58rem);font-weight:550;line-height:1.24}.landing-page .route-copy p,.landing-page .start-step p{margin-top:16px;color:var(--text-secondary);font-size:clamp(1rem,1.15vw,1.0625rem);line-height:1.62}.landing-page .routes-close{max-width:920px;margin:42px auto 0;color:var(--text-secondary);font-size:clamp(1.05rem,1.25vw,1.125rem);line-height:1.65;text-align:center}.landing-page .start-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(48px,6vw,72px);max-width:1060px;margin-right:auto;margin-left:auto}.landing-page .start-step{display:flex;min-width:0;flex-direction:column;align-items:center;text-align:center}.landing-page .start-number{display:grid;width:48px;height:48px;place-items:center;border-radius:50%;background:var(--black);color:var(--white);font-family:var(--font-data);font-size:.84rem;font-variant-numeric:tabular-nums;font-weight:600;letter-spacing:.04em}.landing-page .start-step>div{margin-top:30px}.landing-page .start-step p{max-width:31ch}.landing-page .start-cta{display:flex;justify-content:center;margin-top:52px}.landing-page .guide-section{width:100%;max-width:none;margin:0;background:var(--black);color:var(--white);padding-right:max(24px,calc((100vw - var(--max)) / 2));padding-left:max(24px,calc((100vw - var(--max)) / 2))}.guide-layout,.final-layout{display:grid;grid-template-columns:minmax(360px,.82fr) minmax(0,1fr);align-items:center;gap:clamp(70px,8vw,112px);max-width:var(--max);margin:0 auto}.landing-page .guide-layout{grid-template-areas:"media heading" "media body";grid-template-columns:minmax(420px,.78fr) minmax(0,1.18fr);grid-template-rows:auto 1fr;align-items:start;gap:32px clamp(64px,7vw,96px)}.landing-page .guide-image{grid-area:media;width:100%;max-width:460px;aspect-ratio:4 / 5;min-height:0;align-self:start}.landing-page .guide-image img{object-position:50% 48%}.landing-page .guide-heading,.landing-page .guide-body{min-width:0;max-width:650px}.landing-page .guide-heading{grid-area:heading}.landing-page .guide-body{grid-area:body}.landing-page .guide-heading h2{max-width:640px;color:var(--white)}.landing-page .guide-heading .eyebrow{color:var(--text-muted-on-dark);letter-spacing:.02em}.landing-page .guide-body p{max-width:630px;color:#d9d9d9;font-size:clamp(1.0625rem,1.25vw,1.125rem);line-height:1.68}.landing-page .guide-body p+p{margin-top:22px}.landing-page .authority-line{display:grid;grid-template-columns:minmax(0,.98fr) minmax(0,1.18fr) minmax(0,.84fr);align-items:stretch;gap:0;width:100%;max-width:720px;margin-top:44px;color:#d9d9d9;font-family:var(--font-body);font-size:.95rem;font-weight:400;line-height:1.35}.landing-page .authority-line>span{position:relative;display:grid;min-width:0;min-height:0;grid-template-rows:3.25rem auto;align-items:start;gap:16px;padding:0 16px}.landing-page .authority-line>span:first-child{padding-left:0}.landing-page .authority-line>span:last-child{padding-right:0}.landing-page .authority-stat:not(:last-child):after{position:absolute;top:14%;right:0;width:1px;height:72%;background:var(--line-dark);content:""}.landing-page .authority-stat strong{display:flex;min-block-size:3.25rem;align-items:end;color:var(--white);font-family:var(--font-data);font-size:clamp(2.75rem,3.4vw,3.25rem);font-weight:500;letter-spacing:-.025em;line-height:1;text-align:left;white-space:nowrap}.landing-page .authority-stat small{max-width:none;color:#d9d9d9;font-size:.86rem;line-height:1.45;text-align:left}.qualification-layout{max-width:var(--max);margin-right:auto;margin-left:auto}.final-cta .button-primary{background:var(--white);color:var(--ink)}.final-cta .button-primary:hover{background:var(--gray);color:var(--ink)}.qualification-section{width:100%;max-width:none;margin:0;background:var(--gray-soft);color:#171717;padding:112px max(24px,calc((100vw - var(--max)) / 2))}.qualification-layout{display:grid;grid-template-columns:1fr;align-items:start;gap:clamp(48px,5vw,56px)}.qualification-heading{width:min(100%,600px)}.qualification-heading h2{max-width:600px;color:#171717}.qualification-heading .eyebrow{color:#5f5f5f}.qualification-heading p:not(.eyebrow){max-width:540px;margin-top:26px;color:#5f5f5f;font-size:1rem;line-height:1.64}.qualification-lists{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;align-self:start;gap:0;width:100%;max-width:none;margin:0;padding:clamp(40px,4vw,48px);border-radius:22px;background:#111;color:#f2f2f2}.qualification-list{min-width:0}.qualification-list-fit{padding-right:clamp(34px,4.2vw,58px)}.qualification-list-mismatch{border-left:1px solid rgba(242,242,242,.14);padding-left:clamp(34px,4.2vw,58px)}.qualification-list h3{max-width:24ch;color:#f2f2f2;font-size:clamp(1.08rem,1.3vw,1.22rem);font-weight:600}.qualification-list ul{display:grid;gap:22px;margin:28px 0 0;padding:0;color:#d4d4d4;font-size:1rem;line-height:1.62;list-style:none}.qualification-list li{position:relative;padding-left:30px}.qualification-list li:before{position:absolute;top:0;left:0;width:18px;color:#d4d4d4;font-family:var(--font-heading);font-size:.94rem;font-weight:500;line-height:1.62;text-align:center}.qualification-list-fit li:before{content:"✓";color:#fff;font-weight:650}.qualification-list-mismatch li:before{content:"—";color:#d4d4d4b8}.faq-section{width:100%;max-width:none;margin:0;background:var(--gray);padding-top:110px;padding-bottom:110px;padding-right:max(24px,calc((100vw - var(--max)) / 2));padding-left:max(24px,calc((100vw - var(--max)) / 2))}.faq-section .section-heading,.faq-list{max-width:920px;margin:0 auto}.faq-section .section-heading{max-width:820px;margin-bottom:62px;text-align:left}.faq-section .section-heading h2{font-size:clamp(2.28rem,3.55vw,3rem)}.faq-list{display:grid;gap:0;border-top:1px solid rgba(17,17,17,.14)}.faq-list details{border-bottom:1px solid rgba(17,17,17,.14);padding:0}.faq-list summary{position:relative;display:flex;min-height:66px;align-items:center;cursor:pointer;color:var(--ink);font-family:var(--font-heading);font-size:1.04rem;font-weight:520;line-height:1.34;list-style:none;padding:20px 48px 20px 0}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:focus-visible{outline:2px solid currentColor;outline-offset:4px}.faq-list summary:after{position:absolute;top:50%;right:0;color:var(--ink);content:"+";font-size:1.68rem;font-weight:360;line-height:1;transform:translateY(-50%)}.faq-list details[open] summary:after{transform:translateY(-50%) rotate(45deg)}.faq-list p{max-width:760px;margin:0;padding:4px 0 30px;color:var(--text-secondary);font-size:.97rem;line-height:1.66}.faq-answer p+p{margin-top:12px}.final-cta{padding:144px 0 148px}.final-layout-centered{display:block;max-width:860px;text-align:center}.final-cta h2{max-width:800px;margin:0 auto}.final-copy p:not(.eyebrow){max-width:680px;margin:30px auto 0;color:var(--text-muted-on-dark);font-size:1rem;line-height:1.68}.final-cta .button-primary{min-height:54px;margin-top:38px;padding-right:28px;padding-left:28px}.final-cta .microcopy{max-width:590px;margin-top:20px;margin-right:auto;margin-left:auto;color:#ffffffc7;font-size:.92rem}.site-footer{display:grid;grid-template-columns:minmax(260px,1fr) auto minmax(260px,1fr);align-items:start;gap:36px;border-top:1px solid rgba(255,255,255,.14);padding:42px max(24px,calc((100vw - var(--max)) / 2)) 48px;color:#ffffffb8;font-size:.88rem}.footer-brand{display:grid;gap:10px}.footer-brand strong{color:var(--white);font-family:var(--font-heading);font-size:.98rem;font-weight:600;letter-spacing:.16em;line-height:1.1;text-transform:uppercase}.site-footer nav{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;color:#ffffffd6}.footer-legal{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:16px;color:#ffffffc2}.site-footer a:hover{color:var(--white)}.reveal{opacity:0;transform:translateY(16px);transition:opacity .62s ease-out,transform .62s ease-out;transition-delay:var(--delay, 0ms)}.delay-0{--delay: 0ms}.delay-1{--delay: 80ms}.delay-2{--delay: .16s}.delay-3{--delay: .24s}.delay-4{--delay: .32s}.reveal.is-visible{opacity:1;transform:translateY(0)}@media(hover:hover){.hero-media:hover img,.guide-image:hover img{transform:scale(1.015)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.reveal{opacity:1;transform:none}.channel-track{animation:none!important;transform:none!important}.channel-group[aria-hidden=true]{display:none!important}}@media(max-width:1080px){.hero,.problem-section,.focus-shift-section,.guide-section,.qualification-section,.faq-section,.final-cta{padding-top:92px;padding-bottom:92px}.hero,.guide-layout,.final-layout,.focus-shift,.qualification-layout{grid-template-columns:1fr}.hero-media,.guide-image{min-height:min(520px,64vw);max-height:620px}.focus-shift-variables{max-width:680px;margin-left:0;padding-top:0}.focus-shift-copy p:not(.eyebrow){max-width:680px;margin-left:0}.focus-shift-close{width:auto;max-width:680px;margin-left:0!important}.focus-shift-section{padding-top:108px;padding-bottom:108px}.qualification-lists{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}.channel-strip-inner{grid-template-columns:1fr;gap:24px}.channel-group{justify-content:flex-start;flex-wrap:nowrap}.site-footer{grid-template-columns:1fr}.faq-section .section-heading{margin-bottom:44px}.site-footer nav{justify-content:flex-start}}@media(max-width:900px){.site-header{padding-right:18px;padding-left:18px}.header-nav a:not(.nav-cta){display:none}}@media(max-width:760px){.section-shell{width:calc(100% - 28px);max-width:var(--max)}.site-header{position:static;overflow:hidden;padding:15px 14px}.brand{min-width:max-content}.brand-wordmark{font-size:.72rem;letter-spacing:.11em}.header-nav{min-width:0}.nav-cta{max-width:calc(100vw - 78px);padding:11px 14px;font-size:.82rem}h1{font-size:clamp(2.5rem,10vw,2.875rem);line-height:1.07;letter-spacing:-.018em}h2{font-size:clamp(1.84rem,7.6vw,2.32rem);line-height:1.12;letter-spacing:-.012em}.hero,.problem-section,.focus-shift-section,.guide-section,.qualification-section,.faq-section,.final-cta{padding-top:68px;padding-bottom:68px}.problem-section,.focus-shift-section,.guide-section,.qualification-section,.faq-section,.final-cta{width:100%;max-width:none}.hero{gap:30px;padding-top:54px}.hero .eyebrow{align-items:flex-start;font-size:.68rem;line-height:1.25}.hero h1 .title-line{display:inline;white-space:normal}.hero-subtitle,.section-heading p:not(.eyebrow),.final-copy p:not(.eyebrow){font-size:1rem;line-height:1.6}.hero-actions,.center-cta{align-items:stretch;flex-direction:column}.hero-actions{gap:10px;margin-top:28px}.button{width:100%;min-height:52px;padding-right:20px;padding-left:20px}.hero-media,.guide-image{min-height:0;border-radius:22px;aspect-ratio:4 / 5}.channel-strip p{font-size:.88rem}.channel-strip{--channel-gap: 54px;padding:20px 0}.channel-strip-inner{gap:16px}.channel-strip p{max-width:30ch;font-size:.82rem}.channel-marquee{margin-right:0;overflow:hidden}.channel-track{width:max-content;animation:channelMarquee 44s linear infinite}.channel-group{width:max-content;gap:var(--channel-gap);padding-right:0;flex-wrap:nowrap}.channel-group[aria-hidden=true]{display:flex}.channel-wordmark{gap:10px;font-size:.95rem}.channel-icon{width:26px;height:26px}.problem-list article{grid-template-columns:1fr;gap:14px;min-height:auto;height:auto;padding:24px}.problem-list{grid-auto-rows:auto}.problem-section .section-heading h2{max-width:18ch}.problem-section .section-heading .title-line{display:inline}.problem-section .section-heading .title-line:after{content:" "}.problem-section .problem-intro{margin-top:26px}.problem-title-group{gap:24px;align-items:start}.focus-shift{gap:34px}.focus-shift-section{padding-top:84px;padding-bottom:84px}.focus-shift h2{max-width:18ch;line-height:1.1}.problem-highlight{border-radius:22px;padding:22px}.problem-list,.qualification-lists{grid-template-columns:1fr}.focus-variable{grid-template-columns:12px minmax(0,1fr);gap:16px;padding:0}.focus-shift-close{margin-top:34px!important;padding-left:0}.problem-list article{grid-template-rows:none}.qualification-layout{gap:36px}.qualification-lists{grid-template-columns:1fr;gap:36px;padding:28px 24px}.qualification-list-fit{padding-right:0}.qualification-list-mismatch{border-left:0;border-top:1px solid rgba(242,242,242,.14);padding-top:32px;padding-left:0}.problem-title-group h3,.problem-list article>p{min-height:0;min-block-size:0}.faq-list summary{padding-right:40px}.faq-section .section-heading{margin-bottom:36px}.problem-list p,.qualification-list ul,.faq-list p{font-size:1rem}.site-footer{align-items:flex-start;padding-bottom:36px}}@media(max-width:600px){.brand-wordmark{display:none}h1{font-size:clamp(2.5rem,10vw,2.65rem)}h2{font-size:clamp(1.78rem,7.6vw,2.12rem)}.hero-subtitle,.section-heading p:not(.eyebrow),.final-copy p:not(.eyebrow){font-size:1rem}.hero .eyebrow:before{width:20px}}@media(max-width:420px){.section-shell{width:calc(100% - 24px);max-width:var(--max)}.problem-section,.focus-shift-section,.guide-section,.qualification-section,.faq-section,.final-cta{width:100%;max-width:none}.site-header{gap:10px;padding-right:12px;padding-left:12px}.brand{min-width:max-content}.nav-cta{max-width:calc(100vw - 72px);padding:10px 12px;font-size:.76rem;white-space:nowrap}h1{font-size:clamp(2.5rem,10vw,2.55rem)}h2{font-size:clamp(1.76rem,8vw,2.05rem)}.hero,.problem-section,.focus-shift-section,.guide-section,.qualification-section,.faq-section,.final-cta{padding-top:64px;padding-bottom:64px}.focus-shift-section{padding-top:76px;padding-bottom:76px}.problem-list article{padding:22px}}.landing-page{--landing-hero-size: clamp(3.625rem, 5vw, 4.25rem);--landing-main-size: clamp(2.625rem, 3.5vw, 3.125rem);--landing-functional-size: clamp(2.375rem, 3vw, 2.75rem);--landing-final-size: clamp(3rem, 3.8vw, 3.5rem);--landing-card-gap: 22px;--landing-intro-size: clamp(1.04rem, 1.12vw, 1.1rem)}.landing-page .brand-wordmark{font-size:1.04rem}.landing-page .eyebrow{margin-bottom:16px;font-size:.75rem;font-weight:650;letter-spacing:.14em;line-height:1.35;text-transform:uppercase}.landing-page .hero h1{max-width:760px;font-size:clamp(2.95rem,3.25vw,3.125rem);font-weight:540;line-height:1.05;letter-spacing:-.03em;text-wrap:pretty}.landing-page .problem-section h2,.landing-page .focus-shift h2,.landing-page .guide-heading h2{font-size:var(--landing-main-size);font-weight:500;line-height:1.08;letter-spacing:-.028em;text-wrap:balance}.landing-page .qualification-heading h2,.landing-page .faq-section .section-heading h2{font-size:var(--landing-functional-size);font-weight:500;line-height:1.1;letter-spacing:-.025em;text-wrap:balance}.landing-page .final-cta h2{font-size:var(--landing-final-size);font-weight:500;line-height:1.07;letter-spacing:-.028em;text-wrap:balance}.landing-page .problem-section h2 .title-line,.landing-page .focus-shift h2 .title-line,.landing-page .final-cta h2 .title-line{display:inline}.landing-page .problem-section h2 .title-line:after{content:none}.landing-page .focus-shift-copy,.landing-page .guide-heading,.landing-page .guide-body,.landing-page .qualification-heading,.landing-page .faq-section .section-heading,.landing-page .final-copy,.landing-page .site-footer{text-align:left}.landing-page .hero-subtitle{max-width:670px;margin-top:24px;font-size:clamp(1.06rem,1.24vw,1.14rem);line-height:1.6}.landing-page .problem-intro,.landing-page .focus-shift-copy p:not(.eyebrow),.landing-page .qualification-heading p:not(.eyebrow),.landing-page .final-copy>p:not(.microcopy){font-size:var(--landing-intro-size);line-height:1.6}.landing-page .button{min-height:52px;gap:12px;padding:14px 26px;font-weight:600;box-shadow:none;transition:background-color .2s ease,color .2s ease,transform .2s ease}.landing-page .nav-cta{min-height:44px;gap:10px;padding:11px 18px;box-shadow:none;transition:background-color .2s ease,color .2s ease,transform .2s ease}.landing-page .cta-arrow{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;font-size:1.06em;font-weight:500;line-height:1;transform:translate(0);transition:transform .2s ease}.landing-page .button-primary:hover,.landing-page .nav-cta:hover{background:#ececec;color:var(--ink);transform:translateY(-1px)}.landing-page .button-primary:hover .cta-arrow,.landing-page .nav-cta:hover .cta-arrow{transform:translate(2px,-2px)}.landing-page .button:focus-visible,.landing-page .nav-cta:focus-visible{outline:2px solid currentColor;outline-offset:4px}.landing-page .hero-actions{margin-top:32px}.landing-page .hero-microcopy{font-size:.82rem;line-height:1.5}.landing-page .final-cta .microcopy{font-size:.875rem;line-height:1.5}.landing-page .hero-microcopy{margin-top:14px}.landing-page .hero{padding-top:96px;padding-bottom:96px}.landing-page .problem-section{padding-top:120px;padding-bottom:120px}.landing-page .focus-shift-section{padding-top:96px;padding-bottom:80px}.landing-page .guide-section{padding-top:112px;padding-bottom:112px}.landing-page .authority-proof{background:var(--bg-white);padding:72px 0 76px}.landing-page .authority-proof__header{max-width:860px;margin:0 auto;text-align:center}.landing-page .authority-proof__eyebrow{margin:0;color:var(--text-muted);font-size:.75rem;line-height:1.35}.landing-page .authority-proof__header p{margin-top:16px;color:var(--text-secondary);font-size:1.125rem;line-height:1.58}.landing-page .authority-proof__logos{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:32px 36px;margin:52px 0 0;padding:0;list-style:none}.landing-page .authority-proof__item{display:flex;min-width:0;min-height:54px;align-items:center;justify-content:center}.landing-page .authority-proof__logo{display:block;width:auto;height:auto;max-width:min(var(--authority-logo-width),100%);max-height:44px;object-fit:contain;filter:grayscale(1) brightness(0);opacity:.68}.landing-page .authority-proof__item--compact{--authority-logo-width: 112px}.landing-page .authority-proof__item--standard{--authority-logo-width: 145px}.landing-page .authority-proof__item--wide{--authority-logo-width: 172px}.landing-page .authority-proof__item--rampa .authority-proof__logo{transform:scale(1.06)}.landing-page .qualification-section,.landing-page .faq-section{padding-top:96px;padding-bottom:96px}.landing-page .final-cta{padding-top:112px;padding-bottom:104px}.landing-page .problem-list{gap:24px}.landing-page .problem-title-group h3{min-block-size:2.48em;font-size:clamp(1.375rem,1.65vw,1.5rem);line-height:1.24}.landing-page .problem-section .section-heading{max-width:var(--max);margin-bottom:58px;text-align:center}.landing-page .problem-section .section-heading h2{max-width:900px;margin-right:auto;margin-left:auto;font-size:clamp(2.75rem,3.4vw,3rem)}.landing-page .problem-section .problem-intro{max-width:780px;margin-right:auto;margin-left:auto;font-size:clamp(1.125rem,1.3vw,1.25rem)}.landing-page .problem-section .problem-intro{margin-top:24px}.landing-page .focus-shift{grid-template-columns:minmax(440px,.76fr) minmax(0,.58fr);gap:clamp(48px,5vw,72px)}.landing-page .focus-shift-copy .eyebrow+h2{margin-top:0}.landing-page .focus-shift-copy p:not(.eyebrow){max-width:560px;margin-top:24px}.landing-page .focus-shift h2{max-width:560px}.landing-page .focus-shift-close{margin-top:28px!important;font-size:clamp(1.06rem,1.28vw,1.18rem)!important;line-height:1.42!important}.landing-page .focus-shift-variables{gap:clamp(28px,3vw,40px)}.landing-page .focus-variable h3,.landing-page .qualification-list h3{font-size:clamp(1.14rem,1.3vw,1.24rem);line-height:1.24}.landing-page .focus-variable p,.landing-page .qualification-list ul{font-size:1rem;line-height:1.58}.landing-page .guide-heading,.landing-page .guide-body{max-width:650px}.landing-page .guide-layout{row-gap:32px;column-gap:clamp(56px,5vw,72px)}.landing-page .guide-heading h2{max-width:660px;font-size:clamp(2.125rem,2.35vw,2.25rem);text-wrap:pretty}.landing-page .authority-line{margin-top:44px}.landing-page .qualification-layout{gap:44px}.landing-page .qualification-heading,.landing-page .qualification-heading h2{max-width:560px}.landing-page .qualification-lists{padding:44px}.landing-page .qualification-list ul{gap:20px;margin-top:24px}.landing-page .qualification-list li{padding-left:28px}.landing-page .faq-section .section-heading,.landing-page .faq-list{max-width:760px}.landing-page .faq-section .section-heading{margin-bottom:40px}.landing-page .faq-list summary{min-height:68px;padding-top:22px;padding-bottom:22px;font-size:1.06rem;font-weight:550}.landing-page .faq-list p{font-size:1rem;line-height:1.62}.landing-page .final-copy>p:not(.microcopy){max-width:700px;margin-top:28px;margin-right:0;margin-left:0;color:#ffffffd6;font-size:clamp(1.125rem,1.35vw,1.2rem);line-height:1.62}.landing-page .final-layout-centered{display:block;max-width:var(--max);text-align:left}.landing-page .final-copy{max-width:900px}.landing-page .final-cta h2{max-width:880px;margin-right:0;margin-left:0}.landing-page .final-cta .button-primary{min-width:276px;min-height:56px;margin-top:36px;padding:16px 32px;box-shadow:none;font-size:1rem}.landing-page .final-cta .microcopy{max-width:700px;margin-top:14px;margin-right:0;margin-left:0;color:#fffc;font-size:.9375rem;text-align:left}.landing-page .site-footer{display:block;border-top-color:#ffffff38;padding-top:48px;padding-bottom:52px;font-size:.96rem;line-height:1.5}.landing-page .footer-inner{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(56px,8vw,104px);width:100%;max-width:var(--max);margin:0 auto}.landing-page .footer-meta{display:grid;align-content:start;justify-items:start;gap:18px;min-width:0;text-align:left}.landing-page .footer-description{color:#ffffffe0;font-size:1.05rem}.landing-page .footer-specialties{max-width:560px;color:#ffffffb8;font-size:.96rem}.landing-page .footer-brand{gap:14px}.landing-page .footer-brand strong{font-size:1.125rem;line-height:1.2}.landing-page .footer-brand span,.landing-page .footer-meta,.landing-page .site-footer nav{line-height:1.5}.landing-page .site-footer nav{color:#ffffffe6;font-size:1rem;font-weight:500}.landing-page .site-footer nav,.landing-page .footer-legal{align-items:center;justify-content:flex-start;gap:10px 24px}.landing-page .footer-legal{color:#ffffffc7;font-size:.96rem}.landing-page .footer-copyright{margin-top:6px;color:#ffffffb8;font-size:.96rem}.landing-page .site-footer nav a{display:inline-flex;min-height:44px;align-items:center;text-decoration:underline;text-decoration-color:#ffffff52;text-decoration-thickness:1px;text-underline-offset:4px}.landing-page .site-footer a:hover{color:var(--white);text-decoration-color:currentColor}.landing-page .final-cta .button-primary:focus-visible,.landing-page .site-footer a:focus-visible{outline:2px solid var(--white);outline-offset:4px}@media(max-width:1080px){.landing-page .problem-section,.landing-page .start-section,.landing-page .final-cta{padding-top:92px;padding-bottom:92px}.landing-page .focus-shift-section,.landing-page .guide-section,.landing-page .qualification-section,.landing-page .faq-section{padding-top:88px;padding-bottom:88px}.landing-page .footer-inner{grid-template-columns:1fr;gap:28px}.landing-page .footer-meta{max-width:760px}.landing-page .focus-shift-section{padding-bottom:72px}.landing-page .routes-section{padding-top:84px;padding-bottom:92px}.landing-page .focus-shift{height:auto;min-height:0;grid-template-columns:1fr;grid-template-rows:auto;align-items:start;align-content:start;justify-content:initial;gap:40px}.landing-page .focus-shift-section,.landing-page .focus-shift-copy,.landing-page .focus-shift-variables{height:auto;min-height:0}.landing-page .focus-shift-variables{margin-left:0;padding-top:0;padding-bottom:0}.landing-page .guide-layout{grid-template-areas:"media heading" "media body";grid-template-columns:minmax(360px,.78fr) minmax(0,1.18fr);grid-template-rows:auto 1fr;row-gap:28px;column-gap:48px}.landing-page .guide-heading,.landing-page .guide-body{max-width:680px}.landing-page .guide-image{width:100%;min-height:0;max-height:none;justify-self:start}.landing-page .authority-proof__logos{gap:28px 24px;margin-top:38px}.landing-page .authority-proof{padding:68px 0 72px}.landing-page .problem-list article{min-height:390px;padding:36px}}@media(max-width:900px){.landing-page .problem-list{grid-template-columns:1fr;grid-auto-rows:auto}.landing-page .problem-list article{min-height:0;height:auto;padding:32px}.landing-page .problem-title-group h3{min-block-size:0}.landing-page .routes-grid,.landing-page .start-grid{grid-template-columns:1fr;grid-auto-rows:auto}.landing-page .route-card{height:auto;min-height:0;padding:34px}.landing-page .route-copy{margin-top:0;padding-top:40px}.landing-page .start-grid{gap:44px}.landing-page .guide-layout{grid-template-areas:"heading" "media" "body";grid-template-columns:1fr;grid-template-rows:auto;gap:40px}.landing-page .guide-image{width:min(496px,100%)}.landing-page .authority-proof__logos{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 32px}}@media(max-width:760px){.landing-page{--landing-hero-size: clamp(2.125rem, 9.5vw, 2.375rem);--landing-main-size: clamp(1.875rem, 8.5vw, 2.25rem);--landing-functional-size: clamp(1.75rem, 7.5vw, 2.0625rem);--landing-final-size: clamp(2.25rem, 9.5vw, 2.5rem);--landing-card-gap: 16px;--landing-intro-size: 1rem}.landing-page .brand-wordmark{font-size:.76rem}.landing-page .eyebrow{margin-bottom:13px;font-size:.72rem;letter-spacing:.13em}.landing-page .hero{gap:26px;padding-top:48px;padding-bottom:60px}.landing-page .hero h1{max-width:100%;font-size:var(--landing-hero-size);line-height:1.06;letter-spacing:-.025em}.landing-page .problem-section h2,.landing-page .focus-shift h2,.landing-page .guide-heading h2{max-width:100%;line-height:1.09}.landing-page .guide-heading h2{font-size:clamp(2.125rem,9vw,2.375rem)}.landing-page .qualification-heading h2,.landing-page .faq-section .section-heading h2{max-width:100%;line-height:1.11}.landing-page .faq-section .section-heading h2{font-size:clamp(1.75rem,7.5vw,2rem)}.landing-page .final-cta h2{max-width:100%;line-height:1.09}.landing-page .problem-section{padding-top:68px;padding-bottom:68px}.landing-page .focus-shift-section,.landing-page .start-section,.landing-page .guide-section{padding-top:64px;padding-bottom:64px}.landing-page .final-cta{padding-top:72px;padding-bottom:64px}.landing-page .authority-proof{padding:64px 0 68px}.landing-page .authority-proof__eyebrow{margin:0}.landing-page .authority-proof__header p{margin-top:12px;font-size:1.0625rem;line-height:1.55}.landing-page .authority-proof__logos{gap:28px 24px;margin-top:40px}.landing-page .authority-proof__item{min-height:52px}.landing-page .authority-proof__logo{max-height:44px}.landing-page .focus-shift-section{padding-bottom:56px}.landing-page .qualification-section,.landing-page .faq-section{padding-top:60px;padding-bottom:60px}.landing-page .hero-subtitle{margin-top:20px;font-size:1.03rem;line-height:1.56}.landing-page .hero-actions{margin-top:24px}.landing-page .hero-actions .button,.landing-page .start-cta .button,.landing-page .final-cta .button{width:100%;max-width:430px}.landing-page .problem-section .section-heading,.landing-page .faq-section .section-heading{margin-bottom:32px}.landing-page .problem-section .section-heading{margin-bottom:40px}.landing-page .problem-section .section-heading h2{font-size:clamp(2.125rem,9vw,2.375rem)}.landing-page .problem-section .problem-intro,.landing-page .qualification-heading p:not(.eyebrow){margin-top:20px}.landing-page .problem-list article{min-height:0;gap:0;padding:clamp(28px,7vw,32px)}.landing-page .problem-section .problem-icon{width:46px;height:46px;min-width:46px;min-height:46px}.landing-page .problem-title-group{gap:0;padding-top:48px}.landing-page .problem-title-group h3{min-block-size:0;font-size:clamp(1.375rem,6vw,1.5rem)}.landing-page .problem-title-group p{margin-top:16px;font-size:1rem}.landing-page .problem-transition{margin-top:36px;font-size:1.02rem;line-height:1.62}.landing-page .problem-list p{margin-top:16px}.landing-page .focus-shift{gap:36px}.landing-page .focus-shift-copy{padding-left:24px}.landing-page .focus-shift-copy p:not(.eyebrow){margin-top:20px}.landing-page .focus-shift-close{margin-top:22px!important}.landing-page .focus-shift-variables{gap:24px}.landing-page .focus-variable{gap:14px}.landing-page .routes-section{padding-top:64px;padding-bottom:68px}.landing-page .start-section{padding-top:68px;padding-bottom:68px}.landing-page .routes-heading,.landing-page .start-heading{margin-bottom:40px}.landing-page .routes-heading h2,.landing-page .start-heading h2{max-width:100%;font-size:clamp(1.875rem,8.5vw,2.125rem);line-height:1.08}.landing-page .routes-intro{margin-top:20px;font-size:1rem}.landing-page .routes-grid{gap:24px}.landing-page .route-card{min-height:0;padding:clamp(28px,7vw,32px)}.landing-page .route-copy{margin-top:0;padding-top:36px}.landing-page .route-copy h3,.landing-page .start-step h3{font-size:clamp(1.375rem,6vw,1.5rem)}.landing-page .routes-close{margin-top:34px;font-size:1.02rem;line-height:1.62}.landing-page .start-grid{gap:40px}.landing-page .start-number{width:46px;height:46px}.landing-page .start-step>div{margin-top:22px}.landing-page .start-cta{margin-top:42px}.landing-page .guide-section{padding-top:72px;padding-bottom:72px}.landing-page .guide-heading,.landing-page .guide-body{max-width:100%}.landing-page .guide-body p{font-size:1.0625rem;line-height:1.65}.landing-page .guide-body p+p{margin-top:20px}.landing-page .guide-layout{gap:32px}.landing-page .guide-image{width:100%;max-width:none}.landing-page .guide-image img{object-position:50% 42%}.landing-page .authority-line{width:100%;max-width:100%;grid-template-columns:1fr;gap:0;margin-top:36px}.landing-page .authority-line>span{grid-template-columns:minmax(72px,.28fr) minmax(0,1fr);grid-template-rows:auto;align-items:center;gap:20px;padding:22px 0}.landing-page .authority-line>span:first-child{padding-top:0}.landing-page .authority-line>span:last-child{padding-bottom:0}.landing-page .authority-stat:not(:last-child):after{inset:auto auto 0 0;width:100%;height:1px}.landing-page .authority-stat strong{min-block-size:0;align-items:center;font-size:clamp(2.25rem,10vw,2.75rem)}.landing-page .authority-stat small{max-width:none;min-block-size:0;font-size:.9rem;line-height:1.4}.landing-page .qualification-layout{gap:28px}.landing-page .qualification-lists{gap:28px;padding:26px 24px}.landing-page .qualification-list-mismatch{padding-top:28px}.landing-page .qualification-list ul{gap:16px;margin-top:20px}.landing-page .faq-section .section-heading{margin-bottom:32px}.landing-page .faq-list summary{min-height:60px;padding-top:19px;padding-bottom:19px;font-size:1rem}.landing-page .faq-list p{padding-bottom:24px;font-size:1rem;line-height:1.6}.landing-page .final-copy>p:not(.microcopy){margin-top:20px;font-size:1.0625rem}.landing-page .final-cta .button-primary{min-width:0;min-height:54px;margin-top:28px;padding:15px 24px}.landing-page .final-cta .microcopy{font-size:.9rem}.landing-page .site-footer{padding-top:40px;padding-bottom:40px}.landing-page .footer-inner{gap:32px}.landing-page .footer-meta{gap:18px}.landing-page .site-footer nav,.landing-page .footer-legal{gap:10px 20px;font-size:1rem}.landing-page .footer-description,.landing-page .footer-specialties,.landing-page .footer-copyright{max-width:100%;font-size:1rem}}.agenda-page{background:var(--white)}.agenda-header{display:flex;min-height:76px;align-items:center;justify-content:space-between;gap:20px;padding:16px max(24px,calc((100vw - var(--max)) / 2));border-bottom:1px solid var(--line);background:var(--white)}.agenda-header__back{display:inline-flex;min-height:44px;align-items:center;justify-content:center;color:var(--muted);font-size:.9rem;font-weight:600;line-height:1;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:5px;transition:color .18s ease,text-decoration-color .18s ease}.agenda-header__back:hover{color:var(--ink);text-decoration-color:currentColor}.agenda-header__back:focus-visible,.calendly-embed__fallback a:focus-visible{outline:2px solid currentColor;outline-offset:4px}.agenda-hero{display:grid;grid-template-columns:minmax(0,1.85fr) minmax(300px,.95fr);align-items:start;gap:clamp(28px,3.5vw,52px);padding:64px 0 24px}.agenda-hero__intro,.agenda-hero__details{min-width:0}.agenda-hero__details{width:100%;max-width:420px;margin-top:44px;padding-left:clamp(32px,4vw,52px);border-left:1px solid var(--line);justify-self:end}.agenda-hero .eyebrow{display:inline-flex;align-items:center;gap:12px}.agenda-hero .eyebrow:before{width:32px;height:1px;flex:0 0 auto;background:var(--text-secondary);content:""}.agenda-hero h1{max-width:700px;font-size:clamp(3.05rem,4.15vw,3.8rem);letter-spacing:-.026em;line-height:1.04}.agenda-hero__copy{margin:0;color:#555;font-size:clamp(1.02rem,1.18vw,1.1rem);line-height:1.62}.agenda-hero__meta{margin-top:24px;color:var(--muted);font-family:var(--font-data);font-size:.8rem;font-weight:600;letter-spacing:.055em;line-height:1.5;text-transform:uppercase}.agenda-booking-heading{padding-top:20px;padding-bottom:22px}.agenda-booking-heading h2{max-width:680px;font-size:clamp(2.25rem,3.6vw,3.25rem);line-height:1.08}.agenda-calendly-band{width:100%;padding:80px 0;background:var(--card-dark)}.agenda-calendly-band__inner{width:min(1276px,calc(100% - 48px));margin:0 auto}.calendly-embed{position:relative;width:100%;overflow:visible;border:1px solid var(--line);border-radius:var(--card-radius);background:var(--bg-gray-soft)}.calendly-embed--configured{min-height:760px}.calendly-embed--missing{min-height:0}.calendly-embed[data-calendly-state=loaded]{border:0;background:var(--white)}.calendly-embed[data-calendly-state=error]{min-height:0;border:0;background:transparent}.calendly-embed__status{padding:32px;color:var(--muted);font-size:1rem}.calendly-embed iframe{display:block;width:100%!important;min-width:100%!important;height:760px!important;border:0;border-radius:inherit}.calendly-embed__fallback{padding:clamp(26px,4vw,42px);color:var(--text-secondary)}.calendly-embed__fallback h3{margin-bottom:8px;font-size:clamp(1.2rem,2vw,1.5rem)}.calendly-embed__fallback p{max-width:720px;font-size:1rem;line-height:1.62}.calendly-embed__fallback--inline{margin-top:16px;border:1px solid var(--line);border-radius:var(--card-radius-horizontal);background:var(--bg-gray-soft)}.calendly-embed__fallback .button{margin-top:20px}.agenda-booking-context{padding-top:64px;padding-bottom:64px}.agenda-booking-context__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.agenda-booking-context__item{min-width:0;padding-right:clamp(32px,4.5vw,64px)}.agenda-booking-context__item+.agenda-booking-context__item{padding-right:0;padding-left:clamp(32px,4.5vw,64px);border-left:1px solid var(--line)}.agenda-booking-context__heading{display:flex;align-items:center;gap:12px}.agenda-booking-context__icon{width:20px;height:20px;flex:0 0 20px;color:var(--ink)}.agenda-booking-context__item h2{color:var(--ink);font-size:1rem;font-weight:600;line-height:1.35}.agenda-booking-context__item p{max-width:520px;margin-top:12px;color:var(--text-secondary);font-size:1.02rem;line-height:1.65}.agenda-booking-context__scope{max-width:820px;margin-top:36px;padding-top:24px;border-top:1px solid var(--line);color:var(--muted);font-size:.94rem;line-height:1.65}.agenda-footer{display:flex;min-height:108px;align-items:center;justify-content:space-between;gap:24px;padding:30px max(24px,calc((100vw - var(--max)) / 2));border-top:1px solid var(--line-dark);background:var(--black);color:#ffffffb3;font-size:.88rem}.agenda-footer strong{color:var(--white);font-family:var(--font-heading);font-size:.92rem;font-weight:600;letter-spacing:.16em;line-height:1.1}@media(max-width:1024px){.agenda-hero{grid-template-columns:minmax(0,1.65fr) minmax(280px,.95fr);gap:28px;padding-top:56px;padding-bottom:28px}.agenda-hero__details{margin-top:38px;padding-left:28px}.agenda-hero h1{font-size:clamp(2.65rem,5vw,3.25rem)}}@media(max-width:860px){.agenda-hero{grid-template-columns:1fr;gap:30px}.agenda-hero__intro{max-width:720px}.agenda-hero__details{max-width:620px;margin-top:0;padding-left:0;border-left:0;justify-self:start}}@media(max-width:640px){.agenda-page{--agenda-calendly-mobile-height: 1180px}.agenda-header{min-height:68px;padding:12px 14px}.agenda-header .brand-wordmark{display:inline;font-size:.72rem;letter-spacing:.11em}.agenda-header__back{font-size:.82rem}.agenda-hero{gap:22px;padding-top:32px;padding-bottom:24px}.agenda-hero .eyebrow{align-items:flex-start;font-size:.68rem;line-height:1.25}.agenda-hero h1{font-size:clamp(2.375rem,10vw,2.625rem);letter-spacing:-.02em;line-height:1.04}.agenda-hero__copy{font-size:1rem;line-height:1.6}.agenda-hero__meta{margin-top:18px;font-size:.75rem}.agenda-booking-heading h2{overflow-wrap:normal;font-size:clamp(1.85rem,7.5vw,2.25rem);line-height:1.1;white-space:normal}.agenda-booking-heading{padding-top:20px;padding-bottom:16px}.agenda-calendly-band{padding:20px 10px}.agenda-calendly-band__inner{width:100%;max-width:100%}.calendly-embed{box-sizing:border-box;width:100%;max-width:100%;margin-inline:0;overflow:visible;border-radius:12px}.calendly-embed--configured{min-height:0}.calendly-embed[data-calendly-state=loaded]{min-height:var(--agenda-calendly-mobile-height)}.calendly-embed[data-calendly-state=loaded] iframe{width:100%!important;max-width:100%!important;min-height:var(--agenda-calendly-mobile-height);height:var(--agenda-calendly-mobile-height)!important}.calendly-embed--missing,.calendly-embed[data-calendly-state=error]{min-height:0;height:auto!important}.calendly-embed__fallback{padding:24px}.calendly-embed__fallback .button{width:auto}.agenda-booking-context{padding-top:40px;padding-bottom:48px}.agenda-booking-context__grid{grid-template-columns:1fr}.agenda-booking-context__item{padding-right:0}.agenda-booking-context__item+.agenda-booking-context__item{margin-top:28px;padding-top:28px;padding-left:0;border-top:1px solid var(--line);border-left:0}.agenda-booking-context__scope{margin-top:30px;padding-top:24px}.agenda-footer{min-height:0;align-items:flex-start;flex-direction:column;gap:12px;padding:30px 14px 34px}}@media(prefers-reduced-motion:reduce){.agenda-header__back{transition:none}}.thank-you-page{display:flex;min-height:100vh;flex-direction:column;background:var(--white)}.thank-you-header{display:flex;min-height:76px;align-items:center;justify-content:space-between;gap:20px;padding:16px max(24px,calc((100vw - var(--max)) / 2));border-bottom:1px solid var(--line);background:var(--white)}.thank-you-header__brand{display:inline-flex;min-width:max-content;align-items:center}.thank-you-header__wordmark,.thank-you-footer strong{font-family:var(--font-heading);font-size:.92rem;font-weight:600;letter-spacing:.16em;line-height:1.1}.thank-you-header__back,.thank-you-closing a{display:inline-flex;min-height:44px;align-items:center;justify-content:center;color:var(--muted);font-size:.9rem;font-weight:600;line-height:1;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:5px}.thank-you-header__back:hover,.thank-you-closing a:hover{color:var(--ink);text-decoration-color:currentColor}.thank-you-header__brand:focus-visible,.thank-you-header__back:focus-visible,.thank-you-closing a:focus-visible{outline:2px solid currentColor;outline-offset:4px}.thank-you-main{width:min(var(--max),calc(100% - 48px));margin:0 auto;flex:1}.thank-you-confirmation{display:flex;max-width:860px;align-items:center;margin:0 auto;padding:clamp(72px,9vw,116px) 0 clamp(64px,8vw,96px);flex-direction:column;text-align:center}.thank-you-confirmation__check{width:58px;height:58px;margin-bottom:28px;color:var(--black)}.thank-you-confirmation__eyebrow{margin-bottom:18px;color:var(--text-secondary);font-family:var(--font-data);font-size:.72rem;font-weight:600;letter-spacing:.16em;line-height:1.4}.thank-you-confirmation h1{max-width:760px;font-size:clamp(3rem,5.25vw,4.4rem);letter-spacing:-.03em;line-height:1.02}.thank-you-confirmation__copy{max-width:660px;margin-top:24px;color:var(--muted);font-size:clamp(1rem,1.35vw,1.12rem);line-height:1.65}.thank-you-steps{padding:0 0 clamp(64px,8vw,96px)}.thank-you-steps h2{margin-bottom:30px;font-size:clamp(1.85rem,3vw,2.4rem);text-align:center}.thank-you-steps__grid{display:grid;border-top:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr))}.thank-you-step{min-width:0;padding:26px clamp(22px,3vw,38px) 0}.thank-you-step:first-child{padding-left:0}.thank-you-step:last-child{padding-right:0}.thank-you-step+.thank-you-step{border-left:1px solid var(--line)}.thank-you-step h3{font-size:1rem;font-weight:600;line-height:1.4}.thank-you-step h3 span{font-family:var(--font-data);font-size:.78rem;letter-spacing:.08em}.thank-you-step p{margin-top:12px;color:var(--muted);font-size:.96rem;line-height:1.65}.thank-you-closing{padding:0 0 clamp(72px,8vw,104px);text-align:center}.thank-you-closing p{font-family:var(--font-heading);font-size:clamp(1.5rem,2.4vw,1.9rem);font-weight:520;letter-spacing:-.015em;line-height:1.2}.thank-you-closing a{margin-top:14px}.thank-you-footer{display:grid;min-height:108px;align-items:center;gap:24px;padding:30px max(24px,calc((100vw - var(--max)) / 2));border-top:1px solid var(--line-dark);background:var(--black);color:#ffffffb3;font-size:.84rem;grid-template-columns:minmax(max-content,1fr) auto minmax(max-content,1fr)}.thank-you-footer strong{color:var(--white)}.thank-you-footer>span:last-child{justify-self:end;text-align:right}.thank-you-footer__legal{display:flex;justify-content:center;gap:20px}@media(max-width:860px){.thank-you-footer{grid-template-columns:1fr 1fr}.thank-you-footer__legal{justify-content:flex-end}.thank-you-footer>span:last-child{grid-column:1 / -1;justify-self:start;text-align:left}}@media(max-width:640px){.thank-you-header{min-height:68px;padding:12px 14px}.thank-you-header__wordmark{font-size:.72rem;letter-spacing:.11em}.thank-you-header__back{font-size:.82rem}.thank-you-main{width:calc(100% - 28px)}.thank-you-confirmation{padding:56px 0 58px}.thank-you-confirmation__check{width:52px;height:52px;margin-bottom:24px}.thank-you-confirmation__eyebrow{margin-bottom:16px;font-size:.68rem}.thank-you-confirmation h1{font-size:clamp(2.35rem,11vw,2.8rem);line-height:1.04}.thank-you-confirmation__copy{margin-top:20px;font-size:1rem}.thank-you-steps{padding-bottom:60px}.thank-you-steps h2{margin-bottom:24px;font-size:1.85rem}.thank-you-steps__grid{grid-template-columns:1fr}.thank-you-step,.thank-you-step:first-child,.thank-you-step:last-child{padding:24px 0}.thank-you-step+.thank-you-step{border-top:1px solid var(--line);border-left:0}.thank-you-closing{padding-bottom:64px}.thank-you-footer{min-height:0;align-items:flex-start;padding:30px 14px 34px;grid-template-columns:1fr}.thank-you-footer__legal{justify-content:flex-start;flex-direction:column;gap:8px}.thank-you-footer>span:last-child{grid-column:auto}}
