:root {
  --red: #cc172d;
  --red-deep: #a90f22;
  --navy: #20222d;
  --navy-soft: #2a2c39;
  --cream: #e3e3da;
  --cream-light: #efefe9;
  --ink: #20222d;
  --muted: #6e6e72;
  --line: rgba(32, 34, 45, 0.16);
  --white: #ffffff;
  --radius-lg: 30px;
  --radius-md: 18px;
  --shadow-soft: 0 18px 60px rgba(32, 34, 45, 0.1);
  --display-tracking: -0.018em;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --header-height: 86px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }

.site-shell { overflow: hidden; }
.container { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.section-pad { padding: 120px 0; }
main { padding-top: var(--header-height); }
section[id] { scroll-margin-top: calc(var(--header-height) + 18px); }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  width: 100%;
  border-bottom: 1px solid transparent;
  background: rgba(227, 227, 218, 0.92);
  backdrop-filter: blur(18px);
  transition: 250ms var(--ease);
}

.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(32, 34, 45, 0.05); }
.nav-wrap { min-height: var(--header-height); display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; }
.brand img { display: block; width: 158px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.main-nav a { color: rgba(32, 34, 45, 0.74); font-size: 13px; font-weight: 600; transition: color 180ms ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--red); }
.nav-social-link { display: inline-flex; align-items: center; justify-content: center; width: 25px; height: 25px; flex-shrink: 0; border: 1px solid var(--line); border-radius: 50%; color: rgba(32, 34, 45, 0.68) !important; transition: color 180ms ease, border-color 180ms ease, transform 180ms ease; }
.nav-social-link:hover, .nav-social-link:focus-visible { border-color: rgba(204, 23, 45, 0.38); color: var(--red) !important; transform: translateY(-2px); }
.nav-social-link svg { width: 14px; height: 14px; }
.telegram-glyph { transform: translateX(-0.8px); }
.nav-social-link span { display: none; }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.language-switcher { display: flex; gap: 2px; padding: 3px; border: 1px solid var(--line); border-radius: 100px; }
.lang-btn { border: 0; background: transparent; border-radius: 100px; padding: 6px 8px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: 0.06em; }
.lang-btn.active { color: var(--white); background: var(--navy); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; border-radius: 50%; padding: 0; }
.menu-toggle span { display: block; width: 16px; height: 1.5px; margin: 4px auto; background: var(--navy); transition: transform 180ms ease; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 56px; padding: 0 24px; border: 1px solid transparent; border-radius: 100px; font-size: 13px; font-weight: 750; letter-spacing: -0.01em; transition: transform 220ms var(--ease), background 220ms ease, box-shadow 220ms ease; }
.button span { font-size: 18px; line-height: 1; }
.button:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(32, 34, 45, 0.16); }
.button-red { color: var(--white); background: var(--red); }
.button-red:hover { background: var(--red-deep); }
.button-small { min-height: 44px; padding: 0 18px; font-size: 11px; }
.button-wide { width: 100%; }

.hero { position: relative; padding-top: 80px; padding-bottom: 54px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 0.93fr) minmax(480px, 1.07fr); align-items: center; gap: 60px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--red); font-size: 10px; font-weight: 850; letter-spacing: 0.16em; text-transform: uppercase; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.eyebrow-light { color: var(--cream); }
h1, h2, h3, p { margin: 0; }
h1, h2 { letter-spacing: var(--display-tracking); font-weight: 750; }
h1 { max-width: 660px; margin-top: 26px; font-size: clamp(48px, 5.6vw, 82px); line-height: 0.98; }
.hero-copy h1 { letter-spacing: var(--display-tracking); }
h1 em, h2 em { color: var(--red); font-style: normal; }
.hero-lede { max-width: 485px; margin-top: 30px; color: rgba(32, 34, 45, 0.66); font-size: 18px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 38px; }
.text-link { display: inline-flex; align-items: center; gap: 11px; border-bottom: 1px solid currentColor; padding-bottom: 4px; color: var(--navy); font-size: 13px; font-weight: 750; transition: color 180ms ease, gap 180ms ease; }
.text-link:hover { color: var(--red); gap: 16px; }
.text-link span { font-size: 17px; }
.hero-proof { display: flex; align-items: center; gap: 13px; margin-top: 58px; }
.hero-proof p { color: rgba(32, 34, 45, 0.55); font-size: 11px; line-height: 1.4; }
.hero-proof strong { color: var(--navy); font-size: 12px; }
.avatar-stack { display: flex; padding-left: 8px; }
.avatar { display: grid; place-items: center; width: 31px; height: 31px; margin-left: -8px; border: 2px solid var(--cream); border-radius: 50%; font-size: 10px; font-weight: 850; }
.avatar-red { color: var(--white); background: var(--red); }
.avatar-cream { color: var(--navy); background: var(--cream-light); }
.avatar-navy { color: var(--white); background: var(--navy); }

.hero-visual { position: relative; min-height: 625px; }
.hero-panel { position: absolute; top: 28px; right: 5px; width: min(100%, 555px); height: 565px; overflow: hidden; border-radius: 42px; background: linear-gradient(145deg, #20222d 0%, #20222d 48%, #47202f 100%); box-shadow: var(--shadow-soft); }
.panel-grid-lines { position: absolute; inset: 0; opacity: 0.2; background-image: linear-gradient(rgba(227,227,218,0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(227,227,218,0.12) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(180deg, #000 0%, transparent 88%); }
.panel-orbit { position: absolute; border: 1px solid rgba(227,227,218,0.16); border-radius: 50%; pointer-events: none; }
.panel-orbit-one { top: -205px; right: -145px; width: 415px; height: 415px; border-color: rgba(204,23,45,0.42); }
.panel-orbit-two { bottom: -145px; left: -125px; width: 290px; height: 290px; }
.panel-topline { position: absolute; z-index: 2; top: 35px; right: 42px; left: 122px; display: flex; align-items: center; justify-content: space-between; }
.panel-kicker { color: var(--cream); font-size: 10px; font-weight: 850; letter-spacing: 0.17em; }
.panel-status { display: inline-flex; align-items: center; gap: 8px; color: rgba(227,227,218,0.62); font-size: 10px; font-weight: 750; letter-spacing: 0.08em; }
.panel-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(204,23,45,0.14); }
.panel-index { position: absolute; z-index: 2; top: 116px; left: 42px; display: flex; align-items: center; gap: 8px; color: rgba(227,227,218,0.42); font-size: 9px; font-weight: 850; letter-spacing: 0.12em; }
.panel-index span { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid rgba(227,227,218,0.22); border-radius: 50%; }
.panel-index .panel-index-active { color: var(--navy); border-color: var(--red); background: var(--red); }
.panel-index b { width: 76px; height: 1px; margin-left: 5px; background: linear-gradient(90deg, var(--red), rgba(204,23,45,0)); }
.hero-panel-content { position: absolute; z-index: 2; right: 42px; bottom: 44px; left: 42px; color: var(--cream); }
.hero-panel-content h2 { max-width: 455px; margin: 0; font-size: clamp(42px, 4.8vw, 70px); line-height: 0.98; letter-spacing: var(--display-tracking); text-shadow: 0 3px 18px rgba(32,34,45,0.28); }
.hero-panel-content h2 strong { color: var(--cream); font-weight: 750; }
.panel-rule { width: 62px; height: 4px; margin-top: 28px; background: var(--red); }
.panel-caption { margin-top: 14px; font-size: 10px; font-weight: 850; letter-spacing: 0.2em; }
.hero-mark { position: absolute; z-index: 3; top: -20px; left: -24px; width: 130px; height: 147px; object-fit: contain; filter: drop-shadow(0 15px 24px rgba(32,34,45,0.16)); animation: float 5s ease-in-out infinite; }
.hero-orbit { position: absolute; border: 1px solid rgba(204, 23, 45, 0.22); border-radius: 50%; pointer-events: none; }
.orbit-one { right: -42px; bottom: -22px; width: 250px; height: 250px; }
.orbit-two { top: -55px; left: 24px; width: 165px; height: 165px; border-color: rgba(32,34,45,0.2); }
.floating-chip { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; min-height: 49px; padding: 0 16px; border: 1px solid rgba(32,34,45,0.1); border-radius: 15px; color: var(--navy); background: rgba(239,239,233,0.92); box-shadow: 0 12px 30px rgba(32,34,45,0.13); backdrop-filter: blur(10px); font-size: 11px; }
.floating-chip span:first-child { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 7px; color: var(--white); background: var(--red); font-size: 9px; }
.chip-top { top: -34px; right: 24px; }
.chip-bottom { bottom: -24px; left: 20px; }
.chip-check { color: var(--red); font-size: 16px; }
@keyframes float { 0%, 100% { transform: translateY(0) rotate(-4deg); } 50% { transform: translateY(-10px) rotate(1deg); } }

.trust-row { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 45px; padding-top: 26px; border-top: 1px solid var(--line); }
.trust-row > span { color: rgba(32,34,45,0.45); font-size: 9px; font-weight: 850; letter-spacing: 0.17em; }
.trust-items { display: flex; align-items: center; gap: 36px; }
.trust-items span { display: flex; align-items: baseline; gap: 5px; }
.trust-items b { font-size: 20px; letter-spacing: -0.05em; }
.trust-items small { color: rgba(32,34,45,0.5); font-size: 10px; }

.marquee-band { overflow: hidden; color: var(--cream); background: var(--red); }
.marquee-track { display: flex; align-items: center; justify-content: space-around; min-width: 1120px; padding: 14px 0; animation: marquee 30s linear infinite; }
.marquee-track span { font-size: 13px; font-weight: 850; letter-spacing: 0.18em; white-space: nowrap; }
.marquee-track i { font-style: normal; font-size: 17px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-25%); } }

.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 55px; }
.section-heading h2 { margin-top: 22px; font-size: clamp(42px, 4.9vw, 68px); line-height: 0.97; }
.section-heading > p { max-width: 340px; color: rgba(32,34,45,0.6); font-size: 15px; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.filter-btn { min-height: 39px; padding: 0 16px; border: 1px solid var(--line); border-radius: 100px; color: rgba(32,34,45,0.65); background: transparent; font-size: 11px; font-weight: 750; transition: 180ms ease; }
.filter-btn:hover, .filter-btn.active { border-color: var(--navy); color: var(--white); background: var(--navy); }
.course-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.course-card { position: relative; display: flex; flex-direction: column; min-height: 300px; padding: 25px; border: 1px solid rgba(32,34,45,0.12); border-radius: var(--radius-md); background: rgba(239,239,233,0.58); transition: transform 220ms var(--ease), border 220ms ease, box-shadow 220ms ease; }
.course-card:hover { transform: translateY(-7px); border-color: rgba(204,23,45,0.45); box-shadow: 0 20px 45px rgba(32,34,45,0.1); }
.course-card.hidden { display: none; }
.course-card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 24px; }
.course-category { color: var(--red); font-size: 9px; font-weight: 850; letter-spacing: 0.15em; text-transform: uppercase; }
.course-top-choice { display: inline-flex; align-items: center; min-height: 24px; padding: 0 10px; border-radius: 100px; color: var(--white); background: var(--red); font-size: 9px; font-weight: 850; letter-spacing: 0.02em; white-space: nowrap; }
.course-marker { display: inline-flex; align-items: center; gap: 6px; max-width: 100%; min-height: 28px; margin-top: 15px; padding: 0 10px; border: 1px solid transparent; border-radius: 100px; font-size: 9px; font-weight: 800; line-height: 1; }
.course-marker b { font-weight: 850; }
.course-marker-name { font-weight: 650; white-space: normal; }
.course-marker-open { min-height: 32px; color: #16794a; border-color: rgba(30,155,91,0.34); background: rgba(30,155,91,0.11); box-shadow: 0 7px 18px rgba(30,155,91,0.08); }
.course-marker-open b { letter-spacing: 0.03em; }
.course-marker-limited { color: #975516; border-color: rgba(189,119,38,0.34); background: rgba(189,119,38,0.1); }
.course-marker i { width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: #2fbd76; box-shadow: 0 0 0 5px rgba(47,189,118,0.15); animation: livePulse 1.9s ease-in-out infinite; }
.course-card h3 { margin-top: 16px; font-size: 25px; letter-spacing: -0.04em; }
.course-card p { min-height: 38px; margin-top: 11px; color: rgba(32,34,45,0.6); font-size: 12px; line-height: 1.55; }
.course-compact-details { margin-top: 10px; padding: 17px; border: 1px solid rgba(32,34,45,0.1); border-radius: 16px; background: rgba(247,247,242,0.48); }
.course-detail-heading { display: flex; align-items: center; gap: 10px; color: var(--red); font-size: 8.5px; font-weight: 850; letter-spacing: 0.15em; line-height: 1.2; }
.course-detail-heading::after { content: ""; height: 1px; flex: 1; background: rgba(32,34,45,0.12); }
.course-feature-heading { margin-top: 16px; }
.course-composition-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.course-composition-chips > span { padding: 7px 9px; border: 1px solid rgba(32,34,45,0.12); border-radius: 100px; color: rgba(32,34,45,0.7); background: rgba(239,239,233,0.8); font-size: 8.5px; font-weight: 750; line-height: 1.2; }
.course-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 12px; margin-top: 10px; }
.course-feature-grid > span { display: flex; align-items: center; min-width: 0; gap: 8px; color: rgba(32,34,45,0.68); font-size: 9px; font-weight: 700; line-height: 1.3; }
.course-feature-grid i { display: grid; place-items: center; width: 18px; height: 18px; flex: 0 0 18px; border-radius: 50%; color: var(--white); background: var(--red); font-size: 8px; font-style: normal; line-height: 1; }
.course-status { display: flex; align-items: center; gap: 8px; margin-top: 15px; padding-left: 11px; color: rgba(32,34,45,0.58); font-size: 10px; font-weight: 700; line-height: 1.2; }
.course-status .status-dot { width: 8px; height: 8px; flex: 0 0 8px; align-self: center; border-radius: 50%; background: #2fbd76; box-shadow: 0 0 0 4px rgba(47,189,118,0.13); }
.course-status-live { color: #16794a; }
.course-price { margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); }
.course-price .old { display: block; color: rgba(32,34,45,0.42); font-size: 11px; text-decoration: line-through; }
.course-price .main { display: block; margin-top: 2px; color: var(--navy); font-size: 19px; font-weight: 800; letter-spacing: -0.04em; }
.course-price .unit { color: rgba(32,34,45,0.54); font-size: 10px; font-weight: 650; letter-spacing: 0; }
.course-card .card-link { display: inline-flex; align-items: center; justify-content: space-between; margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--red); font-size: 11px; font-weight: 800; }
.course-card .card-link span { font-size: 17px; transition: transform 180ms ease; }
.course-card:hover .card-link span { transform: translateX(4px); }
.course-card.featured { color: var(--navy); border-color: rgba(57,143,92,0.34); background: linear-gradient(145deg, rgba(83,168,119,0.2), rgba(83,168,119,0.055)), var(--cream); box-shadow: 0 15px 34px rgba(57,143,92,0.1); }
.course-card.featured:hover { border-color: rgba(57,143,92,0.58); box-shadow: 0 22px 45px rgba(57,143,92,0.16); }
.course-card.featured p, .course-card.featured .course-price .old { color: rgba(32,34,45,0.6); }
.course-card.featured .course-price, .course-card.featured .card-link { border-color: rgba(32,34,45,0.15); }
.course-card.featured .course-price .main { color: var(--navy); }
.course-card.featured .course-status { color: rgba(32,34,45,0.62); }
.course-card.featured .course-status-live { color: #16794a; }
.course-card.featured .course-marker-limited { color: #975516; border-color: rgba(189,119,38,0.34); background: rgba(189,119,38,0.1); }
.course-card.card-theme-sage { border-color: rgba(57,143,92,0.34); background: linear-gradient(145deg, rgba(83,168,119,0.2), rgba(83,168,119,0.055)), var(--cream); box-shadow: 0 15px 34px rgba(57,143,92,0.1); }
.course-card.card-theme-sage:hover { border-color: rgba(57,143,92,0.58); box-shadow: 0 22px 45px rgba(57,143,92,0.16); }
.course-card.card-theme-sky { border-color: rgba(67,131,165,0.34); background: linear-gradient(145deg, rgba(119,184,208,0.2), rgba(119,184,208,0.055)), var(--cream); box-shadow: 0 15px 34px rgba(67,131,165,0.1); }
.course-card.card-theme-sky:hover { border-color: rgba(67,131,165,0.58); box-shadow: 0 22px 45px rgba(67,131,165,0.16); }
.course-card.card-theme-sand { border-color: rgba(164,125,66,0.34); background: linear-gradient(145deg, rgba(217,183,117,0.2), rgba(217,183,117,0.055)), var(--cream); box-shadow: 0 15px 34px rgba(164,125,66,0.1); }
.course-card.card-theme-sand:hover { border-color: rgba(164,125,66,0.58); box-shadow: 0 22px 45px rgba(164,125,66,0.16); }
@keyframes livePulse { 0%, 100% { opacity: 0.72; box-shadow: 0 0 0 5px rgba(47,189,118,0.12); } 50% { opacity: 1; box-shadow: 0 0 0 9px rgba(47,189,118,0.02); } }

.dark-section { position: relative; overflow: hidden; color: var(--cream); background: radial-gradient(circle at 82% 8%, rgba(204,23,45,0.14), transparent 30%), var(--navy); }
.dark-section::before { content: ""; position: absolute; top: -170px; right: -80px; width: 460px; height: 460px; border: 1px solid rgba(227,227,218,0.1); border-radius: 50%; pointer-events: none; }
.dark-section .container { position: relative; z-index: 1; }
.section-heading-light > p { color: rgba(227,227,218,0.6); }
.section-heading-light { align-items: flex-start; gap: 80px; margin-bottom: 68px; }
.section-heading-light .eyebrow { color: var(--cream); }
.section-heading-light .eyebrow-dot { width: 8px; height: 8px; background: var(--red); box-shadow: 0 0 0 5px rgba(204,23,45,0.16); }
.section-heading-light h2 { max-width: 720px; margin-top: 24px; font-size: clamp(52px, 6.3vw, 92px); line-height: 0.93; letter-spacing: var(--display-tracking); }
.section-heading-light h2 em { color: var(--red); }
.section-heading-light > p { max-width: 350px; margin-top: 82px; font-size: 16px; line-height: 1.55; }
.advantage-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.advantage-card { position: relative; min-height: 306px; padding: 27px; overflow: hidden; border: 1px solid rgba(227,227,218,0.2); border-radius: 24px; background: linear-gradient(145deg, rgba(227,227,218,0.07), rgba(227,227,218,0.025)); transition: transform 220ms var(--ease), border-color 220ms ease, background 220ms ease; }
.advantage-card:hover { transform: translateY(-7px); background: rgba(227,227,218,0.09); }
.advantage-card::after { content: ""; position: absolute; right: -58px; bottom: -72px; width: 180px; height: 205px; border: 1px solid rgba(227,227,218,0.1); clip-path: polygon(50% 0%, 94% 25%, 94% 75%, 50% 100%, 6% 75%, 6% 25%); transform: rotate(12deg); pointer-events: none; }
.card-number { position: relative; z-index: 1; color: rgba(227,227,218,0.42); font-size: 10px; font-weight: 800; letter-spacing: 0.1em; }
.advantage-icon { position: relative; z-index: 1; display: grid; place-items: center; width: 62px; height: 70px; margin-top: 38px; color: var(--cream); background: var(--red); clip-path: polygon(50% 0%, 94% 25%, 94% 75%, 50% 100%, 6% 75%, 6% 25%); filter: drop-shadow(0 10px 18px rgba(204,23,45,0.25)); font-size: 27px; font-weight: 800; line-height: 1; }
.advantage-card h3 { position: relative; z-index: 1; margin-top: 22px; font-size: 19px; letter-spacing: -0.02em; }
.advantage-card p { position: relative; z-index: 1; margin-top: 9px; color: rgba(227,227,218,0.57); font-size: 12px; line-height: 1.55; }

.story-grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.9fr); align-items: center; gap: 96px; }
.story-art { position: relative; min-height: 500px; }
.story-art-main { position: absolute; inset: 0 55px 82px 0; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(32,34,45,0.12); border-radius: 32px; background: var(--cream-light); isolation: isolate; }
.story-art-main::before { content: ""; position: absolute; top: -118px; right: -80px; width: 310px; height: 310px; border: 1px solid rgba(32,34,45,0.14); border-radius: 50%; pointer-events: none; }
.story-art-main::after { content: ""; position: absolute; right: 31px; bottom: -96px; width: 230px; height: 230px; border: 1px solid rgba(204,23,45,0.18); border-radius: 50%; pointer-events: none; }
.story-art-main img { position: relative; z-index: 1; display: block; width: min(90%, 470px); height: auto; object-fit: contain; opacity: 1; }
.story-art-label, .story-art-index { position: absolute; z-index: 2; color: rgba(32,34,45,0.56); font-size: 9px; font-weight: 850; letter-spacing: 0.17em; }
.story-art-label { top: 27px; left: 29px; color: var(--red); }
.story-art-index { right: 29px; bottom: 25px; }
.story-stamp { position: absolute; right: 0; top: 36px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 113px; height: 113px; border-radius: 50%; color: var(--cream); background: var(--red); transform: rotate(9deg); box-shadow: 0 16px 32px rgba(204,23,45,0.28); }
.story-stamp span { font-size: 8px; font-weight: 850; letter-spacing: 0.18em; }
.story-stamp strong { margin: 2px 0; font-size: 27px; letter-spacing: -0.08em; }
.story-quote { position: absolute; z-index: 3; left: 25px; right: 90px; bottom: 11px; padding: 17px 20px; border: 1px solid rgba(32,34,45,0.08); border-radius: 14px; color: var(--navy); background: rgba(239,239,233,0.94); box-shadow: 0 14px 30px rgba(32,34,45,0.08); font-size: 13px; font-weight: 750; line-height: 1.35; backdrop-filter: blur(10px); }
.story-copy h2 { margin-top: 21px; font-size: clamp(43px, 4.7vw, 68px); line-height: 0.98; letter-spacing: var(--display-tracking); }
.story-copy > p { max-width: 420px; margin-top: 27px; color: rgba(32,34,45,0.64); font-size: 16px; line-height: 1.6; }
.dark-link { margin-top: 32px; }

.results-section { background: var(--cream-light); }
.results-empty { display: grid; grid-template-columns: 110px 1fr; align-items: center; gap: 34px; padding: 40px; border: 1px solid rgba(32,34,45,0.13); border-radius: var(--radius-lg); background: var(--cream); }
.results-data-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 18px; }
.results-load-more { display: flex; margin: 30px auto 64px; }
.results-load-more[hidden] { display: none; }
.result-card { overflow: hidden; border: 1px solid rgba(32,34,45,0.13); border-radius: var(--radius-md); background: var(--cream); cursor: pointer; transition: transform 220ms var(--ease), box-shadow 220ms ease, border-color 220ms ease; }
.result-card:hover { transform: translateY(-5px); border-color: rgba(204,23,45,0.28); box-shadow: 0 16px 32px rgba(32,34,45,0.11); }
.result-card:focus-visible { outline: 3px solid rgba(204,23,45,0.38); outline-offset: 4px; }
.result-card-visual { position: relative; height: 205px; overflow: hidden; background: var(--navy); }
.result-card-visual img { width: 100%; height: 100%; object-fit: cover; }
.result-avatar { display: grid; place-items: center; width: 100%; height: 100%; color: var(--cream); background: radial-gradient(circle at 30% 25%, rgba(204,23,45,0.78), transparent 32%), var(--navy); font-size: 70px; font-weight: 800; letter-spacing: -0.1em; }
.result-demo-badge { position: absolute; top: 14px; left: 14px; padding: 6px 8px; border: 1px solid rgba(227,227,218,0.35); border-radius: 7px; color: var(--cream); background: rgba(32,34,45,0.5); font-size: 8px; font-weight: 850; letter-spacing: 0.15em; }
.result-card-score { position: absolute; right: 14px; bottom: 14px; padding: 8px 11px; border-radius: 9px; color: var(--white); background: var(--red); font-size: 11px; font-weight: 800; }
.result-card-body { padding: 20px; }
.result-card-course { color: var(--red); font-size: 9px; font-weight: 850; letter-spacing: 0.14em; text-transform: uppercase; }
.result-card h3 { margin-top: 8px; font-size: 21px; letter-spacing: -0.04em; }
.result-card p { margin-top: 8px; color: rgba(32,34,45,0.62); font-size: 12px; line-height: 1.5; }
.result-card-progress { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 17px; padding-top: 13px; border-top: 1px solid var(--line); color: rgba(32,34,45,0.55); font-size: 10px; }
.result-card-progress strong { color: var(--navy); font-size: 13px; }
.result-empty-mark { display: grid; place-items: center; width: 110px; height: 124px; filter: drop-shadow(0 14px 24px rgba(32,34,45,0.12)); }
.result-empty-mark img { display: block; width: 100%; height: 100%; object-fit: contain; }
.result-empty-kicker { color: var(--red); font-size: 9px; font-weight: 850; letter-spacing: 0.16em; }
.results-empty h3 { margin-top: 12px; font-size: 32px; letter-spacing: var(--display-tracking); }
.results-empty p { max-width: 540px; margin-top: 10px; color: rgba(32,34,45,0.63); font-size: 14px; }
.results-empty .button { margin-top: 24px; }
.asset-note { margin-top: 16px; color: rgba(32,34,45,0.44); font-size: 11px; }
.demo-note { margin-top: 6px; color: rgba(32,34,45,0.54); font-size: 11px; font-style: italic; }

body.result-modal-open { overflow: hidden; }
.result-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 28px; opacity: 0; pointer-events: none; transition: opacity 180ms ease; }
.result-modal[hidden] { display: none; }
.result-modal.is-open { opacity: 1; pointer-events: auto; }
.result-modal-backdrop { position: absolute; inset: 0; background: rgba(18,19,27,0.74); backdrop-filter: blur(12px); }
.result-dialog { position: relative; z-index: 1; width: min(900px, 100%); max-height: min(760px, calc(100vh - 56px)); overflow: auto; border: 1px solid rgba(227,227,218,0.45); border-radius: 28px; background: var(--cream); box-shadow: 0 30px 90px rgba(10,11,18,0.38); transform: translateY(18px) scale(0.98); transition: transform 260ms var(--ease); }
.result-modal.is-open .result-dialog { transform: translateY(0) scale(1); }
.result-dialog-close { position: absolute; top: 17px; right: 17px; z-index: 3; display: grid; place-items: center; width: 40px; height: 40px; padding: 0; border: 1px solid rgba(32,34,45,0.18); border-radius: 50%; color: var(--navy); background: rgba(239,239,233,0.9); font-size: 0; line-height: 0; transition: color 180ms ease, background 180ms ease, transform 180ms ease; }
.result-dialog-close::before, .result-dialog-close::after { content: ""; position: absolute; top: 50%; left: 50%; width: 18px; height: 2.5px; border-radius: 99px; background: currentColor; }
.result-dialog-close::before { transform: translate(-50%, -50%) rotate(45deg); }
.result-dialog-close::after { transform: translate(-50%, -50%) rotate(-45deg); }
.result-dialog-close:hover { color: var(--white); background: var(--red); transform: rotate(6deg); }
.result-dialog-grid { display: grid; grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr); min-height: 500px; }
.result-dialog-media { position: relative; min-height: 500px; overflow: hidden; background: var(--navy); }
.result-dialog-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(32,34,45,0.33)); pointer-events: none; }
.result-dialog-media img { display: block; width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.result-dialog-media .result-avatar { min-height: 500px; }
.result-dialog-media .result-demo-badge, .result-dialog-media .result-card-score { z-index: 2; }
.result-dialog-media .result-demo-badge { top: 22px; left: 22px; }
.result-dialog-media .result-card-score { right: 22px; bottom: 22px; }
.result-dialog-copy { padding: 52px 48px 44px; }
.result-dialog-brand { display: flex; align-items: center; min-height: 32px; }
.result-dialog-brand img { display: block; width: min(180px, 64%); height: auto; }
.result-dialog-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 24px; }
.result-dialog-meta .result-dialog-course { margin-top: 0; padding-left: 16px; border-left: 1px solid rgba(32,34,45,0.2); color: var(--red); font-size: 10px; font-weight: 850; letter-spacing: 0.16em; text-transform: uppercase; }
.result-dialog-copy h2 { max-width: 360px; margin-top: 7px; font-size: clamp(38px, 5vw, 58px); line-height: 0.98; letter-spacing: var(--display-tracking); }
.result-dialog-growth { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-top: 24px; padding: 13px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: rgba(32,34,45,0.54); font-size: 11px; }
.result-dialog-growth strong { color: var(--navy); font-size: 18px; letter-spacing: -0.03em; }
.result-dialog-feedback-label { margin-top: 24px; color: var(--red); font-size: 9px; font-weight: 850; letter-spacing: 0.16em; text-transform: uppercase; }
.result-dialog-copy blockquote { margin: 9px 0 0; color: rgba(32,34,45,0.74); font-size: 14px; line-height: 1.55; }
.result-detail-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 24px; }
.result-detail-item { padding: 14px; border: 1px solid rgba(32,34,45,0.11); border-radius: 14px; background: rgba(239,239,233,0.72); }
.result-detail-label { display: flex; align-items: center; gap: 8px; color: var(--red); font-size: 9px; font-weight: 850; line-height: 1.25; text-transform: uppercase; }
.result-detail-label i { display: grid; place-items: center; flex: 0 0 auto; width: 22px; height: 22px; border-radius: 7px; color: var(--white); background: var(--red); font-size: 8px; font-style: normal; }
.result-detail-item p { margin-top: 9px; color: rgba(32,34,45,0.65); font-size: 11px; line-height: 1.5; }
.result-dialog-copy > .button { margin-top: 26px; }
.result-dialog-copy > .button #result-dialog-cta { font-size: 13px; }

.process-section { background: var(--cream); }
.roadmap { margin-top: 3px; }
.roadmap-intro { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 30px; padding: 0 12px; }
.roadmap-point { display: flex; align-items: center; gap: 11px; }
.roadmap-point-marker { display: block; width: 16px; height: 16px; flex: 0 0 auto; border-radius: 50%; background: #2fbd76; box-shadow: 0 0 0 7px rgba(47,189,118,0.14); animation: livePulse 1.9s ease-in-out infinite; }
.roadmap-point-marker-end { position: relative; width: 16px; height: 18px; border-radius: 0; background: var(--red); box-shadow: none; clip-path: polygon(50% 0%, 94% 25%, 94% 75%, 50% 100%, 6% 75%, 6% 25%); animation: none; }
.roadmap-point-marker-end::after { content: ""; position: absolute; top: 50%; left: 50%; width: 5px; height: 8px; border-right: 1.5px solid var(--cream-light); border-bottom: 1.5px solid var(--cream-light); transform: translate(-50%, -64%) rotate(45deg); }
.roadmap-point-copy { display: flex; flex-direction: column; gap: 2px; }
.roadmap-point-copy small { color: var(--red); font-size: 9px; font-weight: 850; letter-spacing: 0.16em; }
.roadmap-point-copy strong { color: var(--navy); font-size: 15px; letter-spacing: -0.02em; }
.roadmap-route-note { display: flex; align-items: center; justify-content: center; flex: 1; gap: 10px; color: rgba(32,34,45,0.48); font-size: 9px; font-weight: 850; letter-spacing: 0.16em; text-transform: uppercase; white-space: nowrap; }
.roadmap-route-note::before, .roadmap-route-note::after { content: ""; display: block; height: 1px; flex: 1; background: var(--line); }
.roadmap-route-note b { color: var(--red); font-size: 17px; font-weight: 650; line-height: 1; }
.roadmap-canvas { position: relative; min-height: 440px; margin-top: 2px; }
.roadmap-route-art { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; overflow: visible; }
.roadmap-route-shadow { fill: none; stroke: rgba(32,34,45,0.1); stroke-width: 31; stroke-linecap: round; stroke-linejoin: round; }
.roadmap-route-base { fill: none; stroke: var(--navy); stroke-width: 24; stroke-linecap: round; stroke-linejoin: round; }
.roadmap-route-center { fill: none; stroke: rgba(227,227,218,0.82); stroke-width: 2.5; stroke-dasharray: 9 12; stroke-linecap: round; stroke-linejoin: round; }
.roadmap-stage { position: absolute; z-index: 1; width: min(222px, 24%); min-height: 192px; padding: 0 17px 18px; overflow: hidden; border: 1px solid rgba(32,34,45,0.15); border-radius: 21px; background: rgba(239,239,233,0.93); box-shadow: 0 15px 32px rgba(32,34,45,0.1); transition: transform 220ms var(--ease), border-color 220ms ease, box-shadow 220ms ease; }
.roadmap-stage:hover { transform: translateY(-5px); border-color: rgba(204,23,45,0.35); box-shadow: 0 20px 38px rgba(32,34,45,0.14); }
.roadmap-stage-one { left: 0; top: 218px; }
.roadmap-stage-two { left: 25.5%; top: 10px; }
.roadmap-stage-three { left: 51.5%; top: 187px; }
.roadmap-stage-four { right: 0; top: 0; }
.process-node { position: relative; z-index: 3; display: grid; place-items: center; width: 58px; height: 64px; margin: 0 auto; color: var(--cream); background: var(--red); clip-path: polygon(50% 0%, 94% 25%, 94% 75%, 50% 100%, 6% 75%, 6% 25%); filter: drop-shadow(0 9px 15px rgba(204,23,45,0.2)); }
.process-node span { font-size: 10px; font-weight: 850; letter-spacing: 0.12em; }
.process-step-copy { margin-top: 17px; padding-top: 15px; border-top: 1px solid var(--line); }
.process-step h3 { font-size: 18px; letter-spacing: -0.04em; }
.process-step p { margin-top: 8px; color: rgba(32,34,45,0.58); font-size: 11px; line-height: 1.5; }

.apply-section { position: relative; color: var(--cream); background: var(--navy); }
.apply-brand-row { position: absolute; top: 38px; left: 50%; z-index: 2; width: min(1180px, calc(100% - 64px)); transform: translateX(-50%); pointer-events: none; }
.apply-grid { display: grid; grid-template-columns: 0.96fr 0.84fr; align-items: center; gap: 100px; }
.apply-brand img { display: block; width: min(340px, 100%); height: auto; }
.apply-copy h2 { max-width: 570px; margin-top: 22px; font-size: clamp(44px, 5vw, 72px); line-height: 0.96; }
.apply-copy h2 em { color: var(--red); }
.apply-copy > p { max-width: 425px; margin-top: 26px; color: rgba(227,227,218,0.62); font-size: 16px; line-height: 1.6; }
.apply-contact { display: flex; flex-direction: column; gap: 3px; margin-top: 40px; color: rgba(227,227,218,0.54); font-size: 11px; }
.apply-contact a { color: var(--cream); font-size: 24px; font-weight: 750; letter-spacing: -0.04em; }
.lead-form { padding: 35px; border-radius: var(--radius-lg); color: var(--navy); background: var(--cream); box-shadow: 0 22px 65px rgba(0,0,0,0.2); }
.form-heading span { color: var(--red); font-size: 9px; font-weight: 850; letter-spacing: 0.16em; }
.form-heading h3 { margin-top: 8px; font-size: 30px; letter-spacing: -0.05em; }
.lead-form label { display: block; margin-top: 20px; color: rgba(32,34,45,0.68); font-size: 11px; font-weight: 700; }
.lead-form label > span { display: block; margin-bottom: 7px; }
.lead-form input:not([type="checkbox"]), .lead-form select { width: 100%; height: 47px; padding: 0 14px; border: 1px solid rgba(32,34,45,0.18); border-radius: 11px; outline: 0; color: var(--navy); background: rgba(255,255,255,0.4); font-size: 13px; transition: border 180ms ease, box-shadow 180ms ease; }
.lead-form input:focus, .lead-form select:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(204,23,45,0.11); }
.lead-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--navy) 50%), linear-gradient(135deg, var(--navy) 50%, transparent 50%); background-position: calc(100% - 17px) 20px, calc(100% - 12px) 20px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.phone-field { display: flex; align-items: center; height: 47px; padding: 0 14px; border: 1px solid rgba(32,34,45,0.18); border-radius: 11px; background: rgba(255,255,255,0.4); transition: border 180ms ease, box-shadow 180ms ease; }
.phone-field:focus-within { border-color: var(--red); box-shadow: 0 0 0 3px rgba(204,23,45,0.11); }
.phone-prefix { flex: 0 0 auto; color: rgba(32,34,45,0.62); font-size: 13px; font-weight: 700; user-select: none; }
.lead-form .phone-field input.phone-number:not([type="checkbox"]) { min-width: 0; width: 100%; height: auto; padding: 0 0 0 8px; border: 0; border-radius: 0; outline: 0; background: transparent; box-shadow: none; }
.lead-form .phone-field input.phone-number:not([type="checkbox"]):focus { border: 0; box-shadow: none; }
.phone-field input::placeholder { color: rgba(32,34,45,0.4); }
.lead-form .button { margin-top: 23px; }
.consent { display: flex !important; align-items: center; gap: 10px; margin-top: 18px !important; padding: 2px 0; color: rgba(32,34,45,0.57) !important; font-size: 10px !important; font-weight: 550 !important; line-height: 1.4; cursor: pointer; }
.consent > span { display: block !important; margin: 0 !important; }
.consent input { appearance: none; width: 18px; height: 18px; flex: 0 0 18px; margin: 0; border: 1.5px solid rgba(32,34,45,0.38); border-radius: 4px; background: rgba(255,255,255,0.42); cursor: pointer; transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.consent input:checked { border-color: var(--red); background-color: var(--red); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m3.2 8.2 3.1 3.1 6.5-6.6' fill='none' stroke='%23e3e3da' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-position: center; background-repeat: no-repeat; background-size: 13px 13px; }
.consent input:focus-visible { outline: 0; border-color: var(--red); box-shadow: 0 0 0 3px rgba(204,23,45,0.18); }
.form-status { min-height: 18px; margin-top: 13px; color: var(--red); font-size: 11px; font-weight: 700; }
.form-status.success { color: #287548; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; opacity: 0; }

.faq-section { background: var(--cream-light); }
.faq-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 110px; }
.faq-intro h2 { margin-top: 21px; font-size: clamp(43px, 4.6vw, 67px); line-height: 0.98; }
.faq-intro > p { margin-top: 25px; color: rgba(32,34,45,0.61); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; color: var(--navy); font-size: 16px; font-weight: 750; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > .faq-question { min-width: 0; }
.faq-list summary > .faq-toggle { position: relative; display: block; flex: 0 0 26px; width: 26px; height: 26px; margin-left: auto; border: 1px solid var(--line); border-radius: 50%; color: var(--red); font-size: 0; line-height: 0; transition: transform 180ms ease; }
.faq-list summary > .faq-toggle::before, .faq-list summary > .faq-toggle::after { content: ""; position: absolute; top: 50%; left: 50%; width: 11px; height: 1.5px; border-radius: 99px; background: currentColor; transform: translate(-50%, -50%); }
.faq-list summary > .faq-toggle::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-list details[open] summary > .faq-toggle { transform: rotate(45deg); }
.faq-list details p { max-width: 600px; padding: 0 48px 23px 0; color: rgba(32,34,45,0.6); font-size: 13px; line-height: 1.6; }

.contact-strip { position: relative; overflow: hidden; padding: 96px 0 104px; color: var(--cream); background: var(--red); }
.contact-strip::before { content: ""; position: absolute; right: -125px; bottom: -210px; width: 430px; height: 430px; border: 1px solid rgba(32,34,45,0.2); border-radius: 50%; pointer-events: none; }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(250px, 0.72fr) minmax(340px, 1fr); align-items: stretch; gap: 50px; }
.contact-grid > :first-child { align-self: center; }
.contact-kicker { font-size: 9px; font-weight: 850; letter-spacing: 0.16em; }
.contact-grid h2 { margin-top: 18px; font-size: clamp(41px, 4.5vw, 62px); line-height: 0.98; }
.contact-grid h2 em { color: var(--navy); }
.contact-info { display: flex; flex-direction: column; align-self: center; gap: 9px; color: rgba(227,227,218,0.78); font-size: 12px; line-height: 1.5; }
.contact-info a { color: var(--cream); font-size: 22px; font-weight: 750; letter-spacing: -0.04em; }
.contact-location { display: flex; flex-direction: column; gap: 7px; }
.contact-socials { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 14px; padding-top: 13px; border-top: 1px solid rgba(227,227,218,0.22); }
.contact-socials > span { width: 100%; color: rgba(227,227,218,0.52); font-size: 9px; }
.contact-socials a { display: inline-flex; align-items: center; gap: 6px; color: var(--cream); font-size: 11px; font-weight: 750; letter-spacing: 0; }
.contact-socials a:hover { color: var(--navy); }
.contact-social-icon { display: inline-flex; align-items: center; justify-content: center; width: 25px; height: 25px; flex: 0 0 25px; border: 1px solid rgba(227,227,218,0.34); border-radius: 50%; transition: border-color 180ms ease, transform 180ms ease; }
.contact-social-icon svg { width: 14px; height: 14px; }
.contact-social-link:hover .contact-social-icon { border-color: currentColor; transform: translateY(-2px); }
.map-card { display: flex; flex-direction: column; min-height: 340px; overflow: hidden; border: 1px solid rgba(32,34,45,0.24); border-radius: 24px; color: var(--cream); background: var(--navy); box-shadow: 0 18px 42px rgba(32,34,45,0.17); }
.map-card-top { display: flex; flex-direction: column; gap: 4px; padding: 17px 19px 14px; }
.map-card-top span { color: var(--red); font-size: 8px; font-weight: 850; letter-spacing: 0.16em; }
.map-card-top strong { font-size: 15px; letter-spacing: -0.02em; }
.map-frame-wrap { position: relative; min-height: 232px; flex: 1; overflow: hidden; }
.map-frame { display: block; width: 100%; height: 100%; min-height: 232px; border: 0; filter: saturate(0.82) contrast(0.96); }
.almaac-map-pin { position: absolute; top: 40%; left: 50%; z-index: 2; width: 36px; height: 41px; transform: translate(-50%, -100%); filter: drop-shadow(0 5px 8px rgba(32,34,45,0.3)); pointer-events: none; }
.almaac-map-pin::before { content: ""; position: absolute; top: 50%; left: 50%; width: 48px; height: 48px; border: 1px solid rgba(204,23,45,0.55); border-radius: 50%; transform: translate(-50%, -50%); animation: map-pin-pulse 2.4s ease-out infinite; }
.almaac-map-pin::after { content: ""; position: absolute; bottom: 1px; left: 50%; z-index: 0; width: 13px; height: 13px; border-radius: 2px; background: var(--red); transform: translate(-50%, 43%) rotate(45deg); }
.almaac-map-pin img { position: relative; z-index: 1; display: block; width: 36px; height: 41px; object-fit: contain; }
@keyframes map-pin-pulse { 0% { opacity: 0.65; transform: translate(-50%, -50%) scale(0.72); } 70%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(1.25); } }
.map-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 17px 14px; border-top: 1px solid rgba(227,227,218,0.15); color: rgba(227,227,218,0.55); font-size: 9px; }
.map-card-bottom a { display: inline-flex; align-items: center; gap: 7px; color: var(--cream); font-size: 10px; font-weight: 800; }
.map-card-bottom a:hover { color: var(--red); }
.map-card-bottom a span { font-size: 13px; }

.site-footer { position: relative; overflow: hidden; padding: 74px 0 23px; color: var(--cream); background: var(--navy); }
.site-footer::after { content: ""; position: absolute; right: -130px; bottom: -190px; width: 390px; height: 390px; border: 1px solid rgba(204,23,45,0.28); border-radius: 50%; pointer-events: none; }
.footer-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(190px, 1.35fr) minmax(110px, 0.7fr) minmax(220px, 1.15fr) minmax(205px, 1.1fr); align-items: start; gap: 42px; }
.footer-brand-block { min-width: 0; }
.brand-footer img { width: 184px; }
.footer-brand-block > p { max-width: 220px; margin-top: 25px; color: rgba(227,227,218,0.7); font-size: 15px; line-height: 1.45; }
.footer-since { display: inline-block; margin-top: 21px; color: rgba(227,227,218,0.42); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; }
.footer-nav, .footer-principles, .footer-cta { display: flex; flex-direction: column; align-items: flex-start; }
.footer-label { margin-bottom: 18px; color: var(--red); font-size: 9px; font-weight: 850; letter-spacing: 0.16em; text-transform: uppercase; }
.footer-nav { gap: 10px; }
.footer-nav .footer-label { margin-bottom: 8px; }
.footer-nav a, .footer-socials a { color: rgba(227,227,218,0.65); font-size: 12px; transition: color 180ms ease, transform 180ms ease; }
.footer-nav a:hover, .footer-socials a:hover { color: var(--cream); transform: translateX(3px); }
.footer-principles { max-width: 240px; }
.footer-principles p { color: rgba(227,227,218,0.66); font-size: 14px; line-height: 1.45; }
.footer-principle-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.footer-principle-tags span { padding: 6px 8px; border: 1px solid rgba(227,227,218,0.2); border-radius: 100px; color: rgba(227,227,218,0.62); font-size: 8px; font-weight: 800; letter-spacing: 0.14em; }
.footer-hours { color: rgba(227,227,218,0.58); font-size: 11px; line-height: 1.55; }
.footer-hours { margin-top: 1px; color: rgba(227,227,218,0.72); }
.footer-socials { display: flex; flex-wrap: wrap; align-items: center; gap: 11px 15px; margin-top: 25px; }
.footer-social-heading { width: 100%; color: var(--red); font-size: 9px; font-weight: 850; letter-spacing: 0.14em; text-transform: uppercase; }
.footer-social-link { display: inline-flex; align-items: center; gap: 6px; color: rgba(227,227,218,0.68); font-size: 11px; font-weight: 700; transition: color 180ms ease, transform 180ms ease; }
.footer-social-link:hover { color: var(--cream); transform: translateY(-2px); }
.footer-social-link svg { width: 17px; height: 17px; }
.footer-social-link b { color: var(--red); font-size: 13px; font-weight: 500; }
.footer-cta { min-height: 185px; padding: 22px 22px 20px; border: 1px solid rgba(227,227,218,0.17); border-radius: 20px; background: rgba(42,44,57,0.72); }
.footer-cta .footer-label { margin-bottom: 13px; }
.footer-cta h3 { max-width: 210px; margin: 0 0 20px; color: var(--cream); font-size: 22px; line-height: 1.02; letter-spacing: -0.035em; }
.footer-cta .button { margin-top: auto; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 18px; padding-top: 21px; border-top: 1px solid rgba(227,227,218,0.16); color: rgba(227,227,218,0.44); font-size: 10px; }
.footer-bottom a { color: var(--cream); font-weight: 700; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 720ms var(--ease), transform 720ms var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: 90ms; }

@media (max-width: 1050px) {
  .container { width: min(100% - 48px, 920px); }
  .main-nav { gap: 15px; }
  .main-nav a { font-size: 12px; }
  .nav-social-link { width: 24px; height: 24px; }
  .nav-social-link svg { width: 13px; height: 13px; }
  .nav-actions .button { display: none; }
  .hero-grid { grid-template-columns: 0.9fr 1.1fr; gap: 35px; }
  .hero-visual { min-height: 540px; }
  .hero-panel { height: 500px; }
  .floating-chip { font-size: 10px; }
  .chip-top { right: -10px; }
  .chip-bottom { left: -10px; }
  .section-heading-light { gap: 42px; }
  .section-heading-light h2 { font-size: clamp(50px, 6.8vw, 78px); }
  .section-heading-light > p { margin-top: 66px; }
  .story-grid, .apply-grid { gap: 55px; }
  .apply-brand-row { width: min(920px, calc(100% - 48px)); }
  .faq-grid { gap: 55px; }
}

@media (max-width: 760px) {
  :root { --header-height: 72px; }
  .container { width: min(100% - 36px, 560px); }
  .section-pad { padding: 84px 0; }
  .nav-wrap { min-height: var(--header-height); }
  .brand img { width: 133px; }
  .main-nav { position: fixed; top: var(--header-height); left: 0; right: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 0; padding: 18px 24px 25px; border-bottom: 1px solid var(--line); background: rgba(227,227,218,0.98); transform: translateY(-130%); transition: transform 260ms var(--ease); }
  .main-nav.open { transform: translateY(0); }
  .main-nav a { width: 100%; padding: 14px 0; border-bottom: 1px solid rgba(32,34,45,0.08); font-size: 15px; }
  .main-nav .nav-social-link { justify-content: flex-start; width: 100%; height: auto; gap: 10px; padding: 14px 0; border: 0; border-bottom: 1px solid rgba(32,34,45,0.08); border-radius: 0; color: rgba(32, 34, 45, 0.74) !important; transform: none; }
  .main-nav .nav-social-link:nth-last-child(2) { margin-top: 5px; border-top: 1px solid rgba(32,34,45,0.08); }
  .main-nav .nav-social-link svg { width: 17px; height: 17px; }
  .main-nav .nav-social-link span { display: inline; }
  .menu-toggle { display: block; }
  .hero { padding-top: 58px; padding-bottom: 35px; }
  .hero-grid { display: block; }
  h1 { font-size: clamp(45px, 13vw, 68px); }
  .hero-lede { margin-top: 23px; font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 21px; margin-top: 29px; }
  .hero-proof { margin-top: 39px; }
  .hero-visual { min-height: 455px; margin-top: 48px; }
  .hero-panel { top: 0; right: 0; width: calc(100% - 12px); height: 420px; border-radius: 27px; }
  .panel-topline { top: 26px; right: 27px; left: 110px; }
  .panel-kicker { font-size: 8px; }
  .panel-status { gap: 6px; font-size: 8px; }
  .panel-status i { width: 5px; height: 5px; box-shadow: 0 0 0 4px rgba(204,23,45,0.14); }
  .panel-index { top: 86px; left: 27px; gap: 6px; font-size: 8px; }
  .panel-index span { width: 22px; height: 22px; }
  .panel-index b { width: 48px; margin-left: 3px; }
  .hero-panel-content { right: 27px; bottom: 30px; left: 27px; }
  .hero-panel-content h2 { font-size: clamp(40px, 12vw, 58px); }
  .panel-rule { margin-top: 20px; }
  .panel-caption { margin-top: 11px; font-size: 8px; }
  .hero-mark { top: -28px; left: -13px; width: 101px; height: 114px; }
  .orbit-one { right: -45px; bottom: -10px; width: 180px; height: 180px; }
  .orbit-two { top: -30px; left: 22px; width: 120px; height: 120px; }
  .floating-chip { min-height: 42px; padding: 0 11px; font-size: 9px; }
  .chip-top { top: -40px; right: 8px; }
  .chip-bottom { bottom: -18px; left: 12px; }
  .trust-row { display: block; margin-top: 29px; }
  .trust-items { flex-wrap: wrap; gap: 17px 26px; margin-top: 19px; }
  .trust-items b { font-size: 17px; }
  .marquee-track span { font-size: 10px; }
  .section-heading { display: block; margin-bottom: 34px; }
  .section-heading > p { margin-top: 24px; }
  .section-heading h2 { font-size: clamp(42px, 12vw, 62px); }
  .section-heading-light { gap: 0; margin-bottom: 48px; }
  .section-heading-light > p { margin-top: 26px; font-size: 15px; }
  .section-heading-light h2 { font-size: clamp(46px, 13vw, 68px); line-height: 0.95; letter-spacing: var(--display-tracking); }
  .filter-row { flex-wrap: nowrap; margin-right: -18px; padding-bottom: 5px; overflow-x: auto; scrollbar-width: none; }
  .filter-row::-webkit-scrollbar { display: none; }
  .filter-btn { flex: 0 0 auto; }
  .course-grid { grid-template-columns: 1fr; }
  .course-card { min-height: 255px; }
  .advantage-grid { grid-template-columns: repeat(2, 1fr); }
  .advantage-card { min-height: 244px; padding: 20px; }
  .advantage-icon { margin-top: 33px; }
  .advantage-card h3 { font-size: 16px; }
  .advantage-card p { font-size: 11px; }
  .story-grid, .apply-grid, .faq-grid { display: block; }
  .story-art { min-height: 356px; margin-bottom: 50px; }
  .story-art-main { right: 27px; border-radius: 24px; }
  .story-stamp { top: 18px; right: -3px; width: 91px; height: 91px; }
  .story-stamp strong { font-size: 23px; }
  .story-quote { right: 40px; bottom: 16px; left: 16px; padding: 13px 14px; font-size: 11px; }
  .story-copy h2, .faq-intro h2 { font-size: clamp(42px, 12vw, 60px); }
  .apply-brand-row { top: 24px; width: calc(100% - 36px); }
  .apply-brand img { width: 220px; }
  .results-empty { grid-template-columns: 1fr; gap: 22px; padding: 26px; }
  .results-data-grid { grid-template-columns: 1fr; }
  .result-empty-mark { width: 78px; height: 86px; }
  .result-empty-mark img { width: 100%; height: 100%; }
  .results-empty h3 { font-size: 27px; }
  .result-modal { padding: 14px; }
  .result-dialog { max-height: calc(100vh - 28px); border-radius: 22px; }
  .result-dialog-grid { grid-template-columns: 1fr; }
  .result-dialog-media { min-height: 250px; max-height: 300px; }
  .result-dialog-media img, .result-dialog-media .result-avatar { min-height: 250px; }
  .result-dialog-copy { padding: 35px 22px 25px; }
  .result-dialog-brand img { width: 155px; }
  .result-dialog-meta { gap: 11px; margin-top: 20px; }
  .result-dialog-meta .result-dialog-course { padding-left: 11px; font-size: 9px; }
  .result-dialog-copy h2 { font-size: clamp(36px, 12vw, 52px); }
  .result-detail-list { grid-template-columns: 1fr; }
  .roadmap-intro { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 20px; margin-bottom: 26px; padding: 0; text-align: left; }
  .roadmap-point { flex-direction: row; justify-content: flex-start; gap: 9px; text-align: left; }
  .roadmap-point-marker { width: 19px; height: 19px; border-radius: 50%; background: #2fbd76; box-shadow: 0 0 0 8px rgba(47,189,118,0.14); clip-path: none; }
  .roadmap-point-marker-end { width: 45px; height: 51px; border-radius: 0; background: var(--red); box-shadow: 0 8px 16px rgba(204,23,45,0.18); clip-path: polygon(50% 0%, 94% 25%, 94% 75%, 50% 100%, 6% 75%, 6% 25%); }
  .roadmap-point-marker-end::after { width: 10px; height: 16px; border-width: 0 3px 3px 0; }
  .roadmap-point-copy { align-items: flex-start; gap: 3px; }
  .roadmap-point-copy small { font-size: 8px; }
  .roadmap-point-copy strong { font-size: 13px; }
  .roadmap-point-end { margin-left: auto; }
  .roadmap-route-note { display: none; }
  .roadmap-canvas { display: grid; gap: 16px; min-height: 0; padding: 8px 0; }
  .roadmap-canvas::before { content: ""; position: absolute; z-index: 0; top: 32px; bottom: 32px; left: 45px; width: 2px; background: linear-gradient(180deg, rgba(204,23,45,0.62), rgba(32,34,45,0.24), rgba(204,23,45,0.62)); pointer-events: none; }
  .roadmap-route-art { display: none; }
  .roadmap-stage, .roadmap-stage-one, .roadmap-stage-two, .roadmap-stage-three, .roadmap-stage-four { position: relative; inset: auto; display: flex; align-items: center; width: 100%; min-height: 165px; padding: 24px 20px 24px 108px; text-align: left; }
  .process-step:hover { transform: translateY(-3px); }
  .process-node { position: absolute; top: 50%; left: 19px; width: 52px; height: 60px; margin: 0; transform: translateY(-50%); }
  .process-node span { font-size: 9px; }
  .process-step-copy { margin-top: 0; padding-top: 0; border-top: 0; }
  .process-step h3 { font-size: 17px; }
  .process-step p { max-width: 280px; margin-right: 0; margin-left: 0; font-size: 11px; }
  .apply-grid > .lead-form { margin-top: 48px; }
  .lead-form { padding: 25px 20px; }
  .faq-intro { margin-bottom: 42px; }
  .faq-list summary { font-size: 14px; }
  .contact-grid { display: block; }
  .contact-info { margin-top: 35px; }
  .map-card { min-height: 320px; margin-top: 42px; }
  .site-footer { padding-top: 58px; }
  .footer-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 39px 30px; }
  .footer-brand-block, .footer-cta, .footer-bottom { grid-column: 1 / -1; }
  .footer-cta { min-height: 0; }
  .footer-cta h3 { max-width: 330px; }
  .footer-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .footer-bottom a { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .site-footer { padding-top: 48px; }
  .footer-grid { gap: 32px 20px; }
  .brand-footer img { width: 165px; }
  .footer-brand-block > p { margin-top: 19px; font-size: 14px; }
  .footer-principles p { font-size: 13px; }
  .footer-hours { font-size: 10px; }
  .footer-bottom { display: flex; flex-wrap: wrap; gap: 9px 16px; font-size: 9px; }
  .footer-bottom a { width: 100%; }
}

@media (max-width: 420px) {
  .course-feature-grid { grid-template-columns: 1fr; }
  .panel-topline { right: 18px; left: 78px; gap: 8px; }
  .panel-kicker, .panel-status { font-size: 7px; white-space: nowrap; }
  .panel-kicker { letter-spacing: 0.1em; }
  .panel-status { gap: 5px; letter-spacing: 0.04em; }
}

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