/* GenoPalate advertorials - shared editorial stylesheet
   Palette pulled from genopalate.com:
   navy #00223e / blue #58a2d5 / pale #dcf1fc / gold #f2a900 / teal #009c7d */

:root{
  --navy:#00223e;
  --navy-2:#01233e;
  --blue:#58a2d5;
  --blue-dk:#3f7faa;
  --pale:#dcf1fc;
  --pale-2:#eef8fe;
  --gold:#f2a900;
  --teal:#009c7d;
  --ink:#121212;
  --ink-2:#3d4551;
  --muted:#6b7280;
  --line:#e3e8ee;
  --bg:#ffffff;
  --wrap:680px;
  --wide:1080px;
  --serif:"Source Serif 4",Georgia,"Times New Roman",serif;
  --sans:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  margin:0;background:var(--bg);color:var(--ink);
  font-family:var(--sans);font-size:19px;line-height:1.68;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--blue-dk)}

.wrap{width:100%;max-width:var(--wrap);margin:0 auto;padding:0 22px}
.wrap-wide{width:100%;max-width:var(--wide);margin:0 auto;padding:0 22px}

/* ---------- masthead ---------- */
.masthead{
  background:var(--navy);color:#fff;position:sticky;top:0;z-index:60;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.masthead-in{
  max-width:var(--wide);margin:0 auto;padding:11px 22px;
  display:flex;align-items:center;justify-content:space-between;gap:16px;
}
.masthead img{height:22px;width:auto}
.masthead .kick{
  font-size:11px;letter-spacing:.16em;text-transform:uppercase;
  color:var(--pale);font-weight:600;border-left:1px solid rgba(255,255,255,.25);
  padding-left:14px;margin-left:2px;
}
.masthead-l{display:flex;align-items:center;gap:14px;min-width:0}
.mast-cta{
  background:var(--gold);color:var(--navy);text-decoration:none;
  font-size:13px;font-weight:700;padding:9px 16px;border-radius:999px;white-space:nowrap;
}
.mast-cta:hover{filter:brightness(1.06)}
@media(max-width:620px){
  .masthead .kick{display:none}
  .masthead-in{padding:10px 16px}
  .mast-cta{font-size:12px;padding:8px 13px}
}

/* ---------- article head ---------- */
.artheader{padding:44px 0 6px}
/* tight variant: gets the hero visual into the first screen on mobile */
.artheader.tight{padding:26px 0 0}
.artheader.tight h1{font-size:clamp(28px,5.6vw,42px);margin-bottom:12px}
.artheader.tight .dek{font-size:clamp(17px,2.3vw,20px);margin-bottom:18px}
.artheader.tight .byline{margin-bottom:0;border-bottom:0;padding-bottom:0}
.eyebrow{
  font-size:11.5px;font-weight:700;letter-spacing:.17em;text-transform:uppercase;
  color:var(--blue-dk);margin:0 0 16px
}
h1{
  font-family:var(--serif);font-weight:600;
  font-size:clamp(33px,6.4vw,50px);line-height:1.12;letter-spacing:-.015em;
  margin:0 0 18px;color:var(--navy);
}
.dek{
  font-family:var(--serif);font-size:clamp(19px,2.6vw,23px);line-height:1.5;
  color:var(--ink-2);margin:0 0 26px;
}
.byline{
  display:flex;flex-wrap:wrap;align-items:center;gap:10px 16px;
  border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  padding:14px 0;font-size:14px;color:var(--muted);margin-bottom:34px
}
.byline strong{color:var(--ink);font-weight:600}
.stars{color:var(--gold);letter-spacing:1px}

/* ---------- body copy ---------- */
article p{margin:0 0 24px}
article h2{
  font-family:var(--serif);font-weight:600;
  font-size:clamp(26px,4.3vw,34px);line-height:1.22;letter-spacing:-.01em;
  color:var(--navy);margin:52px 0 20px;
}
article h3{
  font-size:20px;font-weight:700;color:var(--navy);margin:34px 0 12px;line-height:1.32
}
.lead::first-letter{
  float:left;font-family:var(--serif);font-size:74px;line-height:.82;
  font-weight:600;color:var(--navy);margin:6px 11px 0 0;
}
mark{background:#fff2cf;color:inherit;padding:.08em .12em;border-radius:2px}
strong{font-weight:650;color:var(--ink)}

figure{margin:34px 0}
figure img{border-radius:12px;width:100%}
figcaption{
  font-size:14.5px;line-height:1.5;color:var(--muted);font-style:italic;
  margin-top:10px;padding-left:2px
}

/* ---------- pull quote ---------- */
.pq{
  border-left:4px solid var(--blue);background:var(--pale-2);
  padding:22px 24px;margin:34px 0;border-radius:0 10px 10px 0;
}
.pq p{
  font-family:var(--serif);font-size:21px;line-height:1.46;color:var(--navy);
  margin:0 0 12px;
}
.pq cite{
  font-style:normal;font-size:13.5px;color:var(--muted);font-family:var(--sans);
  display:block;font-weight:500
}
.pq .stars{font-size:13px;display:block;margin-bottom:9px}

/* ---------- lists ---------- */
.checks{list-style:none;padding:0;margin:24px 0}
.checks li{
  position:relative;padding-left:34px;margin-bottom:15px;line-height:1.6
}
.checks li::before{
  content:"";position:absolute;left:0;top:.42em;width:19px;height:19px;
  border-radius:50%;background:var(--teal);
}
.checks li::after{
  content:"";position:absolute;left:6px;top:.62em;width:6px;height:10px;
  border:solid #fff;border-width:0 2px 2px 0;transform:rotate(43deg)
}
.xlist{list-style:none;padding:0;margin:24px 0}
.xlist li{position:relative;padding-left:34px;margin-bottom:15px}
.xlist li::before{
  content:"";position:absolute;left:0;top:.42em;width:19px;height:19px;
  border-radius:50%;background:#e8edf3
}
.xlist li::after{
  content:"";position:absolute;left:6.5px;top:.72em;width:6px;height:6px;
  border-top:2px solid #8b98a8;transform:rotate(45deg);
  box-shadow:0 0 0 0 transparent
}

/* ---------- cards ---------- */
.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:30px 0}
@media(max-width:600px){.cards{grid-template-columns:1fr}}
.card{
  border:1px solid var(--line);border-radius:12px;padding:19px 19px 20px;background:#fff
}
.card .num{
  font-size:11px;font-weight:800;letter-spacing:.13em;color:var(--blue-dk);
  text-transform:uppercase;margin-bottom:8px
}
.card h4{margin:0 0 7px;font-size:17.5px;color:var(--navy);line-height:1.3}
.card p{margin:0;font-size:15.5px;line-height:1.56;color:var(--ink-2)}

/* ---------- stat strip ---------- */
.stats{
  display:grid;grid-template-columns:repeat(3,1fr);gap:2px;
  background:var(--line);border-radius:12px;overflow:hidden;margin:36px 0
}
.stats div{background:var(--navy);color:#fff;padding:24px 12px;text-align:center}
.stats b{
  display:block;font-family:var(--serif);font-size:clamp(26px,5.2vw,36px);
  line-height:1;font-weight:600;color:var(--pale);margin-bottom:7px
}
.stats span{font-size:12.5px;line-height:1.4;color:rgba(255,255,255,.78);display:block}

/* ---------- callout box ---------- */
.box{
  border:1px solid var(--line);border-radius:14px;padding:26px 24px;margin:34px 0;
  background:#fbfcfd
}
.box.navy{background:var(--navy);border-color:var(--navy);color:#e8f2fa}
.box.navy h3,.box.navy h2{color:#fff;margin-top:0}
.box.navy strong{color:#fff}
.box.navy a{color:var(--pale)}
.box.navy .checks li::before{background:var(--blue)}
.box h3{margin-top:0}
.box p:last-child{margin-bottom:0}

/* ---------- CTA ---------- */
.ctablock{margin:38px 0;text-align:center}
.cta{
  display:block;width:100%;background:var(--gold);color:var(--navy);
  text-decoration:none;font-weight:800;font-size:19px;line-height:1.25;
  padding:19px 22px;border-radius:12px;letter-spacing:-.005em;
  box-shadow:0 2px 0 rgba(0,0,0,.08);transition:transform .12s ease,filter .12s ease
}
.cta:hover{filter:brightness(1.06);transform:translateY(-1px)}
.cta.blue{background:var(--navy);color:#fff}
.ctasub{font-size:14px;color:var(--muted);margin:11px 0 0}

/* ---------- offer card ---------- */
.offer{
  border:2px solid var(--navy);border-radius:16px;padding:28px 24px;margin:40px 0;
  text-align:center;background:linear-gradient(180deg,var(--pale-2),#fff)
}
.offer .tag{
  display:inline-block;background:var(--navy);color:#fff;font-size:11px;font-weight:800;
  letter-spacing:.14em;text-transform:uppercase;padding:6px 13px;border-radius:999px;margin-bottom:15px
}
.offer h3{font-family:var(--serif);font-size:26px;margin:0 0 10px;font-weight:600}
.offer p{font-size:16px;color:var(--ink-2);margin:0 0 20px}

/* ---------- donut chart ---------- */
.donuts{
  display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:32px 0 12px
}
.donut-card{
  border:1px solid var(--line);border-radius:14px;padding:20px 14px 18px;text-align:center;
  background:#fff
}
.donut-card.hl{border-color:var(--navy);background:var(--pale-2)}
.donut-card h4{
  margin:0 0 14px;font-size:14px;line-height:1.35;color:var(--navy);
  text-transform:uppercase;letter-spacing:.07em;font-weight:800;
  min-height:2.7em;display:flex;align-items:center;justify-content:center;text-align:center
}
.donut-card svg{width:100%;max-width:160px;height:auto;margin:0 auto}
.legend{list-style:none;padding:0;margin:14px 0 0;font-size:14px}
.legend li{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:5px}
.legend i{width:11px;height:11px;border-radius:3px;display:inline-block;flex:none}
.legend b{font-variant-numeric:tabular-nums}
@media(max-width:480px){
  .donuts{gap:10px}
  .donut-card{padding:15px 8px 14px}
  .donut-card h4{font-size:11.5px;letter-spacing:.04em}
  .legend{font-size:12.5px}
}

/* ---------- FAQ ---------- */
.faq{border-top:1px solid var(--line);margin:34px 0 0}
.faq details{border-bottom:1px solid var(--line)}
.faq summary{
  cursor:pointer;padding:18px 34px 18px 0;font-weight:650;font-size:17.5px;
  color:var(--navy);list-style:none;position:relative;line-height:1.4
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{
  content:"+";position:absolute;right:4px;top:15px;font-size:24px;font-weight:400;
  color:var(--blue-dk);line-height:1
}
.faq details[open] summary::after{content:"\2013"}
.faq .a{padding:0 0 20px;font-size:16.5px;line-height:1.62;color:var(--ink-2)}
.faq .a p{margin:0 0 14px}
.faq .a p:last-child{margin-bottom:0}

/* ---------- review grid ---------- */
.revs{display:grid;gap:14px;margin:30px 0}
.rev{border:1px solid var(--line);border-radius:12px;padding:19px 20px;background:#fff}
.rev .stars{font-size:13px;display:block;margin-bottom:9px}
.rev p{margin:0 0 11px;font-size:16.5px;line-height:1.58;color:var(--ink-2)}
.rev cite{font-style:normal;font-size:13px;color:var(--muted);font-weight:500}

/* ---------- sticky footer CTA ---------- */
.sticky{
  position:fixed;left:0;right:0;bottom:0;z-index:70;background:#fff;
  border-top:1px solid var(--line);box-shadow:0 -6px 22px rgba(0,34,62,.10);
  padding:11px 14px calc(11px + env(safe-area-inset-bottom));
  transform:translateY(105%);transition:transform .26s ease
}
.sticky.on{transform:translateY(0)}
.sticky-in{
  max-width:var(--wide);margin:0 auto;display:flex;align-items:center;gap:14px
}
.sticky .txt{flex:1;min-width:0;font-size:14px;line-height:1.35;color:var(--ink-2)}
.sticky .txt b{display:block;color:var(--navy);font-size:15.5px}
.sticky .cta{width:auto;flex:none;font-size:16px;padding:14px 24px}
@media(max-width:600px){
  .sticky .txt{display:none}
  .sticky .cta{width:100%;flex:1}
}

/* ---------- footer ---------- */
footer.site{
  background:var(--navy);color:rgba(255,255,255,.72);margin-top:64px;
  padding:40px 0 110px;font-size:14px;line-height:1.6
}
footer.site a{color:var(--pale)}
footer.site img{height:20px;margin-bottom:18px;opacity:.95}
footer.site .disc{font-size:12.5px;color:rgba(255,255,255,.5);margin-top:18px;line-height:1.55}
footer.site nav{margin:14px 0 0;display:flex;flex-wrap:wrap;gap:8px 20px;font-size:13.5px}

hr.rule{border:0;border-top:1px solid var(--line);margin:48px 0}

.tiny{font-size:13.5px;color:var(--muted);line-height:1.55}
