@font-face {
  font-family: "Instrument Sans";
  src: url("../fonts/InstrumentSans.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Mono";
  src: url("../fonts/DMMono-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Mono";
  src: url("../fonts/DMMono-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Newsreader";
  src: url("../fonts/Newsreader.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Newsreader";
  src: url("../fonts/Newsreader-Italic.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

:root{
  --color-bg:#f3f4ef;
  --color-surface:#ffffff;
  --color-surface-2:#e8eeea;
  --color-text:#0a2026;
  --color-text-muted:#5c6c70;
  --color-primary:#0d5664;
  --color-primary-deep:#062f39;
  --color-accent:#e56e4a;
  --color-line:#cad4d1;
  --color-white:#ffffff;
  --color-dark:#061c22;
  --space-1:8px;
  --space-2:12px;
  --space-3:16px;
  --space-4:24px;
  --space-5:32px;
  --space-6:48px;
  --space-7:72px;
  --space-8:96px;
  --space-9:128px;
  --text-display:clamp(2.75rem,6.4vw,5.7rem);
  --text-h1:clamp(2.2rem,4.8vw,4.2rem);
  --text-h2:clamp(2rem,3.2vw,3.25rem);
  --text-h3:clamp(1.35rem,2vw,1.75rem);
  --text-body:1rem;
  --text-small:.875rem;
  --radius-sm:10px;
  --radius-md:18px;
  --radius-lg:30px;
  --shadow:0 20px 60px rgba(6,28,34,.12);
  --max:1240px;
  --color-teal-mid:#0d3f49;
  --color-footer:#041419;
  --color-aqua:#91d1d4;
  --color-copy-dark:#b9c7c8;
  --color-copy-hero:#b5c9cb;
  --color-copy-cta:#bfd0d2;
  --color-copy-label:#c7d5d6;
  --color-copy-form:#a7b9ba;
  --color-copy-footer:#9fb2b4;
  --color-copy-footer-link:#aebdbf;
  --color-copy-footer-head:#c8d5d6;
  --color-copy-placeholder:#91a8aa;
  --color-copy-footer-muted:#71888b;
  --color-shadow:rgba(6,28,34,.12);
  --color-header-bg:rgba(243,244,239,.92);
  --color-overlay-card:rgba(243,244,239,.94);
  --color-line-soft:rgba(202,212,209,.8);
  --color-dark-92:rgba(6,28,34,.92);
  --color-dark-88:rgba(6,28,34,.88);
  --color-dark-04:rgba(6,28,34,.04);
  --color-white-78:rgba(255,255,255,.78);
  --color-white-36:rgba(255,255,255,.36);
  --color-white-24:rgba(255,255,255,.24);
  --color-white-18:rgba(255,255,255,.18);
  --color-white-15:rgba(255,255,255,.15);
  --color-white-13:rgba(255,255,255,.13);
  --color-white-12:rgba(255,255,255,.12);
  --color-white-10:rgba(255,255,255,.10);
  --color-white-07:rgba(255,255,255,.07);
  --color-white-04:rgba(255,255,255,.04);
  --color-white-035:rgba(255,255,255,.035);
  --color-white-025:rgba(255,255,255,.025);
  --color-white-02:rgba(255,255,255,.02);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:clip}
body{margin:0;min-height:100vh;display:flex;flex-direction:column;background:var(--color-bg);color:var(--color-text);font-family:'Instrument Sans',sans-serif;font-size:var(--text-body);line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:clip}
body.menu-open{overflow:hidden}
main{flex:1 0 auto;min-width:0;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
button{cursor:pointer}
img{max-width:100%;width:100%;height:100%;object-fit:cover;display:block}
::selection{background:var(--color-accent);color:var(--color-white)}
:focus-visible{outline:3px solid var(--color-accent);outline-offset:4px}
.container{width:min(calc(100% - 40px),var(--max));margin:0 auto}
.section{padding:var(--space-9) 0;position:relative}
.section--light{background:var(--color-bg)}
.section--white{background:var(--color-surface)}
.section--dark{background:var(--color-dark);color:var(--color-white)}
.section--tint{background:var(--color-surface-2)}
.eyebrow{display:inline-flex;align-items:center;gap:10px;font-family:'DM Mono',monospace;font-size:.76rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-primary);margin-bottom:var(--space-3)}
.eyebrow::before{content:'';width:28px;height:1px;background:currentColor}
.section--dark .eyebrow{color:var(--color-aqua)}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-weight:600;line-height:1.05;letter-spacing:-.035em}
h1,h2{font-family:'Newsreader',serif}
h1{font-size:var(--text-display);margin-bottom:var(--space-4)}
h2{font-size:var(--text-h2);margin-bottom:var(--space-4)}
h3{font-size:var(--text-h3);margin-bottom:var(--space-3)}
p{color:var(--color-text-muted)}
.section--dark p{color:var(--color-copy-dark)}
.lead{font-size:clamp(1.08rem,1.6vw,1.3rem);max-width:760px}
.kicker{font-family:'DM Mono',monospace;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}
.ad-strip{background:var(--color-primary-deep);color:var(--color-white);font-family:'DM Mono',monospace;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;padding:9px 0;border-bottom:1px solid var(--color-white-15)}
.ad-strip .container{display:flex;justify-content:space-between;gap:20px;align-items:center}
.ad-strip span:last-child{opacity:.72;text-transform:none;letter-spacing:.02em}
.site-header{position:sticky;top:0;z-index:50;background:var(--color-header-bg);backdrop-filter:blur(14px);border-bottom:1px solid var(--color-line-soft);overflow:visible}
.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;font-weight:700;letter-spacing:-.02em;white-space:nowrap}
.brand img{width:34px;height:34px;border-radius:50%;background:var(--color-surface-2)}
.brand small{display:block;font-family:'DM Mono',monospace;font-size:.6rem;font-weight:500;color:var(--color-text-muted);letter-spacing:.08em;text-transform:uppercase}
.nav{display:flex;align-items:center;gap:26px;font-size:.9rem}
.nav a{position:relative}
.nav a::after{content:'';position:absolute;left:0;bottom:-7px;width:100%;height:1px;background:var(--color-primary);transform:scaleX(0);transform-origin:right;transition:transform .25s ease}
.nav a:hover::after{transform:scaleX(1);transform-origin:left}
.nav a.active{color:var(--color-primary);font-weight:600}
.header-cta,.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;border-radius:999px;padding:12px 20px;border:1px solid transparent;font-weight:600;transition:transform .25s ease,background .25s ease,color .25s ease,border-color .25s ease}
.header-cta,.button--primary{background:var(--color-primary);color:var(--color-white)}
.header-cta:hover,.button--primary:hover{background:var(--color-primary-deep);transform:translateY(-2px)}
.button--ghost{border-color:var(--color-line);background:transparent;color:var(--color-text)}
.button--ghost:hover{border-color:var(--color-primary);color:var(--color-primary)}
.button--light{background:var(--color-white);color:var(--color-dark)}
.menu-toggle{display:none;width:48px;height:48px;border:1px solid var(--color-line);background:transparent;border-radius:50%;align-items:center;justify-content:center}
.hero{min-height:760px;background:var(--color-bg);padding:var(--space-6) 0 var(--space-8)}
.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:clamp(32px,5vw,76px);align-items:center}
.hero-copy{position:relative;padding-left:42px}
.hero h1{max-width:780px}
.hero h1 em{font-style:italic;color:var(--color-primary);font-weight:500}
.hero .lead{max-width:650px;margin-bottom:var(--space-5)}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.hero-note{font-family:'DM Mono',monospace;font-size:.72rem;color:var(--color-text-muted);max-width:230px}
.hero-visual{position:relative;min-height:650px}
.hero-image{height:650px;overflow:hidden;border-radius:var(--radius-lg);background:var(--color-surface-2);box-shadow:var(--shadow)}
.hero-card{position:absolute;left:-36px;bottom:36px;background:var(--color-surface);padding:20px 22px;border-radius:var(--radius-md);width:min(290px,74%);box-shadow:var(--shadow);border:1px solid var(--color-line-soft)}
.hero-card strong{display:block;font-family:'Newsreader',serif;font-size:1.35rem;line-height:1.15;margin-bottom:8px}
.hero-card span{font-size:.86rem;color:var(--color-text-muted)}
.depth-rail{position:absolute;left:0;top:12px;bottom:12px;width:18px;border-left:1px solid var(--color-primary)}
.depth-rail::before,.depth-rail::after{position:absolute;left:-2px;font-family:'DM Mono',monospace;font-size:.65rem;color:var(--color-primary);background:var(--color-bg);padding:2px 5px}
.depth-rail::before{content:'0 m';top:-4px}
.depth-rail::after{content:'-30 m';bottom:-4px}
.depth-rail i{position:absolute;left:-1px;width:13px;height:1px;background:var(--color-primary)}
.depth-rail i:nth-child(1){top:33%}.depth-rail i:nth-child(2){top:66%}
.trust-band{border-top:1px solid var(--color-line);border-bottom:1px solid var(--color-line);padding:22px 0;background:var(--color-surface)}
.trust-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:24px;align-items:center}
.trust-item{display:flex;align-items:center;gap:12px}
.trust-item i{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--color-line);border-radius:50%;color:var(--color-primary)}
.trust-item strong{display:block;font-size:.92rem}.trust-item span{font-size:.8rem;color:var(--color-text-muted)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,7vw,96px);align-items:center}
.split--reverse .media{order:2}.split--reverse .content{order:1}
.media{position:relative;overflow:hidden;background:var(--color-surface-2);border-radius:var(--radius-lg);aspect-ratio:4/5}
.media--wide{aspect-ratio:5/4}
.media-badge{position:absolute;right:18px;bottom:18px;background:var(--color-dark-88);color:white;padding:14px 16px;border-radius:var(--radius-sm);font-family:'DM Mono',monospace;font-size:.72rem;backdrop-filter:blur(7px)}
.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:var(--space-5)}
.check{padding:16px;border-top:1px solid var(--color-line);display:flex;gap:10px;align-items:flex-start}
.check i{color:var(--color-primary);margin-top:4px}
.check strong{font-size:.92rem}.check p{font-size:.82rem;margin:4px 0 0}
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:var(--space-6)}
.process-card{background:var(--color-surface);padding:30px;border:1px solid var(--color-line);border-radius:var(--radius-md);min-height:290px;position:relative;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}
.process-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.process-num{font-family:'DM Mono',monospace;color:var(--color-accent);font-size:.76rem;margin-bottom:52px}
.process-card i{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:var(--color-surface-2);color:var(--color-primary);margin-bottom:18px}
.facts-wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:start}
.fact-stack{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.fact{background:var(--color-white);color:var(--color-dark);border-radius:var(--radius-md);padding:26px;min-height:220px;display:flex;flex-direction:column;justify-content:space-between}
.fact:nth-child(2),.fact:nth-child(3){background:var(--color-teal-mid);color:white}
.fact strong{font-family:'Newsreader',serif;font-size:clamp(2.4rem,5vw,4.4rem);line-height:.9;letter-spacing:-.06em}
.fact span{font-size:.86rem;line-height:1.45;color:inherit;opacity:.78}
.program-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:var(--space-6)}
.program-head p{max-width:520px;margin-bottom:0}
.program-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}
.program-card{position:relative;overflow:hidden;border-radius:var(--radius-lg);min-height:450px;background:var(--color-primary-deep);color:white;grid-column:span 4}
.program-card:nth-child(1),.program-card:nth-child(5){grid-column:span 6}
.program-card:nth-child(2),.program-card:nth-child(3){grid-column:span 3}
.program-card:nth-child(4){grid-column:span 6}
.program-card img{transition:transform .6s ease;filter:saturate(.88) contrast(1.02)}
.program-card:hover img{transform:scale(1.045)}
.program-overlay{position:absolute;inset:0;background:linear-gradient(180deg,var(--color-dark-04) 22%,var(--color-dark-92) 100%);padding:26px;display:flex;flex-direction:column;justify-content:flex-end}
.program-card h3{font-family:'Newsreader',serif;font-size:clamp(1.5rem,2.4vw,2.2rem);margin-bottom:10px}
.program-meta{display:flex;gap:8px;flex-wrap:wrap}
.program-meta span{font-family:'DM Mono',monospace;font-size:.7rem;border:1px solid var(--color-white-36);border-radius:999px;padding:6px 9px}
.compact-copy{font-size:.9rem;color:var(--color-white-78);max-width:440px;margin-bottom:14px}
.route-compass{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:start}
.quiz-panel{background:var(--color-surface);border-radius:var(--radius-lg);padding:32px;border:1px solid var(--color-line)}
.quiz-step{display:none}.quiz-step.active{display:block}
.quiz-options{display:grid;gap:10px;margin-top:22px}
.quiz-option{width:100%;text-align:left;border:1px solid var(--color-line);background:var(--color-bg);border-radius:var(--radius-sm);padding:16px 18px;display:flex;justify-content:space-between;align-items:center;transition:.2s ease}
.quiz-option:hover{border-color:var(--color-primary);background:var(--color-surface-2)}
.quiz-progress{display:flex;gap:6px;margin-bottom:26px}
.quiz-progress span{height:4px;flex:1;background:var(--color-line);border-radius:999px}.quiz-progress span.active{background:var(--color-accent)}
.quiz-result{display:none}.quiz-result.active{display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px}
.quiz-result .kicker,.quiz-result strong,.quiz-result p{width:100%}
.quiz-result strong{display:block;font-family:'Newsreader',serif;font-size:2rem;margin-bottom:0}
.quiz-result p{margin-bottom:0}
.quiz-result .button--primary,
.quiz-result .button--ghost{margin:0}
.experience-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}
.experience-main{position:relative;min-height:560px;border-radius:var(--radius-lg);overflow:hidden;background:var(--color-surface-2)}
.experience-copy{position:absolute;left:24px;right:24px;bottom:24px;background:var(--color-overlay-card);border-radius:var(--radius-md);padding:26px;backdrop-filter:blur(10px)}
.experience-list{display:grid;gap:18px}
.experience-card{padding:24px;border-radius:var(--radius-md);border:1px solid var(--color-line);background:var(--color-white)}
.experience-card span{font-family:'DM Mono',monospace;font-size:.72rem;color:var(--color-accent)}
.experience-card p{margin-bottom:0}
.blog-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}
.blog-card{background:var(--color-surface);border:1px solid var(--color-line);border-radius:var(--radius-lg);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease;height:100%}
.blog-card>a{display:flex;flex-direction:column;height:100%}
.blog-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.blog-card .thumb,.blog-card--featured .thumb{aspect-ratio:16/10;overflow:hidden;background:var(--color-surface-2);flex:0 0 auto}
.blog-card .copy{padding:24px;display:flex;flex-direction:column;flex:1}.blog-card .copy p{font-size:.9rem;margin-top:auto;margin-bottom:0}.blog-card .copy small{font-family:'DM Mono',monospace;color:var(--color-primary)}
.cta-shell{background:var(--color-primary-deep);border-radius:var(--radius-lg);padding:clamp(28px,5vw,64px);color:var(--color-white);display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;position:relative;overflow:hidden}
.cta-shell::after{content:'';position:absolute;width:360px;height:360px;border:1px solid var(--color-white-18);border-radius:50%;left:-190px;bottom:-190px;box-shadow:0 0 0 55px var(--color-white-04),0 0 0 110px var(--color-white-025)}
.cta-shell p{color:var(--color-copy-cta)}
.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:14px;position:relative;z-index:2}
.field{display:grid;gap:7px}.field--full{grid-column:1/-1}
.field label{font-size:.76rem;font-family:'DM Mono',monospace;color:var(--color-copy-label)}
.field input,.field textarea{width:100%;max-width:100%;border:1px solid var(--color-white-24);background:var(--color-white-07);color:white;border-radius:var(--radius-sm);padding:15px 16px;min-height:52px}
.contact-form button{width:100%;max-width:100%}
.field input::placeholder,.field textarea::placeholder{color:var(--color-copy-placeholder)}
.form-note{grid-column:1/-1;font-size:.74rem;color:var(--color-copy-form);margin:0}
.form-note a{text-decoration:underline}
.footer{background:var(--color-footer);color:white;padding:72px 0 32px}
.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .7fr 1fr;gap:36px}
.footer .brand{margin-bottom:20px}.footer p{color:var(--color-copy-footer);font-size:.88rem}
.footer h4{font-size:.8rem;font-family:'DM Mono',monospace;text-transform:uppercase;letter-spacing:.08em;color:var(--color-copy-footer-head);margin:0 0 16px}
.footer a{display:block;color:var(--color-copy-footer-link);font-size:.88rem;margin:8px 0}.footer a:hover{color:white}
.footer-contact span{display:block;color:var(--color-copy-footer-link);font-size:.88rem;margin:8px 0}
.footer-bottom{border-top:1px solid var(--color-white-12);margin-top:48px;padding-top:24px;display:flex;justify-content:space-between;gap:24px;font-size:.74rem;color:var(--color-copy-footer-muted)}
.disclaimer{max-width:760px}
.cookie-banner{position:fixed;left:20px;right:20px;bottom:20px;z-index:100;background:var(--color-surface);border:1px solid var(--color-line);border-radius:var(--radius-md);box-shadow:var(--shadow);padding:20px;display:none;grid-template-columns:1fr auto;gap:20px;align-items:center}
.cookie-banner.show{display:grid}.cookie-banner p{font-size:.84rem;margin:0;max-width:780px}.cookie-actions{display:flex;gap:8px;flex-wrap:wrap}
.cookie-actions button{min-height:42px;border-radius:999px;padding:9px 14px;border:1px solid var(--color-line);background:white}.cookie-actions .accept{background:var(--color-primary);border-color:var(--color-primary);color:white}
.cookie-settings{display:none;grid-column:1/-1;border-top:1px solid var(--color-line);padding-top:16px}.cookie-settings.open{display:grid;gap:10px}.cookie-row{display:flex;justify-content:space-between;gap:20px}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}
.page-hero{padding:90px 0 70px;background:var(--color-primary-deep);color:white;position:relative;overflow:hidden}.page-hero p{color:var(--color-copy-hero)}.page-hero .container{position:relative;z-index:2;min-width:0;max-width:100%}.page-hero h1{font-size:var(--text-h1);max-width:900px;overflow-wrap:anywhere;word-break:break-word}.page-hero::after{content:'';position:absolute;right:-80px;top:-160px;width:520px;height:520px;border:1px solid var(--color-white-13);border-radius:50%;box-shadow:0 0 0 80px var(--color-white-035),0 0 0 160px var(--color-white-02)}
.legal{padding:90px 0}.legal-layout{display:grid;grid-template-columns:260px minmax(0,800px);gap:70px;align-items:start}.legal-nav{position:sticky;top:110px;border-left:1px solid var(--color-line);padding-left:18px}.legal-nav a{display:block;font-size:.86rem;color:var(--color-text-muted);margin:12px 0}.legal-body h2{font-size:2rem;margin-top:48px}.legal-body h2:first-child{margin-top:0}.legal-body p{margin-bottom:18px}.legal-content{word-break:break-word}.legal-card{background:var(--color-surface);padding:26px;border:1px solid var(--color-line);border-radius:var(--radius-md);margin:28px 0}.legal-card span{display:block;margin:5px 0;color:var(--color-text-muted)}
.blog-hero{padding:88px 0 64px}.blog-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:end}.blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;padding-bottom:120px}.blog-list-card{display:grid;grid-template-columns:1fr 1fr;background:var(--color-surface);border:1px solid var(--color-line);border-radius:var(--radius-lg);overflow:hidden;min-height:340px}.blog-list-card .thumb{overflow:hidden;background:var(--color-surface-2)}.blog-list-card .copy{padding:28px;display:flex;flex-direction:column;justify-content:space-between}.blog-list-card h2{font-size:2rem}.blog-list-card small{font-family:'DM Mono',monospace;color:var(--color-primary)}
.article{padding:78px 0 120px}.article-layout{display:grid;grid-template-columns:180px minmax(0,760px) 220px;gap:44px;align-items:start}.article-meta{position:sticky;top:110px;font-family:'DM Mono',monospace;font-size:.72rem;color:var(--color-text-muted)}.article-body h2{font-size:2.2rem;margin-top:54px}.article-body h3{font-size:1.45rem;margin-top:36px}.article-body p{font-size:1.05rem;line-height:1.8}.article-image{aspect-ratio:16/9;overflow:hidden;border-radius:var(--radius-lg);background:var(--color-surface-2);margin:32px 0 42px}.article-aside{position:sticky;top:110px;background:var(--color-surface);border:1px solid var(--color-line);border-radius:var(--radius-md);padding:20px}.article-aside strong{font-family:'Newsreader',serif;font-size:1.25rem}.article-aside p{font-size:.82rem}.article-pull{font-family:'Newsreader',serif;font-size:1.8rem;line-height:1.3;color:var(--color-primary);border-left:2px solid var(--color-accent);padding-left:24px;margin:42px 0}
.thanks-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px}.step-list{display:grid;gap:16px}.step-card{background:var(--color-surface);border:1px solid var(--color-line);border-radius:var(--radius-md);padding:24px;display:grid;grid-template-columns:46px 1fr;gap:16px}.step-card b{width:46px;height:46px;border-radius:50%;background:var(--color-primary);color:white;display:grid;place-items:center;font-family:'DM Mono',monospace}.step-card p{margin-bottom:0}.info-panel{background:var(--color-surface-2);border-radius:var(--radius-lg);padding:32px}.info-panel span{display:block;color:var(--color-text-muted);margin:8px 0}

@media(max-width:1024px){
  .nav{position:absolute;top:100%;left:0;right:0;z-index:45;max-width:none;background:var(--color-bg);padding:20px;display:none;flex-direction:column;align-items:flex-start;gap:18px;border-bottom:1px solid var(--color-line);box-shadow:var(--shadow)}.nav.open{display:flex}.nav a::after{display:none}.menu-toggle{display:flex;position:relative;z-index:60;flex-shrink:0}.header-cta{display:none}
  .hero{min-height:0}.hero-grid,.split,.facts-wrap,.route-compass,.cta-shell,.thanks-grid,.blog-hero-grid{grid-template-columns:1fr}.hero-grid{gap:28px;align-items:start}.hero-visual,.hero-image{min-height:0;height:auto;max-width:100%}.hero-image{aspect-ratio:4/5}.hero-copy{padding-left:32px}.split--reverse .media,.split--reverse .content{order:initial}.media{aspect-ratio:16/11}.trust-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:1fr 1fr}.program-card,.program-card:nth-child(n){grid-column:span 6}.experience-grid{grid-template-columns:1fr}.blog-preview-grid{grid-template-columns:1fr}.blog-preview-grid .blog-card:first-child{grid-column:auto}.footer-grid{grid-template-columns:1fr 1fr}.legal-layout{grid-template-columns:1fr}.legal-nav{display:none}.article-layout{grid-template-columns:minmax(0,760px);justify-content:center}.article-meta,.article-aside{position:static}.article-meta{display:flex;gap:18px;flex-wrap:wrap}.blog-grid{grid-template-columns:1fr}.contact-form{max-width:760px}
}
@media(max-width:720px){
  .container{width:min(calc(100% - 28px),var(--max))}.section{padding:74px 0}.ad-strip .container{align-items:flex-start;flex-direction:column;gap:2px}.header-inner{min-height:68px}.brand small{display:none}.hero{padding:42px 0 62px}.hero-copy{padding-left:0}.depth-rail{display:none}.hero h1{font-size:clamp(1.85rem,8vw,2.55rem);overflow-wrap:anywhere;word-break:break-word}.hero-card{position:static;width:100%;max-width:100%;left:auto;bottom:auto}.hero-actions{align-items:stretch;flex-direction:column;gap:12px}.hero-actions .button{width:100%}.hero-note{max-width:none}.trust-grid{grid-template-columns:1fr}.process-grid,.fact-stack{grid-template-columns:1fr}.process-card{min-height:240px}.program-head{align-items:start;flex-direction:column}.program-card,.program-card:nth-child(n){grid-column:1/-1;min-height:410px}.check-grid{grid-template-columns:1fr}.blog-preview-grid{grid-template-columns:1fr}.blog-preview-grid .blog-card:first-child{grid-column:auto}.contact-form{grid-template-columns:1fr}.field--full,.form-note{grid-column:1}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.cookie-banner{grid-template-columns:1fr;left:10px;right:10px;bottom:10px}.cookie-actions{width:100%}.cookie-actions button{flex:1}.blog-list-card{grid-template-columns:1fr}.blog-list-card .thumb{aspect-ratio:16/9}.article{padding-top:50px}.page-hero{padding:66px 0 52px}.page-hero h1{word-break:break-all;overflow-wrap:anywhere}.experience-main{min-height:470px}.experience-copy{left:14px;right:14px;bottom:14px;padding:20px}.cta-shell{padding:28px 20px}.section--dark .fact{border:1px solid var(--color-white-10)}.quiz-result .button--primary,.quiz-result .button--ghost{width:100%;max-width:100%}
}


.program-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:22px;align-items:stretch}
.program-card,.program-card:nth-child(1),.program-card:nth-child(2),.program-card:nth-child(3),.program-card:nth-child(4),.program-card:nth-child(5){grid-column:span 2;min-height:660px;height:100%}
.program-card:nth-child(4),.program-card:nth-child(5){grid-column:span 3}
.program-overlay{padding:30px 28px;justify-content:flex-end}
.program-card h3{font-size:clamp(1.62rem,1.95vw,2.1rem);min-height:2.2em;margin-bottom:12px}
.program-card .compact-copy{font-size:.95rem;line-height:1.62;min-height:8.7em;margin-bottom:16px}
.program-meta{min-height:68px;align-content:flex-start;margin-bottom:18px}
.program-meta span{font-size:.72rem;padding:7px 10px}
.program-price{border-top:1px solid var(--color-white-24);padding-top:18px;margin-top:auto;display:grid;gap:7px}
.program-price>span{font-family:'DM Mono',monospace;font-size:.7rem;letter-spacing:.06em;text-transform:uppercase;color:var(--color-white-78)}
.program-price strong{font-family:'Newsreader',serif;font-size:1.86rem;line-height:1;color:var(--color-white);letter-spacing:-.03em}
.program-price small{display:block;font-size:.76rem;line-height:1.5;color:var(--color-copy-label)}
.program-pricing-note{max-width:980px;margin:24px 0 0;font-size:.78rem;line-height:1.58;color:var(--color-text-muted)}
@media(max-width:1260px){
  .program-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .program-card,.program-card:nth-child(n){grid-column:auto;min-height:600px}
  .program-card:nth-child(5){grid-column:1/-1;min-height:540px}
  .program-card h3,.program-card .compact-copy,.program-meta{min-height:0}
}
@media(max-width:720px){
  .program-grid{grid-template-columns:1fr}
  .program-card,.program-card:nth-child(n),.program-card:nth-child(5){grid-column:1;min-height:540px}
  .program-overlay{padding:24px 22px}
  .program-price strong{font-size:1.62rem}
}

.program-head{margin-bottom:var(--space-5)}
.program-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.program-card,.program-card:nth-child(1),.program-card:nth-child(2),.program-card:nth-child(3),.program-card:nth-child(4),.program-card:nth-child(5){grid-column:auto;min-height:740px}
.program-card:nth-child(5){grid-column:1/-1;min-height:620px}
.program-overlay{padding:34px 32px}
.program-card h3{font-size:clamp(1.9rem,2.3vw,2.45rem);min-height:0;margin-bottom:14px}
.program-card .compact-copy{font-size:1rem;line-height:1.7;min-height:0;margin-bottom:18px;max-width:36ch}
.program-meta{min-height:0;margin-bottom:20px}
.program-meta span{font-size:.74rem;padding:8px 11px}
.program-price{padding-top:20px;gap:8px}
.program-price>span{font-size:.72rem}
.program-price strong{font-size:2rem}
.program-price small{font-size:.82rem;line-height:1.55;max-width:48ch}
@media(max-width:1024px){
  .program-grid{grid-template-columns:1fr 1fr;gap:20px}
  .program-card,.program-card:nth-child(n){min-height:660px}
  .program-card:nth-child(5){grid-column:1/-1;min-height:560px}
}
@media(max-width:720px){
  .program-grid{grid-template-columns:1fr}
  .program-card,.program-card:nth-child(n),.program-card:nth-child(5){grid-column:1;min-height:560px}
  .program-overlay{padding:24px 22px}
  .program-card h3{font-size:clamp(1.65rem,7vw,2rem)}
  .program-card .compact-copy{font-size:.96rem;line-height:1.62;max-width:none}
  .program-price strong{font-size:1.72rem}
  .program-price small{font-size:.78rem;max-width:none}
}

.program-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}
.program-card,.program-card:nth-child(1),.program-card:nth-child(2),.program-card:nth-child(3),.program-card:nth-child(4),.program-card:nth-child(5){grid-column:span 2;min-height:0;height:auto;aspect-ratio:1/1}
.program-card:nth-child(5){grid-column:span 2;min-height:0}
.program-overlay{padding:24px 22px}
.program-card h3{font-size:clamp(1.45rem,1.7vw,1.9rem);margin-bottom:10px}
.program-card .compact-copy{font-size:.9rem;line-height:1.58;margin-bottom:14px;max-width:none}
.program-meta{margin-bottom:14px}
.program-meta span{font-size:.68rem;padding:6px 9px}
.program-price{padding-top:14px;gap:6px}
.program-price>span{font-size:.66rem}
.program-price strong{font-size:1.62rem}
.program-price small{font-size:.73rem;line-height:1.45;max-width:none}
@media(max-width:1024px){
  .program-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
  .program-card,.program-card:nth-child(n),.program-card:nth-child(5){grid-column:auto;aspect-ratio:1/1;min-height:0}
}
@media(max-width:720px){
  .program-grid{grid-template-columns:1fr}
  .program-card,.program-card:nth-child(n),.program-card:nth-child(5){grid-column:1;aspect-ratio:auto;min-height:430px}
  .program-overlay{padding:22px 20px}
  .program-card h3{font-size:clamp(1.45rem,6vw,1.8rem)}
  .program-card .compact-copy{font-size:.92rem}
  .program-price strong{font-size:1.55rem}
  .program-price small{font-size:.75rem}
}

.program-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}
.program-card,.program-card:nth-child(n){grid-column:auto;aspect-ratio:1/1;min-height:0;height:auto}
.program-overlay{display:flex;flex-direction:column;justify-content:flex-end}
.program-card h3,.program-card .compact-copy,.program-meta{min-height:0}
@media(max-width:1024px){
  .program-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .program-card,.program-card:nth-child(n){grid-column:auto;aspect-ratio:1/1;min-height:0}
}
@media(max-width:720px){
  .program-grid{grid-template-columns:1fr}
  .program-card,.program-card:nth-child(n){grid-column:1;aspect-ratio:auto;min-height:430px}
}

.hero-grid > *,
.split > *,
.process-grid > *,
.trust-grid > *,
.program-grid > *,
.cta-shell > *,
.footer-grid > *,
.facts-wrap > *,
.route-compass > *,
.experience-grid > *,
.thanks-grid > *,
.legal-layout > *,
.article-layout > *,
.blog-hero-grid > *,
.blog-preview-grid > *,
.check-grid > *,
.fact-stack > *,
.contact-form > *,
.header-inner > *:not(.nav){
  min-width:0;
  max-width:100%;
}

@media(max-width:900px){
  .reveal{
    opacity:1 !important;
    transform:none !important;
    transition:none !important;
  }
  .hero-grid > *,
  .split > *,
  .cta-shell > *,
  .thanks-grid > *,
  .route-compass > *,
  .experience-grid > *{
    min-width:0;
    max-width:100%;
  }
}

@media(max-width:640px){
  .header-inner{
    flex-wrap:nowrap;
  }
  .brand{
    flex-direction:column;
    white-space:normal;
  }
  .brand span{
    word-break:break-all;
    min-width:0;
    flex:1;
  }
  .ad-strip,
  .footer-contact{
    word-break:break-all;
  }
  .hero-visual{
    display:flex;
    flex-direction:column;
    gap:10px;
    min-height:0;
    padding:16px 0;
  }
  .hero-image{
    height:auto;
    aspect-ratio:4/5;
    max-width:100%;
  }
  .hero-card{
    position:static;
    width:100%;
    max-width:100%;
    left:auto;
    bottom:auto;
  }
  .media{
    display:flex;
    flex-direction:column;
    gap:10px;
    overflow:visible;
    aspect-ratio:auto;
    padding:16px;
  }
  .media img{
    aspect-ratio:4/5;
    height:auto;
  }
  .media-badge{
    position:static;
    max-width:100%;
  }
  .experience-main{
    display:flex;
    flex-direction:column;
    gap:10px;
    min-height:0;
    padding:16px;
  }
  .experience-main > img{
    width:100%;
    max-width:100%;
    height:auto;
    aspect-ratio:4/5;
  }
  .experience-copy{
    position:static;
    max-width:100%;
    left:auto;
    right:auto;
    bottom:auto;
  }
}

@media(max-width:480px){
  .container{width:min(calc(100% - 20px),var(--max))}
  .section{padding:52px 0}
  .hero{padding:32px 0 48px}
  .cta-shell{padding:20px 16px}
  .quiz-panel{padding:20px 16px}
  .page-hero{padding:48px 0 36px}
  .page-hero h1{word-break:break-all;overflow-wrap:anywhere}
  .contact-form{gap:10px}
  .field input,.field textarea{padding:12px 14px;min-height:48px}
  .button,.header-cta{padding:10px 16px;min-height:44px}
  .footer{padding:48px 0 24px}
  .legal{padding:52px 0}
  .article{padding:40px 0 72px}
}
