:root {
  --bg: #06111d;
  --bg-soft: #0a1b2b;
  --panel: rgba(15, 35, 53, 0.78);
  --panel-solid: #0f2335;
  --text: #f8fafc;
  --muted: #a7b4c4;
  --muted-2: #728197;
  --green: #32dd74;
  --green-2: #12b85b;
  --yellow: #f9c846;
  --red: #ff6262;
  --cyan: #41c7ff;
  --line: rgba(255, 255, 255, 0.10);
  --line-green: rgba(50, 221, 116, 0.26);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 82% 7%, rgba(50, 221, 116, 0.14), transparent 28%),
    radial-gradient(circle at 5% 40%, rgba(65, 199, 255, 0.09), transparent 25%),
    linear-gradient(180deg, #07131f 0%, #06111d 56%, #050d16 100%);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI Variable", "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .42;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, #000 0, transparent 78%);
}

img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.skip-link {
  position: fixed;
  z-index: 999;
  left: 16px;
  top: -80px;
  padding: 12px 16px;
  border-radius: 10px;
  background: var(--green);
  color: #041009;
  font-weight: 800;
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
  position: relative;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(6, 17, 29, 0.82);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.nav-row {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-size: 22px;
  font-weight: 850;
  letter-spacing: -.035em;
  white-space: nowrap;
}
.brand img { width: 38px; height: 38px; border-radius: 10px; box-shadow: 0 0 30px rgba(50,221,116,.20); }
.brand strong { color: var(--green); }
.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-left: auto;
}
.nav-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: color .2s ease;
}
.nav-links a:hover, .nav-links a:focus-visible { color: var(--text); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.lang-picker {
  display: inline-flex;
  gap: 3px;
  padding: 4px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.035);
  border-radius: 12px;
}
.lang-picker a {
  min-width: 36px;
  padding: 7px 8px;
  text-align: center;
  border-radius: 8px;
  text-decoration: none;
  color: var(--muted);
  font-size: 11px;
  line-height: 1;
  letter-spacing: .08em;
  font-weight: 900;
}
.lang-picker a.active { background: var(--green); color: #04110a; }
.mobile-toggle { display: none; }

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
  font-size: 15px;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: #04110a;
  background: linear-gradient(135deg, #54ec8c 0%, var(--green) 45%, #17ba5d 100%);
  box-shadow: 0 16px 38px rgba(32, 198, 96, .24);
}
.btn-primary:hover { box-shadow: 0 20px 46px rgba(32, 198, 96, .35); }
.btn-secondary {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255,255,255,.045);
}
.btn-secondary:hover { border-color: var(--line-green); background: rgba(50,221,116,.07); }
.btn-small { min-height: 42px; padding: 10px 15px; border-radius: 11px; font-size: 13px; }
.store-icon { width: 20px; height: 20px; flex: 0 0 auto; }

.hero { padding: 76px 0 48px; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(380px, .97fr);
  gap: 64px;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: #b8f7d0;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--green); box-shadow: 0 0 14px var(--green); }
.hero h1, .section-title, .cta-panel h2 {
  margin: 0;
  font-weight: 900;
  letter-spacing: -.052em;
  line-height: .99;
}
.hero h1 { max-width: 760px; font-size: clamp(48px, 6.4vw, 86px); }
.gradient-text {
  color: transparent;
  background: linear-gradient(95deg, #60f59a, var(--green), #4fd7ff);
  -webkit-background-clip: text;
  background-clip: text;
}
.hero-lead {
  max-width: 650px;
  margin: 27px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.55;
}
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; margin-top: 32px; }
.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 16px 26px;
  margin-top: 32px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.proof-item { display: flex; align-items: center; gap: 8px; }
.proof-item svg { width: 18px; height: 18px; color: var(--green); }

.hero-media { position: relative; min-height: 660px; display: grid; place-items: center; }
.hero-glow {
  position: absolute;
  width: 72%;
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(50,221,116,.32), rgba(50,221,116,.05) 52%, transparent 72%);
  filter: blur(12px);
}
.phone-poster {
  position: relative;
  z-index: 2;
  width: min(470px, 92%);
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: var(--shadow), 0 0 75px rgba(50,221,116,.16);
  transform: rotate(1.4deg);
}
.phone-poster picture { display: block; }
.phone-poster img { width: 100%; height: auto; aspect-ratio: 941/1672; object-fit: cover; }
.float-card {
  position: absolute;
  z-index: 3;
  min-width: 176px;
  padding: 15px 17px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(7, 22, 35, .88);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 45px rgba(0,0,0,.32);
}
.float-card strong { display: block; font-size: 22px; letter-spacing: -.035em; }
.float-card span { color: var(--muted); font-size: 12px; font-weight: 700; }
.float-card.one { left: 0; top: 22%; }
.float-card.two { right: -4px; bottom: 19%; }
.float-card.one strong { color: var(--green); }
.float-card.two strong { color: var(--yellow); }

.trust-strip { padding: 20px 0 58px; }
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.032);
  overflow: hidden;
}
.trust-item { padding: 22px 24px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-size: 24px; letter-spacing: -.04em; }
.trust-item span { color: var(--muted); font-size: 13px; font-weight: 650; }

.section { padding: 90px 0; }
.section.alt { background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.008)); border-block: 1px solid rgba(255,255,255,.045); }
.section-head { max-width: 800px; margin-bottom: 44px; }
.section-kicker { color: var(--green); font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.section-title { margin-top: 13px; font-size: clamp(36px, 5vw, 62px); }
.section-intro { margin: 19px 0 0; color: var(--muted); font-size: 18px; max-width: 720px; }

.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.compare-card {
  position: relative;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--panel);
  overflow: hidden;
}
.compare-card::after { content: ""; position: absolute; width: 240px; height: 240px; right: -110px; bottom: -140px; border-radius: 999px; filter: blur(5px); }
.compare-card.bad::after { background: rgba(255,98,98,.10); }
.compare-card.good::after { background: rgba(50,221,116,.14); }
.compare-label { display: inline-flex; gap: 8px; align-items: center; padding: 7px 11px; border-radius: 999px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.bad .compare-label { color: #ffacac; background: rgba(255,98,98,.10); }
.good .compare-label { color: #a9f8c5; background: rgba(50,221,116,.10); }
.compare-card h3 { position: relative; z-index: 1; margin: 20px 0 10px; font-size: 27px; letter-spacing: -.035em; }
.compare-card p { position: relative; z-index: 1; color: var(--muted); margin: 0; }
.check-list { position: relative; z-index: 1; list-style: none; margin: 22px 0 0; padding: 0; }
.check-list li { display: flex; gap: 11px; align-items: flex-start; color: #dbe4ee; margin: 12px 0; }
.check-list li::before { content: ""; width: 9px; height: 9px; margin-top: 8px; flex: 0 0 auto; border-radius: 50%; }
.bad .check-list li::before { background: var(--red); }
.good .check-list li::before { background: var(--green); box-shadow: 0 0 12px rgba(50,221,116,.7); }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step-card {
  min-height: 280px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.018));
}
.step-number { color: var(--green); font-size: 13px; font-weight: 950; letter-spacing: .12em; }
.step-icon { width: 54px; height: 54px; display: grid; place-items: center; margin: 26px 0 24px; border-radius: 16px; color: var(--green); background: rgba(50,221,116,.09); border: 1px solid var(--line-green); }
.step-icon svg { width: 26px; height: 26px; }
.step-card h3 { margin: 0 0 10px; font-size: 23px; letter-spacing: -.03em; }
.step-card p { margin: 0; color: var(--muted); }

.compatibility-wrap {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 90% 0, rgba(50,221,116,.11), transparent 34%),
    var(--panel);
}
.app-chips { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
.app-chip {
  padding: 11px 15px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 999px;
  color: #e7eef6;
  background: rgba(255,255,255,.038);
  font-size: 14px;
  font-weight: 800;
}
.compat-note { margin: 22px 0 0; color: var(--muted); font-size: 13px; }

.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card {
  min-height: 230px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.03);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.feature-card:hover { transform: translateY(-4px); border-color: var(--line-green); background: rgba(50,221,116,.045); }
.feature-icon { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 14px; color: var(--green); background: rgba(50,221,116,.08); }
.feature-icon svg { width: 23px; height: 23px; }
.feature-card h3 { margin: 22px 0 9px; font-size: 19px; letter-spacing: -.025em; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; }

.product-showcase { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.product-showcase.reverse { grid-template-columns: 1.1fr .9fr; }
.product-copy h3 { margin: 0; font-size: clamp(34px, 4vw, 51px); line-height: 1.03; letter-spacing: -.045em; }
.product-copy p { color: var(--muted); font-size: 17px; }
.product-copy .check-list li::before { background: var(--green); }
.product-image {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.016));
  box-shadow: var(--shadow);
}
.product-image picture { display: block; }
.product-image img { width: 100%; height: auto; border-radius: 20px; aspect-ratio: 941/1672; object-fit: cover; }

.review-summary { display: flex; gap: 24px; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.review-score { display: inline-flex; gap: 12px; align-items: center; }
.stars { color: #ffd45e; letter-spacing: 2px; font-size: 18px; }
.review-score span { color: var(--muted); font-size: 13px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--panel);
}
.review-card blockquote { margin: 18px 0 22px; color: #eaf0f6; font-size: 16px; line-height: 1.6; }
.review-meta { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #04110a; background: linear-gradient(145deg, #73f5a4, #32dd74); font-weight: 950; }
.review-name { display: block; font-size: 14px; font-weight: 850; }
.review-date { display: block; color: var(--muted-2); font-size: 12px; }
.review-source { margin-top: 18px; color: var(--muted-2); font-size: 11px; }

.privacy-panel {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 40px;
  padding: 42px;
  border: 1px solid var(--line-green);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 8% 15%, rgba(50,221,116,.15), transparent 35%),
    linear-gradient(145deg, rgba(50,221,116,.055), rgba(255,255,255,.02));
}
.privacy-panel h2 { margin: 0; font-size: clamp(36px, 4vw, 54px); line-height: 1.02; letter-spacing: -.045em; }
.privacy-panel p { color: var(--muted); }
.privacy-points { display: grid; gap: 12px; }
.privacy-point { display: flex; gap: 13px; align-items: flex-start; padding: 15px 16px; border-radius: 15px; background: rgba(0,0,0,.16); border: 1px solid rgba(255,255,255,.07); }
.privacy-point svg { width: 21px; height: 21px; color: var(--green); flex: 0 0 auto; margin-top: 2px; }
.privacy-point strong { display: block; font-size: 14px; }
.privacy-point span { display: block; color: var(--muted); font-size: 13px; margin-top: 2px; }

.plan-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; max-width: 920px; }
.plan-card { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--panel); }
.plan-card.pro { border-color: var(--line-green); box-shadow: 0 20px 60px rgba(50,221,116,.08); }
.plan-tag { color: var(--green); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.plan-card h3 { margin: 12px 0 6px; font-size: 30px; letter-spacing: -.04em; }
.plan-card p { color: var(--muted); }
.plan-card .check-list li::before { background: var(--green); }

.faq-list { max-width: 900px; display: grid; gap: 12px; }
details {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.026);
  overflow: hidden;
}
summary {
  position: relative;
  cursor: pointer;
  padding: 20px 54px 20px 21px;
  list-style: none;
  font-weight: 850;
}
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 21px; top: 16px; color: var(--green); font-size: 28px; font-weight: 400; transition: transform .2s ease; }
details[open] summary::after { transform: rotate(45deg); }
details p { margin: 0; padding: 0 21px 21px; color: var(--muted); }

.cta-section { padding: 74px 0 90px; }
.cta-panel {
  position: relative;
  overflow: hidden;
  padding: 58px;
  border: 1px solid var(--line-green);
  border-radius: 34px;
  text-align: center;
  background: linear-gradient(145deg, rgba(50,221,116,.11), rgba(65,199,255,.045));
}
.cta-panel::before, .cta-panel::after { content: ""; position: absolute; border-radius: 50%; filter: blur(10px); }
.cta-panel::before { width: 320px; height: 320px; left: -170px; top: -190px; background: rgba(50,221,116,.15); }
.cta-panel::after { width: 290px; height: 290px; right: -150px; bottom: -180px; background: rgba(65,199,255,.12); }
.cta-panel h2 { position: relative; z-index: 1; font-size: clamp(40px, 5vw, 66px); }
.cta-panel p { position: relative; z-index: 1; max-width: 690px; margin: 20px auto 29px; color: var(--muted); font-size: 18px; }
.cta-panel .btn { position: relative; z-index: 1; }

.site-footer { padding: 34px 0 22px; border-top: 1px solid var(--line); background: rgba(1,7,12,.35); }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, .7fr); gap: 40px; }
.footer-brand p { max-width: 360px; color: var(--muted); font-size: 14px; }
.footer-col h3 { margin: 3px 0 15px; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; color: #d7e0ea; }
.footer-col a { display: block; width: fit-content; margin: 9px 0; color: var(--muted); text-decoration: none; font-size: 14px; }
.footer-col a:hover { color: var(--green); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 35px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.055); color: var(--muted-2); font-size: 12px; }

.mobile-store-bar { display: none; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 1; transform: none; }
.js .reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1050px) {
  .nav-links { display: none; }
  .hero-grid { grid-template-columns: 1fr .86fr; gap: 36px; }
  .hero-media { min-height: 590px; }
  .float-card.one { left: -16px; }
  .float-card.two { right: -10px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .review-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .container { width: min(100% - 28px, var(--container)); }
  .nav-row { min-height: 66px; }
  .nav-actions .btn { display: none; }
  .hero { padding-top: 42px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { min-height: 540px; }
  .phone-poster { width: min(390px, 88%); transform: none; }
  .float-card.one { left: 0; top: 21%; }
  .float-card.two { right: 0; bottom: 18%; }
  .hero-proof { grid-template-columns: 1fr; gap: 10px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .compare-grid, .steps, .privacy-panel, .plan-grid, .product-showcase, .product-showcase.reverse { grid-template-columns: 1fr; }
  .product-image { max-width: 540px; margin-inline: auto; }
  .privacy-panel { padding: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .mobile-store-bar {
    position: fixed;
    z-index: 70;
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: block;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
  }
  .mobile-store-bar.shown { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .mobile-store-bar .btn { width: 100%; box-shadow: 0 16px 50px rgba(0,0,0,.5); }
  body { padding-bottom: 76px; }
}

@media (max-width: 600px) {
  .lang-picker a { min-width: 32px; padding-inline: 6px; }
  .hero h1 { font-size: clamp(43px, 15vw, 64px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .hero-media { min-height: 475px; margin-top: 10px; }
  .phone-poster { width: 82%; border-radius: 24px; }
  .float-card { min-width: 145px; padding: 12px 13px; }
  .float-card strong { font-size: 18px; }
  .float-card.one { top: 16%; }
  .float-card.two { bottom: 12%; }
  .section { padding: 68px 0; }
  .section-title { font-size: clamp(34px, 11vw, 49px); }
  .section-intro { font-size: 16px; }
  .compare-card, .compatibility-wrap, .step-card, .plan-card { padding: 24px; }
  .feature-grid, .review-grid, .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .review-summary { align-items: flex-start; flex-direction: column; }
  .privacy-panel { padding: 24px; }
  .cta-panel { padding: 42px 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}
