:root {
  --red: #e60019;
  --red-dark: #a80012;
  --red-deep: #72000c;
  --red-soft: #ff3146;
  --rose: #fff1f3;
  --rose-2: #ffe4e8;
  --ink: #171217;
  --ink-2: #2a2027;
  --paper: #fffaf9;
  --white: #ffffff;
  --muted: #71666d;
  --line: rgba(87, 25, 35, 0.14);
  --line-light: rgba(255, 255, 255, 0.16);
  --cyan: #74ded6;
  --gold: #ffd98a;
  --blue: #728cff;
  --lime: #d9ff75;
  --shell: min(1280px, calc(100vw - 72px));
  --header-h: 78px;
  --shadow: 0 24px 80px rgba(11, 14, 24, 0.14);
  --ease: cubic-bezier(.2, .75, .25, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 24px); }
body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "SF Pro Display", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; }
::selection { background: var(--red); color: #fff; }

.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; background: #fff; padding: 12px 18px; border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }
.page-noise { position: fixed; inset: 0; z-index: 2000; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E"); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: var(--header-h);
  border-bottom: 1px solid transparent;
  color: #fff;
  transition: background .35s ease, border-color .35s ease, color .35s ease, box-shadow .35s ease;
}
.site-header.is-scrolled,
.site-header.is-light { background: rgba(255,255,255,.9); backdrop-filter: blur(20px); color: var(--ink); border-color: var(--line); box-shadow: 0 10px 32px rgba(10,11,14,.04); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center; background: var(--red); color: white; font-weight: 950; font-size: 22px; letter-spacing: -2px; transform: skew(-4deg); box-shadow: inset -7px -7px 16px rgba(100,0,10,.18); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy b { font-size: 17px; letter-spacing: .03em; }
.brand-copy small { margin-top: 3px; font-weight: 680; font-size: 12px; letter-spacing: .36em; opacity: .74; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: 34px; margin-left: auto; }
.primary-nav a { position: relative; font-size: 14px; font-weight: 680; letter-spacing: .02em; padding: 28px 0; opacity: .72; transition: opacity .2s ease; }
.primary-nav a:hover, .primary-nav a.is-active { opacity: 1; }
.primary-nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 17px; height: 2px; background: var(--red); transition: left .25s ease, right .25s ease; }
.primary-nav a:hover::after, .primary-nav a.is-active::after { left: 0; right: 0; }
.header-consult { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.08); color: inherit; border-radius: 999px; padding: 11px 17px; font-size: 13px; font-weight: 750; cursor: pointer; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.site-header.is-scrolled .header-consult, .site-header.is-light .header-consult { border-color: var(--line); background: #fff; }
.header-consult:hover { background: var(--red) !important; border-color: var(--red) !important; color: #fff; transform: translateY(-1px); }
.online-dot { width: 8px; height: 8px; border-radius: 50%; background: #65ef84; box-shadow: 0 0 0 4px rgba(101,239,132,.14); }
.nav-account { min-height: 38px; display: inline-flex; align-items: center; gap: 8px; padding: 5px 11px 5px 6px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(255,255,255,.09); color: inherit; cursor: pointer; white-space: nowrap; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.nav-account:hover { transform: translateY(-1px); background: rgba(255,255,255,.18); }
.account-avatar { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--red); font-size: 11px; font-weight: 900; }
.nav-account b { max-width: 86px; overflow: hidden; text-overflow: ellipsis; font-size: 11px; }
.nav-account.is-logged-in .account-avatar { background: var(--gold); color: var(--red-deep); }
.site-header.is-scrolled .nav-account,
.site-header.is-light .nav-account { border-color: var(--line); background: var(--rose); color: var(--red-dark); }
.nav-toggle { display: none; margin-left: auto; width: 42px; height: 42px; border-radius: 10px; border: 1px solid currentColor; background: transparent; flex-direction: column; align-items: center; justify-content: center; gap: 4px; cursor: pointer; }
.nav-toggle > span:not(.sr-only) { width: 18px; height: 2px; background: currentColor; }

.page { display: none; }
.page.is-active { display: block; animation: page-in .5s var(--ease) both; }
@keyframes page-in { from { opacity: 0; } to { opacity: 1; } }

.hero, .inner-hero { position: relative; overflow: hidden; color: #fff; background: var(--ink); }
.hero-home { min-height: 970px; padding: 164px 0 46px; }
.hero-grid, .tech-lines, .cta-grid { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.048) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.048) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.hero-grid::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,11,14,.2), transparent 45%, rgba(10,11,14,.12)); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.glow-one { width: 720px; height: 720px; right: -250px; top: -120px; background: radial-gradient(circle, rgba(239,0,21,.28), rgba(239,0,21,0) 68%); }
.glow-two { width: 560px; height: 560px; left: 32%; bottom: -380px; background: radial-gradient(circle, rgba(143,245,237,.12), rgba(143,245,237,0) 68%); }
.hero-layout { position: relative; display: grid; grid-template-columns: minmax(0, .93fr) minmax(500px, 1.07fr); align-items: center; gap: 70px; min-height: 640px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: rgba(255,255,255,.6); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--red); }
.eyebrow.dark { color: #70737b; }
.hero-copy h1, .inner-hero h1 { margin: 0; font-size: clamp(54px, 6vw, 88px); line-height: 1.02; letter-spacing: -.065em; font-weight: 880; }
.hero-copy h1 em, .inner-hero h1 em { color: var(--red); font-style: normal; }
.hero-lead { max-width: 620px; margin: 28px 0 0; color: rgba(255,255,255,.66); font-size: 18px; line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 0 22px; border: 1px solid transparent; border-radius: 6px; font-weight: 780; font-size: 14px; cursor: pointer; transition: transform .24s ease, background .24s ease, color .24s ease, border-color .24s ease, box-shadow .24s ease; }
.btn span { font-size: 18px; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--red); color: #fff; box-shadow: 0 12px 34px rgba(239,0,21,.27); }
.btn-primary:hover { background: var(--red-soft); box-shadow: 0 18px 40px rgba(239,0,21,.34); }
.btn-ghost { border-color: rgba(255,255,255,.24); color: #fff; background: rgba(255,255,255,.03); }
.btn-ghost:hover { background: #fff; color: var(--ink); }
.btn-white { background: #fff; color: var(--ink); }
.btn-white:hover { background: var(--ink); color: #fff; }
.btn-outline { border-color: var(--line); background: transparent; color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.hero-trust { display: flex; align-items: center; gap: 14px; margin-top: 40px; }
.trust-avatars { display: flex; }
.trust-avatars i { width: 36px; height: 36px; margin-left: -8px; display: grid; place-items: center; border-radius: 50%; border: 2px solid var(--ink); background: #fff; color: var(--ink); font-size: 10px; font-weight: 850; font-style: normal; }
.trust-avatars i:first-child { margin-left: 0; background: var(--red); color: #fff; }
.trust-avatars i:last-child { width: 48px; border-radius: 999px; background: var(--cyan); }
.hero-trust p { display: flex; flex-direction: column; margin: 0; }
.hero-trust strong { font-size: 13px; }
.hero-trust small { margin-top: 4px; color: rgba(255,255,255,.46); font-size: 11px; }

.hero-visual { position: relative; height: 570px; }
.visual-frame { position: absolute; overflow: hidden; border-radius: 8px; border: 1px solid rgba(255,255,255,.16); background: #20232a; box-shadow: 0 30px 80px rgba(0,0,0,.36); }
.visual-frame img { width: 100%; height: 100%; object-fit: cover; }
.main-frame { width: 76%; height: 75%; right: 4%; top: 12%; transform: perspective(1000px) rotateY(-5deg) rotateZ(1deg); }
.main-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(150deg, transparent 45%, rgba(10,11,14,.42)); }
.small-frame { width: 34%; height: 34%; z-index: 2; }
.top-frame { left: 0; top: 0; transform: rotate(-3deg); }
.bottom-frame { left: 4%; bottom: 0; transform: rotate(2deg); }
.photo-chip { position: absolute; z-index: 3; right: 16px; top: 16px; display: flex; align-items: center; gap: 8px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(9,10,13,.66); backdrop-filter: blur(12px); font-size: 10px; font-weight: 760; letter-spacing: .08em; }
.photo-chip i { width: 7px; height: 7px; border-radius: 50%; background: #58f57f; box-shadow: 0 0 0 4px rgba(88,245,127,.12); }
.orbit-card { position: absolute; z-index: 5; right: -18px; bottom: 32px; width: 150px; aspect-ratio: 1; display: flex; flex-direction: column; justify-content: center; padding: 22px; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); background: rgba(15,17,21,.7); backdrop-filter: blur(18px); box-shadow: inset 0 0 0 12px rgba(255,255,255,.025); animation: orbit-float 5s ease-in-out infinite; }
.orbit-card::before { content: ""; position: absolute; inset: 12px; border: 1px dashed rgba(143,245,237,.4); border-radius: 50%; animation: spin 18s linear infinite; }
.orbit-card span, .orbit-card strong, .orbit-card small { position: relative; z-index: 1; }
.orbit-card span { color: var(--cyan); font-size: 8px; letter-spacing: .18em; }
.orbit-card strong { font-size: 32px; margin: 4px 0; }
.orbit-card small { color: rgba(255,255,255,.55); font-size: 9px; }
.scan-line { position: absolute; z-index: 6; left: 6%; right: 2%; height: 1px; top: 18%; background: linear-gradient(90deg, transparent, var(--red), transparent); box-shadow: 0 0 18px rgba(239,0,21,.9); animation: scan 5.8s ease-in-out infinite; }
@keyframes scan { 0%, 100% { top: 18%; opacity: 0; } 12% { opacity: 1; } 65% { top: 82%; opacity: 1; } 80% { opacity: 0; } }
@keyframes orbit-float { 50% { transform: translateY(-12px) rotate(2deg); } }
@keyframes spin { to { transform: rotate(360deg); } }

.stats-strip { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 55px; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.stats-strip div { display: flex; align-items: baseline; justify-content: center; gap: 10px; min-height: 112px; border-right: 1px solid var(--line-light); }
.stats-strip div:last-child { border: 0; }
.stats-strip strong { font-size: 40px; letter-spacing: -.05em; }
.stats-strip sup { color: var(--red); font-size: 14px; margin-left: 3px; }
.stats-strip span { color: rgba(255,255,255,.48); font-size: 12px; }

.section { position: relative; padding: 128px 0; }
.section-light { background: #fff; }
.section-soft { background: #efeee9; }
.section-ink { color: #fff; background: var(--ink); }
.section-head { margin-bottom: 58px; }
.section-head h2, .method-copy h2, .intro-statement h2, .map-copy h2, .culture-intro h2, .price-copy h2, .faq-head h2, .research-copy h2, .growth-intro h2, .privacy-copy h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.12; letter-spacing: -.055em; }
.split-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; }
.split-head > p, .head-actions > p { max-width: 440px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.section-ink .split-head > p, .section-ink .head-actions > p { color: rgba(255,255,255,.5); }
.head-actions { display: flex; flex-direction: column; align-items: flex-end; gap: 18px; }
.text-link, .text-button { display: inline-flex; align-items: center; gap: 14px; color: var(--ink); font-size: 13px; font-weight: 800; padding-bottom: 7px; border: 0; border-bottom: 1px solid currentColor; background: transparent; cursor: pointer; transition: gap .2s ease, color .2s ease; }
.text-link:hover, .text-button:hover { gap: 20px; color: var(--red); }
.text-link.light { color: #fff; }

.need-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.need-card { position: relative; min-height: 310px; padding: 28px; display: flex; flex-direction: column; align-items: flex-start; text-align: left; border: 0; border-right: 1px solid var(--line); background: #fff; cursor: pointer; overflow: hidden; transition: color .3s ease, transform .3s ease; }
.need-card:last-child { border-right: 0; }
.need-card::before { content: ""; position: absolute; inset: auto 0 0; height: 0; background: var(--red); transition: height .38s var(--ease); }
.need-card > * { position: relative; z-index: 1; }
.need-card:hover { color: #fff; transform: translateY(-4px); z-index: 2; }
.need-card:hover::before { height: 100%; }
.need-index { color: #999ca3; font-size: 11px; font-weight: 780; letter-spacing: .1em; }
.need-icon { width: 62px; height: 62px; margin: 38px 0 28px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line); color: var(--red); font-size: 27px; font-style: normal; transition: border-color .2s ease, background .2s ease; }
.need-card:hover .need-icon { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.1); color: #fff; }
.need-card strong { font-size: 22px; letter-spacing: -.03em; }
.need-card small { margin-top: 10px; color: var(--muted); font-size: 13px; line-height: 1.65; transition: color .2s ease; }
.need-card:hover small { color: rgba(255,255,255,.7); }
.need-card b { margin-top: auto; font-size: 12px; opacity: 0; transform: translateX(-8px); transition: opacity .25s ease, transform .25s ease; }
.need-card:hover b { opacity: 1; transform: none; }

.course-preview { overflow: hidden; padding-bottom: 150px; }
.tech-lines { opacity: .65; mask-image: linear-gradient(90deg, transparent, black 20%, black 80%, transparent); }
.marquee-shell { position: relative; width: 100%; overflow: hidden; }
.marquee-track { display: flex; gap: 18px; width: max-content; animation: course-scroll 42s linear infinite; padding: 0 18px; }
.marquee-track:hover { animation-play-state: paused; }
@keyframes course-scroll { to { transform: translateX(-50%); } }
.marquee-fade { position: absolute; z-index: 4; top: 0; bottom: 0; width: 8vw; pointer-events: none; }
.marquee-fade.left { left: 0; background: linear-gradient(90deg, var(--ink), transparent); }
.marquee-fade.right { right: 0; background: linear-gradient(-90deg, var(--ink), transparent); }
.course-marquee-card { width: 340px; min-height: 388px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line-light); border-radius: 8px; background: linear-gradient(150deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); backdrop-filter: blur(10px); transition: border-color .25s ease, background .25s ease, transform .25s ease; }
.course-marquee-card:hover { border-color: rgba(239,0,21,.8); background: rgba(239,0,21,.08); transform: translateY(-5px); }
.course-card-top { display: flex; align-items: center; justify-content: space-between; }
.course-card-top span { padding: 7px 10px; border-radius: 999px; background: rgba(143,245,237,.12); color: var(--cyan); font-size: 10px; font-weight: 780; letter-spacing: .08em; }
.course-card-top i { color: rgba(255,255,255,.3); font-style: normal; font-size: 11px; }
.course-marquee-card h3 { margin: 38px 0 12px; font-size: 27px; line-height: 1.25; letter-spacing: -.04em; }
.course-marquee-card > p { margin: 0; min-height: 58px; color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.7; }
.course-meta { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 26px; }
.course-meta span { padding: 8px 10px; border: 1px solid var(--line-light); border-radius: 4px; color: rgba(255,255,255,.65); font-size: 10px; }
.course-marquee-card footer { display: flex; align-items: flex-end; justify-content: space-between; margin-top: auto; padding-top: 30px; border-top: 1px solid var(--line-light); }
.course-marquee-card footer div { display: flex; flex-direction: column; gap: 5px; }
.course-marquee-card footer small { color: rgba(255,255,255,.38); font-size: 9px; }
.course-marquee-card footer strong { font-size: 15px; }
.course-marquee-card footer a { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--red); font-size: 18px; }

.method-section { overflow: hidden; background: #fff; }
.method-layout { display: grid; grid-template-columns: .76fr 1.24fr; align-items: center; gap: 90px; }
.method-copy p:not(.eyebrow) { max-width: 450px; margin: 26px 0 28px; color: var(--muted); line-height: 1.85; }
.method-orbit { position: relative; min-height: 600px; display: grid; place-items: center; }
.method-orbit::before { content: ""; position: absolute; width: 68%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 50% 45%, rgba(239,0,21,.08), transparent 67%); }
.orbit-center { position: relative; z-index: 3; width: 236px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: var(--ink); color: #fff; box-shadow: 0 30px 80px rgba(10,11,14,.24); }
.orbit-center::before { content: ""; position: absolute; inset: 14px; border: 1px dashed rgba(143,245,237,.3); border-radius: 50%; animation: spin 30s linear infinite; }
.orbit-center > * { position: relative; z-index: 1; }
.orbit-center span { color: var(--cyan); font-size: 9px; font-weight: 800; letter-spacing: .25em; }
.orbit-center strong { margin-top: 10px; font-size: 26px; }
.orbit-center small { margin-top: 8px; color: rgba(255,255,255,.45); font-size: 10px; }
.orbit-ring { position: absolute; border-radius: 50%; border: 1px solid var(--line); }
.ring-a { width: 440px; height: 440px; }
.ring-b { width: 590px; height: 590px; border-style: dashed; opacity: .75; animation: spin 54s linear infinite reverse; }
.orbit-node { position: absolute; z-index: 4; width: 112px; height: 112px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; border: 1px solid var(--line); background: #fff; box-shadow: 0 16px 36px rgba(14,16,20,.08); }
.orbit-node b { color: var(--red); font-size: 10px; }
.orbit-node span { margin-top: 7px; font-size: 16px; font-weight: 800; }
.node-1 { top: 20px; left: calc(50% - 56px); }
.node-2 { right: 18px; top: 160px; }
.node-3 { right: 80px; bottom: 38px; }
.node-4 { left: 76px; bottom: 42px; }
.node-5 { left: 14px; top: 168px; }

.teacher-preview { overflow: hidden; }
.slider-controls { display: flex; gap: 8px; }
.slider-controls button { width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); background: transparent; color: #fff; cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s ease; }
.dark-controls button, .section-soft .slider-controls button { border-color: var(--line); color: var(--ink); }
.slider-controls button:hover { background: var(--red); color: #fff; border-color: var(--red); transform: translateY(-2px); }
.horizontal-track { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 10px; }
.horizontal-track::-webkit-scrollbar, .campus-track::-webkit-scrollbar { display: none; }
.teacher-card { flex: 0 0 304px; scroll-snap-align: start; background: #fff; border: 1px solid var(--line); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.teacher-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.teacher-photo { position: relative; aspect-ratio: .92; overflow: hidden; background: #d8d8d8; }
.teacher-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.82); transition: transform .45s ease, filter .45s ease; }
.teacher-card:hover .teacher-photo img { transform: scale(1.035); filter: saturate(1); }
.teacher-photo span { position: absolute; right: 12px; top: 12px; padding: 7px 9px; border-radius: 999px; background: rgba(10,11,14,.72); backdrop-filter: blur(8px); color: #fff; font-size: 9px; letter-spacing: .08em; }
.teacher-info { padding: 22px; }
.teacher-info header { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; }
.teacher-info h3 { margin: 0; font-size: 23px; }
.teacher-info header span { color: var(--red); font-size: 11px; font-weight: 800; }
.teacher-info p { min-height: 48px; margin: 12px 0 18px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.teacher-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.teacher-tags span { padding: 6px 8px; border-radius: 3px; background: #f1f0ed; color: #676a72; font-size: 9px; }
.section-foot-link { margin-top: 36px; text-align: right; }

.campus-preview { background: #fff; }
.campus-stage { overflow: hidden; }
.campus-track { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.campus-slide { position: relative; flex: 0 0 73%; min-height: 500px; scroll-snap-align: start; overflow: hidden; background: #ddd; }
.campus-slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.campus-slide:hover img { transform: scale(1.025); }
.campus-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,6,8,.7), transparent 58%); }
.campus-slide > div { position: absolute; z-index: 2; left: 34px; bottom: 32px; color: #fff; }
.campus-slide span { color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.campus-slide strong { display: block; margin-top: 10px; font-size: 28px; }
.campus-slide small { display: block; margin-top: 8px; color: rgba(255,255,255,.62); }
.campus-cities { display: flex; align-items: center; gap: 16px; margin-top: 28px; color: var(--muted); font-size: 11px; }
.campus-cities > span { color: var(--red); font-weight: 800; }
.campus-cities i { flex: 1; height: 1px; background: var(--line); }
.campus-cities b { color: var(--ink); font-size: 11px; }
.campus-cities a { margin-left: 20px; color: var(--ink); font-weight: 800; }

.stories-preview { overflow: hidden; }
.story-grid { display: grid; grid-template-columns: 1.7fr .75fr .75fr; gap: 18px; }
.story-feature { position: relative; min-height: 510px; overflow: hidden; background: #222; }
.story-feature img { width: 100%; height: 100%; object-fit: cover; opacity: .72; filter: saturate(.7); }
.story-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,7,9,.9), rgba(6,7,9,.1)); }
.story-overlay { position: absolute; z-index: 2; inset: auto 40% 44px 40px; }
.story-overlay span, .story-metric > span { color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.story-overlay h3 { margin: 13px 0; font-size: 31px; line-height: 1.25; letter-spacing: -.04em; }
.story-overlay p { color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.8; }
.story-overlay a { display: inline-block; margin-top: 12px; font-size: 12px; font-weight: 800; }
.story-quote, .story-metric { min-height: 510px; padding: 30px; border: 1px solid var(--line-light); display: flex; flex-direction: column; }
.story-quote { background: #17191e; }
.quote-mark { color: var(--red); font-family: Georgia, serif; font-size: 80px; line-height: .8; }
.story-quote > p { margin: 50px 0; font-size: 18px; line-height: 1.8; }
.story-quote footer { margin-top: auto; display: flex; flex-direction: column; gap: 6px; }
.story-quote footer span { color: rgba(255,255,255,.4); font-size: 10px; }
.story-metric { background: var(--red); border-color: var(--red); }
.story-metric > span { color: rgba(255,255,255,.65); }
.story-metric strong { margin-top: auto; font-size: 38px; line-height: 1.25; }
.story-metric strong i { color: rgba(255,255,255,.35); font-style: normal; }
.story-metric p { margin: 20px 0 40px; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.7; }
.metric-line { height: 3px; background: rgba(255,255,255,.25); }
.metric-line i { display: block; width: 72%; height: 100%; background: #fff; }

.cta-section { background: #fff; }
.cta-card { position: relative; min-height: 360px; display: grid; grid-template-columns: 1.4fr .6fr; gap: 60px; align-items: center; padding: 64px; overflow: hidden; background: var(--red); color: #fff; }
.cta-card > *:not(.cta-grid) { position: relative; z-index: 1; }
.cta-card h2 { margin: 0; font-size: clamp(38px, 4vw, 60px); line-height: 1.12; letter-spacing: -.055em; }
.cta-grid { opacity: .55; mask-image: linear-gradient(90deg, transparent, black 50%, black); }
.cta-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 26px; }
.cta-phone { display: flex; flex-direction: column; gap: 6px; }
.cta-phone small { color: rgba(255,255,255,.6); font-size: 10px; letter-spacing: .1em; }
.cta-phone strong { font-size: 24px; }
.compact-cta { padding-top: 50px; }
.compact-cta .cta-card { min-height: 300px; }

.inner-hero { min-height: 720px; padding: calc(var(--header-h) + 90px) 0 70px; display: flex; align-items: center; }
.inner-hero-layout { position: relative; display: grid; grid-template-columns: 1fr .88fr; gap: 80px; align-items: center; width: var(--shell); }
.inner-hero h1 { font-size: clamp(52px, 5.6vw, 82px); }
.inner-hero-layout > div:first-child > p:not(.eyebrow) { max-width: 610px; margin: 28px 0 0; color: rgba(255,255,255,.58); font-size: 17px; line-height: 1.85; }
.about-hero { background: #0a0b0e; }
.about-hero-art { position: relative; min-height: 470px; display: grid; place-items: center; }
.about-hero-art img { position: relative; z-index: 2; width: 270px; filter: drop-shadow(0 30px 55px rgba(0,0,0,.5)); transform: rotate(4deg); animation: book-float 5s ease-in-out infinite; }
@keyframes book-float { 50% { transform: rotate(2deg) translateY(-13px); } }
.art-ring { position: absolute; width: 430px; height: 430px; border-radius: 50%; border: 1px solid rgba(255,255,255,.15); box-shadow: inset 0 0 80px rgba(239,0,21,.14); }
.art-ring::before, .art-ring::after { content: ""; position: absolute; border-radius: 50%; border: 1px dashed rgba(143,245,237,.22); }
.art-ring::before { inset: 35px; animation: spin 30s linear infinite; }
.art-ring::after { inset: -40px; animation: spin 50s linear infinite reverse; }
.art-label { position: absolute; z-index: 4; right: 0; bottom: 36px; padding: 16px 20px; border-left: 2px solid var(--red); background: rgba(255,255,255,.05); backdrop-filter: blur(10px); }
.art-label span, .art-label strong { display: block; }
.art-label span { color: rgba(255,255,255,.42); font-size: 9px; }
.art-label strong { margin-top: 5px; font-size: 15px; }

.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: start; }
.intro-statement > span { display: inline-block; margin-bottom: 20px; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.intro-body p { margin: 0 0 20px; color: var(--muted); line-height: 1.9; }
.intro-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 34px; }
.intro-tags span { padding: 10px 13px; background: #efeee9; color: #5e6169; font-size: 10px; }

.history-section { overflow: hidden; }
.timeline { display: flex; gap: 0; overflow-x: auto; scrollbar-width: thin; scrollbar-color: var(--red) transparent; padding: 0 0 34px; scroll-snap-type: x proximity; }
.timeline article { position: relative; flex: 0 0 280px; min-height: 300px; padding: 0 28px 0 0; scroll-snap-align: start; }
.timeline article::after { content: ""; position: absolute; left: 12px; right: 0; top: 85px; height: 1px; background: var(--line); }
.timeline time { display: block; color: var(--red); font-size: 42px; font-weight: 880; letter-spacing: -.05em; }
.timeline article > span { position: relative; z-index: 2; display: block; width: 13px; height: 13px; margin: 19px 0 35px 6px; border: 3px solid var(--red); border-radius: 50%; background: #efeee9; }
.timeline h3 { margin: 0 0 13px; font-size: 19px; }
.timeline p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }

.map-layout { display: grid; grid-template-columns: .65fr 1.35fr; align-items: center; gap: 70px; }
.map-copy > p:not(.eyebrow) { margin: 24px 0; color: var(--muted); line-height: 1.8; }
.map-copy ul { list-style: none; margin: 40px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.map-copy li { padding: 22px 12px 0 0; }
.map-copy li b { display: block; color: var(--red); font-size: 30px; }
.map-copy li span { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; }
.map-card { position: relative; min-height: 560px; display: grid; place-items: center; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); overflow: hidden; }
.map-card::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(10,11,14,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(10,11,14,.04) 1px, transparent 1px); background-size: 40px 40px; }
.map-card img { position: relative; z-index: 1; width: 94%; mix-blend-mode: multiply; }
.map-pulse { position: absolute; z-index: 2; width: 14px; height: 14px; border-radius: 50%; background: var(--red); }
.map-pulse::after { content: ""; position: absolute; inset: -8px; border: 1px solid var(--red); border-radius: 50%; animation: pulse 2.4s ease-out infinite; }
.pulse-a { left: 48%; top: 50%; }
.pulse-b { right: 21%; top: 54%; }
.pulse-b::after { animation-delay: .9s; }
@keyframes pulse { from { transform: scale(.5); opacity: 1; } to { transform: scale(2.5); opacity: 0; } }

.campus-locator { overflow: hidden; }
.city-tabs { display: flex; gap: 8px; margin-bottom: 28px; flex-wrap: wrap; }
.city-tabs button, .subject-filters button { min-width: 72px; padding: 10px 16px; border: 1px solid var(--line-light); border-radius: 999px; color: rgba(255,255,255,.62); background: transparent; cursor: pointer; font-size: 12px; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.city-tabs button:hover, .city-tabs button.is-active { background: var(--red); color: #fff; border-color: var(--red); }
.campus-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-light); }
.campus-list article { min-height: 184px; padding: 28px 28px 28px 0; border-bottom: 1px solid var(--line-light); display: grid; grid-template-columns: 50px 1fr auto; gap: 18px; align-items: start; }
.campus-list article:nth-child(odd) { border-right: 1px solid var(--line-light); padding-right: 28px; }
.campus-list article:nth-child(even) { padding-left: 28px; }
.campus-num { color: var(--red); font-size: 11px; font-weight: 800; }
.campus-list h3 { margin: 0 0 11px; font-size: 18px; }
.campus-list p { margin: 0; color: rgba(255,255,255,.48); font-size: 12px; line-height: 1.7; }
.campus-list small { display: block; margin-top: 12px; color: var(--cyan); font-size: 9px; }
.campus-list a { align-self: center; padding: 10px 12px; border: 1px solid var(--line-light); font-size: 11px; }
.campus-list a:hover { background: #fff; color: var(--ink); }

.mosaic-gallery { display: grid; grid-template-columns: 1.4fr .8fr .8fr; grid-template-rows: 270px 270px; gap: 12px; }
.gallery-item { position: relative; border: 0; padding: 0; overflow: hidden; background: #ddd; cursor: zoom-in; }
.gallery-large { grid-row: 1 / 3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease), filter .6s ease; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,5,7,.7), transparent 55%); opacity: .8; }
.gallery-item span { position: absolute; z-index: 2; left: 18px; bottom: 16px; color: #fff; font-size: 11px; font-weight: 750; }
.gallery-item:hover img { transform: scale(1.04); filter: saturate(1.1); }

.culture-section { background: #fff; }
.culture-intro { display: flex; justify-content: space-between; align-items: end; margin-bottom: 55px; }
.culture-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.culture-grid article { min-height: 280px; padding: 26px; border-right: 1px solid var(--line); transition: background .25s ease, color .25s ease; }
.culture-grid article:last-child { border: 0; }
.culture-grid article:hover { background: var(--ink); color: #fff; }
.culture-grid span { color: var(--red); font-size: 11px; font-weight: 800; }
.culture-grid h3 { margin: 80px 0 15px; font-size: 22px; }
.culture-grid p { color: var(--muted); font-size: 12px; line-height: 1.8; }
.culture-grid article:hover p { color: rgba(255,255,255,.55); }

.course-hero { background: radial-gradient(circle at 75% 35%, #261117 0, #0a0b0e 45%); }
.course-hero-layout .btn { margin-top: 32px; }
.course-console { position: relative; min-height: 420px; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; background: rgba(255,255,255,.045); box-shadow: 0 40px 100px rgba(0,0,0,.4); backdrop-filter: blur(10px); transform: perspective(1000px) rotateY(-6deg) rotateX(2deg); overflow: hidden; }
.course-console::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 32px 32px; }
.console-top { position: relative; z-index: 1; height: 52px; display: flex; align-items: center; gap: 7px; padding: 0 18px; border-bottom: 1px solid rgba(255,255,255,.12); }
.console-top i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.25); }
.console-top i:first-child { background: var(--red); }
.console-top span { margin-left: auto; color: rgba(255,255,255,.35); font-size: 8px; letter-spacing: .15em; }
.console-body { position: relative; z-index: 1; min-height: 368px; padding: 54px; display: flex; flex-direction: column; justify-content: center; }
.console-label { color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.console-body strong { margin-top: 14px; font-size: 32px; }
.console-bars { display: grid; gap: 12px; margin: 48px 0 32px; }
.console-bars i { width: var(--w); height: 4px; background: linear-gradient(90deg, var(--red), var(--cyan)); box-shadow: 0 0 14px rgba(143,245,237,.25); }
.console-body small { color: rgba(255,255,255,.4); }

.catalog-toolbar, .directory-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 40px; }
.catalog-toolbar h2, .directory-toolbar h2 { margin: 0; font-size: clamp(38px, 4vw, 56px); letter-spacing: -.05em; }
.filter-group { display: flex; gap: 12px; }
.filter-group label { display: flex; flex-direction: column; gap: 7px; color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .08em; }
.filter-group select { min-width: 150px; height: 45px; padding: 0 38px 0 14px; border: 1px solid var(--line); border-radius: 4px; background: #fff; color: var(--ink); outline: none; }
.filter-group select:focus { border-color: var(--red); }
.catalog-notice { display: grid; grid-template-columns: 32px 1fr auto; gap: 15px; align-items: center; margin-bottom: 28px; padding: 18px 20px; border-left: 3px solid var(--red); background: #fff; box-shadow: 0 10px 30px rgba(10,11,14,.04); }
.catalog-notice > span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: #fff; font-size: 12px; font-weight: 800; }
.catalog-notice p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.catalog-notice p strong { color: var(--ink); margin-right: 8px; }
.catalog-notice a { font-size: 13px; font-weight: 800; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.catalog-card { min-height: 430px; padding: 26px; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.catalog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(239,0,21,.35); }
.catalog-card header { display: flex; justify-content: space-between; align-items: center; }
.catalog-card header span { color: var(--red); font-size: 10px; font-weight: 800; }
.catalog-card header i { font-style: normal; color: #b0b2b8; font-size: 10px; }
.catalog-card h3 { margin: 30px 0 12px; font-size: 25px; line-height: 1.3; letter-spacing: -.04em; }
.catalog-card > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.catalog-highlights { list-style: none; padding: 0; margin: 26px 0; display: grid; gap: 9px; }
.catalog-highlights li { color: #52555d; font-size: 11px; }
.catalog-highlights li::before { content: "·"; color: var(--red); font-size: 18px; margin-right: 8px; vertical-align: -1px; }
.catalog-card footer { margin-top: auto; padding-top: 19px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr auto; gap: 10px; align-items: end; }
.catalog-card footer div { display: flex; flex-direction: column; gap: 4px; }
.catalog-card footer small { color: #9a9da4; font-size: 8px; }
.catalog-card footer strong { font-size: 11px; }
.catalog-card footer button { width: 36px; height: 36px; border-radius: 50%; border: 0; background: var(--ink); color: #fff; cursor: pointer; }
.catalog-card footer button:hover { background: var(--red); }
.filter-empty { text-align: center; padding: 70px 0; color: var(--muted); }

.price-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.price-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.85; }
.price-checklist { border-top: 1px solid var(--line); }
.price-checklist article { display: grid; grid-template-columns: 44px 1fr 32px; gap: 18px; align-items: center; min-height: 118px; border-bottom: 1px solid var(--line); }
.price-checklist article > span { color: var(--red); font-size: 10px; font-weight: 800; }
.price-checklist h3 { margin: 0 0 7px; font-size: 18px; }
.price-checklist p { margin: 0; color: var(--muted); font-size: 11px; }
.price-checklist i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--red); font-style: normal; }

.method-steps { display: grid; grid-template-columns: repeat(9, auto); align-items: center; gap: 15px; }
.method-steps article { min-height: 160px; padding: 20px; display: flex; flex-direction: column; border: 1px solid var(--line-light); background: rgba(255,255,255,.035); }
.method-steps article b { color: var(--red); font-size: 10px; }
.method-steps article span { margin-top: auto; font-size: 17px; font-weight: 800; }
.method-steps article small { margin-top: 7px; color: rgba(255,255,255,.42); font-size: 9px; }
.method-steps > i { color: rgba(255,255,255,.25); font-style: normal; }
.method-photo { position: relative; min-height: 520px; margin-top: 70px; overflow: hidden; }
.method-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; }
.method-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,8,10,.86), transparent 68%); }
.method-photo > div { position: absolute; z-index: 2; left: 50px; bottom: 50px; }
.method-photo span { color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.method-photo h3 { margin: 16px 0 0; font-size: 38px; line-height: 1.3; }

.faq-layout { display: grid; grid-template-columns: .55fr 1.45fr; gap: 90px; }
.faq-head .btn { margin-top: 32px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-size: 16px; font-weight: 780; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 23px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); color: var(--red); }
.faq-list details p { max-width: 760px; margin: -6px 0 28px; color: var(--muted); font-size: 13px; line-height: 1.85; }

.faculty-hero { background: radial-gradient(circle at 74% 50%, #1d1a20, #08090c 55%); }
.faculty-number { position: relative; width: 430px; height: 430px; display: flex; flex-direction: column; align-items: center; justify-content: center; justify-self: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.16); }
.faculty-number > * { position: relative; z-index: 2; }
.faculty-number > small { color: var(--cyan); font-size: 9px; letter-spacing: .2em; }
.faculty-number > strong { margin: 10px 0; font-size: 108px; line-height: 1; letter-spacing: -.08em; }
.faculty-number > strong span { color: var(--red); font-size: 44px; }
.faculty-number > p { margin: 0; color: rgba(255,255,255,.42); font-size: 10px; }
.number-ring { position: absolute; inset: 23px; border: 1px dashed rgba(239,0,21,.45); border-radius: 50%; animation: spin 34s linear infinite; }
.number-ring::before { content: ""; position: absolute; width: 12px; height: 12px; top: 17%; left: 1%; border-radius: 50%; background: var(--red); box-shadow: 0 0 24px rgba(239,0,21,.8); }

.selection-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr; gap: 14px; align-items: center; }
.selection-flow article { min-height: 235px; padding: 22px; border: 1px solid var(--line); display: flex; flex-direction: column; transition: background .25s ease, color .25s ease, transform .25s ease; }
.selection-flow article:hover { background: var(--ink); color: #fff; transform: translateY(-5px); }
.selection-flow article > span { color: var(--red); font-size: 10px; font-weight: 800; }
.selection-flow article > i { width: 54px; height: 54px; margin: 30px 0; display: grid; place-items: center; border-radius: 50%; background: #efeee9; color: var(--ink); font-size: 12px; font-weight: 800; font-style: normal; }
.selection-flow h3 { margin: auto 0 8px; font-size: 17px; }
.selection-flow p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.selection-flow article:hover p { color: rgba(255,255,255,.48); }
.selection-flow > b { color: #b5b7bd; font-weight: 400; }
.qualification-note { display: grid; grid-template-columns: 90px 1fr; gap: 20px; margin-top: 40px; padding: 22px; background: #fff; border-left: 3px solid var(--red); }
.qualification-note span { color: var(--red); font-size: 11px; font-weight: 800; }
.qualification-note p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }

.subject-filters { display: flex; gap: 7px; flex-wrap: wrap; }
.subject-filters button { border-color: var(--line); color: var(--muted); }
.subject-filters button:hover, .subject-filters button.is-active { background: var(--ink); border-color: var(--ink); color: #fff; }
.faculty-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.faculty-profile { min-height: 560px; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); overflow: hidden; }
.faculty-profile .teacher-photo { aspect-ratio: 1.1; }
.faculty-profile .teacher-info { flex: 1; display: flex; flex-direction: column; padding: 25px; }
.faculty-profile .teacher-info p { min-height: 0; }
.profile-proof { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: #94969d; font-size: 9px; }
.profile-proof span::before { content: "✓"; color: var(--red); margin-right: 5px; }

.research-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; }
.research-photo { position: relative; min-height: 640px; overflow: hidden; }
.research-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.research-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,6,8,.88), transparent 63%); }
.photo-data { position: absolute; z-index: 2; left: 35px; bottom: 36px; color: #fff; }
.photo-data span { color: var(--cyan); font-size: 9px; letter-spacing: .18em; }
.photo-data strong { display: block; margin-top: 14px; font-size: 29px; line-height: 1.35; }
.research-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.85; }
.research-list { margin-top: 40px; border-top: 1px solid var(--line); }
.research-list article { display: grid; grid-template-columns: 50px 1fr; gap: 16px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.research-list article > span { color: var(--red); font-size: 10px; font-weight: 800; }
.research-list h3 { margin: 0 0 7px; font-size: 17px; }
.research-list p { margin: 0; color: var(--muted); font-size: 11px; }

.student-hero { background: radial-gradient(circle at 78% 46%, #171b21, #07080b 60%); }
.story-radar { position: relative; width: 450px; height: 450px; justify-self: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.15); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.radar-grid { position: absolute; inset: 0; background: repeating-radial-gradient(circle, transparent 0 58px, rgba(255,255,255,.08) 59px 60px), linear-gradient(90deg, transparent 49.8%, rgba(255,255,255,.08) 50%, transparent 50.2%), linear-gradient(transparent 49.8%, rgba(255,255,255,.08) 50%, transparent 50.2%); }
.story-radar::after { content: ""; position: absolute; inset: 50%; width: 50%; height: 1px; transform-origin: left; background: linear-gradient(90deg, rgba(143,245,237,.8), transparent); animation: radar 6s linear infinite; }
@keyframes radar { to { transform: rotate(360deg); } }
.story-radar strong, .story-radar small { position: relative; z-index: 2; }
.story-radar strong { font-size: 44px; line-height: 1.1; }
.story-radar small { margin-top: 18px; color: rgba(255,255,255,.38); font-size: 8px; line-height: 1.8; letter-spacing: .12em; }
.radar-point { position: absolute; z-index: 3; width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 16px rgba(239,0,21,.9); }
.p1 { left: 21%; top: 37%; }.p2 { right: 22%; top: 27%; }.p3 { right: 33%; bottom: 19%; }

.student-story-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.student-story { min-height: 600px; border: 1px solid var(--line); background: #fff; overflow: hidden; }
.student-story > div:last-child { padding: 30px; }
.student-story > div > span { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.student-story h3 { margin: 14px 0; font-size: 28px; line-height: 1.35; letter-spacing: -.04em; }
.student-story p { color: var(--muted); font-size: 13px; line-height: 1.85; }
.student-story small { display: block; margin-top: 24px; color: #a1a3aa; font-size: 9px; line-height: 1.7; }
.story-wide { grid-column: 1 / -1; min-height: 540px; display: grid; grid-template-columns: 1.1fr .9fr; }
.story-wide > img { width: 100%; height: 100%; object-fit: cover; }
.student-story ul { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 10px; }
.student-story li { font-size: 11px; color: #555860; }
.student-story li::before { content: "→"; color: var(--red); margin-right: 10px; }
.story-image-wrap { position: relative; height: 310px; overflow: hidden; }
.story-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.story-image-wrap > span { position: absolute; top: 16px; right: 16px; padding: 7px 10px; border-radius: 999px; background: rgba(10,11,14,.78); color: #fff; font-size: 9px; }
.story-text { position: relative; background: var(--ink); color: #fff; display: grid; grid-template-rows: 210px 1fr; }
.story-symbol { height: 210px; display: grid; place-items: center; background: radial-gradient(circle, rgba(143,245,237,.16), transparent 65%); color: var(--cyan); font-size: 92px; font-weight: 900; }
.story-text p { color: rgba(255,255,255,.5); }
.story-text blockquote { margin: 36px 0 0; padding-left: 18px; border-left: 2px solid var(--red); color: rgba(255,255,255,.75); font-size: 15px; line-height: 1.8; }
.story-text small { color: rgba(255,255,255,.3); }
.red-story { background: var(--red); }
.red-story .story-symbol { color: #fff; background: radial-gradient(circle, rgba(255,255,255,.16), transparent 65%); }
.red-story blockquote { border-color: #fff; }

.growth-intro { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 58px; }
.growth-intro p:not(.eyebrow) { max-width: 450px; color: rgba(255,255,255,.48); }
.growth-quadrants { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line-light); }
.growth-quadrants article { min-height: 320px; padding: 28px; border-right: 1px solid var(--line-light); display: flex; flex-direction: column; }
.growth-quadrants article:last-child { border: 0; }
.growth-quadrants span { color: var(--red); font-size: 10px; font-weight: 800; }
.growth-quadrants h3 { margin: auto 0 10px; font-size: 31px; }
.growth-quadrants p { min-height: 36px; color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.6; }
.growth-quadrants i { position: relative; display: block; height: 3px; margin-top: 30px; background: rgba(255,255,255,.14); }
.growth-quadrants i::after { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--progress); background: linear-gradient(90deg, var(--red), var(--cyan)); }
.model-note { margin-top: 18px; color: rgba(255,255,255,.34); font-size: 9px; text-align: right; }

.privacy-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.privacy-copy > p:not(.eyebrow) { margin: 24px 0 32px; color: var(--muted); line-height: 1.85; }
.privacy-card { padding: 38px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.privacy-card > span { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.privacy-card ul { list-style: none; padding: 0; margin: 24px 0 0; }
.privacy-card li { min-height: 58px; display: flex; align-items: center; gap: 15px; border-top: 1px solid var(--line); font-size: 13px; }
.privacy-card li i { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: #f1efeb; color: var(--red); font-style: normal; }

.site-footer { padding: 80px 0 24px; background: #08090c; color: #fff; }
.footer-main { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; padding-bottom: 60px; }
.brand-footer { color: #fff; }
.footer-brand > p { max-width: 330px; margin: 24px 0; color: rgba(255,255,255,.42); font-size: 13px; line-height: 1.8; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 7px; }
.footer-badges span { padding: 7px 9px; border: 1px solid var(--line-light); color: rgba(255,255,255,.45); font-size: 9px; }
.footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.footer-nav > div { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-nav b { margin-bottom: 8px; font-size: 12px; }
.footer-nav a, .footer-nav button { border: 0; background: transparent; padding: 0; color: rgba(255,255,255,.46); font-size: 11px; cursor: pointer; }
.footer-nav a:hover, .footer-nav button:hover { color: #fff; }
.footer-nav small { color: rgba(255,255,255,.25); font-size: 9px; line-height: 1.6; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid var(--line-light); color: rgba(255,255,255,.27); font-size: 9px; }

.floating-contact { position: fixed; z-index: 900; right: 20px; bottom: 20px; display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.float-phone { width: 46px; display: flex; align-items: center; gap: 11px; padding: 10px; overflow: hidden; border-radius: 999px; background: rgba(10,11,14,.86); backdrop-filter: blur(14px); color: #fff; box-shadow: 0 14px 34px rgba(0,0,0,.18); transition: width .3s var(--ease); }
.float-phone:hover { width: 174px; }
.float-phone > span { width: 25px; text-align: center; color: var(--cyan); }
.float-phone div { flex: 0 0 112px; display: flex; flex-direction: column; padding-right: 4px; opacity: 0; transition: opacity .18s ease; }
.float-phone:hover div { opacity: 1; }
.float-phone small { color: rgba(255,255,255,.44); font-size: 8px; }
.float-phone strong { font-size: 13px; }
.float-chat { position: relative; min-width: 124px; height: 49px; display: flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 999px; background: var(--red); color: #fff; box-shadow: 0 14px 34px rgba(239,0,21,.28); cursor: pointer; }
.float-chat i { font-style: normal; }
.float-chat b { font-size: 12px; }
.chat-ping { position: absolute; width: 8px; height: 8px; right: 6px; top: 4px; border-radius: 50%; background: #5af479; box-shadow: 0 0 0 4px rgba(90,244,121,.17); }

.consult-teaser { position: fixed; z-index: 950; right: 22px; bottom: 134px; width: min(360px, calc(100vw - 44px)); padding: 20px; display: grid; grid-template-columns: 46px 1fr; gap: 14px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); animation: teaser-in .45s var(--ease) both; }
.consult-teaser[hidden] { display: none; }
@keyframes teaser-in { from { opacity: 0; transform: translateY(20px) scale(.97); } }
.teaser-close { position: absolute; right: 8px; top: 6px; border: 0; background: transparent; color: #8d9098; cursor: pointer; font-size: 18px; }
.consult-avatar { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: #fff; font-weight: 850; }
.consult-teaser strong { font-size: 13px; }
.consult-teaser p { margin: 6px 0 10px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.consult-teaser div button { border: 0; padding: 0; background: transparent; color: var(--red); font-size: 11px; font-weight: 800; cursor: pointer; }

dialog { padding: 0; border: 0; }
dialog::backdrop { background: rgba(5,6,8,.72); backdrop-filter: blur(6px); }
.consult-dialog { width: min(1040px, calc(100vw - 36px)); max-height: calc(100vh - 36px); background: #fff; box-shadow: 0 40px 120px rgba(0,0,0,.38); overflow: auto; }
.consult-dialog[open] { animation: dialog-in .38s var(--ease) both; }
@keyframes dialog-in { from { opacity: 0; transform: translateY(20px) scale(.98); } }
.dialog-layout { min-height: 690px; display: grid; grid-template-columns: 38% 62%; }
.dialog-aside { padding: 38px; display: flex; flex-direction: column; background: var(--ink); color: #fff; }
.dialog-badge { align-self: flex-start; padding: 7px 10px; border: 1px solid var(--line-light); color: var(--cyan); font-size: 8px; letter-spacing: .14em; }
.dialog-aside > div { margin: 86px 0 50px; }
.dialog-aside p { margin: 0 0 14px; color: rgba(255,255,255,.45); font-size: 11px; }
.dialog-aside h2 { margin: 0; font-size: 38px; line-height: 1.25; letter-spacing: -.05em; }
.dialog-aside ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.dialog-aside li { color: rgba(255,255,255,.6); font-size: 11px; }
.dialog-aside li i { color: var(--red); font-style: normal; margin-right: 10px; }
.dialog-aside > a { margin-top: auto; display: flex; flex-direction: column; gap: 5px; }
.dialog-aside > a small { color: rgba(255,255,255,.35); font-size: 9px; }
.dialog-aside > a strong { font-size: 21px; }
.dialog-main { position: relative; padding: 42px 46px; }
.dialog-close { position: absolute; right: 18px; top: 15px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: #f1f0ed; cursor: pointer; font-size: 20px; }
.dialog-main h2 { margin: 0; font-size: 36px; letter-spacing: -.04em; }
.dialog-intro { margin: 10px 0 28px; color: var(--muted); font-size: 11px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.consult-dialog form > label, .form-row label { display: flex; flex-direction: column; gap: 7px; margin-bottom: 15px; color: #62656d; font-size: 10px; font-weight: 750; }
.consult-dialog input, .consult-dialog select, .consult-dialog textarea { width: 100%; border: 1px solid var(--line); border-radius: 4px; background: #fbfbfa; color: var(--ink); outline: none; transition: border-color .2s ease, background .2s ease; }
.consult-dialog input, .consult-dialog select { height: 46px; padding: 0 13px; }
.consult-dialog textarea { padding: 13px; resize: vertical; }
.consult-dialog input:focus, .consult-dialog select:focus, .consult-dialog textarea:focus { border-color: var(--red); background: #fff; }
.consent { flex-direction: row !important; align-items: flex-start; gap: 9px !important; font-weight: 400 !important; line-height: 1.55; }
.consent input { width: 15px; height: 15px; flex: 0 0 auto; margin-top: 2px; accent-color: var(--red); }
.form-error { min-height: 18px; margin: 0 0 8px; color: var(--red); font-size: 10px; }
.submit-btn { width: 100%; }
.form-success { min-height: 500px; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.form-success:not([hidden]) { display: flex; }
.form-success > span { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; background: #e8f8ec; color: #1a9d44; font-size: 28px; }
.form-success h3 { margin: 20px 0 8px; font-size: 28px; }
.form-success p { max-width: 390px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.form-success .btn { margin-top: 20px; min-width: 140px; }

.auth-dialog { width: min(980px, calc(100vw - 36px)); max-height: calc(100vh - 36px); overflow: auto; background: #fff; box-shadow: 0 40px 120px rgba(65,0,8,.38); }
.auth-dialog[open], .auth-feedback-dialog[open] { animation: dialog-in .38s var(--ease) both; }
.auth-layout { min-height: 650px; display: grid; grid-template-columns: 39% 61%; }
.auth-aside { position: relative; padding: 38px; overflow: hidden; display: flex; flex-direction: column; color: #fff; background: radial-gradient(circle at 85% 16%, rgba(255,217,138,.25), transparent 28%), linear-gradient(150deg, var(--red-soft), var(--red-dark) 65%, var(--red-deep)); }
.auth-aside::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.auth-aside > * { position: relative; z-index: 1; }
.auth-brand { align-self: flex-start; color: #fff; }
.auth-brand .brand-mark { background: #fff; color: var(--red); }
.auth-aside-copy { margin: auto 0; }
.auth-aside-copy > p { margin: 0 0 18px; color: var(--gold); font-size: 9px; font-weight: 850; letter-spacing: .2em; }
.auth-aside-copy h2 { margin: 0; font-size: 36px; line-height: 1.28; letter-spacing: -.045em; }
.auth-aside-copy ul { list-style: none; margin: 38px 0 0; padding: 0; display: grid; gap: 13px; }
.auth-aside-copy li { color: rgba(255,255,255,.72); font-size: 11px; }
.auth-aside-copy li i { margin-right: 9px; color: var(--gold); font-style: normal; }
.database-chip { align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: rgba(255,255,255,.65); font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.database-chip i { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px rgba(116,222,214,.13); }
.auth-main { position: relative; padding: 45px 50px 38px; }
.auth-main > .eyebrow { margin-bottom: 15px; }
.auth-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.auth-title-row h2 { margin: 0; font-size: 38px; letter-spacing: -.045em; }
.auth-title-row p { margin: 8px 0 0; color: var(--muted); font-size: 11px; }
.auth-secure { margin-top: 6px; padding: 7px 10px; border-radius: 999px; background: #eaf9f3; color: #218262; font-size: 8px; font-weight: 850; }
.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; margin: 30px 0 26px; border-bottom: 1px solid var(--line); }
.auth-tabs button { position: relative; min-height: 48px; border: 0; background: transparent; color: #9b858b; font-size: 13px; font-weight: 800; cursor: pointer; }
.auth-tabs button::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: -1px; height: 3px; background: var(--red); transition: left .24s ease, right .24s ease; }
.auth-tabs button.is-active { color: var(--red); }
.auth-tabs button.is-active::after { left: 0; right: 0; }
.auth-form[hidden], .account-panel[hidden] { display: none; }
.auth-form label { display: flex; flex-direction: column; gap: 7px; margin-bottom: 15px; color: #66575c; font-size: 10px; font-weight: 780; }
.auth-form input { width: 100%; height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: 6px; background: #fffafa; color: var(--ink); outline: none; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.auth-form input:focus { border-color: var(--red); background: #fff; box-shadow: 0 0 0 4px rgba(230,0,25,.07); }
.auth-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.captcha-row { display: grid; grid-template-columns: 1fr 190px; gap: 10px; align-items: stretch; }
.captcha-image { height: 48px; display: grid; grid-template-columns: 1fr 38px; align-items: center; overflow: hidden; padding: 0; border: 1px solid var(--line); border-radius: 6px; background: #fff; cursor: pointer; }
.captcha-image img { width: 100%; height: 48px; object-fit: cover; }
.captcha-image span { writing-mode: vertical-rl; color: var(--red); font-size: 8px; font-weight: 850; letter-spacing: .1em; }
.auth-error { min-height: 18px; margin: -2px 0 8px; color: var(--red); font-size: 10px; line-height: 1.5; }
.auth-submit { width: 100%; }
.auth-switch { margin: 16px 0 0; color: var(--muted); text-align: center; font-size: 10px; }
.auth-switch button { padding: 0; border: 0; background: transparent; color: var(--red); font-weight: 850; cursor: pointer; }
.account-panel { min-height: 390px; padding-top: 38px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.account-panel-avatar { width: 92px; height: 92px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(145deg, var(--red-soft), var(--red-dark)); color: #fff; box-shadow: 0 18px 44px rgba(168,0,18,.22); font-size: 38px; font-weight: 900; }
.account-panel p { margin: 22px 0 6px; color: var(--muted); font-size: 10px; letter-spacing: .08em; }
.account-panel h3 { margin: 0; max-width: 100%; overflow: hidden; text-overflow: ellipsis; font-size: 32px; }
.account-panel small { margin: 10px 0 28px; color: #9c878d; }
.account-panel .btn { min-width: 150px; }
.auth-runtime-note { margin: 16px 0 0; padding: 12px; border-left: 3px solid var(--gold); background: #fff9eb; color: #7a6330; font-size: 10px; line-height: 1.6; }

.auth-feedback-dialog { position: relative; width: min(900px, calc(100vw - 36px)); padding: 0; overflow: hidden; background: #fff; box-shadow: 0 40px 120px rgba(65,0,8,.4); }
.auth-feedback-dialog > img { width: 56%; min-height: 470px; object-fit: cover; background: var(--rose); }
.auth-feedback-dialog[open] { display: flex; align-items: stretch; }
.auth-feedback-dialog > div { flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 44px; }
.auth-feedback-dialog > div > span { color: var(--red); font-size: 9px; font-weight: 850; letter-spacing: .18em; }
.auth-feedback-dialog h2 { margin: 14px 0 10px; font-size: 36px; letter-spacing: -.045em; }
.auth-feedback-dialog p { margin: 0 0 28px; color: var(--muted); font-size: 12px; line-height: 1.75; }
.auth-feedback-dialog .btn { min-width: 140px; }
.auth-feedback-dialog.is-failure > div > span { color: #6d737d; }
.feedback-close { z-index: 3; }

.lightbox-dialog { width: min(94vw, 1500px); max-height: 92vh; background: transparent; overflow: visible; }
.lightbox-dialog img { max-width: 100%; max-height: 84vh; margin: auto; object-fit: contain; box-shadow: 0 30px 100px rgba(0,0,0,.45); }
.lightbox-dialog > button { position: fixed; right: 25px; top: 20px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(0,0,0,.5); color: #fff; font-size: 26px; cursor: pointer; }
.lightbox-dialog p { margin: 12px 0 0; color: rgba(255,255,255,.7); text-align: center; font-size: 11px; }
.toast { position: fixed; z-index: 3000; left: 50%; bottom: 28px; padding: 12px 18px; border-radius: 999px; background: var(--ink); color: #fff; box-shadow: var(--shadow); font-size: 11px; opacity: 0; pointer-events: none; transform: translate(-50%, 16px); transition: opacity .25s ease, transform .25s ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .72s var(--ease), transform .72s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal.delay-1 { transition-delay: .08s; }
.reveal.delay-2 { transition-delay: .16s; }

/* Red & white brand system — warm white canvas, Dino red fields, restrained tech accents. */
.site-header:not(.is-scrolled):not(.is-light) .brand-mark {
  background: #fff;
  color: var(--red);
  box-shadow: 0 10px 28px rgba(93,0,11,.22), inset -6px -6px 14px rgba(230,0,25,.06);
}
.site-header.is-scrolled .brand-mark,
.site-header.is-light .brand-mark { background: var(--red); color: #fff; }
.site-header:not(.is-scrolled):not(.is-light) .primary-nav a::after { background: var(--gold); }
.site-header:not(.is-scrolled):not(.is-light) .header-consult {
  border-color: rgba(255,255,255,.5);
  background: rgba(255,255,255,.12);
}

.hero,
.inner-hero {
  background: linear-gradient(135deg, var(--red-soft) 0%, var(--red) 44%, var(--red-dark) 78%, var(--red-deep) 100%);
}
.hero-home {
  background:
    radial-gradient(circle at 78% 18%, rgba(255,217,138,.28), transparent 29%),
    radial-gradient(circle at 28% 100%, rgba(116,222,214,.18), transparent 34%),
    linear-gradient(135deg, #f51a32 0%, #dc0018 46%, #9a0011 100%);
}
.hero-grid::before { background: linear-gradient(90deg, rgba(80,0,9,.12), transparent 45%, rgba(80,0,9,.16)); }
.glow-one { background: radial-gradient(circle, rgba(255,255,255,.24), rgba(255,255,255,0) 68%); }
.glow-two { background: radial-gradient(circle, rgba(116,222,214,.2), rgba(116,222,214,0) 68%); }
.hero-copy h1 em,
.inner-hero h1 em { color: var(--gold); }
.hero .eyebrow,
.inner-hero .eyebrow { color: rgba(255,255,255,.72); }
.hero .eyebrow span,
.inner-hero .eyebrow span,
.section-ink .eyebrow span,
.cta-card .eyebrow span { background: var(--gold); }
.hero .btn-primary,
.inner-hero .btn-primary {
  background: #fff;
  color: var(--red);
  box-shadow: 0 14px 38px rgba(92,0,11,.2);
}
.hero .btn-primary:hover,
.inner-hero .btn-primary:hover { background: var(--gold); color: var(--red-deep); }
.hero .btn-ghost:hover,
.inner-hero .btn-ghost:hover { color: var(--red-dark); }
.trust-avatars i { border-color: var(--red-dark); }
.trust-avatars i:first-child { background: #fff; color: var(--red); }
.trust-avatars i:last-child { background: var(--gold); color: var(--red-dark); }
.scan-line { background: linear-gradient(90deg, transparent, #fff, var(--gold), transparent); box-shadow: 0 0 18px rgba(255,255,255,.85); }
.orbit-card { background: rgba(92,0,12,.68); }
.orbit-card span { color: var(--gold); }
.orbit-card::before { border-color: rgba(255,217,138,.62); }
.stats-strip sup { color: var(--gold); }

.section-light,
.method-section,
.campus-preview,
.culture-section { background: #fff; }
.section-soft { background: linear-gradient(180deg, var(--rose) 0%, #fff9f9 100%); }
.section-ink {
  background:
    radial-gradient(circle at 88% 8%, rgba(255,217,138,.12), transparent 28%),
    linear-gradient(135deg, var(--red) 0%, var(--red-dark) 70%, var(--red-deep) 100%);
}
.section-ink .text-link.light { border-color: rgba(255,255,255,.7); }
.need-card { background: #fffdfd; }
.need-card::before { background: linear-gradient(155deg, var(--red-soft), var(--red-dark)); }

.course-preview {
  background:
    radial-gradient(circle at 12% 30%, rgba(116,222,214,.15), transparent 26%),
    radial-gradient(circle at 88% 12%, rgba(255,217,138,.18), transparent 28%),
    linear-gradient(135deg, #ee0a25 0%, #be0015 58%, #73000c 100%);
}
.marquee-fade.left { background: linear-gradient(90deg, #d40019, transparent); }
.marquee-fade.right { background: linear-gradient(-90deg, #79000d, transparent); }
.course-marquee-card {
  color: var(--ink);
  border-color: rgba(255,255,255,.66);
  background: rgba(255,255,255,.96);
  box-shadow: 0 20px 50px rgba(82,0,11,.13);
}
.course-marquee-card:hover { border-color: var(--gold); background: #fff; box-shadow: 0 26px 60px rgba(82,0,11,.2); }
.course-card-top span { background: var(--rose-2); color: var(--red); }
.course-card-top i { color: #aa8d94; }
.course-marquee-card > p { color: var(--muted); }
.course-meta span { border-color: var(--line); background: #fff8f8; color: #755f65; }
.course-marquee-card footer { border-color: var(--line); }
.course-marquee-card footer small { color: #a1858c; }
.course-marquee-card footer a { background: var(--red); color: #fff; }

.orbit-center { background: linear-gradient(145deg, var(--red-soft), var(--red-dark)); box-shadow: 0 25px 60px rgba(139,0,17,.22); }
.orbit-center span { color: var(--gold); }
.orbit-center::before { border-color: rgba(255,217,138,.58); }
.orbit-ring { border-color: rgba(230,0,25,.2); }
.orbit-node { border-color: rgba(230,0,25,.16); box-shadow: 0 18px 45px rgba(114,0,12,.08); }

.story-quote { background: rgba(91,0,12,.72); }
.quote-mark { color: var(--gold); }
.story-metric { background: #fff; color: var(--red-dark); border-color: #fff; }
.story-metric > span { color: var(--red); }
.story-metric strong i { color: rgba(230,0,25,.3); }
.story-metric p { color: var(--muted); }
.metric-line { background: var(--rose-2); }
.metric-line i { background: linear-gradient(90deg, var(--red), var(--red-soft)); }

.cta-card {
  background:
    radial-gradient(circle at 88% 20%, rgba(255,217,138,.2), transparent 28%),
    linear-gradient(135deg, var(--red-soft), var(--red-dark));
}
.cta-card .btn-white { color: var(--red-dark); }
.cta-card .btn-white:hover { background: var(--gold); color: var(--red-deep); }

.about-hero {
  background:
    radial-gradient(circle at 78% 42%, rgba(255,217,138,.22), transparent 30%),
    linear-gradient(135deg, #ef122b, #bd0015 62%, #71000c);
}
.course-hero {
  background:
    radial-gradient(circle at 78% 35%, rgba(116,222,214,.19), transparent 31%),
    linear-gradient(135deg, #f31b33, #c00016 58%, #76000d);
}
.faculty-hero {
  background:
    radial-gradient(circle at 76% 47%, rgba(255,217,138,.22), transparent 30%),
    linear-gradient(135deg, #ee122b, #b50014 62%, #6e000b);
}
.student-hero {
  background:
    radial-gradient(circle at 78% 44%, rgba(116,222,214,.18), transparent 30%),
    linear-gradient(135deg, #f01830, #bc0015 60%, #71000c);
}
.art-ring { background: rgba(255,255,255,.07); box-shadow: inset 0 0 80px rgba(255,255,255,.08); }
.art-ring::before,
.art-ring::after { border-color: rgba(255,217,138,.42); }
.art-label { border-color: var(--gold); background: rgba(94,0,12,.38); }
.course-console { border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.1); }
.console-label { color: var(--gold); }
.console-bars i { background: linear-gradient(90deg, var(--gold), #fff, var(--cyan)); box-shadow: 0 0 14px rgba(255,217,138,.35); }
.console-top i:first-child { background: var(--gold); }
.faculty-number { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.08); }
.faculty-number > small,
.faculty-number > strong span { color: var(--gold); }
.number-ring { border-color: rgba(255,217,138,.58); }
.number-ring::before { background: var(--gold); box-shadow: 0 0 24px rgba(255,217,138,.85); }
.story-radar::after { background: linear-gradient(90deg, var(--gold), transparent); }
.radar-point { background: var(--gold); box-shadow: 0 0 16px rgba(255,217,138,.9); }

.timeline article > span { background: var(--rose); }
.intro-tags span,
.selection-flow article > i,
.privacy-card li i { background: var(--rose); }
.culture-grid article:hover,
.selection-flow article:hover { background: linear-gradient(145deg, var(--red-soft), var(--red-dark)); }
.subject-filters button:hover,
.subject-filters button.is-active { background: var(--red); border-color: var(--red); }
.catalog-card footer button { background: var(--red-deep); }
.catalog-card footer button:hover { background: var(--red); }

.section-ink .method-steps article b,
.section-ink .campus-num,
.section-ink .growth-quadrants span { color: var(--gold); }
.section-ink .city-tabs button:hover,
.section-ink .city-tabs button.is-active { background: #fff; border-color: #fff; color: var(--red-dark); }
.method-steps article { background: rgba(255,255,255,.08); }
.growth-quadrants i::after { background: linear-gradient(90deg, var(--gold), var(--cyan)); }

.story-text { background: var(--red-deep); }
.story-text blockquote { border-color: var(--gold); }
.story-symbol { background: radial-gradient(circle, rgba(255,217,138,.15), transparent 65%); color: var(--gold); }
.red-story { background: #fff; color: var(--red-dark); border-color: rgba(230,0,25,.18); }
.red-story .story-symbol { color: var(--red); background: radial-gradient(circle, var(--rose-2), transparent 65%); }
.red-story p { color: var(--muted); }
.red-story blockquote { border-color: var(--red); color: #67474f; }
.red-story small { color: #a58a91; }

.site-footer { background: linear-gradient(135deg, var(--red-deep), #360006); }
.float-phone { background: rgba(90,0,11,.9); }
.float-phone > span { color: var(--gold); }
.dialog-aside { background: linear-gradient(160deg, var(--red), var(--red-deep)); }
.dialog-badge,
.dialog-aside li i { color: var(--gold); }
.toast { background: var(--red-deep); }

@media (max-width: 1180px) {
  :root { --shell: min(1120px, calc(100vw - 48px)); }
  .primary-nav { gap: 22px; }
  .hero-layout { grid-template-columns: .9fr 1.1fr; gap: 30px; }
  .hero-copy h1 { font-size: 65px; }
  .method-layout { gap: 40px; }
  .story-grid { grid-template-columns: 1.4fr .8fr; }
  .story-metric { display: none; }
  .catalog-grid, .faculty-grid { grid-template-columns: repeat(2, 1fr); }
  .selection-flow { gap: 8px; }
  .selection-flow article { padding: 16px; }
  .selection-flow > b { display: none; }
  .selection-flow { grid-template-columns: repeat(5, 1fr); }
}

@media (max-width: 940px) {
  :root { --header-h: 68px; --shell: calc(100vw - 36px); }
  .site-header { height: var(--header-h); }
  .header-inner { position: relative; }
  .nav-toggle { display: flex !important; position: absolute; right: 0; top: 13px; z-index: 1002; visibility: visible; opacity: 1; }
  .header-consult { display: none; }
  .primary-nav { position: fixed; top: var(--header-h); left: 0; right: 0; display: grid; gap: 0; margin: 0; padding: 8px 18px 20px; background: linear-gradient(155deg, rgba(168,0,18,.98), rgba(79,0,9,.98)); color: #fff; border-bottom: 1px solid rgba(255,255,255,.18); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .35s var(--ease), opacity .35s ease; }
  .site-header.nav-open .primary-nav { transform: none; opacity: 1; pointer-events: auto; }
  .primary-nav a { padding: 17px 4px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .primary-nav a::after { display: none; }
  .primary-nav .nav-account { width: 100%; margin-top: 10px; justify-content: flex-start; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.1); color: #fff; border-radius: 8px; }
  .hero-home { min-height: auto; padding-top: 135px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 700px; }
  .hero-visual { height: 540px; margin-top: 20px; }
  .stats-strip { margin-top: 50px; }
  .need-grid, .culture-grid { grid-template-columns: repeat(2, 1fr); }
  .need-card:nth-child(2) { border-right: 0; }
  .need-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .method-layout, .intro-grid, .map-layout, .price-layout, .faq-layout, .research-layout, .privacy-layout { grid-template-columns: 1fr; }
  .method-copy { max-width: 650px; }
  .story-grid { grid-template-columns: 1fr 1fr; }
  .story-feature { grid-column: 1 / -1; }
  .cta-card { grid-template-columns: 1fr; }
  .inner-hero { min-height: 840px; }
  .inner-hero-layout { grid-template-columns: 1fr; gap: 45px; }
  .about-hero-art { min-height: 360px; }
  .about-hero-art img { width: 220px; }
  .map-card { min-height: 460px; }
  .campus-list { grid-template-columns: 1fr; }
  .campus-list article, .campus-list article:nth-child(odd), .campus-list article:nth-child(even) { border-right: 0; padding: 26px 0; }
  .mosaic-gallery { grid-template-columns: 1.2fr .8fr; grid-template-rows: repeat(3, 230px); }
  .gallery-large { grid-row: 1 / 3; }
  .culture-grid article:nth-child(2) { border-right: 0; }
  .culture-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .course-console { min-height: 350px; transform: none; }
  .method-steps { grid-template-columns: repeat(5, 1fr); }
  .method-steps > i { display: none; }
  .faculty-number { width: 360px; height: 360px; }
  .growth-quadrants { grid-template-columns: repeat(2, 1fr); }
  .growth-quadrants article:nth-child(2) { border-right: 0; }
  .growth-quadrants article:nth-child(-n+2) { border-bottom: 1px solid var(--line-light); }
  .footer-main { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100vw - 28px); }
  .brand-copy b { font-size: 15px; }
  .brand-copy small { font-size: 10px; }
  .brand-mark { width: 38px; height: 38px; }
  .hero-home { padding-top: 115px; }
  .hero-copy h1, .inner-hero h1 { font-size: 46px; }
  .hero-lead, .inner-hero-layout > div:first-child > p:not(.eyebrow) { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-visual { height: 410px; }
  .main-frame { width: 84%; height: 70%; }
  .top-frame { width: 38%; height: 31%; }
  .bottom-frame { width: 39%; height: 31%; }
  .orbit-card { width: 116px; right: -4px; bottom: 18px; padding: 16px; }
  .orbit-card strong { font-size: 25px; }
  .stats-strip { grid-template-columns: repeat(2, 1fr); }
  .stats-strip div { min-height: 90px; border-bottom: 1px solid var(--line-light); }
  .stats-strip div:nth-child(2) { border-right: 0; }
  .stats-strip div:nth-child(n+3) { border-bottom: 0; }
  .stats-strip strong { font-size: 32px; }
  .section { padding: 88px 0; }
  .split-head, .culture-intro, .growth-intro { align-items: flex-start; flex-direction: column; gap: 22px; }
  .head-actions { align-items: flex-start; }
  .section-head { margin-bottom: 40px; }
  .section-head h2, .method-copy h2, .intro-statement h2, .map-copy h2, .culture-intro h2, .price-copy h2, .faq-head h2, .research-copy h2, .growth-intro h2, .privacy-copy h2 { font-size: 37px; }
  .need-grid { grid-template-columns: 1fr; }
  .need-card { min-height: 235px; border-right: 0; border-bottom: 1px solid var(--line); }
  .need-card:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .need-icon { margin: 22px 0 18px; }
  .course-marquee-card { width: 295px; min-height: 370px; }
  .method-orbit { transform: scale(.75); min-height: 520px; margin: -45px -90px; }
  .campus-slide { flex-basis: 92%; min-height: 390px; }
  .campus-slide > div { left: 22px; bottom: 22px; }
  .campus-cities { flex-wrap: wrap; }
  .campus-cities i { flex-basis: 30%; }
  .campus-cities a { width: 100%; margin: 4px 0 0; }
  .story-grid { grid-template-columns: 1fr; }
  .story-feature { min-height: 480px; }
  .story-overlay { inset: auto 24px 28px; }
  .story-quote { min-height: 380px; }
  .cta-card { padding: 36px 26px; min-height: 420px; }
  .cta-card h2 { font-size: 37px; }
  .inner-hero { min-height: 760px; padding-top: calc(var(--header-h) + 70px); }
  .about-hero-art { min-height: 300px; }
  .art-ring { width: 300px; height: 300px; }
  .about-hero-art img { width: 175px; }
  .art-label { right: -5px; bottom: 5px; }
  .intro-grid { gap: 45px; }
  .timeline article { flex-basis: 245px; }
  .map-copy ul { grid-template-columns: repeat(3, 1fr); }
  .map-card { min-height: 340px; }
  .campus-list article { grid-template-columns: 34px 1fr; }
  .campus-list a { grid-column: 2; justify-self: start; }
  .mosaic-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 270px 180px 180px; }
  .gallery-large { grid-column: 1 / -1; grid-row: auto; }
  .culture-grid { grid-template-columns: 1fr; }
  .culture-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .culture-grid article:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .catalog-toolbar, .directory-toolbar { align-items: flex-start; flex-direction: column; }
  .filter-group { width: 100%; }
  .filter-group label { flex: 1; }
  .filter-group select { min-width: 0; width: 100%; }
  .catalog-notice { grid-template-columns: 28px 1fr; }
  .catalog-notice a { grid-column: 2; }
  .catalog-grid, .faculty-grid { grid-template-columns: 1fr; }
  .method-steps { grid-template-columns: 1fr 1fr; }
  .method-steps article:last-of-type { grid-column: 1 / -1; }
  .method-photo { min-height: 440px; }
  .method-photo > div { left: 24px; bottom: 26px; }
  .method-photo h3 { font-size: 30px; }
  .faq-layout { gap: 45px; }
  .faculty-number { width: 300px; height: 300px; }
  .faculty-number > strong { font-size: 82px; }
  .selection-flow { grid-template-columns: 1fr 1fr; }
  .selection-flow article:last-of-type { grid-column: 1 / -1; }
  .research-photo { min-height: 480px; }
  .story-radar { width: 300px; height: 300px; }
  .story-radar strong { font-size: 34px; }
  .student-story-grid { grid-template-columns: 1fr; }
  .story-wide { grid-column: auto; grid-template-columns: 1fr; }
  .story-wide > img { height: 300px; }
  .student-story { min-height: 0; }
  .growth-quadrants { grid-template-columns: 1fr; }
  .growth-quadrants article { border-right: 0; border-bottom: 1px solid var(--line-light); }
  .growth-quadrants article:nth-child(-n+3) { border-bottom: 1px solid var(--line-light); }
  .footer-nav { grid-template-columns: 1fr 1fr; }
  .footer-nav > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .float-phone { display: none; }
  .floating-contact { right: 14px; bottom: 14px; }
  .float-chat { min-width: 112px; }
  .consult-teaser { right: 14px; bottom: 82px; }
  .dialog-layout { grid-template-columns: 1fr; }
  .dialog-aside { display: none; }
  .dialog-main { padding: 36px 24px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .auth-layout { grid-template-columns: 1fr; }
  .auth-aside { display: none; }
  .auth-main { padding: 38px 24px 28px; }
  .auth-form-row { grid-template-columns: 1fr; gap: 0; }
  .captcha-row { grid-template-columns: 1fr 155px; }
  .auth-feedback-dialog[open] { display: block; }
  .auth-feedback-dialog > img { width: 100%; min-height: 0; height: 280px; object-fit: contain; }
  .auth-feedback-dialog > div { padding: 30px 25px; }
  .auth-feedback-dialog h2 { font-size: 31px; }
  .lightbox-dialog { width: calc(100vw - 16px); }
}

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