/* ═══════════════════════════════════════════════════════════════
   Haashield — dark cyber theme, matched to the brand logo:
   gunmetal shield, neon magenta circuit glow, electric blue accents.
   Overrides styles.css base.
   ═══════════════════════════════════════════════════════════════ */
:root {
  --bg: #0b0a12;
  --bg-soft: #0f0d1a;
  --panel: #14121f;
  --panel-2: #191627;
  --line: #262238;
  --line-2: #37324e;
  --ink-950: #f4f1fa;      /* headings on dark */
  --ink-900: #e6e1f2;
  --ink-700: #b2aac8;      /* body text */
  --ink-600: #8d84a8;      /* muted */
  --neon: #e31fd0;         /* logo magenta */
  --neon-2: #ff3fe3;
  --neon-soft: rgba(227, 31, 208, .12);
  --blue: #4f7dff;         /* logo electric blue */
  --blue-soft: rgba(79, 125, 255, .12);
  --red: #ff5d5d;
  --green: #2fd48b;
  --steel: #2e3450;        /* gunmetal bars */
  --radius: 12px;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);
  --shadow-md: 0 14px 34px -14px rgba(0, 0, 0, .55);
  --glow: 0 0 26px rgba(227, 31, 208, .32);
  --glow-strong: 0 0 40px rgba(227, 31, 208, .45);
}

body,
.btn, button, input {
  font-family: "Inter", -apple-system, "Segoe UI", system-ui, sans-serif;
}
h1, h2, h3, h4, h5, .brand-name {
  font-family: "Space Grotesk", "Inter", sans-serif;
}

body {
  background: var(--bg);
  color: var(--ink-700);
  -webkit-font-smoothing: antialiased;
}

.page-backdrop { background: var(--bg); }

/* ── Topbar ── */
.topbar {
  color: var(--ink-600);
  background: #07060c;
  border-bottom: 1px solid var(--line);
}
.topbar-note { color: var(--ink-600); font-size: .78rem; }
.topbar-link { color: var(--neon-2); font-weight: 600; }

/* ── Navigation ── */
.nav-wrap {
  background: rgba(11, 10, 18, .88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.nav-inner { min-height: 80px; padding: 0; }

.brand { order: 1; justify-self: start; display: inline-flex; align-items: center; }
.nav-links { order: 2; justify-self: center; }
.nav-cta { order: 3; justify-self: end; }
.brand-logo { display: none; }
.brand-mark {
  display: block;
  height: 132px;
  width: auto;
  object-fit: contain;
  margin: -30px 0;   /* logo glow overlaps the slim bar — intentional */
}

.nav-links a {
  color: var(--ink-700);
  font-size: .9rem;
  font-weight: 550;
}
.nav-links a:hover { color: #fff; }

/* ── Buttons ── */
.btn {
  min-height: 42px;
  border-radius: 9px;
  font-weight: 650;
  letter-spacing: -.01em;
  transition: background .15s ease, border-color .15s ease, color .15s ease, box-shadow .2s ease;
}
.btn:hover { transform: none; }
.btn-primary {
  border-color: var(--neon);
  background: var(--neon);
  color: #fff;
  box-shadow: 0 0 18px rgba(227, 31, 208, .35);
}
.btn-primary:hover {
  background: var(--neon-2);
  border-color: var(--neon-2);
  box-shadow: var(--glow-strong);
}
.btn-light, .btn-outline {
  background: transparent;
  border-color: var(--line-2);
  color: var(--ink-900);
  box-shadow: none;
}
.btn-light:hover, .btn-outline:hover { border-color: var(--neon); color: var(--neon-2); }

/* ── Hero ── */
.hero-sec {
  padding: 5.2rem 0 4.8rem;
  background:
    radial-gradient(640px 420px at 88% 4%, rgba(227, 31, 208, .14), transparent 62%),
    radial-gradient(520px 380px at 4% 96%, rgba(79, 125, 255, .1), transparent 62%),
    linear-gradient(rgba(255, 255, 255, .022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .022) 1px, transparent 1px),
    var(--bg);
  background-size: auto, auto, 44px 44px, 44px 44px, auto;
  border-bottom: 1px solid var(--line);
}
.hero-grid { gap: 3.4rem; align-items: center; }
.kicker {
  color: var(--neon-2);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .1em;
}
.kicker span { background: var(--neon); box-shadow: 0 0 10px rgba(227, 31, 208, .8); }
.hero-copy h1 {
  max-width: 720px;
  font-size: clamp(2.5rem, 4.3vw, 4rem);
  line-height: 1.06;
  letter-spacing: -.03em;
  font-weight: 700;
  color: #fff;
}
.mark {
  color: var(--neon-2);
  text-shadow: 0 0 26px rgba(227, 31, 208, .5);
}
.hero-desc { max-width: 54ch; color: var(--ink-700); font-size: 1.07rem; line-height: 1.68; }
.hero-actions { margin-top: 1.8rem; }

.hero-trust {
  margin: 1.3rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1.4rem;
  color: var(--ink-600);
  font-size: .85rem;
  font-weight: 550;
}
.hero-trust li { display: inline-flex; align-items: center; gap: .45rem; }
.hero-trust li::before {
  content: '\2713';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  background: var(--neon-soft);
  color: var(--neon-2);
  font-size: .62rem;
  font-weight: 800;
}

/* ── Hero product preview ── */
.hero-stage {
  border: 1px solid var(--line-2);
  border-radius: 14px;
  padding: 1.3rem 1.3rem 1.15rem;
  background: linear-gradient(165deg, var(--panel-2), var(--panel));
  color: var(--ink-900);
  box-shadow: var(--shadow-md), 0 0 60px rgba(227, 31, 208, .07);
  backdrop-filter: none;
}
.stage-head { display: flex; justify-content: space-between; align-items: center; gap: .8rem; }
.stage-title {
  margin: 0;
  font-weight: 650;
  font-size: .88rem;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
}
.stage-dot {
  width: .52rem;
  height: .52rem;
  border-radius: 999px;
  background: var(--neon-2);
  animation: stagePulse 2.4s ease-in-out infinite;
}
@keyframes stagePulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(227, 31, 208, .3); }
  50% { box-shadow: 0 0 0 7px rgba(227, 31, 208, .08); }
}
.stage-range {
  font-size: .72rem;
  font-weight: 600;
  color: var(--ink-600);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: .28rem .65rem;
  background: var(--bg-soft);
  white-space: nowrap;
}

.stage-stats { margin-top: 1rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: .55rem; }
.stage-stat {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: .7rem .75rem;
  background: var(--bg-soft);
}
.stage-stat p {
  margin: 0;
  font-size: .62rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ink-600);
  font-weight: 650;
}
.stage-stat strong {
  display: block;
  margin-top: .28rem;
  font-size: 1.22rem;
  font-weight: 700;
  letter-spacing: -.02em;
  color: #fff;
  font-variant-numeric: tabular-nums;
}
.delta {
  display: inline-block;
  margin-top: .3rem;
  font-size: .67rem;
  font-weight: 650;
  border-radius: 5px;
  padding: .12rem .45rem;
}
.delta.up { color: var(--green); background: rgba(47, 212, 139, .12); }
.delta.warn { color: #ffb05c; background: rgba(255, 176, 92, .12); }

.stage-chart {
  margin-top: 1.05rem;
  height: 116px;
  display: flex;
  align-items: flex-end;
  gap: .5rem;
  padding: 0 .1rem;
}
.cbar {
  flex: 1;
  height: var(--v, 50%);
  background: var(--steel);
  border-radius: 5px 5px 2px 2px;
  position: relative;
  overflow: hidden;
}
.cbar i {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--f, 20%);
  background: var(--neon);
  box-shadow: 0 0 14px rgba(227, 31, 208, .5);
  display: block;
}
.stage-legend {
  margin-top: .6rem;
  display: flex;
  gap: 1.1rem;
  font-size: .72rem;
  font-weight: 550;
  color: var(--ink-600);
}
.stage-legend span { display: inline-flex; align-items: center; }
.lg-dot { display: inline-block; width: .52rem; height: .52rem; border-radius: 2px; margin-right: .4rem; }
.lg-clicks { background: var(--steel); }
.lg-fraud { background: var(--neon); }

.threat-feed { margin-top: 1rem; border-top-color: var(--line); }
.threat-feed li { color: var(--ink-700); }
.threat-feed > p { color: var(--ink-600); }

/* ── Section scaffolding ── */
.trust-sec,
.problem-sec,
.solution-sec,
.features-sec,
.how-sec,
.roi-sec,
.pricing-sec { padding-top: 5.5rem; padding-bottom: 5.5rem; }

.tag {
  color: var(--neon-2);
  letter-spacing: .12em;
  font-size: .72rem;
  font-weight: 700;
}
h2 {
  color: #fff;
  letter-spacing: -.025em;
  line-height: 1.12;
  font-weight: 700;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}
.center.intro { max-width: 58ch; margin-inline: auto; color: var(--ink-600); }

/* ── Assurance strip ── */
.trust-sec {
  padding: 3rem 1rem;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.roi-sec { background: var(--bg-soft); }
.trust-caption { display: none; }
.assurance {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.assure-item {
  display: flex;
  gap: .75rem;
  align-items: flex-start;
  padding: 1.05rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
.assure-item svg { width: 1.35rem; height: 1.35rem; color: var(--neon-2); flex: 0 0 auto; margin-top: .1rem; }
.assure-item strong { display: block; font-size: .9rem; font-weight: 650; color: #fff; letter-spacing: -.01em; }
.assure-item span { display: block; margin-top: .18rem; font-size: .8rem; color: var(--ink-600); line-height: 1.45; }

/* ── Cards base ── */
.problem-cards article,
.pipeline article,
.feature-grid article,
.how-grid article,
.price-card,
.roi-card {
  border-color: var(--line);
  background: var(--panel);
  box-shadow: var(--shadow-sm);
  border-radius: var(--radius);
  color: var(--ink-700);
}
.problem-cards h3,
.pipeline h3,
.feature-grid h3,
.how-grid h3,
.price-card h3 { color: #fff; }
.pipeline p, .feature-grid p, .how-grid p, .problem-cards p { color: var(--ink-600); }
.feature-grid article:hover {
  transform: none;
  border-color: var(--neon);
  box-shadow: var(--shadow-md), var(--glow);
}

/* ── Problem ── */
.problem-sec { background: #07060c; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.problem-sec .tag { color: var(--neon-2); }
.problem-sec h2 { color: #fff; }
.problem-grid p, .problem-grid ul, .problem-grid li { color: var(--ink-700); }
.problem-cards article {
  background: var(--panel);
  border-color: var(--line-2);
  box-shadow: none;
  padding: 1.15rem 1.1rem;
}

/* ── Solution / pipeline ── */
.solution-sec { background: var(--bg-soft); }
.pipeline article { padding: 1.15rem 1rem; }
.pipeline .icon {
  width: 2rem;
  height: 2rem;
  font-size: .85rem;
  background: var(--neon);
  color: #fff;
  box-shadow: 0 0 14px rgba(227, 31, 208, .4);
}
.pipeline article:hover { border-color: var(--line-2); }
.pipeline article:not(:last-child)::after { background: var(--neon); box-shadow: 0 0 8px rgba(227,31,208,.6); }

/* ── Features ── */
.feature-grid { gap: .9rem; }
.feature-grid article { padding: 1.45rem 1.3rem; }
.feature-grid article.accent { background: var(--panel); border-color: var(--line); }
.ficon {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 9px;
  background: var(--neon-soft);
  border: 1px solid rgba(227, 31, 208, .25);
  color: var(--neon-2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ficon svg { width: 1.25rem; height: 1.25rem; }
.feature-grid article.accent .ficon { background: var(--blue-soft); border-color: rgba(79, 125, 255, .3); color: var(--blue); }

/* ── How it works ── */
.how-grid { gap: .9rem; }
.how-grid article { padding: 1.5rem 1.35rem; }
.how-grid span {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  color: var(--neon-2);
}
.track-example {
  background: #07060c;
  border: 1px solid var(--line-2);
  border-radius: var(--radius);
  padding: 1.2rem 1.35rem;
}
.track-example p { color: var(--ink-600); }
.track-example code {
  color: #57e6ff;
  font-size: 1rem;
  background: rgba(87, 230, 255, .07);
  border: 1px solid rgba(87, 230, 255, .22);
  border-radius: 7px;
}

/* ── ROI ── */
.roi-sec h2 { color: #fff; }
.roi-grid p { color: var(--ink-700); }
.roi-card { padding: 1.5rem 1.4rem; }
.roi-card label { color: var(--ink-900); }
.roi-card .value { color: #fff; }
.roi-card small { color: var(--ink-600); }
input[type="range"] { accent-color: var(--neon); }
.roi-output article { background: var(--bg-soft); border-color: var(--line); }
.roi-output p { color: var(--ink-600); }
.roi-output h3 { color: var(--neon-2); }

/* ── Pricing ── */
.price-card { padding: 1.6rem 1.4rem; }
.price-card .price { color: #fff; }
.price-card .price span { color: var(--ink-600); }
.price-card li { color: var(--ink-700); }
.price-card li::before { background: var(--neon); }
.price-card.featured {
  background: var(--panel-2);
  border-color: var(--neon);
  box-shadow: var(--shadow-md), var(--glow);
}
.badge {
  background: var(--neon);
  color: #fff;
  font-weight: 650;
  box-shadow: 0 0 14px rgba(227, 31, 208, .45);
}

/* ── CTA ── */
.cta-sec { padding: 1.5rem 0 5.5rem; }
.cta-box {
  border: 1px solid var(--line-2);
  border-radius: 16px;
  background:
    radial-gradient(480px 300px at 50% 0%, rgba(227, 31, 208, .16), transparent 65%),
    var(--panel);
  color: var(--ink-700);
  box-shadow: var(--shadow-md);
  padding: 3.4rem 1.6rem;
}
.cta-box h2 { color: #fff; }
.cta-box p { color: var(--ink-700); }
.cta-box .tag { color: var(--neon-2); }

/* ── Contact form ── */
.contact-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.6rem;
  align-items: start;
  border: 1px solid var(--line-2);
  border-radius: 16px;
  background:
    radial-gradient(480px 300px at 50% 0%, rgba(227, 31, 208, .14), transparent 65%),
    var(--panel);
  box-shadow: var(--shadow-md);
  padding: 2.8rem 2.4rem;
}
.contact-intro h2 { color: #fff; margin: .6rem 0 0; }
.contact-intro > p { color: var(--ink-700); margin-top: .9rem; line-height: 1.7; }
.contact-alt { margin-top: 1.5rem; display: flex; flex-direction: column; gap: .9rem; align-items: flex-start; }
.contact-mail { color: var(--neon-2) !important; font-weight: 600; font-size: .9rem; text-decoration: none; }
.contact-mail:hover { color: #ff6bea !important; }

.contact-form { display: grid; gap: .85rem; }
.contact-form .field { display: grid; gap: .35rem; }
.contact-form label { font-size: .8rem; font-weight: 600; color: var(--ink-900); }
.contact-form label span { color: var(--ink-600); font-weight: 400; }
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 1px solid var(--line-2);
  border-radius: 9px;
  background: var(--bg-soft);
  color: #fff;
  font: inherit;
  font-size: .92rem;
  padding: .7rem .8rem;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.contact-form select { appearance: none; cursor: pointer; }
.contact-form textarea { resize: vertical; min-height: 84px; }
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: var(--ink-600); }
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none;
  border-color: var(--neon);
  box-shadow: 0 0 0 3px rgba(227, 31, 208, .18);
}

.signup-note {
  margin-top: 1.1rem;
  padding: .85rem 1rem;
  border: 1px solid var(--line-2);
  border-radius: 10px;
  background: var(--bg-soft);
  color: var(--ink-700);
  font-size: .84rem;
  line-height: 1.55;
}
.signup-note strong { color: #fff; }
.contact-form .hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.contact-form button[type="submit"] { margin-top: .3rem; justify-self: start; }
.contact-form button[disabled] { opacity: .6; cursor: default; }
.cf-status { margin: .2rem 0 0; font-size: .86rem; font-weight: 600; min-height: 1.1rem; }
.cf-status.ok { color: var(--green); }
.cf-status.err { color: var(--red); }

@media (max-width: 760px) {
  .contact-box { grid-template-columns: 1fr; gap: 1.6rem; padding: 1.9rem 1.3rem; }
}

/* ── Footer ── */
.footer { background: #07060c; border-top: 1px solid var(--line); color: var(--ink-600); padding: 3.6rem 0 0; }
.footer a { color: var(--ink-700); text-decoration: none; }
.footer a:hover { color: #fff; }

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 2.4rem;
  padding-bottom: 2.6rem;
}
.footer-brand-col { max-width: 340px; }
.footer-wordmark { display: block; }
.footer-logo { height: 150px; width: auto; object-fit: contain; margin: -32px 0 -26px -14px; }
.footer-sub { margin: .4rem 0 0; font-size: .88rem; line-height: 1.65; color: var(--ink-600); }
.footer-mail { display: inline-block; margin-top: .9rem; font-size: .88rem; font-weight: 600; color: var(--neon-2) !important; }
.footer-mail:hover { color: #ff6bea !important; }

.footer nav.footer-col,
.footer-col { display: grid; gap: .55rem; align-content: start; justify-items: start; }
.footer nav.footer-col a { margin: 0; }
.footer-col h4 {
  margin: 0 0 .35rem;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #5e5578;
}
.footer-col a { font-size: .88rem; }

.footer-base {
  border-top: 1px solid var(--line);
  padding: 1.3rem 0 1.5rem;
}
.footer-copy { margin: 0; font-size: .8rem; color: #5e5578; }

/* ── Legal pages ── */
.legal-wrap { max-width: 800px; padding: 3.2rem 1rem 4.5rem; }
.legal-wrap h1 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 2.8rem);
  letter-spacing: -.03em;
  margin: .5rem 0 0;
}
.legal-updated { color: var(--ink-600); font-size: .85rem; margin: .6rem 0 2rem; }
.legal-wrap h2 {
  font-size: 1.18rem;
  margin: 2.2rem 0 .6rem;
  letter-spacing: -.015em;
}
.legal-wrap p, .legal-wrap li { color: var(--ink-700); line-height: 1.75; font-size: .95rem; }
.legal-wrap ul { padding-left: 1.2rem; display: grid; gap: .45rem; margin: .6rem 0 0; }
.legal-wrap a { color: var(--neon-2); text-decoration: none; }
.legal-wrap a:hover { text-decoration: underline; }
.legal-wrap strong { color: var(--ink-900); }

/* ── Responsive ── */
@media (max-width: 960px) {
  .hero-grid { gap: 2.5rem; }
  .hero-copy h1 { font-size: clamp(2.3rem, 7vw, 3.4rem); }
  .assurance { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 1.8rem; }
}

@media (max-width: 760px) {
  .topbar { display: none; }
  .nav-inner { min-height: 66px; }
  .brand-mark { height: 96px; margin: -18px 0; }
  .hero-sec { padding-top: 3.2rem; }
  .hero-grid { gap: 2.2rem; }
  .hero-copy h1 { font-size: clamp(2.1rem, 10vw, 3rem); }
  .stage-stats { gap: .45rem; }
  .stage-stat strong { font-size: 1.02rem; }
  .stage-chart { height: 92px; }
  .assurance { grid-template-columns: 1fr; gap: .7rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.6rem; }
  .footer-logo { height: 120px; margin-left: -10px; }
  .cta-box { padding: 2.6rem 1.2rem; }
}
