/* Clear Path Recovery — Cyber Recovery Ops design system */
:root {
  --navy: #060d1a;
  --navy-2: #0c1a33;
  --navy-3: #132847;
  --ink: #e8eef8;
  --ink-dim: #9aabbf;
  --muted: #7d90a8;
  --teal: #14b8a6;
  --teal-2: #0d9488;
  --teal-bright: #2dd4bf;
  --teal-soft: rgba(20, 184, 166, 0.14);
  --cyan: #22d3ee;
  --gold: #fbbf24;
  --danger: #f87171;
  --success: #34d399;
  --surface: rgba(12, 26, 51, 0.72);
  --surface-solid: #0e1f3a;
  --surface-2: rgba(19, 40, 71, 0.9);
  --border: rgba(148, 163, 184, 0.16);
  --border-strong: rgba(45, 212, 191, 0.28);
  --glow: 0 0 40px rgba(20, 184, 166, 0.18);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  --shadow-sm: 0 10px 28px rgba(0, 0, 0, 0.28);
  --radius: 18px;
  --radius-sm: 12px;
  --max: 1160px;
  --font: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
  --mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  background:
    radial-gradient(ellipse 90% 60% at 10% -10%, rgba(20, 184, 166, 0.12), transparent 50%),
    radial-gradient(ellipse 70% 50% at 100% 0%, rgba(34, 211, 238, 0.08), transparent 45%),
    radial-gradient(ellipse 80% 40% at 50% 100%, rgba(13, 148, 136, 0.08), transparent 50%),
    linear-gradient(180deg, #050a14 0%, #0a1628 40%, #07101f 100%);
  background-attachment: fixed;
  min-height: 100vh;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000 20%, transparent 75%);
}
img { max-width: 100%; display: block; }
a { color: var(--teal-bright); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: #99f6e4; }
h1, h2, h3, h4 {
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 0 0 0.55em;
  color: #f1f5f9;
  font-weight: 750;
}
h1 { font-size: clamp(2.4rem, 5vw, 3.75rem); }
h2 { font-size: clamp(1.75rem, 3.2vw, 2.5rem); }
h3 { font-size: 1.15rem; }
p { margin: 0 0 1rem; color: var(--ink-dim); }
.lead { font-size: 1.12rem; color: var(--muted); max-width: 40rem; line-height: 1.7; }

.container { width: min(100% - 2rem, var(--max)); margin-inline: auto; position: relative; z-index: 1; }
.section { padding: 4.75rem 0; position: relative; z-index: 1; }
.section.alt {
  background: linear-gradient(180deg, rgba(8, 16, 32, 0.2), rgba(15, 118, 110, 0.05), rgba(8, 16, 32, 0.2));
  border-block: 1px solid var(--border);
}
.section.navy {
  background:
    radial-gradient(ellipse 70% 80% at 80% 20%, rgba(20, 184, 166, 0.12), transparent 55%),
    linear-gradient(145deg, #07111f 0%, #0c1f3a 100%);
  border-block: 1px solid var(--border);
  color: #c9d5e6;
}
.section.navy h2, .section.navy h3 { color: #fff; }
.section.navy p { color: #9fb0c7; }
.center { text-align: center; }
.mx-auto { margin-inline: auto; }
.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 0.75rem; }
.mb-2 { margin-bottom: 1.25rem; }
.mb-3 { margin-bottom: 2rem; }
.mt-0 { margin-top: 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}

/* Top bar */
.topbar {
  position: relative;
  z-index: 40;
  background: linear-gradient(90deg, rgba(6, 13, 26, 0.95), rgba(12, 30, 54, 0.95));
  border-bottom: 1px solid var(--border);
  color: var(--muted);
  font-size: 0.78rem;
  font-family: var(--mono);
  letter-spacing: 0.04em;
  padding: 0.55rem 0;
}
.topbar-inner, .topbar .container {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}
.topbar strong { color: var(--teal-bright); font-weight: 700; }
.topbar a {
  color: #cbd5e1;
  text-decoration: none;
  font-weight: 650;
}
.topbar a:hover { color: var(--teal-bright); }
.mini-stars { color: var(--gold); font-weight: 700; margin-right: 0.75rem; }
.mini-stars em { color: var(--muted); font-style: normal; font-weight: 500; }

/* Header / nav */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(6, 13, 26, 0.78);
  backdrop-filter: blur(16px) saturate(1.2);
  border-bottom: 1px solid var(--border);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 76px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: #fff;
}
.brand-logo {
  height: 42px;
  width: auto;
  filter: brightness(0) invert(1) drop-shadow(0 0 12px rgba(45, 212, 191, 0.35));
}
.brand-mark {
  width: 42px; height: 42px; border-radius: 12px;
  background: linear-gradient(135deg, var(--teal) 0%, #0e7490 100%);
  display: grid; place-items: center; color: #fff; font-weight: 800;
  box-shadow: var(--glow);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-text span:first-child { font-weight: 750; font-size: 1rem; color: #fff; }
.brand-text span:last-child { font-size: 0.7rem; color: var(--muted); font-family: var(--mono); letter-spacing: 0.06em; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.15rem 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.45rem 0.65rem;
  border-radius: 999px;
  transition: background .15s ease, color .15s ease;
}
.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: #fff;
  background: rgba(20, 184, 166, 0.12);
}
.nav-cta { display: flex; align-items: center; gap: 0.5rem; }
.nav-toggle {
  display: none;
  border: 1px solid var(--border);
  background: var(--surface-solid);
  border-radius: 10px;
  width: 44px; height: 44px;
  cursor: pointer;
}
.nav-toggle span {
  display: block; width: 18px; height: 2px; background: #e2e8f0; margin: 4px auto;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  padding: 0.85rem 1.35rem;
  font-weight: 700;
  font-size: 0.93rem;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: linear-gradient(135deg, #14b8a6 0%, #0e7490 55%, #155e75 100%);
  color: #fff;
  box-shadow: 0 12px 28px rgba(13, 148, 136, 0.35), inset 0 1px 0 rgba(255,255,255,0.2);
}
.btn-primary:hover { color: #fff; box-shadow: 0 16px 36px rgba(13, 148, 136, 0.45); }
.btn-secondary {
  background: rgba(15, 30, 55, 0.8);
  color: #e2e8f0;
  border-color: var(--border);
}
.btn-secondary:hover { color: #fff; border-color: var(--border-strong); background: rgba(20, 40, 70, 0.95); }
.btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.2);
}
.btn-ghost:hover { background: rgba(255,255,255,0.06); color: #fff; }
.btn-lg { padding: 1.05rem 1.6rem; font-size: 1rem; }
.btn-sm { padding: 0.5rem 0.9rem !important; font-size: 0.86rem !important; }

/* Hero */
.hero, .hero-cyber {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 5rem 0 4.25rem;
}
.hero-cyber-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero-cyber-ops {
  position: absolute; inset: 0;
  background: url("/assets/img/cyber-ops-bg.svg") center top / cover no-repeat;
  opacity: 0.22;
  filter: saturate(1.2) contrast(1.05);
  mix-blend-mode: screen;
}
.hero-cyber-scan {
  position: absolute; inset: -30% 0 auto 0; height: 50%;
  background: linear-gradient(180deg, transparent, rgba(45, 212, 191, 0.08), transparent);
  animation: cyberScan 10s ease-in-out infinite;
}
.hero-cyber-vignette {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 55% 70% at 20% 40%, rgba(6, 13, 26, 0.15), transparent 60%),
    linear-gradient(180deg, rgba(5, 10, 20, 0.2) 0%, rgba(5, 10, 20, 0.55) 100%);
}
.hero-cyber-content, .hero-grid { position: relative; z-index: 1; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.9fr;
  gap: 2.5rem;
  align-items: center;
}
@keyframes cyberScan {
  0%, 100% { transform: translateY(0); opacity: 0.3; }
  50% { transform: translateY(90%); opacity: 0.75; }
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-family: var(--mono);
  color: var(--teal-bright);
  background: rgba(20, 184, 166, 0.1);
  border: 1px solid rgba(45, 212, 191, 0.25);
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  margin-bottom: 1.15rem;
  box-shadow: 0 0 24px rgba(20, 184, 166, 0.12);
}
.hero h1 .accent,
.hero-cyber h1 .accent {
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
  background: linear-gradient(90deg, #2dd4bf, #22d3ee 60%, #a5f3fc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin: 1.5rem 0 1.25rem; }
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.15rem;
  font-size: 0.86rem;
  color: var(--muted);
  font-family: var(--mono);
  letter-spacing: 0.02em;
}
.trust-row span { display: inline-flex; align-items: center; gap: 0.4rem; }

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  margin: 1.75rem 0 0;
}
.trust-pill {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 0.95rem 1rem;
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow-sm);
  transition: border-color .15s ease, transform .15s ease;
}
.trust-pill:hover { border-color: var(--border-strong); transform: translateY(-2px); }
.trust-pill strong {
  display: block;
  color: #f8fafc;
  font-size: 0.88rem;
  margin-bottom: 0.25rem;
  letter-spacing: -0.01em;
}
.trust-pill span { color: var(--muted); font-size: 0.78rem; line-height: 1.4; display: block; }

.hero-card, .hero-card-cyber {
  background: linear-gradient(160deg, rgba(14, 31, 58, 0.92), rgba(8, 18, 36, 0.95));
  border: 1px solid var(--border-strong);
  border-radius: calc(var(--radius) + 4px);
  box-shadow: var(--shadow), var(--glow);
  padding: 1.5rem;
  backdrop-filter: blur(14px);
  position: relative;
  overflow: hidden;
}
.hero-card-cyber::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--teal-bright), var(--cyan), var(--teal), transparent);
  background-size: 200% 100%;
  animation: barShift 7s linear infinite;
}
@keyframes barShift {
  0% { background-position: 0% 0; }
  100% { background-position: 200% 0; }
}
.hero-card h3 { margin-bottom: 0.35rem; color: #fff; }
.hero-card ol {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}
.hero-card li {
  counter-increment: step;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 0.75rem;
  padding: 0.8rem 0;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 0.93rem;
}
.hero-card li::before {
  content: counter(step);
  width: 34px; height: 34px;
  border-radius: 50%;
  background: rgba(20, 184, 166, 0.15);
  border: 1px solid rgba(45, 212, 191, 0.35);
  color: var(--teal-bright);
  display: grid; place-items: center;
  font-weight: 800;
  font-size: 0.85rem;
  font-family: var(--mono);
}
.hero-card li strong { display: block; color: #f1f5f9; margin-bottom: 0.15rem; }

.ops-status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.55rem;
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--teal-bright);
  background: rgba(20, 184, 166, 0.1);
  border: 1px solid rgba(45, 212, 191, 0.25);
  border-radius: 999px;
  padding: 0.42rem 0.8rem;
  margin-bottom: 1rem;
  width: fit-content;
}
.ops-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.55);
  animation: pulse 1.8s infinite;
}
.ops-sep { opacity: 0.45; }
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.55); }
  70% { box-shadow: 0 0 0 10px rgba(52, 211, 153, 0); }
  100% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0); }
}

/* Cards / grids */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.15rem; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.15rem; }
.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.4rem;
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(10px);
  height: 100%;
  transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.card:hover {
  border-color: var(--border-strong);
  transform: translateY(-2px);
  box-shadow: var(--shadow), 0 0 30px rgba(20, 184, 166, 0.08);
}
.card .icon {
  width: 46px; height: 46px;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(20, 184, 166, 0.2), rgba(14, 116, 144, 0.15));
  border: 1px solid rgba(45, 212, 191, 0.3);
  color: var(--teal-bright);
  display: grid; place-items: center;
  margin-bottom: 1rem;
  font-size: 1.05rem;
  font-weight: 800;
  font-family: var(--mono);
}
.card p:last-child { margin-bottom: 0; }
.card h3 { color: #f8fafc; }

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.stat {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem;
}
.stat strong { display: block; font-size: 1.5rem; color: #fff; margin-bottom: 0.25rem; }
.stat span { color: var(--muted); font-size: 0.88rem; }

/* Notice */
.notice {
  border-left: 3px solid var(--teal);
  background: rgba(12, 26, 51, 0.85);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 1.05rem 1.2rem;
  border: 1px solid var(--border);
  border-left: 3px solid var(--teal-bright);
  box-shadow: var(--shadow-sm);
}
.notice strong { color: #f8fafc; }
.notice p { margin: 0.4rem 0 0; font-size: 0.92rem; color: var(--ink-dim); }
.banner-warn {
  background: rgba(251, 191, 36, 0.08);
  border: 1px solid rgba(251, 191, 36, 0.28);
  color: #fde68a;
  border-radius: var(--radius-sm);
  padding: 0.95rem 1.15rem;
  font-size: 0.92rem;
}

/* Pathways */
.pathways {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}
.pathway {
  background: linear-gradient(165deg, rgba(14, 31, 58, 0.95), rgba(8, 18, 36, 0.98));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.35rem 1.25rem 1.2rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.pathway-link { text-decoration: none; color: inherit; }
.pathway-link:hover {
  border-color: var(--border-strong);
  box-shadow: var(--shadow), var(--glow);
  transform: translateY(-3px);
  color: inherit;
}
.pathway-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  margin: 0 0 0.7rem;
  padding: 0.75rem;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.96), rgba(226, 232, 240, 0.92));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
}
.pathway-logo img { width: 100%; max-width: 210px; height: auto; }
.pathway h3 { font-size: 1.05rem; margin: 0 0 0.25rem; color: #f8fafc; }
.pathway p { font-size: 0.9rem; margin: 0; flex: 1; color: var(--muted); }
.pathway-cta {
  display: inline-block;
  margin-top: 0.8rem;
  font-size: 0.8rem;
  font-weight: 750;
  font-family: var(--mono);
  letter-spacing: 0.04em;
  color: var(--teal-bright);
}

.section-cyber-pathways { position: relative; overflow: hidden; isolation: isolate; }
.section-cyber-bg {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(20, 184, 166, 0.1), transparent 60%),
    url("/assets/img/cyber-ops-bg.svg") center / cover no-repeat;
  opacity: 0.18;
}
.section-cyber-content { position: relative; z-index: 1; }
.auth-strip {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.55rem 0.9rem;
  padding: 0.95rem 1.1rem;
  border-radius: 14px;
  border: 1px solid var(--border-strong);
  background: linear-gradient(90deg, rgba(6, 13, 26, 0.9), rgba(12, 35, 55, 0.95), rgba(6, 13, 26, 0.9));
  color: #9fb0c7;
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  font-weight: 700;
}
.auth-strip span { white-space: nowrap; }
.auth-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--teal-bright);
  box-shadow: 0 0 10px rgba(45, 212, 191, 0.7);
}

/* Reviews */
.review-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.15rem; }
.review-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.4rem;
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(10px);
}
.review-card .stars { color: var(--gold); letter-spacing: 0.1em; font-size: 0.95rem; margin-bottom: 0.55rem; }
.review-card blockquote {
  margin: 0 0 1rem;
  color: #e2e8f0;
  font-size: 0.98rem;
  line-height: 1.55;
}
.review-meta {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.85rem;
  color: var(--muted);
}
.review-meta strong { color: #f1f5f9; display: block; }
.rating-hero {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  background: linear-gradient(135deg, rgba(6, 13, 26, 0.95), rgba(15, 40, 70, 0.9));
  border: 1px solid var(--border-strong);
  color: #fff;
  border-radius: calc(var(--radius) + 4px);
  padding: 1.5rem 1.7rem;
  margin-bottom: 1.5rem;
  box-shadow: var(--glow);
}
.rating-hero .score { font-size: 2.7rem; font-weight: 800; line-height: 1; }
.rating-hero .score span { font-size: 1rem; font-weight: 600; opacity: 0.75; }
.rating-hero .stars { color: var(--gold); font-size: 1.15rem; letter-spacing: 0.12em; }
.rating-hero p { margin: 0; color: #9fb0c7; max-width: 36rem; font-size: 0.92rem; }
.review-note { font-size: 0.82rem; color: var(--muted); margin-top: 1rem; font-family: var(--mono); }

/* Pricing */
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  align-items: stretch;
}
.price-card {
  background: linear-gradient(165deg, rgba(14, 31, 58, 0.95), rgba(8, 18, 36, 0.98));
  border: 1px solid var(--border);
  border-radius: calc(var(--radius) + 4px);
  padding: 1.65rem;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  position: relative;
}
.price-card.featured {
  border-color: var(--border-strong);
  box-shadow: var(--shadow), var(--glow);
  transform: translateY(-6px);
}
.price-card .ribbon {
  position: absolute;
  top: 14px; right: 14px;
  background: rgba(20, 184, 166, 0.15);
  color: var(--teal-bright);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: var(--mono);
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(45, 212, 191, 0.3);
}
.price-card h3 { color: #f8fafc; }
.price-card .amount {
  font-size: 2.35rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.03em;
  margin: 0.35rem 0 0.15rem;
}
.price-card .period { color: var(--muted); font-size: 0.88rem; margin-bottom: 0.85rem; font-family: var(--mono); }
.price-card p { color: var(--ink-dim); }
.price-card ul {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  flex: 1;
}
.price-card li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.4rem;
  color: var(--muted);
  font-size: 0.93rem;
  border-top: 1px solid var(--border);
}
.price-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--teal-bright);
  font-weight: 800;
}
.price-guarantee {
  margin-top: 1.5rem;
  background: rgba(251, 191, 36, 0.08);
  border: 1px solid rgba(251, 191, 36, 0.25);
  color: #fde68a;
  border-radius: var(--radius-sm);
  padding: 1rem 1.15rem;
  font-size: 0.92rem;
}

/* Timeline */
.timeline { display: grid; gap: 0.9rem; }
.timeline-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 1rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem;
  backdrop-filter: blur(10px);
}
.timeline-num {
  width: 58px; height: 58px;
  border-radius: 16px;
  background: linear-gradient(145deg, #0f766e, #0e7490);
  color: #fff;
  display: grid; place-items: center;
  font-weight: 800;
  font-family: var(--mono);
  font-size: 1rem;
  box-shadow: 0 8px 20px rgba(13, 148, 136, 0.35);
}
.timeline-item h3 { color: #f8fafc; }

/* Resources */
.resource-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}
.resource-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 1rem 1.15rem;
  text-decoration: none;
  color: #f1f5f9;
  font-weight: 650;
  transition: border-color .15s ease, box-shadow .15s ease;
  backdrop-filter: blur(8px);
}
.resource-list a:hover {
  border-color: var(--border-strong);
  box-shadow: var(--glow);
  color: #fff;
}
.resource-list small {
  color: var(--muted);
  font-weight: 500;
  font-size: 0.8rem;
  font-family: var(--mono);
}

/* Forms */
.form-card {
  background: linear-gradient(165deg, rgba(14, 31, 58, 0.95), rgba(8, 18, 36, 0.98));
  border: 1px solid var(--border-strong);
  border-radius: calc(var(--radius) + 2px);
  padding: 1.75rem;
  box-shadow: var(--shadow), var(--glow);
  backdrop-filter: blur(12px);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.form-grid .full { grid-column: 1 / -1; }
label {
  display: block;
  font-size: 0.84rem;
  font-weight: 650;
  color: #e2e8f0;
  margin-bottom: 0.4rem;
}
input, select, textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 0.85rem 0.95rem;
  font: inherit;
  color: #f1f5f9;
  background: rgba(6, 13, 26, 0.65);
  transition: border-color .15s ease, box-shadow .15s ease;
}
input::placeholder, textarea::placeholder { color: #64748b; }
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: rgba(45, 212, 191, 0.55);
  box-shadow: 0 0 0 4px rgba(20, 184, 166, 0.15);
}
select option { background: #0c1a33; color: #fff; }
textarea { min-height: 140px; resize: vertical; }
.help { font-size: 0.8rem; color: var(--muted); margin-top: 0.35rem; font-family: var(--mono); }
.checkbox {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  font-size: 0.9rem;
  color: var(--muted);
}
.checkbox input { width: auto; margin-top: 0.25rem; }
.form-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center; margin-top: 0.5rem; }
.form-status {
  display: none;
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border-radius: var(--radius-sm);
  font-size: 0.92rem;
}
.form-status.show { display: block; }
.form-status.ok {
  background: rgba(52, 211, 153, 0.12);
  color: #6ee7b7;
  border: 1px solid rgba(52, 211, 153, 0.3);
}
.form-status.err {
  background: rgba(248, 113, 113, 0.12);
  color: #fca5a5;
  border: 1px solid rgba(248, 113, 113, 0.3);
}
.hp-field { position: absolute; left: -10000px; opacity: 0; height: 0; overflow: hidden; }

/* Page hero */
.page-hero {
  padding: 3.25rem 0 2.25rem;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid var(--border);
  background:
    radial-gradient(ellipse 70% 80% at 100% 0%, rgba(20, 184, 166, 0.12), transparent 50%),
    linear-gradient(180deg, rgba(8, 18, 36, 0.5), transparent);
}
.page-hero p { max-width: 40rem; color: var(--ink-dim); }

/* Prose / legal */
.prose { max-width: 48rem; }
.prose h2 { margin-top: 2rem; color: #f8fafc; }
.prose ul { color: var(--ink-dim); padding-left: 1.2rem; }
.prose li { margin-bottom: 0.4rem; }

/* Footer */
.site-footer {
  background: linear-gradient(180deg, #050a14, #03060e);
  color: var(--muted);
  padding: 3.5rem 0 1.5rem;
  margin-top: 2rem;
  border-top: 1px solid var(--border);
  position: relative;
  z-index: 1;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
.site-footer h4 {
  color: #e2e8f0;
  font-size: 0.82rem;
  margin-bottom: 0.85rem;
  font-family: var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.site-footer a { color: #9fb0c7; text-decoration: none; }
.site-footer a:hover { color: var(--teal-bright); }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 0.45rem; }
.footer-logo {
  height: 38px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.92;
  margin-bottom: 0.75rem;
}
.footer-brand { color: #fff; font-weight: 750; font-size: 1.1rem; margin-bottom: 0.5rem; }
.footer-muted { color: var(--muted); font-size: 0.92rem; }
.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 1.25rem;
  font-size: 0.8rem;
  font-family: var(--mono);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
  color: #64748b;
}
.footer-disclaimer {
  font-size: 0.8rem;
  line-height: 1.55;
  max-width: 52rem;
  margin-bottom: 1.25rem;
  color: #64748b;
}

/* Chat widget */
.cpr-chat { position: fixed; right: 18px; bottom: 18px; z-index: 80; font-family: var(--font); }
.cpr-chat-launcher {
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #14b8a6, #0e7490);
  color: #fff;
  font-weight: 750;
  padding: 0.95rem 1.25rem;
  box-shadow: 0 14px 34px rgba(13, 148, 136, 0.4), 0 0 24px rgba(45, 212, 191, 0.2);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}
.cpr-chat-dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: #6ee7b7;
  box-shadow: 0 0 0 0 rgba(110, 231, 183, 0.7);
  animation: pulse 1.8s infinite;
}
.cpr-chat-panel {
  width: min(380px, calc(100vw - 24px));
  height: min(520px, calc(100vh - 100px));
  background: linear-gradient(180deg, #0e1f3a, #0a1628);
  border: 1px solid var(--border-strong);
  border-radius: 20px;
  box-shadow: var(--shadow), var(--glow);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.cpr-chat-panel[hidden] { display: none !important; }
.cpr-chat-head {
  background: rgba(6, 13, 26, 0.95);
  color: #fff;
  padding: 0.95rem 1rem;
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: flex-start;
  border-bottom: 1px solid var(--border);
}
.cpr-chat-head strong { display: block; font-size: 0.98rem; }
.cpr-chat-head span { display: block; font-size: 0.72rem; color: #9fb0c7; margin-top: 0.2rem; line-height: 1.35; font-family: var(--mono); }
.cpr-chat-head button {
  border: 0; background: transparent; color: #fff; font-size: 1.4rem; line-height: 1; cursor: pointer;
}
.cpr-chat-body {
  flex: 1;
  overflow: auto;
  padding: 1rem;
  background: rgba(5, 10, 20, 0.5);
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.cpr-msg {
  max-width: 88%;
  padding: 0.65rem 0.8rem;
  border-radius: 14px;
  font-size: 0.9rem;
  line-height: 1.4;
  white-space: pre-wrap;
  word-break: break-word;
}
.cpr-msg.agent {
  background: rgba(15, 30, 55, 0.95);
  border: 1px solid var(--border);
  align-self: flex-start;
  color: #e2e8f0;
}
.cpr-msg.user {
  background: linear-gradient(135deg, #0f766e, #0e7490);
  color: #fff;
  align-self: flex-end;
}
.cpr-msg .meta { display: block; font-size: 0.68rem; opacity: 0.7; margin-top: 0.25rem; font-family: var(--mono); }
.cpr-chat-form {
  border-top: 1px solid var(--border);
  padding: 0.75rem;
  background: rgba(8, 16, 32, 0.95);
  display: grid;
  gap: 0.45rem;
}
.cpr-chat-form input[type="text"],
.cpr-chat-form input[type="email"] {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 0.55rem 0.7rem;
  font: inherit;
  background: rgba(6, 13, 26, 0.8);
  color: #f1f5f9;
}
.cpr-chat-compose { display: flex; gap: 0.45rem; }
.cpr-chat-compose input { flex: 1; }
.cpr-chat-compose .btn { padding: 0.6rem 0.9rem; border-radius: 10px; }
.cpr-chat-note { margin: 0; font-size: 0.7rem; color: var(--muted); font-family: var(--mono); }

/* Home cyber extras */
body.home-cyber {
  background:
    radial-gradient(ellipse 90% 55% at 15% -5%, rgba(20, 184, 166, 0.14), transparent 50%),
    radial-gradient(ellipse 70% 45% at 95% 5%, rgba(34, 211, 238, 0.1), transparent 45%),
    linear-gradient(180deg, #040912 0%, #0a1628 45%, #060d18 100%);
}

/* Responsive */
@media (max-width: 900px) {
  .hero-grid, .grid-3, .grid-2, .footer-grid, .stat-row, .form-grid,
  .trust-strip, .pathways, .review-grid, .price-grid {
    grid-template-columns: 1fr;
  }
  .price-card.featured { transform: none; }
  .nav-links, .nav-cta .btn-secondary { display: none; }
  .nav-toggle { display: inline-grid; place-items: center; }
  .nav.open .nav-links {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    left: 0; right: 0;
    top: 76px;
    background: rgba(8, 16, 32, 0.98);
    border-bottom: 1px solid var(--border);
    padding: 1rem;
    gap: 0.25rem;
    box-shadow: var(--shadow);
  }
  .nav.open .nav-links a { padding: 0.8rem 0.65rem; }
  .nav.open .nav-cta .btn-secondary { display: inline-flex; }
  .hero, .hero-cyber { padding-top: 2.75rem; }
  .cpr-chat { right: 12px; bottom: 12px; }
  .brand-logo { height: 36px; }
  .auth-strip { font-size: 0.62rem; letter-spacing: 0.08em; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-cyber-scan, .hero-card-cyber::before, .ops-dot, .cpr-chat-dot { animation: none !important; }
}
