/* =========================================================
   WireGuard.info — Premium VPN | Global Stylesheet
   ========================================================= */

:root {
  --bg: #0a0606;
  --bg-2: #14090a;
  --bg-3: #1c0c0d;
  --surface: rgba(255, 255, 255, 0.03);
  --surface-2: rgba(255, 255, 255, 0.05);
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.14);

  --text: #fff5f4;
  --text-dim: #d4b9bd;
  --text-mute: #9c807c;

  --primary: #88171a;          /* WireGuard crimson */
  --primary-2: #c41e3a;        /* deeper red */
  --accent: #ff6b6b;            /* light red accent */
  --accent-2: #34d399;          /* secure green */
  --danger: #ff5a5f;
  --warn: #ffb547;

  --gradient: linear-gradient(135deg, #88171a 0%, #c41e3a 100%);
  --gradient-soft: linear-gradient(135deg, rgba(196,30,58,.18) 0%, rgba(136,23,26,.18) 100%);
  --gradient-text: linear-gradient(135deg, #ff8a8e 0%, #ffc0c2 50%, #ff6b6b 100%);

  --shadow-card: 0 20px 60px -20px rgba(196, 30, 58, 0.4);
  --shadow-glow: 0 0 40px rgba(196, 30, 58, 0.45);

  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;

  --container: 1200px;
  --header-h: 72px;

  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-display: 'Space Grotesk', 'Inter', sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Background atmosphere */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(900px 600px at 10% -10%, rgba(196,30,58,.28), transparent 60%),
    radial-gradient(900px 600px at 110% 10%, rgba(136,23,26,.22), transparent 60%),
    radial-gradient(700px 400px at 50% 100%, rgba(255,107,107,.12), transparent 60%);
  pointer-events: none;
  z-index: -1;
}

/* Grid overlay */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
  z-index: -1;
  opacity: .6;
  mask-image: radial-gradient(ellipse at center, black, transparent 80%);
}

img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; }

::selection { background: var(--primary); color: white; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

/* =========================================================
   HEADER
   ========================================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(7, 6, 13, 0.7);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  border-bottom: 1px solid var(--border);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.logo-mark {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  background: var(--gradient);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(196,30,58,.45);
}
.logo-mark svg { width: 18px; height: 18px; color: white; }

.logo-text .dot { color: var(--accent); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav-links a {
  font-size: 14.5px;
  color: var(--text-dim);
  font-weight: 500;
  transition: color .2s ease;
}
.nav-links a:hover, .nav-links a.active { color: var(--text); }

.nav-cta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-toggle { display: none; }

/* =========================================================
   BUTTONS
   ========================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14.5px;
  letter-spacing: -0.01em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
  white-space: nowrap;
}

.btn-primary {
  background: var(--gradient);
  color: #fff;
  box-shadow: 0 10px 30px -8px rgba(196,30,58,.6), inset 0 1px 0 rgba(255,255,255,.2);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 40px -8px rgba(196,30,58,.8); }

.btn-ghost {
  background: rgba(255,255,255,.04);
  border: 1px solid var(--border-strong);
  color: var(--text);
}
.btn-ghost:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.25); }

.btn-whatsapp {
  background: #25D366;
  color: #052e16;
  font-weight: 700;
}
.btn-whatsapp:hover { transform: translateY(-2px); box-shadow: 0 14px 32px -8px rgba(37,211,102,.55); }

.btn-lg { padding: 16px 28px; font-size: 15.5px; border-radius: 14px; }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  padding: 80px 0 100px;
  overflow: hidden;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 60px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px 6px 6px;
  border-radius: 999px;
  background: rgba(196,30,58,.1);
  border: 1px solid rgba(196,30,58,.3);
  font-size: 13px;
  color: var(--text-dim);
  font-weight: 500;
  margin-bottom: 24px;
}
.eyebrow .pill {
  background: var(--gradient);
  color: white;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(36px, 6vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 700;
  margin-bottom: 20px;
}
.hero h1 .gradient {
  background: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero p.lead {
  font-size: 18px;
  color: var(--text-dim);
  max-width: 540px;
  margin-bottom: 32px;
}

.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hero-badges .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--border);
  font-size: 13px;
  color: var(--text-dim);
}
.hero-badges .badge .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--accent-2);
  box-shadow: 0 0 12px var(--accent-2);
  animation: pulse 1.8s ease-in-out infinite;
}

@keyframes pulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50% { opacity: .6; transform: scale(.8); }
}

/* Hero visual */
.hero-visual {
  position: relative;
  aspect-ratio: 1 / 1;
  max-width: 560px;
  margin-left: auto;
}

.globe {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, rgba(196,30,58,.35), transparent 50%),
    radial-gradient(circle at 70% 70%, rgba(136,23,26,.25), transparent 50%),
    radial-gradient(circle at 50% 50%, #2a0c0d, #0c0606);
  box-shadow:
    inset 0 0 80px rgba(196,30,58,.3),
    0 0 100px rgba(196,30,58,.25);
}

.globe::before, .globe::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.07);
}
.globe::before { transform: rotate(15deg) scaleY(.3); }
.globe::after  { transform: rotate(-15deg) scaleY(.55); }

.orbit {
  position: absolute;
  inset: -8%;
  border-radius: 50%;
  border: 1px dashed rgba(255,255,255,.1);
  animation: rotate 30s linear infinite;
}
.orbit-2 { inset: -16%; border-color: rgba(255,255,255,.06); animation-duration: 60s; animation-direction: reverse; }

@keyframes rotate {
  to { transform: rotate(360deg); }
}

.node {
  position: absolute;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--accent-2);
  box-shadow: 0 0 18px var(--accent-2), 0 0 4px white;
  transform: translate(-50%, -50%);
}
.node::after {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid var(--accent-2);
  opacity: .6;
  animation: ripple 2.2s ease-out infinite;
}
@keyframes ripple {
  0% { transform: scale(.5); opacity: .8; }
  100% { transform: scale(2.4); opacity: 0; }
}

.node.n1 { top: 18%; left: 22%; }
.node.n2 { top: 35%; left: 80%; animation-delay: .4s; }
.node.n3 { top: 70%; left: 28%; }
.node.n4 { top: 78%; left: 70%; }
.node.n5 { top: 50%; left: 50%; background: var(--primary); box-shadow: 0 0 24px var(--primary); width: 16px; height: 16px; }

.hero-card {
  position: absolute;
  background: rgba(15, 12, 30, 0.85);
  backdrop-filter: blur(16px);
  border: 1px solid var(--border-strong);
  border-radius: 16px;
  padding: 14px 18px;
  font-size: 13px;
  box-shadow: var(--shadow-card);
  animation: float 6s ease-in-out infinite;
}

.hero-card.top-left { top: 6%; left: -8%; }
.hero-card.bot-right { bottom: 4%; right: -10%; animation-delay: 1.5s; }

.hero-card .row { display: flex; align-items: center; gap: 10px; }
.hero-card .row + .row { margin-top: 8px; }
.hero-card strong { font-weight: 600; }
.hero-card .num { color: var(--accent-2); font-weight: 700; font-family: var(--font-display); }

@keyframes float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* =========================================================
   TRUST BAR / STATS
   ========================================================= */
.trustbar {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 28px 0;
  background: linear-gradient(180deg, rgba(196,30,58,.03), transparent);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  align-items: center;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  color: var(--text-dim);
}
.trust-item svg { color: var(--accent); flex-shrink: 0; }

.stats {
  padding: 50px 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.stat {
  text-align: center;
  padding: 28px 20px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.stat:hover { transform: translateY(-4px); border-color: rgba(196,30,58,.35); background: rgba(196,30,58,.06); }
.stat .num {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 700;
  background: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.02em;
}
.stat .label { color: var(--text-mute); font-size: 14px; margin-top: 4px; }

/* =========================================================
   SECTIONS
   ========================================================= */
.section {
  padding: 100px 0;
  position: relative;
}
.section-sm { padding: 70px 0; }

.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
}
.section-head .kicker {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 999px;
  background: rgba(196,30,58,.12);
  border: 1px solid rgba(196,30,58,.3);
  color: var(--accent);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 700;
  margin-bottom: 14px;
}
.section-head h2 .gradient {
  background: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.section-head p { color: var(--text-dim); font-size: 17px; }

/* =========================================================
   COMPARE PAIN VS GAIN
   ========================================================= */
.compare {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: stretch;
}
.compare-col {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
}
.compare-col.bad { border-color: rgba(255,90,122,.25); }
.compare-col.good {
  border-color: rgba(196,30,58,.35);
  background: linear-gradient(180deg, rgba(196,30,58,.08), rgba(136,23,26,.04));
  box-shadow: var(--shadow-card);
}
.compare-col h3 {
  font-family: var(--font-display);
  font-size: 22px;
  margin-bottom: 24px;
  font-weight: 600;
}
.compare-col ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px dashed var(--border);
  color: var(--text-dim);
  font-size: 15.5px;
}
.compare-col ul li:last-child { border-bottom: none; }
.compare-col .icon {
  width: 24px; height: 24px;
  flex-shrink: 0;
  display: grid; place-items: center;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
}
.compare-col.bad .icon  { background: rgba(255,90,122,.15); color: var(--danger); }
.compare-col.good .icon { background: rgba(52,211,153,.15); color: var(--accent-2); }

.compare-divider {
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--border-strong), transparent);
  position: relative;
}
.compare-divider::before {
  content: 'VS';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: var(--bg);
  padding: 6px 12px;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  color: var(--text-mute);
}

/* =========================================================
   FEATURES GRID
   ========================================================= */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.feature-card {
  position: relative;
  padding: 28px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  transition: all .3s ease;
  overflow: hidden;
}
.feature-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  padding: 1px;
  background: var(--gradient);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}
.feature-card:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,.05);
  box-shadow: 0 30px 60px -25px rgba(196,30,58,.4);
}
.feature-card:hover::before { opacity: 1; }

.feature-icon {
  width: 48px; height: 48px;
  display: grid; place-items: center;
  border-radius: 12px;
  background: var(--gradient-soft);
  border: 1px solid rgba(196,30,58,.25);
  color: var(--accent);
  margin-bottom: 18px;
}
.feature-icon svg { width: 22px; height: 22px; }

.feature-card h3 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.feature-card p { color: var(--text-dim); font-size: 14.5px; }

/* =========================================================
   HOW IT WORKS
   ========================================================= */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
}
.steps::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 16%;
  right: 16%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--primary), var(--primary-2), transparent);
  opacity: .4;
  z-index: 0;
}
.step {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 36px 26px;
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  transition: transform .25s ease, border-color .25s ease;
}
.step:hover { transform: translateY(-4px); border-color: rgba(196,30,58,.35); }

.step-num {
  width: 56px; height: 56px;
  margin: 0 auto 18px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--gradient);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  color: white;
  box-shadow: 0 14px 30px -8px rgba(196,30,58,.6);
}
.step h3 {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 8px;
}
.step p { color: var(--text-dim); font-size: 14.5px; }

/* =========================================================
   USE CASES
   ========================================================= */
.usecases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.usecase {
  position: relative;
  padding: 28px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
  border: 1px solid var(--border);
  overflow: hidden;
  transition: transform .25s ease;
}
.usecase:hover { transform: translateY(-4px); }
.usecase .glow {
  position: absolute;
  width: 220px; height: 220px;
  border-radius: 50%;
  filter: blur(80px);
  top: -80px; right: -80px;
  opacity: .35;
  pointer-events: none;
}
.usecase.u1 .glow { background: #c41e3a; }
.usecase.u2 .glow { background: #88171a; }
.usecase.u3 .glow { background: #ff6b6b; }
.usecase.u4 .glow { background: #34d399; }
.usecase.u5 .glow { background: #ff5a7a; }
.usecase.u6 .glow { background: #ffb547; }

.usecase .icon {
  width: 50px; height: 50px;
  border-radius: 14px;
  background: rgba(255,255,255,.07);
  border: 1px solid var(--border-strong);
  display: grid; place-items: center;
  margin-bottom: 18px;
}
.usecase h3 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.usecase p { color: var(--text-dim); font-size: 14.5px; margin-bottom: 16px; }
.usecase .tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--text-mute);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
}

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.t-card {
  padding: 28px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  position: relative;
  transition: transform .25s ease, border-color .25s ease;
}
.t-card:hover { transform: translateY(-4px); border-color: rgba(196,30,58,.3); }
.t-card .stars {
  color: #ffd166;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 14px;
}
.t-card .quote {
  color: var(--text);
  font-size: 15.5px;
  line-height: 1.55;
  margin-bottom: 22px;
}
.t-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.t-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--gradient);
  display: grid; place-items: center;
  color: white;
  font-weight: 700;
  font-family: var(--font-display);
}
.t-author .name { font-weight: 600; font-size: 14.5px; }
.t-author .role { color: var(--text-mute); font-size: 12.5px; }

/* =========================================================
   COMPARISON TABLE
   ========================================================= */
.compare-table {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.compare-table table {
  width: 100%;
  border-collapse: collapse;
}
.compare-table th, .compare-table td {
  padding: 18px 22px;
  text-align: left;
  font-size: 14.5px;
  border-bottom: 1px solid var(--border);
}
.compare-table thead th {
  background: rgba(255,255,255,.03);
  color: var(--text-dim);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.compare-table th.us, .compare-table td.us {
  background: linear-gradient(180deg, rgba(196,30,58,.12), rgba(196,30,58,.04));
  color: var(--text);
  font-weight: 600;
}
.compare-table tbody tr:last-child td { border-bottom: none; }
.compare-table td:first-child { color: var(--text-dim); }
.compare-table .check { color: var(--accent-2); font-weight: 700; }
.compare-table .x     { color: var(--danger);   }

/* =========================================================
   PRICING
   ========================================================= */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}
.price-card {
  position: relative;
  padding: 36px 30px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, border-color .25s ease;
}
.price-card:hover { transform: translateY(-4px); }
.price-card.popular {
  border-color: rgba(196,30,58,.5);
  background: linear-gradient(180deg, rgba(196,30,58,.08), rgba(136,23,26,.04));
  box-shadow: var(--shadow-card);
}
.price-card.popular::before {
  content: '🔥 Most Popular';
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%);
  background: var(--gradient);
  color: white;
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  white-space: nowrap;
}

.price-card .plan-name {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}
.price-card .plan-sub { color: var(--text-mute); font-size: 13.5px; margin-bottom: 22px; }

.price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 8px;
}
.price-row .currency { color: var(--text-dim); font-size: 18px; font-weight: 500; }
.price-row .amount {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}
.price-row .period { color: var(--text-mute); font-size: 14px; }
.price-card .save {
  display: inline-block;
  background: rgba(52,211,153,.12);
  color: var(--accent-2);
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 22px;
}

.price-card ul { margin: 22px 0; }
.price-card ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 9px 0;
  font-size: 14.5px;
  color: var(--text-dim);
}
.price-card ul li svg { color: var(--accent-2); flex-shrink: 0; margin-top: 3px; }

.price-card .btn { margin-top: auto; justify-content: center; }

/* =========================================================
   FAQ
   ========================================================= */
.faq {
  max-width: 820px;
  margin: 0 auto;
}
.faq-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color .2s ease;
}
.faq-item.open { border-color: rgba(196,30,58,.4); }
.faq-q {
  width: 100%;
  text-align: left;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 16px;
  font-weight: 500;
}
.faq-q .plus {
  width: 28px; height: 28px;
  border-radius: 8px;
  background: rgba(255,255,255,.05);
  display: grid; place-items: center;
  font-size: 18px;
  transition: transform .25s ease, background .2s ease;
  flex-shrink: 0;
}
.faq-item.open .faq-q .plus { transform: rotate(45deg); background: var(--gradient); color: white; }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .25s ease;
  color: var(--text-dim);
  padding: 0 24px;
  font-size: 15px;
  line-height: 1.65;
}
.faq-item.open .faq-a { max-height: 400px; padding: 0 24px 22px; }

/* =========================================================
   FINAL CTA
   ========================================================= */
.final-cta {
  text-align: center;
  padding: 80px 40px;
  background: linear-gradient(135deg, rgba(196,30,58,.18), rgba(136,23,26,.12));
  border: 1px solid rgba(196,30,58,.35);
  border-radius: var(--radius-xl);
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(400px 200px at 20% 30%, rgba(196,30,58,.3), transparent 60%),
    radial-gradient(400px 200px at 80% 70%, rgba(136,23,26,.3), transparent 60%);
  pointer-events: none;
}
.final-cta > * { position: relative; z-index: 1; }
.final-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.final-cta p { font-size: 17px; color: var(--text-dim); max-width: 600px; margin: 0 auto 28px; }
.final-cta .ctas { display: inline-flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer {
  border-top: 1px solid var(--border);
  padding: 60px 0 30px;
  margin-top: 80px;
  background: rgba(7,6,13,.7);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.footer-brand p {
  color: var(--text-dim);
  font-size: 14.5px;
  max-width: 320px;
  margin-top: 16px;
}
.footer-col h4 {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--text);
}
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a {
  color: var(--text-dim);
  font-size: 14px;
  transition: color .2s ease;
}
.footer-col ul li a:hover { color: var(--accent); }

.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  color: var(--text-mute);
  font-size: 13px;
}

/* =========================================================
   FLOATING ELEMENTS
   ========================================================= */
.whatsapp-fab {
  position: fixed;
  bottom: 24px; right: 24px;
  z-index: 90;
  width: 60px; height: 60px;
  border-radius: 50%;
  background: #25D366;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 32px -6px rgba(37,211,102,.5);
  transition: transform .25s ease;
  animation: bob 3s ease-in-out infinite;
}
.whatsapp-fab:hover { transform: scale(1.08); }
.whatsapp-fab svg { width: 28px; height: 28px; color: white; }
.whatsapp-fab::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid #25D366;
  animation: ripple 2s ease-out infinite;
}
@keyframes bob {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

/* Live activity */
.live-activity {
  position: fixed;
  bottom: 24px; left: 24px;
  z-index: 85;
  background: rgba(15, 12, 30, 0.92);
  backdrop-filter: blur(16px);
  border: 1px solid var(--border-strong);
  border-radius: 14px;
  padding: 14px 18px 14px 14px;
  box-shadow: var(--shadow-card);
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 320px;
  transform: translateY(120%);
  opacity: 0;
  transition: transform .45s cubic-bezier(.2,.9,.2,1), opacity .3s ease;
}
.live-activity.show { transform: translateY(0); opacity: 1; }
.live-activity .av {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--gradient);
  color: white;
  display: grid; place-items: center;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}
.live-activity .text { font-size: 13.5px; line-height: 1.4; }
.live-activity .text .who { font-weight: 600; }
.live-activity .text .when { color: var(--text-mute); font-size: 12px; margin-top: 2px; }

/* Sticky bottom CTA on mobile */
.sticky-cta {
  display: none;
}

/* =========================================================
   PAGE BANNERS (for inner pages)
   ========================================================= */
.page-banner {
  padding: 80px 0 50px;
  text-align: center;
}
.page-banner h1 {
  font-family: var(--font-display);
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.page-banner h1 .gradient {
  background: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.page-banner p { font-size: 18px; color: var(--text-dim); max-width: 640px; margin: 0 auto; }

/* =========================================================
   BLOG CARDS
   ========================================================= */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.blog-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, border-color .25s ease;
}
.blog-card:hover { transform: translateY(-4px); border-color: rgba(196,30,58,.35); }
.blog-thumb {
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(circle at 30% 40%, rgba(196,30,58,.4), transparent 50%),
    radial-gradient(circle at 70% 60%, rgba(136,23,26,.3), transparent 50%),
    #1c0c0d;
  position: relative;
  display: grid;
  place-items: center;
  color: var(--accent);
}
.blog-thumb svg { width: 48px; height: 48px; opacity: .8; }
.blog-body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.blog-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}
.blog-body h3 {
  font-family: var(--font-display);
  font-size: 19px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: 600;
}
.blog-body p { color: var(--text-dim); font-size: 14.5px; flex: 1; margin-bottom: 14px; }
.blog-meta { display: flex; justify-content: space-between; color: var(--text-mute); font-size: 13px; }

/* =========================================================
   SETUP GUIDE PAGE
   ========================================================= */
.platform-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 50px;
}
.platform {
  padding: 28px 20px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  text-align: center;
  transition: all .25s ease;
}
.platform:hover { transform: translateY(-4px); border-color: rgba(196,30,58,.35); background: rgba(196,30,58,.05); }
.platform .icon {
  width: 56px; height: 56px;
  margin: 0 auto 14px;
  display: grid; place-items: center;
  border-radius: 14px;
  background: var(--gradient-soft);
  border: 1px solid rgba(196,30,58,.25);
  color: var(--accent);
}
.platform h4 { font-family: var(--font-display); font-size: 16px; font-weight: 600; margin-bottom: 4px; }
.platform p { font-size: 13px; color: var(--text-mute); }

.guide-block {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  margin-bottom: 22px;
}
.guide-block h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 14px;
}
.guide-block ol {
  padding-left: 22px;
}
.guide-block ol li {
  color: var(--text-dim);
  margin-bottom: 10px;
  font-size: 15px;
}

/* =========================================================
   CONTACT
   ========================================================= */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.contact-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
}
.contact-card h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-card p { color: var(--text-dim); margin-bottom: 22px; }
.contact-card .field {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 0;
  border-top: 1px solid var(--border);
}
.contact-card .field:last-child { border-bottom: 1px solid var(--border); }
.contact-card .field .ic {
  width: 38px; height: 38px;
  border-radius: 10px;
  display: grid; place-items: center;
  background: var(--gradient-soft);
  color: var(--accent);
  flex-shrink: 0;
}
.contact-card .field .lbl { font-size: 12px; color: var(--text-mute); }
.contact-card .field .val { font-weight: 500; }

form.contact-form { display: grid; gap: 14px; }
form.contact-form label { font-size: 13px; color: var(--text-dim); }
form.contact-form input, form.contact-form textarea, form.contact-form select {
  width: 100%;
  padding: 13px 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--border);
  border-radius: 10px;
  color: var(--text);
  font-family: inherit;
  font-size: 14.5px;
  transition: border-color .2s ease, background .2s ease;
}
form.contact-form input:focus, form.contact-form textarea:focus, form.contact-form select:focus {
  outline: none;
  border-color: var(--primary);
  background: rgba(196,30,58,.05);
}
form.contact-form textarea { min-height: 130px; resize: vertical; }

/* =========================================================
   ABOUT PAGE
   ========================================================= */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.about-grid h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.1;
  margin-bottom: 18px;
}
.about-grid p { color: var(--text-dim); font-size: 16px; margin-bottom: 14px; }

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.value-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: transform .25s ease, border-color .25s ease;
}
.value-card:hover { transform: translateY(-4px); border-color: rgba(196,30,58,.35); }
.value-card .icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--gradient-soft);
  color: var(--accent);
  display: grid; place-items: center;
  margin-bottom: 16px;
}
.value-card h4 {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
}
.value-card p { color: var(--text-dim); font-size: 14.5px; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 50px; }
  .hero-visual { margin: 0 auto; max-width: 460px; }
  .features-grid, .usecases, .testimonials, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
  .steps::before { display: none; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .compare { grid-template-columns: 1fr; }
  .compare-divider { width: auto; height: 1px; background: linear-gradient(90deg, transparent, var(--border-strong), transparent); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .platform-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 30px; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .section { padding: 70px 0; }
  .hero { padding: 50px 0 70px; }

  .nav-links { display: none; position: absolute; top: var(--header-h); left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--bg-2); border-bottom: 1px solid var(--border); padding: 16px 0; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px 24px; border-bottom: 1px solid var(--border); }
  .nav-cta .btn-primary { display: none; }
  .nav-toggle { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 10px; background: var(--surface); border: 1px solid var(--border); }

  .features-grid, .usecases, .testimonials, .blog-grid, .values-grid, .platform-grid { grid-template-columns: 1fr; }
  .trust-grid, .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .compare-table { overflow-x: auto; }
  .footer-grid { grid-template-columns: 1fr; }

  .live-activity { left: 16px; right: 16px; bottom: 92px; max-width: none; }
  .whatsapp-fab { bottom: 90px; right: 16px; width: 54px; height: 54px; }

  .sticky-cta {
    display: flex;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: rgba(7,6,13,.95);
    backdrop-filter: blur(14px);
    border-top: 1px solid var(--border-strong);
    padding: 12px 16px;
    z-index: 80;
    gap: 10px;
  }
  .sticky-cta .btn { flex: 1; justify-content: center; }
}

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in  { opacity: 1; transform: translateY(0); }
