:root {
  --burgundy: #7d0021;
  --burgundy-dark: #510016;
  --burgundy-soft: #f8edf0;
  --gold: #e9a522;
  --gold-soft: #fff4d9;
  --navy: #091f44;
  --ink: #182033;
  --muted: #667085;
  --line: #e7e2e4;
  --surface: #ffffff;
  --surface-soft: #f7f6f4;
  --success: #16794a;
  --error: #b42318;
  --shadow: 0 24px 70px rgba(62, 23, 34, .11);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 122px; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: "Manrope", Arial, sans-serif; font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
button { color: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.narrow-shell { max-width: 900px; }
.section { padding: 96px 0; }
.section[id] { scroll-margin-top: 150px; }
.section-soft { background: var(--surface-soft); }
.sr-only, .honeypot { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 12px 16px; background: #fff; color: var(--burgundy); border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 16px; }

.demo-ribbon { min-height: 34px; padding: 7px 20px; display: flex; justify-content: center; align-items: center; gap: 9px; color: #fff; background: var(--navy); font-size: 12px; text-align: center; }
.demo-ribbon strong { letter-spacing: .08em; }
.demo-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(233, 165, 34, .2); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .96); backdrop-filter: blur(14px); box-shadow: 0 1px 0 rgba(82, 30, 45, .1); }
.brand-row { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-lockup { display: flex; align-items: center; min-width: 0; }
.logo { object-fit: contain; }
.logo-nvh { width: 48px; height: 48px; }
.logo-hve { width: 48px; height: 48px; border-radius: 11px; }
.logo-sna-main { width: 365px; height: 60px; object-fit: contain; object-position: left center; }
.partner-lockup { margin-left: auto; padding-left: 24px; display: flex; align-items: center; gap: 13px; border-left: 1px solid var(--line); }
.partner-lockup > span { max-width: 80px; color: var(--muted); font-size: 9px; font-weight: 800; line-height: 1.35; letter-spacing: .06em; text-align: right; text-transform: uppercase; }
.partner-logos { display: flex; align-items: center; gap: 7px; }
.partner-logos img { padding: 4px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.partner-logos span { color: #c1b8bb; font-size: 12px; }
.header-tools { display: flex; align-items: center; gap: 14px; }
.language-switch { display: flex; padding: 3px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.lang-button { border: 0; border-radius: 7px; background: transparent; padding: 7px 10px; color: var(--muted); font-size: 12px; font-weight: 800; cursor: pointer; }
.lang-button.is-active { color: #fff; background: var(--burgundy); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 11px; background: #fff; cursor: pointer; }
.menu-toggle span:not(.sr-only) { width: 20px; height: 2px; display: block; margin: 4px auto; background: var(--burgundy); }
.nav-row { background: var(--burgundy); color: #fff; }
.nav-inner { min-height: 48px; display: flex; align-items: center; justify-content: flex-end; gap: 28px; }
.nav-inner a { text-decoration: none; font-size: 13px; font-weight: 700; }
.nav-inner a:hover, .nav-inner a:focus-visible { color: #ffd98c; }
.nav-cta { padding: 8px 15px; border-radius: 8px; color: var(--burgundy-dark) !important; background: var(--gold); }

.hero { min-height: 700px; position: relative; display: grid; align-items: center; overflow: hidden; color: #fff; background: var(--burgundy-dark); }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 42%; transform: scale(1.035); will-change: transform; }
.hero-overlay { background: linear-gradient(90deg, rgba(48, 0, 16, .98) 0%, rgba(81, 0, 22, .9) 42%, rgba(81, 0, 22, .22) 75%, rgba(81, 0, 22, .06) 100%); }
.hero-inner { position: relative; z-index: 1; padding-block: 92px; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: 54px; align-items: end; }
.hero-copy { max-width: 720px; }
.eyebrow, .kicker { display: inline-block; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { margin: 22px 0; font-size: clamp(44px, 5.6vw, 78px); line-height: 1.04; letter-spacing: -.055em; }
.hero h1 span { color: #ffd270; }
.hero-copy > p { max-width: 630px; margin: 0 0 32px; color: rgba(255, 255, 255, .83); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 21px; border: 0; border-radius: 11px; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid rgba(233, 165, 34, .5); outline-offset: 3px; }
.button-primary { color: #321b00; background: var(--gold); box-shadow: 0 14px 30px rgba(233, 165, 34, .3); }
.button-primary:hover { background: #f2b741; }
.button-secondary { color: #fff; background: var(--burgundy); }
.button-ghost { color: #fff; border: 1px solid rgba(255, 255, 255, .45); background: rgba(255, 255, 255, .08); }
.hero-trust { margin-top: 54px; display: flex; gap: 46px; }
.hero-trust div { display: flex; flex-direction: column; }
.hero-trust strong { color: #fff; font-size: 27px; line-height: 1.1; }
.hero-trust span { color: rgba(255, 255, 255, .66); font-size: 12px; }
.hero-caption { position: absolute; z-index: 2; right: 22px; bottom: 14px; padding: 7px 10px; color: rgba(255, 255, 255, .85); background: rgba(0, 0, 0, .45); border-radius: 7px; font-size: 10px; }
.hero-proof-card { position: relative; margin-bottom: 6px; padding: 26px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .32); border-radius: 22px; background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(255,255,255,.82)); color: var(--ink); box-shadow: 0 25px 70px rgba(30, 0, 9, .32); backdrop-filter: blur(16px); }
.hero-proof-card::before { content: ""; position: absolute; width: 150px; height: 150px; right: -70px; top: -80px; border: 26px solid rgba(233, 165, 34, .22); border-radius: 50%; }
.hero-proof-card > span { color: var(--burgundy); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.hero-proof-card h2 { margin: 10px 0 20px; color: var(--burgundy); font-size: 22px; line-height: 1.25; letter-spacing: -.025em; }
.hero-proof-card ul { margin: 0; padding: 0; list-style: none; }
.hero-proof-card li { padding: 12px 0; display: flex; align-items: center; gap: 12px; border-top: 1px solid rgba(125, 0, 33, .12); font-size: 12px; font-weight: 700; }
.hero-proof-card i { width: 29px; height: 29px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--burgundy); font-size: 9px; font-style: normal; }
.hero-proof-card small { display: block; margin-top: 16px; color: var(--muted); font-size: 9px; line-height: 1.5; }

.parent-insight { position: relative; overflow: hidden; background: #fff; }
.parent-insight::before { content: ""; position: absolute; width: 360px; height: 360px; left: -250px; top: 140px; border: 70px solid var(--gold-soft); border-radius: 50%; }
.insight-grid { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: center; }
.insight-collage { min-height: 610px; position: relative; }
.insight-image { position: absolute; margin: 0; overflow: hidden; border-radius: 28px; box-shadow: var(--shadow); }
.insight-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.insight-image:hover img { transform: scale(1.035); }
.insight-image figcaption { position: absolute; right: 12px; bottom: 12px; padding: 5px 8px; border-radius: 6px; color: #fff; background: rgba(9, 31, 68, .76); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.insight-image-main { width: 78%; height: 490px; left: 0; top: 0; }
.insight-image-small { width: 52%; height: 270px; right: 0; bottom: 0; border: 8px solid #fff; }
.insight-seal { position: absolute; right: 7%; top: 32px; width: 122px; height: 122px; padding: 18px; display: grid; place-items: center; align-content: center; border-radius: 50%; color: var(--burgundy); background: var(--gold); box-shadow: 0 12px 30px rgba(110, 66, 0, .22); text-align: center; }
.insight-seal strong { font-size: 35px; line-height: 1; }
.insight-seal span { font-size: 9px; font-weight: 800; line-height: 1.3; text-transform: uppercase; }
.insight-copy h2 { margin: 12px 0 20px; color: var(--burgundy); font-size: clamp(35px, 4.5vw, 58px); line-height: 1.1; letter-spacing: -.05em; }
.insight-lead { margin-bottom: 28px; color: var(--muted); font-size: 17px; }
.insight-pillars { display: grid; gap: 2px; }
.insight-pillars article { padding: 16px 0; display: flex; gap: 16px; border-top: 1px solid var(--line); }
.insight-pillars article > span { color: var(--gold); font-size: 18px; font-weight: 800; }
.insight-pillars h3 { margin: 0 0 3px; color: var(--burgundy); font-size: 16px; }
.insight-pillars p { margin: 0; color: var(--muted); font-size: 12px; }
.text-link { margin-top: 24px; display: inline-flex; align-items: center; gap: 12px; color: var(--burgundy); text-decoration: none; font-weight: 800; }
.text-link b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--burgundy); transition: transform .2s ease; }
.text-link:hover b { transform: translateX(4px); }

.section-heading { max-width: 720px; margin-bottom: 44px; }
.section-heading-center { margin-inline: auto; text-align: center; }
.section-heading h2 { margin: 10px 0 14px; color: var(--burgundy); font-size: clamp(32px, 4vw, 52px); line-height: 1.13; letter-spacing: -.045em; }
.section-heading p { margin: 0; color: var(--muted); }
.split-heading { max-width: none; display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 40px; }

.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.benefit-card { min-height: 230px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.benefit-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.benefit-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 34px; color: #fff; background: var(--burgundy); border-radius: 50%; font-size: 14px; font-weight: 800; }
.benefit-card h3 { margin: 0 0 8px; color: var(--burgundy); font-size: 18px; }
.benefit-card p { margin: 0; color: var(--muted); font-size: 14px; }

.filter-row { margin-bottom: 28px; display: flex; flex-wrap: wrap; gap: 8px; }
.filter-button { min-height: 42px; padding: 9px 16px; border: 1px solid #d8d1d3; border-radius: 999px; color: var(--muted); background: #fff; font-size: 13px; font-weight: 800; cursor: pointer; }
.filter-button.is-active { color: #fff; border-color: var(--burgundy); background: var(--burgundy); }
.course-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.course-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: 0 12px 35px rgba(60, 23, 34, .07); }
.course-card[hidden] { display: none; }
.course-visual { height: 188px; position: relative; overflow: hidden; background: linear-gradient(145deg, var(--burgundy), var(--navy)); }
.course-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.course-card:hover .course-visual img { transform: scale(1.04); }
.course-visual.placeholder { display: grid; place-items: center; background: radial-gradient(circle at 30% 20%, rgba(233, 165, 34, .55), transparent 35%), linear-gradient(145deg, var(--burgundy), var(--navy)); }
.placeholder-mark { color: #fff; font-size: 42px; font-weight: 800; }
.demo-chip { position: absolute; right: 10px; top: 10px; padding: 5px 8px; border-radius: 6px; color: var(--navy); background: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .05em; }
.course-body { padding: 19px; }
.course-category { color: var(--burgundy); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.course-body h3 { margin: 6px 0 12px; font-size: 19px; line-height: 1.25; }
.course-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-bottom: 16px; color: var(--muted); font-size: 11px; }
.course-price { padding-top: 15px; display: flex; justify-content: space-between; align-items: flex-end; gap: 10px; border-top: 1px solid var(--line); }
.course-price strong { display: block; color: var(--burgundy); font-size: 17px; }
.course-price small { color: var(--muted); }
.select-course { padding: 9px 11px; border: 0; border-radius: 8px; color: #fff; background: var(--burgundy); font-size: 11px; font-weight: 800; cursor: pointer; }

.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.price-card { position: relative; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }
.price-card.featured { color: #fff; border-color: var(--burgundy); background: var(--burgundy); transform: translateY(-10px); box-shadow: var(--shadow); }
.recommended { position: absolute; top: 16px; right: 16px; padding: 5px 9px; border-radius: 999px; color: #321b00; background: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.price-label { color: var(--muted); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.featured .price-label { color: #ffd98c; }
.price-card > strong { display: block; margin: 14px 0 2px; color: var(--burgundy); font-size: 48px; line-height: 1; }
.featured > strong { color: #fff; }
.price-card p { min-height: 50px; color: var(--muted); font-size: 13px; }
.featured p { color: rgba(255, 255, 255, .7); }
.price-card ul { margin: 20px 0 0; padding: 18px 0 0 19px; border-top: 1px solid var(--line); font-size: 13px; }
.featured ul { border-color: rgba(255, 255, 255, .2); }
.price-card li + li { margin-top: 8px; }
.fee-table-wrap { margin-top: 40px; overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-md); }
table { width: 100%; border-collapse: collapse; background: #fff; }
caption { padding: 16px; color: var(--muted); background: var(--surface-soft); text-align: left; font-size: 12px; }
th, td { padding: 17px 20px; border-top: 1px solid var(--line); text-align: left; white-space: nowrap; }
th { color: var(--burgundy); font-size: 12px; text-transform: uppercase; }

.section-burgundy { position: relative; overflow: hidden; color: #fff; background: var(--burgundy); }
.section-burgundy::after { content: ""; position: absolute; width: 420px; height: 420px; right: -140px; top: -160px; border: 80px solid rgba(233, 165, 34, .13); border-radius: 50%; }
.instructor-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.light-heading { margin-bottom: 0; }
.light-heading h2 { color: #fff; }
.light-heading p { color: rgba(255, 255, 255, .7); }
.instructor-grid { display: grid; gap: 12px; }
.instructor-card { padding: 19px; display: flex; align-items: center; gap: 16px; border: 1px solid rgba(255, 255, 255, .18); border-radius: var(--radius-md); background: rgba(255, 255, 255, .08); backdrop-filter: blur(10px); }
.avatar { width: 66px; height: 66px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .25); border-radius: 50%; color: var(--burgundy); background: var(--gold); font-weight: 800; }
.instructor-card span { color: #ffd98c; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.instructor-card h3 { margin: 2px 0 3px; font-size: 16px; }
.instructor-card p { margin: 0; color: rgba(255, 255, 255, .65); font-size: 12px; }

.operations-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.process-list { display: grid; gap: 14px; }
.process-list article { padding: 22px; display: flex; gap: 20px; border: 1px solid var(--line); border-radius: var(--radius-md); }
.process-list article > span { color: var(--gold); font-size: 24px; font-weight: 800; }
.process-list h3 { margin: 0 0 4px; color: var(--burgundy); font-size: 17px; }
.process-list p { margin: 0; color: var(--muted); font-size: 13px; }
.facility-strip { padding: 72px 0; color: #fff; background: var(--navy); }
.facility-inner { display: grid; grid-template-columns: .7fr 1.3fr; gap: 54px; align-items: center; }
.facility-inner h2 { margin: 10px 0 0; font-size: 33px; line-height: 1.2; }
.facility-note { max-width: 440px; margin: 18px 0 0; color: rgba(255, 255, 255, .66); font-size: 13px; }
.facility-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.facility-gallery figure { min-height: 210px; position: relative; margin: 0; overflow: hidden; border-radius: 16px; background: rgba(255, 255, 255, .06); }
.facility-gallery figure:first-child { grid-row: span 2; }
.facility-gallery img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .55s ease; }
.facility-gallery figure:hover img { transform: scale(1.04); }
.facility-gallery figure::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(5, 15, 34, .9)); }
.facility-gallery figcaption { position: absolute; z-index: 1; left: 15px; right: 15px; bottom: 14px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 4px 10px; }
.facility-gallery figcaption span { grid-row: span 2; color: var(--gold); font-size: 19px; font-weight: 800; }
.facility-gallery figcaption small { color: #fff; font-size: 12px; font-weight: 700; }
.facility-gallery figcaption b { color: rgba(255,255,255,.62); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }

.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; min-height: 72px; padding: 18px 4px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border: 0; background: transparent; text-align: left; font-weight: 800; cursor: pointer; }
.faq-question span:last-child { color: var(--burgundy); font-size: 24px; transition: transform .2s ease; }
.faq-question[aria-expanded="true"] span:last-child { transform: rotate(45deg); }
.faq-answer { padding: 0 40px 22px 4px; color: var(--muted); font-size: 14px; }

.register { color: #fff; background: linear-gradient(135deg, var(--burgundy-dark), var(--burgundy)); }
.register-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.register-copy { position: sticky; top: 145px; }
.register-copy h2 { margin: 12px 0 18px; font-size: clamp(34px, 4vw, 54px); line-height: 1.1; letter-spacing: -.04em; }
.register-copy > p { color: rgba(255, 255, 255, .7); }
.demo-contact { margin: 34px 0 28px; padding: 20px; display: flex; flex-direction: column; border: 1px solid rgba(255, 255, 255, .17); border-radius: 16px; background: rgba(255, 255, 255, .07); }
.demo-contact span, .demo-contact small { color: rgba(255, 255, 255, .6); }
.demo-contact strong { color: #ffd98c; font-size: 25px; }
.register-points { padding-left: 20px; color: rgba(255, 255, 255, .82); }
.register-points li + li { margin-top: 8px; }
.form-card { padding: 30px; color: var(--ink); border-radius: var(--radius-lg); background: #fff; box-shadow: 0 30px 90px rgba(24, 0, 7, .35); }
.form-demo-alert { margin-bottom: 24px; padding: 12px 14px; display: flex; gap: 10px; border: 1px solid #f4d17f; border-radius: 11px; background: var(--gold-soft); color: #5d3a00; font-size: 12px; }
.form-demo-alert strong { color: var(--burgundy); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; }
.field label, legend { font-size: 12px; font-weight: 800; }
.field input, .field select { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #d5d0d2; border-radius: 10px; color: var(--ink); background: #fff; }
.field input:focus, .field select:focus { border-color: var(--burgundy); }
fieldset { margin: 22px 0 0; padding: 0; border: 0; }
legend { margin-bottom: 10px; }
legend small { color: var(--muted); font-weight: 500; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.check-grid.compact { grid-template-columns: repeat(3, 1fr); }
.check-grid label { min-height: 44px; padding: 10px; display: flex; align-items: center; gap: 8px; border: 1px solid #ded8da; border-radius: 9px; cursor: pointer; font-size: 11px; font-weight: 700; }
.check-grid label:has(input:checked) { color: var(--burgundy); border-color: var(--burgundy); background: var(--burgundy-soft); }
.check-grid input { width: 17px; height: 17px; flex: 0 0 auto; accent-color: var(--burgundy); }
.consent { margin-top: 22px; display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 11px; cursor: pointer; }
.consent input { width: 18px; height: 18px; flex: 0 0 auto; accent-color: var(--burgundy); }
.field-error, .form-message { display: none; margin: 7px 0 0; color: var(--error); font-size: 11px; }
.field-error.is-visible, .form-message.is-visible { display: block; }
.submit-button { width: 100%; margin-top: 20px; }
.submit-button:disabled { cursor: wait; opacity: .65; transform: none; }
.success-panel { min-height: 520px; padding: 50px 20px; place-items: center; align-content: center; text-align: center; }
.success-panel:not([hidden]) { display: grid; }
.success-icon { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--success); font-size: 30px; font-weight: 800; box-shadow: 0 0 0 12px #e8f6ef; }
.success-panel h3 { margin: 24px 0 10px; color: var(--burgundy); font-size: 28px; }
.success-panel p { max-width: 480px; margin: 0 0 24px; color: var(--muted); }

.site-footer { padding: 64px 0 22px; color: #fff; background: #35000f; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr; gap: 60px; }
.footer-brand { max-width: 430px; }
.footer-logos { margin-bottom: 18px; display: flex; gap: 9px; }
.footer-logos img { width: 46px; height: 46px; object-fit: contain; border-radius: 9px; background: #fff; }
.footer-brand p, .site-footer small { color: rgba(255, 255, 255, .52); font-size: 12px; }
.site-footer h3 { margin-top: 0; color: #ffd98c; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.site-footer a, .site-footer span, .site-footer small { display: block; margin-bottom: 8px; text-decoration: none; }
.footer-bottom { margin-top: 48px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, .12); color: rgba(255, 255, 255, .45); font-size: 11px; }
.footer-bottom a { color: #ffd98c; }
.mobile-sticky-cta { display: none; }

.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.js .reveal.reveal-left { transform: translateX(-34px); }
.js .reveal.reveal-right { transform: translateX(34px); }
.js .reveal.is-visible { opacity: 1; transform: translate3d(0,0,0); }

@media (max-width: 1024px) {
  .logo-sna-main { width: 310px; }
  .partner-lockup > span { display: none; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-proof-card { max-width: 520px; }
  .benefit-grid, .course-grid { grid-template-columns: repeat(2, 1fr); }
  .instructor-layout, .operations-grid, .facility-inner, .register-grid { grid-template-columns: 1fr; gap: 45px; }
  .insight-grid { grid-template-columns: 1fr; gap: 48px; }
  .insight-collage { max-width: 680px; width: 100%; margin-inline: auto; }
  .register-copy { position: static; }
  .facility-gallery { max-width: 900px; }
}

@media (max-width: 780px) {
  html { scroll-padding-top: 96px; }
  body { padding-bottom: 70px; }
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .section { padding: 72px 0; }
  .demo-ribbon { min-height: 40px; padding-inline: 10px; flex-wrap: wrap; gap: 4px 8px; line-height: 1.2; }
  .site-header { top: 0; }
  .brand-row { min-height: 65px; }
  .logo-sna-main { width: 235px; height: 48px; }
  .partner-lockup { display: none; }
  .language-switch { display: flex; }
  .lang-button { padding: 6px 8px; font-size: 11px; }
  .menu-toggle { display: block; }
  .nav-row { position: absolute; left: 0; right: 0; top: 100%; display: none; box-shadow: 0 22px 35px rgba(58, 0, 17, .2); }
  .nav-row.is-open { display: block; }
  .nav-inner { padding: 16px; flex-direction: column; align-items: stretch; gap: 4px; }
  .nav-inner a { padding: 11px 10px; }
  .nav-cta { text-align: center; }
  .hero { min-height: 690px; align-items: end; }
  .hero-overlay { background: linear-gradient(0deg, rgba(48, 0, 16, .99) 0%, rgba(81, 0, 22, .82) 66%, rgba(81, 0, 22, .2) 100%); }
  .hero-inner { padding: 170px 0 58px; }
  .hero h1 { font-size: clamp(39px, 11vw, 58px); }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-trust { margin-top: 36px; gap: 20px; justify-content: space-between; }
  .hero-caption { display: none; }
  .hero-proof-card { display: none; }
  .split-heading { grid-template-columns: 1fr; gap: 8px; }
  .section-heading h2 { font-size: 36px; }
  .price-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .price-card { padding: 22px; border-radius: 18px; }
  .price-card > strong { margin: 10px 0 4px; font-size: 39px; }
  .price-card p { min-height: 0; margin: 4px 0; }
  .price-card ul { margin-top: 14px; padding-top: 14px; }
  .facility-gallery { grid-template-columns: 1fr; }
  .facility-gallery figure, .facility-gallery figure:first-child { min-height: 230px; grid-row: auto; }
  .form-grid { grid-template-columns: 1fr; }
  .check-grid.compact { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { gap: 12px; flex-direction: column; }
  .mobile-sticky-cta { position: fixed; z-index: 90; left: 12px; right: 12px; bottom: 10px; min-height: 52px; display: grid; place-items: center; border: 1px solid #ffd979; border-radius: 13px; color: #281500; background: var(--gold); box-shadow: 0 14px 35px rgba(0, 0, 0, .25); text-decoration: none; font-weight: 800; opacity: 0; pointer-events: none; transform: translateY(18px); transition: opacity .2s ease, transform .2s ease; }
  .mobile-sticky-cta.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
}

@media (max-width: 540px) {
  .logo-sna-main { width: 205px; height: 42px; }
  .header-tools { gap: 6px; }
  .language-switch { padding: 2px; }
  .lang-button { padding: 5px 6px; font-size: 10px; }
  .benefit-grid, .course-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 190px; }
  .course-visual { height: 210px; }
  .filter-row { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 6px; scrollbar-width: none; }
  .filter-row::-webkit-scrollbar { display: none; }
  .filter-button { flex: 0 0 auto; }
  .hero-trust strong { font-size: 23px; }
  .hero-trust span { max-width: 86px; }
  .hero-proof-card { margin-top: 8px; }
  .insight-collage { min-height: 440px; }
  .insight-image-main { width: 88%; height: 350px; }
  .insight-image-small { width: 54%; height: 190px; }
  .insight-seal { width: 96px; height: 96px; right: 0; top: 24px; }
  .insight-seal strong { font-size: 28px; }
  .insight-copy h2 { font-size: 38px; }
  .form-card { padding: 20px 16px; border-radius: 20px; }
  .check-grid { grid-template-columns: 1fr; }
  .demo-contact strong { font-size: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
