/* ============================================================
   Free Mugshot Removal — page styles  (namespaced .fm-)
   Production path: /css/free-mugshot-page.css
   .fm-hero uses margin-top:-76px to sit under the fixed header.
   Hero graphic motion is driven by the Web Animations API in the
   page script; these rules set base + reduced-motion states only.
   .fm-nav / .fm-foot are preview-shell only (harmless in prod).
   ============================================================ */

/* ============================================================
   FONT (Sora, matching Sage Titans). Loaded from Google here
   for the standalone preview; production uses self-hosted Sora.
   ============================================================ */

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;font-family:"Sora",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#14172e;background:#fff;overflow-x:hidden}
h1,h2,h3,h4,h5,h6{margin:0 0 .5rem;font-weight:600;line-height:1.2}
p{margin:0 0 1rem}
a{color:#15749f;text-decoration:none}
img{max-width:100%;height:auto}
.container{width:100%;padding:0 24px;margin:0 auto;max-width:1350px}

/* ============================================================
   NAV SHELL — approximation of header-new.php for the preview.
   In production this is replaced by <?php include header-new ?>.
   ============================================================ */
.fm-nav{position:sticky;top:0;z-index:50;height:76px;display:flex;align-items:center;
  background:rgba(8,16,32,.86);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.07)}
.fm-nav .container{display:flex;align-items:center;justify-content:space-between;gap:20px}
.fm-logo{display:flex;align-items:center;gap:10px;color:#fff;font-weight:700;font-size:20px;letter-spacing:-.02em}
.fm-logo .mark{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;
  background:linear-gradient(135deg,#23a9e1,#caef45);color:#0a1628;font-weight:800;font-size:15px}
.fm-nav nav{display:flex;gap:30px;align-items:center}
.fm-nav nav a{color:#c7d0e0;font-size:14.5px;font-weight:500}
.fm-nav nav a:hover{color:#fff}
.fm-nav .nav-cta{background:#caef45;color:#0a1628;padding:9px 18px;border-radius:50px;font-weight:600;font-size:14px}
@media(max-width:880px){.fm-nav nav{display:none}}

/* ============================================================
   HERO
   ============================================================ */
.fm-hero{position:relative;margin-top:calc(-1 * 76px);background:linear-gradient(180deg,#0a1628 0%,#0f2044 52%,#0a1628 100%);
  padding:140px 0 96px;overflow:hidden}
.fm-hero::before{content:"";position:absolute;inset:0;
  background:
    radial-gradient(620px 380px at 82% 28%,rgba(35,169,225,.20),transparent 70%),
    radial-gradient(520px 320px at 12% 88%,rgba(202,239,69,.10),transparent 72%);
  pointer-events:none}
/* faint moving grid behind everything */
.fm-hero::after{content:"";position:absolute;inset:0;opacity:.5;pointer-events:none;
  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:46px 46px;mask-image:radial-gradient(circle at 70% 40%,#000,transparent 75%);
  animation:fmGrid 22s linear infinite}
@keyframes fmGrid{to{background-position:46px 46px}}

.fm-hero-grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}
.fm-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:12.5px;font-weight:600;
  letter-spacing:.16em;text-transform:uppercase;color:#caef45;margin-bottom:22px}
.fm-eyebrow .dot{width:7px;height:7px;border-radius:50%;background:#caef45;box-shadow:0 0 0 0 rgba(202,239,69,.7);
  animation:fmPulse 2.4s infinite}
@keyframes fmPulse{0%{box-shadow:0 0 0 0 rgba(202,239,69,.55)}70%{box-shadow:0 0 0 9px rgba(202,239,69,0)}100%{box-shadow:0 0 0 0 rgba(202,239,69,0)}}

.fm-hero h1{font-size:clamp(2.1rem,4.4vw,2.8rem);font-weight:700;color:#fff;letter-spacing:-.02em;
  line-height:1.06;margin-bottom:20px}
.fm-hero h1 .free{position:relative;color:#caef45;white-space:nowrap}
.fm-hero h1 .free::after{content:"";position:absolute;left:0;right:0;bottom:.06em;height:.13em;
  background:#caef45;border-radius:2px;transform:scaleX(0);transform-origin:left;animation:fmUnderline 1s .5s ease forwards}
@keyframes fmUnderline{to{transform:scaleX(1)}}
.fm-hero .sub{font-size:clamp(1rem,1.5vw,1.18rem);color:#cdd6e6;max-width:560px;line-height:1.6;margin-bottom:26px}

.fm-chips{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:30px}
.fm-chip{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);color:#e8eef7;font-size:13.5px;font-weight:500;
  padding:8px 14px;border-radius:50px}
.fm-chip svg{width:15px;height:15px;color:#caef45;flex:none}

.fm-hero-ctas{display:flex;flex-wrap:wrap;gap:14px;align-items:center}
.fm-btn{display:inline-flex;align-items:center;gap:10px;font-weight:600;font-size:15.5px;
  padding:14px 26px;border-radius:50px;transition:.25s;cursor:pointer;border:none;font-family:inherit}
.fm-btn-primary{background:#caef45;color:#0a1628}
.fm-btn-primary:hover{background:#d7f56a;transform:translateY(-2px);box-shadow:0 14px 30px rgba(202,239,69,.28)}
.fm-btn-ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.28)}
.fm-btn-ghost:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.5)}
.fm-btn svg{width:18px;height:18px}

.fm-microtrust{margin-top:24px;display:flex;align-items:center;gap:10px;color:#8ea0bb;font-size:13px}
.fm-microtrust strong{color:#cdd6e6;font-weight:600}

/* ---- HERO SIGNATURE GRAPHIC: The Vanishing Booking Photo ---- */
.fm-stage{position:relative;width:100%;aspect-ratio:1/1;max-width:480px;margin-left:auto;
  filter:drop-shadow(0 30px 60px rgba(0,0,0,.5))}
.fm-stage svg{width:100%;height:auto;display:block;overflow:visible}

/* base states — the JS timeline (Web Animations API) drives the motion.
   transform-box:fill-box makes transform-origin resolve inside each SVG group. */
#heroScan,#heroParticles>*{opacity:0}
#heroClean{opacity:0}
#heroRedact{transform-box:fill-box;transform-origin:left center;transform:scaleX(0)}
#heroCard{transform-box:fill-box;transform-origin:center}
#heroStamp,#heroShield,#heroLetter{transform-box:fill-box;transform-origin:center}

@media(max-width:920px){
  .fm-hero-grid{grid-template-columns:1fr;gap:44px}
  .fm-stage{max-width:380px;margin:0 auto}
}

/* ============================================================
   HONESTY / DISCLOSURE STRIP
   ============================================================ */
.fm-honesty{background:#0d1a2e;color:#dbe5f2;padding:22px 0}
.fm-honesty .container{display:flex;align-items:center;gap:18px;flex-wrap:wrap;justify-content:center;text-align:center}
.fm-honesty .seal{flex:none;width:42px;height:42px;border-radius:11px;display:grid;place-items:center;
  background:rgba(202,239,69,.12);border:1px solid rgba(202,239,69,.3)}
.fm-honesty .seal svg{width:22px;height:22px;color:#caef45}
.fm-honesty p{margin:0;font-size:15px;line-height:1.55;max-width:920px}
.fm-honesty strong{color:#fff;font-weight:600}

/* ============================================================
   SECTION SCAFFOLD
   ============================================================ */
.fm-sec{padding:84px 0}
.fm-sec-tag{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:600;
  letter-spacing:.15em;text-transform:uppercase;color:#15749f;margin-bottom:16px}
.fm-sec-tag::before{content:"";width:26px;height:2px;background:#15749f;border-radius:2px}
.fm-sec h2{font-size:clamp(1.7rem,3vw,2.4rem);font-weight:700;letter-spacing:-.02em;line-height:1.12;
  max-width:760px;margin-bottom:16px}
.fm-sec .lead{font-size:17px;color:#54607a;line-height:1.65;max-width:680px}
.fm-center{text-align:center}
.fm-center .fm-sec-tag::before{display:none}
.fm-center .fm-sec-tag{justify-content:center}
.fm-center h2,.fm-center .lead{margin-left:auto;margin-right:auto}

/* ============================================================
   STATE ELIGIBILITY CHECKER
   ============================================================ */
.fm-state{background:linear-gradient(180deg,#f3f7fc 0%,#eef3fb 100%);}
.fm-state-card{background:#fff;border:1px solid #e4eaf4;border-radius:22px;text-align:left;
  box-shadow:0 30px 70px rgba(13,28,60,.10);overflow:hidden;max-width:980px;margin:34px auto 0}
.fm-state-top{padding:34px 38px;display:flex;gap:26px;align-items:center;flex-wrap:wrap;
  border-bottom:1px solid #eef1f8}
.fm-state-top .ico{flex:none;width:60px;height:60px;border-radius:16px;display:grid;place-items:center;
  background:linear-gradient(135deg,#0a1628,#16335c)}
.fm-state-top .ico svg{width:30px;height:30px;color:#caef45}
.fm-state-top h3{font-size:21px;margin:0 0 4px}
.fm-state-top p{margin:0;color:#5a667d;font-size:14.5px}
.fm-state-pick{flex:1;min-width:240px;display:flex;flex-direction:column;gap:8px}
.fm-state-pick label{font-size:12.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#5e6779}
.fm-select{appearance:none;width:100%;padding:15px 46px 15px 18px;border:1.5px solid #d7deec;border-radius:12px;
  font-family:inherit;font-size:16px;font-weight:500;color:#14172e;background:#fff;cursor:pointer;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%2314172e' stroke-width='2'><path d='M5 8l5 5 5-5'/></svg>");
  background-repeat:no-repeat;background-position:right 16px center;transition:.2s}
.fm-select:focus{outline:none;border-color:#23a9e1;box-shadow:0 0 0 4px rgba(35,169,225,.14)}
.fm-state-result{padding:30px 38px 38px;min-height:120px;text-align:left}
.fm-result-empty{color:#5e6779;font-size:15px;display:flex;align-items:center;gap:10px}
.fm-result-empty svg{width:20px;height:20px;color:#6b7488}
.fm-verdict{display:flex;gap:16px;align-items:flex-start;padding:18px 20px;border-radius:14px;margin-bottom:14px}
.fm-verdict.good{background:#eafaf1;border:1px solid #c7eed8}
.fm-verdict.mixed{background:#fff7e8;border:1px solid #f6e4bd}
.fm-verdict .vico{flex:none;width:34px;height:34px;border-radius:9px;display:grid;place-items:center;color:#fff}
.fm-verdict.good .vico{background:#1e9e59}
.fm-verdict.mixed .vico{background:#e8a23a}
.fm-verdict .vico svg{width:19px;height:19px}
.fm-verdict h4{margin:0 0 4px;font-size:16.5px}
.fm-verdict p{margin:0;font-size:14.5px;color:#46506a;line-height:1.55}
.fm-verdict .statute{display:inline-block;margin-top:8px;font-size:12.5px;font-weight:600;color:#0a1628;
  background:rgba(10,22,40,.06);padding:4px 10px;border-radius:6px}
.fm-state-disclaim{font-size:12.5px;color:#5e6779;line-height:1.5;margin:6px 0 0}
.fm-state-cta{margin-top:18px}

/* ============================================================
   DIY TOOLKIT — numbered real sequence
   ============================================================ */
.fm-steps{display:grid;gap:20px;margin-top:46px}
.fm-step{display:grid;grid-template-columns:84px 1fr;gap:26px;align-items:stretch;
  background:#fff;border:1px solid #e8ecf4;border-radius:18px;padding:30px 32px;
  transition:.3s;position:relative;overflow:hidden}
.fm-step:hover{border-color:#cdd8ec;box-shadow:0 18px 44px rgba(13,28,60,.09);transform:translateY(-3px)}
.fm-step-num{font-size:46px;font-weight:800;line-height:1;color:#0a1628;letter-spacing:-.04em;
  position:relative}
.fm-step-num::after{content:"";display:block;width:40px;height:3px;border-radius:3px;margin-top:14px;
  background:linear-gradient(90deg,#23a9e1,#caef45)}
.fm-step-body{padding-right:44px}
.fm-step-body h3{font-size:20px;margin:0 0 10px;letter-spacing:-.01em}
.fm-step-body p{margin:0 0 6px;color:#54607a;font-size:15.5px;line-height:1.65}
.fm-step-body .how{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}
.fm-tagpill{font-size:12.5px;font-weight:500;color:#2d3956;background:#eef3fb;border:1px solid #e1e9f6;
  padding:6px 12px;border-radius:7px}
.fm-step-ico{position:absolute;right:24px;top:28px;width:28px;height:28px;opacity:.85}
.fm-step-ico svg{width:28px;height:28px;color:#dbe3f0;transition:.3s}
.fm-step:hover .fm-step-ico svg{color:#23a9e1}
@media(max-width:620px){
  .fm-step{grid-template-columns:1fr;gap:14px;padding:26px 22px}
  .fm-step-body{padding-right:0}
  .fm-step-num{font-size:38px}
  .fm-step-ico{display:none}
}

/* ============================================================
   TEMPLATE DOWNLOAD (gated lead magnet)
   ============================================================ */
.fm-magnet{background:#0a1628;position:relative;overflow:hidden}
.fm-magnet::before{content:"";position:absolute;inset:0;
  background:radial-gradient(700px 380px at 18% 30%,rgba(35,169,225,.22),transparent 70%),
            radial-gradient(560px 340px at 88% 80%,rgba(202,239,69,.12),transparent 72%)}
.fm-magnet .container{position:relative}
.fm-magnet-grid{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}
.fm-magnet h2{color:#fff;font-size:clamp(1.7rem,2.8vw,2.3rem);max-width:none}
.fm-magnet .lead{color:#c0cde0}
.fm-magnet ul{list-style:none;padding:0;margin:22px 0 0;display:grid;gap:12px}
.fm-magnet li{display:flex;gap:12px;align-items:flex-start;color:#dbe5f3;font-size:15px}
.fm-magnet li svg{flex:none;width:21px;height:21px;color:#caef45;margin-top:1px}
/* preview of a redacted letter document */
.fm-letter{background:#fff;border-radius:16px;padding:30px 30px 26px;box-shadow:0 30px 70px rgba(0,0,0,.4);
  position:relative;transform:rotate(-2.2deg);transition:.4s}
.fm-letter:hover{transform:rotate(0)}
.fm-letter .lh{height:11px;width:54%;background:#0a1628;border-radius:3px;margin-bottom:18px}
.fm-letter .ln{height:8px;border-radius:3px;background:#e6eaf2;margin-bottom:11px}
.fm-letter .ln.s{width:90%}.fm-letter .ln.m{width:78%}.fm-letter .ln.l{width:96%}
.fm-letter .ln.hl{background:#fff3cf}
.fm-letter .bar{height:13px;border-radius:3px;background:#0d1117;margin-bottom:11px}
.fm-letter .bar.b1{width:40%}.fm-letter .bar.b2{width:28%}
.fm-letter .stamp{position:absolute;right:18px;bottom:16px;font-weight:800;font-size:13px;letter-spacing:.04em;
  color:#1e9e59;border:2.5px solid #1e9e59;border-radius:8px;padding:6px 10px;transform:rotate(-8deg);opacity:.9}
.fm-magnet-form{margin-top:26px;display:flex;gap:10px;flex-wrap:wrap}
.fm-magnet-form input{flex:1;min-width:220px;padding:15px 18px;border-radius:12px;border:1px solid rgba(255,255,255,.2);
  background:rgba(255,255,255,.07);color:#fff;font-family:inherit;font-size:15px}
.fm-magnet-form input::placeholder{color:#8ea0bb}
.fm-magnet-form input:focus{outline:none;border-color:#caef45;background:rgba(255,255,255,.1)}
.fm-tmpl-msg{margin-top:12px;font-size:14px;border-radius:10px;padding:11px 14px;display:none}
.fm-tmpl-msg.ok{gap:9px;align-items:center;background:rgba(46,204,113,.16);border:1px solid rgba(46,204,113,.5);color:#9af5c0}
.fm-tmpl-msg.ok svg{width:18px;height:18px;flex:none;color:#2ecc71}
.fm-tmpl-msg.err{background:rgba(226,55,68,.14);border:1px solid rgba(226,55,68,.5);color:#ff9aa2}
@media(max-width:860px){.fm-magnet-grid{grid-template-columns:1fr;gap:40px}.fm-letter{max-width:360px;margin:0 auto}}

/* ============================================================
   WHEN FREE WORKS / WHEN IT DOESN'T
   ============================================================ */
.fm-honest-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:46px}
.fm-honest-col{border-radius:20px;padding:34px 34px 30px;border:1px solid}
.fm-honest-col.diy{background:#eafaf1;border-color:#c7eed8}
.fm-honest-col.help{background:#fdf0ef;border-color:#f6d5d2}
.fm-honest-col .cap{display:inline-flex;align-items:center;gap:10px;font-weight:700;font-size:17px;margin-bottom:18px}
.fm-honest-col .cap .b{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;color:#fff}
.fm-honest-col.diy .cap .b{background:#1e9e59}
.fm-honest-col.help .cap .b{background:#d35046}
.fm-honest-col ul{list-style:none;padding:0;margin:0;display:grid;gap:14px}
.fm-honest-col li{display:flex;gap:12px;align-items:flex-start;font-size:15px;color:#3c4760;line-height:1.5}
.fm-honest-col li svg{flex:none;width:19px;height:19px;margin-top:2px}
.fm-honest-col.diy li svg{color:#1e9e59}
.fm-honest-col.help li svg{color:#d35046}
.fm-honest-foot{margin-top:24px;padding-top:20px;border-top:1px dashed rgba(0,0,0,.12);font-size:14.5px}
.fm-honest-col.diy .fm-honest-foot{color:#1c6b42}
.fm-honest-col.help .fm-honest-foot{color:#9a3c34}
.fm-honest-col.help .fm-honest-foot a{font-weight:600}
@media(max-width:760px){.fm-honest-grid{grid-template-columns:1fr}}

/* ============================================================
   HARDSHIP PROGRAM
   ============================================================ */
.fm-hardship{background:#0a1628;position:relative;overflow:hidden}
.fm-hardship::before{content:"";position:absolute;inset:0;opacity:.6;
  background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),
                   linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
  background-size:40px 40px;mask-image:radial-gradient(circle at 80% 20%,#000,transparent 70%)}
.fm-hardship .container{position:relative}
.fm-hardship-wrap{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.fm-hardship .fm-sec-tag{color:#caef45}
.fm-hardship .fm-sec-tag::before{background:#caef45}
.fm-hardship h2{color:#fff}
.fm-hardship .lead{color:#bccadf}
.fm-hardship-elig{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);
  border-radius:20px;padding:34px}
.fm-hardship-elig h3{color:#fff;font-size:18px;margin:0 0 22px;display:flex;align-items:center;gap:10px}
.fm-hardship-elig h3 svg{width:22px;height:22px;color:#caef45}
.fm-elig-item{display:flex;gap:14px;align-items:flex-start;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.07)}
.fm-elig-item:last-child{border-bottom:none}
.fm-elig-item .n{flex:none;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;
  background:rgba(202,239,69,.14);color:#caef45;font-size:13px;font-weight:700;margin-top:1px}
.fm-elig-item p{margin:0;color:#cdd8e8;font-size:14.5px;line-height:1.5}
.fm-elig-item strong{color:#fff}
.fm-cap-note{margin-top:22px;display:flex;align-items:center;gap:12px;background:rgba(202,239,69,.08);
  border:1px solid rgba(202,239,69,.22);border-radius:12px;padding:14px 16px}
.fm-cap-note svg{flex:none;width:24px;height:24px;color:#caef45}
.fm-cap-note p{margin:0;color:#e6f0d9;font-size:13.5px;line-height:1.45}
.fm-hardship .fm-hero-ctas{margin-top:30px}
@media(max-width:860px){.fm-hardship-wrap{grid-template-columns:1fr;gap:40px}}

/* ============================================================
   AUDIT / ELIGIBILITY FORM
   ============================================================ */
.fm-audit{background:linear-gradient(180deg,#eef3fb,#f6f8fc)}
.fm-form-card{max-width:840px;margin:34px auto 0;text-align:left;background:#fff;border:1px solid #e4eaf4;
  border-radius:22px;box-shadow:0 30px 70px rgba(13,28,60,.10);padding:40px 44px 44px}
.fm-form-badges{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-bottom:22px}
.fm-form-badge{display:inline-flex;align-items:center;gap:7px;background:#eef0fb;border:1px solid #e3e6f4;
  color:#3b4063;font-size:12.5px;font-weight:500;padding:7px 13px;border-radius:50px}
.fm-form-badge svg{width:15px;height:15px;color:#5b62a8}
.fm-form-card h2{text-align:center;font-size:clamp(1.5rem,2.4vw,2rem);margin-bottom:6px}
.fm-form-card .form-sub{text-align:center;color:#5e6470;font-size:15px;margin-bottom:28px}
.fm-grid2{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.fm-field{display:flex;flex-direction:column;gap:7px;margin-bottom:18px}
.fm-field label{font-size:13.5px;font-weight:600;color:#191c33}
.fm-field label .req{color:#cc1f2d}
.fm-field input,.fm-field select,.fm-field textarea{padding:13px 15px;border:1px solid #dcdeeb;border-radius:11px;
  background:#fff;color:#14172e;font-family:inherit;font-size:15px;transition:.2s}
.fm-field select{appearance:none;cursor:pointer;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' stroke='%2314172e' stroke-width='2'><path d='M4 7l5 5 5-5'/></svg>");
  background-repeat:no-repeat;background-position:right 14px center;padding-right:42px}
.fm-field textarea{resize:vertical;min-height:84px}
.fm-field input:focus,.fm-field select:focus,.fm-field textarea:focus{outline:none;border-color:#23a9e1;
  box-shadow:0 0 0 3px rgba(35,169,225,.13)}
.fm-check{display:flex;gap:12px;align-items:flex-start;background:#f5faf2;border:1px solid #d8eccb;
  border-radius:12px;padding:15px 16px;margin-bottom:22px;cursor:pointer}
.fm-check input{margin-top:3px;width:18px;height:18px;accent-color:#1e9e59;flex:none}
.fm-check span{font-size:14px;color:#3a4a30;line-height:1.45}
.fm-check strong{color:#1c6b42}
.fm-form-submit{text-align:center}
.fm-form-submit .fm-btn-primary{width:100%;justify-content:center;background:#0a1628;color:#fff;font-size:16px}
.fm-form-submit .fm-btn-primary:hover{background:#16335c;box-shadow:0 14px 30px rgba(10,22,40,.25)}
.fm-form-note{margin-top:14px;font-size:12.5px;color:#5e6779;text-align:center;line-height:1.5}
@media(max-width:600px){.fm-grid2{grid-template-columns:1fr}.fm-form-card{padding:30px 22px 32px}}

/* ============================================================
   FAQ
   ============================================================ */
.fm-faq{max-width:860px;margin:40px auto 0}
.fm-faq-item{border:1px solid #e6eaf3;border-radius:14px;margin-bottom:12px;overflow:hidden;background:#fff;transition:.2s}
.fm-faq-item[open]{border-color:#cdd8ec;box-shadow:0 10px 30px rgba(13,28,60,.06)}
.fm-faq-item summary{list-style:none;cursor:pointer;padding:20px 24px;font-weight:600;font-size:16.5px;
  display:flex;justify-content:space-between;align-items:center;gap:16px;color:#14172e}
.fm-faq-item summary::-webkit-details-marker{display:none}
.fm-faq-item summary .ic{flex:none;width:26px;height:26px;border-radius:7px;background:#eef3fb;display:grid;place-items:center;
  transition:.25s;color:#15749f;font-size:18px;font-weight:700}
.fm-faq-item[open] summary .ic{background:#0a1628;color:#caef45;transform:rotate(45deg)}
.fm-faq-item .ans{padding:0 24px 22px;color:#54607a;font-size:15px;line-height:1.7}

/* ============================================================
   RELATED + FOOTER SHELL (approximation of footer-new.php)
   ============================================================ */
.fm-related{padding:84px 0;background:#fff;border-top:1px solid #eef1f7}
.fm-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}
.fm-related-card{display:flex;flex-direction:column;gap:8px;padding:24px 24px 22px;border:1px solid #e8ecf4;
  border-radius:16px;transition:.25s;position:relative}
.fm-related-card:hover{border-color:#cdd8ec;box-shadow:0 16px 40px rgba(13,28,60,.08);transform:translateY(-3px)}
.fm-related-card .nm{font-weight:600;font-size:16.5px;color:#14172e}
.fm-related-card .ds{font-size:14px;color:#5a667d;line-height:1.5}
.fm-related-card .ar{position:absolute;top:24px;right:22px;color:#15749f;font-size:18px;transition:.25s}
.fm-related-card:hover .ar{transform:translateX(4px)}
@media(max-width:820px){.fm-related-grid{grid-template-columns:1fr}}

.fm-foot{background:#070f1d;color:#9fb0c8;padding:54px 0 30px}
.fm-foot-top{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:40px;padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.08)}
.fm-foot h4{color:#fff;font-size:14px;letter-spacing:.04em;margin-bottom:16px}
.fm-foot a{display:block;color:#9fb0c8;font-size:14px;margin-bottom:10px}
.fm-foot a:hover{color:#caef45}
.fm-foot .blurb{font-size:14px;line-height:1.6;max-width:340px}
.fm-foot-bottom{padding-top:22px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:13px;color:#6b7d96}
@media(max-width:760px){.fm-foot-top{grid-template-columns:1fr;gap:28px}}

/* reduced motion */
@media(prefers-reduced-motion:reduce){
  *{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important}
  /* show the full composed still: redacted mugshot + Removed badge + FREE seal */
  #heroScan,#heroParticles>*{opacity:0 !important}
  #heroClean{opacity:1 !important}
  #heroRedact{transform:scaleX(1) !important}
}
