:root {
  --bg: #07111a;
  --bg-soft: #0d1b27;
  --card: #132636;
  --text: #e7edf2;
  --muted: #9bb0c2;
  --accent: #ffb700;
  --accent-2: #b36bff;
  --line: #1f3344;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Open Sans", system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(1100px 500px at 15% -5%, rgba(179, 107, 255, 0.18), transparent 62%),
    radial-gradient(950px 420px at 95% 6%, rgba(255, 183, 0, 0.14), transparent 68%),
    linear-gradient(180deg, #08131d 0%, #0a1621 45%, #09131c 100%);
  line-height: 1.55;
  overflow-x: hidden;
}
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }

.container { width: min(1160px, 92vw); margin: 0 auto; }
.section { padding: 5rem 0; border-top: 1px solid var(--line); position: relative; }
.section.alt { background: linear-gradient(180deg, rgba(255,255,255,0.01), rgba(255,255,255,0.04)); }
.center { text-align: center; }

/* CTA strips — layered backgrounds */
.section.cta-band {
  overflow: hidden;
  isolation: isolate;
  border-top-color: rgba(255, 183, 0, 0.2);
  background:
    linear-gradient(135deg, rgba(179, 107, 255, 0.12) 0%, transparent 42%),
    linear-gradient(225deg, rgba(255, 183, 0, 0.1) 0%, transparent 45%),
    repeating-linear-gradient(
      -12deg,
      transparent,
      transparent 38px,
      rgba(255, 255, 255, 0.018) 38px,
      rgba(255, 255, 255, 0.018) 39px
    ),
    linear-gradient(180deg, rgba(13, 27, 39, 0.92), rgba(8, 19, 29, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.section.cta-band .container {
  position: relative;
  z-index: 1;
}
.section.cta-band .cta-band-glow {
  position: absolute;
  inset: auto;
  width: min(520px, 90vw);
  height: 200px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse, rgba(255, 183, 0, 0.16), transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.section.cta-trust {
  overflow: hidden;
  isolation: isolate;
  border-top-color: rgba(127, 90, 255, 0.22);
}
.section.cta-trust .cta-trust-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(900px 420px at 12% 40%, rgba(179, 107, 255, 0.14), transparent 55%),
    radial-gradient(800px 380px at 88% 55%, rgba(255, 183, 0, 0.1), transparent 55%),
    linear-gradient(180deg, rgba(10, 22, 34, 0.65), rgba(7, 17, 26, 0.9));
  opacity: 1;
}
.section.cta-trust .cta-trust-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.45;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
}
.section.cta-trust .container {
  position: relative;
  z-index: 1;
}
.section.cta-trust .feature-cols {
  text-align: center;
}
.trust-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.35rem;
  height: 3.35rem;
  margin: 0 auto 0.75rem;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, rgba(255, 183, 0, 0.28), rgba(179, 107, 255, 0.18));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 6px 18px rgba(0, 0, 0, 0.25);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.trust-card-icon svg {
  width: 1.7rem;
  height: 1.7rem;
}
.section.cta-trust .feature-cols h3 {
  margin-top: 0;
}
.section.cta-trust .feature-cols article {
  --trust-glow: rgba(255, 183, 0, 0.22);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(90% 55% at 50% 0%, var(--trust-glow), transparent 58%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.07), rgba(0, 0, 0, 0.3));
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}
.section.cta-trust .feature-cols article:nth-child(1) {
  --trust-glow: rgba(130, 200, 255, 0.26);
}
.section.cta-trust .feature-cols article:nth-child(2) {
  --trust-glow: rgba(255, 200, 110, 0.28);
}
.section.cta-trust .feature-cols article:nth-child(3) {
  --trust-glow: rgba(200, 155, 255, 0.26);
}
.section.cta-trust .feature-cols article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--trust-glow), transparent);
  opacity: 0.9;
  pointer-events: none;
}
.section.cta-trust .feature-cols article .trust-card-icon {
  filter: drop-shadow(0 0 10px var(--trust-glow));
}
.section.cta-trust .feature-cols article:hover .trust-card-icon {
  transform: scale(1.04);
}
.section.cta-trust .feature-cols article:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.35),
    0 0 28px var(--trust-glow),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.section.cta {
  overflow: hidden;
  isolation: isolate;
}
.cta-final {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  border-top: 1px solid rgba(255, 183, 0, 0.25);
  border-bottom: 1px solid rgba(127, 90, 255, 0.2);
  background:
    linear-gradient(180deg, rgba(8, 19, 29, 0.4) 0%, rgba(12, 27, 42, 0.95) 45%, rgba(6, 14, 22, 0.98) 100%),
    radial-gradient(ellipse 120% 80% at 50% -20%, rgba(179, 107, 255, 0.22), transparent 55%),
    radial-gradient(ellipse 100% 60% at 50% 120%, rgba(255, 183, 0, 0.12), transparent 50%);
}
.cta-final .container {
  position: relative;
  z-index: 1;
  max-width: min(640px, 92vw);
  margin-left: auto;
  margin-right: auto;
}
.cta-final h2 {
  font-family: "Montserrat", system-ui, sans-serif;
  margin-top: 0;
  margin-bottom: 1rem;
  text-shadow:
    0 2px 20px rgba(0, 0, 0, 0.4),
    0 0 36px rgba(179, 107, 255, 0.18);
}
.cta-final-glow {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(40px);
  z-index: 0;
  opacity: 0.85;
}
.cta-final-glow-a {
  width: 280px;
  height: 280px;
  left: 8%;
  top: 20%;
  background: radial-gradient(circle, rgba(179, 107, 255, 0.35), transparent 70%);
}
.cta-final-glow-b {
  width: 320px;
  height: 320px;
  right: 5%;
  bottom: 15%;
  background: radial-gradient(circle, rgba(255, 183, 0, 0.22), transparent 70%);
}
.section-kicker {
  color: var(--accent);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.74rem;
  font-weight: 800;
  margin: 0 0 0.5rem;
}

/* Pricing section backdrop */
.section-pricing {
  overflow: hidden;
  isolation: isolate;
}
.section-pricing .container {
  position: relative;
  z-index: 1;
}
.section-pricing-bg {
  position: absolute;
  inset: -1px 0 auto 0;
  height: min(70%, 520px);
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 90% 70% at 50% 0%, rgba(127, 90, 255, 0.12), transparent 55%),
    radial-gradient(ellipse 70% 50% at 80% 20%, rgba(255, 183, 0, 0.08), transparent 50%);
  opacity: 0.95;
}
.section-pricing .section-intro {
  max-width: 42rem;
}
.section-pricing h2 {
  font-family: "Montserrat", system-ui, sans-serif;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}
.section-pricing .section-kicker {
  text-shadow: 0 0 20px rgba(255, 183, 0, 0.25);
}

/* Split showcase sections (datacenter, security, guarantee) */
.section-showcase {
  overflow: hidden;
  isolation: isolate;
}
.section-showcase .container {
  position: relative;
  z-index: 1;
}
.section-showcase-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.section-datacenter {
  border-top-color: rgba(90, 168, 255, 0.2);
}
.section-datacenter .section-showcase-bg {
  background:
    radial-gradient(900px 480px at 15% 30%, rgba(90, 168, 255, 0.12), transparent 58%),
    radial-gradient(700px 400px at 95% 70%, rgba(255, 183, 0, 0.06), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.08));
}
.section-security {
  border-top-color: rgba(179, 107, 255, 0.22);
}
.section-security .section-showcase-bg {
  background:
    radial-gradient(880px 460px at 88% 25%, rgba(179, 107, 255, 0.14), transparent 58%),
    radial-gradient(600px 360px at 10% 80%, rgba(90, 168, 255, 0.08), transparent 55%),
    linear-gradient(180deg, rgba(8, 18, 28, 0.5), rgba(7, 15, 24, 0.92));
}
.section-guarantee {
  border-top-color: rgba(255, 183, 0, 0.2);
}
.section-guarantee .section-showcase-bg {
  background:
    radial-gradient(820px 440px at 20% 60%, rgba(255, 183, 0, 0.1), transparent 58%),
    radial-gradient(720px 400px at 85% 40%, rgba(179, 107, 255, 0.08), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(0, 0, 0, 0.06));
}

.prose-card {
  position: relative;
  overflow: hidden;
  padding: 1.35rem 1.4rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(100% 60% at 50% 0%, rgba(255, 183, 0, 0.06), transparent 55%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.07), rgba(0, 0, 0, 0.26));
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.prose-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 183, 0, 0.45), rgba(179, 107, 255, 0.4), transparent);
  opacity: 0.85;
  pointer-events: none;
}
.prose-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.34),
    0 0 32px rgba(255, 183, 0, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.prose-card h2 {
  font-family: "Montserrat", system-ui, sans-serif;
  margin-top: 0;
  margin-bottom: 0.65rem;
}
.prose-card p {
  color: #d5e0ea;
  margin: 0 0 0.85rem;
}
.prose-card p:last-child {
  margin-bottom: 0;
}
.prose-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 1.1rem 0 0.5rem !important;
}

.link-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.link-list li {
  margin: 0;
}
.link-list a {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.75rem;
  border-radius: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.2);
  color: var(--accent);
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.link-list a::before {
  content: "";
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 0.25rem;
  background: linear-gradient(135deg, rgba(255, 183, 0, 0.35), rgba(179, 107, 255, 0.35));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.link-list a:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 183, 0, 0.35);
  transform: translateX(3px);
  text-decoration: none;
}

.text-cta {
  display: inline-flex;
  align-items: center;
  margin-top: 0.35rem;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.5rem 0;
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 180ms ease, border-color 180ms ease;
}
.text-cta:hover {
  color: #ffd45e;
  border-bottom-color: rgba(255, 183, 0, 0.5);
  text-decoration: none;
}

.media-frame {
  position: relative;
  border-radius: 1rem;
  padding: 3px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(90, 168, 255, 0.15), rgba(179, 107, 255, 0.2));
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.section-showcase .media-frame:hover {
  transform: translateY(-2px);
  box-shadow:
    0 28px 52px rgba(0, 0, 0, 0.45),
    0 0 36px rgba(120, 180, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}
.media-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.35);
}
.media-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: calc(1rem - 3px);
  border: none;
  box-shadow: none;
  background: #0b1723;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(9, 18, 29, 0.9);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 82px; }
.brand img { width: 170px; max-width: 45vw; }
.main-nav { display: flex; flex-wrap: wrap; gap: 0.7rem; justify-content: flex-end; align-items: center; }
.main-nav a {
  color: #d5e0ea;
  font-weight: 600;
  font-size: 0.93rem;
  font-family: inherit;
  line-height: 1.2;
  border-radius: 999px;
  padding: 0.22rem 0.55rem;
  transition: background-color 180ms ease, color 180ms ease;
}
.main-nav a:hover:not(.nav-login-btn) {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  text-decoration: none;
}
.nav-dropdown { position: relative; }
.nav-dropdown-toggle {
  background: transparent;
  border: 0;
  color: #d5e0ea;
  font-weight: 600;
  font-size: 0.93rem;
  font-family: inherit;
  line-height: 1.2;
  border-radius: 999px;
  padding: 0.22rem 0.7rem;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease;
}
.nav-dropdown-toggle::after {
  content: "▾";
  margin-left: 0.35rem;
  font-size: 0.82em;
  opacity: 0.85;
}
.nav-dropdown-toggle:hover,
.nav-dropdown.open .nav-dropdown-toggle {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.nav-submenu {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  min-width: 220px;
  background: #0d1d2a;
  border: 1px solid var(--line);
  border-radius: 0.65rem;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.35);
  padding: 0.35rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px) scale(0.98);
  transform-origin: top left;
  transition: opacity 180ms ease, transform 200ms ease, visibility 200ms ease;
  z-index: 30;
}
.nav-dropdown.open .nav-submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.nav-submenu a {
  display: block;
  padding: 0.45rem 0.6rem;
  border-radius: 0.45rem;
  font-size: 0.93rem;
  font-weight: 600;
  letter-spacing: 0;
  color: #d5e0ea;
  font-family: inherit;
}
.main-nav .nav-login-btn {
  color: #1e1300 !important;
  background: linear-gradient(180deg, #ffc93d, #e29b00);
  border: 1px solid rgba(255, 223, 130, 0.5);
  border-radius: 0.6rem !important;
  padding: 0.45rem 0.9rem !important;
  box-shadow: 0 8px 14px rgba(170, 110, 0, 0.3);
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease,
    transform 180ms ease;
}
.main-nav .nav-login-btn:hover {
  color: #1e1300 !important;
  background: linear-gradient(180deg, #ffd257, #eba100) !important;
  filter: brightness(1.04);
  box-shadow: 0 10px 20px rgba(170, 110, 0, 0.38);
  transform: translateY(-1px);
  text-decoration: none;
}
.main-nav .nav-login-btn:active {
  transform: translateY(0);
  filter: brightness(0.98);
}
.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  font-family: inherit;
  font-size: 0.93rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 0.5rem 0.75rem;
  border-radius: 0.35rem;
}

.hero h1, h2, h3, .kicker {
  font-family: "Montserrat", system-ui, sans-serif;
  margin-top: 0;
}
.hero {
  padding-top: 7rem;
  padding-bottom: 6rem;
  isolation: isolate;
}
.hero h1 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  margin-bottom: 0.5rem;
  text-wrap: balance;
}
.kicker { color: var(--accent); letter-spacing: 0.08em; font-weight: 800; text-transform: uppercase; }
.promo { font-size: clamp(1.2rem, 2.5vw, 1.8rem); margin: 1rem 0 0.6rem; }
.promo strong { color: var(--accent-2); }
.fine-print { color: var(--muted); margin: 0; }
.hero-glow {
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(26px);
  z-index: -1;
}
.hero-glow-a {
  width: 360px;
  height: 360px;
  left: max(1rem, 8vw);
  top: 4.5rem;
  background: radial-gradient(circle, rgba(179, 107, 255, 0.38), rgba(179, 107, 255, 0));
}
.hero-glow-b {
  width: 420px;
  height: 420px;
  right: max(1rem, 7vw);
  top: 3rem;
  background: radial-gradient(circle, rgba(255, 183, 0, 0.25), rgba(255, 183, 0, 0));
}
.hero-stats {
  margin: 2.5rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 880px;
}
.hero-stat {
  --stat-glow: rgba(255, 183, 0, 0.22);
  --stat-border: rgba(255, 255, 255, 0.18);
  --stat-icon-bg: linear-gradient(145deg, rgba(255, 183, 0, 0.35), rgba(179, 107, 255, 0.2));
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
  padding: 1.35rem 1rem 1.25rem;
  border-radius: 1rem;
  border: 1px solid var(--stat-border);
  background:
    radial-gradient(120% 80% at 50% -20%, var(--stat-glow), transparent 55%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.1), rgba(6, 14, 24, 0.92));
  backdrop-filter: blur(10px);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.hero-stat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--stat-glow), transparent);
  opacity: 0.9;
  pointer-events: none;
}
.hero-stat:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.5),
    0 0 48px var(--stat-glow),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}
.hero-stat--datacenters {
  --stat-glow: rgba(120, 200, 255, 0.45);
  --stat-border: rgba(120, 200, 255, 0.35);
  --stat-icon-bg: linear-gradient(145deg, rgba(140, 210, 255, 0.45), rgba(80, 140, 220, 0.2));
}
.hero-stat--support {
  --stat-glow: rgba(255, 183, 0, 0.5);
  --stat-border: rgba(255, 200, 100, 0.4);
  --stat-icon-bg: linear-gradient(145deg, rgba(255, 210, 100, 0.5), rgba(255, 150, 40, 0.22));
}
.hero-stat--guarantee {
  --stat-glow: rgba(200, 140, 255, 0.45);
  --stat-border: rgba(200, 160, 255, 0.38);
  --stat-icon-bg: linear-gradient(145deg, rgba(210, 170, 255, 0.45), rgba(140, 90, 220, 0.25));
}
.hero-stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.65rem;
  height: 3.65rem;
  margin-bottom: 0.15rem;
  border-radius: 50%;
  color: #fff;
  background: var(--stat-icon-bg);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 6px 20px rgba(0, 0, 0, 0.35);
  filter: drop-shadow(0 0 12px var(--stat-glow));
}
.hero-stat-icon svg {
  display: block;
  width: 1.65rem;
  height: 1.65rem;
}
.hero-stat-value {
  font-family: "Montserrat", system-ui, sans-serif;
  display: block;
  font-size: clamp(1.85rem, 4.2vw, 2.65rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #fff;
  text-shadow:
    0 0 28px var(--stat-glow),
    0 2px 12px rgba(0, 0, 0, 0.5);
}
.hero-stat-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); margin-bottom: 0.8rem; }
.section-intro { color: var(--muted); margin-bottom: 1.6rem; }

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}
.price-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: linear-gradient(190deg, rgba(255,255,255,0.07), rgba(0,0,0,0.35));
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  padding: 1.15rem;
  position: relative;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  /* Clip top accent + children to rounded corners (badge stays inset, safe) */
  overflow: hidden;
}
.price-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 0.75rem 0.75rem 0 0;
  background: linear-gradient(90deg, rgba(255, 183, 0, 0.75), rgba(179, 107, 255, 0.75));
  opacity: 0.9;
  pointer-events: none;
  z-index: 1;
}
.price-card.featured::before {
  background: linear-gradient(90deg, rgba(179, 107, 255, 0.95), rgba(255, 183, 0, 0.85));
  height: 3px;
}
.price-card h3 {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 1.28rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
  color: #f2f7fb;
}
.price-card:hover {
  transform: translateY(-4px);
  border-color: #2d4860;
  box-shadow: 0 16px 26px rgba(0, 0, 0, 0.3);
}
.price-card.featured {
  border-color: #7f5aff;
  box-shadow: 0 0 0 1px rgba(127, 90, 255, 0.25), 0 18px 30px rgba(0, 0, 0, 0.35);
}
.price-card .badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  left: auto;
  transform: none;
  margin: 0;
  z-index: 2;
  background: linear-gradient(180deg, #ffd45e, #e8a200);
  color: #1e1300;
  font-weight: 800;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  white-space: nowrap;
}
.price { font-size: 2rem; font-weight: 800; margin: 0.4rem 0; }
.price span { font-size: 1rem; vertical-align: top; }
.price small { font-size: 1rem; color: var(--muted); margin-left: 0.12rem; }
.year-price { color: var(--muted); font-size: 0.9rem; margin-top: 0; }
.price-card ul {
  flex: 1 1 auto;
  padding-left: 0;
  margin: 1rem 0 1rem;
  list-style: none;
}
.price-card li {
  margin-bottom: 0.48rem;
  color: #dce6ef;
  padding-left: 1.55rem;
  position: relative;
  font-size: 0.92rem;
  line-height: 1.4;
}
.price-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 1.05rem;
  height: 1.05rem;
  font-size: 0.58rem;
  font-weight: 900;
  line-height: 1.05rem;
  text-align: center;
  color: #1a1204;
  background: linear-gradient(180deg, #ffc93d, #d99a00);
  border-radius: 0.22rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.price-card .btn {
  display: block;
  width: 100%;
  margin-top: auto;
  padding-top: 0.78rem;
  padding-bottom: 0.78rem;
  text-align: center;
  box-sizing: border-box;
}

.btn {
  --btn-top: #ffc93d;
  --btn-bottom: #e29b00;
  --btn-text: #1e1300;
  display: inline-block;
  background: linear-gradient(180deg, var(--btn-top), var(--btn-bottom));
  color: var(--btn-text);
  font-weight: 800;
  border-radius: 0.65rem;
  padding: 0.72rem 1.08rem;
  text-decoration: none;
  border: 1px solid rgba(255, 223, 130, 0.45);
  box-shadow:
    inset 0 1px 0 rgba(255, 245, 208, 0.68),
    inset 0 -1px 0 rgba(124, 72, 0, 0.28),
    0 12px 16px rgba(170, 110, 0, 0.26);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease, background 180ms ease;
  position: relative;
  overflow: hidden;
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 25%, rgba(255, 255, 255, 0.32) 45%, transparent 65%);
  transform: translateX(-140%);
  transition: transform 420ms ease;
  pointer-events: none;
}
.btn:hover {
  background: linear-gradient(180deg, #ffd257, #eba100);
  filter: brightness(1.04);
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 245, 208, 0.76),
    inset 0 -1px 0 rgba(124, 72, 0, 0.24),
    0 16px 24px rgba(170, 110, 0, 0.36);
}
.btn:hover::before {
  transform: translateX(140%);
}
.btn:active {
  transform: translateY(0);
  background: linear-gradient(180deg, #efbb2f, #dc9400);
  box-shadow:
    inset 0 2px 4px rgba(124, 72, 0, 0.25),
    0 6px 12px rgba(170, 110, 0, 0.25);
}
.btn:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 2px #08131d,
    0 0 0 4px rgba(255, 183, 0, 0.7),
    inset 0 1px 0 rgba(255, 245, 208, 0.68),
    0 12px 16px rgba(170, 110, 0, 0.26);
}
.btn.large {
  min-width: min(100%, 260px);
  margin: 0.35rem;
  padding: 0.84rem 1.2rem;
  border-radius: 0.72rem;
}
.btn.xl {
  padding: 0.98rem 1.52rem;
  font-size: 1.1rem;
  border-radius: 0.78rem;
}

.button-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1.15rem;
}
.section.cta-band .button-grid .btn.large {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}
.section.cta-band .button-grid .btn.large:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 245, 208, 0.76),
    inset 0 -1px 0 rgba(124, 72, 0, 0.24),
    0 16px 28px rgba(170, 110, 0, 0.38),
    0 0 24px rgba(255, 183, 0, 0.12);
}
.feature-cols { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.feature-cols article {
  background: linear-gradient(165deg, rgba(255,255,255,0.03), rgba(0,0,0,0.3));
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  padding: 1rem;
}
.feature-cols h3 {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: #eef4f8;
}
.feature-cols p { color: var(--muted); margin-bottom: 0; }

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: center;
}
.section-showcase .split {
  gap: 2rem;
}
.split.reverse > *:first-child { order: 2; }

.site-footer {
  padding: 1.6rem 0 2.5rem;
  background: linear-gradient(180deg, #070f18, #050c14);
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.footer-links a {
  color: #c4d2de;
  font-size: 0.94rem;
  padding: 0.2rem 0.35rem;
  border-radius: 0.35rem;
  transition: color 160ms ease, background 160ms ease;
}
.footer-links a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  text-decoration: none;
}

.back-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.08), #142637);
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  opacity: 0.92;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, opacity 180ms ease;
}
.back-to-top:hover {
  opacity: 1;
  transform: translateY(-3px);
  border-color: rgba(255, 183, 0, 0.35);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.4),
    0 0 20px rgba(255, 183, 0, 0.12);
}
.back-to-top:active {
  transform: translateY(-1px);
}

@media (max-width: 980px) {
  .pricing-grid, .feature-cols, .split { grid-template-columns: 1fr; }
  .section-showcase .split {
    gap: 1.35rem;
  }
  .prose-card {
    padding: 1.15rem 1.05rem;
  }
  .hero-stats { grid-template-columns: 1fr; max-width: 360px; }
  .split.reverse > *:first-child { order: initial; }
  .menu-toggle { display: inline-flex; }
  .main-nav {
    display: none;
    position: absolute;
    top: 82px;
    right: 4vw;
    left: 4vw;
    background: #0c1b29;
    border: 1px solid var(--line);
    border-radius: 0.6rem;
    padding: 0.7rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0.45rem;
  }
  .main-nav.open { display: flex; }
  .main-nav > a, .nav-dropdown-toggle, .nav-login-btn {
    width: 100%;
    text-align: left;
    padding: 0.58rem 0.7rem;
  }
  .nav-dropdown {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  /* Collapsed: no layout space for submenu items until toggled open */
  .nav-submenu {
    position: static;
    min-width: unset;
    margin: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    border: 0 solid transparent;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 0.55rem;
    transform-origin: top center;
    transform: translateY(-4px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      max-height 280ms ease,
      padding 280ms ease,
      margin 280ms ease,
      opacity 200ms ease,
      transform 200ms ease,
      border-width 0ms linear 280ms,
      visibility 0ms linear 280ms;
  }
  .nav-dropdown.open .nav-submenu {
    max-height: min(22rem, 75vh);
    margin-top: 0.45rem;
    padding: 0.45rem 0.3rem;
    border: 1px solid var(--line);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition:
      max-height 280ms ease,
      padding 280ms ease,
      margin 280ms ease,
      opacity 220ms ease,
      transform 220ms ease,
      border-width 0ms,
      visibility 0ms;
  }
  .nav-submenu a {
    padding: 0.52rem 0.62rem;
  }
  .nav-login-btn {
    text-align: center !important;
    margin-top: 0.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .prose-card:hover,
  .section-showcase .media-frame:hover,
  .back-to-top:hover,
  .back-to-top:active {
    transform: none;
  }
  .section.cta-trust .feature-cols article:hover .trust-card-icon {
    transform: none;
  }
  .hero-stat:hover {
    transform: none;
  }
  .nav-submenu {
    transition: none;
    transform: none;
  }
  .section.cta-trust .feature-cols article {
    transition: none;
  }
  .section.cta-trust .feature-cols article:hover {
    transform: none;
  }
  .link-list a:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 480ms ease, transform 520ms ease;
  }
  .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
}
