:root {
  --navy: #001532;
  --navy-deep: #000d21;
  --navy-light: #062144;
  --yellow: #fff242;
  --white: #ffffff;
  --muted: #aab6c8;
  --line: rgba(255,255,255,.13);
  --display: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
  --serif: "Playfair Display", serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--white); background: var(--navy); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
::selection { background: var(--yellow); color: var(--navy); }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button { font: inherit; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }

.page-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { position: relative; padding: 128px 0; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 22px; color: var(--yellow); font: 600 11px/1 var(--display); letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 27px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--navy); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { margin-bottom: 0; font-family: var(--display); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
h1 em, h2 em { color: var(--yellow); font-family: var(--serif); font-weight: 500; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 86px; padding: 0 max(32px, calc((100vw - 1340px)/2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid transparent; transition: background .4s ease, border-color .4s ease, height .4s ease, backdrop-filter .4s ease; }
.site-header.scrolled { height: 72px; background: rgba(0, 15, 37, .87); border-color: var(--line); backdrop-filter: blur(18px); }
.brand { justify-self: start; width: 68px; min-height: 68px; display: flex; align-items: center; overflow: visible; }
.brand img { width: 100%; height: auto; object-fit: contain; transform: none; }
.desktop-nav { display: flex; align-items: center; gap: 36px; }
.desktop-nav a { color: #c9d1de; font-size: 13px; transition: color .25s ease; }
.desktop-nav a:hover { color: var(--white); }
.desktop-nav a[aria-current="page"],.mobile-nav a[aria-current="page"] { color:var(--yellow); }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 9px; color: var(--yellow); font: 600 12px/1 var(--display); letter-spacing: .05em; text-transform: uppercase; }
.header-cta svg { width: 17px; transition: transform .25s ease; }
.header-cta:hover svg { transform: translate(3px,-3px); }
.menu-toggle, .mobile-nav { display: none; }

.hero { min-height: 100svh; position: relative; display: flex; align-items: flex-start; padding: 108px 0 82px; overflow: hidden; background: radial-gradient(circle at 13% 45%, rgba(13,58,104,.45), transparent 38%), linear-gradient(125deg, #001532 0%, #001128 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .16; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to right, #000, transparent 72%); }
.hero::after { content: ""; position: absolute; width: 560px; height: 560px; border: 1px solid rgba(255,242,66,.14); border-radius: 50%; top: 17%; right: -260px; box-shadow: 0 0 0 100px rgba(255,242,66,.025), 0 0 0 200px rgba(255,242,66,.016); }
.hero-glow { position: absolute; width: 480px; height: 480px; border-radius: 50%; background: rgba(255,242,66,.07); filter: blur(130px); left: 30%; top: 20%; pointer-events: none; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; align-items: start; gap: clamp(48px, 7vw, 105px); }
.hero-copy h1 { max-width: 720px; font-size: clamp(48px, 5.8vw, 78px); }
.hero-copy h1 em { display: block; }
.hero-subtitle { margin: 30px 0 35px; color: #c0cad8; font-size: 18px; letter-spacing: .01em; }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.button { min-height: 54px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 4px; font: 700 12px/1 var(--display); letter-spacing: .055em; text-transform: uppercase; transition: transform .3s var(--ease), box-shadow .3s ease, background .3s ease; }
.button svg { width: 18px; }
.button-primary { color: var(--navy); background: var(--yellow); }
.button-primary:hover { transform: translateY(-4px); box-shadow: 0 10px 35px rgba(255,242,66,.3), 0 0 20px rgba(255,242,66,.18); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: #e1e7ee; font-size: 13px; }
.text-link svg { width: 16px; transition: transform .25s ease; }
.text-link:hover svg { transform: translateY(3px); }
.hero-proof { display: flex; gap: 30px; margin-top: 54px; padding-top: 24px; border-top: 1px solid var(--line); max-width: 500px; }
.hero-proof span { max-width: 150px; color: #8fa0b4; font-size: 11px; line-height: 1.35; text-transform: uppercase; letter-spacing: .07em; }
.hero-proof strong { display: block; color: var(--white); font: 600 21px/1.2 var(--display); letter-spacing: -.03em; text-transform: none; }
.image-frame { height: 100%; overflow: hidden; border-radius: 16px; background: var(--navy-light); }
.image-frame img { height: 100%; object-fit: cover; object-position: center; transition: transform .8s var(--ease); }
.hero-image-wrap { height: min(64vh, 650px); min-height: 470px; border-radius: 110px 14px 110px 14px; box-shadow: 0 35px 90px rgba(0,0,0,.35); }
.hero-visual { margin: 0; position: relative; }
.hero-visual::before { content: ""; position: absolute; width: 86%; height: 90%; top: -20px; right: -20px; border: 1px solid rgba(255,242,66,.35); border-radius: 110px 14px 110px 14px; z-index: -1; }
.hero-visual figcaption { position: absolute; left: -36px; bottom: 27px; width: min(340px, 85%); display: flex; align-items: center; gap: 18px; padding: 17px 20px; color: var(--white); background: rgba(0,15,37,.84); border: 1px solid var(--line); border-left: 3px solid var(--yellow); backdrop-filter: blur(14px); font: 500 13px/1.45 var(--display); }
.caption-index { color: var(--yellow); font-size: 10px; letter-spacing: .12em; }
.scroll-cue { position: absolute; z-index: 3; bottom: 30px; left: 50%; transform: translateX(-50%); color: #77889d; display: flex; align-items: center; gap: 10px; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.scroll-cue span { display: block; width: 30px; height: 1px; background: #77889d; }

.section-heading { display: grid; grid-template-columns: 1.45fr .55fr; align-items: end; gap: 70px; margin-bottom: 70px; }
.section-heading h2 { font-size: clamp(42px, 5vw, 67px); }
.section-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.section-heading.compact { grid-template-columns: 1fr auto; align-items: end; }
.section-number { color: #73849a; font: 500 10px/1 var(--display); letter-spacing: .15em; text-transform: uppercase; }
.stats-section { background: linear-gradient(180deg, var(--navy) 0%, #031a39 100%); }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.stat-card { min-height: 330px; padding: 34px 28px 28px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); backdrop-filter: blur(18px); transition: transform .35s var(--ease), border-color .35s ease, background .35s ease; }
.stat-card:hover { transform: translateY(-8px); border-color: rgba(255,242,66,.5); background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.03)); }
.stat-top { display: flex; justify-content: space-between; align-items: flex-start; }
.stat-number { color: var(--yellow); font: 500 56px/1 var(--display); letter-spacing: -.07em; }
.stat-number sup { margin-left: 3px; font-size: 16px; letter-spacing: 0; }
.stat-icon { color: #9aa9bb; font-size: 24px; }
.stat-card h3 { margin: auto 0 11px; font: 600 17px/1.3 var(--display); }
.stat-card p { margin: 0; color: #91a1b4; font-size: 13px; line-height: 1.65; }
.split-bar { display: flex; gap: 3px; height: 3px; margin-top: 25px; }
.split-bar span { background: var(--yellow); }
.split-bar i { background: rgba(255,242,66,.45); }

.pillars-section { background: var(--navy-deep); }
.pillars-section::before { content:""; position:absolute; inset:0; pointer-events:none; background: linear-gradient(90deg, transparent 24.9%, rgba(255,255,255,.025) 25%, transparent 25.1%, transparent 49.9%, rgba(255,255,255,.025) 50%, transparent 50.1%, transparent 74.9%, rgba(255,255,255,.025) 75%, transparent 75.1%); }
.pillars-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pillar-card { position: relative; min-height: 390px; padding: 36px 30px 42px; border-right: 1px solid var(--line); overflow: hidden; }
.pillar-card:first-child { border-left: 1px solid var(--line); }
.card-index { color: #65768c; font: 500 10px/1 var(--display); letter-spacing: .12em; }
.icon-orbit { width: 74px; height: 74px; margin: 55px 0 37px; display: grid; place-items: center; border: 1px solid rgba(255,242,66,.28); border-radius: 50%; color: var(--yellow); transition: transform .55s var(--ease), background .35s ease, box-shadow .35s ease; }
.icon-orbit svg { width: 38px; height: 38px; }
.pillar-card:hover .icon-orbit { transform: rotate(8deg) scale(1.08); background: rgba(255,242,66,.08); box-shadow: 0 0 30px rgba(255,242,66,.12); }
.pillar-card h3 { margin-bottom: 16px; font: 600 20px/1.25 var(--display); letter-spacing: -.025em; }
.pillar-card p { margin: 0; color: #8e9db0; font-size: 13px; line-height: 1.75; }
.card-line { position: absolute; width: 0; height: 2px; bottom: 0; left: 0; background: var(--yellow); transition: width .45s var(--ease); }
.pillar-card:hover .card-line { width: 100%; }

.trainer-section { background: #061d3c; overflow: hidden; }
.trainer-section::after { content:"RH"; position:absolute; right:-40px; bottom:-110px; color:rgba(255,255,255,.018); font: 700 360px/1 var(--display); letter-spacing:-.12em; }
.trainer-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(55px, 8vw, 115px); }
.trainer-visual { margin: 0; }
.trainer-visual .image-frame { height: 570px; border-radius: 18px 18px 90px 18px; }
.trainer-visual figcaption { padding: 18px 0 0 42px; position: relative; color: #8fa0b3; font-size: 12px; max-width: 510px; }
.trainer-visual figcaption::before { content:""; position:absolute; left:0; top:27px; width:28px; height:1px; background:var(--yellow); }
.trainer-copy h2 { font-size: clamp(58px, 6vw, 83px); }
.trainer-role { margin: 21px 0 27px; color: var(--yellow); font: 600 13px/1.2 var(--display); letter-spacing: .05em; text-transform: uppercase; }
.trainer-bio { margin-bottom: 36px; color: #abb8c8; font-size: 16px; line-height: 1.8; }
.credentials { margin: 0; border-top: 1px solid var(--line); }
.credentials div { display: grid; grid-template-columns: 110px 1fr; padding: 14px 0; border-bottom: 1px solid var(--line); }
.credentials dt { color: #70839a; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.credentials dd { margin: 0; color: #e9edf3; font: 500 13px/1.4 var(--display); }
.trainer-copy blockquote { margin: 35px 0 0; padding: 0 0 0 24px; border-left: 2px solid var(--yellow); color: #d8dfe8; font-family: var(--serif); font-size: 16px; font-style: italic; line-height: 1.6; }

.trust-section { background: var(--navy); }
.editorial-gallery { display: grid; grid-template-columns: 1.18fr .82fr; grid-template-rows: 320px 320px; gap: 18px; }
.gallery-card { position: relative; margin: 0; overflow: hidden; border-radius: 14px; }
.gallery-large { grid-row: 1 / 3; }
.gallery-card .image-frame { border-radius: 14px; }
.gallery-card:hover img { transform: scale(1.045); }
.gallery-card::after { content:""; position:absolute; inset:35% 0 0; background:linear-gradient(transparent, rgba(0,10,25,.94)); pointer-events:none; }
.gallery-card figcaption { position:absolute; z-index:2; left:0; right:0; bottom:0; min-width:0; display:grid; grid-template-columns:33px minmax(0,1fr); gap:15px; padding:25px; font:500 14px/1.5 var(--display); overflow-wrap:anywhere; }
.gallery-card figcaption span { color:var(--yellow); font-size:10px; letter-spacing:.12em; padding-top:4px; }

.outcomes-section { background: #031936; }
.outcome-intro { margin-bottom: 65px; }
.outcome-intro h2 { font-size: clamp(45px, 6.2vw, 80px); }
.outcome-intro h2 span { color:var(--yellow); }
.outcome-intro > p:last-child { margin: 19px 0 0; color:#a6b3c3; font-size:17px; }
.outcome-feature { display:grid; grid-template-columns:.9fr 1.1fr; gap:70px; align-items:stretch; }
.award-visual { margin:0; }
.award-visual .image-frame { height: 570px; border-radius: 16px 70px 16px 16px; }
.award-visual figcaption { padding:17px 0 0; color:#8596aa; font-size:12px; line-height:1.6; }
.testimonials { display:flex; flex-direction:column; gap:16px; }
.testimonial { margin:0; padding:28px; border:1px solid var(--line); border-radius:12px; background:rgba(255,255,255,.035); }
.featured-testimonial { flex:1; padding:42px; display:flex; flex-direction:column; justify-content:center; background:var(--yellow); color:var(--navy); border-color:var(--yellow); }
.quote-mark { height:50px; font:600 85px/.8 var(--serif); opacity:.25; }
.featured-testimonial > p { font:500 clamp(22px,2.2vw,31px)/1.4 var(--display); letter-spacing:-.035em; }
.testimonial footer { display:flex; flex-direction:column; gap:2px; margin-top:25px; }
.testimonial footer strong { font:600 12px/1.3 var(--display); text-transform:uppercase; letter-spacing:.08em; }
.testimonial footer span { color:#7e8ea2; font-size:11px; }
.featured-testimonial footer span { color:rgba(0,21,50,.62); }
.testimonial-pair { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.testimonial-pair .testimonial p { color:#d6dde6; font-size:14px; line-height:1.65; }

/* Insights hub and article system */
.insights-main,.article-main { min-height:100vh; background:var(--navy); }
.insights-hero { position:relative; overflow:hidden; padding:176px 0 112px; background:linear-gradient(145deg,var(--navy) 0%,var(--navy-deep) 100%); }
.insights-hero::before { content:""; position:absolute; inset:0; opacity:.2; pointer-events:none; background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px); background-size:82px 82px; mask-image:linear-gradient(to right,#000,transparent 82%); }
.insights-hero::after { content:""; position:absolute; width:470px; height:470px; right:-180px; bottom:-290px; border:1px solid rgba(255,242,66,.18); border-radius:50%; box-shadow:0 0 0 85px rgba(255,242,66,.025),0 0 0 170px rgba(255,242,66,.015); }
.insights-hero-inner { position:relative; z-index:1; }
.insights-hero h1 { max-width:840px; font-size:clamp(58px,8vw,104px); }
.insights-hero h1 em { color:var(--yellow); font-family:var(--serif); font-weight:500; }
.insights-hero-inner > p:last-child { max-width:620px; margin:34px 0 0; color:#aab6c8; font-size:18px; line-height:1.8; }
.insights-listing { padding:105px 0 132px; background:linear-gradient(180deg,var(--navy) 0%,var(--navy-deep) 100%); }
.insights-grid { columns:3; column-gap:24px; }
.insight-card { width:100%; margin:0 0 24px; display:inline-block; overflow:hidden; break-inside:avoid; border:1px solid rgba(255,255,255,.13); border-radius:15px; background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.022)); box-shadow:0 24px 70px rgba(0,13,33,.26); transition:transform .4s var(--ease),border-color .35s ease,box-shadow .35s ease; }
.insight-card:hover { transform:translateY(-7px); border-color:rgba(255,242,66,.42); box-shadow:0 30px 78px rgba(0,13,33,.45),0 0 25px rgba(255,242,66,.06); }
.insight-card-image { display:block; height:330px; overflow:hidden; background:var(--navy-light); }
.insight-card-2 .insight-card-image { height:270px; }
.insight-card-3 .insight-card-image { height:305px; }
.insight-card-image img { width:100%; height:100%; object-fit:cover; object-position:center; transition:transform .8s var(--ease); }
.insight-card:hover .insight-card-image img { transform:scale(1.035); }
.insight-card-body { padding:29px 27px 31px; }
.insight-category { width:max-content; max-width:100%; display:inline-flex; align-items:center; min-height:27px; padding:0 10px; color:var(--navy); background:var(--yellow); border-radius:3px; font:700 9px/1 var(--display); letter-spacing:.12em; text-transform:uppercase; }
.insight-card h2 { margin:20px 0 14px; font:600 24px/1.24 var(--display); letter-spacing:-.035em; }
.insight-card h2 a { transition:color .25s ease; }
.insight-card h2 a:hover { color:var(--yellow); }
.insight-card-body > p { min-height:3.3em; margin:0 0 25px; display:-webkit-box; overflow:hidden; color:#9eacbd; font-size:14px; line-height:1.65; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
.insight-read-link { display:inline-flex; align-items:center; gap:9px; color:var(--yellow); font:700 10px/1 var(--display); letter-spacing:.1em; text-transform:uppercase; }
.insight-read-link svg { width:15px; transition:transform .25s ease; }
.insight-read-link:hover svg { transform:translate(3px,-3px); }

.article-layout { padding-top:150px; background:linear-gradient(180deg,var(--navy-deep) 0%,var(--navy) 34%); }
.article-header.page-shell { width:min(980px,calc(100% - 48px)); }
.article-breadcrumbs { margin-bottom:42px; display:flex; flex-wrap:wrap; align-items:center; gap:10px; color:#8292a6; font-size:11px; letter-spacing:.04em; }
.article-breadcrumbs a { transition:color .25s ease; }
.article-breadcrumbs a:hover { color:var(--yellow); }
.article-breadcrumbs span[aria-current="page"] { color:#cdd5df; }
.article-header h1 { max-width:960px; margin:25px 0 28px; font-size:clamp(49px,6.8vw,82px); line-height:1.04; }
.article-deck { max-width:800px; margin:0; color:#b5c0cd; font-size:clamp(17px,2vw,21px); line-height:1.75; }
.article-byline { margin-top:34px; padding-top:22px; display:flex; flex-wrap:wrap; gap:12px 28px; border-top:1px solid var(--line); color:#7f90a4; font-size:12px; }
.article-byline strong { color:var(--white); font-weight:600; }
.article-featured-image { margin-top:68px; margin-bottom:0; overflow:hidden; border:1px solid rgba(255,255,255,.14); border-radius:18px 18px 80px 18px; box-shadow:0 35px 95px rgba(0,13,33,.42); aspect-ratio:1365/768; }
.article-featured-image img { width:100%; height:100%; object-fit:cover; object-position:center; }
.article-content.page-shell { width:min(790px,calc(100% - 48px)); padding:88px 0 125px; }
.article-prose { color:#dce3eb; }
.article-prose > .article-lead { color:var(--white); font:500 clamp(20px,2.4vw,25px)/1.7 var(--display); letter-spacing:-.02em; }
.article-prose p { margin:0 0 25px; color:#bdc8d4; font-size:17px; line-height:1.9; }
.article-prose section { margin-top:64px; }
.article-prose h2 { margin:0 0 27px; color:var(--white); font:600 clamp(32px,4vw,46px)/1.15 var(--display); letter-spacing:-.045em; }
.article-prose h2::before { content:""; width:34px; height:3px; margin-bottom:20px; display:block; background:var(--yellow); }
.article-prose h3 { margin:43px 0 18px; color:var(--yellow); font:600 22px/1.3 var(--display); letter-spacing:-.025em; }
.article-sharing { margin-top:78px; padding:31px 0; display:flex; align-items:center; justify-content:space-between; gap:35px; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.article-sharing > div > span { color:var(--white); font:600 15px/1.3 var(--display); }
.article-sharing > div p { margin:5px 0 0; color:#8192a6; font-size:12px; line-height:1.5; }
.article-sharing nav { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:8px; }
.article-sharing nav a { min-height:40px; padding:0 13px; display:inline-flex; align-items:center; justify-content:center; border:1px solid rgba(255,242,66,.34); border-radius:4px; color:var(--yellow); font:700 9px/1 var(--display); letter-spacing:.08em; text-transform:uppercase; transition:color .25s ease,background .25s ease,border-color .25s ease; }
.article-sharing nav a:hover { color:var(--navy); background:var(--yellow); border-color:var(--yellow); }
.article-next { padding:105px 0 115px; background:var(--navy-deep); }
.article-next h2 { margin-bottom:48px; font-size:clamp(40px,5vw,62px); }
.article-next-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; }
.article-next-grid .insight-card { margin:0; display:block; }
.article-next-grid .insight-card-image { height:285px; }

.registration-section { position:relative; overflow:hidden; padding:130px 0; background:var(--navy); scroll-margin-top:100px; }
.registration-section::before { content:""; position:absolute; inset:0; opacity:.22; pointer-events:none; background-image:linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px); background-size:70px 70px; mask-image:linear-gradient(to right,#000,transparent 80%); }
.registration-glow { position:absolute; width:540px; height:540px; left:-200px; bottom:-270px; border-radius:50%; background:rgba(255,242,66,.09); filter:blur(130px); }
.registration-layout { position:relative; z-index:1; display:grid; grid-template-columns:.82fr 1.18fr; align-items:start; gap:clamp(60px,8vw,115px); }
.registration-intro { position:sticky; top:130px; }
.registration-intro h2 { font-size:clamp(48px,5.4vw,72px); }
.registration-intro > p:not(.eyebrow) { margin:30px 0 0; max-width:520px; color:#aab7c7; font-size:16px; line-height:1.8; }
.registration-contact { margin-top:26px; padding-top:22px; display:flex; flex-direction:column; gap:3px; border-top:1px solid var(--line); }
.registration-contact span { margin-bottom:5px; color:#718299; font-size:10px; letter-spacing:.12em; text-transform:uppercase; }
.registration-contact a { width:max-content; max-width:100%; padding:4px 0; color:#dbe2ea; font-size:13px; overflow-wrap:anywhere; transition:color .25s ease; }
.registration-contact a:hover { color:var(--yellow); }
.registration-panel { position:relative; min-width:0; padding:42px; border:1px solid rgba(255,255,255,.14); border-radius:16px; background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.025)); box-shadow:0 35px 90px rgba(0,0,0,.2); backdrop-filter:blur(18px); }
.form-heading { display:flex; align-items:end; justify-content:space-between; gap:30px; margin-bottom:32px; padding-bottom:24px; border-bottom:1px solid var(--line); }
.form-heading > span { font:600 24px/1 var(--display); letter-spacing:-.035em; }
.form-heading p { max-width:280px; margin:0; color:#7f90a5; font-size:11px; line-height:1.55; text-align:right; }
.registration-form fieldset { padding:0; margin:0; border:0; }
.registration-type legend,.form-field label { margin-bottom:9px; color:#dce3eb; font:500 11px/1.3 var(--display); letter-spacing:.04em; }
.registration-type legend { display:block; }
.form-field label { display:block; }
.form-field label b { color:var(--yellow); font-weight:500; }
.form-field label small { color:#708198; font-size:9px; text-transform:uppercase; }
.type-toggle { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-bottom:26px; }
.type-toggle label { position:relative; cursor:pointer; }
.type-toggle input { position:absolute; opacity:0; pointer-events:none; }
.type-toggle span { min-height:48px; display:flex; align-items:center; justify-content:center; border:1px solid rgba(255,255,255,.14); border-radius:6px; color:#93a3b7; background:rgba(0,11,28,.35); font:600 11px/1 var(--display); letter-spacing:.06em; text-transform:uppercase; transition:border-color .25s ease,background .25s ease,color .25s ease; }
.type-toggle input:checked + span { color:var(--navy); background:var(--yellow); border-color:var(--yellow); }
.type-toggle input:focus-visible + span { outline:2px solid var(--yellow); outline-offset:3px; }
.form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:21px 16px; }
.form-field { min-width:0; }
.form-field-wide { grid-column:1 / -1; }
.form-field input,.form-field select,.form-field textarea { width:100%; min-height:52px; padding:13px 15px; color:var(--white); background:rgba(0,12,30,.58); border:1px solid rgba(255,255,255,.15); border-radius:6px; outline:none; font:400 14px/1.45 var(--body); transition:border-color .25s ease,box-shadow .25s ease,background .25s ease; }
.form-field textarea { min-height:120px; resize:vertical; }
.form-field select { appearance:none; cursor:pointer; background-image:linear-gradient(45deg,transparent 50%,#95a5b8 50%),linear-gradient(135deg,#95a5b8 50%,transparent 50%); background-position:calc(100% - 18px) 22px,calc(100% - 13px) 22px; background-size:5px 5px,5px 5px; background-repeat:no-repeat; }
.form-field select option { color:var(--white); background:var(--navy); }
.form-field input::placeholder,.form-field textarea::placeholder { color:#5f7188; }
.form-field input:hover,.form-field select:hover,.form-field textarea:hover { border-color:rgba(255,255,255,.28); }
.form-field input:focus,.form-field select:focus,.form-field textarea:focus { border-color:var(--yellow); box-shadow:0 0 0 3px rgba(255,242,66,.12),inset 0 0 0 1px rgba(255,242,66,.12); background:rgba(0,12,30,.78); }
.form-field input.invalid,.form-field select.invalid,.form-field textarea.invalid { border-color:#ff7b7b; }
.field-error { min-height:16px; display:block; padding-top:4px; color:#ff9b9b; font-size:10px; }
.form-submit { width:100%; min-height:56px; margin-top:26px; padding:0 23px; display:flex; align-items:center; justify-content:center; gap:12px; color:var(--navy); background:var(--yellow); border:0; border-radius:6px; cursor:pointer; font:700 11px/1.2 var(--display); letter-spacing:.075em; text-transform:uppercase; transition:transform .3s var(--ease),box-shadow .3s ease,opacity .25s ease; }
.form-submit svg { width:18px; }
.form-submit:hover { transform:translateY(-4px); box-shadow:0 12px 36px rgba(255,242,66,.28),0 0 20px rgba(255,242,66,.14); }
.form-submit:focus-visible { outline:2px solid var(--white); outline-offset:3px; }
.form-submit:disabled { cursor:wait; opacity:.72; transform:none; }
.submit-loading { display:none; }
.form-submit.is-loading .submit-label,.form-submit.is-loading svg { display:none; }
.form-submit.is-loading .submit-loading { display:inline; }
.form-note { margin:13px 0 0; color:#63758c; font-size:10px; text-align:center; }
.form-success { min-height:540px; padding:50px 20px; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; }
.form-success[hidden] { display:none; }
.success-icon { width:68px; height:68px; display:grid; place-items:center; color:var(--navy); background:var(--yellow); border-radius:50%; font:700 27px/1 var(--display); box-shadow:0 0 35px rgba(255,242,66,.2); }
.form-success h3 { margin:25px 0 8px; font:600 33px/1.2 var(--display); letter-spacing:-.04em; }
.form-success p { color:#aab7c7; }
.form-success button { min-height:48px; margin-top:20px; padding:0 19px; color:var(--yellow); background:transparent; border:1px solid rgba(255,242,66,.5); border-radius:5px; cursor:pointer; font:600 10px/1 var(--display); letter-spacing:.07em; text-transform:uppercase; }
.form-submit-error { margin:14px 0 0; color:#ff9b9b; font-size:12px; text-align:center; }

.site-footer { background:#000b1c; border-top:1px solid var(--line); }
.footer-content { min-height:190px; padding:48px 0; display:flex; align-items:center; justify-content:space-between; gap:clamp(36px,7vw,96px); }
.footer-quote { max-width:860px; margin:0; color:#c7d0dc; font:500 clamp(16px,1.55vw,20px)/1.65 var(--display); letter-spacing:-.018em; }
.social-links { flex:0 0 auto; display:flex; gap:9px; }
.social-links a { width:44px; height:44px; display:grid; place-items:center; border:1px solid var(--line); border-radius:50%; color:#b8c3d0; transition:color .25s ease,border-color .25s ease,transform .25s ease; }
.social-links a:hover { color:var(--yellow); border-color:var(--yellow); transform:translateY(-3px); }
.social-links svg { width:17px; height:17px; }
.floating-cta { position:fixed; z-index:90; right:20px; bottom:90px; height:49px; padding:0 19px; display:flex; align-items:center; gap:9px; color:var(--navy); background:var(--yellow); border-radius:4px; box-shadow:0 10px 35px rgba(0,0,0,.28); font:700 10px/1 var(--display); letter-spacing:.06em; text-transform:uppercase; transform:translateY(100px); opacity:0; pointer-events:none; transition:transform .4s var(--ease),opacity .3s ease,box-shadow .3s ease; }
.floating-cta.visible { transform:translateY(0); opacity:1; pointer-events:auto; }
.floating-cta:hover { transform:translateY(-4px); box-shadow:0 10px 35px rgba(255,242,66,.3),0 0 20px rgba(255,242,66,.15); }
.floating-cta svg { width:15px; }
.whatsapp-widget { position:fixed; z-index:9999; right:20px; bottom:20px; width:56px; min-height:56px; display:grid; place-items:center; color:#fff; background:#25d366; border-radius:50%; box-shadow:0 10px 28px rgba(0,0,0,.4),0 0 0 1px rgba(255,255,255,.12); transition:transform .25s ease,box-shadow .25s ease; }
.whatsapp-widget svg { width:31px; height:31px; fill:#fff; stroke:none; }
.whatsapp-widget:hover { transform:scale(1.1); box-shadow:0 14px 36px rgba(0,0,0,.44),0 0 18px rgba(37,211,102,.28); }
.whatsapp-widget:focus-visible { outline:2px solid var(--yellow); outline-offset:4px; }

.reveal { opacity:0; transform:translateY(34px); transition:opacity .85s ease-in-out, transform .85s ease-in-out; }
.reveal.in-view { opacity:1; transform:translateY(0); }
.reveal-delay-1 { transition-delay:.11s; }
.reveal-delay-2 { transition-delay:.2s; }
.reveal-delay-3 { transition-delay:.29s; }

@media (max-width: 1020px) {
  .desktop-nav { display:none; }
  .site-header { grid-template-columns:1fr auto; }
  .header-cta { display:none; }
  .menu-toggle { justify-self:end; width:42px; height:42px; padding:11px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:7px; color:white; background:transparent; border:1px solid var(--line); border-radius:50%; }
  .menu-toggle span { width:16px; height:1px; background:currentColor; transition:transform .3s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform:translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform:translateY(-4px) rotate(-45deg); }
  .mobile-nav { position:fixed; z-index:95; inset:72px 0 0; padding:50px 28px; display:flex; flex-direction:column; gap:10px; background:rgba(0,13,33,.98); transform:translateX(100%); transition:transform .45s var(--ease); }
  .mobile-nav.open { transform:translateX(0); }
  .mobile-nav > a:not(.button) { padding:17px 0; border-bottom:1px solid var(--line); font:500 23px/1 var(--display); }
  .mobile-nav .button { margin-top:25px; }
  .hero-grid { grid-template-columns:1fr 1fr; gap:50px; }
  .hero-copy h1 { font-size:clamp(46px,6vw,67px); }
  .stats-grid { grid-template-columns:1fr 1fr; }
  .pillars-grid { grid-template-columns:1fr 1fr; }
  .pillar-card:nth-child(2) { border-right:1px solid var(--line); }
  .pillar-card:nth-child(3), .pillar-card:nth-child(4) { border-top:1px solid var(--line); }
  .trainer-grid { gap:55px; }
  .trainer-visual .image-frame { height:500px; }
  .outcome-feature { gap:40px; }
  .registration-layout { grid-template-columns:1fr; gap:55px; }
  .registration-intro { position:static; }
  .registration-intro > p:not(.eyebrow) { max-width:680px; }
  .footer-content { min-height:0; padding:44px 0; gap:44px; }
  .insights-grid { columns:2; }
  .article-header.page-shell,.article-content.page-shell { width:min(100% - 48px,790px); }
}

@media (max-width: 760px) {
  .page-shell { width:min(100% - 32px, 600px); }
  .section { padding:88px 0; }
  .site-header { height:72px; padding:0 16px; }
  .brand { width:56px; min-height:56px; }
  .brand img { width:100%; height:auto; transform:none; }
  .hero { min-height:auto; padding:92px 0 82px; }
  .hero-grid { grid-template-columns:1fr; gap:65px; }
  .hero-copy h1 { font-size:clamp(43px,13vw,63px); }
  .hero-subtitle { margin:24px 0 30px; font-size:16px; }
  .hero-actions { align-items:flex-start; flex-direction:column; gap:21px; }
  .hero-proof { margin-top:40px; }
  .hero-image-wrap { min-height:0; height:540px; border-radius:70px 12px 70px 12px; }
  .hero-visual::before { border-radius:70px 12px 70px 12px; right:-10px; }
  .hero-visual figcaption { left:12px; bottom:18px; }
  .scroll-cue { display:none; }
  .section-heading, .section-heading.compact { grid-template-columns:1fr; gap:28px; margin-bottom:48px; }
  .section-heading h2 { font-size:clamp(39px,11vw,55px); }
  .section-heading > p { font-size:15px; }
  .stats-grid { grid-template-columns:1fr; }
  .stat-card { min-height:280px; }
  .pillars-grid { grid-template-columns:1fr; border-bottom:0; }
  .pillar-card, .pillar-card:first-child { min-height:330px; border:1px solid var(--line); border-top:0; }
  .icon-orbit { margin:40px 0 30px; }
  .trainer-grid { grid-template-columns:1fr; }
  .trainer-visual .image-frame { height:auto; aspect-ratio:1/1; border-radius:14px 14px 60px 14px; }
  .trainer-visual figcaption { padding-left:38px; }
  .trainer-copy h2 { font-size:62px; }
  .editorial-gallery { display:flex; flex-direction:column; }
  .gallery-card, .gallery-large { height:470px; }
  .gallery-large { height:520px; }
  .gallery-card figcaption { grid-template-columns:27px minmax(0,1fr); gap:12px; padding:22px; font-size:13px; line-height:1.45; }
  .outcome-feature { grid-template-columns:1fr; }
  .award-visual .image-frame { height:570px; }
  .featured-testimonial { min-height:360px; padding:30px; }
  .testimonial-pair { grid-template-columns:1fr; }
  .registration-section { padding:90px 0; }
  .registration-intro h2 { font-size:clamp(43px,12vw,61px); }
  .registration-panel { padding:28px 20px; }
  .form-heading { align-items:flex-start; flex-direction:column; gap:10px; }
  .form-heading p { text-align:left; }
  .form-grid { grid-template-columns:1fr; }
  .form-field-wide { grid-column:auto; }
  .form-field input,.form-field select,.form-field textarea,.form-submit,.type-toggle span { min-height:48px; }
  .footer-content { padding:40px 0; flex-direction:column; align-items:flex-start; gap:24px; }
  .footer-quote { max-width:560px; font-size:16px; line-height:1.65; }
  .insights-hero { padding:132px 0 82px; }
  .insights-hero h1 { font-size:clamp(54px,17vw,78px); }
  .insights-hero-inner > p:last-child { margin-top:25px; font-size:16px; }
  .insights-listing { padding:72px 0 92px; }
  .insights-grid { columns:1; }
  .insight-card,.insight-card-2,.insight-card-3 { margin-bottom:20px; }
  .insight-card-image,.insight-card-2 .insight-card-image,.insight-card-3 .insight-card-image { height:auto; aspect-ratio:16/10; }
  .insight-card-body { padding:25px 22px 27px; }
  .insight-card h2 { font-size:22px; }
  .article-layout { padding-top:112px; }
  .article-header.page-shell,.article-content.page-shell { width:min(100% - 32px,650px); }
  .article-breadcrumbs { margin-bottom:30px; }
  .article-header h1 { margin-top:21px; font-size:clamp(41px,12vw,61px); }
  .article-deck { font-size:17px; }
  .article-featured-image { width:calc(100% - 32px); margin-top:50px; border-radius:13px 13px 46px 13px; aspect-ratio:16/10; }
  .article-content.page-shell { padding:65px 0 88px; }
  .article-prose > .article-lead { font-size:20px; }
  .article-prose p { font-size:16px; line-height:1.82; }
  .article-prose section { margin-top:51px; }
  .article-prose h2 { font-size:33px; }
  .article-sharing { margin-top:62px; align-items:flex-start; flex-direction:column; }
  .article-sharing nav { justify-content:flex-start; }
  .article-next { padding:78px 0 88px; }
  .article-next-grid { grid-template-columns:1fr; }
}

@media (max-width: 430px) {
  .eyebrow { font-size:9px; letter-spacing:.14em; }
  .hero-copy h1 { font-size:42px; }
  .hero-proof { gap:20px; }
  .hero-image-wrap { height:465px; }
  .stats-section .section-heading h2, .pillars-section .section-heading h2 { font-size:40px; }
  .trainer-visual .image-frame { aspect-ratio:1/1; }
  .editorial-gallery .gallery-card { height:430px; }
  .editorial-gallery .gallery-large { height:470px; }
  .gallery-card figcaption { padding:18px; font-size:12px; }
  .award-visual .image-frame { height:500px; }
  .floating-cta { left:16px; right:86px; bottom:24px; justify-content:center; }
  .whatsapp-widget { right:16px; bottom:20px; width:56px; min-height:56px; }
  .type-toggle { grid-template-columns:1fr; }
  .insights-hero h1 { font-size:52px; }
  .article-header h1 { font-size:42px; }
  .article-byline { flex-direction:column; gap:7px; }
  .article-featured-image { aspect-ratio:4/3; }
  .article-sharing nav a { min-height:44px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
  .reveal { opacity:1; transform:none; }
}
