/* ==========================================================================
   Clarity v2 — Command Centre: hero, radial orbit, telemetry, scanner,
   live showcases. Atmosphere + radial technique adapted from the HR portal;
   MDR console / AI Data Guard adapted from the Proposals portal.
   Refined = default. Bold = body.motion-bold (the "push it further" setting).
   ========================================================================== */

/* ---------- Atmospheric background layers ---------- */
.bg { position: fixed; inset: 0; z-index: 0; pointer-events: none; }
.bg.grid {
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at 70% 30%, #000 0%, transparent 72%);
  opacity: .6; animation: drift 60s linear infinite;
}
.bg.scan {
  background: repeating-linear-gradient(0deg, rgba(255,255,255,.02) 0 1px, transparent 1px 3px);
  mix-blend-mode: overlay; opacity: 0; transition: opacity .4s;
}
body.motion-bold .bg.grid { animation-duration: 26s; opacity: .8; }
body.motion-bold .bg.scan { opacity: .5; }
@keyframes drift { to { background-position: 48px 48px; } }
.container, .section, .site-footer { position: relative; z-index: 1; }

/* ---------- Hero ---------- */
.hero { padding: 60px 0 40px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 40px; align-items: center; }
.hero h1 { margin: 18px 0 0; }
.hero h1 .grad {
  background: linear-gradient(100deg, var(--brand-blue), var(--brand));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero .lead { margin-top: 20px; max-width: 540px; }
.hero-cta { display: flex; gap: 13px; margin-top: 30px; flex-wrap: wrap; }

/* Motion toggle */
.motion-toggle { display: inline-flex; margin-top: 26px; padding: 4px; border: 1px solid var(--line);
  border-radius: 999px; background: var(--panel); gap: 3px; align-items: center; }
.motion-toggle .mt-label { font-family: var(--mono); font-size: .66rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--muted); padding: 0 10px 0 12px; }
.motion-toggle button { border: none; background: transparent; color: var(--muted); font-family: var(--mono);
  font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; padding: 7px 15px; border-radius: 999px; transition: .18s; }
.motion-toggle button.on { background: var(--signal); color: #04201b; }

/* ---------- Radial orbit ---------- */
.orbit-wrap { display: grid; place-items: center; position: relative; }
.orbit { position: relative; width: min(500px, 88vw); aspect-ratio: 1; }
.ringline { position: absolute; border: 1px dashed var(--line-2); border-radius: 50%; }
.ringline.r1 { inset: 6%; animation: spin 120s linear infinite; }
.ringline.r2 { inset: 20%; border-color: var(--line); animation: spin 90s linear infinite reverse; }
body.motion-bold .ringline.r1 { animation-duration: 40s; }
body.motion-bold .ringline.r2 { animation-duration: 30s; }
@keyframes spin { to { transform: rotate(360deg); } }

/* conic sweep — only visible in bold */
.orbit-sweep { position: absolute; inset: 6%; border-radius: 50%; opacity: 0; transition: opacity .5s;
  background: conic-gradient(from 0deg, transparent, rgba(70,224,194,.22) 40%, transparent 55%);
  mask: radial-gradient(circle, transparent 62%, #000 63%); }
body.motion-bold .orbit-sweep { opacity: 1; animation: spin 7s linear infinite; }

/* Core */
.core { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 4;
  width: 150px; height: 150px; display: grid; place-items: center; }
.core-ring { position: absolute; inset: 0; }
.core-disc { position: absolute; inset: 14px; border-radius: 50%;
  background: radial-gradient(circle at 50% 35%, var(--panel-2), var(--ink-2));
  border: 1.5px solid var(--signal); box-shadow: 0 0 34px rgba(70,224,194,.32), inset 0 0 20px rgba(0,0,0,.6);
  display: flex; flex-direction: column; align-items: center; justify-content: center; }
body.motion-bold .core-disc { animation: coreBreathe 3s ease-in-out infinite; }
@keyframes coreBreathe { 0%,100%{box-shadow:0 0 34px rgba(70,224,194,.3),inset 0 0 20px rgba(0,0,0,.6)} 50%{box-shadow:0 0 52px rgba(70,224,194,.55),inset 0 0 20px rgba(0,0,0,.6)} }
.core-disc img { height: 30px; margin-bottom: 4px; }
.core-pct { font-family: var(--display); font-size: 1.7rem; font-weight: 600; line-height: 1; color: #fff; }
.core-lvl { font-family: var(--mono); font-size: .52rem; letter-spacing: .16em; text-transform: uppercase; color: var(--signal); margin-top: 3px; }
.core-meter { fill: none; stroke: var(--signal); stroke-width: 4; stroke-linecap: round;
  filter: drop-shadow(0 0 5px rgba(70,224,194,.6)); transition: stroke-dashoffset 1.8s cubic-bezier(.16,1,.3,1); }
.core-track { fill: none; stroke: var(--line); stroke-width: 4; }

/* Nodes */
.node { position: absolute; transform: translate(-50%,-50%); text-align: center; z-index: 3;
  width: 96px; animation: pop .6s backwards; }
.node { animation-delay: calc(.12s * var(--i) + .2s); }
@keyframes pop { from { opacity: 0; transform: translate(-50%,-50%) scale(.5); } to { opacity: 1; } }
.node .orb { width: 62px; height: 62px; margin: 0 auto 8px; border-radius: 18px; display: grid; place-items: center;
  background: rgba(16,29,46,.85); border: 1px solid var(--line-2); backdrop-filter: blur(6px); color: var(--signal);
  transition: transform .25s, box-shadow .25s, border-color .25s, color .25s; position: relative; }
.node .orb svg { width: 26px; height: 26px; }
.node .node-label { font-family: var(--mono); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.node:hover .orb, .node:focus .orb { transform: translateY(-5px) scale(1.08); border-color: var(--signal);
  box-shadow: 0 0 0 1px var(--signal), 0 16px 34px -12px rgba(70,224,194,.7); color: #fff; }
.node:hover .node-label, .node:focus .node-label { color: #fff; }
body.motion-bold .node .orb { animation: nodeFloat 4s ease-in-out infinite; animation-delay: calc(.4s * var(--i)); }
@keyframes nodeFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-6px)} }
/* radar pulse on nodes in bold */
body.motion-bold .node .orb::after { content: ""; position: absolute; inset: 0; border-radius: 18px;
  animation: nodeRadar 2.6s ease-out infinite; animation-delay: calc(.3s * var(--i)); }
@keyframes nodeRadar { 0%{box-shadow:0 0 0 0 rgba(70,224,194,.4)} 70%{box-shadow:0 0 0 16px rgba(70,224,194,0)} 100%{box-shadow:0 0 0 0 rgba(70,224,194,0)} }

/* Readout panel under orbit */
.readout { margin-top: 52px; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 16px 20px; max-width: 460px; transition: border-color .3s; }
.readout.flash { border-color: var(--signal); }
.readout .r-tag { font-family: var(--mono); font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; color: var(--signal); }
.readout h3 { font-size: 1.08rem; margin: 5px 0 4px; }
.readout p { color: var(--muted); font-size: .92rem; margin: 0; }

/* ---------- Telemetry bar ---------- */
.telemetry { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line);
  border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin-top: 34px; }
.telemetry .cell { background: var(--panel); padding: 22px 24px; }
.telemetry .t-lbl { font-family: var(--mono); font-size: .64rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); display: flex; align-items: center; gap: 7px; }
.telemetry .t-lbl::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 0 rgba(70,224,194,.6); animation: pulse 2.6s infinite; }
.telemetry .t-val { font-family: var(--display); font-size: 1.9rem; font-weight: 600; color: #fff; margin-top: 8px; font-variant-numeric: tabular-nums; }
.telemetry .t-val .u { color: var(--signal); font-size: 1.1rem; }

/* ---------- Dark-web scanner ---------- */
.scanner { margin-top: 20px; background: linear-gradient(160deg, var(--panel), var(--ink-2));
  border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 28px; }
.scanner .s-head { display: flex; align-items: center; gap: 12px; margin-bottom: 6px; }
.scanner .s-head .si { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center;
  background: rgba(242,118,107,.12); color: var(--alert); border: 1px solid rgba(242,118,107,.25); }
.scanner .s-head .si svg { width: 21px; height: 21px; }
.scanner h3 { font-size: 1.2rem; }
.scanner p.s-sub { color: var(--muted); font-size: .94rem; margin: 2px 0 16px; }
#scan-form { display: flex; gap: 10px; flex-wrap: wrap; }
#scan-form input { flex: 1; min-width: 220px; padding: 14px 16px; border-radius: 11px; border: 1px solid var(--line-2);
  background: var(--ink); color: #fff; font-family: var(--mono); font-size: .95rem; }
#scan-form input:focus { outline: none; border-color: var(--alert); }
.scan-stage { margin-top: 16px; }
.scan-stage.scanning, .scan-stage.done { padding: 18px; border: 1px solid var(--line); border-radius: 11px; background: var(--ink-2); position: relative; overflow: hidden; }
.scan-line { position: absolute; left: 0; top: 0; height: 2px; width: 40%; background: linear-gradient(90deg, transparent, var(--alert), transparent); animation: scanSweep 1.1s linear infinite; }
@keyframes scanSweep { 0%{left:-40%} 100%{left:100%} }
.scan-stage .mono { font-family: var(--mono); font-size: .8rem; letter-spacing: .1em; color: var(--attention); }
.scan-sub { color: var(--muted); font-size: .88rem; margin-top: 6px; }
.dots::after { content: "…"; animation: dots 1.2s steps(4) infinite; }
@keyframes dots { 0%{content:""} 25%{content:"."} 50%{content:".."} 75%{content:"…"} }
.scan-result { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 12px; }
.scan-badge { flex: none; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: rgba(70,224,194,.14); color: var(--signal); border: 1px solid rgba(70,224,194,.3); }
.scan-badge svg { width: 20px; height: 20px; }
.scan-result b { color: #fff; }

/* ---------- Capability strip ---------- */
.cap-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.cap { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 18px; transition: .2s; }
.cap:hover { border-color: var(--signal); transform: translateY(-3px); }
.cap .c-ic { color: var(--signal); margin-bottom: 10px; }
.cap .c-ic svg { width: 22px; height: 22px; }
.cap b { color: #fff; font-size: .96rem; display: block; margin-bottom: 4px; }
.cap span { color: var(--muted); font-size: .84rem; line-height: 1.45; }

/* ---------- MDR console (from proposals) ---------- */
.showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.mdr-console { background: #06121c; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.mdr-bar { display: flex; align-items: center; gap: 8px; padding: 12px 16px; border-bottom: 1px solid var(--line); background: var(--ink-2); }
.mdr-bar i { width: 10px; height: 10px; border-radius: 50%; background: #24384d; display: inline-block; }
.mdr-bar i.live { background: var(--alert); box-shadow: 0 0 0 0 rgba(242,118,107,.6); animation: pulse-r 2s infinite; }
@keyframes pulse-r { 0%{box-shadow:0 0 0 0 rgba(242,118,107,.6)} 70%{box-shadow:0 0 0 8px rgba(242,118,107,0)} }
.mdr-bar span { font-family: var(--mono); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-left: auto; }
.mdr-body { padding: 16px; font: 500 12.5px var(--mono); color: #83a6b6; line-height: 1.9; min-height: 190px; }
.mdr-line { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; opacity: 0; }
.mdr-line .warn { color: var(--alert); } .mdr-line .okk { color: var(--signal); }
.mdr-line.l1 { animation: mdrL1 12s linear infinite; } .mdr-line.l2 { animation: mdrL2 12s linear infinite; }
.mdr-line.l3 { animation: mdrL3 12s linear infinite; } .mdr-line.l4 { animation: mdrL4 12s linear infinite; }
.mdr-line.l5 { animation: mdrL5 12s linear infinite; }
@keyframes mdrL1 { 0%,7%{opacity:0} 10%{opacity:1} 96%{opacity:1} 100%{opacity:0} }
@keyframes mdrL2 { 0%,23%{opacity:0} 26%{opacity:1} 96%{opacity:1} 100%{opacity:0} }
@keyframes mdrL3 { 0%,29%{opacity:0} 33%{opacity:1} 96%{opacity:1} 100%{opacity:0} }
@keyframes mdrL4 { 0%,47%{opacity:0} 51%{opacity:1} 96%{opacity:1} 100%{opacity:0} }
@keyframes mdrL5 { 0%,66%{opacity:0} 70%{opacity:1} 96%{opacity:1} 100%{opacity:0} }

/* ---------- AI Data Guard scene (from proposals) ---------- */
.aig-scene { background: #06121c; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow); }
.aig-scene svg { width: 100%; height: auto; }
.aig-node text, .aig-cap-ok, .aig-cap-bad { font-family: var(--mono); }
.aig-pkt { opacity: 0; }
.aig-block, .aig-cap-ok, .aig-cap-bad { opacity: 0; }
.aig-ok { animation: aigOk 3.6s linear infinite; }
.aig-ok.o2 { animation-delay: 1.8s; }
.aig-bad { animation: aigBad 3.6s ease-in-out .9s infinite; }
.aig-block { animation: aigBlock 3.6s ease .9s infinite; }
.aig-cap-ok { animation: aigCap 3.6s ease infinite; }
.aig-cap-bad { animation: aigCap 3.6s ease .9s infinite; }
@keyframes aigOk { 0%{transform:translateX(0);opacity:0} 5%{opacity:1} 90%{opacity:1} 100%{transform:translateX(384px);opacity:0} }
@keyframes aigBad { 0%{transform:translateX(0);opacity:0} 8%{opacity:1} 40%{transform:translateX(168px)} 50%{transform:translateX(150px)} 100%{transform:translateX(0);opacity:0} }
@keyframes aigBlock { 0%,32%{opacity:0} 40%{opacity:1} 54%{opacity:0} 100%{opacity:0} }
@keyframes aigCap { 0%,18%{opacity:0} 34%,72%{opacity:.95} 90%,100%{opacity:0} }

/* ---------- Steps (AI page) ---------- */
.steps4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.stp { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.stp .n { font-family: var(--mono); font-size: .7rem; letter-spacing: .14em; color: var(--brand); }
.stp h4 { font-size: 1.05rem; margin: 10px 0 6px; color: #fff; }
.stp p { color: var(--muted); font-size: .9rem; }
@media (max-width: 900px){ .steps4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px){ .steps4 { grid-template-columns: 1fr; } }

/* ---------- Forms (contact) ---------- */
.form-card { background: linear-gradient(160deg, var(--panel), var(--ink-2)); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-family: var(--mono); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 7px; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 15px; border-radius: 11px; border: 1px solid var(--line-2);
  background: var(--ink); color: #fff; font-family: var(--body); font-size: .96rem; transition: .18s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--signal); box-shadow: 0 0 0 3px rgba(70,224,194,.15); }
.field textarea { resize: vertical; min-height: 110px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-note { font-family: var(--mono); font-size: .72rem; color: var(--faint); margin-top: 10px; }
.form-success { display: none; align-items: center; gap: 10px; margin-top: 14px; padding: 14px; border-radius: 11px; background: rgba(70,224,194,.12); color: var(--signal); border: 1px solid rgba(70,224,194,.25); font-weight: 600; }
.info-item { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.info-item:last-child { border-bottom: none; }
.info-item .ii { flex: none; width: 44px; height: 44px; border-radius: 11px; display: grid; place-items: center; background: rgba(70,224,194,.1); color: var(--signal); border: 1px solid rgba(70,224,194,.2); }
.info-item .ii svg { width: 21px; height: 21px; }
.info-item b { display: block; color: #fff; }
.info-item a, .info-item span { color: var(--muted); }
.info-item a:hover { color: var(--signal); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: start; }
@media (max-width: 900px){ .contact-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px){ .form-row { grid-template-columns: 1fr; } }

/* ---------- Star rating / social proof ---------- */
.stars { display: inline-flex; gap: 2px; color: var(--brand); }
.stars svg { width: 16px; height: 16px; fill: currentColor; }
.hero-rating { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 22px; font-size: .9rem; color: var(--muted); flex-wrap: wrap; }
.hero-rating b { color: #fff; }
.hero-rating .sep { width: 4px; height: 4px; border-radius: 50%; background: var(--line-2); }

/* ---------- Difference bar (replaces vanity metrics) ---------- */
.diffbar { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.diffbar .d { background: var(--panel); padding: 24px 22px; }
.diffbar .d svg { width: 22px; height: 22px; color: var(--signal); margin-bottom: 12px; }
.diffbar .d b { display: block; color: #fff; font-family: var(--display); font-size: 1.06rem; font-weight: 600; }
.diffbar .d span { color: var(--muted); font-size: .85rem; }

/* ---------- Switch / pain-points ---------- */
.switch-card { background: linear-gradient(160deg, var(--panel), var(--ink-2)); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; transition: .22s; }
.switch-card:hover { border-color: var(--line-2); transform: translateY(-3px); }
.switch-old { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: .95rem; padding-bottom: 14px; margin-bottom: 14px; border-bottom: 1px dashed var(--line-2); }
.switch-old svg { width: 18px; height: 18px; color: var(--alert); flex: none; margin-top: 2px; }
.switch-new { display: flex; gap: 10px; align-items: flex-start; color: var(--text); font-size: .98rem; }
.switch-new svg { width: 18px; height: 18px; color: var(--signal); flex: none; margin-top: 2px; }
.switch-new b { color: #fff; }

/* ---------- Testimonial video ---------- */
.video-frame { position: relative; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); aspect-ratio: 16/9; background: #06121c; }
.video-frame iframe, .video-frame video, .video-frame .video-thumb { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; object-fit: cover; }
.video-poster { position: absolute; inset: 0; display: grid; place-items: center; cursor: pointer; z-index: 2;
  background: radial-gradient(120% 120% at 50% 30%, rgba(58,122,165,.22), transparent 60%), linear-gradient(160deg, var(--panel), var(--ink-2)); text-align: center; transition: background .3s; }
/* when a real preview frame is behind the poster, use a translucent scrim so it shows through */
.video-frame.has-preview .video-poster { background: radial-gradient(120% 120% at 50% 42%, rgba(0,0,0,.12), rgba(6,12,20,.58)); }
.video-poster .play { width: 78px; height: 78px; border-radius: 50%; background: var(--brand); color: #2a1800; display: grid; place-items: center; box-shadow: var(--glow-brand); transition: .2s; }
.video-poster:hover .play { transform: scale(1.08); }
.video-poster .play svg { width: 30px; height: 30px; margin-left: 5px; }
.video-poster .vp-note { position: absolute; bottom: 18px; left: 0; right: 0; font-family: var(--mono); font-size: .7rem; letter-spacing: .1em; color: var(--muted); text-transform: uppercase; }
.video-caption { margin-top: 16px; }
.video-caption .stars { margin-bottom: 8px; }

/* ---------- Local areas ---------- */
.arealist { display: flex; flex-wrap: wrap; gap: 10px; }
.arealist.center { justify-content: center; }
.arealist span { font-family: var(--mono); font-size: .82rem; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; padding: 8px 15px; }
.arealist span::before { content: "◉"; color: var(--signal); margin-right: 7px; font-size: .7em; vertical-align: middle; }

/* ---------- Testimonials ---------- */
.quotes { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.quote { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.quote > p { color: var(--text); font-size: 1rem; margin: 0; }
.quote .who { margin-top: 20px; display: flex; align-items: center; gap: 12px; }
.quote .av { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; color: #04201b; background: var(--signal); font-family: var(--display); flex: none; }
.quote .who b { display: block; color: #fff; font-size: .92rem; }
.quote .who span { color: var(--muted); font-size: .82rem; }

@media (max-width: 900px) {
  .diffbar { grid-template-columns: 1fr 1fr; }
  .quotes { grid-template-columns: 1fr; }
}
@media (max-width: 560px) { .diffbar { grid-template-columns: 1fr; } }

/* ---------- CTA band ---------- */
.cta-band { border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 56px; text-align: center;
  background: radial-gradient(120% 120% at 50% 0%, rgba(70,224,194,.1), transparent 55%), var(--panel); }
.cta-band h2 { max-width: 640px; margin: 12px auto 0; }
.cta-band p { color: var(--muted); max-width: 520px; margin: 14px auto 0; }
.cta-band .hero-cta { justify-content: center; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero-grid, .showcase { grid-template-columns: 1fr; }
  .orbit-wrap { order: -1; margin-bottom: 20px; }
  .telemetry { grid-template-columns: 1fr 1fr; }
  .cap-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .telemetry, .cap-grid { grid-template-columns: 1fr; }
  .cta-band { padding: 36px 22px; }
}

/* ---------- 3-column grid variant ---------- */
.cap-grid--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .cap-grid--3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .cap-grid--3 { grid-template-columns: 1fr; } }

/* ---------- Scrolling 5-star reviews ---------- */
.review-wrap { overflow: hidden; position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.review-track { display: flex; gap: 20px; width: max-content; animation: reviewscroll 46s linear infinite; }
.review-wrap:hover .review-track { animation-play-state: paused; }
@keyframes reviewscroll { from { transform: translateX(0); } to { transform: translateX(calc(-50% - 10px)); } }
.review-card { width: 360px; flex: none; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.review-card > p { color: var(--text); font-size: 1rem; margin: 12px 0 0; }
.review-card .who { margin-top: 18px; display: flex; align-items: center; gap: 12px; }
.review-card .av { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; color: #04201b; background: var(--signal); font-family: var(--display); flex: none; }
.review-card .who b { display: block; color: #fff; font-size: .92rem; }
.review-card .who span { color: var(--muted); font-size: .82rem; }
@media (max-width: 560px) { .review-card { width: 300px; } }

/* ---------- Interactive assessment ---------- */
.assess { max-width: 720px; margin: 0 auto; }
.assess-card { background: linear-gradient(160deg, var(--panel), var(--ink-2)); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 36px; }
.assess-progress { height: 6px; background: var(--line); border-radius: 99px; overflow: hidden; margin-bottom: 26px; }
.assess-progress i { display: block; height: 100%; background: var(--signal); width: 0; transition: width .4s ease; }
.assess-qnum { font-family: var(--mono); font-size: .72rem; letter-spacing: .14em; color: var(--muted); text-transform: uppercase; }
.assess-q { font-family: var(--display); font-size: 1.5rem; color: #fff; margin: 12px 0 26px; line-height: 1.2; }
.assess-opts { display: grid; gap: 12px; }
.assess-opt { display: flex; align-items: center; gap: 14px; padding: 16px 18px; border: 1px solid var(--line-2); border-radius: 12px; background: var(--ink); color: var(--text); cursor: pointer; font-size: 1rem; text-align: left; transition: .16s; font-family: inherit; width: 100%; }
.assess-opt:hover { border-color: var(--signal); background: var(--panel-2); transform: translateX(3px); }
.assess-opt .k { font-family: var(--mono); font-size: .82rem; color: var(--signal); width: 20px; }
.assess-result { text-align: center; }
.assess-score { font-family: var(--display); font-size: 4.2rem; color: #fff; font-weight: 600; line-height: 1; }
.assess-score span { color: var(--signal); font-size: 2rem; }
.assess-band { font-family: var(--mono); letter-spacing: .14em; text-transform: uppercase; color: var(--signal); margin: 8px 0 14px; }
.assess-lead { color: var(--muted); max-width: 520px; margin: 0 auto 22px; }
.assess-gaps { text-align: left; background: var(--ink); border: 1px solid var(--line); border-radius: 12px; padding: 18px 22px; margin: 0 auto 24px; max-width: 540px; }
.assess-gaps .assess-qnum { display: block; margin-bottom: 8px; }
.assess-gaps ul { margin: 0; padding: 0; }
.assess-gaps li { color: var(--text); font-size: .95rem; padding: 9px 0 9px 26px; position: relative; border-bottom: 1px solid var(--line); list-style: none; }
.assess-gaps li:last-child { border-bottom: none; }
.assess-gaps li::before { content: "→"; color: var(--attention); position: absolute; left: 0; }
.assess-lead-form { text-align: left; background: var(--ink); border: 1px solid var(--line); border-radius: 14px;
  padding: 22px; margin: 0 auto 6px; max-width: 540px; }
.assess-lead-form .assess-qnum { display: block; }
.assess-lead-form .alf-sub { color: var(--muted); font-size: .9rem; margin: 6px 0 16px; }
.assess-lead-form .alf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.assess-lead-form input { width: 100%; padding: 13px 15px; border-radius: 11px; border: 1px solid var(--line-2);
  background: var(--panel); color: var(--text); font-family: inherit; font-size: .96rem; }
.assess-lead-form input::placeholder { color: var(--faint); }
.assess-lead-form input:focus { outline: none; border-color: var(--signal); box-shadow: 0 0 0 3px rgba(70,224,194,.15); }
.assess-lead-form button { margin-top: 6px; }
.assess-lead-form .form-note { margin-top: 12px; }
.assess-thanks { display: flex; align-items: center; gap: 10px; margin-top: 14px; color: var(--signal); font-weight: 600; }
@media (max-width: 480px) { .assess-lead-form .alf-row { grid-template-columns: 1fr; } }

/* ---------- Platform preview ("see inside") ---------- */
.preview-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.preview { flex: 1 1 340px; max-width: 392px; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: .22s; text-align: left; display: block; }
.preview:hover { border-color: var(--signal); transform: translateY(-4px); box-shadow: var(--shadow); }
.preview .pv-shot { background: #06121c; border-bottom: 1px solid var(--line); height: 180px; display: grid; place-items: center; position: relative; overflow: hidden; }
.preview .pv-shot .badge { position: absolute; top: 12px; left: 12px; font-family: var(--mono); font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; color: var(--signal); background: rgba(70,224,194,.1); border: 1px solid rgba(70,224,194,.25); border-radius: 99px; padding: 4px 9px; }
.preview .pv-body { padding: 20px; }
.preview .pv-body b { color: #fff; display: block; font-size: 1.02rem; }
.preview .pv-body span { color: var(--muted); font-size: .88rem; }
.preview .pv-body .open { color: var(--signal); font-family: var(--mono); font-size: .74rem; margin-top: 10px; display: inline-flex; gap: 6px; align-items: center; }
/* mini recreated visuals */
.mini-ring { width: 120px; height: 120px; }
.mini-ring circle.t { fill: none; stroke: var(--line); stroke-width: 10; }
.mini-ring circle.m { fill: none; stroke: var(--signal); stroke-width: 10; stroke-linecap: round; filter: drop-shadow(0 0 5px rgba(70,224,194,.5)); }
.mini-ring text { fill: #fff; font-family: var(--display); font-weight: 600; }
.mini-gov { width: 100%; padding: 0 22px; display: grid; gap: 8px; }
.mini-gov .row { display: flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: .68rem; color: var(--muted); }
.mini-gov .row i { width: 14px; height: 14px; border-radius: 4px; border: 1px solid var(--line-2); flex: none; }
.mini-gov .row.done i { background: var(--signal); border-color: var(--signal); }
.mini-gov .row.done { color: var(--text); }
.mini-spark { width: 100%; padding: 0 20px; }
@media (max-width: 900px) { .preview-grid { grid-template-columns: 1fr; } }

/* ---------- Switch grid (4 then 2, centred) ---------- */
.switch-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.switch-grid .switch-card { flex: 0 1 calc(33.333% - 11px); min-width: 250px; }
@media (max-width: 900px) { .switch-grid .switch-card { flex: 0 1 calc(50% - 8px); } }
@media (max-width: 560px) { .switch-grid .switch-card { flex: 1 1 100%; } }

/* ---------- Essential 8 maturity heatmap ---------- */
.e8-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.e8-cell { background: var(--ink-2); border: 1px solid var(--line); border-radius: 10px; padding: 14px; }
.e8-name { font-size: .82rem; color: #fff; font-weight: 600; line-height: 1.3; min-height: 2.6em; }
.e8-meter { display: flex; gap: 4px; margin: 10px 0 8px; }
.e8-meter i { height: 6px; flex: 1; border-radius: 3px; background: var(--line); transition: background .3s; }
.e8-lvl { font-family: var(--mono); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.e8-cell[data-lvl="0"] .e8-lvl { color: var(--alert); }
.e8-cell[data-lvl="1"] .e8-meter i:nth-child(-n+1) { background: var(--alert); }
.e8-cell[data-lvl="1"] .e8-lvl { color: var(--alert); }
.e8-cell[data-lvl="2"] .e8-meter i:nth-child(-n+2) { background: var(--attention); }
.e8-cell[data-lvl="2"] .e8-lvl { color: var(--attention); }
.e8-cell[data-lvl="3"] .e8-meter i { background: var(--signal); }
.e8-cell[data-lvl="3"] .e8-lvl { color: var(--signal); }
.e8-legend { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 16px; font-family: var(--mono); font-size: .66rem; color: var(--muted); }
.e8-legend i { display: inline-block; width: 9px; height: 9px; border-radius: 2px; margin-right: 6px; vertical-align: middle; }
@media (max-width: 560px) { .e8-grid { grid-template-columns: 1fr 1fr; } }

/* ---------- Platform preview: real screenshots + lightbox ---------- */
.preview[role="button"] { cursor: zoom-in; }
.pv-shot img { width: 100%; height: 100%; object-fit: cover; object-position: top left; }
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(4,10,18,.9); backdrop-filter: blur(6px); display: none; place-items: center; padding: 32px; cursor: zoom-out; }
.lightbox.open { display: grid; }
.lightbox img { max-width: min(1160px, 94vw); max-height: 90vh; border-radius: 12px; border: 1px solid var(--line-2); box-shadow: 0 40px 90px rgba(0,0,0,.7); }
.lightbox .lb-close { position: absolute; top: 18px; right: 26px; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line-2); background: var(--panel); color: #fff; font-size: 1.6rem; line-height: 1; cursor: pointer; }
.lightbox .lb-close:hover { border-color: var(--signal); color: var(--signal); }

/* ---------- Clickable screenshot frame ---------- */
.shot-frame { position: relative; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); cursor: zoom-in; }
.shot-frame img { width: 100%; display: block; }
.shot-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(70,224,194,0); transition: .22s; pointer-events: none; }
.shot-frame:hover::after { box-shadow: inset 0 0 0 2px var(--signal); }
.shot-hint { position: absolute; bottom: 12px; right: 12px; font-family: var(--mono); font-size: .66rem; letter-spacing: .06em; color: var(--signal); background: rgba(10,17,29,.82); padding: 5px 10px; border-radius: 99px; border: 1px solid var(--line-2); }
.shot-live { position: absolute; top: 12px; left: 12px; font-family: var(--mono); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; color: var(--signal); background: rgba(70,224,194,.12); border: 1px solid rgba(70,224,194,.3); border-radius: 99px; padding: 4px 10px; display: inline-flex; align-items: center; gap: 6px; }
.shot-live::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 0 rgba(70,224,194,.6); animation: pulse 2.6s infinite; }

/* ---------- Posture comparison (vs average Clarity client) ---------- */
.compare { max-width: 820px; margin: 0 auto; }
.cmp-row { margin: 0 0 42px; }
.cmp-head { font-family: var(--mono); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: #fff; margin-bottom: 54px; }
.cmp-head span { color: var(--muted); }
.cmp-bar { height: 14px; border-radius: 20px; background: linear-gradient(90deg, var(--alert), var(--attention) 50%, var(--signal)); position: relative; }
.cmp-pin { position: absolute; top: -12px; transform: translateX(-50%); text-align: center; transition: left 1.2s cubic-bezier(.16,1,.3,1); }
.cmp-pin i { display: block; width: 0; height: 0; margin: 0 auto; border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 11px solid #fff; filter: drop-shadow(0 2px 4px rgba(0,0,0,.6)); }
.cmp-pin b { position: absolute; bottom: 15px; left: 50%; transform: translateX(-50%); white-space: nowrap; font-family: var(--mono); font-size: .66rem; font-weight: 500; background: var(--panel-2); border: 1px solid var(--line-2); border-radius: 99px; padding: 5px 11px; color: #fff; }
.cmp-pin.hi b { border-color: var(--signal); color: var(--signal); }
.cmp-pin.hi i { border-top-color: var(--signal); }
.cmp-scale { display: flex; justify-content: space-between; margin-top: 10px; font-family: var(--mono); font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; color: var(--faint); }

/* ---------- "We get it" — graphic + pain sentiment ---------- */
.getit { display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: center; }
.people-illus { border-radius: var(--radius-lg); border: 1px solid var(--line); overflow: hidden; box-shadow: var(--shadow);
  background: radial-gradient(120% 100% at 50% 15%, rgba(58,122,165,.22), transparent 60%), linear-gradient(160deg, var(--panel), var(--ink-2)); }
.people-illus svg, .people-illus img { width: 100%; height: auto; display: block; }
.getit-list { display: grid; gap: 14px; margin-top: 24px; }
.getit-list li { display: flex; gap: 14px; align-items: flex-start; color: var(--text); font-size: 1.02rem; }
.getit-list .gi { flex: none; width: 36px; height: 36px; border-radius: 9px; display: grid; place-items: center; background: rgba(242,118,107,.1); color: var(--alert); border: 1px solid rgba(242,118,107,.22); }
.getit-list .gi svg { width: 18px; height: 18px; }
.getit-list b { color: #fff; }
@media (max-width: 900px) { .getit { grid-template-columns: 1fr; } .people-illus { max-width: 520px; } }

/* ---------- Awards & memberships logo strip ---------- */
.logos-head { text-align: center; font-family: var(--mono); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin: 48px 0 22px; }
.logo-wrap { overflow: hidden; position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.logo-track { display: flex; gap: 32px; width: max-content; align-items: center; animation: logoscroll 44s linear infinite; }
.logo-wrap:hover .logo-track { animation-play-state: paused; }
@keyframes logoscroll { from { transform: translateX(0); } to { transform: translateX(calc(-50% - 16px)); } }
.logo-chip { flex: none; background: #eef3f8; border-radius: 18px; padding: 34px 52px; height: 300px; display: grid; place-items: center; transition: .2s; }
.logo-chip:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.logo-chip img { max-height: 220px; max-width: 640px; width: auto; object-fit: contain; display: block; }

/* ---------- Journey / how-it-works interactive timeline ---------- */
.journey { margin-top: 46px; }
.jrny-rail { position: relative; display: flex; justify-content: space-between; gap: 12px; }
.jrny-track { position: absolute; top: 37px; left: 12.5%; right: 12.5%; height: 5px; border-radius: 5px;
  background: linear-gradient(90deg, rgba(70,224,194,.14), rgba(255,255,255,.06)); overflow: hidden; }
.jrny-fill { position: absolute; inset: 0 auto 0 0; height: 100%; width: calc(var(--p, 0) * 100%);
  background: linear-gradient(90deg, var(--brand), var(--signal)); border-radius: 5px;
  box-shadow: 0 0 18px -2px rgba(70,224,194,.6); transition: width .7s cubic-bezier(.65,0,.35,1); }
.jstep { position: relative; flex: 1; min-width: 0; display: flex; flex-direction: column; align-items: center;
  gap: 10px; background: none; border: 0; cursor: pointer; padding: 0; color: var(--muted); }
.jdot { position: relative; z-index: 2; width: 74px; height: 74px; border-radius: 50%;
  display: grid; place-items: center; background: var(--panel-2); border: 2px solid var(--line-2);
  color: var(--muted); transition: .35s cubic-bezier(.65,0,.35,1); }
.jdot svg { width: 30px; height: 30px; }
.jstep-no { font-family: var(--mono); font-size: .72rem; letter-spacing: .18em; color: var(--muted); transition: .3s; }
.jstep-lbl { font-family: var(--display, "Space Grotesk"), sans-serif; font-weight: 700; font-size: 1.04rem;
  color: #cdd8e6; letter-spacing: -.01em; transition: .3s; }
.jstep-free { position: absolute; top: -10px; right: 50%; transform: translateX(46px);
  font-family: var(--mono); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase;
  background: var(--signal); color: #04201b; padding: 3px 8px; border-radius: 20px; font-weight: 700; }
.jstep:hover .jdot { border-color: var(--signal); color: var(--signal); transform: translateY(-3px); }
/* completed + active states driven by JS class on rail */
.jstep.is-done .jdot { border-color: var(--signal); color: var(--signal); background: rgba(70,224,194,.1); }
.jstep.is-active .jdot { border-color: var(--brand); color: var(--brand); background: rgba(244,154,60,.12);
  box-shadow: 0 0 0 6px rgba(244,154,60,.12), var(--glow-brand); transform: scale(1.12); }
.jstep.is-active .jstep-lbl { color: #fff; }
.jstep.is-active .jstep-no { color: var(--brand); }
.jstep.is-active .jdot::after { content: ""; position: absolute; inset: -2px; border-radius: 50%;
  border: 2px solid var(--brand); opacity: .5; animation: jpulse 1.8s ease-out infinite; }
@keyframes jpulse { 0% { transform: scale(1); opacity: .5; } 100% { transform: scale(1.5); opacity: 0; } }

.jrny-stage { margin-top: 40px; position: relative; }
.jpanel { display: none; grid-template-columns: .8fr 1.2fr; gap: 40px;
  background: linear-gradient(150deg, var(--panel), #0b1524); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 40px 44px; box-shadow: var(--shadow); }
.jpanel.is-active { display: grid; animation: jfade .55s cubic-bezier(.2,.7,.2,1); }
@keyframes jfade { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.jpanel-side { position: relative; border-right: 1px solid var(--line); padding-right: 34px; }
.jpanel-idx { display: block; font-family: var(--mono); font-weight: 700; font-size: 4.6rem; line-height: 1;
  background: linear-gradient(120deg, var(--brand), var(--signal)); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; opacity: .95; }
.jpanel-head h3 { margin-top: 16px; font-size: 1.7rem; letter-spacing: -.02em; color: #fff; line-height: 1.12; }
.jpanel-sub { margin-top: 8px; color: var(--signal); font-family: var(--mono); font-size: .8rem; letter-spacing: .04em; }
.jpanel-body > p { color: var(--muted); font-size: 1.12rem; line-height: 1.6; }
.jpanel-body b { color: #fff; }
.jchips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.jchip { font-family: var(--mono); font-size: .74rem; letter-spacing: .02em; color: #cdd8e6;
  background: rgba(255,255,255,.04); border: 1px solid var(--line-2); border-radius: 30px; padding: 7px 14px; }
.jchip--free { color: #04201b; background: var(--signal); border-color: var(--signal); font-weight: 700; }
.jlist { display: grid; gap: 12px; margin-top: 22px; }
.jlist li { display: flex; gap: 12px; align-items: flex-start; color: var(--text); line-height: 1.45; }
.jlist li::before { content: ""; flex: none; margin-top: 7px; width: 8px; height: 8px; border-radius: 50%;
  background: var(--signal); box-shadow: 0 0 10px -1px var(--signal); }

@media (max-width: 760px) {
  .jrny-rail { flex-direction: column; gap: 0; padding-left: 4px; }
  .jrny-track { top: 37px; bottom: 37px; left: 41px; right: auto; width: 5px; height: auto; }
  .jrny-fill { inset: 0 0 auto 0; width: 100%; height: calc(var(--p, 0) * 100%); transition: height .7s cubic-bezier(.65,0,.35,1); }
  .jstep { flex-direction: row; justify-content: flex-start; gap: 16px; padding: 12px 0; }
  .jstep-free { position: static; transform: none; margin-left: auto; }
  .jstep-no { display: none; }
  .jpanel { grid-template-columns: 1fr; gap: 24px; padding: 28px 24px; }
  .jpanel-side { border-right: 0; border-bottom: 1px solid var(--line); padding-right: 0; padding-bottom: 20px; }
  .jpanel-idx { font-size: 3.4rem; }
}

/* ---------- Cyber negligence self-check ---------- */
.cybercheck { display: grid; grid-template-columns: 1fr 1.05fr; gap: 34px; align-items: start; }
.cc-callout { position: relative; background: linear-gradient(160deg, rgba(242,118,107,.08), rgba(242,180,90,.05));
  border: 1px solid rgba(242,180,90,.28); border-radius: var(--radius-lg); padding: 34px 34px 36px; overflow: hidden; }
.cc-callout::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
  background: linear-gradient(180deg, var(--alert), var(--attention)); }
.cc-callout h2 { margin-top: 14px; font-size: 1.85rem; letter-spacing: -.02em; color: #fff; line-height: 1.14; }
.cc-callout p { margin-top: 14px; color: var(--muted); line-height: 1.6; }
.cc-callout p b { color: #fff; }
.cc-callout .cc-q { margin-top: 20px; color: #fff; font-weight: 600; font-size: 1.18rem; line-height: 1.4;
  border-top: 1px solid rgba(255,255,255,.09); padding-top: 20px; }

.cc-panel { background: linear-gradient(160deg, var(--panel), #0b1524); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 26px 26px 24px; box-shadow: var(--shadow); }
.cc-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.cc-head-lbl { font-family: var(--mono); font-size: .74rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.cc-count { font-family: "Space Grotesk", sans-serif; font-size: .95rem; color: var(--muted); white-space: nowrap; }
.cc-count b { color: var(--signal); font-size: 1.3rem; }
.cc-list { display: grid; gap: 9px; }
.cc-item { display: flex; align-items: flex-start; gap: 13px; width: 100%; text-align: left; cursor: pointer;
  background: rgba(255,255,255,.02); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 13px 15px; color: var(--text); transition: .18s; }
.cc-item:hover { border-color: var(--line-2); background: rgba(255,255,255,.045); }
.cc-check { flex: none; width: 24px; height: 24px; border-radius: 7px; border: 2px solid var(--line-2);
  display: grid; place-items: center; color: #04201b; transition: .18s; margin-top: 1px; }
.cc-check svg { width: 15px; height: 15px; opacity: 0; transform: scale(.6); transition: .18s; }
.cc-item.on { border-color: rgba(70,224,194,.5); background: rgba(70,224,194,.07); }
.cc-item.on .cc-check { background: var(--signal); border-color: var(--signal); }
.cc-item.on .cc-check svg { opacity: 1; transform: none; }
.cc-text { display: grid; gap: 3px; }
.cc-text b { color: #fff; font-weight: 600; font-size: .98rem; line-height: 1.3; }
.cc-text > span { color: var(--muted); font-size: .86rem; line-height: 1.4; }

.cc-result { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); }
.cc-meter { height: 10px; border-radius: 20px; background: rgba(255,255,255,.06); overflow: hidden; }
.cc-fill { display: block; height: 100%; width: 0; border-radius: 20px; transition: width .5s cubic-bezier(.65,0,.35,1), background .3s; background: var(--muted); }
.cc-verdict { margin-top: 16px; }
.cc-band { display: block; font-family: "Space Grotesk", sans-serif; font-size: 1.15rem; }
.cc-msg { display: block; margin-top: 6px; color: var(--muted); line-height: 1.5; }
.cc-cta { margin-top: 18px; }
/* band colours */
.cybercheck[data-band="none"] .cc-band { color: #fff; }
.cybercheck[data-band="risk"] .cc-fill { background: var(--alert); }
.cybercheck[data-band="risk"] .cc-band { color: var(--alert); }
.cybercheck[data-band="warn"] .cc-fill { background: var(--attention); }
.cybercheck[data-band="warn"] .cc-band { color: var(--attention); }
.cybercheck[data-band="ok"] .cc-fill { background: var(--signal); }
.cybercheck[data-band="ok"] .cc-band { color: var(--signal); }
.cybercheck[data-band="strong"] .cc-fill { background: linear-gradient(90deg, var(--signal), var(--brand)); }
.cybercheck[data-band="strong"] .cc-band { color: var(--signal); }
@media (max-width: 880px) { .cybercheck { grid-template-columns: 1fr; gap: 22px; } }

/* ---------- "In the life" proactive showcase ---------- */
.life-grid { margin-top: 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lifecard { position: relative; background: linear-gradient(160deg, var(--panel), #0b1524); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 26px 24px 24px; transition: .25s; overflow: hidden; }
.lifecard:hover { transform: translateY(-5px); border-color: var(--line-2); box-shadow: var(--shadow); }
.life-ic { width: 62px; height: 62px; border-radius: 16px; display: grid; place-items: center;
  color: var(--signal); background: rgba(70,224,194,.1); border: 1px solid rgba(70,224,194,.24); }
.life-ic svg { width: 31px; height: 31px; }
.life-ttl { display: block; margin-top: 18px; font-family: "Space Grotesk", sans-serif; font-weight: 700;
  font-size: 1.16rem; color: #fff; letter-spacing: -.01em; line-height: 1.2; }
.life-txt { display: block; margin-top: 8px; color: var(--muted); font-size: .94rem; line-height: 1.5; }
.life-chip { position: absolute; top: 22px; right: 22px; font-family: var(--mono); font-size: .66rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; padding: 4px 10px; border-radius: 20px;
  color: var(--signal); background: rgba(70,224,194,.1); }
.lifecard.in .life-ic { animation: ocico .55s .1s cubic-bezier(.34,1.56,.64,1) both; }
/* alert variant — dramatic security moments */
.lifecard--alert::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: var(--alert); opacity: .85; }
.lifecard--alert .life-ic { color: var(--alert); background: rgba(242,118,107,.1); border-color: rgba(242,118,107,.28); }
.lifecard--alert .life-chip { color: var(--alert); background: rgba(242,118,107,.14); }
/* brand variant — proactive / advisory moments */
.lifecard--brand::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: var(--brand); opacity: .85; }
.lifecard--brand .life-ic { color: var(--brand); background: rgba(244,154,60,.12); border-color: rgba(244,154,60,.3); }
.lifecard--brand .life-chip { color: var(--brand); background: rgba(244,154,60,.14); }
@media (max-width: 900px) { .life-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .life-grid { grid-template-columns: 1fr; } }

/* ---------- "We're your IT department" team comparison ---------- */
.team { margin-top: 40px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 26px; align-items: center; }
.team-build { background: linear-gradient(160deg, var(--panel), #0b1524); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 26px 28px; }
.team-build-hd { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px;
  padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.team-build-ttl { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 1.2rem; color: #fff; }
.team-tag { font-family: var(--mono); font-size: .72rem; font-weight: 700; letter-spacing: .04em;
  color: var(--attention); background: rgba(242,180,90,.12); border: 1px solid rgba(242,180,90,.28);
  border-radius: 20px; padding: 5px 12px; white-space: nowrap; }
.team-roles { display: grid; gap: 12px; }
.role { display: flex; align-items: flex-start; gap: 14px; }
.role-ic { flex: none; width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center;
  background: rgba(255,255,255,.04); border: 1px solid var(--line-2); color: var(--muted); }
.role-ic svg { width: 22px; height: 22px; }
.role b { display: block; color: #fff; font-size: 1rem; }
.role > div > span { color: var(--muted); font-size: .9rem; line-height: 1.4; }
.team-cost { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line);
  font-family: var(--mono); font-size: .78rem; letter-spacing: .02em; color: var(--attention); }

.team-or { display: grid; place-items: center; }
.team-or span { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 1.05rem; color: var(--muted);
  width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center;
  border: 1px solid var(--line-2); background: var(--panel); }

.team-clarity { position: relative; background: linear-gradient(160deg, rgba(70,224,194,.09), rgba(244,154,60,.05));
  border: 1px solid rgba(70,224,194,.32); border-radius: var(--radius-lg); padding: 30px 30px 32px;
  box-shadow: var(--glow-signal); }
.team-badge { display: inline-block; font-family: var(--mono); font-size: .68rem; font-weight: 700; letter-spacing: .14em;
  color: #04201b; background: var(--signal); border-radius: 20px; padding: 5px 12px; }
.team-clarity h3 { margin-top: 14px; font-size: 1.7rem; letter-spacing: -.02em; color: #fff; line-height: 1.14; }
.team-clarity > p { margin-top: 12px; color: var(--muted); line-height: 1.6; }
.team-clarity > p b { color: #fff; }
.team-list { display: grid; gap: 11px; margin-top: 20px; }
.team-list li { display: flex; align-items: flex-start; gap: 11px; color: var(--text); line-height: 1.4; }
.team-list li::before { content: ""; flex: none; margin-top: 2px; width: 20px; height: 20px; border-radius: 50%;
  background: rgba(70,224,194,.18) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2346e0c2' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/13px no-repeat; }
.team-list b { color: #fff; }
.team-proactive { display: flex; gap: 14px; margin-top: 22px; padding: 16px 18px;
  background: rgba(244,154,60,.07); border: 1px solid rgba(244,154,60,.28); border-radius: var(--radius); }
.tp-ic { flex: none; width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center;
  color: var(--brand); background: rgba(244,154,60,.12); border: 1px solid rgba(244,154,60,.3); }
.tp-ic svg { width: 20px; height: 20px; }
.team-proactive b { display: block; color: #fff; font-size: 1rem; margin-bottom: 4px; }
.team-proactive > div > span { color: var(--muted); font-size: .92rem; line-height: 1.5; }
@media (max-width: 900px) {
  .team { grid-template-columns: 1fr; gap: 16px; }
  .team-or { order: 0; }
  .team-or span { width: 46px; height: 46px; }
}

/* ---------- Managed-IT outcome graphics ---------- */
.outcomes { margin-top: 40px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.oc { background: linear-gradient(160deg, var(--panel), #0b1524); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 22px 22px 24px; box-shadow: var(--shadow); transition: .25s; }
.oc:hover { transform: translateY(-4px); border-color: var(--line-2); }
.oc-graphic { height: 64px; display: flex; align-items: center; justify-content: flex-start; }
.oc-svg { height: 60px; width: auto; overflow: visible; }
.oc-svg.oc-ring, .oc-svg.oc-gauge { height: 64px; }
.oc-base { stroke: var(--line-2); stroke-width: 2; stroke-dasharray: 2 5; }
.oc-track { stroke: rgba(255,255,255,.09); fill: none; }
.draw { fill: none; stroke-width: 3; stroke-dasharray: 100; stroke-dashoffset: 100; }
.draw.sig { stroke: var(--signal); }
.draw.brand { stroke: var(--brand); }
.oc-end { opacity: 0; }
.oc-end.sig { fill: var(--signal); }
.oc-end.brand { fill: var(--brand); }
.ring-m { fill: none; stroke-dasharray: 100; stroke-dashoffset: 100; }
.ring-m.sig { stroke: var(--signal); }
.oc-pct { fill: #fff; font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 17px; }
.oc-shield { fill: rgba(70,224,194,.08); stroke: var(--signal); stroke-width: 2.4; }
.oc-check { fill: none; stroke: var(--signal); stroke-width: 2.6; stroke-dasharray: 100; stroke-dashoffset: 100; }
.oc-needle { transform: rotate(-58deg); transform-origin: 48px 52px; }
.oc-needle line { stroke: var(--brand); }
.oc-needle circle { fill: var(--brand); }
.oc-bars { display: flex; flex-direction: column; gap: 7px; width: 100%; padding-right: 6px; }
.oc-bars i { display: block; height: 9px; border-radius: 6px; width: 6%;
  background: linear-gradient(90deg, var(--signal-d), var(--signal)); }
.oc-dir { display: inline-flex; align-items: center; gap: 5px; margin-top: 6px;
  font-family: var(--mono); font-size: .72rem; font-weight: 700; letter-spacing: .04em;
  padding: 4px 10px; border-radius: 20px; }
.oc-dir.up { color: var(--signal); background: rgba(70,224,194,.1); }
.oc-dir.up.brandish { color: var(--brand); background: rgba(244,154,60,.12); }
.oc-dir.down { color: var(--signal); background: rgba(70,224,194,.1); }
.oc-dir.fast { color: var(--brand); background: rgba(244,154,60,.12); }
.oc-dir.star { color: var(--brand); background: rgba(244,154,60,.12); }
.oc-dir.human { color: var(--signal); background: rgba(70,224,194,.1); }
/* icon-style graphics */
.oc-ico { height: 50px; color: var(--signal); fill: none; }
.oc-ico.brandish { color: var(--brand); }
.oc.in .oc-ico { animation: ocico .55s .12s cubic-bezier(.34,1.56,.64,1) both; }
@keyframes ocico { from { opacity: 0; transform: scale(.65); } to { opacity: 1; transform: none; } }
/* 5-star CSAT */
.oc-stars { display: flex; gap: 5px; align-items: center; height: 60px; }
.oc-stars svg { width: 27px; height: 27px; fill: var(--brand); opacity: 0; transform: scale(.4) translateY(5px); }
.oc.in .oc-stars svg { animation: ocstar .42s cubic-bezier(.34,1.56,.64,1) forwards; }
.oc.in .oc-stars svg:nth-child(1) { animation-delay: .12s; }
.oc.in .oc-stars svg:nth-child(2) { animation-delay: .24s; }
.oc.in .oc-stars svg:nth-child(3) { animation-delay: .36s; }
.oc.in .oc-stars svg:nth-child(4) { animation-delay: .48s; }
.oc.in .oc-stars svg:nth-child(5) { animation-delay: .60s; }
@keyframes ocstar { to { opacity: 1; transform: none; } }
.oc-title { margin-top: 12px; font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 1.12rem; color: #fff; letter-spacing: -.01em; }
.oc-sub { margin-top: 6px; color: var(--muted); font-size: .92rem; line-height: 1.45; }
.oc-sub b { color: #cfe9e2; }
/* animate when revealed */
.oc.in .draw { animation: ocdraw 1.3s .15s cubic-bezier(.65,0,.35,1) forwards; }
.oc.in .oc-check { animation: ocdraw 1s .5s ease forwards; }
.oc.in .ring-m { animation: ocring 1.3s .2s cubic-bezier(.65,0,.35,1) forwards; }
.oc.in .oc-end { animation: ocpop .4s 1.1s ease forwards; }
.oc.in .oc-needle { animation: ocneedle 1.4s .25s cubic-bezier(.34,1.56,.64,1) forwards; }
.oc.in .oc-bars i { animation: ocbar 1.1s .2s cubic-bezier(.65,0,.35,1) forwards; }
.oc.in .oc-bars i:nth-child(2) { animation-delay: .32s; }
.oc.in .oc-bars i:nth-child(3) { animation-delay: .44s; }
.oc.in .oc-bars i:nth-child(4) { animation-delay: .56s; }
@keyframes ocdraw { to { stroke-dashoffset: 0; } }
@keyframes ocring { to { stroke-dashoffset: var(--ro, 20); } }
@keyframes ocpop { to { opacity: 1; } }
@keyframes ocneedle { to { transform: rotate(24deg); } }
@keyframes ocbar { to { width: var(--w, 80%); } }
@media (max-width: 900px) { .outcomes { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .outcomes { grid-template-columns: 1fr; } }

/* ---------- Australia service map (contact page) ---------- */
.ausmap-wrap { display: grid; grid-template-columns: 1.6fr .9fr; gap: 26px; align-items: center; }
.ausmap { position: relative; background: #06121c; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 18px; box-shadow: var(--shadow); overflow: hidden; }
.ausmap svg { width: 100%; height: auto; display: block; }
.au-land { fill: rgba(70,224,194,.06); stroke: rgba(70,224,194,.45); stroke-width: 2; stroke-linejoin: round; }
.au-cover { fill: url(#auCover); }
.au-callout { stroke: rgba(70,224,194,.5); stroke-width: 1.4; stroke-dasharray: 3 5; }
.au-clabel rect { fill: rgba(6,18,28,.92); stroke: rgba(70,224,194,.4); stroke-width: 1; }
.au-clabel text { fill: var(--signal); font-family: var(--mono); font-size: 16px; letter-spacing: .06em; }
.au-pin .pd { fill: var(--signal); filter: drop-shadow(0 0 5px rgba(70,224,194,.9)); }
.au-pin .pr { fill: none; stroke: var(--signal); stroke-width: 2; opacity: 0;
  transform-box: fill-box; transform-origin: center; animation: aupulse 2.6s ease-out infinite; }
@keyframes aupulse { 0% { transform: scale(.5); opacity: .9; } 70% { opacity: 0; } 100% { transform: scale(3.2); opacity: 0; } }
.ausmap-legend .aml-head { font-family: var(--mono); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--signal); margin-bottom: 14px; }
.ausmap-legend ul { display: grid; gap: 0; }
.ausmap-legend li { display: flex; align-items: center; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--line); color: var(--text); font-size: 1rem; }
.ausmap-legend li:last-child { border-bottom: none; }
.aml-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 8px rgba(70,224,194,.8); flex: none; }
.ausmap-legend .btn { margin-top: 18px; }
@media (max-width: 820px) { .ausmap-wrap { grid-template-columns: 1fr; } }

/* ---------- Other providers vs Clarity comparison ---------- */
.vs-head { text-align: center; margin-top: 56px; }
.vs-head h3 { font-size: 1.95rem; letter-spacing: -.02em; color: #fff; margin-top: 12px; }
.vs { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 16px; align-items: stretch; }
.vs-hd { display: flex; align-items: center; gap: 10px; font-family: "Space Grotesk", sans-serif;
  font-weight: 700; font-size: 1.15rem; padding: 15px 22px; border-radius: var(--radius); }
.vs-hd svg { width: 22px; height: 22px; flex: none; }
.vs-hd-them { color: #f2a39b; background: rgba(242,118,107,.08); border: 1px solid rgba(242,118,107,.25); }
.vs-hd-us { color: #04201b; background: linear-gradient(120deg, var(--signal), var(--brand)); }
.vs-cell { display: flex; align-items: flex-start; gap: 12px; padding: 16px 20px; border-radius: var(--radius);
  font-size: 1.01rem; line-height: 1.42; border: 1px solid var(--line); }
.vs-cell b { color: #fff; }
.vs-cell::before { flex: none; margin-top: 1px; width: 22px; height: 22px; border-radius: 50%;
  display: grid; place-items: center; font-size: .8rem; font-weight: 700; }
.vs-cell.them { color: var(--muted); background: rgba(242,118,107,.045); border-color: rgba(242,118,107,.18); }
.vs-cell.them::before { content: "\2715"; background: rgba(242,118,107,.15); color: var(--alert); }
.vs-cell.us { color: var(--text); background: rgba(70,224,194,.05); border-color: rgba(70,224,194,.2); }
.vs-cell.us::before { content: "\2713"; background: rgba(70,224,194,.18); color: var(--signal); }

.vs-stat { margin-top: 24px; background: linear-gradient(150deg, var(--panel), #0b1524); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 28px 30px; box-shadow: var(--shadow); text-align: center; }
.vs-stat-lbl { font-family: var(--mono); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.vs-stat-row { display: flex; align-items: center; justify-content: center; gap: 30px; margin-top: 18px; }
.vs-stat-side { display: flex; flex-direction: column; gap: 5px; }
.vs-stat-num { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 3.5rem; line-height: 1; }
.vs-stat-cap { font-family: var(--mono); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.vs-stat-side.them .vs-stat-num { color: #f2766b; }
.vs-stat-side.us .vs-stat-num { background: linear-gradient(120deg, var(--brand), var(--signal));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.vs-stat-arrow { color: var(--muted); }
.vs-stat-arrow svg { width: 34px; height: 34px; }
@media (max-width: 620px) {
  .vs-cell { font-size: .9rem; padding: 13px 14px; }
  .vs-hd { font-size: 1rem; padding: 12px 14px; }
  .vs-stat-row { gap: 16px; }
  .vs-stat-num { font-size: 2.4rem; }
}

/* ---------- MDR world-map scene (iframe) ---------- */
.mdr-frame { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: #07151f; }
.mdr-frame iframe { display: block; width: 100%; aspect-ratio: 64/43; border: 0; }
