:root {
  --navy: #091a2d;
  --navy-soft: #112a42;
  --ink: #102033;
  --paper: #f4f2ec;
  --white: #ffffff;
  --lime: #c8ff38;
  --lime-dark: #9bd300;
  --orange: #ff6b35;
  --line: rgba(16, 32, 51, 0.16);
  --muted: #66717e;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 1000; padding: 12px 18px; background: var(--lime); color: var(--navy); border-radius: 8px; font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 50; color: var(--white); }
.header-inner { height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.14); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 17px; font-weight: 500; letter-spacing: -.02em; }
.brand b { font-weight: 800; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50% 50% 50% 15%; background: var(--lime); color: var(--navy); font-family: "Unbounded", sans-serif; font-size: 20px; font-weight: 700; transform: rotate(-8deg); }
.header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 43px; padding: 0 20px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; text-decoration: none; font-weight: 700; transition: background .2s, color .2s; }
.header-cta:hover { background: var(--white); color: var(--navy); }

.hero { position: relative; min-height: 820px; padding-top: 88px; color: var(--white); background: var(--navy); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, black, transparent 75%); }
.hero::after { content: ""; position: absolute; width: 600px; height: 600px; right: -180px; top: -120px; background: var(--lime); filter: blur(190px); border-radius: 50%; opacity: .13; }
.hero-grid { position: relative; z-index: 2; min-height: 660px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; padding-block: 76px 90px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 23px; font-size: 13px; line-height: 1; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--lime); }
.eyebrow span { width: 29px; height: 2px; background: currentColor; }
.eyebrow.dark { color: #397000; }
.eyebrow.light { color: #397000; }
.hero h1, .section-heading h2, .application h2 { margin: 0; font-family: "Unbounded", sans-serif; letter-spacing: -.06em; line-height: 1.06; }
.hero h1 { max-width: 720px; font-size: clamp(3.35rem, 5.3vw, 5.65rem); font-weight: 700; }
.hero h1 span { color: var(--lime); }
.hero h1 strong { position: relative; display: inline-block; font-weight: inherit; color: var(--white); }
.hero h1 strong::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.04em; height: .08em; background: var(--orange); transform: rotate(-1deg); }
.hero-lead { max-width: 640px; margin: 28px 0 0; color: #c8d2dc; font-size: 18px; line-height: 1.72; }
.hero-lead b { color: var(--white); }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.button { border: 0; font: inherit; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; }
.button-primary { min-height: 62px; padding: 0 9px 0 25px; gap: 24px; border-radius: 7px; color: var(--navy); background: var(--lime); box-shadow: 0 12px 40px rgba(200,255,56,.18); transition: transform .2s, background .2s; }
.button-primary span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 5px; color: var(--white); background: var(--navy); font-size: 22px; }
.button-primary:hover { transform: translateY(-3px); background: #d7ff69; }
.proof-link { display: flex; align-items: center; gap: 13px; text-decoration: none; color: #9eabb8; font-size: 13px; line-height: 1.35; }
.proof-link b { color: var(--white); font-size: 14px; }
.proof-avatars { display: flex; }
.proof-avatars img { width: 37px; height: 37px; margin-left: -8px; border: 2px solid var(--navy); border-radius: 50%; object-fit: cover; }
.proof-avatars img:first-child { margin-left: 0; }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 34px; font-size: 13px; color: #aeb9c4; }
.note-icon { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: rgba(200,255,56,.12); color: var(--lime); font-size: 12px; }
.hero-note b { color: var(--white); }

.hero-visual { position: relative; min-height: 540px; }
.orbit { position: absolute; border: 1px solid rgba(200,255,56,.3); border-radius: 50%; }
.orbit-one { width: 480px; height: 480px; right: -40px; top: 25px; }
.orbit-two { width: 360px; height: 360px; right: 20px; top: 85px; border-style: dashed; animation: spin 28s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.certificate-card { position: absolute; width: 285px; aspect-ratio: .714; padding: 8px; border-radius: 6px; background: rgba(255,255,255,.92); box-shadow: 0 30px 80px rgba(0,0,0,.35); transform-origin: bottom center; overflow: hidden; }
.certificate-card img { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 3px; }
.card-back { top: 42px; right: 20px; transform: rotate(11deg) scale(.89); opacity: .58; }
.card-middle { top: 66px; right: 130px; transform: rotate(-10deg) scale(.93); opacity: .82; }
.card-front { top: 58px; right: 72px; z-index: 3; transform: rotate(2deg); }
.result-badge { position: absolute; z-index: 4; right: 0; bottom: 42px; width: 132px; height: 132px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; color: var(--navy); background: var(--lime); box-shadow: 0 12px 40px rgba(0,0,0,.25); transform: rotate(7deg); }
.result-badge::before { content: ""; position: absolute; inset: 7px; border: 1px dashed rgba(9,26,45,.4); border-radius: 50%; }
.result-badge small { font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.result-badge b { font-family: "Unbounded", sans-serif; font-size: 22px; line-height: 1.4; }
.result-badge span { font-size: 11px; font-weight: 700; }
.hero-ticker { position: absolute; z-index: 4; bottom: 0; left: 0; right: 0; height: 58px; display: flex; align-items: center; color: var(--navy); background: var(--lime); overflow: hidden; white-space: nowrap; transform: rotate(-1deg) scale(1.02); }
.hero-ticker div { min-width: max-content; font-family: "Unbounded", sans-serif; font-size: 14px; word-spacing: 18px; animation: crawl 20s linear infinite; }
.hero-ticker i { font-style: normal; color: var(--orange); }
@keyframes crawl { to { transform: translateX(-50%); } }

.results { padding: 135px 0 90px; background: var(--paper); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 54px; }
.section-heading h2, .application h2 { font-size: clamp(2.45rem, 4.6vw, 4.75rem); }
.section-heading h2 em, .application h2 em { color: transparent; font-style: normal; -webkit-text-stroke: 1.5px currentColor; }
.section-heading > p { max-width: 410px; margin: 0 0 7px; color: var(--muted); }
.certificate-marquee { width: 100%; padding: 24px 0 38px; overflow: hidden; cursor: grab; }
.certificate-marquee:active { cursor: grabbing; }
.marquee-track { display: flex; align-items: flex-start; gap: 19px; width: max-content; padding-inline: 20px; animation: marquee 75s linear infinite; will-change: transform; }
.certificate-marquee:hover .marquee-track,
.certificate-marquee:focus-within .marquee-track,
.certificate-marquee.is-paused .marquee-track,
.certificate-marquee.is-outside .marquee-track,
.certificate-marquee.is-page-hidden .marquee-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(calc(-50% - 9.5px)); } }
.proof-card { position: relative; width: 238px; flex: 0 0 auto; padding: 8px; border-radius: 10px; background: var(--white); box-shadow: 0 12px 35px rgba(21,35,48,.09); transition: transform .25s, box-shadow .25s; }
.proof-card:hover { z-index: 2; transform: translateY(-10px) rotate(.6deg); box-shadow: 0 22px 45px rgba(21,35,48,.16); }
.proof-card img { width: 100%; height: auto; aspect-ratio: auto; border-radius: 6px; object-fit: contain; }
.proof-card span { position: absolute; left: 17px; bottom: 17px; padding: 5px 9px; color: var(--white); background: rgba(9,26,45,.9); border-radius: 5px; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.result-footer { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); padding-top: 26px; }
.result-footer > span { color: var(--muted); }
.result-footer > span b { color: var(--ink); font-family: "Unbounded", sans-serif; font-size: 22px; }
.result-footer a { display: inline-flex; gap: 14px; align-items: center; text-decoration: none; font-weight: 800; }
.result-footer a span { color: var(--orange); font-size: 24px; }

.motivation { position: relative; padding: 125px 0; color: var(--white); background: var(--navy); overflow: hidden; }
.motivation::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: radial-gradient(circle at center, white 1px, transparent 1.5px); background-size: 28px 28px; }
.motivation-orb { position: absolute; width: 500px; height: 500px; top: -270px; left: 50%; translate: -50%; border: 1px solid rgba(200,255,56,.4); border-radius: 50%; box-shadow: 0 0 0 70px rgba(200,255,56,.03), 0 0 0 140px rgba(200,255,56,.02); }
.motivation-inner { position: relative; text-align: center; }
.quote-mark { height: 70px; color: var(--lime); font-family: Georgia, serif; font-size: 90px; line-height: 1; }
.motivation p { max-width: 980px; margin: 10px auto 32px; font-family: "Unbounded", sans-serif; font-size: clamp(2.4rem, 5vw, 5.2rem); line-height: 1.12; letter-spacing: -.06em; }
.motivation p span { color: var(--lime); }
.motivation-meta { display: flex; justify-content: center; align-items: center; gap: 16px; color: #9cacbb; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.motivation-meta i { width: 34px; height: 1px; background: var(--orange); }
.motivation-meta strong { color: var(--white); }

.application { padding: 120px 0; background: #e7e9e4; }
.application-grid { max-width: 760px; }
.form-card { position: relative; padding: 40px; border-radius: 14px; background: var(--white); box-shadow: 0 30px 80px rgba(17,33,49,.12); }
.form-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; border-radius: 14px 0 0 14px; background: var(--lime-dark); }
.form-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; }
.form-count { color: #9aa1a8; font-family: "Unbounded", sans-serif; font-size: 11px; }
.form-status { display: inline-flex; align-items: center; gap: 8px; padding: 6px 10px; border-radius: 999px; background: #eff9df; color: #4f7507; font-size: 11px; font-weight: 800; }
.form-status i { width: 7px; height: 7px; border-radius: 50%; background: #74af00; box-shadow: 0 0 0 4px rgba(116,175,0,.12); }
.form-card h3 { margin: 0; font-family: "Unbounded", sans-serif; font-size: clamp(1.65rem, 2.3vw, 2.4rem); letter-spacing: -.045em; line-height: 1.2; }
.form-card > p { margin: 12px 0 30px; color: var(--muted); }
.field { margin-bottom: 19px; }
.field-row { display: grid; grid-template-columns: .8fr 1.2fr; gap: 14px; }
label { display: block; margin-bottom: 8px; color: #2f3f50; font-size: 13px; font-weight: 800; }
input, textarea { width: 100%; border: 1px solid #d8dde0; border-radius: 7px; background: #f9faf8; color: var(--ink); font: inherit; font-size: 15px; outline: none; transition: border-color .2s, box-shadow .2s; }
input { height: 55px; padding: 0 15px; }
textarea { min-height: 96px; padding: 14px 15px; resize: vertical; }
input::placeholder, textarea::placeholder { color: #9ba3aa; }
input:focus, textarea:focus { border-color: #86b918; box-shadow: 0 0 0 3px rgba(155,211,0,.13); }
.phone-control { display: flex; align-items: center; border: 1px solid #d8dde0; border-radius: 7px; background: #f9faf8; transition: border-color .2s, box-shadow .2s; }
.phone-control:focus-within { border-color: #86b918; box-shadow: 0 0 0 3px rgba(155,211,0,.13); }
.phone-control > span { padding-left: 15px; color: #44515f; font-size: 14px; font-weight: 700; }
.phone-control input { border: 0; box-shadow: none; background: transparent; }
.phone-control input:focus { box-shadow: none; }
.field.has-error input, .field.has-error textarea, .field.has-error .phone-control { border-color: #d74747; }
.field-error { display: block; min-height: 18px; padding-top: 4px; color: #c53535; font-size: 11px; }
.button-submit { width: 100%; min-height: 60px; justify-content: space-between; padding: 0 9px 0 21px; border-radius: 7px; color: var(--white); background: var(--navy); transition: background .2s, transform .2s; }
.button-submit > span:last-child { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 5px; color: var(--navy); background: var(--lime); font-size: 22px; }
.button-submit:hover { background: #15334f; transform: translateY(-2px); }
.button-submit:disabled { opacity: .65; cursor: wait; transform: none; }
.form-privacy { margin: 12px 0 0; text-align: center; color: #929aa1; font-size: 11px; }
.form-message { display: none; margin-top: 16px; padding: 13px 15px; border-radius: 7px; font-size: 13px; font-weight: 700; }
.form-message.success { display: block; color: #356000; background: #edf9d9; }
.form-message.error { display: block; color: #942b2b; background: #fff0f0; }
.hp-field { position: absolute !important; left: -9999px !important; }

footer { color: #9aa8b6; background: #061422; }
.footer-inner { min-height: 115px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 12px; }
.footer-brand { color: var(--white); font-size: 14px; }
.footer-brand .brand-mark { width: 29px; height: 29px; font-size: 16px; }
.footer-inner p { margin: 0; }

.thank-page { min-height: 100svh; color: var(--white); background: var(--navy); }
.thank-page::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 64px 64px; mask-image: radial-gradient(circle at center, black, transparent 75%); }
.thank-header { position: relative; z-index: 2; }
.thank-header-inner { height: 88px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.14); }
.thank-main { position: relative; z-index: 1; min-height: calc(100svh - 88px); display: grid; place-items: center; padding: 30px 0 42px; overflow: hidden; }
.thank-main::before { content: ""; position: absolute; width: 520px; height: 520px; right: -180px; top: -170px; border-radius: 50%; background: var(--lime); filter: blur(180px); opacity: .13; }
.thank-card { position: relative; width: min(680px, 100%); margin-inline: auto; padding: 40px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(17,42,66,.76); box-shadow: 0 32px 90px rgba(0,0,0,.28); backdrop-filter: blur(14px); }
.thank-check { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 50%; color: var(--navy); background: var(--lime); font-size: 26px; font-weight: 800; box-shadow: 0 0 0 9px rgba(200,255,56,.09); }
.thank-eyebrow { margin: 0 0 13px; color: var(--lime); font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.thank-card h1 { margin: 0; font-family: "Unbounded", sans-serif; font-size: clamp(2.2rem, 4vw, 3.4rem); line-height: 1.06; letter-spacing: -.055em; }
.thank-lead { max-width: 560px; margin: 16px 0 0; color: #c8d2dc; font-size: 18px; }
.thank-channel { margin-top: 24px; padding: 18px; border-radius: 12px; color: var(--ink); background: var(--white); }
.thank-channel strong { display: block; margin-bottom: 5px; font-size: 18px; }
.thank-channel p { margin: 0; color: var(--muted); }
.thank-actions { display: flex; align-items: center; gap: 20px; margin-top: 18px; }
.button-telegram { min-height: 58px; justify-content: space-between; gap: 28px; padding: 0 10px 0 22px; border-radius: 7px; color: var(--navy); background: var(--lime); transition: transform .2s, background .2s; }
.button-telegram span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 5px; color: var(--white); background: var(--navy); font-size: 20px; }
.button-telegram:hover { transform: translateY(-2px); background: #d7ff69; }
.thank-home { color: #aeb9c4; font-size: 14px; font-weight: 700; text-underline-offset: 4px; }

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 0; padding-top: 72px; padding-bottom: 115px; }
  .hero-copy { position: relative; z-index: 4; }
  .hero-visual { min-height: 470px; max-width: 570px; width: 100%; margin: 30px auto -30px; }
  .section-heading { align-items: start; flex-direction: column; }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .header-inner { height: 73px; }
  .brand { font-size: 14px; }
  .brand-mark { width: 30px; height: 30px; font-size: 17px; }
  .header-cta { min-height: 38px; padding: 0 13px; font-size: 12px; }
  .hero { padding-top: 73px; }
  .hero::after { display: none; }
  .hero-grid { padding-top: 55px; padding-bottom: 100px; }
  .hero h1 { font-size: clamp(2.5rem, 12vw, 4rem); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .button-primary { width: 100%; justify-content: space-between; }
  .hero-visual { min-height: 390px; margin-top: 42px; }
  .orbit-one { width: 360px; height: 360px; right: -60px; }
  .orbit-two { width: 260px; height: 260px; right: -10px; }
  .orbit-two { animation: none; }
  .certificate-card { width: 205px; }
  .card-back { right: 0; }
  .card-middle { right: 105px; }
  .card-front { right: 50px; }
  .result-badge { width: 105px; height: 105px; bottom: 5px; right: -3px; }
  .result-badge b { font-size: 18px; }
  .results { padding-top: 95px; padding-bottom: 70px; }
  .section-heading { margin-bottom: 30px; gap: 25px; }
  .section-heading h2, .application h2 { font-size: clamp(2.3rem, 10vw, 3.4rem); }
  .proof-card { width: 176px; }
  .marquee-track { will-change: auto; animation-duration: 90s; }
  .result-footer { align-items: flex-start; flex-direction: column; gap: 14px; }
  .motivation { padding: 95px 0; }
  .motivation p { font-size: clamp(2.2rem, 10vw, 3.2rem); }
  .motivation-meta { align-items: flex-start; flex-direction: column; gap: 7px; }
  .motivation-meta i { display: none; }
  .application { padding: 88px 0; }
  .form-card { padding: 28px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-inner { padding-block: 30px; align-items: flex-start; flex-direction: column; }
  .footer-inner p { display: none; }
  .thank-header-inner { height: 73px; }
  .thank-main { min-height: calc(100svh - 73px); padding: 30px 0 44px; }
  .thank-card { padding: 34px 22px; border-radius: 14px; }
  .thank-check { width: 54px; height: 54px; margin-bottom: 24px; font-size: 25px; }
  .thank-card h1 { font-size: clamp(2rem, 10vw, 3rem); }
  .thank-lead { font-size: 16px; }
  .thank-channel { padding: 18px; }
  .thank-actions { align-items: stretch; flex-direction: column; }
  .button-telegram { width: 100%; }
  .thank-home { text-align: center; }
}

@media (max-width: 480px) {
  .hero-visual { min-height: 350px; }
  .card-back, .card-middle { display: none; }
  .card-front { top: 24px; right: 50%; transform: translateX(50%) rotate(2deg); width: 218px; }
  .orbit-one { width: 310px; height: 310px; top: 0; right: 50%; transform: translateX(50%); }
  .orbit-two { display: none; }
  .result-badge { right: calc(50% - 145px); bottom: 12px; }
  .proof-card { width: 156px; padding: 6px; box-shadow: 0 8px 20px rgba(21,35,48,.08); }
  .proof-card:hover { transform: none; box-shadow: 0 8px 20px rgba(21,35,48,.08); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .marquee-track { animation: none; flex-wrap: wrap; width: auto; justify-content: center; }
}
