@font-face {
  font-family: 'Geometria';
  src: url('geometria-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geometria';
  src: url('geometria-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #090a0b;
  --panel: #111317;
  --line: rgba(255,255,255,.12);
  --paper: #fffdf2;
  --yellow: #fcec45;
  --muted: #b9b8b1;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: 'Geometria', Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.site-shell { min-height: 100vh; overflow: hidden; }

.hero {
  position: relative;
  min-height: 900px;
  padding: 0 5vw 28px;
  isolation: isolate;
  background: radial-gradient(circle at 74% 22%, rgba(252,236,69,.16), transparent 28%), linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px), #090a0b;
  background-size: auto, 76px 76px, 76px 76px, auto;
}

.stage-glow { position: absolute; inset: -22% 17% auto; height: 62%; z-index: -1; background: conic-gradient(from 185deg at 50% 0%, transparent 0 40%, rgba(252,236,69,.13) 48%, transparent 55% 100%); filter: blur(16px); }
.curtain { position: absolute; top: 0; bottom: 0; width: 9vw; opacity: .18; z-index: -1; background: repeating-linear-gradient(90deg, #000 0 18px, #402919 20px 24px, #000 28px 42px); filter: blur(2px); }
.curtain-left { left: 0; mask-image: linear-gradient(90deg,#000,transparent); }
.curtain-right { right: 0; transform: scaleX(-1); mask-image: linear-gradient(90deg,#000,transparent); }

.topbar { position: relative; height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); z-index: 4; }
.brand { display: flex; align-items: center; gap: 13px; width: max-content; }
.brand img { width: 68px; height: 68px; object-fit: cover; border-radius: 12px; }
.brand span { display: flex; flex-direction: column; line-height: 1.1; }
.brand strong { font-size: 12px; letter-spacing: .16em; }
.brand small { margin-top: 5px; color: #a5a59e; font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 34px; color: #d6d5cf; font-size: 13px; }
nav a { transition: color .2s ease; }
nav a:hover { color: var(--yellow); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 12px; }
.lang { border: 0; background: transparent; color: var(--yellow); font-size: 12px; cursor: pointer; }
.lang span { color: #55575b; margin: 0 4px; }
.header-phone { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; padding-right: 2px; }
.header-phone span { color: #777873; font-size: 7px; text-transform: uppercase; letter-spacing: .13em; }
.header-phone strong { color: #f4f2e9; font-size: 11px; letter-spacing: .04em; }
.mini-cta { display: flex; align-items: center; gap: 18px; min-height: 44px; padding: 0 20px; background: var(--yellow); color: #080808; border-radius: 999px; font-size: 12px; font-weight: 700; }

.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr); gap: clamp(42px, 5.2vw, 86px); align-items: center; max-width: 1390px; margin: 0 auto; padding: 58px 0 42px; }
.hero-copy { padding-top: 6px; }
.eyebrow-row { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.eyebrow, .city { display: inline-flex; align-items: center; min-height: 31px; padding: 0 13px; border: 1px solid rgba(252,236,69,.28); border-radius: 999px; color: var(--yellow); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.eyebrow i { width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 15px var(--yellow); }
.city { color: #afaea7; border-color: var(--line); }
h1 { max-width: 760px; margin: 0; color: #fffef8; font-size: clamp(45px, 4.55vw, 71px); line-height: .99; letter-spacing: -.052em; text-wrap: balance; }
h1 span { color: var(--yellow); }
.hero-question { max-width: 690px; margin: 19px 0 0; color: var(--yellow); font-size: clamp(19px, 1.65vw, 25px); font-weight: 700; line-height: 1.35; letter-spacing: -.02em; }
.lead { max-width: 680px; margin: 27px 0 0; color: #f3f1e8; font-size: 19px; line-height: 1.55; }
.description { max-width: 650px; margin: 15px 0 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.cta-row { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 31px; }
.primary-cta, .secondary-cta { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border-radius: 999px; padding: 0 26px; font-size: 13px; font-weight: 700; }
.primary-cta { color: #090a0b; background: var(--yellow); box-shadow: 0 14px 36px rgba(252,236,69,.16); }
.primary-cta span { font-size: 20px; }
.secondary-cta { border: 1px solid rgba(255,255,255,.17); color: #ecebe5; background: rgba(255,255,255,.025); }
.play { color: var(--yellow); font-size: 11px; }
.hero-phone { display: inline-flex; align-items: center; gap: 9px; min-height: 58px; padding: 0 18px; border-radius: 999px; color: var(--yellow); font-size: 12px; font-weight: 700; white-space: nowrap; }
.hero-phone span { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid rgba(252,236,69,.3); border-radius: 50%; }
.trust-line { display: flex; align-items: center; width: max-content; max-width: 100%; gap: 13px; margin-top: 26px; border-radius: 12px; cursor: pointer; transition: transform .2s ease, opacity .2s ease; }
.trust-line:hover { transform: translateY(-2px); opacity: .88; }
.trust-line:focus-visible { outline: 3px solid var(--yellow); outline-offset: 5px; }
.avatar-stack { display: flex; padding-left: 10px; }
.avatar-stack span { display: grid; place-items: center; width: 29px; height: 29px; margin-left: -10px; border: 2px solid #090a0b; border-radius: 50%; background: #292a2e; color: var(--yellow); font-size: 9px; }
.trust-line p { margin: 0; color: #96958f; font-size: 11px; }
.trust-line p strong { color: #fff; }
.trust-line p span { color: var(--yellow); letter-spacing: .1em; }

.hero-visual { position: relative; min-height: 480px; }
.signup-card { position: relative; overflow: hidden; border: 1px solid rgba(252,236,69,.33); border-radius: 30px; background: rgba(17,19,23,.96); box-shadow: 0 30px 90px rgba(0,0,0,.48); }
.form-photo { position: relative; height: 108px; overflow: hidden; border-bottom: 1px solid var(--line); }
.form-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 44%; filter: saturate(.72) contrast(1.08); }
.form-photo-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,5,5,.92), rgba(5,5,5,.18) 68%), linear-gradient(0deg, rgba(5,5,5,.35), transparent); }
.form-photo > span { position: absolute; left: 23px; top: 22px; color: var(--yellow); font-size: 8px; font-weight: 700; letter-spacing: .18em; }
.form-photo > strong { position: absolute; left: 23px; top: 33px; color: #fff; font-size: 15px; line-height: 1.25; }
.form-content { padding: 21px 25px 18px; }
.form-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.form-kicker { display: inline-flex; align-items: center; color: var(--yellow); font-size: 8px; font-weight: 700; letter-spacing: .16em; }
.form-kicker i { width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 13px var(--yellow); }
.form-heading h2 { margin: 7px 0 0; color: #fff; font-size: 28px; line-height: 1; letter-spacing: -.035em; }
.form-badge { flex: 0 0 auto; padding: 9px 12px; border: 1px solid rgba(252,236,69,.26); border-radius: 11px; color: #8e8e89; font-size: 8px; line-height: 1.4; text-align: right; text-transform: uppercase; letter-spacing: .08em; }
.form-badge strong { color: var(--yellow); font-size: 9px; }
.form-intro { margin: 10px 0 14px; color: #aaa9a3; font-size: 10px; line-height: 1.45; }
.form-call { display: flex; align-items: center; justify-content: space-between; gap: 13px; margin: -2px 0 11px; padding: 8px 11px; border: 1px solid rgba(252,236,69,.18); border-radius: 11px; background: rgba(252,236,69,.055); }
.form-call span { color: #858680; font-size: 7px; }
.form-call strong { color: var(--yellow); font-size: 9px; white-space: nowrap; }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 10px; }
.lead-form > label:not(.consent) { display: grid; grid-column: 1 / -1; gap: 5px; }
.phone-field, .lead-form button, .consent { grid-column: 1 / -1; }
.lead-form > label > span { color: #a8a7a1; font-size: 9px; }
.lead-form input[type='text'], .lead-form input[type='tel'] { width: 100%; height: 42px; border: 1px solid rgba(255,255,255,.12); border-radius: 11px; outline: none; background: #0c0d0f; color: #fff; padding: 0 13px; font-family: inherit; font-size: 11px; transition: border-color .2s, box-shadow .2s; }
.lead-form input::placeholder { color: #62635f; }
.lead-form input:focus { border-color: rgba(252,236,69,.72); box-shadow: 0 0 0 3px rgba(252,236,69,.08); }
.phone-input { display: grid; grid-template-columns: 1fr; align-items: center; height: 42px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 11px; background: #0c0d0f; }
.phone-input:focus-within { border-color: rgba(252,236,69,.72); box-shadow: 0 0 0 3px rgba(252,236,69,.08); }
.phone-input input[type='tel'] { height: 40px; border: 0; border-radius: 0; box-shadow: none; }
.lead-form button { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 50px; margin-top: 3px; padding: 0 19px; border: 0; border-radius: 999px; background: var(--yellow); color: #090a0b; font-family: inherit; font-size: 11px; font-weight: 700; cursor: pointer; box-shadow: 0 13px 34px rgba(252,236,69,.14); }
.lead-form button span { font-size: 18px; }
.consent-list { display: grid; grid-column: 1 / -1; gap: 8px; margin-top: 2px; }
.consent { display: flex; align-items: flex-start; gap: 9px; cursor: pointer; }
.consent input,
.apply-consent input {
  appearance: none;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 0;
  border: 2px solid #686a68;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.consent input:checked,
.apply-consent input:checked {
  border-color: var(--yellow);
  background-color: var(--yellow);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M4 9.2 7.2 12.4 14 5.6' fill='none' stroke='%23090a0b' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}
.consent input:focus-visible,
.apply-consent input:focus-visible { outline: 3px solid rgba(252,236,69,.22); outline-offset: 2px; }
.consent span { color: #858680 !important; font-size: 7px !important; line-height: 1.5; }
.consent a,
.apply-consent a { color: var(--yellow); text-decoration: underline; text-underline-offset: 2px; }
.consent-note { grid-column: 1 / -1; margin: -2px 0 0; color: #62635f; font-size: 7px; line-height: 1.45; text-align: center; }

.facts { position: relative; z-index: 3; display: grid; grid-template-columns: 1.55fr .8fr; max-width: 1390px; margin: 0 auto; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: rgba(17,19,23,.86); backdrop-filter: blur(12px); }
.fact { display: flex; align-items: center; gap: 14px; min-height: 86px; padding: 16px 22px; border-right: 1px solid var(--line); }
.fact:last-child { border-right: 0; }
.fact-icon { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 auto; border: 1px solid rgba(252,236,69,.3); border-radius: 50%; color: var(--yellow); font-size: 9px; }
.fact p { display: flex; flex-direction: column; gap: 6px; margin: 0; }
.fact small { color: #7f807e; font-size: 8px; letter-spacing: .17em; }
.fact strong { color: #f5f3eb; font-size: 12px; }
.fact.accent { background: var(--yellow); }
.fact.accent .fact-icon { color: #090a0b; border-color: rgba(0,0,0,.28); }
.fact.accent small { color: rgba(0,0,0,.58); }
.fact.accent strong { color: #090a0b; font-size: 14px; }

.freedom-section {
  position: relative;
  min-height: 720px;
  padding: 55px 5vw 58px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 36%, rgba(252,236,69,.1), transparent 25%),
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    #0b0c0e;
  background-size: auto, 76px 76px, 76px 76px, auto;
  border-top: 1px solid rgba(255,255,255,.08);
}
.freedom-orbit { position: absolute; right: 3vw; top: -83px; z-index: -1; color: transparent; -webkit-text-stroke: 1px rgba(252,236,69,.1); font-size: 270px; font-weight: 700; line-height: 1; letter-spacing: -.1em; }
.freedom-wrap { max-width: 1390px; margin: 0 auto; }
.freedom-topline { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.09); }
.section-label { display: inline-flex; align-items: center; color: var(--yellow); font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.section-label i { width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 14px var(--yellow); }
.skill-pills { display: flex; gap: 8px; }
.skill-pills span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; color: #868781; font-size: 8px; letter-spacing: .14em; }
.freedom-grid { display: grid; grid-template-columns: minmax(0,.95fr) minmax(500px,1.05fr); gap: clamp(52px,7vw,105px); align-items: center; padding-top: 38px; }
.section-number { color: #747570; font-size: 8px; font-weight: 700; letter-spacing: .17em; }
.freedom-copy h2 { max-width: 650px; margin: 17px 0 0; color: #f6f4ed; font-size: clamp(42px,3.75vw,58px); line-height: 1.04; letter-spacing: -.045em; text-wrap: balance; }
.freedom-copy h2 em { color: var(--yellow); font-style: normal; }
.freedom-lead { max-width: 625px; margin: 23px 0 0; color: #e1dfd7; font-size: 16px; line-height: 1.55; }
.freedom-text { max-width: 610px; margin: 13px 0 0; color: #93938e; font-size: 12px; line-height: 1.65; }
.freedom-cta { display: inline-flex; align-items: center; gap: 28px; min-height: 50px; margin-top: 24px; padding: 0 21px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #efeee8; background: rgba(255,255,255,.025); font-size: 11px; font-weight: 700; }
.freedom-cta span { color: var(--yellow); font-size: 17px; }

.freedom-panel { padding: 24px; border: 1px solid rgba(255,255,255,.1); border-radius: 26px; background: rgba(17,19,23,.92); box-shadow: 0 24px 76px rgba(0,0,0,.35); }
.panel-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 17px; }
.panel-head > div > span { color: var(--yellow); font-size: 8px; font-weight: 700; letter-spacing: .16em; }
.panel-head h3 { margin: 7px 0 0; color: #fff; font-size: 27px; line-height: 1; letter-spacing: -.035em; }
.panel-time { padding: 8px 11px; border: 1px solid rgba(252,236,69,.22); border-radius: 10px; color: #82827e; font-size: 7px; line-height: 1.45; text-align: right; text-transform: uppercase; letter-spacing: .08em; }
.panel-time strong { color: var(--yellow); font-size: 8px; }
.signal-list { display: grid; gap: 8px; }
.signal-card { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 14px; min-height: 70px; padding: 10px 16px 10px 10px; border: 1px solid rgba(255,255,255,.085); border-radius: 15px; background: #0c0d0f; }
.signal-number { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(252,236,69,.25); border-radius: 12px; color: var(--yellow); font-size: 9px; }
.signal-card div { display: grid; gap: 5px; }
.signal-card small { color: #73746f; font-size: 7px; letter-spacing: .16em; }
.signal-card strong { color: #f1efe8; font-size: 12px; font-weight: 400; }
.signal-dot { width: 8px; height: 8px; border: 2px solid #33353a; border-radius: 50%; }
.freedom-result { display: grid; grid-template-columns: 52px 1fr; gap: 15px; align-items: center; margin-top: 10px; padding: 16px 18px; border-radius: 17px; color: #090a0b; background: var(--yellow); }
.result-arrow { display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid rgba(0,0,0,.28); border-radius: 50%; font-size: 20px; }
.freedom-result div { display: grid; gap: 4px; }
.freedom-result small { color: rgba(0,0,0,.56); font-size: 7px; font-weight: 700; letter-spacing: .16em; }
.freedom-result strong { font-size: 13px; }
.freedom-result p { margin: 0; color: rgba(0,0,0,.68); font-size: 9px; line-height: 1.45; }

.question-section {
  position: relative;
  min-height: 720px;
  padding: 48px 5vw 52px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(252,236,69,.09), transparent 25%),
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    #0d0f12;
  background-size: auto, 76px 76px, 76px 76px, auto;
  border-top: 1px solid rgba(255,255,255,.07);
}
.question-wrap { max-width: 1390px; margin: 0 auto; }
.question-topline { display: flex; align-items: center; justify-content: space-between; padding-bottom: 19px; border-bottom: 1px solid rgba(255,255,255,.09); }
.question-index { color: #696a66; font-size: 8px; font-weight: 700; letter-spacing: .18em; }
.question-heading { display: grid; grid-template-columns: 74px 1fr; gap: 25px; align-items: start; padding: 28px 0 30px; }
.question-mark { display: grid; place-items: center; width: 72px; height: 72px; border: 1px solid rgba(252,236,69,.35); border-radius: 50%; color: var(--yellow); font-size: 32px; box-shadow: inset 0 0 26px rgba(252,236,69,.06); }
.question-heading h2 { max-width: 1150px; margin: -3px 0 0; color: #f5f3ec; font-size: clamp(36px,3.35vw,51px); line-height: 1.08; letter-spacing: -.043em; text-wrap: balance; }
.question-heading h2 em { color: var(--yellow); font-style: normal; }
.answer-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.answer-card { min-height: 193px; padding: 17px 18px 18px; border: 1px solid rgba(255,255,255,.09); border-radius: 18px; background: rgba(12,13,15,.94); transition: border-color .2s, transform .2s; }
.answer-card:hover { transform: translateY(-3px); border-color: rgba(252,236,69,.34); }
.answer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; }
.answer-head span { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(252,236,69,.26); border-radius: 10px; color: var(--yellow); font-size: 8px; }
.answer-head i { width: 8px; height: 8px; border: 2px solid #34363a; border-radius: 50%; }
.answer-card small { color: #696a66; font-size: 7px; font-weight: 700; letter-spacing: .17em; }
.answer-card strong { display: block; min-height: 42px; margin-top: 8px; color: #f0eee7; font-size: 13px; line-height: 1.35; }
.answer-card p { margin: 10px 0 0; color: #82837e; font-size: 9px; line-height: 1.5; }
.practice-banner { display: grid; grid-template-columns: 54px 1fr auto; gap: 17px; align-items: center; margin-top: 14px; padding: 15px 17px; border-radius: 18px; background: var(--yellow); color: #090a0b; }
.practice-icon { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(0,0,0,.3); border-radius: 50%; font-size: 20px; }
.practice-banner > div:nth-child(2) { display: grid; gap: 6px; }
.practice-banner small { color: rgba(0,0,0,.55); font-size: 7px; font-weight: 700; letter-spacing: .16em; }
.practice-banner strong { max-width: 680px; font-size: 11px; line-height: 1.4; }
.practice-banner a { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 46px; padding: 0 18px; border: 1px solid rgba(0,0,0,.24); border-radius: 999px; font-size: 10px; font-weight: 700; }
.practice-banner a span { font-size: 17px; }

.directions-section {
  position: relative;
  min-height: 720px;
  padding: 46px 5vw 50px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 7%, rgba(252,236,69,.12), transparent 22%),
    linear-gradient(rgba(255,255,255,.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.024) 1px, transparent 1px),
    #0a0b0d;
  background-size: auto, 76px 76px, 76px 76px, auto;
  border-top: 1px solid rgba(255,255,255,.07);
}
.directions-wrap { max-width: 1390px; margin: 0 auto; }
.directions-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; padding-bottom: 26px; border-bottom: 1px solid rgba(255,255,255,.09); }
.directions-head h2 { max-width: 800px; margin: 13px 0 0; color: #f5f3ed; font-size: clamp(36px,3.25vw,49px); line-height: 1.04; letter-spacing: -.043em; }
.directions-head > a { display: flex; align-items: center; justify-content: space-between; gap: 35px; min-width: 156px; min-height: 48px; padding: 0 18px; border-radius: 999px; background: var(--yellow); color: #090a0b; font-size: 10px; font-weight: 700; }
.directions-head > a span { font-size: 17px; }
.teacher-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding-top: 22px; }
.teacher-card { display: grid; grid-template-columns: 38% 62%; min-height: 420px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 23px; background: rgba(16,18,21,.96); box-shadow: 0 22px 65px rgba(0,0,0,.28); }
.teacher-card-wide { grid-column: 1 / -1; min-height: 380px; }
.teacher-card-wide .teacher-photo { min-height: 380px; }
.teacher-photo { position: relative; min-height: 420px; overflow: hidden; border-right: 1px solid rgba(255,255,255,.09); }
.teacher-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.72) contrast(1.08); }
.teacher-card:nth-child(2) .teacher-photo img { object-position: 52% center; }
.teacher-photo-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,5,5,.86), transparent 55%), linear-gradient(90deg, rgba(5,5,5,.08), transparent); }
.teacher-count { position: absolute; left: 17px; top: 17px; display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid rgba(252,236,69,.45); border-radius: 11px; color: var(--yellow); background: rgba(8,8,8,.5); font-size: 9px; backdrop-filter: blur(8px); }
.teacher-specialty { position: absolute; left: 17px; right: 17px; bottom: 18px; color: var(--yellow); font-size: 8px; font-weight: 700; line-height: 1.35; letter-spacing: .14em; }
.teacher-content { display: flex; flex-direction: column; padding: 22px 22px 18px; }
.teacher-name { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; padding-bottom: 17px; border-bottom: 1px solid rgba(255,255,255,.08); }
.teacher-name small { color: #6f706c; font-size: 7px; font-weight: 700; letter-spacing: .16em; }
.teacher-name h3 { margin: 6px 0 0; color: #fff; font-size: 24px; line-height: 1; letter-spacing: -.035em; }
.teacher-name > span { padding: 8px 10px; border: 1px solid rgba(252,236,69,.2); border-radius: 10px; color: #9c9b95; font-size: 7px; line-height: 1.45; text-align: right; text-transform: uppercase; letter-spacing: .08em; }
.teacher-content h4 { margin: 20px 0 0; color: #f0eee7; font-size: 16px; line-height: 1.35; letter-spacing: -.02em; }
.teacher-content > p { margin: 12px 0 0; color: #8a8b86; font-size: 10px; line-height: 1.6; }
.teacher-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; padding-top: 16px; }
.teacher-tags span { padding: 7px 9px; border: 1px solid rgba(255,255,255,.09); border-radius: 999px; color: #747570; font-size: 6px; letter-spacing: .12em; }

.practice-section {
  position: relative;
  min-height: 720px;
  padding: 47px 5vw 50px;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 78%, rgba(252,236,69,.1), transparent 24%),
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    #0d0f12;
  background-size: auto, 76px 76px, 76px 76px, auto;
  border-top: 1px solid rgba(255,255,255,.07);
}
.practice-wrap { max-width: 1390px; margin: 0 auto; }
.practice-head { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr); gap: 70px; align-items: end; padding-bottom: 25px; border-bottom: 1px solid rgba(255,255,255,.09); }
.practice-head h2 { max-width: 810px; margin: 13px 0 0; color: #f4f2eb; font-size: clamp(36px,3.25vw,49px); line-height: 1.05; letter-spacing: -.043em; }
.practice-head > p { margin: 0 0 3px; color: #8d8e89; font-size: 11px; line-height: 1.65; }
.practice-steps { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; padding-top: 21px; }
.practice-steps::before { content: ''; position: absolute; left: 7%; right: 7%; top: 52px; height: 1px; background: linear-gradient(90deg, rgba(252,236,69,.3), rgba(252,236,69,.08)); }
.practice-step { position: relative; min-height: 215px; padding: 16px 17px 15px; border: 1px solid rgba(255,255,255,.09); border-radius: 18px; background: rgba(11,12,14,.96); }
.step-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }
.step-top > span { display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid rgba(252,236,69,.36); border-radius: 11px; color: var(--yellow); background: #0b0c0e; font-size: 9px; }
.step-top i { color: #696a66; font-size: 7px; font-style: normal; font-weight: 700; letter-spacing: .15em; }
.practice-step h3 { min-height: 48px; margin: 22px 0 0; color: #f0eee7; font-size: 15px; line-height: 1.35; letter-spacing: -.015em; }
.practice-step p { margin: 10px 0 0; color: #80817c; font-size: 9px; line-height: 1.55; }
.step-line { display: flex; align-items: center; gap: 7px; position: absolute; left: 17px; right: 17px; bottom: 15px; }
.step-line b { width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 13px rgba(252,236,69,.55); }
.step-line span { flex: 1; height: 2px; border-radius: 2px; background: linear-gradient(90deg, rgba(252,236,69,.38), rgba(255,255,255,.05)); }
.practice-outcome { display: grid; grid-template-columns: 54px 1fr auto; gap: 16px; align-items: center; margin-top: 13px; padding: 14px 17px; border-radius: 18px; background: var(--yellow); color: #090a0b; }
.outcome-number { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(0,0,0,.28); border-radius: 50%; font-size: 19px; }
.practice-outcome > div:nth-child(2) { display: grid; gap: 4px; }
.practice-outcome small { color: rgba(0,0,0,.55); font-size: 7px; font-weight: 700; letter-spacing: .16em; }
.practice-outcome strong { font-size: 12px; }
.practice-outcome p { max-width: 700px; margin: 0; color: rgba(0,0,0,.66); font-size: 8px; line-height: 1.45; }
.practice-outcome a { display: flex; align-items: center; justify-content: space-between; gap: 27px; min-height: 46px; padding: 0 17px; border: 1px solid rgba(0,0,0,.24); border-radius: 999px; font-size: 10px; font-weight: 700; }
.practice-outcome a span { font-size: 17px; }

.fit-section {
  position: relative;
  min-height: 720px;
  padding: 47px 5vw 50px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 70%, rgba(252,236,69,.09), transparent 24%),
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    #0a0b0d;
  background-size: auto, 76px 76px, 76px 76px, auto;
  border-top: 1px solid rgba(255,255,255,.07);
}
.fit-watermark { position: absolute; left: -36px; bottom: -94px; z-index: -1; color: transparent; -webkit-text-stroke: 1px rgba(252,236,69,.08); font-size: 300px; font-weight: 700; line-height: 1; letter-spacing: -.11em; }
.fit-wrap { max-width: 1390px; margin: 0 auto; }
.fit-topline { display: flex; align-items: center; justify-content: space-between; padding-bottom: 21px; border-bottom: 1px solid rgba(255,255,255,.09); }
.fit-topline > span:last-child { color: #686965; font-size: 8px; font-weight: 700; letter-spacing: .18em; }
.fit-grid { display: grid; grid-template-columns: minmax(0,.8fr) minmax(610px,1.2fr); gap: clamp(50px,6.4vw,94px); align-items: center; padding-top: 32px; }
.fit-copy h2 { max-width: 570px; margin: 0; color: #f5f3ed; font-size: clamp(39px,3.5vw,54px); line-height: 1.04; letter-spacing: -.046em; }
.fit-copy h2 em { color: var(--yellow); font-style: normal; }
.fit-copy > p { max-width: 500px; margin: 22px 0 0; color: #92938e; font-size: 12px; line-height: 1.65; }
.fit-rule { display: flex; align-items: center; gap: 16px; width: max-content; margin-top: 24px; padding: 10px 15px 10px 10px; border: 1px solid rgba(255,255,255,.11); border-radius: 15px; background: rgba(255,255,255,.025); }
.fit-rule strong { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 11px; background: var(--yellow); color: #090a0b; font-size: 20px; }
.fit-rule span { color: #a2a29c; font-size: 8px; line-height: 1.45; text-transform: uppercase; letter-spacing: .08em; }
.fit-copy > a { display: inline-flex; align-items: center; justify-content: space-between; gap: 31px; min-height: 50px; margin-top: 18px; padding: 0 20px; border-radius: 999px; background: var(--yellow); color: #090a0b; font-size: 10px; font-weight: 700; }
.fit-copy > a span { font-size: 17px; }
.fit-panel { padding: 22px; border: 1px solid rgba(255,255,255,.1); border-radius: 25px; background: rgba(16,18,21,.96); box-shadow: 0 24px 74px rgba(0,0,0,.34); }
.fit-panel-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding-bottom: 16px; }
.fit-panel-head small { color: var(--yellow); font-size: 7px; font-weight: 700; letter-spacing: .17em; }
.fit-panel-head h3 { margin: 7px 0 0; color: #fff; font-size: 26px; line-height: 1; letter-spacing: -.035em; }
.fit-panel-head > span { padding: 8px 10px; border: 1px solid rgba(252,236,69,.2); border-radius: 10px; color: #797a76; font-size: 7px; line-height: 1.45; text-align: right; text-transform: uppercase; letter-spacing: .07em; }
.fit-panel-head > span strong { color: var(--yellow); font-size: 8px; }
.fit-list { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.fit-list article { display: grid; grid-template-columns: 31px 1fr 16px; gap: 9px; align-items: center; min-height: 53px; padding: 7px 10px 7px 7px; border: 1px solid rgba(255,255,255,.075); border-radius: 12px; background: #0c0d0f; }
.fit-list article > span { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid rgba(252,236,69,.25); border-radius: 9px; color: var(--yellow); font-size: 7px; }
.fit-list article p { margin: 0; color: #d9d7d0; font-size: 9px; line-height: 1.4; }
.fit-list article i { display: grid; place-items: center; width: 16px; height: 16px; border: 1px solid #34363a; border-radius: 50%; color: #34363a; font-size: 7px; font-style: normal; }
.fit-list .fit-wide { grid-column: 1 / -1; }
.fit-note { display: grid; grid-template-columns: auto 1fr; gap: 4px 12px; align-items: center; margin-top: 9px; padding: 13px 15px; border-radius: 14px; background: var(--yellow); color: #090a0b; }
.fit-note > span { grid-row: 1 / 3; padding: 8px 9px; border: 1px solid rgba(0,0,0,.25); border-radius: 9px; font-size: 7px; font-weight: 700; letter-spacing: .12em; }
.fit-note strong { font-size: 11px; }
.fit-note p { margin: 0; color: rgba(0,0,0,.65); font-size: 8px; line-height: 1.4; }

.reviews-section {
  position: relative;
  min-height: 720px;
  padding: 42px 5vw 38px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 88% 18%, rgba(252,236,69,.09), transparent 25%),
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    #090a0c;
  background-size: auto, 76px 76px, 76px 76px, auto;
  border-top: 1px solid rgba(255,255,255,.07);
}
.reviews-watermark { position: absolute; right: -17px; top: 93px; z-index: -1; color: transparent; -webkit-text-stroke: 1px rgba(252,236,69,.075); font-size: 270px; font-weight: 700; line-height: 1; letter-spacing: -.11em; }
.reviews-wrap { max-width: 1390px; margin: 0 auto; }
.reviews-topline { display: flex; align-items: center; justify-content: space-between; padding-bottom: 19px; border-bottom: 1px solid rgba(255,255,255,.09); }
.reviews-topline > span:last-child { color: #686965; font-size: 8px; font-weight: 700; letter-spacing: .18em; }
.reviews-head { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 45px; align-items: end; padding: 26px 0 22px; }
.reviews-head h2 { max-width: 820px; margin: 0; color: #f5f3ed; font-size: clamp(38px,3.4vw,52px); line-height: 1.02; letter-spacing: -.048em; }
.reviews-head h2 em { color: var(--yellow); font-style: normal; }
.reviews-head p { max-width: 780px; margin: 14px 0 0; color: #92938e; font-size: 11px; line-height: 1.62; }
.reviews-proof { display: flex; align-items: center; gap: 13px; min-width: 214px; padding: 13px 16px; border: 1px solid rgba(252,236,69,.21); border-radius: 14px; background: rgba(252,236,69,.035); }
.reviews-proof > span { color: var(--yellow); font-size: 13px; text-shadow: 0 0 13px var(--yellow); }
.reviews-proof div { display: flex; flex-direction: column; gap: 4px; }
.reviews-proof small { color: #7e7f7b; font-size: 7px; font-weight: 700; letter-spacing: .14em; }
.reviews-proof strong { color: #f2f0e9; font-size: 13px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.review-card { position: relative; z-index: 2; display: block; overflow: hidden; border: 1px solid rgba(255,255,255,.105); border-radius: 20px; background: #111317; box-shadow: 0 20px 60px rgba(0,0,0,.27); }
.review-card:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.review-photo { position: relative; height: clamp(360px,39vw,560px); overflow: hidden; background: #050607; }
.review-inline-video { display: block; width: 100%; height: 100%; background: #050607; object-fit: contain; }
.review-number { position: absolute; top: 14px; left: 14px; z-index: 2; display: grid; place-items: center; width: 35px; height: 27px; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: rgba(7,8,9,.72); color: #fff; font-size: 8px; font-weight: 700; backdrop-filter: blur(8px); pointer-events: none; }
.review-start { position: absolute; left: 50%; top: 50%; z-index: 3; display: grid; place-items: center; width: 62px; height: 62px; padding: 1px 0 0 4px; transform: translate(-50%,-50%); border: 0; border-radius: 50%; background: var(--yellow); color: #090a0b; font-size: 15px; cursor: pointer; box-shadow: 0 12px 34px rgba(0,0,0,.48); transition: transform .2s ease, opacity .2s ease; }
.review-start:hover { transform: translate(-50%,-50%) scale(1.06); }
.review-card.is-playing .review-start { opacity: 0; pointer-events: none; }
.review-copy { position: relative; min-height: 104px; padding: 15px 17px 17px; }
.review-copy small { color: var(--yellow); font-size: 7px; font-weight: 700; letter-spacing: .16em; }
.review-copy h3 { max-width: 320px; margin: 7px 0 13px; color: #efede6; font-size: 15px; line-height: 1.18; letter-spacing: -.02em; }
.review-copy > span { display: flex; align-items: center; justify-content: space-between; padding-top: 11px; border-top: 1px solid rgba(255,255,255,.08); color: #777873; font-size: 8px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.review-copy > span span { color: var(--yellow); font-size: 13px; }
.reviews-cta { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 14px; padding: 13px 15px 13px 20px; border-radius: 15px; background: var(--yellow); color: #090a0b; }
.reviews-cta div { display: flex; flex-direction: column; gap: 4px; }
.reviews-cta small { color: rgba(0,0,0,.55); font-size: 7px; font-weight: 700; letter-spacing: .14em; }
.reviews-cta strong { font-size: 13px; }
.reviews-cta a { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 39px; padding: 0 16px; border: 1px solid rgba(0,0,0,.22); border-radius: 999px; font-size: 9px; font-weight: 700; }
.reviews-cta a span { font-size: 15px; }


.faq-section {
  position: relative;
  min-height: 720px;
  padding: 42px 5vw 40px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 14% 78%, rgba(252,236,69,.09), transparent 26%),
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    #0a0b0d;
  background-size: auto, 76px 76px, 76px 76px, auto;
  border-top: 1px solid rgba(255,255,255,.07);
}
.faq-watermark { position: absolute; left: -2px; bottom: -112px; z-index: -1; color: transparent; -webkit-text-stroke: 1px rgba(252,236,69,.07); font-size: 390px; font-weight: 700; line-height: 1; }
.faq-wrap { max-width: 1390px; margin: 0 auto; }
.faq-topline { display: flex; align-items: center; justify-content: space-between; padding-bottom: 19px; border-bottom: 1px solid rgba(255,255,255,.09); }
.faq-topline > span:last-child { color: #686965; font-size: 8px; font-weight: 700; letter-spacing: .18em; }
.faq-grid { display: grid; grid-template-columns: minmax(0,.83fr) minmax(590px,1.17fr); gap: clamp(48px,6vw,88px); align-items: center; padding-top: 29px; }
.faq-intro h2 { max-width: 600px; margin: 0; color: #f5f3ed; font-size: clamp(40px,3.8vw,58px); line-height: 1.02; letter-spacing: -.05em; }
.faq-intro h2 em { color: var(--yellow); font-style: normal; }
.faq-intro > p { max-width: 520px; margin: 17px 0 0; color: #92938e; font-size: 11px; line-height: 1.65; }
.faq-ready { display: grid; grid-template-columns: 47px 1fr; gap: 15px; max-width: 560px; margin-top: 23px; padding: 17px; border-radius: 18px; background: var(--yellow); color: #090a0b; }
.faq-ready-icon { display: grid; place-items: center; width: 47px; height: 47px; border: 1px solid rgba(0,0,0,.22); border-radius: 13px; font-size: 18px; font-weight: 700; }
.faq-ready small { color: rgba(0,0,0,.55); font-size: 7px; font-weight: 700; letter-spacing: .15em; }
.faq-ready h3 { margin: 5px 0 7px; font-size: 18px; line-height: 1.1; letter-spacing: -.025em; }
.faq-ready p { margin: 0; color: rgba(0,0,0,.67); font-size: 9px; line-height: 1.5; }
.faq-safe { display: grid; grid-template-columns: auto 1fr; gap: 13px; align-items: center; max-width: 560px; margin-top: 9px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; background: rgba(255,255,255,.025); }
.faq-safe span { padding-right: 13px; border-right: 1px solid rgba(255,255,255,.1); color: var(--yellow); font-size: 7px; font-weight: 700; letter-spacing: .12em; }
.faq-safe p { margin: 0; color: #8d8e89; font-size: 8px; line-height: 1.45; }
.faq-intro > a { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 46px; margin-top: 14px; padding: 0 18px; border: 1px solid rgba(252,236,69,.27); border-radius: 999px; color: #eee; font-size: 9px; font-weight: 700; }
.faq-intro > a span { color: var(--yellow); font-size: 15px; }
.faq-panel { padding: 19px 20px 16px; border: 1px solid rgba(255,255,255,.1); border-radius: 23px; background: rgba(16,18,21,.96); box-shadow: 0 24px 74px rgba(0,0,0,.34); }
.faq-panel-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 2px 2px 14px; }
.faq-panel-head small { color: var(--yellow); font-size: 7px; font-weight: 700; letter-spacing: .16em; }
.faq-panel-head h3 { margin: 5px 0 0; color: #f5f3ed; font-size: 24px; line-height: 1; letter-spacing: -.035em; }
.faq-panel-head > span { color: #696a66; font-size: 7px; line-height: 1.5; text-align: right; text-transform: uppercase; letter-spacing: .08em; }
.faq-list { border-top: 1px solid rgba(255,255,255,.09); }
.faq-list details { border-bottom: 1px solid rgba(255,255,255,.085); }
.faq-list summary { display: grid; grid-template-columns: 28px 1fr 22px; gap: 11px; align-items: center; min-height: 43px; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: #666762; font-size: 7px; font-weight: 700; }
.faq-list summary strong { color: #d8d6cf; font-size: 10px; font-weight: 400; line-height: 1.3; }
.faq-list summary i { display: grid; place-items: center; width: 21px; height: 21px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; color: #777873; font-size: 12px; font-style: normal; }
.faq-list details[open] { padding-bottom: 10px; }
.faq-list details[open] summary strong { color: #fff; font-weight: 700; }
.faq-list details[open] summary > span, .faq-list details[open] summary i { color: var(--yellow); }
.faq-list details[open] summary i { border-color: rgba(252,236,69,.3); }
.faq-list details > p { max-width: 490px; margin: 0 31px 1px 39px; color: #8e8f8a; font-size: 8px; line-height: 1.5; }

.apply-section {
  position: relative;
  min-height: 720px;
  padding: 42px 5vw 40px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 15% 72%, rgba(252,236,69,.12), transparent 27%),
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    #090a0c;
  background-size: auto, 76px 76px, 76px 76px, auto;
  border-top: 1px solid rgba(255,255,255,.07);
}
.apply-watermark { position: absolute; left: -54px; bottom: -93px; z-index: -1; color: transparent; -webkit-text-stroke: 1px rgba(252,236,69,.07); font-size: 295px; font-weight: 700; line-height: 1; letter-spacing: -.12em; }
.apply-wrap { max-width: 1390px; margin: 0 auto; }
.apply-topline { display: flex; align-items: center; justify-content: space-between; padding-bottom: 19px; border-bottom: 1px solid rgba(255,255,255,.09); }
.apply-topline > span:last-child { color: #686965; font-size: 8px; font-weight: 700; letter-spacing: .18em; }
.apply-grid { display: grid; grid-template-columns: minmax(0,.82fr) minmax(620px,1.18fr); gap: clamp(54px,7vw,102px); align-items: center; padding-top: 27px; }
.apply-copy h2 { max-width: 600px; margin: 0; color: #f5f3ed; font-size: clamp(40px,3.8vw,58px); line-height: 1.01; letter-spacing: -.05em; }
.apply-copy h2 em { color: var(--yellow); font-style: normal; }
.apply-copy > p { max-width: 520px; margin: 18px 0 0; color: #92938e; font-size: 11px; line-height: 1.65; }
.apply-steps { max-width: 520px; margin-top: 22px; border-top: 1px solid rgba(255,255,255,.1); }
.apply-steps article { display: grid; grid-template-columns: 34px 1fr; gap: 13px; align-items: center; min-height: 61px; border-bottom: 1px solid rgba(255,255,255,.085); }
.apply-steps article > span { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid rgba(252,236,69,.28); border-radius: 9px; color: var(--yellow); font-size: 7px; font-weight: 700; }
.apply-steps strong { color: #e7e5de; font-size: 11px; }
.apply-steps p { margin: 4px 0 0; color: #777873; font-size: 8px; }
.apply-note { display: grid; grid-template-columns: 37px 1fr; gap: 12px; align-items: center; max-width: 520px; margin-top: 13px; padding: 11px 13px; border-radius: 13px; background: var(--yellow); color: #090a0b; }
.apply-note > span { display: grid; place-items: center; width: 37px; height: 37px; border: 1px solid rgba(0,0,0,.2); border-radius: 10px; font-size: 14px; font-weight: 700; }
.apply-note p { margin: 0; color: rgba(0,0,0,.62); font-size: 8px; line-height: 1.45; }
.apply-note strong { color: #090a0b; font-size: 10px; }
.apply-form { padding: 19px 21px 17px; border: 1px solid rgba(252,236,69,.27); border-radius: 24px; background: rgba(16,18,21,.97); box-shadow: 0 26px 82px rgba(0,0,0,.4); }
.apply-form-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 14px; }
.apply-form-head small { color: var(--yellow); font-size: 7px; font-weight: 700; letter-spacing: .16em; }
.apply-form-head h3 { margin: 6px 0 0; color: #f5f3ed; font-size: 25px; line-height: 1; letter-spacing: -.035em; }
.apply-form-head > span { padding: 7px 10px; border: 1px solid rgba(252,236,69,.23); border-radius: 9px; color: #6e6f6b; font-size: 6px; line-height: 1.45; text-align: right; letter-spacing: .1em; }
.apply-form-head > span strong { color: var(--yellow); font-size: 8px; }
.apply-fields { display: grid; gap: 8px; }
.apply-names, .apply-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.apply-row-small { grid-template-columns: .5fr 1fr 1.08fr; }
.apply-form label { display: block; }
.apply-form label > span { display: block; margin: 0 0 5px 2px; color: #797a76; font-size: 6px; font-weight: 700; letter-spacing: .11em; }
.apply-form input:not([type="checkbox"]), .apply-form select, .apply-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; outline: none; background: #0b0c0e; color: #f0eee7; font-family: inherit; font-size: 9px; transition: border-color .2s ease; }
.apply-form input:not([type="checkbox"]), .apply-form select { height: 40px; padding: 0 11px; }
.apply-form textarea { height: 62px; padding: 11px; resize: none; line-height: 1.4; }
.apply-form input:focus, .apply-form select:focus, .apply-form textarea:focus { border-color: rgba(252,236,69,.52); }
.apply-form input::placeholder, .apply-form textarea::placeholder { color: #555651; }
.apply-form select { color: #777873; appearance: auto; }
.apply-consents { display: grid; gap: 8px; margin-top: 10px; }
.apply-consent { display: grid !important; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; cursor: pointer; }
.apply-consent > span { margin: 0 !important; color: #858680 !important; font-size: 7px !important; font-weight: 400 !important; line-height: 1.5; letter-spacing: 0 !important; }
.apply-form > button { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 45px; margin-top: 10px; padding: 0 17px; border: 0; border-radius: 999px; background: var(--yellow); color: #090a0b; font-family: inherit; font-size: 10px; font-weight: 700; cursor: pointer; }
.apply-form > button span { font-size: 16px; }
.apply-privacy { margin: 7px 0 0; color: #545550; font-size: 6px; text-align: center; }
.apply-phone { display: block; margin-top: 10px; color: #858680; font-size: 8px; text-align: center; }
.apply-phone strong { color: var(--yellow); }

.program-section {
  position: relative;
  min-height: 720px;
  padding: 39px 5vw 34px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 87% 19%, rgba(252,236,69,.1), transparent 25%),
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    #0a0b0d;
  background-size: auto, 76px 76px, 76px 76px, auto;
  border-top: 1px solid rgba(255,255,255,.07);
}
.program-watermark { position: absolute; right: -42px; bottom: -93px; z-index: -1; color: transparent; -webkit-text-stroke: 1px rgba(252,236,69,.065); font-size: 292px; font-weight: 700; line-height: 1; letter-spacing: -.12em; }
.program-wrap { max-width: 1390px; margin: 0 auto; }
.program-topline { display: flex; align-items: center; justify-content: space-between; padding-bottom: 17px; border-bottom: 1px solid rgba(255,255,255,.09); }
.program-topline > span:last-child { color: #686965; font-size: 8px; font-weight: 700; letter-spacing: .18em; }
.program-head { display: grid; grid-template-columns: minmax(0,1fr) minmax(390px,.62fr); gap: 50px; align-items: end; padding: 22px 0 19px; }
.program-head h2 { max-width: 780px; margin: 0; color: #f5f3ed; font-size: clamp(38px,3.5vw,53px); line-height: 1.01; letter-spacing: -.05em; }
.program-head h2 em { color: var(--yellow); font-style: normal; }
.program-head-copy { display: grid; grid-template-columns: 1fr auto; gap: 21px; align-items: end; }
.program-head-copy p { margin: 0; color: #92938e; font-size: 10px; line-height: 1.6; }
.program-head-copy > span { display: flex; align-items: center; gap: 8px; min-height: 39px; padding: 0 12px; border: 1px solid rgba(252,236,69,.2); border-radius: 11px; color: #848580; font-size: 7px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.program-head-copy > span b { color: var(--yellow); font-size: 18px; }
.program-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.program-card { position: relative; min-height: 150px; padding: 14px 15px 12px; overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 16px; background: rgba(16,18,21,.95); }
.program-card::after { content: '→'; position: absolute; right: 13px; top: 50%; transform: translateY(-50%); color: rgba(252,236,69,.16); font-size: 24px; }
.program-card:nth-child(3)::after, .program-card:last-child::after { display: none; }
.program-card-final { border-color: rgba(252,236,69,.33); background: linear-gradient(135deg,rgba(252,236,69,.1),rgba(16,18,21,.96) 52%); }
.program-card-top { display: flex; align-items: center; justify-content: space-between; }
.program-card-top > span { display: grid; place-items: center; width: 32px; height: 26px; border: 1px solid rgba(252,236,69,.27); border-radius: 8px; color: var(--yellow); font-size: 7px; font-weight: 700; }
.program-card-top i { color: #666762; font-size: 6px; font-style: normal; font-weight: 700; letter-spacing: .14em; }
.program-card h3 { max-width: 320px; margin: 11px 0 7px; color: #e9e7e0; font-size: 14px; line-height: 1.15; letter-spacing: -.02em; }
.program-card p { max-width: 330px; margin: 0; color: #797a76; font-size: 8px; line-height: 1.45; }
.program-progress { position: absolute; left: 15px; right: 15px; bottom: 11px; display: grid; grid-template-columns: repeat(6,1fr); gap: 4px; }
.program-progress span, .program-progress b { height: 2px; border-radius: 999px; background: #303236; }
.program-progress b { background: var(--yellow); }
.program-result { display: grid; grid-template-columns: 43px 1fr auto; gap: 14px; align-items: center; margin-top: 11px; padding: 11px 13px; border-radius: 14px; background: var(--yellow); color: #090a0b; }
.program-result-icon { display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid rgba(0,0,0,.22); border-radius: 12px; font-size: 17px; font-weight: 700; }
.program-result div:nth-child(2) { display: flex; flex-direction: column; gap: 4px; }
.program-result small { color: rgba(0,0,0,.52); font-size: 7px; font-weight: 700; letter-spacing: .13em; }
.program-result strong { font-size: 11px; }
.program-result a { display: inline-flex; align-items: center; justify-content: space-between; gap: 27px; min-height: 41px; padding: 0 16px; border: 1px solid rgba(0,0,0,.24); border-radius: 999px; font-size: 9px; font-weight: 700; }
.program-result a span { font-size: 15px; }

.final-section {
  position: relative;
  min-height: 720px;
  padding: 0 5vw;
  overflow: hidden;
  isolation: isolate;
  background: #08090a;
  border-top: 1px solid rgba(255,255,255,.07);
}
.final-bg { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center 45%; filter: saturate(.66) contrast(1.13); }
.final-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg,rgba(6,7,8,.97) 0%,rgba(6,7,8,.88) 46%,rgba(6,7,8,.47) 74%,rgba(6,7,8,.65)), linear-gradient(0deg,rgba(6,7,8,.92),transparent 36%,rgba(6,7,8,.45)); }
.final-light { position: absolute; top: -47%; right: 5%; z-index: -1; width: 53%; height: 103%; transform: rotate(-8deg); background: conic-gradient(from 190deg at 50% 0%,transparent 0 41%,rgba(252,236,69,.24) 49%,transparent 57%); filter: blur(25px); opacity: .72; }
.final-wrap { display: flex; flex-direction: column; max-width: 1390px; min-height: 720px; margin: 0 auto; }
.final-topline { display: flex; align-items: center; justify-content: space-between; min-height: 76px; border-bottom: 1px solid rgba(255,255,255,.12); }
.final-topline > span:last-child { color: #777873; font-size: 7px; font-weight: 700; letter-spacing: .13em; }
.final-content { flex: 1; display: flex; flex-direction: column; justify-content: center; max-width: 790px; padding: 27px 0 34px; }
.final-status { display: inline-flex; align-items: center; gap: 9px; width: max-content; min-height: 31px; padding: 0 12px; border: 1px solid rgba(252,236,69,.26); border-radius: 999px; background: rgba(8,9,10,.45); color: #d7d5cd; font-size: 7px; font-weight: 700; letter-spacing: .14em; backdrop-filter: blur(8px); }
.final-status span { color: var(--yellow); font-size: 10px; text-shadow: 0 0 13px var(--yellow); }
.final-content h2 { max-width: 820px; margin: 22px 0 0; color: #fffdf4; font-size: clamp(58px,6vw,88px); line-height: .94; letter-spacing: -.058em; }
.final-content h2 em { display: block; color: var(--yellow); font-style: normal; }
.final-content > p { max-width: 660px; margin: 21px 0 0; color: #b2b1aa; font-size: 14px; line-height: 1.65; }
.final-actions { display: flex; align-items: center; gap: 11px; margin-top: 24px; }
.final-actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 53px; border-radius: 999px; font-size: 11px; font-weight: 700; }
.final-primary { justify-content: space-between !important; gap: 48px; min-width: 263px; padding: 0 18px 0 21px; background: var(--yellow); color: #090a0b; box-shadow: 0 14px 38px rgba(252,236,69,.14); }
.final-primary span { font-size: 18px; }
.final-secondary { gap: 11px; padding: 0 21px; border: 1px solid rgba(255,255,255,.18); background: rgba(12,13,15,.52); color: #eeece5; backdrop-filter: blur(8px); }
.final-secondary span { color: var(--yellow); font-size: 8px; }
.final-trust { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; max-width: 730px; margin-top: 22px; }
.final-trust article { display: grid; grid-template-columns: 32px 1fr; gap: 10px; align-items: center; min-height: 54px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(10,11,13,.56); backdrop-filter: blur(8px); }
.final-trust article > span { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid rgba(252,236,69,.25); border-radius: 9px; color: var(--yellow); font-size: 7px; font-weight: 700; }
.final-trust article div { display: flex; flex-direction: column; gap: 4px; }
.final-trust strong { color: #eceae3; font-size: 9px; }
.final-trust small { color: #777873; font-size: 7px; }
.final-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 91px; border-top: 1px solid rgba(255,255,255,.12); }
.final-brand { display: flex; align-items: center; gap: 10px; width: max-content; }
.final-brand img { width: 48px; height: 48px; object-fit: cover; border-radius: 9px; }
.final-brand > span { display: flex; flex-direction: column; gap: 3px; }
.final-brand strong { color: #e9e7df; font-size: 8px; letter-spacing: .14em; }
.final-brand small { color: #676864; font-size: 6px; letter-spacing: .12em; text-transform: uppercase; }
.final-footer > p { margin: 0; color: #6f706c; font-size: 7px; line-height: 1.5; text-align: center; text-transform: uppercase; letter-spacing: .06em; }
.final-footer > p strong { color: #b6b5ae; }
.final-footer > a:last-child { justify-self: end; color: var(--yellow); font-size: 7px; font-weight: 700; letter-spacing: .12em; }
.mobile-call { position: fixed; right: 24px; bottom: 22px; z-index: 50; display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 22px; border: 1px solid rgba(0,0,0,.35); border-radius: 999px; background: var(--yellow); color: #090a0b; box-shadow: 0 15px 42px rgba(0,0,0,.42); font-size: 11px; }
.mobile-call span { font-size: 15px; }

@media (max-width: 1040px) {
  nav { display: none; }
  .topbar { grid-template-columns: 1fr 1fr; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 520px; }
  .facts { grid-template-columns: 1fr 1fr; }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n+2) { border-bottom: 0; }
  .freedom-grid { grid-template-columns: 1fr; }
  .answer-grid { grid-template-columns: 1fr 1fr; }
  .teacher-grid { grid-template-columns: 1fr; }
  .teacher-card-wide { grid-column: auto; }
  .practice-steps { grid-template-columns: 1fr 1fr; }
  .fit-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .review-card:last-child { grid-column: 1 / -1; width: calc(50% - 7px); justify-self: center; }
  .faq-grid { grid-template-columns: 1fr; }
  .apply-grid { grid-template-columns: 1fr; }
  .program-grid { grid-template-columns: 1fr 1fr; }
  .final-content { max-width: 720px; }
}

@media (max-width: 620px) {
  .hero { padding: 0 18px 20px; }
  .topbar { height: 78px; }
  .brand img { width: 52px; height: 52px; border-radius: 9px; }
  .brand span, .lang { display: none; }
  .header-phone { display: none; }
  .mini-cta { min-height: 40px; padding: 0 16px; }
  .hero-grid { padding: 38px 0 28px; }
  h1 { font-size: 42px; }
  .lead { font-size: 17px; }
  .hero-visual { min-height: 570px; }
  .lead-form { grid-template-columns: 1fr; }
  .phone-field, .lead-form button, .consent { grid-column: auto; }
  .facts { grid-template-columns: 1fr; }
  .fact { border-right: 0; border-bottom: 1px solid var(--line); }
  .fact:last-child { border-bottom: 0; }
  .freedom-section { padding: 44px 18px; }
  .skill-pills { display: none; }
  .freedom-copy h2 { font-size: 40px; }
  .freedom-grid { gap: 36px; }
  .freedom-panel { padding: 17px; }
  .signal-card { grid-template-columns: 38px 1fr; }
  .signal-dot { display: none; }
  .question-section { padding: 44px 18px; }
  .question-heading { grid-template-columns: 1fr; }
  .question-heading h2 { font-size: 38px; }
  .answer-grid { grid-template-columns: 1fr; }
  .practice-banner { grid-template-columns: 48px 1fr; }
  .practice-banner a { grid-column: 1 / -1; }
  .directions-section { padding: 44px 18px; }
  .directions-head { align-items: flex-start; flex-direction: column; }
  .teacher-card { grid-template-columns: 1fr; }
  .teacher-photo { min-height: 320px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.09); }
  .practice-section { padding: 44px 18px; }
  .practice-head { grid-template-columns: 1fr; gap: 20px; }
  .practice-steps { grid-template-columns: 1fr; }
  .practice-steps::before { display: none; }
  .practice-outcome { grid-template-columns: 48px 1fr; }
  .practice-outcome a { grid-column: 1 / -1; }
  .fit-section { padding: 44px 18px; }
  .fit-list { grid-template-columns: 1fr; }
  .fit-list .fit-wide { grid-column: auto; }
  .reviews-section { padding: 44px 18px; }
  .reviews-head { grid-template-columns: 1fr; }
  .reviews-proof { width: max-content; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-card:last-child { grid-column: auto; width: auto; justify-self: stretch; }
  .review-photo { height: min(72vh,600px); }
  .reviews-cta { align-items: flex-start; flex-direction: column; }
  .faq-section { padding: 44px 18px; }
  .faq-safe { grid-template-columns: 1fr; }
  .faq-safe span { padding: 0 0 8px; border: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .apply-section { padding: 44px 18px; }
  .apply-names, .apply-row, .apply-row-small { grid-template-columns: 1fr; }
  .program-section { padding: 44px 18px; }
  .program-head, .program-head-copy { grid-template-columns: 1fr; }
  .program-grid { grid-template-columns: 1fr; }
  .program-card::after { display: none; }
  .program-result { grid-template-columns: 43px 1fr; }
  .program-result a { grid-column: 1 / -1; }
  .final-section { padding: 0 18px; }
  .final-content h2 { font-size: 52px; }
  .final-actions { align-items: stretch; flex-direction: column; }
  .final-actions a { width: 100%; }
  .final-trust { grid-template-columns: 1fr; }
  .final-footer { grid-template-columns: 1fr auto; }
  .final-footer > p { display: none; }
  .mobile-call { left: 18px; right: 18px; bottom: 14px; min-height: 51px; padding: 0; }
  .mobile-call span { font-size: 15px; }
}

/* Readability pass: enlarge supporting copy without changing the layout. */
.brand small { font-size: 11px; }
.header-phone span { font-size: 9px; }
.header-phone strong { font-size: 13px; }
.section-label { font-size: 11px; }
.description { font-size: 17px; }
.trust-line p { font-size: 14px; }
.form-kicker { font-size: 10px; }
.form-badge { font-size: 10px; }
.form-badge strong { font-size: 11px; }
.form-intro { font-size: 13px; }
.form-call span { font-size: 9px; }
.form-call strong { font-size: 11px; }
.lead-form > label > span { font-size: 11px; }
.lead-form input[type='text'],
.lead-form input[type='tel'] { font-size: 14px; }
.lead-form button { font-size: 14px; }
.consent span { font-size: 9px !important; }
.consent-note { font-size: 9px; }
.fact small { font-size: 10px; }
.fact strong { font-size: 15px; }
.fit-topline > span:last-child,
.program-topline > span:last-child,
.reviews-topline > span:last-child,
.faq-topline > span:last-child,
.apply-topline > span:last-child { font-size: 10px; }
.fit-copy > p { font-size: 15px; }
.fit-rule span { font-size: 10px; }
.fit-copy > a { font-size: 12px; }
.fit-panel-head small { font-size: 9px; }
.fit-panel-head > span { font-size: 9px; }
.fit-panel-head > span strong { font-size: 10px; }
.fit-list article > span { font-size: 9px; }
.fit-list article p { font-size: 11px; }
.fit-note > span { font-size: 9px; }
.fit-note strong { font-size: 14px; }
.fit-note p { font-size: 10px; }
.program-head-copy p { font-size: 13px; }
.program-head-copy > span { font-size: 9px; }
.program-card-top > span { font-size: 9px; }
.program-card-top i { font-size: 8px; }
.program-card h3 { font-size: 17px; }
.program-card p { font-size: 10px; }
.program-result small { font-size: 9px; }
.program-result strong { font-size: 14px; }
.program-result a { font-size: 11px; }
.directions-head > a { font-size: 12px; }
.teacher-count { font-size: 11px; }
.teacher-specialty { font-size: 10px; }
.teacher-name small { font-size: 9px; }
.teacher-name > span { font-size: 9px; }
.teacher-content h4 { font-size: 19px; }
.teacher-content > p { font-size: 13px; }
.teacher-tags span { font-size: 8px; }
.reviews-head p { font-size: 14px; }
.reviews-proof small { font-size: 9px; }
.reviews-proof strong { font-size: 16px; }
.review-number { font-size: 10px; }
.review-copy small { font-size: 9px; }
.review-copy h3 { font-size: 18px; }
.review-copy > span { font-size: 10px; }
.reviews-cta small { font-size: 9px; }
.reviews-cta strong { font-size: 16px; }
.reviews-cta a { font-size: 11px; }
.faq-intro > p { font-size: 14px; }
.faq-ready small { font-size: 9px; }
.faq-ready p { font-size: 11px; }
.faq-safe span { font-size: 9px; }
.faq-safe p { font-size: 10px; }
.faq-intro > a { font-size: 11px; }
.faq-panel-head > span { font-size: 9px; }
.faq-list summary > span { font-size: 9px; }
.faq-list summary strong { font-size: 13px; }
.faq-list details > p { font-size: 10px; }
.apply-copy > p { font-size: 14px; }
.apply-steps article > span { font-size: 9px; }
.apply-steps strong { font-size: 14px; }
.apply-steps p { font-size: 10px; }
.apply-note p { font-size: 10px; }
.apply-note strong { font-size: 13px; }
.apply-form-head small { font-size: 9px; }
.apply-form-head > span { font-size: 8px; }
.apply-form-head > span strong { font-size: 10px; }
.apply-form label > span { font-size: 8px; }
.apply-form input:not([type='checkbox']),
.apply-form select,
.apply-form textarea { font-size: 11px; }
.apply-consent > span { font-size: 9px !important; }
.apply-form > button { font-size: 12px; }
.apply-privacy { font-size: 8px; }
.apply-phone { font-size: 10px; }
.final-topline > span:last-child { font-size: 9px; }
.final-status { font-size: 9px; }
.final-content > p { font-size: 17px; }
.final-actions a { font-size: 13px; }
.final-trust article > span { font-size: 9px; }
.final-trust strong { font-size: 11px; }
.final-trust small { font-size: 9px; }
.final-brand strong { font-size: 10px; }
.final-brand small { font-size: 8px; }
.final-footer > p { font-size: 9px; }
.final-footer > a:last-child { font-size: 9px; }
.mobile-call { font-size: 14px; }

@media (max-width: 620px) {
  .hero-copy,
  .hero-visual { min-width: 0; width: 100%; }
  .eyebrow-row { flex-wrap: wrap; }
  .cta-row { align-items: stretch; }
  .primary-cta,
  .secondary-cta,
  .hero-phone { width: 100%; padding-left: 18px; padding-right: 18px; }
  .trust-line { width: 100%; }
  .trust-line p { min-width: 0; font-size: 12px; line-height: 1.4; }
  .signup-card { width: 100%; min-width: 0; }
  .form-photo { display: none; }
  .form-content { padding: 17px 15px 15px; }
  .form-heading { align-items: flex-start; gap: 10px; }
  .form-heading > div { min-width: 0; }
  .form-heading h2 { font-size: 24px; line-height: 1.05; }
  .form-badge { display: none; }
  .form-intro { margin: 8px 0 10px; font-size: 12px; line-height: 1.45; }
  .form-call { gap: 8px; margin: 0 0 9px; padding: 7px 9px; }
  .form-call span { font-size: 8px; }
  .form-call strong { font-size: 10px; }
  .lead-form { gap: 7px; }
  .lead-form > label:not(.consent) { gap: 4px; }
  .lead-form input[type='text'],
  .lead-form input[type='tel'] { height: 40px; }
  .phone-input { height: 40px; }
  .phone-input input[type='tel'] { height: 38px; }
  .consent-list { gap: 6px; margin-top: 1px; }
  .consent { gap: 8px; }
  .consent span { font-size: 8px !important; line-height: 1.45; }
  .lead-form button { min-height: 47px; margin-top: 1px; padding: 0 15px; font-size: 12px; }
  .consent-note { margin-top: -1px; font-size: 8px; line-height: 1.4; }
  .apply-grid > * { min-width: 0; }
  .apply-form { width: 100%; min-width: 0; padding: 17px 15px 15px; }
  .apply-form-head { gap: 10px; }
  .apply-form-head > div { min-width: 0; }
  .apply-form-head h3 { font-size: 22px; line-height: 1.05; }
  .apply-form-head > span { flex: 0 0 auto; padding: 6px 8px; }
  .apply-fields,
  .apply-row,
  .apply-consents { min-width: 0; }
  .apply-consent { grid-template-columns: 18px minmax(0,1fr); }
  .apply-consent > span { overflow-wrap: anywhere; }
}

.cookie-dialog-open,
.cookie-dialog-open body { overflow: auto; }
.cookie-layer[hidden],
.cookie-settings-button[hidden],
.cookie-preferences[hidden],
.cookie-save[hidden] { display: none !important; }
.cookie-layer { position: fixed; inset: 0; z-index: 200; display: flex; align-items: flex-end; justify-content: flex-start; padding: 24px; pointer-events: none; }
.cookie-backdrop { display: none; }
.cookie-modal { position: relative; display: grid; grid-template-columns: minmax(0,1.3fr) minmax(270px,.7fr); column-gap: 28px; width: min(920px,100%); max-height: calc(100svh - 48px); overflow-y: auto; padding: 22px 24px; border: 1px solid rgba(252,236,69,.36); border-radius: 22px; background: rgba(17,19,23,.98); color: #f7f5ed; box-shadow: 0 24px 75px rgba(0,0,0,.58), 0 0 38px rgba(252,236,69,.06); pointer-events: auto; }
.cookie-kicker { display: inline-flex; align-items: center; color: var(--yellow); font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.cookie-kicker i { width: 8px; height: 8px; margin-right: 9px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 16px rgba(252,236,69,.82); }
.cookie-modal h2 { margin: 11px 0 0; color: #fffef8; font-size: 29px; line-height: 1.04; letter-spacing: -.04em; }
.cookie-modal > p { max-width: 650px; margin: 11px 0 0; color: #b9b8b1; font-size: 12px; line-height: 1.5; }
.cookie-policy { display: inline-flex; align-items: center; gap: 7px; margin-top: 11px; color: var(--yellow); font-size: 10px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.cookie-kicker,
.cookie-modal h2,
.cookie-modal > p,
.cookie-policy { grid-column: 1; }
.cookie-policy span { font-size: 16px; text-decoration: none; }
.cookie-preferences { display: grid; grid-column: 1 / -1; gap: 7px; margin-top: 15px; }
.cookie-choice { display: grid; grid-template-columns: minmax(0,1fr) 46px; gap: 18px; align-items: center; min-height: 67px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: #0b0c0e; cursor: pointer; }
.cookie-choice > span { display: grid; gap: 5px; }
.cookie-choice strong { color: #f0eee7; font-size: 13px; }
.cookie-choice small { color: #747570; font-size: 10px; line-height: 1.4; }
.cookie-choice input { appearance: none; width: 46px; height: 26px; margin: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; outline: none; background: #24262a radial-gradient(circle at 12px 50%,#8b8c88 0 6px,transparent 6.5px); cursor: pointer; transition: background-color .2s, border-color .2s, background-position .2s; }
.cookie-choice input:checked { border-color: var(--yellow); background: var(--yellow) radial-gradient(circle at 33px 50%,#090a0b 0 7px,transparent 7.5px); }
.cookie-choice input:focus-visible { outline: 3px solid rgba(252,236,69,.24); outline-offset: 3px; }
.cookie-choice input:disabled { cursor: default; opacity: .72; }
.cookie-actions { display: grid; grid-column: 2; grid-row: 1 / 5; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 9px; align-self: center; align-items: center; margin-top: 0; }
.cookie-actions button { width: 100%; min-height: 47px; border-radius: 999px; font-family: inherit; font-size: 11px; font-weight: 700; cursor: pointer; }
.cookie-accept,
.cookie-save { border: 1px solid var(--yellow); background: var(--yellow); color: #090a0b; box-shadow: 0 13px 32px rgba(252,236,69,.13); }
.cookie-necessary { border: 1px solid rgba(255,255,255,.22); background: transparent; color: #f3f1e9; }
.cookie-customize { grid-column: 1 / -1; min-width: 120px; min-height: 36px !important; padding: 0 12px; border: 0; background: transparent; color: var(--yellow); text-decoration: underline; text-underline-offset: 4px; }
.cookie-save { grid-column: 1 / -1; }
.cookie-settings-button { position: fixed; left: 24px; bottom: 22px; z-index: 55; min-height: 40px; padding: 0 15px; border: 1px solid rgba(252,236,69,.34); border-radius: 999px; background: rgba(17,19,23,.94); color: var(--yellow); font-family: inherit; font-size: 10px; font-weight: 700; cursor: pointer; box-shadow: 0 10px 30px rgba(0,0,0,.34); }

@media (max-width: 620px) {
  .cookie-layer { align-items: flex-end; padding: 10px; }
  .cookie-modal { display: block; width: 100%; max-height: calc(100svh - 20px); padding: 14px 15px 13px; border-radius: 19px; }
  .cookie-kicker { display: none; }
  .cookie-modal h2 { margin-top: 0; font-size: 22px; }
  .cookie-modal > p { margin-top: 6px; font-size: 9.5px; line-height: 1.4; }
  .cookie-policy { margin-top: 7px; font-size: 8.5px; }
  .cookie-preferences { margin-top: 12px; }
  .cookie-choice { min-height: 55px; padding: 8px 10px; }
  .cookie-choice strong { font-size: 12px; }
  .cookie-choice small { font-size: 9px; }
  .cookie-actions { grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 6px; margin-top: 9px; }
  .cookie-actions button { min-height: 40px; font-size: 9.5px; }
  .cookie-customize { grid-column: 1 / -1; min-height: 28px !important; }
  .cookie-save { grid-column: 1 / -1; }
  .cookie-settings-button { left: 18px; bottom: 76px; min-height: 36px; padding: 0 12px; font-size: 9px; }
}


.form-message {
  margin: 10px 0 0;
  padding: 11px 13px;
  border: 1px solid rgba(252, 236, 69, .25);
  border-radius: 12px;
  color: #deddd7;
  background: rgba(252, 236, 69, .06);
  font-size: 10px;
  line-height: 1.5;
}
.form-message.is-success {
  border-color: rgba(126, 231, 135, .38);
  color: #dff8e2;
  background: rgba(126, 231, 135, .08);
}
.form-message.is-error {
  border-color: rgba(255, 118, 118, .38);
  color: #ffe0e0;
  background: rgba(255, 118, 118, .08);
}
.form-message a { color: var(--yellow); font-weight: 700; }
.hp-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
[data-lead-form] button[disabled] { cursor: wait; opacity: .72; }
