:root {
  --ink: #0a1628;
  --surface: rgba(255, 255, 255, 0.04);
  --surface-2: rgba(255, 255, 255, 0.06);
  --surface-3: rgba(255, 255, 255, 0.10);
  --hairline: rgba(255, 255, 255, 0.12);
  --paper: #ffffff;
  --mist: rgba(255, 255, 255, 0.7);
  --mist-dim: rgba(255, 255, 255, 0.55);
  --teal: #00b4d8;
  --teal-dark: #0096c7;
  --teal-glow: rgba(0, 180, 216, 0.15);
  --crimson: #ef4444;
  --amber: #f59e0b;
  --font-hero: 'Inter', sans-serif;
  --font-heading: 'Poppins', sans-serif;
  --font-body: 'Poppins', sans-serif;
  --font-mono: 'JetBrains Mono', 'SF Mono', monospace;
  --container: 1180px;
  --radius: 16px;
  --nav-h: 72px;

  /* Passive Scan Vars */

    --bg:#0a1628;
    --bg-deep:#081120;
    --bg-grad-top:#0d1d33;
    --panel:#0e2036;
    --panel-2:#11243d;
    --panel-border:#1d3a5c;
    --panel-border-soft:#16314e;
    --text:#e7eef7;
    --text-soft:#aebfd3;
    --text-mute:#7f93ac;
    --cyan:#22b8d6;
    --cyan-bright:#2dd4ef;
    --cyan-soft:#5fd0e6;
    --purple:#7c6cff;
    --red:#ef4565;
    --amber:#e0a73a;
    --green:#22b8d6;
  }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background-color: #0a1628;
  background-image: linear-gradient(to bottom, #0a192f 0px, #1a365a 1200px, #0a1628 2800px);
  background-repeat: no-repeat;
  color: var(--paper);
  font-family: var(--font-body); font-size: 16px; line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
em, i { font-family: inherit; font-style: italic; }
h1, h2, h3 { font-weight: 700; line-height: 1.15; margin: 0; letter-spacing: -1px; }
h4 { font-weight: 600; line-height: 1.15; margin: 0; letter-spacing: -1px; }
h2, .section-head h2, .offer-card h3, .finding-card h3, .value-item h4, .acc-head .title { font-family: var(--font-heading); letter-spacing: -0.02em; }
p { margin: 0; }
section[id] { scroll-margin-top: var(--nav-h); }
a:focus-visible, button:focus-visible { outline: 2px solid var(--teal); outline-offset: 3px; border-radius: 4px; }
@media (prefers-reduced-motion: reduce) { * { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; } }

.container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 28px; }

.eyebrow {
  font-family: var(--font-heading); font-size: 12px; letter-spacing: 0.05em; text-transform: uppercase;
  color: var(--teal); display: inline-block; font-weight: 600; margin-bottom: 12px;
}
.eyebrow::before { display: none; }

.btn {
  display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-hero); font-size: 15px; font-weight: 600;
  letter-spacing: normal; padding: 13px 22px; border-radius: 7px; border: 1px solid transparent;
  cursor: pointer; transition: transform 0.15s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, #0096c7, #0077b6); color: #fff; box-shadow: 0 4px 15px rgba(0, 150, 199, 0.2); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0, 150, 199, 0.3); }
.btn-ghost { background: transparent; border: 2px solid rgba(255, 255, 255, 0.3); color: #fff; }
.btn-ghost:hover { border-color: var(--teal); color: var(--teal); }

/* ---------- NAV ---------- */
.glass { background: transparent; backdrop-filter: blur(0px); -webkit-backdrop-filter: blur(0px); border-bottom: 1px solid transparent; transition: all 0.4s ease-in-out; }
#main-header nav { transition: padding 0.4s ease-in-out; }
header.nav-scrolled { background: rgba(2, 6, 23, 0.3); backdrop-filter: blur(24px) saturate(1.5); -webkit-backdrop-filter: blur(24px) saturate(1.5); border-bottom: 1px solid rgba(255, 255, 255, 0.1); box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5); }
header.nav-scrolled nav { padding-top: 0.5rem; padding-bottom: 0.5rem; }
header.nav-scrolled .nav-text-toggle { color: #ffffff; }
header:not(.nav-scrolled) .nav-text-toggle { color: #ffffff; }

/* ---------- HERO ---------- */
.hero {
  position: relative; padding: 120px 0 32px; overflow: hidden; border-bottom: none;
  background: transparent;
}
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
.hero h1 {
  font-family: var(--font-hero);
  font-weight: 700;
  line-height: 1.1;
  font-size: clamp(2rem, 3.25vw, 6rem);
  letter-spacing: -0.02em;
  padding-bottom: 0.25rem;
  margin: 12px 0 16px;
  background-image: linear-gradient(to right, #6366f1, #60a5fa, #67e8f9);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  max-width: 1000px;
}
.hero h1 .hl { color: transparent; }
.hero-sub { color: var(--mist); font-size: 17px; max-width: 650px; margin-bottom: 48px; line-height: 1.6; font-weight: 400; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.finding-card { background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--radius); overflow: hidden; transition: all 0.3s ease; box-shadow: 0 4px 20px -2px rgba(0,0,0,0.2); }
.finding-card:hover { background: var(--surface-2); border-color: var(--teal-glow); box-shadow: 0 12px 30px -4px rgba(0,0,0,0.3); }
.finding-card-head { display: flex; align-items: center; gap: 8px; padding: 12px 16px; border-bottom: none; background: var(--surface-2); }
.finding-dot { width: 9px; height: 9px; border-radius: 50%; }
.finding-dot.r { background: var(--crimson); } .finding-dot.y { background: var(--amber); } .finding-dot.g { background: var(--teal); }
.finding-card-title { font-family: var(--font-mono); font-size: 12px; color: var(--mist); margin-left: 6px; }
.finding-body { font-family: var(--font-mono); font-size: 13px; padding: 22px 20px 26px; min-height: 230px; color: var(--mist); }
.finding-body .line { margin-bottom: 10px; opacity: 0; animation: fadeIn 0.4s ease forwards; }
.finding-body .k { color: var(--mist-dim); } .finding-body .v { color: var(--paper); }
.finding-body .v.sev-high { color: var(--amber); } .finding-body .v.sev-open { color: var(--crimson); } .finding-body .v.path { color: var(--teal); }
.cursor { display: inline-block; width: 7px; height: 14px; background: var(--teal); vertical-align: -2px; animation: blink 1s step-end infinite; }
@keyframes fadeIn { to { opacity: 1; } }
@keyframes blink { 50% { opacity: 0; } }

/* ---------- GENERIC SECTION ---------- */
.section { padding-top: 56px; padding-bottom: 56px; }
.section-tight { padding-top: 48px; padding-bottom: 48px; }
.section-head { max-width: 640px; margin-bottom: 40px; }
.section-head h2 { font-size: clamp(24px, 3vw, 32px); margin-top: 14px; }
.section-head p { color: var(--mist); margin-top: 14px; font-size: 16px; }
.band { border: none; background: transparent; }

/* offer cards */
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.offer-card { background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--radius); padding: 28px 26px 30px; display: flex; flex-direction: column; transition: all 0.3s ease; box-shadow: 0 4px 20px -2px rgba(0,0,0,0.2); }
.offer-card:hover { background: var(--surface-2); border-color: var(--teal-dim); box-shadow: 0 12px 30px -4px rgba(0,0,0,0.3); }
.offer-tag { font-family: inherit; font-weight: 600; font-size: 12px; letter-spacing: 0.05em; color: var(--teal); text-transform: uppercase; background: rgba(0, 180, 216, 0.1); padding: 4px 10px; border-radius: 6px; display: inline-block; }
.offer-card h3 { font-size: 18px; margin: 12px 0 12px; }
.offer-card p.desc { color: var(--mist); font-size: 14.5px; margin-bottom: 18px; }
.offer-list { list-style: none; margin: 0 0 22px; padding: 0; flex: 1; }
.offer-list li { font-size: 13.5px; color: var(--mist); padding-left: 18px; position: relative; margin-bottom: 9px; }
.offer-list li::before { content: ""; position: absolute; left: 0; top: 8px; width: 6px; height: 1px; background: var(--teal-dim); }
.offer-link { font-family: var(--font-mono); font-size: 13px; color: var(--paper); border-top: 1px solid var(--hairline); padding-top: 16px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; background: none; border-left: none; border-right: none; border-bottom: none; width: 100%; text-align: left; }
.offer-link:hover { color: var(--teal); }

/* value grid */
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; background: transparent; border: none; border-radius: var(--radius); }
.value-item { background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--radius); padding: 32px 24px; display: flex; flex-direction: column; align-items: center; text-align: center; transition: all 0.3s ease; box-shadow: 0 4px 20px -2px rgba(0,0,0,0.2); }
.value-item:hover { background: var(--surface-2); border-color: var(--teal-glow); box-shadow: 0 12px 30px -4px rgba(0,0,0,0.3); }
.value-item .num { font-family: var(--font-mono); font-size: 12px; color: var(--teal); display: block; margin-bottom: 10px; }
.value-item h4 { font-size: 16px; margin-bottom: 8px; }
.value-item p { color: var(--mist); font-size: 13.5px; }

/* ---------- OWASP TABS + ACCORDION ---------- */
.tabs { display: flex; gap: 8px; border-bottom: none; margin-bottom: 28px; flex-wrap: wrap; }
.tab-btn {
  font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.03em; color: var(--mist);
  background: none; border: none; padding: 12px 18px; cursor: pointer; position: relative; border-radius: 6px 6px 0 0;
  transition: color 0.2s ease;
}
.tab-btn::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: transparent; transition: background 0.2s ease; }
.tab-btn:hover { color: var(--paper); }
.tab-btn[aria-selected="true"] { color: var(--paper); }
.tab-btn[aria-selected="true"]::after { background: var(--teal); }

.tier-legend { display: flex; gap: 22px; margin: 4px 0 22px; flex-wrap: wrap; }
.tier-legend span { font-family: var(--font-mono); font-size: 12px; color: var(--mist); display: flex; align-items: center; gap: 8px; }
.tier-legend .dot { width: 9px; height: 9px; border-radius: 50%; }

.tab-panel[data-panel][hidden] { display: none !important; }
.tab-panel[data-panel]:not([hidden]) { display: flex !important; }
.masvs-note { font-size: 14px; color: var(--mist); background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--radius); padding: 18px 22px; margin-bottom: 18px; line-height: 1.65; }
.masvs-note strong { color: var(--paper); }
.masvs-note code { font-family: var(--font-mono); font-size: 12.5px; background: var(--surface-2); border: 1px solid var(--hairline); border-radius: 4px; padding: 2px 6px; color: var(--teal); }
.acc-list { display: flex; flex-direction: column; gap: 12px; }
.acc-item { background: var(--surface); border: 1px solid var(--hairline); border-left: 3px solid var(--tier-color, var(--teal)); border-radius: var(--radius); overflow: hidden; transition: all 0.3s ease; box-shadow: 0 4px 20px -2px rgba(0,0,0,0.2); }
.acc-item:hover { background: var(--surface-2); border-color: var(--teal-glow); box-shadow: 0 12px 30px -4px rgba(0,0,0,0.3); }


/* phase strip */
.phase-strip { display: flex; align-items: center; gap: 0; overflow-x: auto; padding-bottom: 6px; }
.phase-pill { font-family: inherit; font-weight: 500; font-size: 13px; letter-spacing: 0.03em; color: var(--paper); border: 1px solid var(--hairline); border-radius: 999px; padding: 8px 16px; white-space: nowrap; background: var(--surface-2); }
.phase-arrow { color: var(--mist-dim); padding: 0 10px; font-family: var(--font-mono); }

/* timeline */
.timeline { position: relative; padding-left: 36px; border-left: 1px solid var(--hairline); max-width: 1200px; }
.t-step { position: relative; padding-bottom: 42px; }
.t-step:last-child { padding-bottom: 0; }
.t-dot { position: absolute; left: -41px; top: 4px; width: 11px; height: 11px; border-radius: 50%; background: var(--surface); border: 2px solid var(--teal); }
.t-head { display: flex; align-items: baseline; gap: 14px; margin-bottom: 10px; flex-wrap: wrap; }
.t-head .t-num { font-family: var(--font-mono); color: var(--mist-dim); font-size: 13px; }
.t-head h4 { font-size: 19px; }


/* CTA */
.cta-band { text-align: center; padding: 72px 0; background: transparent; border-top: none; }
.cta-band h2 { font-size: clamp(26px, 3.4vw, 38px); margin-bottom: 16px; }
.cta-band p { color: var(--mist); margin-bottom: 30px; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .offer-grid { grid-template-columns: 1fr; }
  .value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; background: transparent; border: none; border-radius: var(--radius); }
  .acc-panel { padding: 0 22px 22px 22px; }
}
@media (max-width: 600px) {
  .value-grid { grid-template-columns: 1fr; gap: 16px; }
}

.active-offering {
  color: var(--teal) !important;
  border: 1px solid var(--teal);
  border-radius: 999px;
  padding: 6px 14px;
  background: rgba(45, 212, 191, 0.05);
}


/* ---------- TRUST CENTER CUSTOM ---------- */

/* Cyber Shield */
.cyber-shield-container { position: relative; width: 100%; height: 400px; display: flex; justify-content: center; align-items: center; perspective: 1000px; }
.shield-glow { position: absolute; bottom: 70px; width: 160px; height: 60px; background: #3b82f6; border-radius: 50%; filter: blur(40px); opacity: 0.3; z-index: 1; }
.cyber-shield { position: relative; width: 160px; height: 180px; z-index: 10; filter: drop-shadow(0 0 10px rgba(59, 130, 246, 0.8)); }
.orbit-wrap { position: absolute; top: 50%; left: 50%; transform-style: preserve-3d; z-index: 5; }
.ow-1 { transform: rotateX(74deg) rotateY(15deg); }
.ow-2 { transform: rotateX(70deg) rotateY(-20deg); }
.orbit { position: absolute; border: 1px solid rgba(59, 130, 246, 0.5); border-radius: 50%; transform: translate(-50%, -50%); }
.orbit.o-1 { width: 260px; height: 260px; animation: spinZ 12s linear infinite; }
.orbit.o-2 { width: 320px; height: 320px; animation: spinZ 20s linear infinite reverse; }
.orbit .dot { position: absolute; top: 0; left: 50%; width: 10px; height: 10px; margin-left: -5px; margin-top: -5px; background: #3b82f6; border-radius: 50%; box-shadow: 0 0 10px #3b82f6, 0 0 20px #3b82f6; }
.ripples { position: absolute; bottom: 50px; left: 50%; transform: translateX(-50%) rotateX(75deg); transform-style: preserve-3d; z-index: 0; }
.ripple { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border: 1px solid rgba(59, 130, 246, 0.2); border-radius: 50%; }
.ripple.r-1 { width: 160px; height: 160px; background: rgba(59, 130, 246, 0.02); border-color: rgba(59, 130, 246, 0.5); box-shadow: inset 0 0 20px rgba(59, 130, 246, 0.2); }
.ripple.r-2 { width: 300px; height: 300px; border-style: dashed; opacity: 0.6; }
.ripple.r-3 { width: 450px; height: 450px; opacity: 0.3; }
@keyframes spinZ { 0% { transform: translate(-50%, -50%) rotateZ(0deg); } 100% { transform: translate(-50%, -50%) rotateZ(360deg); } }

/* Documents */
.doc-list { list-style: none; margin: 26px 0 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.doc-list li { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 20px; background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--radius); transition: all 0.3s ease; box-shadow: 0 4px 20px -2px rgba(0,0,0,0.2); }
.doc-list li:hover { background: var(--surface-2); border-color: var(--teal-glow); box-shadow: 0 12px 30px -4px rgba(0,0,0,0.3); }
.doc-list .dname { font-weight: 500; font-size: 16px; margin-bottom: 4px; }
.doc-list .dsub { font-family: var(--font-mono); font-size: 13px; color: var(--mist); }
.tag { font-family: var(--font-mono); font-size: 11px; padding: 4px 8px; border-radius: 20px; white-space: nowrap; height: fit-content; border: 1px solid var(--hairline); text-transform: uppercase;}
.tag-locked { color: var(--teal); border-color: var(--teal-dim); }
.tag-open { color: var(--amber); border-color: rgba(243,167,59, 0.3); }

/* Subprocessors */
.filter-row { display: flex; gap: 10px; margin-bottom: 26px; flex-wrap: wrap; }
.filter-btn { font-family: var(--font-mono); font-size: 12px; background: none; border: 1px solid var(--hairline); color: var(--mist); padding: 8px 14px; border-radius: 20px; cursor: pointer; transition: border-color 0.15s, color 0.15s; text-transform: uppercase;}
.filter-btn.active { border-color: var(--teal); color: var(--teal); }
.ledger-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.ledger-table th { text-align: left; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--mist); padding: 0 16px 12px; border-bottom: none; }
.ledger-table td { padding: 16px; border-bottom: none; vertical-align: top; }
.ledger-table tr:last-child td { border-bottom: none; }
.proc-name { font-weight: 600; color: var(--paper); }
.proc-cat { font-family: var(--font-mono); font-size: 11px; color: var(--teal); display: block; margin-top: 3px; }
.status-dot { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-mono); font-size: 12px; color: var(--mist); }
.status-dot::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); flex-shrink: 0; box-shadow: 0 0 8px rgba(0, 180, 216, 0.4); }
.table-scroll { overflow-x: auto; background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--radius); padding: 22px; }

/* Custom Overrides */
.tc-eyebrow {
  font-family: var(--font-body); font-size: 13px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--teal); display: inline-flex; align-items: center; gap: 8px; font-weight: 600; margin-bottom: 12px;
}
.tc-eyebrow::before { content: ""; width: 7px; height: 7px; background: var(--teal); border-radius: 50%; box-shadow: 0 0 8px var(--teal); }

.ps-hero h1 {
  background:linear-gradient(105deg,#7b6cff 0%, #6f7dff 22%, #4aa9e6 55%, #2dd4ef 90%);
  -webkit-background-clip:text;background-clip:text;
  -webkit-text-fill-color:transparent;color:#38c5e6;
}





/* ---------- LLM VAPT CUSTOM ---------- */


.status-pill { font-family: inherit; font-weight: 600; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; border: 1px solid var(--hairline); border-radius: 999px; padding: 4px 11px; color: var(--paper); margin-left: auto; background: var(--surface-2); }
.status-pill.done { color: var(--teal); border-color: var(--teal); }
.status-pill.breach { color: var(--crimson); border-color: var(--crimson); }
.t-body { color: var(--mist); font-size: 14.5px; max-width: 640px; margin-bottom: 12px; }
.t-meta { display: flex; gap: 22px; flex-wrap: wrap; font-family: var(--font-mono); font-size: 12px; color: var(--mist-dim); }
.t-meta strong { color: var(--mist); font-weight: 500; }

/* Threat Intel Card */
.intel-card { background: var(--surface-2); border: 1px solid var(--hairline); border-radius: var(--radius); padding: 22px; margin-top: 16px; font-family: var(--font-mono); font-size: 13px; }
.intel-label { color: var(--mist-dim); margin-bottom: 8px; display: block; font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; }
.intel-value { color: var(--paper); filter: blur(5px); cursor: pointer; transition: filter 0.3s ease; user-select: none; }
.intel-value.decrypted { filter: blur(0); user-select: auto; }


.acc-head {
  width: 100%; display: flex; align-items: center; gap: 18px; padding: 18px 22px; background: none; border: none;
  color: var(--paper); cursor: pointer; text-align: left; font-family: inherit;
}
.acc-head .code { font-family: var(--font-mono); font-size: 12.5px; color: var(--tier-color, var(--teal)); width: 92px; flex-shrink: 0; }
.acc-head .title { font-size: 16.5px; font-weight: 500; flex: 1; }
.acc-icon { font-family: var(--font-mono); font-size: 18px; color: var(--mist-dim); transition: transform 0.2s ease; flex-shrink: 0; }
.acc-head[aria-expanded="true"] .acc-icon { transform: rotate(45deg); color: var(--teal); }
.acc-panel { padding: 0 22px 22px 132px; }
.acc-panel[hidden] { display: none; }
.acc-panel p.r-desc { color: var(--mist); font-size: 14.5px; margin-bottom: 14px; }
.acc-panel p.r-test { font-family: var(--font-mono); font-size: 12.5px; color: var(--mist-dim); border-top: 1px solid var(--hairline); padding-top: 12px; }
.acc-panel p.r-test .lbl { color: var(--teal); }

/* specific width for vapt.html items to match pre-refactor state */
[data-panel="web"] .acc-head .code,
[data-panel="mobile"] .acc-head .code { width: 100px; }
[data-panel="web"] .acc-panel,
[data-panel="mobile"] .acc-panel { padding-left: 140px; }
@media (max-width: 700px) {
  .acc-head { gap: 12px; padding: 16px; }
  .acc-head .code { width: 70px; font-size: 11px; }
  .acc-panel { padding: 0 16px 18px 16px; }
}

/* Comparison Lists */
.comp-list { margin-top: 16px; font-size: 14.5px; color: var(--mist); }
.comp-list .inherited { opacity: 0.6; }
.comp-list .added { color: var(--paper); font-weight: 500; }
.comp-list .added::before { content: "+"; color: var(--teal); margin-right: 8px; font-family: var(--font-mono); font-weight: bold; }

/* CTA */






/* ---------- PASSIVE SCAN CUSTOM ---------- */

  section{position:relative;}
  .eyebrow{
    font-family:var(--font-heading);
    font-size:12px;letter-spacing: 0.05em;text-transform:uppercase;
    color:var(--teal);font-weight:600;margin-bottom:12px;
  }
  h2.section-title{
    font-family:var(--font-heading);
    font-size:clamp(24px, 3vw, 32px);line-height:1.15;font-weight:500;color:#fff;
    margin-bottom:20px;letter-spacing:-0.02em;
  }
  .section-lead{
    font-size:16px;color:var(--mist);max-width:660px;line-height:1.6;
  }

  /* ---------- Hero ---------- */
  .hero {
    position:relative;
    padding:120px 0 32px;
    overflow:hidden;
    background:transparent;
  }
  .hero-grid{
    display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;
  }
  .hero h1{
    font-family:var(--font-hero);
    font-size:clamp(2rem, 3.25vw, 6rem);line-height:1.1;font-weight:700;letter-spacing:-0.02em;
    margin:12px 0 16px;max-width:600px;
  }
  .hero p.lead{font-size:17px;color:var(--mist);line-height:1.6;max-width:560px;margin-bottom:48px;font-weight:400;}
  .hero-cta{display:flex;gap:16px;flex-wrap:wrap;}
  .btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 28px; border-radius: 8px; font-family: var(--font-heading); font-weight: 600; font-size: 15px; text-decoration: none; transition: all 0.3s ease; cursor: pointer; }
  .btn-primary { background: linear-gradient(135deg, #0096c7, #0077b6); color: #fff; box-shadow: 0 4px 15px rgba(0, 150, 199, 0.2); }
  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0, 150, 199, 0.4); color: #fff; }
  .btn-ghost { background: transparent; border: 2px solid rgba(255, 255, 255, 0.3); color: #fff; }
  .btn-ghost:hover { border-color: rgba(255, 255, 255, 0.8); color: #fff; }

  
/* ---------- Radar ---------- */

  .radar-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;}
  .radar{position:relative;width:340px;height:340px;}
  .radar svg{width:100%;height:100%;overflow:visible;}
  .radar-caption{
    font-family:var(--font-mono);font-size:13px;color:var(--text-mute);
    margin-top:26px;text-align:center;letter-spacing:.3px;
  }
  .sweep{transform-origin:170px 170px;animation:spin 4s linear infinite;}
  @keyframes spin{to{transform:rotate(360deg);}}
  .blip{font-family:var(--font-mono);font-size:12px;fill:var(--text-soft);}

  /* each blip-group fades in when the sweep passes its angle, then fades out
     over the rest of the 4s rotation. Per-blip negative delay = its angle/360*4s */
  .blip-group{animation:reveal 4s linear infinite;opacity:0;}
  @keyframes reveal{
    0%   {opacity:1;}      /* sweep just hit it -> full bright */
    8%   {opacity:1;}
    55%  {opacity:.18;}    /* trailing glow fading */
    92%  {opacity:0;}      /* faded out before sweep comes around again */
    100% {opacity:1;}
  }
  .ping{transform-origin:center;animation:ping 3s ease-out infinite;}
  @keyframes ping{
    0%{r:3;opacity:.7;}
    70%{r:13;opacity:0;}
    100%{r:13;opacity:0;}
  }

  /* ---------- What we analyze ---------- */
  .analyze{padding:56px 0;background:transparent;}
  .card-grid{
    display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:40px;
  }
  .card{
    background:var(--surface);
    border:1px solid var(--hairline);
    border-radius:var(--radius);padding:28px 26px 30px;
    transition:all 0.3s ease;
    box-shadow: 0 4px 20px -2px rgba(0,0,0,0.2);
  }
  .card:hover{
    background:var(--surface-2);
    border-color:var(--teal-glow);
    box-shadow: 0 12px 30px -4px rgba(0,0,0,0.3);
  }
  .card .tag{
    font-family:var(--font-mono);font-size:11px;letter-spacing:0.1em;text-transform:uppercase;
    color:var(--teal);font-weight:600;margin-bottom:12px;display:block;
  }
  .card h3{font-size:18px;font-weight:500;color:#fff;margin:0 0 12px;}
  .card p{font-size:14.5px;color:var(--mist);margin-bottom:18px;line-height:1.55;}
  .card ul{list-style:none;display:flex;flex-direction:column;gap:11px;}
  .card li{font-size:14.5px;color:var(--mist);padding-left:2px;}

  /* ---------- Report depth (tabs) ---------- */
  .report{padding:56px 0;background:transparent;}
  .sample-banner{
    background:var(--surface);
    border:1px solid var(--hairline);
    border-radius:12px;padding:20px 28px;margin:48px 0 18px;
    font-size:16px;color:var(--mist);
  }
  .sample-banner b{color:#fff;font-weight:700;}
  .sample-banner code{font-family:var(--font-mono);color:var(--teal);font-size:15px;}
  .tabs{
    display:flex;gap:36px;border-bottom:1px solid var(--hairline);
    margin-bottom:30px;
  }
  .tab{
    font-family:var(--font-mono);font-size:14.5px;letter-spacing:.05em;
    color:var(--mist-dim);padding:16px 2px;cursor:pointer;
    background:none;border:none;border-bottom:2px solid transparent;
    margin-bottom:-1px;transition:color .2s,border-color .2s;
  }
  .tab:hover{color:var(--mist);}
  .tab.active{color:#fff;border-bottom-color:var(--teal);font-weight:600;}
  .tab-panel{display:none;flex-direction:column;gap:14px;}
  .tab-panel.active{display:flex;}
  .row{
    display:flex;align-items:center;justify-content:space-between;gap:20px;
    background:var(--surface);
    border:1px solid var(--hairline);
    border-radius:10px;padding:18px 22px;
  }
  .row-main{display:flex;align-items:center;gap:14px;font-family:var(--font-mono);font-size:14.5px;color:var(--mist);}
  .row-main b{color:#fff;font-weight:normal;}
  .dot{width:9px;height:9px;border-radius:50%;flex:0 0 auto;}
  .dot.clean{background:var(--cyan);}
  .dot.risk{background:var(--red);}
  .dot.watch{background:var(--amber);}
  .badge{
    font-family:var(--font-mono);font-size:12px;letter-spacing:1.5px;font-weight:600;
    padding:6px 14px;border-radius:20px;border:1px solid;flex:0 0 auto;
  }
  .badge.clean{color:var(--teal);border-color:var(--teal-glow);}
  .badge.risk{color:var(--crimson);border-color:rgba(239,68,68,.5);}
  .badge.watch{color:var(--amber);border-color:rgba(245,158,11,.5);}
  .tab-foot{
    font-family:var(--font-mono);font-size:13.5px;color:var(--mist-dim);margin-top:18px;line-height:1.6;
  }

  /* ---------- Deliverables ---------- */
  .deliverables{padding:56px 0;background:transparent;}
  .num-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-top:40px;}
  .num-card{
    background:var(--surface);
    border:1px solid var(--hairline);
    border-radius:var(--radius);padding:28px 26px 30px;
    transition:all 0.3s ease;
    box-shadow: 0 4px 20px -2px rgba(0,0,0,0.2);
  }
  .num-card:hover{
    background:var(--surface-2);
    border-color:var(--teal-glow);
    box-shadow: 0 12px 30px -4px rgba(0,0,0,0.3);
  }
  .num-card .step{
    font-family:var(--font-mono);font-size:11px;letter-spacing:0.1em;color:var(--teal);
    margin-bottom:12px;text-transform:uppercase;display:block;
  }
  .num-card h3{font-size:18px;font-weight:500;color:#fff;margin:0 0 12px;}
  .num-card p{font-size:14.5px;color:var(--mist);line-height:1.55;}

  /* ---------- Summary table ---------- */
  .summary{padding:56px 0;background:transparent;}
  .table{
    margin-top:50px;border:1px solid var(--hairline);border-radius:var(--radius);overflow:hidden;
    background:var(--surface);
  }
  .table-row{
    display:grid;grid-template-columns:1fr 1.4fr 1.4fr;gap:30px;
    padding:22px 28px;border-bottom:1px solid var(--hairline);
  }
  .table-row:last-child{border-bottom:none;}
  .table-head{font-weight:600;color:#fff;font-size:16px;background:var(--surface-2);}
  .table-row .deliverable{font-family:var(--font-mono);font-size:14.5px;color:var(--teal);line-height:1.5;}
  .table-row .desc,.table-row .value{font-size:14.5px;color:var(--mist);line-height:1.5;}

  /* ---------- Callout ---------- */
  .matters{padding:56px 0;background:transparent;}
  .callout{
    max-width:880px;margin:0 auto;text-align:center;
    background:var(--surface);
    border:1px solid var(--hairline);
    border-radius:var(--radius);padding:46px 40px;
  }
  .callout h2{font-size:clamp(24px, 3vw, 32px);font-weight:500;color:#fff;margin-bottom:18px;}
  .callout p{font-size:16px;color:var(--mist);margin-bottom:34px;line-height:1.6;}
  .callout p:last-child{margin-bottom:0;}


  /* ---------- Responsive ---------- */
  @media (max-width:1024px){
    .hero-grid{grid-template-columns:1fr;}
    .radar-wrap{order:-1;}
    .card-grid{grid-template-columns:repeat(2,1fr);}
    .num-grid{grid-template-columns:repeat(2,1fr);}
    .foot-grid{grid-template-columns:repeat(3,1fr);}
    .hero h1{font-size:48px;}
  }
  @media (max-width:680px){
    .wrap{padding:0 22px;}
    .nav-links{gap:18px;}
    .hero h1{font-size:36px;}
    h2.section-title{
    font-family:var(--font-heading);font-size:34px;}
    .card-grid,.num-grid{grid-template-columns:1fr;}
    .tabs{gap:18px;overflow-x:auto;}
    .table-row{grid-template-columns:1fr;gap:8px;}
    .table-head{display:none;}
    .foot-grid{grid-template-columns:1fr 1fr;}
    .callout{padding:36px 24px;}
    .row{flex-wrap:wrap;}
  }
  @media (prefers-reduced-motion:reduce){
    .sweep,.ping{animation:none;}
    .blip-group{animation:none;opacity:1;}
  }

