:root {
  --brand-950: #061f37;
  --brand-900: #082f55;
  --brand-800: #073d70;
  --brand-700: #064988;
  --brand-600: #0759aa;
  --brand-500: #0d68c6;
  --brand-100: #d9edff;
  --brand-50: #eef7ff;
  --accent-500: #f4a300;
  --accent-400: #fbbf24;
  --ink: #172033;
  --muted: #64748b;
  --line: #e2e8f0;
  --surface: #ffffff;
  --surface-soft: #f7f9fc;
  --surface-blue: #f1f7fd;
  --success: #047857;
  --warning-bg: #fff7df;
  --warning-border: #f3ca64;
  --shadow-sm: 0 8px 26px rgba(15, 23, 42, .07);
  --shadow-lg: 0 24px 70px rgba(5, 48, 94, .15);
  --radius-lg: 24px;
  --radius-xl: 34px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: 'Manrope', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, select, input, textarea { font: inherit; }
button, select { cursor: pointer; }
button { color: inherit; }

.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 999; border-radius: 10px; background: #fff; padding: 10px 14px; box-shadow: var(--shadow-sm); font-weight: 700; }
.skip-link:focus { top: 12px; }

.utility-bar { background: var(--accent-500); color: #1e293b; }
.utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 13px; font-weight: 800; }
.utility-actions { display: flex; align-items: center; gap: 18px; }
.utility-link:hover { opacity: .7; }
.language-select { border: 0; background: transparent; color: #172033; font-weight: 800; outline: 0; padding: 5px 0; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid transparent; background: rgba(255,255,255,.96); backdrop-filter: blur(16px); transition: box-shadow .25s, border-color .25s; }
.site-header.scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 28px rgba(15,23,42,.06); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: auto; height: 62px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 4px; margin-left: auto; }
.nav-link { border-radius: 999px; padding: 10px 13px; color: #475569; font-size: 14px; font-weight: 700; transition: background .2s, color .2s; }
.nav-link:hover, .nav-link.active { background: var(--brand-50); color: var(--brand-700); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-button { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: #fff; align-items: center; justify-content: center; flex-direction: column; gap: 4px; }
.menu-button span:not(.sr-only) { width: 18px; height: 2px; border-radius: 999px; background: #1e293b; }
.mobile-menu { border-top: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-sm); }
.mobile-nav { display: grid; gap: 3px; padding-block: 12px 18px; }
.mobile-nav .nav-link { display: block; border-radius: 12px; padding: 12px 14px; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; padding: 13px 22px; font-weight: 800; line-height: 1.2; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--brand-600); color: #fff; }
.button-primary:hover { background: var(--brand-700); }
.button-accent { background: var(--accent-500); color: #172033; }
.button-accent:hover { background: var(--accent-400); }
.button-ghost { border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.10); color: #fff; backdrop-filter: blur(10px); }
.button-ghost:hover { background: rgba(255,255,255,.18); }
.button-compact { min-height: 44px; padding: 11px 18px; font-size: 14px; }

.hero-section { position: relative; isolation: isolate; overflow: hidden; min-height: 680px; background: var(--brand-900); }
.hero-image { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(5,31,57,.95) 0%, rgba(5,49,91,.84) 45%, rgba(5,49,91,.48) 100%); }
.hero-pattern { position: absolute; inset: 0; z-index: -1; opacity: .18; background-image: radial-gradient(circle at 20% 20%, rgba(255,255,255,.8) 0 1px, transparent 1.5px); background-size: 28px 28px; mask-image: linear-gradient(to right, #000, transparent); }
.hero-layout { min-height: 680px; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(320px, .72fr); align-items: center; gap: 64px; padding-block: 76px 90px; }
.hero-copy { color: #fff; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; border-radius: 999px; padding: 8px 13px; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--accent-400); }
.eyebrow-light { border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.1); }
.hero-copy h1 { max-width: 850px; margin: 24px 0 0; font-size: clamp(38px, 5vw, 68px); line-height: 1.08; letter-spacing: -.035em; }
.hero-intro { max-width: 810px; margin-top: 24px; color: #dbeafe; font-size: 17px; }
.hero-intro p { margin: 0 0 10px; }
.hero-intro p:last-child { margin-bottom: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-levels { display: inline-flex; margin-top: 24px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.08); padding: 8px 14px; color: #e0efff; font-size: 13px; font-weight: 700; }
.hero-info-card { border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius-xl); background: rgba(255,255,255,.94); padding: 28px; box-shadow: var(--shadow-lg); color: var(--ink); backdrop-filter: blur(14px); }
.hero-info-label { color: var(--brand-700); font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.hero-fact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 22px; }
.hero-fact { min-height: 118px; border-radius: 18px; background: var(--brand-50); padding: 16px; display: flex; flex-direction: column; justify-content: space-between; }
.hero-fact strong { color: var(--brand-700); font-size: 34px; line-height: 1; }
.hero-fact span { color: #52657b; font-size: 12px; font-weight: 700; line-height: 1.4; }
.hero-contact-strip { margin-top: 14px; border-top: 1px solid var(--line); padding-top: 18px; }
.hero-contact-strip span { display: block; color: var(--muted); font-size: 12px; font-weight: 700; }
.hero-contact-strip a { display: inline-block; margin-top: 4px; color: var(--brand-700); font-weight: 800; }

.section { padding-block: 94px; }
.section-white { background: #fff; }
.section-soft { background: var(--surface-soft); }
.section-blue-soft { background: var(--surface-blue); }
.section-heading { max-width: 820px; margin-bottom: 42px; }
.section-kicker { display: inline-block; color: var(--brand-600); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section-kicker-light { color: var(--accent-400); }
.section-heading h2 { margin: 10px 0 0; font-size: clamp(31px, 4vw, 48px); line-height: 1.16; letter-spacing: -.025em; }
.section-heading p { margin: 15px 0 0; color: var(--muted); }

.why-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.card-top-spread { align-items: center; }
.block-heading { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.block-heading h3 { margin: 0; }
.icon-badge {
  --icon-size: 74px;
  position: relative;
  width: var(--icon-size);
  height: var(--icon-size);
  display: grid;
  place-items: center;
  flex: 0 0 var(--icon-size);
  color: var(--brand-900);
  box-shadow: 0 20px 36px rgba(9, 71, 133, .16), inset 0 1px 0 rgba(255,255,255,.6);
  border: 1px solid rgba(255,255,255,.55);
  overflow: hidden;
}
.icon-badge::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 28% 24%, rgba(255,255,255,.8), transparent 42%), linear-gradient(180deg, rgba(255,255,255,.28), rgba(255,255,255,0));
  pointer-events: none;
}
.icon-badge::after {
  content: '';
  position: absolute;
  right: -8px;
  bottom: -12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,.24);
  filter: blur(1px);
}
.icon-badge svg { position: relative; z-index: 1; width: 34px; height: 34px; }
.icon-badge-sm { --icon-size: 66px; }
.icon-badge-xs { --icon-size: 60px; }
.shape-squircle { border-radius: 24px; }
.shape-circle { border-radius: 999px; }
.shape-hex { border-radius: 24px; transform: rotate(-8deg); }
.shape-hex svg { transform: rotate(8deg); }
.tone-blue { background: linear-gradient(145deg, #eff6ff, #cfe5ff); color: var(--brand-800); }
.tone-cyan { background: linear-gradient(145deg, #f0fbff, #caeef5); color: #116678; }
.tone-gold { background: linear-gradient(145deg, #fff7de, #ffd979); color: #8a5b00; box-shadow: 0 20px 36px rgba(175, 122, 0, .18), inset 0 1px 0 rgba(255,255,255,.6); }
.tone-soft { background: linear-gradient(145deg, #f6f9ff, #dde7ff); color: #4c5fd3; }
.tone-navy { background: linear-gradient(145deg, #0f4a85, #072b52); color: #fff; border-color: rgba(255,255,255,.15); box-shadow: 0 22px 38px rgba(5, 38, 74, .28), inset 0 1px 0 rgba(255,255,255,.1); }
.why-card { min-height: 250px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; padding: 24px; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; position: relative; overflow: hidden; }
.why-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.why-card-number { width: 42px; height: 42px; border-radius: 13px; background: var(--brand-50); display: grid; place-items: center; color: var(--brand-700); font-size: 13px; font-weight: 800; }
.why-card h3 { margin: 18px 0 10px; font-size: 18px; line-height: 1.35; }
.why-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.media-band { background: var(--brand-900); color: #fff; overflow: hidden; }
.media-band-inner { min-height: 270px; display: grid; grid-template-columns: 1fr .7fr; align-items: center; gap: 48px; padding-block: 54px; }
.media-band h2 { margin: 10px 0 12px; font-size: clamp(28px, 4vw, 44px); line-height: 1.15; }
.media-band p { max-width: 670px; margin: 0; color: #cfe5fb; }
.media-placeholder { min-height: 150px; border: 1px solid rgba(255,255,255,.18); border-radius: 26px; background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.04)); display: flex; align-items: center; justify-content: center; gap: 14px; color: #d9ecff; font-weight: 800; letter-spacing: .08em; }
.media-play { width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; background: var(--accent-500); color: #172033; padding-left: 3px; }

.steps-overview { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-bottom: 34px; }
.step-overview-card { display: block; min-height: 170px; border: 1px solid var(--line); border-radius: 20px; background: #fff; padding: 20px; box-shadow: var(--shadow-sm); transition: transform .2s, border-color .2s; position: relative; overflow: hidden; }
.step-overview-card:hover { transform: translateY(-3px); border-color: #b9d7f5; }
.step-overview-card .num { color: var(--brand-500); font-size: 12px; font-weight: 800; letter-spacing: .12em; display: inline-flex; min-width: 42px; min-height: 42px; align-items: center; justify-content: center; border-radius: 14px; background: var(--brand-50); }
.step-overview-card h3 { margin: 18px 0 0; font-size: 16px; line-height: 1.45; }

.admission-detail-stack { display: grid; gap: 26px; }
.detail-section { border: 1px solid var(--line); border-radius: var(--radius-xl); background: #fff; padding: clamp(26px, 4vw, 44px); box-shadow: var(--shadow-sm); }
.detail-section-dark { border-color: transparent; background: var(--brand-900); color: #fff; }
.detail-header { display: flex; align-items: flex-start; gap: 18px; margin-bottom: 28px; }
.detail-number { flex: 0 0 auto; width: 48px; height: 48px; border-radius: 15px; background: var(--brand-50); display: grid; place-items: center; color: var(--brand-700); font-weight: 800; }
.detail-section-dark .detail-number { background: rgba(255,255,255,.12); color: var(--accent-400); }
.detail-header h3 { margin: 3px 0 0; font-size: clamp(24px, 3vw, 34px); line-height: 1.25; }
.detail-lead { margin: -6px 0 26px; color: var(--muted); }
.detail-section-dark .detail-lead { color: #cfe5fb; }
.detail-lead p { margin: 0 0 8px; }
.detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.content-card { border: 1px solid var(--line); border-radius: 20px; background: #fff; padding: 22px; }
.detail-section-dark .content-card { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.08); }
.content-card.full { grid-column: 1 / -1; }
.content-card h4 { margin: 0 0 12px; font-size: 17px; line-height: 1.45; }
.content-card p { margin: 0 0 10px; color: var(--muted); }
.detail-section-dark .content-card p { color: #d8eafd; }
.content-card p:last-child { margin-bottom: 0; }
.clean-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.clean-list li { position: relative; padding-left: 24px; color: #46566b; }
.clean-list li::before { content: ''; position: absolute; left: 0; top: .67em; width: 7px; height: 7px; border-radius: 50%; background: var(--brand-500); }
.detail-section-dark .clean-list li { color: #e3f0ff; }
.detail-section-dark .clean-list li::before { background: var(--accent-400); }
.link-list a, .inline-link { color: var(--brand-700); font-weight: 800; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.detail-section-dark .inline-link { color: var(--accent-400); }
.deadline-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.deadline-box { border-radius: 17px; background: var(--brand-50); padding: 18px; color: var(--brand-800); font-weight: 800; }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.method-card { min-height: 110px; border-radius: 18px; background: var(--surface-soft); padding: 18px; color: #334155; font-weight: 700; display: flex; align-items: flex-start; gap: 14px; }
.method-copy { flex: 1; padding-top: 2px; }
.method-card a { color: var(--brand-700); text-decoration: underline; text-underline-offset: 3px; }
.alert { border: 1px solid var(--warning-border); border-radius: 16px; background: var(--warning-bg); padding: 16px 18px; color: #7b5600; font-weight: 700; }
.detail-section-dark .alert { border-color: rgba(251,191,36,.34); background: rgba(251,191,36,.12); color: #ffe8a3; }
.doc-accordion { display: grid; gap: 10px; }
.doc-item { border: 1px solid var(--line); border-radius: 17px; background: #fff; overflow: hidden; }
.doc-trigger { width: 100%; border: 0; background: transparent; padding: 17px 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; text-align: left; font-weight: 800; }
.doc-trigger::after { content: '+'; width: 28px; height: 28px; border-radius: 50%; background: var(--brand-50); display: grid; place-items: center; color: var(--brand-700); font-size: 18px; }
.doc-item.open .doc-trigger::after { content: '−'; }
.doc-panel { padding: 0 18px 18px; }
.doc-panel[hidden] { display: none; }
.file-chip { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; border: 1px dashed #cbd5e1; border-radius: 999px; padding: 8px 12px; color: #64748b; font-size: 12px; font-weight: 800; }
.detail-section-dark .file-chip { border-color: rgba(255,255,255,.28); color: #d7e8f9; }

.arrival-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 22px; }
.arrival-column { display: grid; gap: 18px; align-content: start; }
.info-panel { border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; padding: 26px; box-shadow: var(--shadow-sm); }
.info-panel h3 { margin: 0; font-size: 21px; line-height: 1.35; }
.info-panel h4 { margin: 20px 0 10px; font-size: 16px; }
.info-panel p { margin: 0 0 10px; color: var(--muted); }
.info-panel .address-box { margin: 15px 0; border-left: 4px solid var(--accent-500); border-radius: 0 14px 14px 0; background: var(--warning-bg); padding: 13px 16px; color: #6b5207; font-weight: 800; }
.medical-panel { background: var(--brand-950); color: #fff; border-color: var(--brand-950); }
.medical-panel p, .medical-panel .clean-list li { color: #d7e8f9; }
.medical-panel .clean-list li::before { background: var(--accent-400); }

.rules-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px; }
.rule-panel { border: 1px solid #cfdfef; border-radius: var(--radius-lg); background: rgba(255,255,255,.82); padding: 28px; box-shadow: var(--shadow-sm); }
.rule-panel h3 { margin: 0; font-size: 22px; }
.rule-panel p { margin: 0 0 12px; color: #53657b; }
.test-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 15px; }
.test-badge { border-radius: 999px; background: var(--brand-900); padding: 7px 11px; color: #fff; font-size: 12px; font-weight: 800; }
.language-badges { display: flex; flex-wrap: wrap; gap: 10px; margin: 14px 0; }
.language-badge { border-radius: 999px; background: var(--brand-50); padding: 8px 13px; color: var(--brand-700); font-weight: 800; }

.application-shell { overflow: hidden; border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); display: grid; grid-template-columns: .82fr 1.18fr; background: #fff; }
.application-cta { position: relative; overflow: hidden; background: var(--brand-900); color: #fff; padding: clamp(30px, 5vw, 54px); }
.application-cta::after { content: ''; position: absolute; right: -100px; bottom: -100px; width: 280px; height: 280px; border-radius: 50%; background: rgba(255,255,255,.06); }
.application-cta h2 { position: relative; z-index: 1; margin: 12px 0 15px; font-size: clamp(30px, 4vw, 44px); line-height: 1.18; }
.application-cta p { position: relative; z-index: 1; margin: 0 0 25px; color: #cfe5fb; }
.application-cta .button { position: relative; z-index: 1; }
.application-content { padding: clamp(26px, 4vw, 46px); display: grid; gap: 16px; }
.terms-block { border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.terms-block:last-child { border-bottom: 0; padding-bottom: 0; }
.terms-block h3 { margin: 0; font-size: 20px; }
.terms-block p { margin: 0 0 9px; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.contact-card { border: 1px solid var(--line); border-radius: 20px; background: #fff; padding: 22px; box-shadow: var(--shadow-sm); }
.contact-card .icon-badge { margin-bottom: 16px; }
.contact-card span { display: block; color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-card strong, .contact-card a { display: block; margin-top: 8px; color: #1f2c3e; font-weight: 800; line-height: 1.55; overflow-wrap: anywhere; }
.contact-card a:hover { color: var(--brand-700); }

.site-footer { background: #071523; color: #d7e0ea; }
.footer-main { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 54px; padding-block: 54px; }
.footer-brand img { width: auto; height: 72px; border-radius: 12px; background: #fff; padding: 7px; }
.footer-brand p { max-width: 520px; margin: 18px 0 0; color: #95a5b7; font-size: 14px; }
.footer-nav, .footer-links-block { display: grid; align-content: start; gap: 8px; }
.footer-nav a, .footer-links-block a { color: #b7c3d0; font-size: 14px; }
.footer-nav a:hover, .footer-links-block a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom-inner { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #708196; font-size: 12px; }
.back-to-top { position: fixed; right: 20px; bottom: 20px; z-index: 40; width: 48px; height: 48px; border: 0; border-radius: 50%; background: var(--brand-600); color: #fff; box-shadow: var(--shadow-sm); font-size: 21px; opacity: 0; pointer-events: none; transform: translateY(8px); transition: opacity .2s, transform .2s, background .2s; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-to-top:hover { background: var(--brand-700); }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }
.no-js .reveal { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .desktop-nav, .header-actions .button { display: none; }
  .menu-button { display: flex; }
  .hero-layout { grid-template-columns: 1fr; gap: 34px; }
  .hero-info-card { max-width: 680px; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .why-card:last-child { grid-column: 1 / -1; min-height: auto; }
  .steps-overview { grid-template-columns: repeat(3, 1fr); }
  .step-overview-card:nth-child(4), .step-overview-card:nth-child(5) { min-height: 145px; }
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .section { padding-block: 72px; }
  .hero-layout { min-height: 620px; padding-block: 58px 68px; }
  .hero-shade { background: linear-gradient(180deg, rgba(5,31,57,.93), rgba(5,49,91,.82)); }
  .media-band-inner, .arrival-layout, .rules-grid, .application-shell { grid-template-columns: 1fr; }
  .media-placeholder { min-height: 120px; }
  .detail-grid { grid-template-columns: 1fr; }
  .content-card.full { grid-column: auto; }
  .method-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .utility-portal { display: none; }
  .utility-inner { min-height: 36px; }
  .header-inner { height: 72px; }
  .brand img { height: 52px; }
  .hero-section, .hero-layout { min-height: auto; }
  .hero-layout { padding-block: 48px 56px; }
  .hero-copy h1 { font-size: 38px; }
  .hero-intro { font-size: 15px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-levels { border-radius: 16px; }
  .hero-info-card { padding: 20px; border-radius: 24px; }
  .hero-fact-grid { grid-template-columns: 1fr; }
  .card-top, .block-heading { gap: 12px; }
  .hero-fact { min-height: 86px; }
  .why-grid, .steps-overview, .contact-grid { grid-template-columns: 1fr; }
  .why-card:last-child { grid-column: auto; }
  .deadline-row { grid-template-columns: 1fr; }
  .detail-section { border-radius: 24px; }
  .detail-header { gap: 12px; }
  .detail-number { width: 42px; height: 42px; border-radius: 13px; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom-inner { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 16px; }
}

@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; }
}
