/* Home / landing page additions - 2026-09-03.
   Loads AFTER css/style.css and css/app-family.css and never changes either one.
   Everything here is for the merged landing page only: the hero brand lockup, the drawn
   phone-and-report art, the plan cards' tag + price sub-line, the security panel and the
   closing band. Same tokens, same hard shadows, same type as the rest of the site.
   System fonts only. No CDNs, no external assets. */

/* ---------- hero: brand lockup (mark in front of the name, powered-by under it) ---------- */
.brandlock{display:flex;align-items:center;gap:14px;margin-bottom:22px}
.brandlock svg{flex:none;width:56px;height:56px}
.brandlock>div{min-width:0}
.brandlock .lockname{display:block;font-size:19px;font-weight:900;line-height:1.1;letter-spacing:.02em;text-transform:uppercase;color:#fff}
.brandlock .lockpow{display:block;font-size:11.5px;font-weight:800;line-height:1.35;letter-spacing:.16em;text-transform:uppercase;color:var(--orange2);margin-top:5px}

/* ---------- hero: headline + drawn art ---------- */
.hero.app h1 em{font-style:italic;color:var(--orange2)}
.heroart{display:flex;align-items:center;justify-content:center;min-width:0}
.heroart svg{width:100%;max-width:300px;height:auto}

/* ---------- plan cards: the two bits app-family.css does not carry ---------- */
.who .tag{display:inline-block;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);margin-bottom:8px}
.who .price small{display:block;font-weight:600;color:var(--dim);font-size:16px;letter-spacing:0;text-transform:none;margin-top:4px}
.who .checklist{margin-top:14px;padding-left:0}
.who .checklist li{color:var(--dim);font-size:16px}
.planfine{color:var(--dim);font-size:16px;margin-top:24px;max-width:76ch}

/* ---------- security panel ---------- */
.secure{display:flex;gap:18px;align-items:flex-start;background:var(--steel3);border:2px solid var(--line);border-radius:6px;padding:24px 26px;margin-top:34px;color:#e9eef4;box-shadow:6px 6px 0 rgba(20,31,42,.16)}
.secure>svg{flex:none;width:42px;height:42px}
.secure>div{min-width:0}
.secure strong{display:block;color:#fff;font-size:19px;font-weight:900;line-height:1.15;letter-spacing:.02em;text-transform:uppercase;margin-bottom:9px}
.secure p{color:var(--dimD);font-size:16px;max-width:76ch;margin:0}

/* ---------- closing band ---------- */
.finalcta{text-align:center}
.finalcta h2{max-width:24ch;margin-left:auto;margin-right:auto}
.finalcta .lede{max-width:52ch;margin:0 auto}
.finalcta .offer{font-size:18px;font-weight:800;color:#fff;max-width:44ch;margin:18px auto 0}
.finalcta .herobtns{justify-content:center}
.finalcta .fine{margin-left:auto;margin-right:auto}

@media (max-width:900px){
  .heroart{margin-top:8px}
  .secure{padding:22px 20px}
}
@media (max-width:560px){
  .brandlock{gap:12px;margin-bottom:18px}
  .brandlock svg{width:46px;height:46px}
  .brandlock .lockname{font-size:16.5px}
  .brandlock .lockpow{font-size:11px;letter-spacing:.13em}
  .secure{flex-direction:column;gap:12px}
}
