:root{
  --blue:#0868C6;
  --blue-dark:#054E96;
  --blue-pale:#EAF2FC;
  --green:#2FA300;
  --ink:#111827;
  --paper:#FFFFFF;
  --surface:#F7F9FB;
  --text-dark:#1A2332;
  --text-mute:#5B6472;
  --border:#E2E6EC;
  --sans:'IBM Plex Sans', -apple-system, 'Segoe UI', sans-serif;
}
*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  background:var(--paper);
  color:var(--text-dark);
  font-family:var(--sans);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
a{ color:var(--blue); }
.wrap{ max-width:1080px; margin:0 auto; padding:0 24px; }
img{ max-width:100%; }

/* ---- Header / Nav ---- */
header.site{
  border-bottom:1px solid var(--border);
  background:#fff;
  position:sticky;
  top:0;
  z-index:50;
}
header.site .bar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 0;
  gap:20px;
}
.site-logo{ height:40px; width:auto; display:block; flex:none; }
nav.primary{ display:flex; align-items:center; gap:20px; }
nav.primary a{
  color:var(--text-dark);
  text-decoration:none;
  font-size:14.5px;
  font-weight:500;
}
nav.primary a:hover{ color:var(--blue); }
nav.primary a.current{ color:var(--blue); font-weight:600; }
.header-actions{ display:flex; align-items:center; gap:18px; flex:none; }
.header-phone{
  font-size:14.5px;
  font-weight:600;
  color:var(--text-dark);
  text-decoration:none;
  white-space:nowrap;
}
.header-phone:hover{ color:var(--blue); }
.btn-cta{
  display:inline-block;
  background:var(--blue);
  color:#fff !important;
  text-decoration:none;
  font-weight:600;
  font-size:14px;
  padding:10px 18px;
  border-radius:6px;
  white-space:nowrap;
  transition:background 0.15s ease;
}
.btn-cta:hover{ background:var(--blue-dark); }

.nav-toggle{
  display:none;
  background:none;
  border:none;
  cursor:pointer;
  padding:6px;
}
.nav-toggle svg{ display:block; }

@media (max-width: 960px){
  nav.primary{
    display:none;
    position:absolute;
    top:100%; left:0; right:0;
    background:#fff;
    border-bottom:1px solid var(--border);
    flex-direction:column;
    align-items:flex-start;
    padding:14px 24px 20px;
    gap:14px;
  }
  nav.primary.open{ display:flex; }
  .header-phone{ display:none; }
  .nav-toggle{ display:block; }
}

/* ---- Hero ---- */
.hero{
  background:linear-gradient(180deg, var(--blue-pale) 0%, #fff 100%);
  padding:64px 0 56px;
  border-bottom:1px solid var(--border);
}
.hero .eyebrow{
  font-size:13px;
  font-weight:600;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:var(--blue);
  margin:0 0 14px;
}
.hero h1{
  font-size:clamp(32px,5vw,46px);
  font-weight:700;
  letter-spacing:-0.01em;
  margin:0 0 16px;
  max-width:18ch;
}
.hero .sub{
  font-size:18px;
  color:var(--text-mute);
  max-width:56ch;
  margin:0 0 28px;
}
.hero .actions{ display:flex; gap:14px; flex-wrap:wrap; }

.hero-grid{
  display:grid;
  grid-template-columns:0.8fr 1.35fr;
  align-items:center;
  gap:20px;
}
.hero-visual{ justify-self:stretch; }
.hero-visual svg{ width:100%; height:auto; max-width:none; display:block; transition:opacity 0.15s ease; }
.hero-visual a:hover svg{ opacity:0.88; }

@media (max-width:860px){
  .hero-grid{ grid-template-columns:1fr; }
  .hero-visual{ display:none; }
}

.btn-secondary{
  display:inline-block;
  background:#fff;
  color:var(--blue) !important;
  text-decoration:none;
  font-weight:600;
  font-size:14.5px;
  padding:10px 18px;
  border-radius:6px;
  border:1px solid var(--border);
}
.btn-secondary:hover{ border-color:var(--blue); }

/* generic small page hero (non-home pages) */
.page-hero{ padding:48px 0 40px; border-bottom:1px solid var(--border); background:var(--surface); }
.page-hero .eyebrow{ font-size:13px; font-weight:600; letter-spacing:0.08em; text-transform:uppercase; color:var(--blue); margin:0 0 10px; }
.page-hero h1{ font-size:clamp(28px,4.5vw,38px); font-weight:700; letter-spacing:-0.01em; margin:0 0 12px; }
.page-hero p{ color:var(--text-mute); font-size:16px; max-width:60ch; margin:0; }

/* ---- Sections ---- */
section{ padding:56px 0; }
section.alt{ background:var(--surface); }
h2.section-title{ font-size:26px; font-weight:700; margin:0 0 12px; letter-spacing:-0.01em; }
p.section-sub{ color:var(--text-mute); font-size:15.5px; max-width:64ch; margin:0 0 34px; }

.grid-3{ display:grid; grid-template-columns:repeat(auto-fit, minmax(240px, 1fr)); gap:22px; }
.grid-2{ display:grid; grid-template-columns:repeat(auto-fit, minmax(280px, 1fr)); gap:22px; }

.card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:10px;
  padding:26px 24px;
}
.card .icon{ margin-bottom:16px; }
.card h3{ font-size:17px; font-weight:600; margin:0 0 8px; }
.card p{ color:var(--text-mute); font-size:14.5px; margin:0; }

.stat-row{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(160px, 1fr));
  gap:20px;
  margin:36px 0 0;
}
.stat{ text-align:left; }
.stat .num{ font-size:32px; font-weight:700; color:var(--blue); line-height:1; margin-bottom:6px; }
.stat .label{ color:var(--text-mute); font-size:13.5px; }

.list-check{ list-style:none; margin:0; padding:0; }
.list-check li{
  padding:10px 0 10px 30px;
  position:relative;
  border-top:1px solid var(--border);
  font-size:15px;
  color:var(--text-dark);
}
.list-check li:first-child{ border-top:none; }
.list-check li::before{
  content:"";
  position:absolute;
  left:0; top:14px;
  width:16px; height:16px;
  border-radius:50%;
  background:var(--green);
}
.list-check li::after{
  content:"";
  position:absolute;
  left:5px; top:17.5px;
  width:6px; height:3px;
  border-left:2px solid #fff;
  border-bottom:2px solid #fff;
  transform:rotate(-45deg);
}

.cta-band{
  background:var(--blue);
  color:#fff;
  border-radius:14px;
  padding:44px 40px;
  text-align:center;
}
.cta-band h2{ color:#fff; font-size:26px; margin:0 0 10px; }
.cta-band p{ color:#DCEBFB; font-size:15.5px; max-width:56ch; margin:0 auto 24px; }
.cta-band .btn-cta{ background:#fff; color:var(--blue) !important; }
.cta-band .btn-cta:hover{ background:#EAF2FC; }

/* ---- Forms (contact page) ---- */
.field{ margin-bottom:16px; }
.row-2{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
@media (max-width:480px){ .row-2{ grid-template-columns:1fr; } }
.field label{ display:block; font-size:13px; font-weight:600; margin-bottom:6px; }
.field input, .field textarea, .field select{
  width:100%;
  font-family:var(--sans);
  font-size:15px;
  padding:10px 12px;
  border:1px solid var(--border);
  border-radius:6px;
  background:#FCFCFD;
  color:var(--text-dark);
}
.field input:focus, .field textarea:focus, .field select:focus{
  outline:2px solid var(--blue);
  outline-offset:1px;
  border-color:var(--blue);
}
.field textarea{ resize:vertical; min-height:120px; }
.form-error{ color:#C4331F; font-size:13px; margin:-6px 0 16px; display:none; }
button.submit{
  width:100%;
  background:var(--blue);
  color:#fff;
  border:none;
  border-radius:6px;
  font-family:var(--sans);
  font-weight:600;
  font-size:15px;
  padding:13px 16px;
  cursor:pointer;
  transition:background 0.15s ease;
}
button.submit:hover{ background:var(--blue-dark); }
button.submit:disabled{ background:#B7BCC6; cursor:not-allowed; }
.success{ display:none; text-align:center; padding:10px 0 4px; }
.success .check{
  width:44px;height:44px;border-radius:50%;
  background:var(--green);
  color:#fff;
  display:flex;align-items:center;justify-content:center;
  margin:0 auto 14px;
  font-size:22px;
}
.success h2{ margin:0 0 6px; }
.success p{ color:var(--text-mute); font-size:14px; margin:0 0 4px; }
.success .ref{ font-size:12.5px; color:var(--text-mute); margin-top:14px; }

.contact-info{ display:grid; gap:20px; }
.contact-info .item{ display:flex; gap:14px; align-items:flex-start; }
.contact-info .item .icon{ flex:none; color:var(--blue); margin-top:2px; }
.contact-info .item h4{ font-size:14.5px; margin:0 0 4px; }
.contact-info .item p, .contact-info .item a{ font-size:14.5px; color:var(--text-mute); margin:0; text-decoration:none; }
.contact-info .item a:hover{ color:var(--blue); }

/* ---- Footer ---- */
footer.site{
  border-top:1px solid var(--border);
  background:var(--surface);
  padding:48px 0 30px;
  margin-top:40px;
}
footer.site .cols{
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1fr;
  gap:32px;
  margin-bottom:32px;
}
@media (max-width:720px){ footer.site .cols{ grid-template-columns:1fr 1fr; } }
footer.site h5{
  font-size:12.5px;
  font-weight:600;
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:var(--text-mute);
  margin:0 0 14px;
}
footer.site ul{ list-style:none; margin:0; padding:0; }
footer.site li{ margin-bottom:9px; }
footer.site a{ color:var(--text-dark); text-decoration:none; font-size:14px; }
footer.site a:hover{ color:var(--blue); }
footer.site .about p{ color:var(--text-mute); font-size:14px; max-width:36ch; margin:14px 0 0; }
footer.site .bottom{
  border-top:1px solid var(--border);
  padding-top:20px;
  color:var(--text-mute);
  font-size:12.5px;
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:10px;
}

/* ============================================================
   SUPPORT PORTAL ADDITIONS (friscocomputerservice.net)
   Uses the existing tokens above. Safe to include on both
   sites so the two can share one stylesheet.
   ============================================================ */

/* external nav link marker */
nav.primary a.ext{ color:var(--text-mute); }
nav.primary a.ext:hover{ color:var(--blue); }

/* OS-detected note above the download grid */
.detect-note{
  display:none;
  align-items:center;
  gap:10px;
  background:var(--blue-pale);
  border:1px solid #CFE1F7;
  color:var(--text-dark);
  font-size:14.5px;
  line-height:1.5;
  padding:12px 16px;
  border-radius:8px;
  margin:0 0 24px;
}
.detect-note.show{ display:flex; }
.detect-note .dot{ flex:none; width:9px; height:9px; border-radius:50%; background:var(--green); }
.detect-note strong{ color:var(--blue-dark); }

/* download list — compact rows */
.download-list{ display:grid; gap:10px; max-width:640px; }
.dl-row{
  display:flex;
  align-items:center;
  gap:14px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:8px;
  padding:12px 16px;
  transition:border-color 0.15s ease, box-shadow 0.15s ease;
}
.dl-row:hover{ border-color:var(--blue); box-shadow:0 2px 10px rgba(8,104,198,0.06); }
.dl-row .os-icon{ color:var(--blue); flex:none; width:22px; height:22px; }
.dl-row .dl-meta{ flex:1 1 auto; min-width:0; display:flex; flex-direction:column; }
.dl-row .dl-meta h3{ font-size:14.5px; font-weight:600; margin:0; line-height:1.3; }
.dl-row .dl-meta .meta{ color:var(--text-mute); font-size:12.5px; }
.dl-row .dl-badge{
  display:none;
  flex:none;
  background:var(--blue-pale);
  color:var(--blue-dark);
  font-size:11px;
  font-weight:600;
  letter-spacing:0.02em;
  padding:3px 9px;
  border-radius:20px;
  white-space:nowrap;
}
.dl-row.recommended{ border-color:var(--blue); }
.dl-row.recommended .dl-badge{ display:inline-block; }
.dl-row .dl-btn{
  flex:none;
  display:inline-flex;
  align-items:center;
  gap:6px;
  background:var(--blue);
  color:#fff;
  text-decoration:none;
  font-weight:600;
  font-size:13.5px;
  padding:8px 14px;
  border-radius:6px;
  transition:background 0.15s ease;
}
.dl-row .dl-btn:hover{ background:var(--blue-dark); }

@media (max-width:520px){
  .dl-row{ flex-wrap:wrap; }
  .dl-row .dl-badge{ order:3; }
  .dl-row .dl-btn{ width:100%; justify-content:center; margin-top:6px; }
}

/* "how it works" numbered steps */
.steps{ counter-reset:step; display:grid; gap:16px; margin:0; padding:0; list-style:none; }
.steps li{
  position:relative;
  padding:4px 0 4px 48px;
  font-size:15.5px;
  color:var(--text-dark);
  min-height:34px;
  display:flex;
  align-items:center;
}
.steps li::before{
  counter-increment:step;
  content:counter(step);
  position:absolute; left:0; top:2px;
  width:32px; height:32px;
  background:var(--blue-pale);
  color:var(--blue-dark);
  border-radius:50%;
  font-weight:700; font-size:14px;
  display:flex; align-items:center; justify-content:center;
}

/* honeypot (spam trap) */
.hp{ position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; }

/* client portals grid */
.portal-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));
  gap:16px;
}
.portal-card{
  display:flex;
  align-items:center;
  gap:15px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:10px;
  padding:16px 18px;
  text-decoration:none;
  color:var(--text-dark);
  transition:border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.portal-card:hover{ border-color:var(--blue); box-shadow:0 4px 16px rgba(8,104,198,0.08); transform:translateY(-2px); }
.portal-logo{
  flex:none;
  width:52px; height:52px;
  border-radius:10px;
  background:var(--surface);
  border:1px solid var(--border);
  display:flex; align-items:center; justify-content:center;
  overflow:hidden;
}
.portal-logo img{ max-width:40px; max-height:40px; width:auto; height:auto; display:block; }
.portal-logo .monogram{
  width:100%; height:100%;
  display:flex; align-items:center; justify-content:center;
  color:#fff; font-weight:700; font-size:16px; letter-spacing:0.02em;
}
.portal-body{ min-width:0; display:flex; flex-direction:column; }
.portal-body h3{ font-size:15px; font-weight:600; margin:0 0 3px; }
.portal-body p{ color:var(--text-mute); font-size:12.5px; margin:0; line-height:1.45; }
.portal-open{ color:var(--blue); font-size:12px; font-weight:600; margin-top:5px; }

/* download help expander */
.help-note{
  margin-top:16px;
  border:1px solid var(--border);
  border-radius:8px;
  background:var(--surface);
  max-width:640px;
}
.help-note summary{
  cursor:pointer;
  list-style:none;
  padding:12px 16px;
  font-size:14px;
  font-weight:600;
  color:var(--text-dark);
  display:flex;
  align-items:center;
  gap:9px;
}
.help-note summary::-webkit-details-marker{ display:none; }
.help-note summary::before{
  content:"";
  width:7px; height:7px;
  border-right:2px solid var(--blue);
  border-bottom:2px solid var(--blue);
  transform:rotate(-45deg);
  transition:transform 0.15s ease;
  flex:none;
}
.help-note[open] summary::before{ transform:rotate(45deg); }
.help-note summary:hover{ color:var(--blue); }
.help-note-body{ padding:0 16px 14px 34px; }
.help-note-body p{ font-size:14px; color:var(--text-mute); margin:0 0 8px; }
.help-note-body p:last-child{ margin-bottom:0; }

/* remote-session consent line */
.consent-line{
  margin:24px 0 0;
  padding:14px 16px;
  background:var(--blue-pale);
  border:1px solid #CFE1F7;
  border-radius:8px;
  font-size:14.5px;
  color:var(--text-dark);
  max-width:72ch;
}

/* attachment field helpers */
.field-hint{ font-weight:400; color:var(--text-mute); font-size:12px; margin-left:4px; }
.field-note{ font-size:12.5px; color:var(--text-mute); margin:7px 0 0; }
.field input[type="file"]{
  width:100%;
  font-family:var(--sans);
  font-size:14px;
  padding:9px 12px;
  border:1px dashed var(--border);
  border-radius:6px;
  background:#FCFCFD;
  color:var(--text-dark);
  cursor:pointer;
}
.field input[type="file"]:hover{ border-color:var(--blue); }
.field input[type="file"]::file-selector-button{
  font-family:var(--sans);
  font-weight:600;
  font-size:13px;
  color:var(--blue);
  background:#fff;
  border:1px solid var(--border);
  border-radius:5px;
  padding:6px 12px;
  margin-right:12px;
  cursor:pointer;
}
.field input[type="file"]::file-selector-button:hover{ border-color:var(--blue); }

/* FAQ accordion */
.faq{ display:grid; gap:12px; max-width:760px; }
.faq details{
  border:1px solid var(--border);
  border-radius:8px;
  background:#fff;
}
.faq summary{
  cursor:pointer;
  list-style:none;
  padding:16px 18px;
  font-size:15.5px;
  font-weight:600;
  color:var(--text-dark);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.faq summary::-webkit-details-marker{ display:none; }
.faq summary::after{
  content:"";
  width:9px; height:9px;
  border-right:2px solid var(--text-mute);
  border-bottom:2px solid var(--text-mute);
  transform:rotate(45deg);
  transition:transform 0.15s ease;
  flex:none;
  margin-top:-3px;
}
.faq details[open] summary::after{ transform:rotate(-135deg); margin-top:3px; }
.faq summary:hover{ color:var(--blue); }
.faq .faq-body{ padding:0 18px 18px; color:var(--text-mute); font-size:14.5px; line-height:1.6; }
.faq .faq-body p{ margin:0 0 10px; }
.faq .faq-body p:last-child{ margin-bottom:0; }

/* inline commands + step lists inside FAQ answers */
.faq-body code{
  font-family:ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  font-size:13px;
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:4px;
  padding:1px 6px;
  color:var(--text-dark);
  white-space:nowrap;
}
.faq-body ol{ margin:6px 0 12px; padding-left:20px; }
.faq-body ol li{ margin-bottom:12px; }
.faq-body ul{ margin:6px 0 12px; padding-left:18px; }
.faq-body ul li{ margin-bottom:6px; }
.faq-body strong{ color:var(--text-dark); }

/* ---- Service status strip (top of home page) ---- */
.status-bar{ font-size:13.5px; border-bottom:1px solid var(--border); }
.status-inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:16px; padding:9px 24px; flex-wrap:wrap;
}
.status-main{ display:flex; align-items:center; gap:9px; min-width:0; }
.status-dot{ flex:none; width:9px; height:9px; border-radius:50%; }
.status-text{ line-height:1.45; }
.status-text strong{ font-weight:600; }
.status-text a{ color:inherit; text-decoration:underline; }
.status-since{ opacity:0.75; }
.status-sep{ margin:0 4px; opacity:0.5; }
.status-links{ display:flex; align-items:center; gap:14px; flex:none; flex-wrap:wrap; }
.status-links-label{ color:var(--text-mute); font-weight:600; font-size:12.5px; }
.status-links a{ text-decoration:none; font-weight:600; font-size:12.5px; white-space:nowrap; }
.status-links a:hover{ text-decoration:underline; }

.status-ok{ background:#EEF9EE; color:#1E5B12; }
.status-ok .status-dot{ background:var(--green); }
.status-ok .status-links a{ color:#1E5B12; }
.status-info{ background:var(--blue-pale); color:var(--blue-dark); }
.status-info .status-dot{ background:var(--blue); }
.status-info .status-links a{ color:var(--blue-dark); }
.status-warning{ background:#FFF6E6; color:#8A5A00; }
.status-warning .status-dot{ background:#E8940C; }
.status-warning .status-links a{ color:#8A5A00; }
.status-major{ background:#FDECEA; color:#9A2318; }
.status-major .status-dot{ background:#C4331F; }
.status-major .status-links a{ color:#9A2318; }

@media (max-width:640px){
  .status-inner{ flex-direction:column; align-items:flex-start; gap:7px; }
}

/* ---- Security advisories ---- */
.sec-clear{
  display:flex; align-items:center; gap:10px;
  background:#EEF9EE; border:1px solid #CDEBC9; color:#1E5B12;
  border-radius:10px; padding:16px 18px; font-size:14.5px; max-width:760px; line-height:1.5;
}
.sec-clear-dot{ flex:none; width:10px; height:10px; border-radius:50%; background:var(--green); }
.sec-list{ display:grid; gap:14px; max-width:760px; }
.sec-item{
  border:1px solid var(--border); border-left-width:4px; border-radius:10px;
  background:#fff; padding:18px 20px;
}
.sec-item-head{ display:flex; align-items:center; gap:12px; flex-wrap:wrap; margin-bottom:8px; }
.sec-item-head h3{ font-size:16px; font-weight:600; margin:0; flex:1 1 auto; min-width:0; }
.sec-date{ color:var(--text-mute); font-size:12.5px; flex:none; }
.sev-badge{
  flex:none; font-size:11px; font-weight:700; letter-spacing:0.03em; text-transform:uppercase;
  padding:3px 9px; border-radius:20px; color:#fff;
}
.sec-summary{ color:var(--text-dark); font-size:14.5px; margin:0 0 8px; line-height:1.55; }
.sec-action{ color:var(--text-mute); font-size:14px; margin:0 0 8px; line-height:1.55; }
.sec-action strong{ color:var(--text-dark); }
.sec-link{ font-size:13px; font-weight:600; text-decoration:none; }
.sec-link:hover{ text-decoration:underline; }

.sev-info{ border-left-color:var(--blue); }
.sev-info .sev-badge{ background:var(--blue); }
.sev-medium{ border-left-color:#E8940C; }
.sev-medium .sev-badge{ background:#E8940C; }
.sev-high{ border-left-color:#D9641E; }
.sev-high .sev-badge{ background:#D9641E; }
.sev-critical{ border-left-color:#C4331F; }
.sev-critical .sev-badge{ background:#C4331F; }

.sec-sources{ margin-top:26px; padding-top:20px; border-top:1px solid var(--border); max-width:760px; }
.sec-sources h4{ font-size:12.5px; font-weight:600; letter-spacing:0.05em; text-transform:uppercase; color:var(--text-mute); margin:0 0 12px; }
.sec-sources a{ display:inline-block; font-size:14px; font-weight:600; text-decoration:none; margin:0 22px 8px 0; }
.sec-sources a:hover{ text-decoration:underline; }

/* resource links (Help page) */
.resource-list{ display:grid; gap:15px; max-width:760px; }
.resource-list .res > a{ font-weight:600; text-decoration:none; font-size:15px; }
.resource-list .res > a:hover{ text-decoration:underline; }
.resource-list .res p{ color:var(--text-mute); font-size:13.5px; margin:2px 0 0; line-height:1.5; }
.resource-list .res p a{ color:var(--blue); font-weight:600; text-decoration:underline; }

/* network/ISP advisory tag inside the status bar */
.status-tag{
  display:inline-block;
  font-size:10.5px; font-weight:700; letter-spacing:0.03em; text-transform:uppercase;
  padding:2px 8px; border-radius:20px;
  border:1px solid currentColor; opacity:0.85;
  vertical-align:baseline; white-space:nowrap;
}

/* suggestions invite band (home page) */
.suggest-band{
  margin-top:22px;
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:14px;
  padding:34px 30px;
  text-align:center;
}
.suggest-band h2{ font-size:22px; font-weight:700; margin:0 0 10px; letter-spacing:-0.01em; }
.suggest-band p{ color:var(--text-mute); font-size:15px; max-width:58ch; margin:0 auto 22px; }

/* ---- Security best practices ---- */
.tips-subhead{ font-size:18px; font-weight:600; margin:8px 0 8px; letter-spacing:-0.01em; }
.crack-note{ font-size:12.5px; color:var(--text-mute); max-width:74ch; margin:0 0 10px; line-height:1.55; }
.crack-note a{ color:var(--blue); font-weight:600; }
.crack-table-wrap{ overflow-x:auto; margin:2px 0 10px; }
.crack-table{ border-collapse:collapse; width:100%; max-width:720px; font-size:13.5px; }
.crack-table th, .crack-table td{ border:1px solid var(--border); padding:9px 12px; text-align:center; white-space:nowrap; }
.crack-table thead th{ background:var(--surface); font-weight:600; color:var(--text-dark); }
.crack-table td.len{ font-weight:700; background:var(--surface); }
.crack-table td.weak{ background:#FDECEA; color:#9A2318; }
.crack-table td.mid{ background:#FFF6E6; color:#8A5A00; }
.crack-table td.ok{ background:#F1F8EB; color:#3F6B1E; }
.crack-table td.strong{ background:#E4F2DE; color:#1E5B12; font-weight:600; }

.backup-callout{
  margin-top:34px;
  background:var(--blue-pale);
  border:1px solid #CFE1F7;
  border-left:4px solid var(--blue);
  border-radius:10px;
  padding:24px 26px;
  max-width:840px;
}
.backup-callout h3{ font-size:18px; margin:0 0 8px; color:var(--blue-dark); }
.backup-callout p{ font-size:14.5px; color:var(--text-dark); margin:0; line-height:1.6; }

/* security shield in the status bar */
.status-right{ display:flex; align-items:center; gap:14px; flex:none; flex-wrap:wrap; }
.sec-shield{
  display:inline-flex; align-items:center; gap:6px;
  font-size:12.5px; font-weight:600; text-decoration:none;
  background:#fff; border:1px solid currentColor;
  padding:3px 11px 3px 9px; border-radius:20px;
  white-space:nowrap; line-height:1.2;
}
.sec-shield svg{ width:14px; height:14px; flex:none; }
.sec-shield:hover{ filter:brightness(0.94); }
.shield-clear{ color:#2E7D14; }
.shield-info{ color:var(--blue-dark); }
.shield-medium{ color:#8A5A00; }
.shield-high{ color:#9A3B18; }
.shield-critical{ color:#9A2318; }
