/* =========================================================
   MAIRA – Marketing + AI
   One-page futuristic dark UI
   ========================================================= */

/* -----------  RESET / BASE  ----------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }

:root {
  /* Colors */
  --purple: #8623E8;
  --blue: #0162C6;
  --navy: #01154C;
  --graphite: #2F2F33;
  --near-white: #D7D6D6;

  --bg-0: #02050d;
  --bg-1: #050b1f;
  --bg-2: #07123a;
  --bg-3: #101827;
  --panel: rgba(4, 9, 24, 0.86);
  --panel-strong: rgba(5, 12, 32, 0.96);
  --line: rgba(215, 214, 214, 0.1);
  --line-strong: rgba(134, 35, 232, 0.42);

  --text: #ffffff;
  --text-dim: var(--near-white);
  --text-mute: rgba(215, 214, 214, 0.58);

  --violet-500: var(--purple);
  --violet-600: var(--purple);
  --violet-700: var(--purple);
  --violet-300: var(--near-white);
  --cyan-400:  var(--blue);
  --magenta:   var(--purple);

  --grad-1: linear-gradient(135deg, #8623E8 0%, #0162C6 100%);
  --grad-2: linear-gradient(135deg, #D7D6D6 0%, #8623E8 54%, #0162C6 100%);
  --grad-3: linear-gradient(120deg, #02050d 0%, #01154C 58%, #2F2F33 100%);

  /* Layout */
  --container: 1200px;
  --radius: 8px;
  --radius-lg: 10px;

  /* Shadows / Glow */
  --glow-violet: 0 0 42px rgba(134, 35, 232, 0.38);
  --glow-soft: 0 14px 44px rgba(1, 98, 198, 0.18);
  --inset-line: inset 0 0 0 1px rgba(215, 214, 214, 0.1);

  /* Type */
  --font-sans: 'Raleway', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --font-display: 'Bebas Neue', 'Raleway', sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  background: var(--bg-0);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background-image:
    radial-gradient(900px 460px at 76% 2%, rgba(134, 35, 232, 0.16), transparent 64%),
    radial-gradient(720px 420px at 70% 36%, rgba(1, 98, 198, 0.12), transparent 62%),
    linear-gradient(180deg, #02050d 0%, #030816 46%, #02050d 100%);
  background-attachment: fixed;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: transparent; color: inherit; }
ul { list-style: none; }
input, select, textarea { font: inherit; color: inherit; }

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: #fff; color: #000; padding: 10px 14px; border-radius: 6px; z-index: 9999;
}
.skip-link:focus { left: 16px; top: 16px; }

/* Force [hidden] to actually hide regardless of subsequent display rules */
[hidden] { display: none !important; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

/* -----------  TYPOGRAPHY  ----------- */
h1, h2, h3, h4, h5 { font-family: var(--font-display); font-weight: 400; line-height: 0.98; letter-spacing: 0.025em; text-transform: uppercase; }

.section-title {
  font-size: clamp(2.1rem, 4vw, 3.55rem);
  font-weight: 400;
  margin-bottom: 12px;
}
.section-title.big { font-size: clamp(2.35rem, 4.8vw, 4.25rem); }
.section-title.centered { text-align: center; }
.section-sub {
  color: var(--text-dim);
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}

.kicker {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blue);
  padding: 6px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(1, 98, 198, 0.08);
  margin-bottom: 16px;
}
.kicker.centered { display: block; width: max-content; margin: 0 auto 16px; }

.eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 18px;
}

.grad-text {
  background: var(--grad-2);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* -----------  BUTTONS  ----------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 20px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.05rem;
  border-radius: 5px;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
  white-space: nowrap;
  cursor: pointer;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.btn .arrow { transition: transform .25s ease; }
.btn:hover .arrow { transform: translateX(4px); }

.btn-primary {
  background: var(--grad-1);
  color: #fff;
  border: 1px solid rgba(215, 214, 214, 0.18);
  box-shadow: 0 0 24px rgba(134, 35, 232, 0.34), inset 0 0 0 1px rgba(255,255,255,0.08);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 0 34px rgba(134, 35, 232, 0.54), 0 0 26px rgba(1, 98, 198, 0.32); }

.btn-outline {
  border: 1px solid var(--line-strong);
  color: var(--text);
  background: rgba(2, 5, 13, 0.58);
  backdrop-filter: blur(8px);
}
.btn-outline:hover { border-color: var(--blue); background: rgba(1, 98, 198, 0.1); transform: translateY(-2px); }

.btn-ghost {
  color: var(--text);
  border: 1px solid var(--line);
  background: transparent;
}
.btn-ghost:hover { border-color: var(--blue); background: rgba(1, 98, 198, 0.14); }

.btn-sm { padding: 10px 16px; font-size: 0.875rem; }
.btn-lg { padding: 16px 28px; font-size: 1rem; }

/* -----------  HEADER  ----------- */
.site-header {
  position: fixed; inset: 0 0 auto 0;
  z-index: 100;
  padding: 10px 0;
  background: rgba(2, 5, 13, 0.78);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, padding .3s ease;
}
.site-header.scrolled {
  background: rgba(2, 7, 22, 0.92);
  border-bottom-color: var(--line);
  padding: 8px 0;
}

.header-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}

.brand { display: inline-flex; align-items: center; }
.brand-logo { height: 126px; width: auto; }

.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav a {
  font-family: var(--font-display);
  font-size: 1rem; font-weight: 400; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--text-dim);
  transition: color .2s ease;
}
.primary-nav a:hover { color: #fff; }

.header-cta { box-shadow: 0 0 18px rgba(134, 35, 232, 0.36); }

.menu-toggle {
  display: none;
  width: 42px; height: 42px;
  border-radius: 6px;
  background: rgba(1, 98, 198, 0.1);
  border: 1px solid var(--line);
  flex-direction: column; justify-content: center; align-items: center; gap: 5px;
}
.menu-toggle span {
  display: block; width: 18px; height: 2px; background: #fff; border-radius: 2px;
  transition: transform .3s ease, opacity .3s ease;
}
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav {
  display: none;
  flex-direction: column; gap: 6px;
  padding: 16px 24px 24px;
  background: rgba(2, 5, 13, 0.98);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.mobile-nav a {
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 500;
  color: var(--text);
}
.mobile-nav a:hover { background: rgba(134, 35, 232, 0.14); }
.mobile-cta { justify-content: center; margin-top: 8px; }

/* -----------  HERO  ----------- */
.hero {
  position: relative;
  padding: 128px 0 64px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(2, 5, 13, 0.1) 0%, rgba(2, 5, 13, 0.88) 100%),
    radial-gradient(560px 300px at 72% 46%, rgba(134, 35, 232, 0.24), transparent 64%);
}

.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.orb {
  position: absolute; border-radius: 28px;
  filter: blur(86px); opacity: 0.34;
  transform: rotate(-18deg);
}
.orb-1 {
  width: 520px; height: 520px;
  background: linear-gradient(135deg, #8623E8 0%, transparent 72%);
  top: -120px; left: -120px;
  animation: floatY 12s ease-in-out infinite;
}
.orb-2 {
  width: 600px; height: 600px;
  background: linear-gradient(135deg, #0162C6 0%, transparent 72%);
  bottom: -200px; right: -150px;
  animation: floatY 14s ease-in-out infinite reverse;
}
@keyframes floatY {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-30px); }
}
.grid-overlay {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(1, 98, 198, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(134, 35, 232, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(ellipse at 68% 34%, #000 24%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse at 68% 34%, #000 24%, transparent 72%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-title {
  font-size: clamp(3.25rem, 6.4vw, 6.4rem);
  font-weight: 400;
  margin-bottom: 18px;
  line-height: 0.9;
  text-transform: uppercase;
}
.hero-sub {
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  color: #fff;
  margin-bottom: 14px;
  font-weight: 500;
}
.hero-support {
  color: rgba(215, 214, 214, 0.72);
  max-width: 540px;
  margin-bottom: 30px;
  font-size: 0.95rem;
}

.cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 22px; }

.micro-reassurance {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.875rem;
  color: var(--text-dim);
  padding: 10px 16px;
  background: rgba(2, 5, 13, 0.72);
  border: 1px solid var(--line);
  border-radius: 999px;
}
.dot-pulse {
  width: 8px; height: 8px; background: var(--blue); border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(1, 98, 198, 0.7);
  animation: pulse 1.8s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(1, 98, 198, 0.6); }
  70% { box-shadow: 0 0 0 12px rgba(1, 98, 198, 0); }
  100% { box-shadow: 0 0 0 0 rgba(1, 98, 198, 0); }
}

/* Hero visual: AI chip */
.hero-visual { position: relative; min-height: 460px; }
.chip-stage {
  position: relative; width: 100%; height: 100%;
  min-height: 460px;
  display: grid; place-items: center;
}
.ring {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(134, 35, 232, 0.38);
}
.ring-1 { width: 380px; height: 380px; animation: spin 36s linear infinite; }
.ring-2 { width: 540px; height: 540px; border-style: solid; border-color: rgba(1, 98, 198, 0.22); animation: spin 60s linear infinite reverse; }
@keyframes spin { to { transform: rotate(360deg); } }

.chip {
  position: relative;
  width: 180px; height: 180px;
  border-radius: 14px;
  background: linear-gradient(135deg, #8623E8 0%, #01154C 58%, #02050d 100%);
  display: grid; place-items: center;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.06),
    0 0 46px rgba(134, 35, 232, 0.48),
    0 0 42px rgba(1, 98, 198, 0.24),
    inset 0 0 58px rgba(1, 98, 198, 0.18);
  animation: chipPulse 4s ease-in-out infinite;
}
@keyframes chipPulse {
  0%, 100% { box-shadow: 0 0 0 1px rgba(255,255,255,0.08), 0 0 46px rgba(134, 35, 232, 0.48), 0 0 42px rgba(1, 98, 198, 0.24), inset 0 0 58px rgba(1, 98, 198, 0.18); }
  50% { box-shadow: 0 0 0 1px rgba(255,255,255,0.12), 0 0 58px rgba(134, 35, 232, 0.62), 0 0 56px rgba(1, 98, 198, 0.34), inset 0 0 76px rgba(134, 35, 232, 0.3); }
}
.chip-core {
  font-family: var(--font-display);
  font-size: 3.6rem;
  font-weight: 700;
  background: linear-gradient(180deg, #fff 0%, #D7D6D6 36%, #0162C6 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.chip-leg {
  position: absolute;
  background: linear-gradient(90deg, #8623E8, transparent);
  border-radius: 2px;
}
.chip-leg.t { top: -28px; left: 50%; transform: translateX(-50%); width: 4px; height: 28px; background: linear-gradient(0deg, #8623E8, transparent); }
.chip-leg.b { bottom: -28px; left: 50%; transform: translateX(-50%); width: 4px; height: 28px; background: linear-gradient(180deg, #8623E8, transparent); }
.chip-leg.l { left: -28px; top: 50%; transform: translateY(-50%); width: 28px; height: 4px; background: linear-gradient(-90deg, #8623E8, transparent); }
.chip-leg.r { right: -28px; top: 50%; transform: translateY(-50%); width: 28px; height: 4px; background: linear-gradient(90deg, #8623E8, transparent); }

.float-icon {
  position: absolute;
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--text-dim);
  text-align: center;
  width: 86px;
}
.float-icon svg {
  width: 38px; height: 38px;
  padding: 8px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(4, 9, 24, 0.92), rgba(1, 21, 76, 0.78));
  border: 1px solid var(--line-strong);
  color: var(--violet-300);
  box-shadow: 0 0 22px rgba(134, 35, 232, 0.22);
  animation: floatBob 6s ease-in-out infinite;
}
.fi-1 { top: 8%;  left: 8%; }
.fi-2 { top: 4%;  right: 8%; }
.fi-3 { top: 42%; right: -2%; }
.fi-4 { top: 42%; left: -2%; }
.fi-5 { bottom: 8%; left: 14%; }
.fi-6 { bottom: 4%; right: 14%; }
.fi-2 svg { animation-delay: -1s; }
.fi-3 svg { animation-delay: -2s; }
.fi-4 svg { animation-delay: -3s; }
.fi-5 svg { animation-delay: -4s; }
.fi-6 svg { animation-delay: -5s; }

@keyframes floatBob {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}

/* -----------  PAIN STRIP  ----------- */
.pain-strip {
  background: linear-gradient(90deg, rgba(1, 21, 76, 0.86), rgba(134, 35, 232, 0.24), rgba(2, 5, 13, 0.92));
  border-block: 1px solid var(--line-strong);
  padding: 22px 0;
  position: relative;
}
.pain-inner {
  display: flex; align-items: center; gap: 22px; flex-wrap: wrap;
}
.pain-icon {
  width: 44px; height: 44px;
  border-radius: 8px;
  display: grid; place-items: center;
  background: rgba(2, 5, 13, 0.62);
  color: var(--violet-300);
  flex-shrink: 0;
}
.pain-icon svg { width: 22px; height: 22px; }
.pain-text { flex: 1; min-width: 220px; }
.pain-text strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.6vw, 1.35rem);
  font-weight: 700;
  letter-spacing: 0;
}
.pain-text span { color: var(--text-dim); font-size: 0.95rem; }

/* -----------  SECTION BASE  ----------- */
.section { padding: 86px 0; position: relative; }

.center-cta { text-align: center; margin-top: 36px; }
.center-cta.double { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* -----------  WHO  ----------- */
.cards.three-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 12px;
}
.card {
  background: linear-gradient(180deg, rgba(5, 12, 32, 0.94) 0%, rgba(2, 5, 13, 0.9) 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.card:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
  box-shadow: var(--glow-soft);
}
.card-icon {
  width: 52px; height: 52px;
  border-radius: 8px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(134, 35, 232, 0.18), rgba(1, 98, 198, 0.1));
  color: var(--violet-300);
  margin-bottom: 18px;
}
.card-icon svg { width: 26px; height: 26px; }
.card h3 { font-size: 1.25rem; margin-bottom: 8px; }
.card p { color: var(--text-dim); font-size: 0.95rem; }

/* -----------  VALUE  ----------- */
.value-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-top: 40px;
}
.value-row {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.value-row:last-of-type { border-bottom: 0; }
.vrow-icon {
  width: 56px; height: 56px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(134, 35, 232, 0.18), rgba(1, 98, 198, 0.08));
  border: 1px solid var(--line-strong);
  color: var(--violet-300);
  display: grid; place-items: center;
}
.vrow-icon svg { width: 26px; height: 26px; }
.value-row h4 { font-size: 1.1rem; font-family: var(--font-display); margin-bottom: 4px; }
.value-row p { color: var(--text-dim); font-size: 0.95rem; }

.inline-cta { margin-top: 26px; }

.value-visual {
  display: grid; place-items: center;
}
.dashboard-mock {
  width: 100%;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(7, 18, 58, 0.94) 0%, #02050d 100%);
  border: 1px solid var(--line-strong);
  padding: 22px;
  box-shadow: 0 24px 70px rgba(1, 98, 198, 0.16);
  position: relative;
  overflow: hidden;
}
.dashboard-mock::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(400px 200px at 80% -10%, rgba(134, 35, 232, 0.2), transparent 60%);
  pointer-events: none;
}
.dash-bar {
  height: 8px; width: 80px; border-radius: 4px;
  background: linear-gradient(90deg, var(--violet-500), var(--cyan-400));
  margin-bottom: 18px;
}
.dash-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 18px; position: relative; }
.dash-card {
  background: rgba(2, 5, 13, 0.62);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 16px;
}
.dash-label { display: block; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--text-mute); margin-bottom: 6px; }
.dash-num { font-family: var(--font-display); font-size: 1.6rem; font-weight: 700; color: #fff; }
.dash-chart { height: 140px; position: relative; }
.dash-chart svg { width: 100%; height: 100%; }

/* -----------  PACKAGES  ----------- */
.pkg-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 30px;
}
.pkg-card {
  background: linear-gradient(180deg, rgba(5, 12, 32, 0.96) 0%, rgba(2, 5, 13, 0.92) 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px 22px;
  display: flex; flex-direction: column;
  position: relative;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.pkg-card:hover { transform: translateY(-4px); box-shadow: var(--glow-soft); }

.pkg-card.popular {
  border-color: rgba(134, 35, 232, 0.68);
  background: linear-gradient(180deg, rgba(34, 12, 72, 0.9) 0%, rgba(3, 8, 22, 0.96) 100%);
  box-shadow: 0 0 44px rgba(134, 35, 232, 0.28), inset 0 0 0 1px rgba(215, 214, 214, 0.1);
  transform: translateY(-6px);
}

.pkg-card.setup-card { background: linear-gradient(180deg, rgba(4, 19, 54, 0.96) 0%, rgba(2, 5, 13, 0.92) 100%); }

.pkg-tag {
  position: absolute; top: 16px; right: 16px;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em;
  padding: 5px 10px; border-radius: 999px;
  background: rgba(1, 98, 198, 0.1);
  color: var(--cyan-400);
  border: 1px solid rgba(1, 98, 198, 0.45);
}
.badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--grad-1);
  color: #fff;
  padding: 6px 12px;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em;
  border-radius: 999px;
  box-shadow: 0 0 22px rgba(134, 35, 232, 0.42);
  white-space: nowrap;
}
.badge.dark {
  background: rgba(2, 5, 13, 0.72);
  color: var(--violet-300);
  border: 1px solid var(--line-strong);
  box-shadow: none;
}

.pkg-card h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-dim);
  font-weight: 600;
  margin-bottom: 14px;
}
.pkg-price {
  font-family: var(--font-display);
  font-size: 3.1rem;
  font-weight: 400;
  margin-bottom: 18px;
  background: var(--grad-2);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.pkg-price span {
  -webkit-text-fill-color: var(--text-mute);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-left: 4px;
}
.pkg-list { display: flex; flex-direction: column; gap: 10px; flex: 1; margin-bottom: 22px; }
.pkg-list li {
  position: relative;
  padding-left: 22px;
  font-size: 0.875rem;
  color: var(--text-dim);
  line-height: 1.5;
}
.pkg-list li::before {
  content: ''; position: absolute; left: 0; top: 8px;
  width: 12px; height: 6px;
  border-left: 2px solid var(--violet-500);
  border-bottom: 2px solid var(--violet-500);
  transform: rotate(-45deg);
}
.pkg-cta { justify-content: center; }
.pkg-note {
  font-size: 0.8rem; color: var(--text-mute); font-style: italic;
  border-top: 1px dashed var(--line);
  padding-top: 14px;
  margin-top: auto;
}
.pkg-pro-text { color: var(--text-dim); font-size: 0.95rem; flex: 1; margin-bottom: 22px; }

.terms-block {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.term {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(4, 9, 24, 0.82);
  display: flex; gap: 12px;
}
.term-icon {
  flex-shrink: 0;
  width: 28px; height: 28px;
  display: grid; place-items: center;
  border-radius: 6px;
  background: rgba(134, 35, 232, 0.24);
  color: var(--violet-300);
  font-weight: 700;
}
.term p { font-size: 0.85rem; color: var(--text-dim); }
.term p strong { color: #fff; display: block; margin-bottom: 4px; font-size: 0.92rem; }

/* -----------  PROCESS  ----------- */
.steps {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
  gap: 14px;
  align-items: stretch;
}
.step {
  background: linear-gradient(180deg, rgba(5, 12, 32, 0.94) 0%, rgba(2, 5, 13, 0.9) 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.step:hover { transform: translateY(-4px); border-color: var(--line-strong); box-shadow: var(--glow-soft); }
.step-num {
  font-family: var(--font-display);
  font-size: 2.2rem; font-weight: 400;
  background: var(--grad-2);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-bottom: 10px;
}
.step h4 { font-size: 1.05rem; margin-bottom: 6px; }
.step p { color: var(--text-dim); font-size: 0.9rem; }
.step-arrow {
  display: grid; place-items: center;
  color: var(--violet-500);
  font-size: 1.4rem;
}

/* -----------  WHY  ----------- */
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
}
.why-copy p { color: var(--text-dim); font-size: 1.05rem; margin-bottom: 14px; }
.why-copy .btn { margin-top: 16px; }
.why-visual { position: relative; }
.growth-svg { width: 100%; height: auto; }
.why-pills {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 18px; justify-content: center;
}
.pill {
  font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600;
  padding: 8px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(1, 98, 198, 0.12);
  color: var(--text-dim);
}

/* -----------  ABOUT  ----------- */
.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}
.about-copy p { color: var(--text-dim); margin-bottom: 14px; }
.about-copy strong { color: #fff; }

.proof-list {
  display: flex; flex-direction: column; gap: 10px;
  margin: 22px 0 28px;
}
.proof-list li {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.95rem;
  color: var(--text-dim);
}
.proof-list li span {
  width: 22px; height: 22px;
  display: grid; place-items: center;
  background: rgba(134, 35, 232, 0.24);
  color: var(--violet-300);
  border-radius: 50%;
  font-size: 0.75rem;
}

.about-visual { position: relative; }
.team-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: linear-gradient(135deg, rgba(7, 18, 58, 0.94) 0%, #02050d 100%);
  padding: 14px;
  min-height: 280px;
  align-items: end;
  box-shadow: 0 24px 70px rgba(1, 98, 198, 0.16);
}
.team-card {
  height: 240px;
  background: linear-gradient(180deg, rgba(134, 35, 232, 0.14) 0%, rgba(1, 98, 198, 0.05) 100%);
  border: 1px solid var(--line);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.silhouette {
  position: absolute; left: 50%; bottom: 0;
  width: 70%; transform: translateX(-50%);
  height: 80%;
  background:
    radial-gradient(circle at 50% 22%, rgba(134, 35, 232, 0.42) 0%, transparent 28%),
    linear-gradient(180deg, transparent 30%, rgba(134, 35, 232, 0.32) 60%, rgba(1, 98, 198, 0.14) 100%);
  border-radius: 50% 50% 0 0 / 36% 36% 0 0;
  filter: blur(0.6px);
}
.team-card:nth-child(2) .silhouette,
.team-card:nth-child(4) .silhouette { background:
  radial-gradient(circle at 50% 22%, rgba(1, 98, 198, 0.42) 0%, transparent 28%),
  linear-gradient(180deg, transparent 30%, rgba(1, 98, 198, 0.3) 60%, rgba(134, 35, 232, 0.14) 100%);
}
.myc-tag { text-align: center; font-size: 0.8rem; color: var(--text-mute); margin-top: 14px; letter-spacing: 0.06em; }
.myc-tag strong { color: var(--violet-300); }

/* -----------  FAQ  ----------- */
.faq-list { margin-top: 30px; max-width: 820px; margin-inline: auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: rgba(4, 9, 24, 0.82);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 4px 22px;
  transition: border-color .3s ease, background .3s ease;
}
.faq-item[open] { border-color: var(--line-strong); background: rgba(34, 12, 72, 0.52); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item .caret {
  width: 32px; height: 32px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: rgba(134, 35, 232, 0.2);
  color: var(--violet-300);
  font-weight: 600;
  font-size: 1.2rem;
  transition: transform .3s ease, background .3s ease;
}
.faq-item[open] .caret { transform: rotate(45deg); background: rgba(1, 98, 198, 0.32); }
.faq-item p { color: var(--text-dim); padding: 0 0 18px; font-size: 0.95rem; }

/* -----------  FINAL CTA  ----------- */
.final-cta { padding: 80px 0 120px; }
.final-card {
  position: relative;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(7, 18, 58, 0.96) 0%, #02050d 100%);
  border: 1px solid var(--line-strong);
  padding: 60px 40px;
  overflow: hidden;
  box-shadow: 0 0 64px rgba(134, 35, 232, 0.28), 0 0 52px rgba(1, 98, 198, 0.14);
}
.final-glow {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(600px 300px at 50% 0%, rgba(134, 35, 232, 0.24), transparent 70%),
    radial-gradient(400px 300px at 0% 100%, rgba(1, 98, 198, 0.16), transparent 70%),
    linear-gradient(135deg, transparent 0 58%, rgba(215, 214, 214, 0.08) 58% 61%, transparent 61% 100%);
}
.final-card .section-title { position: relative; }
.final-sub { color: var(--text-dim); margin-bottom: 32px; position: relative; }

.contact-form { position: relative; max-width: 760px; margin: 0 auto; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.form-row label.full { grid-column: 1 / -1; }
.contact-form label { display: block; }
.contact-form label > span {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-mute);
  margin-bottom: 6px;
  font-weight: 600;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  background: rgba(2, 5, 13, 0.68);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 14px 16px;
  color: #fff;
  outline: none;
  transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
  font-size: 0.95rem;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: var(--text-mute); }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--violet-500);
  background: rgba(4, 9, 24, 0.9);
  box-shadow: 0 0 0 4px rgba(134, 35, 232, 0.18);
}
.contact-form textarea { resize: vertical; min-height: 100px; }

.form-cta { display: flex; gap: 14px; margin-top: 8px; flex-wrap: wrap; align-items: center; }
.final-micro { text-align: center; font-size: 0.85rem; color: var(--text-mute); margin-top: 18px; }

.form-success {
  margin-top: 18px;
  background: rgba(1, 98, 198, 0.14);
  border: 1px solid rgba(1, 98, 198, 0.48);
  color: var(--near-white);
  padding: 18px 22px;
  border-radius: 14px;
  text-align: center;
}
.form-success strong { display: block; margin-bottom: 4px; color: #fff; }

/* -----------  FOOTER  ----------- */
.site-footer {
  background: linear-gradient(180deg, #030816 0%, #02050d 100%);
  border-top: 1px solid var(--line);
  padding: 60px 0 24px;
  position: relative;
  margin-top: 40px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 40px;
}
.foot-brand p { color: var(--text-mute); margin-top: 14px; max-width: 320px; font-size: 0.9rem; }
.foot-logo {
  height: 62px;
  width: auto;
  padding: 6px 10px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(4, 9, 24, 0.96), rgba(47, 47, 51, 0.54));
  border: 1px solid rgba(134, 35, 232, 0.34);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 10px 24px rgba(1, 98, 198, 0.22);
}

.foot-col h5 {
  font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 16px;
}
.foot-col ul { display: flex; flex-direction: column; gap: 10px; }
.foot-col li, .foot-col a, .foot-col p {
  font-size: 0.9rem; color: var(--text-mute);
  transition: color .2s ease;
}
.foot-col a:hover { color: #fff; }
.foot-col p { margin-bottom: 12px; }

.socials { display: flex; gap: 10px; margin-top: 14px; }
.socials a {
  width: 38px; height: 38px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: rgba(4, 9, 24, 0.82);
  border: 1px solid var(--line);
  color: var(--text-dim);
  transition: color .2s ease, border-color .2s ease, transform .2s ease;
}
.socials svg { width: 16px; height: 16px; }
.socials a:hover { color: #fff; border-color: var(--violet-500); transform: translateY(-2px); }

.foot-bottom {
  border-top: 1px solid var(--line);
  padding-top: 22px;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
  font-size: 0.85rem; color: var(--text-mute);
}
.foot-legal { display: flex; gap: 22px; }

/* -----------  STICKY CTA  ----------- */
.sticky-cta {
  position: fixed; bottom: 24px; right: 24px;
  z-index: 90;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px;
  background: var(--grad-1);
  color: #fff;
  border-radius: 6px;
  font-family: var(--font-display);
  font-weight: 400; font-size: 1.05rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 0 30px rgba(134, 35, 232, 0.44), 0 0 26px rgba(1, 98, 198, 0.18);
  opacity: 0; transform: translateY(20px) scale(0.92);
  transition: opacity .35s ease, transform .35s ease;
  pointer-events: none;
}
.sticky-cta.visible { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.sticky-cta svg { width: 18px; height: 18px; }
.sticky-cta:hover { transform: translateY(-2px) scale(1); box-shadow: 0 0 38px rgba(134, 35, 232, 0.58), 0 0 34px rgba(1, 98, 198, 0.26); }

/* -----------  REVEAL ANIMATIONS  ----------- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1080px) {
  .pkg-grid { grid-template-columns: repeat(3, 1fr); }
  .pkg-card.setup-card { grid-column: span 3; }
  .pkg-card.pro { grid-column: span 3; }
  .terms-block { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 960px) {
  .primary-nav, .header-cta { display: none; }
  .menu-toggle { display: flex; }
  .mobile-nav:not([hidden]) { display: flex; }
  .brand-logo { height: 52px; }
  .site-header.scrolled .brand-logo { height: 48px; }

  .hero { padding-top: 120px; padding-bottom: 60px; }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-visual { min-height: 380px; }
  .ring-2 { width: 460px; height: 460px; }

  .value-grid { grid-template-columns: 1fr; gap: 30px; }
  .why-grid { grid-template-columns: 1fr; gap: 30px; }
  .about-grid { grid-template-columns: 1fr; gap: 30px; }

  .steps {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .step-arrow { display: none; }

  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .foot-brand { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .section { padding: 70px 0; }
  .container { padding: 0 18px; }
  .brand { padding: 6px 10px; border-radius: 12px; }
  .brand-logo { height: 46px; }
  .site-header.scrolled .brand-logo { height: 42px; }
  .foot-logo { height: 52px; }

  .cards.three-col { grid-template-columns: 1fr; }

  .pkg-grid { grid-template-columns: 1fr; }
  .pkg-card.setup-card,
  .pkg-card.pro { grid-column: span 1; }
  .pkg-card.popular { transform: none; }
  .terms-block { grid-template-columns: 1fr; }

  .form-row { grid-template-columns: 1fr; }
  .final-card { padding: 40px 22px; }

  .footer-grid { grid-template-columns: 1fr; }
  .foot-bottom { flex-direction: column; text-align: center; }

  .sticky-cta {
    right: 12px; bottom: 12px;
    padding: 12px 16px; font-size: 0.85rem;
  }
  .sticky-cta span { display: inline; }

  .float-icon { width: 64px; font-size: 0.6rem; }
  .float-icon svg { width: 32px; height: 32px; }
  .ring-1 { width: 280px; height: 280px; }
  .ring-2 { width: 380px; height: 380px; }
  .chip { width: 140px; height: 140px; }
  .chip-core { font-size: 2.6rem; }

  .pain-text strong { font-size: 1.05rem; }
  .pain-inner { gap: 14px; }
}

@media (max-width: 480px) {
  .hero-title { font-size: 2.2rem; }
  .cta-row .btn { width: 100%; justify-content: center; }
  .micro-reassurance { font-size: 0.8rem; }
}
