:root {
  --ink: #05070d;
  --ink-soft: #09101b;
  --panel: rgba(13, 20, 33, 0.82);
  --panel-solid: #0d1421;
  --line: rgba(172, 255, 231, 0.16);
  --text: #f7f9ff;
  --muted: #aab7c9;
  --lime: #d8ff38;
  --mint: #52f2ca;
  --aqua: #57c8ff;
  --violet: #8c72ff;
  --danger: #ff6f91;
  --radius: 26px;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
  --page-bg: #05070d;
  --header-bg: rgba(5, 7, 13, 0.82);
  --surface: rgba(10, 16, 27, .88);
  --surface-solid: #0b121e;
  --surface-card: linear-gradient(150deg, rgba(17,26,42,.82), rgba(7,12,21,.86));
  --copy: #c5cfdd;
  --control-bg: rgba(255,255,255,.05);
  --control-hover: rgba(255,255,255,.09);
  --grid-line: rgba(87, 200, 255, 0.08);
  --photo-fade: rgba(5,7,13,.86);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--page-bg);
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 7%, rgba(82, 242, 202, 0.12), transparent 25rem),
    radial-gradient(circle at 86% 24%, rgba(140, 114, 255, 0.14), transparent 30rem),
    var(--page-bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
  transition: color .25s ease, background .25s ease;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.preview-bar {
  position: relative;
  z-index: 30;
  padding: 8px 16px;
  color: #0b1117;
  background: linear-gradient(90deg, var(--lime), var(--mint));
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 25;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--header-bg);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 225px;
}

.brand-logo-stack { display: block; width: clamp(190px, 18vw, 238px); }
.brand-logo { width: 100%; height: auto; }
.logo-for-light { display: none; }
.footer-brand .brand-logo-stack { width: min(252px, 100%); }

.header-actions { display: flex; align-items: center; gap: 9px; }
.theme-toggle {
  min-height: 42px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 13px;
  color: var(--text);
  background: var(--control-bg);
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.theme-toggle:hover { background: var(--control-hover); border-color: rgba(82,242,202,.34); transform: translateY(-1px); }
.theme-icon { display: grid; place-items: center; width: 18px; font-size: 16px; line-height: 1; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-links a {
  padding: 11px 13px;
  color: var(--copy);
  border-radius: 12px;
  font-size: 14px;
  font-weight: 750;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--text);
  background: rgba(255, 255, 255, 0.07);
}

.nav-links .nav-cta {
  color: #0b1117;
  background: var(--lime);
}

.nav-links .nav-cta:hover { color: #0b1117; background: #e5ff70; transform: translateY(-1px); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 790px;
  display: flex;
  align-items: center;
  overflow: clip;
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  content: "";
  pointer-events: none;
  background: linear-gradient(transparent, var(--page-bg));
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 32px;
  padding: 70px 0 110px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  color: var(--mint);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 32px;
  height: 2px;
  content: "";
  background: currentColor;
  box-shadow: 0 0 14px currentColor;
}

h1, h2, h3, p { margin-top: 0; }

h1, h2, .display {
  font-family: "Arial Black", Impact, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: -0.045em;
  line-height: .98;
}

h1 {
  max-width: 770px;
  margin-bottom: 24px;
  font-size: clamp(54px, 7.1vw, 96px);
  text-wrap: balance;
}

.gradient-text {
  color: transparent;
  background: linear-gradient(100deg, var(--lime), var(--mint) 52%, var(--aqua));
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-copy > p {
  max-width: 640px;
  margin-bottom: 30px;
  color: var(--copy);
  font-size: clamp(17px, 1.7vw, 21px);
}

.button-row { display: flex; flex-wrap: wrap; gap: 12px; }

.btn {
  min-height: 52px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 15px;
  color: var(--text);
  background: var(--control-bg);
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn:hover { transform: translateY(-2px); background: var(--control-hover); }
.btn-primary { color: #07100d; border-color: transparent; background: linear-gradient(100deg, var(--lime), var(--mint)); box-shadow: 0 14px 40px rgba(82,242,202,.17); }
.btn-primary:hover { background: linear-gradient(100deg, #e6ff73, #75f8d8); box-shadow: 0 18px 48px rgba(82,242,202,.24); }
.btn-small { min-height: 42px; padding-inline: 17px; }
.btn-disabled { opacity: .58; cursor: default; }

.hero-meta {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.meta-chip {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--copy);
  background: var(--surface);
  font-size: 12px;
  font-weight: 750;
}

.hero-visual {
  position: relative;
  min-height: 650px;
  isolation: isolate;
}

.hero-person-stage {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(590px, 112%);
  height: 690px;
  transform: translateX(-48%);
}

.hero-aura {
  position: absolute;
  width: 560px;
  height: 560px;
  left: 50%;
  top: 50%;
  z-index: -1;
  border: 1px solid rgba(82, 242, 202, .23);
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle, transparent 0 34px, rgba(82,242,202,.06) 35px 36px),
    radial-gradient(circle, rgba(87,200,255,.16), rgba(140,114,255,.08) 45%, transparent 69%);
  transform: translate(-50%, -48%);
  animation: aura 9s linear infinite;
}

.hero-person {
  position: absolute;
  inset: auto 0 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 690px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 42px 42px rgba(0,0,0,.5));
}

.photo-logo-bottom {
  position: absolute;
  z-index: 4;
  height: auto;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 13px;
  background: rgba(5,7,13,.68);
  backdrop-filter: blur(10px);
  pointer-events: none;
  filter: drop-shadow(0 9px 18px rgba(0,0,0,.28));
}
.photo-logo-hero { left: 50%; bottom: 3.5%; width: min(300px, 52%); transform: translateX(-50%); }

.float-card {
  position: absolute;
  z-index: 3;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(19,29,46,.92), rgba(8,13,23,.72));
  box-shadow: 0 16px 48px rgba(0,0,0,.34);
  backdrop-filter: blur(12px);
  animation: float 4.8s ease-in-out infinite;
}

.float-card strong { display: block; color: var(--lime); font-size: 24px; line-height: 1; }
.float-card span { display: block; margin-top: 5px; color: #c1ccdc; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.float-one { left: 0; top: 28%; }
.float-two { right: 0; top: 18%; animation-delay: -1.6s; }
.float-three { right: 0; bottom: 30%; animation-delay: -3s; }

.stats-strip {
  position: relative;
  z-index: 5;
  margin-top: -72px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
  backdrop-filter: blur(18px);
}

.stat { padding: 24px; }
.stat + .stat { border-left: 1px solid var(--line); }
.stat strong { display: block; color: var(--lime); font: 900 30px/1 "Arial Black", sans-serif; }
.stat span { display: block; margin-top: 8px; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.section { padding: 110px 0; }
.section-tight { padding: 75px 0; }
.section-head { max-width: 770px; margin-bottom: 42px; }
.section-head h2 { margin-bottom: 18px; font-size: clamp(40px, 5.5vw, 70px); text-wrap: balance; }
.section-head p { color: var(--muted); font-size: 18px; }

.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
  position: relative;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-card);
  box-shadow: 0 20px 60px rgba(0,0,0,.2);
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease;
}

.card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--mint), transparent);
  opacity: .7;
}

.card:hover { transform: translateY(-5px); border-color: rgba(82,242,202,.35); }
.card-number { color: rgba(216,255,56,.22); font: 900 70px/1 "Arial Black", sans-serif; letter-spacing: -.08em; }
.card h3 { margin: 12px 0 11px; font-size: 24px; }
.card p { color: var(--copy); }
.card ul, .check-list { margin: 20px 0 0; padding: 0; list-style: none; }
.card li, .check-list li { position: relative; margin: 11px 0; padding-left: 24px; color: var(--copy); }
.card li::before, .check-list li::before { position: absolute; left: 0; color: var(--mint); content: "✓"; font-weight: 900; }

.elite-panel {
  position: relative;
  padding: clamp(32px, 6vw, 72px);
  border: 1px solid rgba(216,255,56,.3);
  border-radius: 34px;
  background:
    linear-gradient(120deg, rgba(216,255,56,.09), transparent 38%),
    radial-gradient(circle at 88% 30%, rgba(82,242,202,.15), transparent 22rem),
    var(--surface-solid);
  box-shadow: 0 0 0 1px rgba(216,255,56,.05), var(--shadow);
  overflow: hidden;
}

.elite-panel::after {
  position: absolute;
  right: -70px;
  bottom: -100px;
  width: 380px;
  height: 380px;
  border: 70px solid rgba(216,255,56,.035);
  border-radius: 50%;
  content: "";
}

.elite-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(320px,.75fr) minmax(0,1.25fr); align-items: center; gap: 54px; }
.elite-label { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; color: var(--lime); font: 900 clamp(64px, 9vw, 126px)/.82 "Arial Black", sans-serif; letter-spacing: -.08em; text-transform: uppercase; }
.elite-label small { display: block; margin: 0 0 2px 8px; color: var(--muted); font: 800 12px/1.45 Inter, sans-serif; letter-spacing: .18em; }
.elite-copy h2 { margin-bottom: 16px; font-size: clamp(36px, 4.4vw, 58px); }
.elite-copy p { color: var(--copy); }

.mentor-grid, .split-grid, .offer-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  gap: 64px;
}

.photo-frame {
  position: relative;
  min-height: 560px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: var(--surface-solid);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.photo-frame > img:not(.photo-brand) { width: 100%; height: 100%; min-height: inherit; object-fit: cover; object-position: center 22%; }
.photo-frame::after { position: absolute; inset: 0; content: ""; background: linear-gradient(transparent 55%, var(--photo-fade)); pointer-events: none; }
.photo-frame .photo-brand { position: absolute; z-index: 3; right: 20px; bottom: 20px; width: min(180px, 38%); height: auto; min-height: 0; padding: 9px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(5,7,13,.68); backdrop-filter: blur(10px); }
.photo-badge { position: absolute; z-index: 2; left: 20px; bottom: 20px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; color: #f7f9ff; background: rgba(5,7,13,.78); backdrop-filter: blur(10px); }
.photo-badge strong { display: block; }
.photo-badge span { color: var(--mint); font-size: 11px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }

.copy-block h2 { margin-bottom: 22px; font-size: clamp(42px, 5vw, 68px); }
.copy-block p { color: var(--copy); font-size: 17px; }
.bio-tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 26px 0; }
.bio-tags span { padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--mint); background: rgba(82,242,202,.05); font-size: 12px; font-weight: 850; }

.reviews-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 34px; }
.rating { text-align: right; }
.rating strong { display: block; color: var(--lime); font: 900 48px/1 "Arial Black", sans-serif; }
.rating span { color: var(--muted); font-size: 13px; }
.quote { display: flex; flex-direction: column; min-height: 235px; }
.quote::after { display: none; }
.stars { color: var(--lime); letter-spacing: .12em; }
.quote blockquote { flex: 1; margin: 20px 0; color: var(--copy); font-size: 16px; }
.quote cite { color: var(--mint); font-style: normal; font-size: 13px; font-weight: 850; }

.cta-panel { padding: clamp(36px, 6vw, 70px); border-radius: 32px; color: #07100d; background: linear-gradient(110deg, var(--lime), var(--mint) 62%, var(--aqua)); box-shadow: 0 30px 90px rgba(82,242,202,.17); }
.cta-panel h2 { max-width: 820px; margin-bottom: 18px; font-size: clamp(40px, 5vw, 66px); }
.cta-panel p { max-width: 700px; margin-bottom: 26px; color: rgba(7,16,13,.72); font-size: 17px; font-weight: 700; }
.cta-panel .btn { color: white; border-color: transparent; background: #08101a; }

.page-hero { position: relative; padding: 92px 0 74px; border-bottom: 1px solid var(--line); overflow: hidden; }
.page-hero::after { position: absolute; top: -220px; right: -170px; width: 620px; height: 620px; border: 1px solid rgba(82,242,202,.2); border-radius: 50%; content: ""; box-shadow: 0 0 160px rgba(82,242,202,.08); }
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 30px; }
.page-hero h1 { margin-bottom: 20px; font-size: clamp(52px, 7.2vw, 90px); }
.page-hero p { max-width: 720px; color: var(--copy); font-size: 19px; }
.page-visual-stage {
  position: relative;
  min-height: 510px;
  border: 1px solid rgba(82,242,202,.25);
  border-radius: 32px;
  background:
    linear-gradient(rgba(87,200,255,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(87,200,255,.07) 1px, transparent 1px),
    radial-gradient(circle at 48% 38%, rgba(82,242,202,.22), transparent 28%),
    linear-gradient(145deg, #101b2b, #080d17 68%);
  background-size: 38px 38px, 38px 38px, auto, auto;
  box-shadow: var(--shadow);
  overflow: hidden;
  isolation: isolate;
}
.page-visual-stage::before { position: absolute; z-index: -1; left: 50%; top: 50%; width: 430px; height: 430px; border: 1px solid rgba(216,255,56,.22); border-radius: 50%; content: ""; box-shadow: 0 0 0 42px rgba(82,242,202,.035), 0 0 0 94px rgba(87,200,255,.025); transform: translate(-50%,-44%); }
.stage-services { background: linear-gradient(rgba(140,114,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(140,114,255,.07) 1px, transparent 1px), radial-gradient(circle at 52% 34%, rgba(140,114,255,.24), transparent 28%), linear-gradient(145deg, #17172d, #080d17 70%); background-size: 38px 38px, 38px 38px, auto, auto; }
.page-cutout { position: absolute; z-index: 1; left: 50%; bottom: -4px; width: 100%; height: 98%; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 28px 30px rgba(0,0,0,.46)); transform: translateX(-50%); }
.visual-badge { position: absolute; z-index: 4; top: 18px; right: 18px; padding: 9px 12px; border: 1px solid rgba(216,255,56,.34); border-radius: 999px; color: #0b1117; background: linear-gradient(90deg,var(--lime),var(--mint)); font-size: 10px; font-weight: 950; letter-spacing: .13em; }
.photo-logo-stage { left: 50%; bottom: 16px; width: min(250px, 58%); transform: translateX(-50%); }

.timeline { display: grid; gap: 18px; }
.lesson-band { display: grid; grid-template-columns: 120px 1fr 160px; align-items: center; gap: 24px; padding: 25px 28px; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); }
.lesson-band .level { color: var(--lime); font: 900 18px/1 "Arial Black", sans-serif; }
.lesson-band h3 { margin: 0 0 5px; font-size: 20px; }
.lesson-band p { margin: 0; color: var(--muted); }
.lesson-band .count { color: var(--mint); text-align: right; font-size: 13px; font-weight: 900; text-transform: uppercase; }

.date-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.date-card { padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: var(--control-bg); }
.date-card strong { display: block; color: var(--lime); font-size: 25px; }
.date-card span { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }

.price-card { padding: 42px; border: 1px solid rgba(216,255,56,.34); border-radius: 32px; background: linear-gradient(145deg, rgba(216,255,56,.08), var(--surface)); box-shadow: var(--shadow); }
.price-card .old-price { color: var(--muted); font-size: 24px; text-decoration: line-through; }
.price {
  margin: 14px 0 18px;
  display: flex;
  align-items: flex-start;
  gap: clamp(8px, 1vw, 14px);
  color: var(--lime);
  font: 900 clamp(62px, 8vw, 96px)/1 "Arial Black", sans-serif;
  letter-spacing: -.055em;
}
.price sup {
  position: relative;
  top: .18em;
  flex: 0 0 auto;
  font-size: .32em;
  line-height: 1;
  letter-spacing: -.01em;
  white-space: nowrap;
  vertical-align: baseline;
}
.price-note { margin-bottom: 26px; color: var(--muted); font-size: 13px; }
.offer-side h2 { font-size: clamp(40px, 5vw, 65px); }
.notice { margin-top: 20px; padding: 18px; border-left: 3px solid var(--aqua); border-radius: 0 14px 14px 0; color: var(--copy); background: rgba(87,200,255,.07); }

.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-card { display: flex; flex-direction: column; min-height: 530px; }
.service-card .service-tag { color: var(--mint); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.service-card h2 { margin: 18px 0; font-size: clamp(38px, 4.8vw, 58px); }
.service-card p { color: var(--copy); }
.service-card .btn { align-self: flex-start; margin-top: auto; }
.service-photo { height: 380px; margin-bottom: 22px; border-radius: 24px; overflow: hidden; }
.service-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.faq { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; padding: 23px 0; display: flex; justify-content: space-between; gap: 20px; border: 0; color: var(--text); background: none; font: inherit; font-weight: 850; text-align: left; cursor: pointer; }
.faq-answer { max-height: 0; color: var(--muted); overflow: hidden; transition: max-height .25s ease, padding .25s ease; }
.faq-item.open .faq-answer { max-height: 190px; padding-bottom: 22px; }
.faq-question span { color: var(--mint); }

.site-footer { padding: 58px 0 30px; border-top: 1px solid var(--line); color: var(--muted); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 40px; }
.footer-grid h3 { color: var(--text); font-size: 14px; }
.footer-links { display: grid; gap: 8px; font-size: 14px; }
.footer-links a:hover { color: var(--mint); }
.fineprint { margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 11px; }

.toast { position: fixed; right: 22px; bottom: 22px; z-index: 50; max-width: 360px; padding: 16px 18px; border: 1px solid rgba(216,255,56,.35); border-radius: 15px; color: var(--text); background: #101927; box-shadow: var(--shadow); opacity: 0; transform: translateY(18px); pointer-events: none; transition: .25s ease; }
.toast.show { opacity: 1; transform: translateY(0); }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }

html[data-theme="light"] {
  --page-bg: #f6f9f7;
  --header-bg: rgba(255,255,255,.86);
  --surface: rgba(255,255,255,.88);
  --surface-solid: #ffffff;
  --surface-card: linear-gradient(150deg, rgba(255,255,255,.98), rgba(238,246,243,.92));
  --line: rgba(8, 91, 80, .16);
  --text: #0a1520;
  --muted: #5b6a73;
  --copy: #334650;
  --control-bg: rgba(7,68,62,.055);
  --control-hover: rgba(7,68,62,.105);
  --grid-line: rgba(7,120,108,.07);
  --photo-fade: rgba(6,16,24,.84);
  --shadow: 0 24px 70px rgba(25,60,55,.13);
}

html[data-theme="light"] body {
  background:
    radial-gradient(circle at 15% 7%, rgba(82,242,202,.18), transparent 25rem),
    radial-gradient(circle at 86% 24%, rgba(140,114,255,.12), transparent 30rem),
    var(--page-bg);
}
html[data-theme="light"] .logo-for-dark { display: none; }
html[data-theme="light"] .logo-for-light { display: block; }
html[data-theme="light"] .site-header { border-bottom-color: rgba(8,91,80,.12); }
html[data-theme="light"] .nav-links a:hover,
html[data-theme="light"] .nav-links a[aria-current="page"] { color: var(--text); background: rgba(7,68,62,.08); }
html[data-theme="light"] .gradient-text { background-image: linear-gradient(100deg, #537500, #007967 52%, #116e99); }
html[data-theme="light"] .eyebrow,
html[data-theme="light"] .photo-badge span,
html[data-theme="light"] .bio-tags span,
html[data-theme="light"] .quote cite,
html[data-theme="light"] .service-card .service-tag,
html[data-theme="light"] .lesson-band .count { color: #007967; }
html[data-theme="light"] .stat strong,
html[data-theme="light"] .float-card strong,
html[data-theme="light"] .rating strong,
html[data-theme="light"] .price,
html[data-theme="light"] .elite-label,
html[data-theme="light"] .lesson-band .level,
html[data-theme="light"] .date-card strong { color: #587a00; }
html[data-theme="light"] .card-number { color: rgba(83,117,0,.2); }
html[data-theme="light"] .stars { color: #6c8c00; }
html[data-theme="light"] .float-card { border-color: rgba(8,91,80,.15); background: rgba(255,255,255,.9); box-shadow: 0 16px 42px rgba(25,60,55,.14); }
html[data-theme="light"] .float-card span { color: #42545d; }
html[data-theme="light"] .elite-panel { background: linear-gradient(120deg, rgba(216,255,56,.18), transparent 38%), radial-gradient(circle at 88% 30%, rgba(82,242,202,.22), transparent 22rem), #fff; }
html[data-theme="light"] .page-visual-stage { border-color: rgba(7,121,103,.22); background: linear-gradient(rgba(7,121,103,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(7,121,103,.06) 1px, transparent 1px), radial-gradient(circle at 48% 38%, rgba(82,242,202,.33), transparent 28%), linear-gradient(145deg, #edf9f5, #dfeef0 70%); background-size: 38px 38px,38px 38px,auto,auto; }
html[data-theme="light"] .stage-services { background: linear-gradient(rgba(102,86,215,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(102,86,215,.06) 1px, transparent 1px), radial-gradient(circle at 52% 34%, rgba(140,114,255,.24), transparent 28%), linear-gradient(145deg,#f2efff,#e6f2f0 70%); background-size: 38px 38px,38px 38px,auto,auto; }
html[data-theme="light"] .price-card { background: linear-gradient(145deg, rgba(216,255,56,.18), rgba(255,255,255,.92)); }
html[data-theme="light"] .nav-links { background: var(--surface-solid); }
html[data-theme="light"] .toast { color: var(--text); background: #fff; }

@keyframes float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-9px) rotate(1deg); } }
@keyframes aura { to { transform: translate(-50%,-48%) rotate(360deg); } }

@media (max-width: 960px) {
  .menu-toggle { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; color: var(--text); background: rgba(255,255,255,.04); font-size: 20px; }
  .nav-links { position: absolute; top: calc(100% + 1px); left: 20px; right: 20px; display: none; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface-solid); box-shadow: var(--shadow); }
  .nav-links.open { display: grid; }
  .hero { min-height: auto; }
  .hero-grid, .page-hero-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 56px; }
  .hero-visual { min-height: 590px; }
  .hero-person-stage { width: min(590px, 100%); }
  .stats-strip { margin-top: -45px; grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .stat:nth-child(4) { border-top: 1px solid var(--line); }
  .cards-3, .date-grid { grid-template-columns: repeat(2, 1fr); }
  .mentor-grid, .split-grid, .offer-grid, .elite-grid { grid-template-columns: 1fr; }
  .elite-grid { gap: 38px; }
  .page-visual-stage { min-height: 480px; width: min(100%, 640px); margin-inline: auto; }
  .service-grid { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  .shell { width: min(100% - 26px, 1180px); }
  .brand { min-width: 0; }
  .brand-logo-stack { width: 174px; }
  .theme-toggle { width: 42px; padding: 0; justify-content: center; }
  .theme-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .hero-grid { padding-bottom: 80px; }
  h1 { font-size: clamp(48px, 15vw, 68px); }
  .hero-visual { min-height: 480px; }
  .hero-person-stage { height: 520px; transform: translateX(-50%); }
  .hero-aura { width: 440px; height: 440px; }
  .float-card { padding: 10px 12px; }
  .float-card strong { font-size: 18px; }
  .float-one { top: 18%; }
  .float-three { right: 0; bottom: 29%; }
  .stats-strip, .cards-3, .date-grid { grid-template-columns: 1fr; }
  .stat + .stat { border-left: 0; border-top: 1px solid var(--line); }
  .section { padding: 82px 0; }
  .section-tight { padding: 58px 0; }
  .elite-panel { padding-inline: 24px; }
  .elite-label { gap: 13px; font-size: clamp(58px, 20vw, 78px); letter-spacing: -.075em; }
  .elite-label small { margin-left: 4px; max-width: 100%; font-size: 10px; letter-spacing: .14em; }
  .page-hero { padding: 70px 0 54px; }
  .page-visual-stage { min-height: 420px; border-radius: 24px; }
  .visual-badge { top: 12px; right: 12px; }
  .photo-logo-stage { width: min(230px, 62%); }
  .photo-frame { min-height: 470px; }
  .photo-frame .photo-badge { bottom: 88px; }
  .photo-frame .photo-brand { right: 16px; bottom: 16px; width: min(170px, 48%); }
  .reviews-head { align-items: start; flex-direction: column; }
  .rating { text-align: left; }
  .lesson-band { grid-template-columns: 1fr; gap: 10px; }
  .lesson-band .count { text-align: left; }
  .price-card, .card { padding: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .toast { left: 13px; right: 13px; bottom: 13px; max-width: none; }
}

@media (max-width: 420px) {
  .nav-wrap { min-height: 68px; gap: 8px; }
  .brand-logo-stack { width: 150px; }
  .header-actions { gap: 6px; }
  .theme-toggle, .menu-toggle { width: 40px; height: 40px; min-height: 40px; }
  .hero-person-stage { height: 465px; }
  .photo-logo-hero { bottom: 2%; width: 58%; }
  .float-one { left: 2px; top: 15%; }
  .float-two { right: 2px; top: 12%; }
  .float-three { right: 2px; bottom: 29%; }
  .page-visual-stage { min-height: 380px; }
  .page-cutout { height: 96%; }
  .photo-logo-stage { bottom: 12px; width: 64%; }
  .elite-label { font-size: clamp(54px, 19vw, 70px); }
}

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

/* FC27 v7.3 — controllo finale contrasto e adattamento */
html[data-theme="light"] .card li::before,
html[data-theme="light"] .check-list li::before,
html[data-theme="light"] .faq-question span,
html[data-theme="light"] .footer-links a:hover {
  color: #00584f;
}

html[data-theme="light"] a:focus-visible,
html[data-theme="light"] button:focus-visible {
  outline-color: #00584f;
}

:where(h1, h2, h3, h4, h5, h6, p, li, a, span, button) {
  min-width: 0;
  overflow-wrap: anywhere;
}

input::placeholder,
textarea::placeholder {
  color: var(--muted);
  opacity: 1;
}

@media (max-width: 650px) {
  .nav-links a,
  .btn,
  .theme-toggle,
  .menu-toggle {
    min-height: 44px;
  }

  .card,
  .price-card,
  .service-card,
  .lesson-band,
  .date-card {
    min-width: 0;
    max-width: 100%;
  }
}
