/* ============================================
   IPV99 — Premium Proxy Website V2
   T-Mobile Magenta Dark Theme — UPGRADED
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600&display=swap');

:root {
  --primary: #E20074;
  --primary-dark: #B8005D;
  --primary-light: #FF2D9B;
  --primary-glow: rgba(226, 0, 116, 0.3);
  --bg-dark: #070710;
  --bg-card: #0F0F24;
  --bg-card-hover: #171738;
  --bg-section: #0B0B1A;
  --bg-input: #12122A;
  --bg-navbar: rgba(7, 7, 16, 0.75);
  --text-primary: #FFFFFF;
  --text-secondary: #A0A0C0;
  --text-muted: #6B6B90;
  --accent-green: #00E676;
  --accent-blue: #448AFF;
  --accent-orange: #FF9100;
  --accent-purple: #B388FF;
  --accent-cyan: #00E5FF;
  --gradient-primary: linear-gradient(135deg, #E20074 0%, #FF2D9B 100%);
  --gradient-hero: linear-gradient(160deg, #070710 0%, #15082A 40%, #0A0520 70%, #070710 100%);
  --gradient-card: linear-gradient(160deg, #0F0F24 0%, #150E30 100%);
  --border-color: rgba(226, 0, 116, 0.18);
  --border-subtle: rgba(255, 255, 255, 0.07);
  --shadow-card: 0 8px 40px rgba(0, 0, 0, 0.4);
  --shadow-glow: 0 0 60px rgba(226, 0, 116, 0.12);
  --shadow-btn: 0 4px 24px rgba(226, 0, 116, 0.45);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 9999px;
  --transition-fast: 0.2s ease;
  --transition-normal: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.5s ease;
  --section-padding: 100px 0;
  --container-max: 1200px;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background-color: var(--bg-dark);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Subtle dot pattern background on ALL pages */
  background-image:
    radial-gradient(rgba(226, 0, 116, 0.04) 1px, transparent 1px),
    radial-gradient(rgba(100, 100, 255, 0.025) 1px, transparent 1px);
  background-size: 40px 40px, 80px 80px;
  background-position: 0 0, 20px 20px;
}

a { text-decoration: none; color: inherit; transition: color var(--transition-fast); }
ul, ol { list-style: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font-family: inherit; font-size: inherit; border: none; outline: none; background: none; color: inherit; }

.container { max-width: var(--container-max); margin: 0 auto; padding: 0 24px; }
.section { padding: var(--section-padding); position: relative; }
.section-alt {
  background-color: var(--bg-section);
  background-image:
    radial-gradient(rgba(226, 0, 116, 0.03) 1px, transparent 1px);
  background-size: 30px 30px;
}
.text-gradient { background: var(--gradient-primary); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.text-center { text-align: center; }
.text-muted { color: var(--text-secondary); }
.mono { font-family: 'JetBrains Mono', monospace; }

.section-header { text-align: center; margin-bottom: 64px; }
.section-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 20px;
  background: rgba(226, 0, 116, 0.08);
  border: 1px solid rgba(226, 0, 116, 0.2);
  border-radius: var(--radius-full);
  font-size: 0.8rem; font-weight: 600; color: var(--primary-light);
  margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1.5px;
}
.section-title {
  font-size: clamp(2rem, 4vw, 3rem); font-weight: 800;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.03em;
}
.section-subtitle {
  font-size: 1.05rem; color: var(--text-secondary);
  max-width: 600px; margin: 0 auto; line-height: 1.7;
}

#proxies .container {
  max-width: 1320px;
}

/* ══════════════════════════════════════════════
   NAVBAR — PREMIUM GLASS DESIGN
   ══════════════════════════════════════════════ */
.navbar {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
  transition: all var(--transition-normal);
  padding: 8px 0;
}

.navbar-inner {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 24px;
}

.navbar-glass {
  display: flex; align-items: center; justify-content: space-between;
  height: 60px;
  padding: 0 28px;
  background: rgba(15, 15, 36, 0.65);
  backdrop-filter: blur(24px) saturate(1.5);
  -webkit-backdrop-filter: blur(24px) saturate(1.5);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-full);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.navbar.scrolled .navbar-glass {
  background: rgba(7, 7, 16, 0.9);
  border-color: rgba(226, 0, 116, 0.1);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5), 0 0 40px rgba(226, 0, 116, 0.05);
}

.nav-logo {
  display: flex; align-items: center; gap: 10px;
  font-size: 1.35rem; font-weight: 800; letter-spacing: -0.02em;
  flex-shrink: 0;
}

.nav-logo .logo-icon {
  width: 36px; height: 36px;
  background: var(--gradient-primary);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem; font-weight: 900; color: white;
  box-shadow: 0 0 20px rgba(226, 0, 116, 0.3);
}

.nav-logo span { color: var(--primary); }

.nav-links {
  display: flex; align-items: center; gap: 8px;
}

.nav-links a {
  font-size: 0.85rem; font-weight: 500; color: var(--text-secondary);
  position: relative; padding: 8px 14px;
  border-radius: var(--radius-full);
  transition: all var(--transition-normal);
}

.nav-links a:hover {
  color: var(--text-primary);
  background: rgba(255, 255, 255, 0.06);
}

.nav-links a.active {
  color: var(--text-primary);
  background: rgba(226, 0, 116, 0.12);
}

/* Remove underline effect from old design */
.nav-links a::after { display: none; }

/* Hide mobile-only actions on desktop */
.nav-links .mobile-actions { display: none; }

.nav-actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }

/* Hide mobile-actions on desktop */
.nav-links .mobile-actions { display: none; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 24px; border-radius: var(--radius-full);
  font-weight: 600; font-size: 0.85rem; cursor: pointer;
  transition: all var(--transition-normal); white-space: nowrap;
  position: relative; overflow: hidden;
}

.btn-primary {
  background: var(--gradient-primary); color: white;
  box-shadow: var(--shadow-btn);
}
.btn-primary::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, transparent 50%);
  opacity: 0; transition: opacity var(--transition-fast);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 36px rgba(226, 0, 116, 0.55); }
.btn-primary:hover::before { opacity: 1; }

.btn-secondary {
  background: rgba(255, 255, 255, 0.06); color: var(--text-primary);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.btn-trial {
  background: linear-gradient(135deg, var(--accent-green) 0%, #00C853 100%);
  color: #000; font-weight: 700;
  box-shadow: 0 4px 20px rgba(0, 230, 118, 0.35);
  animation: trialPulse 2.5s ease-in-out infinite;
}
.btn-trial:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0, 230, 118, 0.5);
}
@keyframes trialPulse {
  0%, 100% { box-shadow: 0 4px 20px rgba(0, 230, 118, 0.35); }
  50% { box-shadow: 0 4px 30px rgba(0, 230, 118, 0.55); }
}

.btn-outline {
  background: transparent; color: var(--primary-light);
  border: 2px solid var(--primary);
}
.btn-outline:hover { background: var(--primary); color: white; transform: translateY(-2px); }

.btn-lg { padding: 16px 36px; font-size: 1rem; }
.btn-sm { padding: 8px 18px; font-size: 0.8rem; }

/* Hamburger */
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; padding: 8px; z-index: 1001;
  border-radius: var(--radius-sm);
  transition: background var(--transition-fast);
}
.hamburger:hover { background: rgba(255,255,255,0.06); }
.hamburger span {
  width: 22px; height: 2px; background: var(--text-primary);
  border-radius: 2px; transition: all var(--transition-normal);
}
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ══════════════════════════════════════════════
   HERO — ENHANCED WITH PARTICLES
   ══════════════════════════════════════════════ */
.hero {
  position: relative; min-height: auto; display: flex;
  align-items: center; justify-content: center;
  padding: 110px 0 34px; overflow: hidden;
}

.hero-bg {
  position: absolute; inset: 0;
  background: var(--gradient-hero);
  z-index: 0;
}

.hero-bg::before {
  content: ''; position: absolute; top: -40%; right: -20%;
  width: 900px; height: 900px;
  background: radial-gradient(circle, rgba(226, 0, 116, 0.12) 0%, transparent 65%);
  border-radius: 50%; animation: float 8s ease-in-out infinite;
}

.hero-bg::after {
  content: ''; position: absolute; bottom: -25%; left: -15%;
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(68, 138, 255, 0.06) 0%, transparent 65%);
  border-radius: 50%; animation: float 12s ease-in-out infinite reverse;
}

/* Grid pattern */
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(226, 0, 116, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(226, 0, 116, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  z-index: 1;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, black 20%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, black 20%, transparent 100%);
}

/* Floating particles via CSS */
.hero-particles {
  position: absolute; inset: 0; z-index: 1; overflow: hidden;
}
.hero-particles .particle {
  position: absolute;
  width: 3px; height: 3px;
  background: var(--primary-light);
  border-radius: 50%;
  opacity: 0;
  animation: particleFloat 6s linear infinite;
}
.hero-particles .particle:nth-child(1) { left: 10%; animation-delay: 0s; animation-duration: 8s; }
.hero-particles .particle:nth-child(2) { left: 25%; animation-delay: 1s; animation-duration: 6s; }
.hero-particles .particle:nth-child(3) { left: 40%; animation-delay: 2s; animation-duration: 10s; }
.hero-particles .particle:nth-child(4) { left: 55%; animation-delay: 0.5s; animation-duration: 7s; }
.hero-particles .particle:nth-child(5) { left: 70%; animation-delay: 3s; animation-duration: 9s; }
.hero-particles .particle:nth-child(6) { left: 85%; animation-delay: 1.5s; animation-duration: 11s; }
.hero-particles .particle:nth-child(7) { left: 15%; animation-delay: 4s; animation-duration: 8s; width: 2px; height: 2px; }
.hero-particles .particle:nth-child(8) { left: 60%; animation-delay: 2.5s; animation-duration: 7s; width: 4px; height: 4px; }
.hero-particles .particle:nth-child(9) { left: 35%; animation-delay: 5s; animation-duration: 9s; }
.hero-particles .particle:nth-child(10) { left: 80%; animation-delay: 0.8s; animation-duration: 12s; width: 2px; height: 2px; }

.hero-content { position: relative; z-index: 2; text-align: center; max-width: 820px; }

.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 24px;
  background: rgba(226, 0, 116, 0.08);
  border: 1px solid rgba(226, 0, 116, 0.2);
  border-radius: var(--radius-full);
  font-size: 0.8rem; font-weight: 600; color: var(--primary-light);
  margin-bottom: 32px;
  animation: fadeInUp 0.6s ease;
  backdrop-filter: blur(10px);
}

.hero-badge .pulse-dot {
  width: 8px; height: 8px; background: var(--accent-green);
  border-radius: 50%; animation: pulse 2s ease-in-out infinite;
  box-shadow: 0 0 10px var(--accent-green);
}

.hero-title {
  font-size: clamp(2.2rem, 5vw, 3.65rem); font-weight: 900;
  line-height: 1.08; margin-bottom: 18px; letter-spacing: -0.04em;
  animation: fadeInUp 0.6s ease 0.1s both;
}

.hero-description {
  font-size: clamp(1rem, 2vw, 1.2rem); color: var(--text-secondary);
  line-height: 1.7; margin-bottom: 28px; max-width: 580px;
  margin-left: auto; margin-right: auto;
  animation: fadeInUp 0.6s ease 0.2s both;
}

.hero-actions {
  display: flex; align-items: center; justify-content: center;
  gap: 16px; flex-wrap: wrap; margin-bottom: 28px;
  animation: fadeInUp 0.6s ease 0.3s both;
}

.hero-stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 12px; max-width: 640px; margin: 0 auto;
  animation: fadeInUp 0.6s ease 0.4s both;
}

.hero-stat {
  text-align: center; padding: 12px 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-md);
  backdrop-filter: blur(8px);
}

.hero-stat-value { font-size: 1.8rem; font-weight: 800; color: var(--text-primary); letter-spacing: -0.02em; }
.hero-stat-value span { color: var(--primary); }
.hero-stat-label { font-size: 0.7rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1.5px; margin-top: 4px; }

/* ══════════════════════════════════════════════
   STATS BAR
   ══════════════════════════════════════════════ */
/* ══════════════════════════════════════════
   LIVE IP INTELLIGENCE — premium redesign
   Hooks preserved: .intel-shell / .intel-hero-card / .intel-tab(.active)
   .intel-panel(.active) / [data-intel] / [data-copy-target] / [data-map-link]
   ══════════════════════════════════════════ */
.visitor-intel-section {
  position: relative;
  padding: 44px 0 72px;
  background:
    radial-gradient(ellipse 900px 520px at 12% -6%, rgba(0, 229, 255, 0.18), transparent 55%),
    radial-gradient(ellipse 820px 520px at 92% 0%, rgba(226, 0, 116, 0.20), transparent 58%),
    radial-gradient(ellipse 700px 420px at 50% 115%, rgba(120, 90, 255, 0.10), transparent 60%),
    linear-gradient(180deg, #070710 0%, #0B0B1A 55%, #0E0E22 100%);
  overflow: hidden;
  isolation: isolate;
}

/* subtle grid texture */
.visitor-intel-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse 72% 64% at 50% 28%, black 38%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse 72% 64% at 50% 28%, black 38%, transparent 78%);
  pointer-events: none;
  z-index: 0;
}

/* aurora wash behind shell */
.visitor-intel-section::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 74px;
  width: min(980px, 92vw);
  height: 360px;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse 52% 68% at 28% 42%, rgba(0, 229, 255, 0.16), transparent 62%),
    radial-gradient(ellipse 48% 62% at 78% 48%, rgba(255, 45, 155, 0.16), transparent 62%);
  filter: blur(18px);
  opacity: 0.9;
  pointer-events: none;
  z-index: 0;
}

.visitor-intel-section > .container {
  position: relative;
  z-index: 1;
}

.visitor-intel-section .section-header {
  margin-bottom: 26px;
}

.visitor-intel-section .section-badge {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.10);
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}

.visitor-intel-section .section-title {
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  letter-spacing: -0.03em;
}

.visitor-intel-section .section-subtitle {
  font-size: 0.96rem;
  max-width: 760px;
  color: #A8A8C8;
}

/* ── shell: glass + animated top border ── */
.intel-shell {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 22%),
    linear-gradient(165deg, rgba(18, 22, 48, 0.96), rgba(20, 14, 42, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 0 80px rgba(226, 0, 116, 0.10),
    0 0 90px rgba(0, 229, 255, 0.06);
  overflow: hidden;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.intel-shell::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 229, 255, 0.95) 22%, rgba(226, 0, 116, 0.95) 58%, rgba(120, 90, 255, 0.9) 82%, transparent);
  opacity: 0.95;
}

.intel-shell::after {
  content: "";
  position: absolute;
  inset: 1px 1px auto 1px;
  height: 68px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent);
  pointer-events: none;
  border-radius: 22px 22px 0 0;
}

/* ── hero ── */
.intel-hero-card {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 26px 24px 24px;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  overflow: hidden;
}

.intel-hero-card::before {
  content: "";
  position: absolute;
  right: -40px;
  top: -70px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle at 50% 50%, rgba(0, 229, 255, 0.11), transparent 62%);
  pointer-events: none;
}

.intel-hero-card::after {
  content: "";
  position: absolute;
  left: 18%;
  top: 50%;
  width: 220px;
  height: 220px;
  transform: translateY(-50%);
  border: 1px solid rgba(0, 229, 255, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 18px rgba(0, 229, 255, 0.03),
    0 0 0 36px rgba(226, 0, 116, 0.025);
  pointer-events: none;
}

.intel-identity {
  position: relative;
  z-index: 1;
  min-width: 0;
  text-align: center;
}

.intel-ip-title {
  align-items: center;
  color: var(--text-primary);
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(1.55rem, 4vw, 2.55rem);
  font-weight: 900;
  gap: 12px;
  justify-content: center;
  line-height: 1.05;
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
}

.intel-ip-title strong {
  font-weight: 900;
  letter-spacing: -0.04em;
  overflow-wrap: anywhere;
  background: linear-gradient(135deg, #fff 28%, #FFE0F0 58%, #8feeff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 18px rgba(226, 0, 116, 0.18));
}

.country-flag {
  align-items: center;
  background: linear-gradient(135deg, #ffffff 0%, #e6fbff 55%, #d6f3ff 100%);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 12px;
  box-shadow:
    0 10px 24px rgba(0, 229, 255, 0.20),
    0 2px 10px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: #0f1a2e;
  display: inline-flex;
  font-size: 1.28rem;
  height: 38px;
  justify-content: center;
  min-width: 50px;
  padding: 0 10px;
}

.intel-country {
  color: #ECECFF;
  font-size: clamp(1.12rem, 2.5vw, 1.72rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-top: 10px;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.35);
}

.intel-subline {
  color: #9AA0C0;
  font-size: 0.86rem;
  margin-top: 7px;
  letter-spacing: 0.01em;
}

/* legacy aliases — keep for compat, hidden when not used by markup */
.intel-label {
  color: var(--text-secondary);
  font-size: 0.70rem;
  font-weight: 800;
  letter-spacing: 1.2px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.intel-ip {
  color: var(--text-primary);
  font-size: clamp(1.35rem, 3.4vw, 2.5rem);
  font-weight: 900;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.intel-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
}

.round-icon-btn {
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: #cfefff;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  height: 38px;
  justify-content: center;
  transition: all var(--transition-fast);
  width: 38px;
  backdrop-filter: blur(8px);
}

.round-icon-btn:hover {
  background: var(--gradient-primary);
  border-color: transparent;
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(226, 0, 116, 0.35);
}

.round-icon-btn.copied {
  background: rgba(0, 230, 118, 0.18);
  border-color: rgba(0, 230, 118, 0.45);
  color: #8affb8;
}

.round-icon-btn svg,
.copy-intel-btn svg,
.intel-map-link svg {
  fill: currentColor;
  height: 16px;
  width: 16px;
  flex: 0 0 auto;
}

.copy-intel-btn,
.intel-map-link {
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--radius-full);
  color: #ECECFF;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 18px;
  transition: all var(--transition-fast);
  backdrop-filter: blur(8px);
  text-decoration: none;
  letter-spacing: 0.01em;
}

.copy-intel-btn:hover,
.intel-map-link:hover {
  background: var(--gradient-primary);
  border-color: transparent;
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(226, 0, 116, 0.32);
}

.copy-intel-btn.copied {
  background: rgba(0, 230, 118, 0.16);
  border-color: rgba(0, 230, 118, 0.38);
  color: #b8ffcf;
}

/* ── tabs: segmented control ── */
.intel-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 14px 14px 12px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.14) transparent;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.intel-tabs::-webkit-scrollbar { height: 4px; }
.intel-tabs::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.14); border-radius: 999px; }

.intel-tab {
  align-items: center;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: var(--radius-full);
  color: #A8A8C8;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.84rem;
  font-weight: 800;
  gap: 9px;
  padding: 9px 15px 9px 10px;
  transition: all var(--transition-fast);
  white-space: nowrap;
  letter-spacing: 0.01em;
}

.tab-icon {
  align-items: center;
  background: linear-gradient(135deg, rgba(0, 229, 255, 0.16), rgba(120, 90, 255, 0.18));
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 50%;
  color: #c8f4ff;
  display: inline-flex;
  font-size: 0.62rem;
  font-weight: 900;
  height: 26px;
  justify-content: center;
  line-height: 1;
  width: 26px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.intel-tab:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.13);
  color: #ECECFF;
  transform: translateY(-1px);
}

.intel-tab.active {
  background: linear-gradient(135deg, #E20074 0%, #FF2D9B 52%, #9B5CFF 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 22px rgba(226, 0, 116, 0.38), 0 2px 10px rgba(0, 0, 0, 0.18);
}

.intel-tab.active .tab-icon {
  background: rgba(255, 255, 255, 0.20);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.intel-tab:focus-visible {
  outline: 2px solid rgba(0, 229, 255, 0.7);
  outline-offset: 2px;
}

/* ── panels ── */
.intel-panel {
  display: none;
  padding: 16px 16px 18px;
  animation: intelFadeIn 0.32s ease;
}

.intel-panel.active {
  display: block;
}

@keyframes intelFadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.intel-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.intel-item {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.028)),
    rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  min-width: 0;
  padding: 14px 14px 13px;
  overflow: hidden;
  transition: border-color var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast);
}

.intel-item::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 229, 255, 0.0) 8%, rgba(0, 229, 255, 0.28) 28%, rgba(226, 0, 116, 0.28) 72%, transparent);
  opacity: 0;
  transition: opacity var(--transition-fast);
}

.intel-item:hover {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.03);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
}

.intel-item:hover::before { opacity: 1; }

.intel-item span {
  color: #8B8DB0;
  display: block;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.9px;
  margin-bottom: 7px;
  text-transform: uppercase;
  line-height: 1;
}

.intel-item strong {
  color: #F0F0FF;
  display: block;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
  letter-spacing: -0.01em;
}

.intel-item.copyable {
  cursor: pointer;
}

.intel-item.copyable::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 0;
  transition: opacity var(--transition-fast);
}

.intel-item.copyable:hover::after { opacity: 1; }

.intel-map-card {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.intel-map-card iframe {
  border: 0;
  display: block;
  height: 380px;
  width: 100%;
  filter: saturate(1.05) contrast(1.02);
}

.intel-map-footer {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 14px 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.intel-map-footer .mono {
  color: #C8CAE8;
  font-size: 0.86rem;
}

.stats-bar {
  background: var(--bg-card);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  padding: 40px 0;
  position: relative;
}
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.stat-item { text-align: center; padding: 16px; }
.stat-icon { font-size: 2rem; margin-bottom: 12px; }
.stat-number {
  font-size: 2.5rem; font-weight: 800;
  background: var(--gradient-primary); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text; letter-spacing: -0.02em;
}
.stat-label { font-size: 0.85rem; color: var(--text-secondary); margin-top: 4px; }

/* ══════════════════════════════════════════════
   PROXY CARDS — GLASSMORPHISM
   ══════════════════════════════════════════════ */
.proxy-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.proxy-card {
  background: var(--gradient-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg); padding: 28px 22px;
  transition: all var(--transition-normal);
  position: relative; overflow: hidden;
  backdrop-filter: blur(4px);
}
.proxy-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 3px; background: var(--gradient-primary); opacity: 0;
  transition: opacity var(--transition-normal);
}
.proxy-card:hover { transform: translateY(-6px); border-color: var(--border-color); box-shadow: var(--shadow-glow); }
.proxy-card:hover::before { opacity: 1; }
.proxy-card-icon {
  width: 56px; height: 56px; background: rgba(226, 0, 116, 0.08);
  border-radius: var(--radius-md); display: flex; align-items: center;
  justify-content: center; font-size: 1.5rem; margin-bottom: 20px;
  border: 1px solid rgba(226, 0, 116, 0.1);
}
.proxy-card-title { font-size: 1.12rem; font-weight: 700; margin-bottom: 8px; }
.proxy-card-desc { font-size: 0.84rem; color: var(--text-secondary); line-height: 1.65; margin-bottom: 18px; }
.proxy-card-features { display: flex; flex-direction: column; gap: 8px; }
.proxy-card-features li { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; color: var(--text-secondary); }
.proxy-card-features li .check { color: var(--accent-green); font-weight: 700; flex-shrink: 0; }
.proxy-card.popular { border-color: var(--primary); box-shadow: var(--shadow-glow); }
.popular-badge {
  position: absolute; top: 16px; right: 16px; padding: 4px 14px;
  background: var(--gradient-primary); border-radius: var(--radius-full);
  font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
  box-shadow: 0 4px 16px rgba(226, 0, 116, 0.4);
}

/* ══════════════════════════════════════════════
   FEATURES
   ══════════════════════════════════════════════ */
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 24px; }
.feature-card {
  background: var(--gradient-card); border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg); padding: 36px;
  transition: all var(--transition-normal);
}
.feature-card:hover { transform: translateY(-6px); border-color: var(--border-color); box-shadow: var(--shadow-glow); }
.feature-icon {
  width: 52px; height: 52px; background: rgba(226, 0, 116, 0.08);
  border: 1px solid rgba(226, 0, 116, 0.1);
  border-radius: var(--radius-md); display: flex; align-items: center;
  justify-content: center; font-size: 1.4rem; margin-bottom: 20px;
}
.feature-title { font-size: 1.15rem; font-weight: 700; margin-bottom: 10px; }
.feature-desc { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.7; }

/* ══════════════════════════════════════════════
   PRICING
   ══════════════════════════════════════════════ */
.pricing-toggle { display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 48px; }
.pricing-toggle span { font-size: 0.95rem; font-weight: 500; color: var(--text-secondary); transition: color var(--transition-fast); }
.pricing-toggle span.active { color: var(--text-primary); }
.toggle-switch {
  width: 52px; height: 28px; background: var(--bg-card);
  border: 1px solid var(--border-color); border-radius: var(--radius-full);
  cursor: pointer; position: relative; transition: background var(--transition-normal);
}
.toggle-switch::after {
  content: ''; position: absolute; top: 3px; left: 3px;
  width: 20px; height: 20px; background: var(--gradient-primary);
  border-radius: 50%; transition: transform var(--transition-normal);
  box-shadow: 0 0 12px rgba(226, 0, 116, 0.4);
}
.toggle-switch.yearly::after { transform: translateX(24px); }
.save-badge { padding: 4px 12px; background: rgba(0, 230, 118, 0.1); color: var(--accent-green); border-radius: var(--radius-full); font-size: 0.75rem; font-weight: 700; }

.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; align-items: stretch; }
.pricing-card {
  background: var(--gradient-card); border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl); padding: 40px;
  display: flex; flex-direction: column; transition: all var(--transition-normal); position: relative;
}
.pricing-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-glow); }
.pricing-card.featured { border-color: var(--primary); box-shadow: var(--shadow-glow); transform: scale(1.03); }
.pricing-card.featured:hover { transform: scale(1.03) translateY(-6px); }
.pricing-featured-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  padding: 6px 24px; background: var(--gradient-primary); border-radius: var(--radius-full);
  font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; white-space: nowrap;
  box-shadow: 0 4px 20px rgba(226, 0, 116, 0.4);
}
.pricing-plan-name { font-size: 1.1rem; font-weight: 600; color: var(--text-secondary); margin-bottom: 8px; }
.pricing-amount { display: flex; align-items: baseline; gap: 4px; margin-bottom: 8px; }
.pricing-currency { font-size: 1.5rem; font-weight: 700; color: var(--text-secondary); }
.pricing-value { font-size: 3.5rem; font-weight: 900; letter-spacing: -0.03em; line-height: 1; }
.pricing-period { font-size: 0.9rem; color: var(--text-muted); }
.pricing-desc { font-size: 0.9rem; color: var(--text-secondary); margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border-subtle); }
.pricing-features { flex: 1; display: flex; flex-direction: column; gap: 14px; margin-bottom: 32px; }
.pricing-features li { display: flex; align-items: center; gap: 12px; font-size: 0.9rem; color: var(--text-secondary); }
.pricing-features li .icon { flex-shrink: 0; font-size: 1rem; }
.pricing-features li .icon.check { color: var(--accent-green); }
.pricing-features li .icon.cross { color: var(--text-muted); }
.pricing-card .btn { width: 100%; }

/* ══════════════════════════════════════════════
   TESTIMONIALS
   ══════════════════════════════════════════════ */
.testimonials-slider { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; }
.testimonial-card { background: var(--gradient-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); padding: 32px; transition: all var(--transition-normal); }
.testimonial-card:hover { border-color: var(--border-color); box-shadow: var(--shadow-glow); transform: translateY(-4px); }
.testimonial-stars { color: #FFD700; font-size: 1rem; margin-bottom: 16px; letter-spacing: 2px; }
.testimonial-text { font-size: 0.95rem; color: var(--text-secondary); line-height: 1.8; margin-bottom: 24px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar {
  width: 44px; height: 44px; background: var(--gradient-primary);
  border-radius: 50%; display: flex; align-items: center;
  justify-content: center; font-weight: 700; font-size: 1rem;
  box-shadow: 0 0 16px rgba(226, 0, 116, 0.3);
}
.testimonial-name { font-weight: 600; font-size: 0.9rem; }
.testimonial-role { font-size: 0.8rem; color: var(--text-muted); }

/* ══════════════════════════════════════════════
   CTA BANNER
   ══════════════════════════════════════════════ */
.cta-banner {
  background: var(--gradient-primary); border-radius: var(--radius-xl);
  padding: 64px 48px; text-align: center; position: relative; overflow: hidden;
}
.cta-banner::before { content: ''; position: absolute; top: -50%; right: -20%; width: 400px; height: 400px; background: rgba(255, 255, 255, 0.08); border-radius: 50%; }
.cta-banner::after { content: ''; position: absolute; bottom: -30%; left: -10%; width: 300px; height: 300px; background: rgba(255, 255, 255, 0.05); border-radius: 50%; }
.cta-banner > * { position: relative; z-index: 1; }
.cta-title { font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 800; margin-bottom: 16px; letter-spacing: -0.02em; }
.cta-desc { font-size: 1.1rem; opacity: 0.9; margin-bottom: 32px; max-width: 500px; margin-left: auto; margin-right: auto; }
.cta-banner .btn { background: white; color: var(--primary); font-weight: 700; }
.cta-banner .btn:hover { background: rgba(255, 255, 255, 0.9); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2); }

/* ══════════════════════════════════════════════
   FAQ
   ══════════════════════════════════════════════ */
.faq-categories { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 48px; }
.faq-cat-btn {
  padding: 10px 24px; background: var(--bg-card);
  border: 1px solid var(--border-subtle); border-radius: var(--radius-full);
  color: var(--text-secondary); font-size: 0.9rem; font-weight: 500;
  cursor: pointer; transition: all var(--transition-fast);
}
.faq-cat-btn.active, .faq-cat-btn:hover { background: rgba(226, 0, 116, 0.1); border-color: var(--primary); color: var(--primary-light); }
.faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--bg-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-md); overflow: hidden; transition: border-color var(--transition-fast); }
.faq-item.active { border-color: var(--border-color); }
.faq-question {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 24px; cursor: pointer; font-weight: 600;
  font-size: 0.95rem; color: var(--text-primary);
  transition: color var(--transition-fast); user-select: none;
}
.faq-question:hover { color: var(--primary-light); }
.faq-icon { font-size: 1.2rem; color: var(--primary); transition: transform var(--transition-normal); flex-shrink: 0; margin-left: 16px; }
.faq-item.active .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-answer-inner { padding: 0 24px 20px; font-size: 0.9rem; color: var(--text-secondary); line-height: 1.8; }
.faq-item.active .faq-answer { max-height: 300px; }

/* ══════════════════════════════════════════════
   CONTACT
   ══════════════════════════════════════════════ */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.contact-info-cards { display: flex; flex-direction: column; gap: 20px; }
.contact-info-card {
  background: var(--gradient-card); border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md); padding: 24px;
  display: flex; align-items: center; gap: 16px;
  transition: all var(--transition-normal);
}
.contact-info-card:hover { border-color: var(--border-color); transform: translateX(4px); }
.contact-info-icon {
  width: 48px; height: 48px; background: rgba(226, 0, 116, 0.08);
  border: 1px solid rgba(226, 0, 116, 0.1);
  border-radius: var(--radius-md); display: flex; align-items: center;
  justify-content: center; font-size: 1.2rem; flex-shrink: 0;
}
.contact-info-label { font-size: 0.8rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; }
.contact-info-value { font-weight: 600; font-size: 0.95rem; }
.contact-form { background: var(--gradient-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); padding: 40px; }
.form-group { margin-bottom: 20px; }
.form-label { display: block; font-size: 0.85rem; font-weight: 600; margin-bottom: 8px; color: var(--text-secondary); }
.form-input, .form-textarea, .form-select {
  width: 100%; padding: 14px 18px; background: var(--bg-input);
  border: 1px solid var(--border-subtle); border-radius: var(--radius-sm);
  color: var(--text-primary); font-size: 0.9rem;
  transition: all var(--transition-fast);
}
.form-input:focus, .form-textarea:focus, .form-select:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(226, 0, 116, 0.15); }
.form-input::placeholder, .form-textarea::placeholder { color: var(--text-muted); }
.form-textarea { resize: vertical; min-height: 120px; }
.form-select {
  cursor: pointer; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%239898B8' viewBox='0 0 16 16'%3E%3Cpath d='M8 12L2 6h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* ══════════════════════════════════════════════
   USE CASES / COVERAGE / API / TABLE
   ══════════════════════════════════════════════ */
.use-cases-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 24px; }
.use-case-card {
  background: var(--gradient-card); border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg); padding: 32px; text-align: center;
  transition: all var(--transition-normal);
}
.use-case-card:hover { transform: translateY(-6px); border-color: var(--border-color); box-shadow: var(--shadow-glow); }
.use-case-icon { font-size: 2.5rem; margin-bottom: 16px; }
.use-case-title { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }
.use-case-desc { font-size: 0.85rem; color: var(--text-secondary); line-height: 1.7; }

.coverage-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
.coverage-item {
  background: var(--bg-card); border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md); padding: 20px;
  display: flex; align-items: center; gap: 12px;
  transition: all var(--transition-fast);
}
.coverage-item:hover { border-color: var(--border-color); transform: translateY(-2px); }
.coverage-flag { font-size: 1.8rem; }
.coverage-name { font-weight: 600; font-size: 0.9rem; }
.coverage-count { font-size: 0.8rem; color: var(--text-muted); }

.api-preview { background: #0A0A18; border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); overflow: hidden; }
.api-header { display: flex; align-items: center; gap: 8px; padding: 16px 24px; background: rgba(255, 255, 255, 0.03); border-bottom: 1px solid var(--border-subtle); }
.api-dot { width: 12px; height: 12px; border-radius: 50%; }
.api-dot.red { background: #FF5F57; }
.api-dot.yellow { background: #FEBC2E; }
.api-dot.green { background: #28C840; }
.api-code { padding: 24px; font-family: 'JetBrains Mono', monospace; font-size: 0.85rem; line-height: 1.8; overflow-x: auto; }
.api-code .keyword { color: var(--primary-light); }
.api-code .string { color: var(--accent-green); }
.api-code .comment { color: var(--text-muted); }
.api-code .property { color: var(--accent-blue); }

.comparison-table-wrapper { overflow-x: auto; border-radius: var(--radius-lg); border: 1px solid var(--border-subtle); }
.comparison-table { width: 100%; border-collapse: collapse; min-width: 700px; }
.comparison-table thead { background: var(--bg-card); }
.comparison-table th { padding: 20px 24px; font-weight: 700; font-size: 0.9rem; text-align: left; border-bottom: 1px solid var(--border-subtle); }
.comparison-table th:not(:first-child) { text-align: center; }
.comparison-table td { padding: 16px 24px; font-size: 0.9rem; color: var(--text-secondary); border-bottom: 1px solid var(--border-subtle); }
.comparison-table td:not(:first-child) { text-align: center; }
.comparison-table tbody tr:hover { background: rgba(226, 0, 116, 0.03); }
.comparison-table .featured-col { background: rgba(226, 0, 116, 0.05); }

/* ══════════════════════════════════════════════
   PAGE HERO (Inner Pages)
   ══════════════════════════════════════════════ */
.page-hero {
  padding: 140px 0 80px; text-align: center;
  background: var(--gradient-hero);
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; top: -40%; right: -20%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(226, 0, 116, 0.08) 0%, transparent 70%);
  border-radius: 50%;
}
.page-hero::after {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(226, 0, 116, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(226, 0, 116, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: radial-gradient(ellipse 60% 80% at 50% 50%, black 10%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 60% 80% at 50% 50%, black 10%, transparent 80%);
}
.page-hero > .container { position: relative; z-index: 1; }
.page-hero-title { font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 900; margin-bottom: 16px; letter-spacing: -0.03em; }
.page-hero-desc { font-size: 1.1rem; color: var(--text-secondary); max-width: 600px; margin: 0 auto; }
.breadcrumb { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 24px; font-size: 0.85rem; }
.breadcrumb a { color: var(--text-muted); }
.breadcrumb a:hover { color: var(--primary-light); }
.breadcrumb .sep { color: var(--text-muted); }
.breadcrumb .current { color: var(--primary-light); }

/* ══════════════════════════════════════════════
   GUARANTEE
   ══════════════════════════════════════════════ */
.guarantee {
  display: flex; align-items: center; justify-content: center;
  gap: 16px; padding: 24px; background: rgba(0, 230, 118, 0.04);
  border: 1px solid rgba(0, 230, 118, 0.12); border-radius: var(--radius-lg); margin-top: 48px;
}
.guarantee-icon { font-size: 2.5rem; }
.guarantee-text h4 { font-size: 1rem; font-weight: 700; color: var(--accent-green); margin-bottom: 4px; }
.guarantee-text p { font-size: 0.85rem; color: var(--text-secondary); }

/* ══════════════════════════════════════════════
   TRUST BADGES — CRYPTO + SSL + PAYMENT
   ══════════════════════════════════════════════ */
.trust-badges {
  display: flex; align-items: center; justify-content: center;
  gap: 24px; flex-wrap: wrap;
  padding: 24px 0;
  margin-top: 16px;
}

.trust-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-full);
  font-size: 0.75rem; font-weight: 600;
  color: var(--text-secondary);
  transition: all var(--transition-fast);
}

.trust-badge:hover {
  border-color: rgba(226, 0, 116, 0.2);
  background: rgba(226, 0, 116, 0.05);
}

.trust-badge .badge-icon {
  font-size: 1rem;
}

.trust-badge.ssl {
  color: var(--accent-green);
  border-color: rgba(0, 230, 118, 0.15);
  background: rgba(0, 230, 118, 0.04);
}

.trust-badge.crypto {
  color: var(--accent-orange);
  border-color: rgba(255, 145, 0, 0.15);
  background: rgba(255, 145, 0, 0.04);
}

/* Payment icons row */
.payment-methods {
  display: flex; align-items: center; justify-content: center;
  gap: 20px; flex-wrap: wrap;
  padding: 20px 0;
  margin-top: 8px;
}

.payment-icon {
  display: flex; align-items: center; gap: 6px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-sm);
  font-size: 0.75rem; font-weight: 600;
  color: var(--text-muted);
  transition: all var(--transition-fast);
}

.payment-icon:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-secondary);
  transform: translateY(-2px);
}

.payment-icon .pay-symbol {
  font-size: 1.1rem;
}

/* ══════════════════════════════════════════════
   FOOTER — UPGRADED
   ══════════════════════════════════════════════ */
.footer {
  background: var(--bg-section);
  border-top: 1px solid var(--border-subtle);
  padding: 64px 0 0;
  position: relative;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand { max-width: 300px; }
.footer-logo { display: flex; align-items: center; gap: 10px; font-size: 1.3rem; font-weight: 800; margin-bottom: 16px; }
.footer-logo span { color: var(--primary); }
.footer-desc { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.7; margin-bottom: 20px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  width: 38px; height: 38px; background: rgba(255,255,255,0.04);
  border: 1px solid var(--border-subtle); border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center; font-size: 1rem;
  transition: all var(--transition-fast);
}
.footer-social a:hover { background: rgba(226, 0, 116, 0.1); border-color: var(--primary); color: var(--primary-light); transform: translateY(-2px); }
.footer-heading { font-size: 0.85rem; font-weight: 700; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1.5px; color: var(--text-primary); }
.footer-links { display: flex; flex-direction: column; gap: 12px; }
.footer-links a { font-size: 0.9rem; color: var(--text-secondary); transition: all var(--transition-fast); }
.footer-links a:hover { color: var(--primary-light); padding-left: 4px; }

.footer-divider {
  border: none;
  border-top: 1px solid var(--border-subtle);
  margin: 0;
}

.footer-bottom {
  padding: 24px 0;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 16px;
}
.footer-copyright { font-size: 0.8rem; color: var(--text-muted); }
.footer-legal { display: flex; gap: 24px; }
.footer-legal a { font-size: 0.8rem; color: var(--text-muted); }
.footer-legal a:hover { color: var(--primary-light); }

/* ══════════════════════════════════════════════
   ANIMATIONS
   ══════════════════════════════════════════════ */
.fade-in { opacity: 0; transform: translateY(30px); transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1); }
.fade-in.visible { opacity: 1; transform: translateY(0); }
.fade-in-left { opacity: 0; transform: translateX(-30px); transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1); }
.fade-in-left.visible { opacity: 1; transform: translateX(0); }
.fade-in-right { opacity: 0; transform: translateX(30px); transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1); }
.fade-in-right.visible { opacity: 1; transform: translateX(0); }

@keyframes fadeInUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.4; transform: scale(1.8); } }
@keyframes float { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-30px) rotate(2deg); } }
@keyframes particleFloat {
  0% { transform: translateY(100vh) scale(0); opacity: 0; }
  10% { opacity: 0.6; }
  90% { opacity: 0.3; }
  100% { transform: translateY(-10vh) scale(1); opacity: 0; }
}
@keyframes shimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

/* ══════════════════════════════════════════════
   RESPONSIVE — TABLET
   ══════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .proxy-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .intel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .contact-grid { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .pricing-card.featured { transform: none; }
  .pricing-card.featured:hover { transform: translateY(-6px); }
}

/* ══════════════════════════════════════════════
   RESPONSIVE — MOBILE
   ══════════════════════════════════════════════ */
@media (max-width: 768px) {
  :root { --section-padding: 64px 0; }

  .navbar { padding: 6px 0; }
  .navbar-glass {
    margin: 0 12px;
    padding: 0 16px;
    height: 56px;
    border-radius: 16px;
  }

  .hamburger { display: flex; }

  .nav-links {
    position: fixed; top: 0; right: -100%; width: 85%; max-width: 360px;
    height: 100vh; height: 100dvh;
    background: rgba(7, 7, 16, 0.98);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    flex-direction: column;
    align-items: flex-start; padding: 80px 28px 28px; gap: 8px;
    border-left: 1px solid rgba(226, 0, 116, 0.1);
    transition: right var(--transition-normal); z-index: 999;
  }
  .nav-links.open { right: 0; }
  .nav-links a {
    font-size: 1.05rem; width: 100%;
    padding: 14px 16px; border-radius: var(--radius-md);
  }
  .nav-actions { display: none; }
  .nav-links .mobile-actions {
    display: flex; flex-direction: column; gap: 10px;
    width: 100%; margin-top: auto;
    padding-top: 20px; border-top: 1px solid var(--border-subtle);
  }
  .mobile-overlay { display: none; position: fixed; inset: 0; background: rgba(0, 0, 0, 0.6); z-index: 998; }
  .mobile-overlay.active { display: block; }

  .hero { min-height: auto; padding: 92px 0 28px; }
  .hero-title { font-size: clamp(2rem, 8vw, 3rem); }
  .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .hero-stat { padding: 12px 6px; }
  .hero-stat-value { font-size: 1.4rem; }
  .visitor-intel-section { padding: 28px 0 48px; }
  .visitor-intel-section::after { height: 280px; top: 56px; }
  .intel-hero-card {
    align-items: flex-start;
    grid-template-columns: 1fr;
    padding: 20px 16px 18px;
  }
  .intel-hero-card::after { display: none; }
  .intel-identity {
    text-align: center;
    width: 100%;
  }
  .intel-actions {
    justify-content: center;
    width: 100%;
  }
  .copy-intel-btn,
  .intel-map-link {
    flex: 1 1 auto;
  }
  .intel-tabs {
    padding: 12px 12px 10px;
    gap: 7px;
  }
  .intel-tab { padding: 8px 13px 8px 9px; font-size: 0.80rem; }
  .intel-panel {
    padding: 14px 12px 16px;
  }
  .intel-map-card iframe {
    height: 280px;
  }
  .intel-map-footer {
    align-items: stretch;
    flex-direction: column;
  }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .stat-number { font-size: 1.8rem; }
  .features-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-value { font-size: 2.5rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .section-title { font-size: clamp(1.6rem, 5vw, 2.2rem); }
  .cta-banner { padding: 40px 24px; border-radius: var(--radius-lg); }
  .form-row { grid-template-columns: 1fr; }
  .guarantee { flex-direction: column; text-align: center; }
  .comparison-table-wrapper { margin: 0 -24px; border-radius: 0; border-left: none; border-right: none; }
  .trust-badges { gap: 12px; }
  .trust-badge { font-size: 0.7rem; padding: 6px 12px; }
  .payment-methods { gap: 10px; }
  .payment-icon { padding: 6px 10px; font-size: 0.7rem; }
}

@media (max-width: 480px) {
  .hero-actions { flex-direction: column; width: 100%; }
  .hero-actions .btn { width: 100%; }
  .proxy-grid { grid-template-columns: 1fr; }
  .intel-grid { grid-template-columns: 1fr; }
  .intel-shell { border-radius: 18px; }
  .intel-shell::after { border-radius: 18px 18px 0 0; }
  .intel-ip-title { font-size: 1.45rem; }
  .intel-country { font-size: 1.15rem; }
  .country-flag { height: 30px; min-width: 42px; }
  .intel-tab { padding: 8px 12px 8px 8px; }
  .use-cases-grid { grid-template-columns: 1fr; }
  .coverage-grid { grid-template-columns: 1fr 1fr; }
}

/* ══════════════════════════════════════════════
   FREE TRIAL PAGE
   ══════════════════════════════════════════════ */
.trial-hero {
  position: relative;
  overflow: hidden;
  padding: 112px 0 76px;
  background:
    radial-gradient(circle at 76% 24%, rgba(226, 0, 116, 0.13), transparent 32%),
    linear-gradient(145deg, #070710 0%, #0b0918 48%, #10071a 100%);
}
.trial-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
}
.trial-hero > .container { position: relative; z-index: 1; }

.trial-kicker {
  max-width: 100%;
  margin-bottom: 24px;
  color: var(--primary-light);
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  overflow-wrap: anywhere;
}
.trial-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1.14fr);
  align-items: center;
  gap: clamp(54px, 7vw, 104px);
}
.trial-intro {
  max-width: 500px;
}
.trial-heading {
  max-width: 720px;
  margin: 0;
  font-size: clamp(3.2rem, 5.4vw, 5rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.98;
}
.trial-heading span {
  display: inline-block;
  margin-top: 8px;
  color: var(--primary-light);
  font-size: 0.78em;
  letter-spacing: -0.045em;
}
.trial-lead {
  max-width: 480px;
  margin-top: 26px;
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.75;
}
.trial-highlights {
  display: grid;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}
.trial-highlights > div {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.trial-highlights span {
  color: var(--primary-light);
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.68rem;
}
.trial-highlights strong {
  color: #d7d7e8;
  font-size: 0.78rem;
  font-weight: 600;
}
.trial-conversion {
  min-width: 0;
}
.trial-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 10px 14px;
}
.trial-step {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 0 12px 12px;
  color: var(--text-muted);
}
.trial-step:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -4px;
  top: 16px;
  width: 8px;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}
.trial-step > span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.68rem;
  font-weight: 700;
}
.trial-step strong,
.trial-step small { display: block; }
.trial-step strong {
  color: var(--text-secondary);
  font-size: 0.72rem;
  white-space: nowrap;
}
.trial-step small {
  margin-top: 1px;
  overflow: hidden;
  color: var(--text-muted);
  font-size: 0.62rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.trial-step.is-active > span {
  border-color: var(--primary);
  color: white;
  background: var(--primary);
}
.trial-step.is-active strong { color: #fff; }
.trial-step.is-complete > span {
  border-color: var(--primary);
  color: var(--primary-light);
  background: rgba(226, 0, 116, 0.12);
}
.trial-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(145deg, rgba(20, 18, 42, 0.98), rgba(12, 11, 28, 0.98));
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(226, 0, 116, 0.035) inset;
}
.trial-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 32px;
  width: 84px;
  height: 2px;
  background: var(--primary);
}
.trial-box-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
}
.trial-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border: 1px solid rgba(226, 0, 116, 0.2);
  border-radius: var(--radius-md);
  color: var(--primary-light);
  background: rgba(226, 0, 116, 0.08);
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.82rem;
  font-weight: 700;
}
.trial-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
}
.trial-subtitle {
  margin: 8px 0 24px;
  color: var(--text-secondary);
  font-size: 0.82rem;
  line-height: 1.65;
  text-align: left;
}
.trial-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.trial-form .form-input {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--radius-sm);
  color: #fff;
  background: rgba(4, 4, 12, 0.54);
}
.trial-form .form-input::placeholder { color: #74748f; }
.trial-form .form-input:hover { border-color: rgba(255, 255, 255, 0.18); }
.trial-form .form-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(226, 0, 116, 0.14);
}
.trial-field {
  display: grid;
  gap: 6px;
  text-align: left;
}
.trial-field > span {
  color: #b6b6ca;
  font-size: 0.7rem;
  font-weight: 600;
}
.trial-field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.trial-submit {
  width: 100%;
  min-height: 50px;
  margin-top: 2px;
  border: 0;
  cursor: pointer;
}
.trial-submit:active { transform: translateY(1px); }
.trial-submit:disabled { cursor: wait; opacity: 0.65; }
.trial-note {
  margin-top: 13px;
  color: var(--text-muted);
  font-size: 0.68rem;
  line-height: 1.5;
  text-align: center;
}
.trial-form-note {
  display: grid;
  gap: 6px;
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
  text-align: left;
}
.trial-form-note strong {
  color: #fff;
  font-size: 0.76rem;
}
.trial-form-note span {
  color: var(--text-secondary);
  font-size: 0.75rem;
  line-height: 1.65;
}
.trial-rule {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 13px;
  color: var(--text-muted);
  font-size: 0.66rem;
  line-height: 1.5;
  text-align: center;
}
.trial-rule strong {
  color: var(--text-secondary);
  font-weight: 600;
}
.trial-message {
  margin-bottom: 16px;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  text-align: left;
  font-size: 0.78rem;
  line-height: 1.5;
}
.trial-message.error { color: #ffb4b4; border: 1px solid rgba(255,80,80,0.25); background: rgba(255,80,80,0.08); }
.trial-state-mark, .trial-success-mark {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin: 0 0 18px;
  border: 1px solid rgba(226, 0, 116, 0.2);
  border-radius: var(--radius-md);
  color: var(--primary-light);
  background: rgba(226, 0, 116, 0.08);
  font-weight: 900;
}
.trial-success-mark { color: #07120d; background: var(--accent-green); box-shadow: 0 12px 35px rgba(0,230,118,0.22); }
.trial-state-label {
  margin: 0 0 7px;
  color: var(--primary-light);
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.trial-state-label.trial-green { color: var(--accent-green); }
.trial-action-list { display: grid; gap: 10px; margin: 26px 0 20px; }
.trial-action {
  display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 12px;
  padding: 14px; border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius-md);
  color: var(--text-primary); background: rgba(255,255,255,0.025); text-align: left;
  transition: border-color .2s ease, transform .2s ease;
}
.trial-action:hover { border-color: rgba(226,0,116,0.5); transform: translateY(-2px); color: #fff; }
.trial-action-number {
  display: grid; place-items: center; width: 38px; height: 38px;
  color: var(--primary-light); border: 1px solid rgba(226,0,116,0.3); border-radius: 12px; font-weight: 800;
}
.trial-action strong, .trial-action small { display: block; }
.trial-action strong { font-size: 0.82rem; }
.trial-action small { margin-top: 3px; color: var(--text-muted); font-size: 0.68rem; }
.trial-action b { color: var(--primary-light); font-size: 0.72rem; }
.trial-waiting {
  display: flex; align-items: center; gap: 12px; padding: 14px;
  border: 1px solid rgba(0,230,118,0.12); border-radius: var(--radius-sm);
  background: rgba(0,230,118,0.04); text-align: left;
}
.trial-waiting strong, .trial-waiting small { display: block; }
.trial-waiting strong { color: var(--text-secondary); font-size: 0.76rem; }
.trial-waiting small { margin-top: 3px; color: var(--text-muted); font-size: 0.66rem; }
.trial-pulse {
  width: 10px; height: 10px; flex: 0 0 10px; border-radius: 50%;
  background: var(--accent-green); box-shadow: 0 0 0 0 rgba(0,230,118,.5);
  animation: trialPulse 1.8s infinite;
}
@keyframes trialPulse { 70% { box-shadow: 0 0 0 9px rgba(0,230,118,0); } 100% { box-shadow: 0 0 0 0 rgba(0,230,118,0); } }
.trial-token-expiry { margin: 16px 0 0; color: var(--text-muted); font-size: 0.7rem; text-align: center; }
.trial-token-expiry strong { color: var(--text-secondary); font-family: monospace; }
.trial-text-button {
  margin-top: 12px; border: 0; color: var(--text-muted); background: none;
  font: inherit; font-size: 0.7rem; text-decoration: underline; cursor: pointer;
}
.trial-credentials {
  display: grid; gap: 1px; margin: 24px 0 16px; overflow: hidden;
  border: 1px solid rgba(0,230,118,0.16); border-radius: var(--radius-md); background: rgba(255,255,255,.06);
}
.trial-credentials > div {
  display: grid; grid-template-columns: 110px 1fr; gap: 16px; padding: 12px 14px;
  background: rgba(6,10,18,.94); text-align: left;
}
.trial-credentials span { color: var(--text-muted); font-size: .7rem; }
.trial-credentials strong { overflow-wrap: anywhere; color: #fff; font-family: monospace; font-size: .76rem; }
.trial-portal-link { display: inline-block; margin-top: 16px; color: var(--text-secondary); font-size: .76rem; }
.trial-side-card {
  margin-top: 34px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
}
.trial-process {
  display: grid;
  gap: 12px;
}
.trial-process article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.trial-process article:first-child {
  border-top: 0;
  padding-top: 0;
}
.trial-process article:last-child {
  padding-bottom: 0;
}
.trial-process span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(226, 0, 116, 0.12);
  border: 1px solid rgba(226, 0, 116, 0.28);
  color: var(--primary-light);
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.8rem;
  font-weight: 700;
}
.trial-process h3 {
  margin-bottom: 6px;
  font-size: 0.9rem;
}
.trial-process p {
  color: var(--text-muted);
  font-size: 0.75rem;
  line-height: 1.65;
}

.trial-includes-section {
  padding: 76px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background: #0a0a17;
}
.trial-includes-section > .container {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: start;
}
.trial-includes-head p {
  margin-bottom: 14px;
  color: var(--primary-light);
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.trial-includes-head h2 {
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}
.trial-includes {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.trial-includes article {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 22px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.trial-includes article > span {
  padding-top: 2px;
  color: var(--primary-light);
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
}
.trial-includes h3 {
  margin-bottom: 3px;
  font-size: 0.88rem;
}
.trial-includes p {
  color: var(--text-muted);
  font-size: 0.76rem;
  line-height: 1.55;
}

@media (max-width: 960px) {
  .trial-layout {
    grid-template-columns: minmax(0, 0.78fr) minmax(430px, 1.22fr);
    gap: 36px;
  }
  .trial-heading { font-size: clamp(2.8rem, 6vw, 4rem); }
  .trial-step small { display: none; }
}

@media (max-width: 768px) {
  .navbar-inner { padding: 0; }
  .trial-hero { padding: 96px 0 52px; }
  .trial-hero .container { padding: 0 18px; }
  .trial-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
  }
  .trial-intro { max-width: 100%; }
  .trial-kicker {
    margin-bottom: 18px;
    font-size: 0.6rem;
    line-height: 1.5;
    letter-spacing: 0.09em;
  }
  .trial-heading {
    max-width: 340px;
    font-size: clamp(2.45rem, 12vw, 3.2rem);
    line-height: 1;
    letter-spacing: -0.055em;
  }
  .trial-lead {
    max-width: 350px;
    margin-top: 18px;
    font-size: 0.9rem;
    line-height: 1.65;
  }
  .trial-highlights {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 26px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }
  .trial-highlights > div {
    display: block;
    min-width: 0;
    padding: 12px 8px 12px 0;
    border-bottom: 0;
  }
  .trial-highlights strong {
    display: block;
    margin-top: 5px;
    font-size: 0.66rem;
    line-height: 1.35;
  }
  .trial-rail { margin: 0 0 12px; }
  .trial-step {
    justify-content: center;
    padding: 0 4px 10px;
  }
  .trial-step > div { display: none; }
  .trial-step:not(:last-child)::after {
    right: -12px;
    width: 24px;
  }
  .trial-box {
    padding: 24px 18px;
    border-radius: var(--radius-lg);
  }
  .trial-box::before { left: 18px; }
  .trial-box-head { align-items: center; }
  .trial-icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }
  .trial-title { font-size: 1.3rem; }
  .trial-subtitle { margin-bottom: 20px; }
  .trial-field-grid { grid-template-columns: 1fr; }
  .trial-side-card {
    margin-top: 26px;
    padding: 18px;
  }
  .trial-process article {
    grid-template-columns: 36px 1fr;
    gap: 12px;
  }
  .trial-process span {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    font-size: 0.72rem;
  }
  .trial-rule {
    display: block;
    padding: 0 12px;
  }
  .trial-rule strong,
  .trial-rule span { display: block; }
  .trial-credentials > div { grid-template-columns: 82px 1fr; }
  .trial-action { grid-template-columns: 34px 1fr auto; padding: 12px 10px; }
  .trial-action-number { width: 34px; height: 34px; }
  .trial-action strong { font-size: 0.74rem; }
  .trial-action small { display: none; }
  .trial-includes-section { padding: 54px 0; }
  .trial-includes-section > .container {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 18px;
  }
  .trial-includes-head h2 { font-size: 2rem; }
  .trial-includes article { grid-template-columns: 58px 1fr; gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .trial-pulse,
  .btn-trial { animation: none; }
  .trial-action,
  .trial-submit { transition: none; }
}

/* Free trial registration V3 */
.trial-hero.trial-v3 {
  min-height: calc(100dvh - 70px);
  padding: 118px 0 58px;
  background:
    radial-gradient(circle at 12% 22%, rgba(226, 0, 116, 0.12), transparent 30%),
    radial-gradient(circle at 92% 78%, rgba(226, 0, 116, 0.08), transparent 28%),
    #080811;
}

.trial-hero.trial-v3::before {
  opacity: 0.55;
  background:
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 72px 72px;
}

.trial-v3-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  gap: clamp(54px, 7vw, 96px);
  align-items: center;
}

.trial-v3-shell > *,
.trial-v3-story,
.trial-v3-form-card,
.trial-v3 .trial-field-grid,
.trial-v3 .trial-field {
  min-width: 0;
}

.trial-v3-story {
  animation: trialV3Enter 0.55s ease both;
  max-width: 510px;
}

.trial-v3-badge {
  align-items: center;
  color: #d6d6e4;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 700;
  gap: 10px;
  margin-bottom: 24px;
}

.trial-v3-badge span {
  align-items: center;
  background: var(--primary);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(226, 0, 116, 0.24);
  color: #fff;
  display: inline-flex;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.68rem;
  height: 32px;
  justify-content: center;
  width: 42px;
}

.trial-v3-story h1 {
  color: #fff;
  font-size: clamp(3rem, 5.2vw, 4.8rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.98;
  margin: 0;
}

.trial-v3-story h1 strong {
  color: var(--primary-light);
  display: inline-block;
  font-weight: 800;
  margin-top: 8px;
}

.trial-v3-story > p {
  color: #aaaabe;
  font-size: 0.98rem;
  line-height: 1.7;
  margin: 24px 0 0;
  max-width: 470px;
}

.trial-v3-benefits {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  display: grid;
  margin-top: 32px;
}

.trial-v3-benefits article {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  display: grid;
  gap: 14px;
  grid-template-columns: 42px 1fr;
  padding: 13px 0;
  min-width: 0;
}

.trial-v3-benefits article > span {
  align-items: center;
  background: rgba(226, 0, 116, 0.1);
  border: 1px solid rgba(226, 0, 116, 0.22);
  border-radius: 11px;
  color: var(--primary-light);
  display: inline-flex;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.68rem;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.trial-v3-benefits strong,
.trial-v3-benefits small {
  display: block;
}

.trial-v3-benefits strong {
  color: #ededf4;
  font-size: 0.82rem;
  overflow-wrap: anywhere;
}

.trial-v3-benefits small {
  color: #77778f;
  font-size: 0.68rem;
  margin-top: 2px;
}

.trial-v3-flow {
  align-items: center;
  display: grid;
  gap: 9px;
  grid-template-columns: auto 1fr auto 1fr auto;
  margin-top: 28px;
}

.trial-v3-flow > div {
  align-items: center;
  color: #9898ad;
  display: flex;
  font-size: 0.68rem;
  gap: 7px;
}

.trial-v3-flow > div span {
  align-items: center;
  border: 1px solid rgba(226, 0, 116, 0.28);
  border-radius: 9px;
  color: var(--primary-light);
  display: inline-flex;
  font-family: 'JetBrains Mono', monospace;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.trial-v3-flow > i {
  background: rgba(255, 255, 255, 0.1);
  height: 1px;
}

.trial-v3-form-card {
  animation: trialV3Enter 0.55s 0.08s ease both;
  background: #11111e;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
  overflow: hidden;
  padding: 30px;
  position: relative;
  width: 100%;
}

.trial-v3-form-card::before {
  background: var(--primary);
  content: '';
  height: 3px;
  left: 30px;
  position: absolute;
  top: 0;
  width: 70px;
}

.trial-v3-form-card > header {
  align-items: flex-start;
  display: flex;
  gap: 22px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.trial-v3-form-card > header span {
  color: var(--primary-light);
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.trial-v3-form-card > header h2 {
  color: #fff;
  font-size: 1.55rem;
  letter-spacing: -0.035em;
  line-height: 1.2;
  margin: 0;
}

.trial-v3-form-card > header p {
  color: #838399;
  font-size: 0.76rem;
  margin-top: 5px;
}

.trial-v3-mark {
  align-items: center;
  background: rgba(226, 0, 116, 0.09);
  border: 1px solid rgba(226, 0, 116, 0.22);
  border-radius: 14px;
  color: var(--primary-light);
  display: flex;
  flex: 0 0 50px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.76rem;
  font-weight: 800;
  height: 50px;
  justify-content: center;
}

.trial-v3 .trial-form {
  gap: 13px;
}

.trial-v3 .trial-field > span {
  color: #c3c3d1;
  font-size: 0.71rem;
}

.trial-v3 .trial-form .form-input {
  background: #090912;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 11px;
  color: #fff;
  min-height: 50px;
  min-width: 0;
  padding: 12px 14px;
}

.trial-v3 .trial-form .form-input::placeholder {
  color: #69697e;
}

.trial-v3 .trial-form .form-input:hover {
  border-color: rgba(255, 255, 255, 0.22);
}

.trial-v3 .trial-form .form-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(226, 0, 116, 0.13);
}

.trial-v3 .trial-submit {
  border-radius: 11px;
  box-shadow: 0 10px 30px rgba(226, 0, 116, 0.28);
  justify-content: space-between;
  margin-top: 4px;
  min-height: 52px;
}

.trial-v3-after {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  display: grid;
  gap: 12px;
  grid-template-columns: auto 1fr;
  margin-top: 18px;
  padding: 13px 14px;
}

.trial-v3-after > span {
  background: rgba(226, 0, 116, 0.12);
  border-radius: 8px;
  color: var(--primary-light);
  font-size: 0.62rem;
  font-weight: 700;
  padding: 4px 7px;
  text-transform: uppercase;
}

.trial-v3-after p {
  color: #8f8fa5;
  font-size: 0.7rem;
  line-height: 1.55;
  margin: 0;
}

.trial-v3-after strong {
  color: #c9c9d7;
}

.trial-v3-login {
  color: #7d7d93;
  font-size: 0.72rem;
  margin: 15px 0 0;
  text-align: center;
}

.trial-v3-login a {
  color: var(--primary-light);
  font-weight: 700;
}

@keyframes trialV3Enter {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 960px) {
  .trial-v3-shell {
    gap: 38px;
    grid-template-columns: minmax(0, 0.72fr) minmax(460px, 1.28fr);
  }

  .trial-v3-story h1 {
    font-size: clamp(2.65rem, 5vw, 3.7rem);
  }
}

@media (max-width: 768px) {
  .trial-hero.trial-v3 {
    min-height: auto;
    padding: 94px 0 44px;
  }

  .trial-v3-shell {
    gap: 32px;
    grid-template-columns: 1fr;
  }

  .trial-v3-story {
    max-width: 100%;
  }

  .trial-v3-story h1 {
    font-size: clamp(2.5rem, 12vw, 3.35rem);
    max-width: 420px;
  }

  .trial-v3-story > p {
    font-size: 0.9rem;
    margin-top: 18px;
  }

  .trial-v3-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 24px;
  }

  .trial-v3-benefits article {
    align-content: start;
    border-bottom: 0;
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr;
    padding: 12px 8px 12px 0;
  }

  .trial-v3-benefits small {
    display: none;
  }

  .trial-v3-benefits strong {
    font-size: 0.7rem;
    line-height: 1.35;
  }

  .trial-v3-flow {
    display: none;
  }

  .trial-v3-form-card {
    border-radius: 18px;
    padding: 24px 18px;
  }

  .trial-v3-form-card::before {
    left: 18px;
  }

  .trial-v3-form-card > header h2 {
    font-size: 1.35rem;
  }

  .trial-v3-mark {
    flex-basis: 44px;
    height: 44px;
  }

  .trial-v3 .trial-field-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .trial-v3-story h1 {
    font-size: clamp(2.25rem, 11vw, 2.85rem);
  }

  .trial-v3-benefits article {
    padding-right: 5px;
  }

  .trial-v3-benefits strong {
    font-size: 0.65rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trial-v3-story,
  .trial-v3-form-card {
    animation: none;
  }
}

/* Scrollbar */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg-dark); }
::-webkit-scrollbar-thumb { background: rgba(226, 0, 116, 0.2); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: rgba(226, 0, 116, 0.4); }
::selection { background: rgba(226, 0, 116, 0.3); color: white; }
