:root {
  --bg: #07090d;
  --surface: #10141b;
  --surface-2: #141922;
  --text: #f7f8fa;
  --muted: #9da5b1;
  --line: rgba(255,255,255,.10);
  --yellow: #ffd43b;
  --yellow-soft: #ffe372;
  --ink: #0a0b0d;
  --container: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; background: var(--bg); }
body { min-width: 320px; margin: 0; overflow-x: hidden; color: var(--text); background: var(--bg); font-family: Inter, Manrope, Arial, sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
svg { display: block; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--yellow-soft); outline-offset: 3px; }
::selection { color: var(--ink); background: var(--yellow); }

.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.icon { width: 20px; height: 20px; }
.noscript { padding: 12px; color: var(--ink); background: var(--yellow); text-align: center; font-weight: 800; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -70px; padding: 10px 14px; border-radius: 10px; color: var(--ink); background: var(--yellow); font-weight: 800; }
.skip-link:focus { top: 16px; }

.brand-logo {
  display: block;
  width: auto;
  height: 90px;
  max-width: 190px;
  object-fit: contain;
}

.site-header { position: fixed; z-index: 80; inset: 0 0 auto; height: 72px; border-bottom: 1px solid transparent; transition: background .2s, border-color .2s; }
.site-header.is-scrolled { border-color: rgba(255,255,255,.07); background: rgba(7,9,13,.88); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.desktop-nav { display: flex; gap: 28px; margin-left: auto; }
.desktop-nav a { color: #c7ccd3; font-size: 14px; font-weight: 650; }
.desktop-nav a:hover { color: var(--yellow-soft); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.04); cursor: pointer; }
.mobile-menu { position: fixed; z-index: 79; inset: 72px 0 auto; padding: 16px; border-bottom: 1px solid var(--line); background: rgba(7,9,13,.98); }
.mobile-menu nav { display: grid; gap: 4px; margin-bottom: 12px; }
.mobile-menu nav a { padding: 11px 10px; border-radius: 9px; font-weight: 700; }
.mobile-menu nav a:hover { background: rgba(255,255,255,.05); }
.mobile-menu .button { width: 100%; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 11px 18px; border: 1px solid transparent; border-radius: 13px; font-size: 14px; font-weight: 800; cursor: pointer; transition: transform .18s, background .18s, border-color .18s, box-shadow .18s; }
.button:hover { transform: translateY(-2px); }
.button__icon { width: 17px; height: 17px; }
.button--small { min-height: 42px; padding: 9px 15px; border-radius: 11px; }
.button--primary { color: var(--ink); background: var(--yellow); box-shadow: 0 12px 36px rgba(255,212,59,.16); }
.button--primary:hover { background: var(--yellow-soft); box-shadow: 0 14px 42px rgba(255,212,59,.23); }
.button--dark { color: var(--yellow); background: var(--ink); }
.button--dark:hover { color: white; background: #191c21; }
.button--full { width: 100%; }

.hero { position: relative; overflow: hidden; padding: 150px 0 86px; border-bottom: 1px solid rgba(255,255,255,.06); background: radial-gradient(circle at 78% 32%, rgba(255,210,38,.11), transparent 24rem), var(--bg); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .15; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black 25%, transparent 95%); }
.hero-glow { position: absolute; width: 420px; height: 420px; right: 7%; top: 110px; border: 1px solid rgba(255,212,59,.12); border-radius: 50%; box-shadow: 0 0 120px rgba(255,212,59,.06), inset 0 0 100px rgba(255,212,59,.025); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(310px,.75fr); align-items: center; gap: 76px; }
.badge { width: max-content; max-width: 100%; display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid rgba(255,212,59,.24); border-radius: 999px; color: var(--yellow-soft); background: rgba(255,212,59,.06); font-size: 12px; font-weight: 800; }
.badge > span { width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 12px var(--yellow); }
h1 { max-width: 760px; margin: 22px 0 0; font-size: clamp(46px, 5.9vw, 76px); line-height: 1.02; letter-spacing: -.06em; text-wrap: balance; }
.hero-text { max-width: 690px; margin: 24px 0 0; color: #b5bbc4; font-size: 18px; line-height: 1.72; }
.hero-actions { margin-top: 28px; }
.fact-list { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 24px 0 0; padding: 0; list-style: none; }
.fact-list li { display: flex; align-items: center; gap: 7px; color: #dce0e6; font-size: 13px; font-weight: 700; }
.fact-list svg { width: 16px; height: 16px; color: var(--yellow); }
.hero-note { max-width: 680px; margin: 18px 0 0; color: #747d89; font-size: 11px; line-height: 1.65; }

.summary-card { position: relative; padding: 27px; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: linear-gradient(145deg, rgba(20,25,34,.96), rgba(10,12,17,.96)); box-shadow: 0 30px 80px rgba(0,0,0,.38), 0 0 55px rgba(255,212,59,.05); }
.summary-top { display: flex; align-items: center; gap: 13px; }
.summary-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: var(--ink); background: var(--yellow); font-size: 12px; font-weight: 900; }
.summary-top div { display: grid; gap: 2px; }
.summary-top b { font-size: 15px; }
.summary-top small { color: #818a96; font-size: 11px; }
.summary-line { height: 1px; margin: 22px 0; background: rgba(255,255,255,.08); }
.summary-card p { margin: 0; color: #b2b8c1; font-size: 14px; line-height: 1.75; }
.summary-status { width: max-content; display: flex; align-items: center; gap: 7px; margin-top: 22px; padding: 7px 10px; border: 1px solid rgba(104,229,166,.14); border-radius: 999px; color: #a7eac5; background: rgba(104,229,166,.05); font-size: 10px; font-weight: 800; }
.summary-status span { width: 6px; height: 6px; border-radius: 50%; background: #6fe3a5; box-shadow: 0 0 9px #6fe3a5; }

.compact-section { padding: 82px 0; }
.section-head > span { color: var(--yellow); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.section-head h2 { margin: 11px 0 0; font-size: clamp(34px, 4vw, 50px); line-height: 1.08; letter-spacing: -.045em; }
.section-head > p { max-width: 620px; margin: 14px 0 0; color: var(--muted); }
.benefit-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin-top: 34px; }
.benefit-card { min-height: 205px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.025); }
.benefit-index { color: var(--yellow); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.benefit-card h3 { margin: 28px 0 0; font-size: 18px; letter-spacing: -.02em; }
.benefit-card p { margin: 10px 0 0; color: #929aa6; font-size: 13px; line-height: 1.7; }

.process-section { padding: 82px 0; border-block: 1px solid rgba(255,255,255,.06); background: #090c11; }
.process-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(320px,.8fr); gap: 70px; align-items: start; }
.steps-list { display: grid; margin-top: 32px; }
.step { display: grid; grid-template-columns: 52px minmax(0,1fr); gap: 18px; padding: 22px 0; border-top: 1px solid var(--line); }
.step:last-child { border-bottom: 1px solid var(--line); }
.step > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: var(--yellow); background: rgba(255,212,59,.08); font-size: 11px; font-weight: 900; }
.step h3 { margin: 0; font-size: 17px; }
.step p { max-width: 610px; margin: 7px 0 0; color: #929aa6; font-size: 13px; line-height: 1.7; }
.requirements { position: sticky; top: 100px; padding: 28px; border: 1px solid rgba(255,212,59,.20); border-radius: 20px; background: linear-gradient(145deg, rgba(255,212,59,.085), rgba(255,255,255,.025)); }
.requirements h3 { margin: 0; font-size: 22px; letter-spacing: -.025em; }
.requirements ul { display: grid; gap: 14px; margin: 24px 0; padding: 0; list-style: none; }
.requirements li { display: flex; align-items: flex-start; gap: 10px; color: #d7dbe1; font-size: 13px; }
.requirements li svg { flex: 0 0 17px; width: 17px; height: 17px; margin-top: 1px; color: var(--yellow); }

.final-section { padding: 82px 0; }
.final-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(340px,.95fr); gap: 55px; align-items: start; }
.faq-list { margin-top: 28px; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; border: 0; background: transparent; text-align: left; font-size: 15px; font-weight: 750; cursor: pointer; }
.faq-item button svg { flex: 0 0 20px; color: var(--yellow); transition: transform .2s; }
.faq-item.is-open button svg { transform: rotate(180deg); }
.faq-panel p { margin: -4px 0 21px; padding-right: 35px; color: #929aa6; font-size: 13px; line-height: 1.7; }
.cta-card { padding: 34px; border-radius: 22px; color: var(--ink); background: linear-gradient(135deg, var(--yellow-soft), var(--yellow)); box-shadow: 0 25px 70px rgba(255,205,30,.13); }
.cta-icon { width: 28px; height: 28px; }
.cta-card h2 { margin: 24px 0 0; font-size: clamp(30px, 3.4vw, 43px); line-height: 1.05; letter-spacing: -.05em; }
.cta-card p { margin: 16px 0 24px; color: rgba(10,11,13,.73); font-size: 14px; line-height: 1.7; }
.cta-card small { display: block; margin-top: 12px; color: rgba(10,11,13,.60); font-size: 10px; text-align: center; }

.site-footer { border-top: 1px solid rgba(255,255,255,.07); background: #05070a; }
.footer-main { display: flex; align-items: flex-start; justify-content: space-between; gap: 35px; padding-block: 42px 30px; }
.footer-brand p { max-width: 430px; margin: 12px 0 0; color: #838b96; font-size: 12px; }
.footer-main nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.footer-main nav a, .footer-main nav button { padding: 0; border: 0; color: #a5acb6; background: transparent; font-size: 12px; cursor: pointer; }
.footer-main nav a:hover, .footer-main nav button:hover { color: var(--yellow-soft); }
.footer-legal { display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; padding-block: 23px 28px; border-top: 1px solid rgba(255,255,255,.06); }
.footer-legal p { max-width: 780px; margin: 0; color: #656d77; font-size: 9px; line-height: 1.7; }
.footer-legal span { flex: 0 0 auto; color: #656d77; font-size: 10px; }

.modal-backdrop { position: fixed; z-index: 200; inset: 0; display: grid; place-items: center; padding: 18px; background: rgba(0,0,0,.72); backdrop-filter: blur(9px); opacity: 0; transition: opacity .16s; }
.modal-backdrop.is-open { opacity: 1; }
.modal { width: min(680px,100%); max-height: min(82vh,760px); overflow: auto; border: 1px solid var(--line); border-radius: 20px; background: #10141b; box-shadow: 0 35px 100px rgba(0,0,0,.55); }
.modal--small { width: min(560px,100%); }
.modal-head { position: sticky; top: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 22px; border-bottom: 1px solid var(--line); background: rgba(16,20,27,.96); backdrop-filter: blur(12px); }
.modal-head h2 { margin: 0; font-size: 24px; }
.modal-head button { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.04); cursor: pointer; }
.modal-content { padding: 24px; }
.modal-content section + section { margin-top: 27px; }
.modal-content h3 { margin: 0 0 10px; color: var(--yellow-soft); font-size: 15px; }
.modal-content p { margin: 6px 0; color: #a9b0b9; font-size: 13px; line-height: 1.7; }
.cookie-option { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 16px; padding: 17px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.025); }
.cookie-option h3 { margin: 0; color: white; }
.cookie-option p { margin: 5px 0 0; font-size: 11px; }
.cookie-option > span { flex: 0 0 auto; color: var(--yellow-soft); font-size: 10px; font-weight: 800; }
.cookie-option.inactive { opacity: .65; }

.cookie-banner { position: fixed; z-index: 120; right: 18px; bottom: 18px; width: min(560px,calc(100% - 36px)); display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: rgba(16,20,27,.96); box-shadow: 0 20px 55px rgba(0,0,0,.42); backdrop-filter: blur(16px); }
.cookie-copy { display: flex; align-items: center; gap: 9px; }
.cookie-copy svg { flex: 0 0 17px; width: 17px; height: 17px; color: var(--yellow); }
.cookie-copy p { margin: 0; color: #b1b7c0; font-size: 10px; }
.cookie-actions { display: flex; align-items: center; gap: 5px; }
.cookie-actions button { padding: 7px 9px; border: 0; border-radius: 8px; background: transparent; font-size: 9px; font-weight: 800; cursor: pointer; }
.cookie-actions button:hover { background: rgba(255,255,255,.06); }
.cookie-actions .cookie-accept { color: var(--ink); background: var(--yellow); }
.cookie-actions .cookie-accept:hover { background: var(--yellow-soft); }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: grid; }
  .header-actions { margin-left: auto; }
  .hero { padding-top: 125px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .summary-card { max-width: 530px; }
  .hero-glow { right: -150px; }
  .process-grid, .final-grid { grid-template-columns: 1fr; gap: 44px; }
  .requirements { position: static; }
  .cta-card { max-width: 650px; }
}

@media (max-width: 720px) {
  .hero { padding: 112px 0 64px; }
  h1 { font-size: clamp(42px,12vw,60px); }
  .hero-text { font-size: 16px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 0; }
  .benefit-card h3 { margin-top: 18px; }
  .compact-section, .process-section, .final-section { padding: 64px 0; }
  .footer-main, .footer-legal { align-items: flex-start; flex-direction: column; }
  .footer-main nav { justify-content: flex-start; }
  .cookie-banner { align-items: stretch; flex-direction: column; gap: 10px; }
  .cookie-actions { justify-content: flex-end; }
}

@media (max-width: 430px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .site-header { height: 66px; }
  .mobile-menu { top: 66px; }
  .hero { padding-top: 102px; }
  .badge { font-size: 10px; }
  h1 { font-size: 43px; }
  .hero-actions .button { width: 100%; }
  .fact-list { display: grid; gap: 9px; }
  .summary-card, .requirements, .cta-card { padding: 23px; border-radius: 18px; }
  .step { grid-template-columns: 44px minmax(0,1fr); gap: 13px; }
  .step > span { width: 38px; height: 38px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-actions .cookie-accept { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
@media (max-width: 600px) {
  .brand-logo {
    height: 105px;
    max-width: 200px;
  }
}