:root {
  --bg: #0a0a11;
  --bg-soft: #11111c;
  --surface: rgba(255, 255, 255, 0.065);
  --surface-strong: rgba(255, 255, 255, 0.1);
  --line: rgba(255, 255, 255, 0.12);
  --text: #fbfaff;
  --muted: #bbb8c8;
  --accent: #ff7a59;
  --accent-hot: #ff3d81;
  --lime: #ccff66;
  --violet: #9e7bff;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.45);
  --radius: 26px;
  --radius-small: 17px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(900px 600px at 8% 0%, rgba(255, 61, 129, 0.18), transparent 62%),
    radial-gradient(800px 560px at 100% 16%, rgba(158, 123, 255, 0.18), transparent 60%),
    linear-gradient(180deg, #090910 0%, #0d0d17 52%, #090910 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.24;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.28) 1px, transparent 0);
  background-size: 28px 28px;
  mask-image: linear-gradient(to bottom, #000 0, transparent 78%);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.shell { width: min(var(--shell), calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(10, 10, 17, 0.76);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 11px; font-size: 1.16rem; font-weight: 900; letter-spacing: -.04em; }
.brand small { color: var(--muted); font-size: .72rem; font-weight: 650; letter-spacing: 0; padding-left: 11px; border-left: 1px solid var(--line); }
.brand-mark { width: 40px; height: 40px; display: block; filter: drop-shadow(0 12px 25px rgba(255,61,129,.24)); }
.brand-mark img { width: 40px; height: 40px; }
.main-nav { display: flex; align-items: center; gap: 24px; color: var(--muted); font-weight: 700; font-size: .92rem; }
.main-nav > a:hover { color: #fff; }
.nav-button { min-height: 42px; display: inline-flex; align-items: center; padding: 0 17px; color: #171018 !important; background: var(--lime); border-radius: 999px; font-weight: 900; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 13px; color: #fff; background: var(--surface); cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: currentColor; border-radius: 2px; }

.hero { padding: 78px 0 60px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr); align-items: center; gap: 56px; }
.eyebrow, .status-pill { display: inline-flex; align-items: center; gap: 9px; min-height: 34px; padding: 0 13px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); color: #f8f5ff; font-size: .84rem; font-weight: 800; }
.eyebrow::before, .status-pill::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 16px rgba(204,255,102,.65); }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { max-width: 810px; margin: 20px 0 0; font-size: clamp(3rem, 6.5vw, 6.2rem); line-height: .91; letter-spacing: -.075em; }
.gradient-text { color: transparent; background: linear-gradient(90deg, #fff 0%, #ffd8ce 36%, #ff8fb2 70%, #c5adff 100%); background-clip: text; -webkit-background-clip: text; }
.hero-copy { max-width: 740px; margin: 25px 0 0; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.22rem); line-height: 1.68; }
.hero-copy strong { color: #fff; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 30px; }
.button, .button-secondary, .button-ghost {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1.1;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.button { color: #181019; background: var(--lime); box-shadow: 0 17px 45px rgba(204,255,102,.18); }
.button::after, .text-link::after { content: "→"; }
.button-secondary { background: var(--surface); border-color: var(--line); color: #fff; }
.button:hover, .button-secondary:hover, .button-ghost:hover { transform: translateY(-2px); }
.button-secondary:hover, .button-ghost:hover { border-color: rgba(255,255,255,.28); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 22px; color: #9f9bac; font-size: .86rem; }
.trust-row span { display: inline-flex; align-items: center; gap: 8px; }
.trust-row span::before { content: "✓"; color: var(--lime); font-weight: 900; }

.product-card { position: relative; padding: 18px; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.045)); box-shadow: var(--shadow); }
.product-card::before { content: ""; position: absolute; inset: -60px -90px auto auto; width: 210px; height: 210px; border-radius: 50%; background: rgba(255, 61, 129, .18); filter: blur(45px); z-index: -1; }
.product-media { position: relative; overflow: hidden; aspect-ratio: 528/330; border-radius: 20px; background: #1a1824; }
.product-media img { width: 100%; height: 100%; object-fit: cover; }
.product-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,8,14,.72), transparent 55%); }
.media-label { position: absolute; z-index: 2; left: 15px; bottom: 14px; padding: 6px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(9,9,15,.75); backdrop-filter: blur(8px); font-size: .78rem; font-weight: 800; }
.product-card-body { padding: 21px 5px 5px; }
.product-card-top { display: flex; align-items: start; justify-content: space-between; gap: 14px; }
.product-card h2 { margin: 0; font-size: 1.35rem; letter-spacing: -.035em; }
.product-card p { margin: 7px 0 0; color: var(--muted); font-size: .94rem; }
.product-points { display: grid; gap: 10px; margin: 19px 0 0; padding: 0; list-style: none; }
.product-points li { display: flex; gap: 10px; align-items: flex-start; color: #ebe8f3; font-size: .92rem; }
.product-points li::before { content: ""; flex: 0 0 7px; width: 7px; height: 7px; margin-top: 8px; border-radius: 50%; background: var(--accent); }

.section { padding: 72px 0; }
.section + .section { border-top: 1px solid rgba(255,255,255,.055); }
.section-head { max-width: 790px; margin-bottom: 32px; }
.kicker { color: var(--accent); text-transform: uppercase; letter-spacing: .15em; font-size: .76rem; font-weight: 900; }
.section h2, .legal-page h1 { margin: 8px 0 0; font-size: clamp(2rem, 4.5vw, 3.8rem); line-height: 1.05; letter-spacing: -.055em; }
.section-head > p, .lead { color: var(--muted); font-size: 1.07rem; margin: 15px 0 0; }
.review-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 24px; align-items: start; }
.panel { border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 20px 60px rgba(0,0,0,.18); }
.prose-panel { padding: clamp(24px, 4vw, 42px); }
.prose-panel h3 { margin: 0 0 12px; font-size: 1.42rem; letter-spacing: -.03em; }
.prose-panel p { color: var(--muted); margin: 0 0 18px; }
.prose-panel p:last-child { margin-bottom: 0; }
.verdict { padding: 27px; position: sticky; top: 98px; }
.verdict-tag { display: inline-flex; padding: 6px 10px; border-radius: 999px; color: #211525; background: var(--lime); font-size: .74rem; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
.verdict h3 { margin: 17px 0 9px; font-size: 1.48rem; line-height: 1.18; letter-spacing: -.035em; }
.verdict p { color: var(--muted); font-size: .94rem; }
.verdict-list { display: grid; gap: 11px; margin: 21px 0; padding: 20px 0; list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.verdict-list li { display: flex; justify-content: space-between; gap: 20px; font-size: .9rem; }
.verdict-list span { color: var(--muted); }
.verdict .button { width: 100%; }

.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { padding: 25px; }
.step-number { width: 41px; height: 41px; display: grid; place-items: center; border-radius: 14px; color: #1c1118; background: linear-gradient(135deg, var(--accent), #ffac72); font-weight: 950; }
.step-card h3 { margin: 18px 0 8px; font-size: 1.22rem; }
.step-card p { margin: 0; color: var(--muted); }
.note { margin-top: 19px; padding: 17px 19px; border-left: 3px solid var(--lime); border-radius: 0 var(--radius-small) var(--radius-small) 0; background: rgba(204,255,102,.055); color: #d4d0de; }

.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-card { padding: 27px; }
.feature-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 15px; color: var(--accent); background: rgba(255,122,89,.12); font-size: 1.1rem; font-weight: 950; }
.feature-card h3 { margin: 18px 0 7px; font-size: 1.2rem; }
.feature-card p { margin: 0; color: var(--muted); }

.visual-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.visual-card { min-height: 330px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg-soft); }
.visual-card img { width: 100%; height: 100%; object-fit: cover; }
.visual-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,8,13,.92) 0%, rgba(8,8,13,.05) 66%); }
.visual-copy { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; }
.visual-copy strong { display: block; font-size: 1.17rem; }
.visual-copy span { color: #d2ceda; font-size: .9rem; }

.comparison-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.comparison-table { width: 100%; min-width: 680px; border-collapse: collapse; }
.comparison-table th, .comparison-table td { padding: 18px 20px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.comparison-table tr:last-child td { border-bottom: 0; }
.comparison-table th { color: #fff; background: rgba(255,255,255,.045); font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; }
.comparison-table td:first-child { width: 23%; color: #fff; font-weight: 800; }
.comparison-table td { color: var(--muted); }
.comparison-table td strong { color: var(--lime); }

.alternative-box { display: grid; grid-template-columns: 1fr .72fr; gap: 34px; align-items: center; margin-top: 26px; padding: clamp(25px, 4vw, 44px); border-color: rgba(204,255,102,.2); background: linear-gradient(135deg, rgba(204,255,102,.08), rgba(158,123,255,.08)); }
.alternative-box h3 { margin: 8px 0 10px; font-size: clamp(1.65rem, 3vw, 2.45rem); line-height: 1.1; letter-spacing: -.045em; }
.alternative-box p { color: var(--muted); }
.upload-card { padding: 19px; border: 1px solid var(--line); border-radius: 21px; background: rgba(7,7,12,.5); }
.upload-zone { min-height: 180px; display: grid; place-items: center; text-align: center; padding: 25px; border: 1px dashed rgba(255,255,255,.24); border-radius: 16px; background: rgba(255,255,255,.025); }
.upload-icon { width: 52px; height: 52px; display: grid; place-items: center; margin: 0 auto 11px; border-radius: 18px; background: linear-gradient(135deg, var(--accent), var(--accent-hot)); font-size: 1.5rem; font-weight: 900; }
.upload-zone strong { display: block; }
.upload-zone span { display: block; margin-top: 5px; color: var(--muted); font-size: .84rem; }
.upload-card .button { width: 100%; margin-top: 13px; }
.upload-note { margin: 9px 0 0 !important; text-align: center; font-size: .76rem; }

.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.fit-card { padding: 29px; }
.fit-card h3 { margin: 0 0 13px; font-size: 1.35rem; }
.fit-card ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; color: var(--muted); }
.fit-card li { display: flex; gap: 10px; }
.fit-card li::before { content: "✓"; color: var(--lime); font-weight: 900; }
.fit-card.caution li::before { content: "—"; color: var(--accent); }

.faq { display: grid; gap: 12px; }
.faq details { border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.faq summary { position: relative; padding: 20px 54px 20px 22px; cursor: pointer; list-style: none; color: #fff; font-weight: 850; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 21px; top: 50%; transform: translateY(-50%); color: var(--accent); font-size: 1.5rem; }
.faq details[open] summary::after { content: "−"; }
.faq p { margin: 0; padding: 0 22px 21px; color: var(--muted); }

.responsible { padding: clamp(25px, 4vw, 40px); display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: start; }
.responsible-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 16px; color: #1a1117; background: var(--accent); font-weight: 950; }
.responsible h2 { margin: 0; font-size: 1.45rem; letter-spacing: -.035em; }
.responsible p { margin: 7px 0 0; color: var(--muted); }

.site-footer { margin-top: 24px; padding: 58px 0 26px; border-top: 1px solid var(--line); background: rgba(0,0,0,.16); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .65fr .65fr 1fr; gap: 38px; }
.footer-grid h2 { margin: 0 0 13px; color: #fff; font-size: .84rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.footer-grid > div:not(.footer-about):not(.footer-cta) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid a:not(.footer-brand):not(.text-link) { color: var(--muted); font-size: .9rem; }
.footer-grid a:hover { color: #fff; }
.footer-brand { display: inline-block; margin-bottom: 12px; font-size: 1.2rem; font-weight: 950; letter-spacing: -.04em; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; color: var(--lime); font-weight: 900; }
.footer-bottom { display: flex; justify-content: space-between; gap: 22px; margin-top: 42px; padding-top: 22px; border-top: 1px solid var(--line); color: #8d899a; font-size: .8rem; }

.legal-page { min-height: 65vh; padding: 70px 0; }
.legal-page .breadcrumb { display: flex; gap: 9px; color: var(--muted); font-size: .86rem; }
.legal-card { max-width: 880px; margin-top: 30px; padding: clamp(25px, 5vw, 48px); }
.legal-card h2 { margin: 32px 0 8px; font-size: 1.35rem; letter-spacing: -.03em; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p, .legal-card li { color: var(--muted); }
.legal-card a { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 980px) {
  .hero-grid, .review-grid, .alternative-box { grid-template-columns: 1fr; }
  .hero { padding-top: 58px; }
  .hero-grid { gap: 36px; }
  .product-card { max-width: 650px; }
  .verdict { position: static; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-cta { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, var(--shell)); }
  .brand small { display: none; }
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; inset: 74px 14px auto; padding: 17px; flex-direction: column; align-items: stretch; gap: 4px; border: 1px solid var(--line); border-radius: 18px; background: #12121d; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav > a { padding: 10px 12px; }
  .nav-button { margin-top: 7px; justify-content: center; }
  h1 { font-size: clamp(2.8rem, 15vw, 4.8rem); }
  .section { padding: 56px 0; }
  .step-grid, .feature-grid, .visual-strip, .fit-grid { grid-template-columns: 1fr; }
  .visual-card { min-height: 280px; }
  .responsible { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-about, .footer-cta { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 480px) {
  .hero { padding-top: 42px; }
  .actions > a { width: 100%; }
  .trust-row { display: grid; }
  .product-card-top { display: block; }
  .status-pill { margin-top: 12px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-about, .footer-cta { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
