
:root {
  --black: #08080b;
  --black-2: #111116;
  --black-3: #181820;
  --red: #e50914;
  --red-2: #ff2635;
  --red-dark: #9d0710;
  --white: #ffffff;
  --soft: #f7f7f8;
  --muted: #c8c8d0;
  --text: #202026;
  --shadow: 0 24px 70px rgba(0, 0, 0, .28);
  --radius: 26px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.7;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 18px; }
h1, h2, h3 { line-height: 1.12; margin: 0 0 18px; letter-spacing: -0.03em; }
h1 { font-size: clamp(2.4rem, 5vw, 5.6rem); color: var(--white); }
h2 { font-size: clamp(2rem, 3.1vw, 3.65rem); }
h3 { font-size: clamp(1.2rem, 1.5vw, 1.55rem); }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 1000; background: var(--red); color: #fff; padding: 10px 16px; border-radius: 10px; }
.skip-link:focus { left: 8px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(8, 8, 11, .94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-wrap {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-weight: 800; letter-spacing: -0.03em; white-space: nowrap; }
.brand-mark { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: linear-gradient(135deg, var(--red), var(--red-dark)); box-shadow: 0 12px 28px rgba(229, 9, 20, .35); font-size: .9rem; }
.brand-text { font-size: 1.02rem; }
.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav a { color: rgba(255,255,255,.84); font-weight: 700; font-size: .9rem; padding: 9px 11px; border-radius: 999px; transition: .22s ease; }
.site-nav a:hover, .site-nav a.active { color: #fff; background: rgba(229,9,20,.25); }
.site-nav .nav-cta { background: var(--red); color: #fff; padding-inline: 16px; box-shadow: 0 10px 28px rgba(229,9,20,.25); }
.site-nav .nav-cta:hover { background: #0aa64f; }
.menu-toggle { display: none; width: 42px; height: 42px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; background: #fff; margin: 5px auto; transition: .22s ease; }
.scroll-progress { height: 3px; background: rgba(255,255,255,.06); }
.scroll-progress span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--red), var(--red-2)); }

.hero {
  background: radial-gradient(circle at 76% 24%, rgba(229,9,20,.34), transparent 34%), linear-gradient(135deg, #050507 0%, #111116 45%, #230407 100%);
  padding: 82px 0 70px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.hero:before { content: ""; position: absolute; inset: 0; 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: 70px 70px; mask-image: linear-gradient(to bottom, #000, transparent); }
.hero-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 46px; align-items: center; }
.hero-copy p { font-size: clamp(1.05rem, 1.5vw, 1.28rem); color: rgba(255,255,255,.83); max-width: 690px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; color: var(--red-2); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; }
.eyebrow:before { content: ""; width: 34px; height: 2px; background: currentColor; border-radius: 10px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 22px; border-radius: 999px; font-weight: 900; border: 1px solid transparent; transition: transform .22s ease, background .22s ease, box-shadow .22s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--red); color: #fff; box-shadow: 0 16px 38px rgba(229,9,20,.34); }
.button.primary:hover, .button.secondary:hover { background: #0aa64f; box-shadow: 0 16px 38px rgba(10,166,79,.24); }
.button.ghost { border-color: rgba(255,255,255,.18); color: #fff; background: rgba(255,255,255,.08); }
.button.secondary { background: #fff; color: var(--black); }
.button.large { min-height: 54px; padding-inline: 28px; }
.hero-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 620px; }
.hero-stats div { padding: 16px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.07); }
.hero-stats strong { display: block; font-size: 1.35rem; color: #fff; }
.hero-stats span { display: block; color: rgba(255,255,255,.72); font-size: .92rem; }
.hero-media { border-radius: 34px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.12); background: #111; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16 / 9.2; }

.section { padding: 88px 0; }
.section:nth-of-type(even) { background: #fafafa; }
.dark-band { background: linear-gradient(135deg, #08080b, #15151c 55%, #2a0509) !important; color: #fff; }
.dark-band p { color: rgba(255,255,255,.78); }
.split { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 42px; align-items: start; }
.split.reverse { grid-template-columns: 390px minmax(0, 1fr); }
.split.reverse .copy { order: 2; }
.wide-copy p, .wide-note, .text-columns p { font-size: 1.05rem; }
.text-columns { columns: 2 420px; column-gap: 42px; }
.text-columns p { break-inside: avoid; }
.proof-panel, .metric-board, .analytics-card, .package-card, .feature-card, .source-grid article, .cta-box {
  border-radius: var(--radius);
  box-shadow: 0 18px 60px rgba(0,0,0,.08);
}
.proof-panel { background: var(--black); color: #fff; padding: 30px; position: sticky; top: 92px; }
.proof-panel h3 { color: #fff; }
.proof-panel ul { padding: 0; list-style: none; margin: 0; }
.proof-panel li { padding: 13px 0 13px 32px; border-bottom: 1px solid rgba(255,255,255,.09); position: relative; }
.proof-panel li:before { content: "✓"; position: absolute; left: 0; top: 13px; color: var(--red-2); font-weight: 900; }
.feature-grid, .source-grid, .package-grid, .check-grid { display: grid; gap: 18px; }
.feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.feature-card, .source-grid article, .package-card { background: #fff; border: 1px solid #eee; padding: 28px; }
.feature-card h3, .source-grid h3, .package-card h3 { color: var(--black); }
.feature-card:hover, .source-grid article:hover, .package-card:hover { border-color: rgba(229,9,20,.32); transform: translateY(-3px); transition: .22s ease; }
.rank-section, .geo-section, .analytics-section { background: #fff; }
.metric-board { background: linear-gradient(145deg, #09090d, #1a1a23); padding: 24px; color: #fff; display: grid; gap: 14px; }
.metric-board div { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.08); border-radius: 18px; padding: 20px; }
.metric-board strong { display: block; color: #fff; font-size: 1.2rem; margin-bottom: 6px; }
.metric-board span { color: rgba(255,255,255,.7); }
.source-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-bottom: 24px; }
.country-cloud { display: flex; flex-wrap: wrap; gap: 12px; padding: 30px; border-radius: var(--radius); background: linear-gradient(145deg, #0c0c10, #210508); box-shadow: var(--shadow); }
.country-cloud span { padding: 12px 18px; border-radius: 999px; background: rgba(255,255,255,.08); color: #fff; border: 1px solid rgba(255,255,255,.12); font-weight: 900; }
.analytics-card { background: var(--red); color: #fff; padding: 34px; }
.analytics-card p { color: rgba(255,255,255,.86); }
.package-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 24px; }
.package-card.featured { background: linear-gradient(145deg, #08080b, #260508); color: #fff; border-color: rgba(229,9,20,.5); }
.package-card.featured h3 { color: #fff; }
.package-card.featured p { color: rgba(255,255,255,.78); }
.process-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; counter-reset: step; }
.process-list li { counter-increment: step; position: relative; padding: 20px 22px 20px 72px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.08); border-radius: 18px; color: rgba(255,255,255,.78); }
.process-list li:before { content: counter(step); position: absolute; left: 20px; top: 20px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: #fff; font-weight: 900; }
.process-list strong { color: #fff; }
.check-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 24px 0; }
.check-grid span { padding: 16px 18px 16px 48px; border-radius: 16px; background: #fff; border: 1px solid #eee; position: relative; font-weight: 800; }
.check-grid span:before { content: "✓"; position: absolute; left: 18px; color: var(--red); font-weight: 900; }
.final-cta { background: linear-gradient(135deg, #08080b, #250508); color: #fff; }
.cta-box { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); padding: clamp(30px, 5vw, 58px); text-align: center; }
.cta-box p { max-width: 940px; margin-left: auto; margin-right: auto; color: rgba(255,255,255,.8); }
.cta-line { font-weight: 800; color: #fff !important; }
.faq-section { background: #f7f7f8; }
.faq-list { display: grid; gap: 12px; }
.faq-item { background: #fff; border: 1px solid #e9e9ee; border-radius: 18px; padding: 0 20px; box-shadow: 0 10px 30px rgba(0,0,0,.04); }
.faq-item summary { cursor: pointer; padding: 20px 32px 20px 0; font-weight: 900; color: var(--black); position: relative; }
.faq-item summary::marker { display: none; content: ""; }
.faq-item summary:after { content: "+"; position: absolute; right: 0; color: var(--red); font-size: 1.4rem; top: 16px; }
.faq-item[open] summary:after { content: "–"; }
.faq-item p { padding-bottom: 20px; color: #4d4d55; }
.site-footer { background: #050507; color: rgba(255,255,255,.76); padding: 38px 0; }
.footer-grid { display: flex; justify-content: space-between; gap: 28px; align-items: center; }
.footer-brand { margin-bottom: 12px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px; }
.footer-links a { padding: 8px 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; }
.footer-links a:hover { background: var(--red); color: #fff; }
.back-to-top { position: fixed; right: 20px; bottom: 20px; z-index: 998; width: 48px; height: 48px; border: 0; border-radius: 50%; background: var(--red); color: #fff; font-size: 1.35rem; font-weight: 900; cursor: pointer; box-shadow: 0 14px 34px rgba(0,0,0,.28); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .22s ease; }
.back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: #0aa64f; }

@media (max-width: 1080px) {
  .hero-grid, .split, .split.reverse { grid-template-columns: 1fr; }
  .split.reverse .copy { order: 0; }
  .proof-panel { position: static; }
  .feature-grid, .source-grid, .package-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-media img { aspect-ratio: 16 / 10; object-fit: contain; background: #0b0b0f; }
}
@media (max-width: 820px) {
  html { scroll-padding-top: 68px; }
  .container { width: min(100% - 28px, var(--container)); }
  .nav-wrap { min-height: 56px; }
  .brand-text { max-width: 210px; overflow: hidden; text-overflow: ellipsis; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: calc(100% + 3px); left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; gap: 6px; padding: 12px; background: rgba(8,8,11,.98); border: 1px solid rgba(255,255,255,.1); border-radius: 18px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 14px; }
  .hero { padding: 50px 0 54px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-stats { grid-template-columns: 1fr; }
  .section { padding: 60px 0; }
  .feature-grid, .source-grid, .package-grid, .check-grid { grid-template-columns: 1fr; }
  .text-columns { columns: 1; }
  .footer-grid { display: grid; }
}
@media (max-width: 520px) {
  body { font-size: 15.5px; }
  .brand-mark { width: 34px; height: 34px; border-radius: 10px; }
  .brand-text { max-width: 170px; font-size: .94rem; }
  .hero-media { border-radius: 22px; }
  .hero-media img { aspect-ratio: 1.25 / 1; object-fit: contain; }
  .proof-panel, .metric-board, .analytics-card, .feature-card, .source-grid article, .package-card { padding: 22px; }
  .country-cloud { padding: 22px; }
  .country-cloud span { flex: 1 1 auto; text-align: center; }
  .back-to-top { right: 14px; bottom: 14px; }
}
