/* =========================================================
   AI CYBERSECURITY TOOLS — DESIGN TOKENS
   Palette: Deep Navy (authority) + Electric Blue (trust accent)
            + Mint (verified) + Cyber-Orange (conversion CTA)
   Type: Inter (display/body) + JetBrains Mono (technical/data)
   Signature: radar-scan hero + scrolling "verification console" ticker
   ========================================================= */
:root{
  --navy-deep:   #0A1628;
  --navy-mid:    #0F2038;
  --navy-panel:  #16304F;
  --navy-line:   #24466B;

  --blue:        #2E8EFF;
  --blue-soft:   #6BB0FF;
  --mint:        #00D9A3;
  --orange:      #FF6B35;
  --orange-dark: #E4551F;

  --paper:       #F7F9FC;
  --paper-alt:   #EDF2F9;
  --ink:         #0A1628;
  --slate:       #56708F;
  --slate-light: #8AA0BC;
  --white:       #FFFFFF;

  --font-display: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body:    'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, Menlo, monospace;

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 24px;

  --shadow-card: 0 1px 2px rgba(10,22,40,.06), 0 8px 24px -8px rgba(10,22,40,.12);
  --shadow-lift: 0 16px 40px -12px rgba(10,22,40,.35);

  --container: 1180px;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  *,*::before,*::after{ animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; scroll-behavior:auto !important; }
}

body{
  margin:0;
  font-family:var(--font-body);
  color:var(--ink);
  background:var(--paper);
  -webkit-font-smoothing:antialiased;
  line-height:1.55;
}

img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul{ margin:0; padding:0; list-style:none; }
h1,h2,h3,h4{ margin:0; font-family:var(--font-display); }
p{ margin:0; }

.act-container{ max-width:var(--container); margin:0 auto; padding:0 24px; }

.act-skip-link{
  position:absolute; left:-9999px; top:0; background:var(--orange); color:#fff;
  padding:12px 18px; z-index:999; border-radius:0 0 8px 0;
}
.act-skip-link:focus{ left:0; }

:focus-visible{ outline:3px solid var(--blue-soft); outline-offset:2px; }

.act-sr-only{
  position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap;
}

.act-eyebrow{
  font-family:var(--font-mono);
  font-size:12.5px;
  font-weight:600;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:var(--blue);
  margin:0 0 10px;
}
.act-eyebrow--pill{
  display:inline-block;
  padding:7px 14px;
  border:1px solid rgba(46,142,255,.4);
  border-radius:999px;
  background:rgba(46,142,255,.08);
  color:var(--blue-soft);
}

/* =========================================================
   BUTTONS
   ========================================================= */
.act-btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  font-family:var(--font-display); font-weight:700; font-size:15px;
  padding:13px 22px; border-radius:var(--radius-sm);
  border:1px solid transparent; cursor:pointer;
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space:nowrap;
}
.act-btn--lg{ padding:16px 30px; font-size:16.5px; border-radius:10px; }
.act-btn--sm{ padding:9px 14px; font-size:13.5px; border-radius:7px; }

.act-btn--orange{
  background:var(--orange); color:#fff;
  box-shadow:0 8px 20px -6px rgba(255,107,53,.55);
}
.act-btn--orange:hover{ background:var(--orange-dark); transform:translateY(-1px); }

.act-btn--ghost{
  background:rgba(255,255,255,.06); color:#fff; border-color:rgba(255,255,255,.25);
}
.act-btn--ghost:hover{ background:rgba(255,255,255,.14); }

.act-btn--outline{
  background:transparent; color:#fff; border-color:rgba(255,255,255,.35);
}
.act-btn--outline:hover{ border-color:#fff; background:rgba(255,255,255,.08); }

/* =========================================================
   HEADER
   ========================================================= */
.act-header{ background:var(--navy-deep); position:relative; z-index:40; }
.act-header__inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:18px 24px; gap:20px;
}
.act-logo{ display:flex; align-items:center; gap:10px; }
.act-logo__mark{
  display:flex; width:38px; height:38px; align-items:center; justify-content:center;
  background:linear-gradient(145deg, var(--blue), #1660C4);
  border-radius:10px; color:#fff; flex-shrink:0;
}
.act-logo__mark svg{ fill:currentColor; }
.act-logo__text{
  font-family:var(--font-display); font-weight:800; font-size:19px; color:#fff; letter-spacing:-.01em;
}
.act-logo__text--footer{ font-size:20px; }
.act-logo__tld{ color:var(--blue-soft); font-weight:600; }

.act-nav{ display:none; gap:28px; }
.act-nav a{
  color:rgba(255,255,255,.75); font-weight:600; font-size:14.5px; transition:color .15s ease;
}
.act-nav a:hover{ color:#fff; }

.act-header__cta{ display:none; }

@media (min-width:900px){
  .act-nav{ display:flex; }
  .act-header__cta{ display:inline-flex; }
}

.act-header__ribbon{
  display:flex; align-items:center; justify-content:center; gap:8px;
  background:var(--navy-mid); color:var(--mint);
  font-family:var(--font-mono); font-size:12px; letter-spacing:.02em;
  padding:8px 12px; border-top:1px solid rgba(255,255,255,.06);
}
.act-header__ribbon svg{ fill:var(--mint); flex-shrink:0; }

/* =========================================================
   HERO + SIGNATURE RADAR
   ========================================================= */
.act-hero{
  position:relative; overflow:hidden;
  background:radial-gradient(120% 140% at 15% -10%, #143257 0%, var(--navy-deep) 55%, #060D18 100%);
  color:#fff; padding:76px 0 0;
}
.act-hero__scan{
  position:absolute; right:-90px; top:-40px; width:460px; height:460px;
  opacity:.55; pointer-events:none;
}
.act-hero__radar{ width:100%; height:100%; }
.act-radar-ring{
  fill:none; stroke:rgba(46,142,255,.35); stroke-width:1;
}
.act-radar-ring--2{ stroke:rgba(46,142,255,.22); }
.act-radar-ring--3{ stroke:rgba(46,142,255,.12); }
.act-radar-shield{ fill:var(--mint); opacity:.9; }
.act-radar-sweep{
  transform-origin:200px 200px;
  animation:act-sweep 5.5s linear infinite;
}
@keyframes act-sweep{ to{ transform:rotate(360deg); } }

.act-hero__inner{
  position:relative; z-index:2;
  max-width:760px; text-align:left;
  padding-bottom:56px;
}
.act-hero__headline{
  font-size:clamp(32px,5.4vw,54px);
  font-weight:900; line-height:1.08; letter-spacing:-.02em;
  margin:0 0 20px;
}
.act-hero__sub{
  font-size:clamp(16px,2vw,19px); color:rgba(255,255,255,.72);
  max-width:560px; margin:0 0 16px;
}
.act-hero__credential{
  display:flex; align-items:flex-start; gap:8px; max-width:520px;
  font-size:13px; color:var(--mint); font-family:var(--font-mono);
  margin:0 0 30px; line-height:1.5;
}
.act-hero__credential svg{ fill:var(--mint); flex-shrink:0; margin-top:2px; }
.act-hero__actions{ display:flex; flex-wrap:wrap; gap:14px; }

/* Signature ticker: scrolling verification console */
.act-ticker{
  position:relative; z-index:2;
  background:#060D18; border-top:1px solid rgba(255,255,255,.08);
  overflow:hidden; white-space:nowrap; padding:12px 0;
}
.act-ticker__track{
  display:inline-flex; gap:44px;
  animation:act-ticker-scroll 28s linear infinite;
}
@keyframes act-ticker-scroll{
  from{ transform:translateX(0); }
  to{ transform:translateX(-50%); }
}
.act-ticker__item{
  display:inline-flex; align-items:center; gap:8px;
  font-family:var(--font-mono); font-size:12.5px; color:var(--mint);
  letter-spacing:.01em;
}
.act-ticker__item svg{ fill:var(--mint); flex-shrink:0; }

/* =========================================================
   ABOUT / AUTHORITY BLOCK
   ========================================================= */
.act-about{ background:var(--paper); padding:52px 0; border-bottom:1px solid #E2E9F2; }
.act-about__inner{
  display:flex; flex-direction:column; gap:22px;
  background:#fff; border:1px solid #E2E9F2; border-radius:var(--radius-lg);
  padding:32px; box-shadow:var(--shadow-card);
}
@media (min-width:720px){
  .act-about__inner{ flex-direction:row; align-items:flex-start; padding:40px; gap:30px; }
}
.act-about__avatar{
  flex-shrink:0; width:64px; height:64px; border-radius:50%;
  background:var(--navy-panel); color:var(--blue-soft);
  display:flex; align-items:center; justify-content:center;
}
.act-about__text{ font-size:16.5px; color:#233247; max-width:680px; }
.act-about__proof{ margin-top:18px; display:flex; flex-direction:column; gap:10px; }
.act-about__proof li{
  display:flex; align-items:flex-start; gap:9px;
  font-size:14px; color:var(--slate); font-weight:500;
}
.act-about__proof svg{ fill:var(--mint); flex-shrink:0; margin-top:2px; }

/* =========================================================
   COMPARISON TABLE
   ========================================================= */
.act-compare{ background:var(--paper); padding:64px 0; }
.act-section-head{ text-align:left; margin-bottom:30px; }
.act-section-title{
  font-size:clamp(24px,3.4vw,34px); font-weight:800; letter-spacing:-.015em; color:var(--ink);
}
.act-section-head--light .act-section-title{ color:#fff; }

.act-table-wrap{
  overflow-x:auto; border-radius:var(--radius-md);
  border:1px solid #DCE4F0; box-shadow:var(--shadow-card);
  background:#fff; -webkit-overflow-scrolling:touch;
}
.act-table{ width:100%; border-collapse:collapse; min-width:640px; }
.act-table thead th{
  font-family:var(--font-mono); font-size:11.5px; letter-spacing:.05em; text-transform:uppercase;
  color:var(--slate); text-align:left; padding:16px 18px;
  background:var(--paper-alt); border-bottom:1px solid #DCE4F0;
}
.act-table tbody td{
  padding:18px; border-bottom:1px solid #EEF2F8; font-size:15px; vertical-align:middle;
}
.act-table tbody tr:last-child td{ border-bottom:none; }
.act-table tbody tr:hover{ background:#FAFCFF; }
.act-table__tool{ font-weight:800; color:var(--ink); font-size:15.5px; }

.act-rating{ display:inline-flex; align-items:center; gap:2px; }
.act-star{ fill:#D8E0EC; }
.act-star--full{ fill:var(--orange); }
.act-star--half{ fill:var(--blue-soft); }
.act-rating-num{ margin-left:6px; font-family:var(--font-mono); font-size:12px; color:var(--slate); }

.act-pill{
  display:inline-block; font-family:var(--font-mono); font-size:12px; font-weight:600;
  padding:5px 10px; border-radius:999px;
}
.act-pill--mint{ background:rgba(0,217,163,.12); color:#008F6C; }

.act-table__hint{
  display:block; margin-top:10px; font-size:12.5px; color:var(--slate-light); font-family:var(--font-mono);
}
@media (min-width:860px){ .act-table__hint{ display:none; } }

/* =========================================================
   DEEP-DIVE REVIEWS
   ========================================================= */
.act-reviews{ background:var(--navy-deep); padding:64px 0 70px; }
.act-review-list{ display:flex; flex-direction:column; gap:16px; }
.act-review-card{
  display:flex; gap:20px; background:var(--navy-panel);
  border:1px solid var(--navy-line); border-radius:var(--radius-md);
  padding:26px 28px;
}
.act-review-card__index{
  font-family:var(--font-mono); font-size:13px; color:var(--blue-soft);
  flex-shrink:0; opacity:.8; padding-top:2px;
}
.act-review-card__head{
  display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap;
  margin-bottom:10px;
}
.act-review-card__head h4{ color:#fff; font-size:20px; font-weight:800; }
.act-review-card .act-rating-num{ color:var(--slate-light); }
.act-review-card p{ color:rgba(255,255,255,.72); font-size:15px; max-width:680px; }
.act-review-card__bullets{ display:flex; flex-direction:column; gap:9px; margin-top:16px; max-width:600px; }
.act-review-card__bullets li{
  display:flex; align-items:flex-start; gap:9px; font-size:13.5px; color:rgba(255,255,255,.78);
}
.act-review-card__bullets svg{ fill:var(--mint); flex-shrink:0; margin-top:2px; }
.act-review-card__verdict{ font-weight:700; color:#fff; }
.act-review-card__verdict svg{ fill:var(--orange); }
.act-link-cta{
  display:inline-flex; align-items:center; gap:6px; margin-top:16px;
  color:var(--mint); font-weight:700; font-size:14px;
}
.act-link-cta svg{ stroke:var(--mint); fill:none; stroke-width:2.4; transition:transform .15s ease; }
.act-link-cta:hover svg{ transform:translateX(3px); }

/* =========================================================
   LATEST GUIDES
   ========================================================= */
.act-guides{ background:var(--paper); padding:0 0 64px; }
.act-guides__grid{ display:grid; gap:20px; grid-template-columns:1fr; }
@media (min-width:760px){ .act-guides__grid{ grid-template-columns:repeat(3,1fr); } }

.act-guide-card{
  display:flex; flex-direction:column;
  background:#fff; border:1px solid #E2E9F2; border-radius:var(--radius-md);
  overflow:hidden; box-shadow:var(--shadow-card);
  transition:transform .18s ease, box-shadow .18s ease;
  opacity:0; transform:translateY(14px);
  animation:act-card-in .5s ease forwards;
  animation-delay:var(--act-stagger, 0ms);
}
@keyframes act-card-in{ to{ opacity:1; transform:translateY(0); } }
.act-guide-card:hover{ transform:translateY(-4px); box-shadow:var(--shadow-lift); }

.act-guide-card__media{
  position:relative; aspect-ratio:16/9; background:linear-gradient(135deg, var(--navy-mid), var(--navy-panel));
  display:flex; align-items:center; justify-content:center; overflow:hidden;
}
.act-guide-card__media img{ width:100%; height:100%; object-fit:cover; }
.act-guide-card__media-fallback{ color:var(--blue-soft); opacity:.8; }
.act-guide-card__media-fallback svg{ fill:currentColor; }
.act-pill--cat{
  position:absolute; top:10px; left:10px;
  background:rgba(10,22,40,.72); color:#fff; backdrop-filter:blur(2px);
}
.act-pill--new{
  position:absolute; top:10px; right:10px;
  background:var(--orange); color:#fff;
}

.act-guide-card__body{ display:flex; flex-direction:column; gap:8px; padding:20px 22px 22px; flex-grow:1; }
.act-guide-card__meta{
  font-family:var(--font-mono); font-size:11.5px; color:var(--slate-light); letter-spacing:.02em;
}
.act-guide-card h4{ font-size:18px; font-weight:800; color:var(--ink); line-height:1.3; }
.act-guide-card p{ font-size:14px; color:var(--slate); flex-grow:1; }
.act-link-cta--dark{ color:var(--blue); }
.act-link-cta--dark svg{ stroke:var(--blue); }

/* =========================================================
   AD SLOTS (AdSense-ready containers — inert until code is added)
   ========================================================= */
.act-ad-slot{
  max-width:var(--container); margin:0 auto; padding:0 24px 48px;
  display:flex; justify-content:center;
}
.act-ad-slot__inner{
  width:100%; min-height:0; text-align:center;
}
.act-ad-slot__label{
  display:block; font-family:var(--font-mono); font-size:10.5px; letter-spacing:.08em;
  text-transform:uppercase; color:var(--slate-light); margin-bottom:8px;
}

/* =========================================================
   FINAL CTA
   ========================================================= */
.act-final-cta{
  background:linear-gradient(120deg, var(--navy-deep), #102845);
  padding:60px 0 76px; text-align:center; color:#fff;
}
.act-final-cta__inner{ display:flex; flex-direction:column; align-items:center; gap:14px; max-width:560px; margin:0 auto; }
.act-final-cta svg{ fill:var(--mint); }
.act-final-cta h3{ font-size:clamp(22px,3vw,30px); font-weight:800; }
.act-final-cta p{ color:rgba(255,255,255,.68); margin-bottom:8px; }

/* =========================================================
   FOOTER
   ========================================================= */
.act-footer{ background:#060D18; color:rgba(255,255,255,.65); padding:52px 0 24px; }
.act-footer__grid{
  display:grid; gap:36px; grid-template-columns:1fr;
  padding-bottom:34px; border-bottom:1px solid rgba(255,255,255,.08);
}
@media (min-width:760px){
  .act-footer__grid{ grid-template-columns:1.3fr .8fr 1.2fr; }
}
.act-footer__brand p{ margin-top:10px; font-size:13.5px; max-width:320px; }
.act-footer__col ul{ display:flex; flex-direction:column; gap:9px; margin-top:4px; }
.act-footer__col a{ font-size:13.5px; color:rgba(255,255,255,.65); }
.act-footer__col a:hover{ color:#fff; }
.act-footer__col--wide p{ font-size:13px; line-height:1.6; max-width:420px; }

.act-footer__bottom{
  display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between;
  gap:14px; padding-top:22px; font-size:12.5px;
}
.act-footer__badges{ display:flex; gap:14px; }
.act-badge{
  display:inline-flex; align-items:center; gap:6px;
  font-family:var(--font-mono); font-size:11.5px; color:var(--mint);
}
.act-badge svg{ fill:var(--mint); }

/* =========================================================
   STICKY CTA BAR
   ========================================================= */
.act-sticky-cta{
  position:fixed; left:0; right:0; bottom:0; z-index:50;
  background:var(--navy-deep); border-top:1px solid var(--navy-line);
  transform:translateY(100%); transition:transform .25s ease;
  box-shadow:0 -8px 24px rgba(0,0,0,.25);
}
.act-sticky-cta.is-visible{ transform:translateY(0); }
.act-sticky-cta__inner{
  max-width:var(--container); margin:0 auto; padding:12px 20px;
  display:flex; align-items:center; justify-content:space-between; gap:14px;
}
.act-sticky-cta__text{ color:#fff; font-size:13.5px; font-weight:600; display:none; }
@media (min-width:560px){ .act-sticky-cta__text{ display:block; } }

/* =========================================================
   COOKIE CONSENT BANNER
   ========================================================= */
.act-consent{
  position:fixed; left:16px; right:16px; bottom:16px; z-index:60;
  max-width:520px; margin:0 auto;
  background:var(--navy-deep); border:1px solid var(--navy-line);
  border-radius:var(--radius-md); box-shadow:var(--shadow-lift);
}
.act-consent[hidden]{ display:none; }
.act-consent__inner{ padding:18px 20px; }
.act-consent__inner p{ color:rgba(255,255,255,.78); font-size:13px; line-height:1.6; margin-bottom:14px; }
.act-consent__inner a{ color:var(--blue-soft); text-decoration:underline; }
.act-consent__actions{ display:flex; gap:10px; flex-wrap:wrap; }

/* =========================================================
   GENERIC / LEGAL PAGES
   ========================================================= */
.act-legal-page{ padding:60px 0; }
.act-generic-content{ max-width:760px; }
.act-entry-content{ margin-top:18px; font-size:15.5px; color:#233247; }
.act-entry-content h2{ margin-top:32px; margin-bottom:10px; font-size:20px; }
.act-entry-content p{ margin-bottom:14px; }

/* =========================================================
   SINGLE ARTICLE
   ========================================================= */
.act-article-hero{
  background:var(--navy-deep); color:#fff; padding:52px 0 40px;
}
.act-article-hero .act-eyebrow{ color:var(--blue-soft); }
.act-article-hero h1{
  font-size:clamp(26px,4vw,40px); font-weight:900; letter-spacing:-.015em; max-width:820px; margin-bottom:14px;
}
.act-article-hero__meta{ color:rgba(255,255,255,.6); font-family:var(--font-mono); font-size:12.5px; }
.act-article-body{ padding:48px 0 70px; }
.act-article-body .act-entry-content{ max-width:720px; font-size:16.5px; line-height:1.75; }
.act-article-body .act-entry-content h2{ font-size:24px; margin-top:40px; color:var(--ink); }
.act-article-body .act-entry-content a{ color:var(--orange-dark); font-weight:700; text-decoration:underline; text-underline-offset:3px; }
.act-article-body .act-entry-content em{ color:var(--slate); font-size:14px; display:block; margin-top:30px; border-top:1px solid #E2E9F2; padding-top:18px; }
.act-article-back{
  display:inline-flex; align-items:center; gap:6px; font-family:var(--font-mono); font-size:13px;
  color:var(--blue); margin-bottom:20px;
}
