/* guiasexpress.com — generated */
:root{--gex-brand:#0e7fb8;--gex-branddark:#0a5a83;--gex-cta:#c9264d;--gex-ctahover:#a91d3f;--gex-wash:#e9f3f9;--gex-bg:#fbfdfe;--gex-ink:#16303f}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body.gex{margin:0;background:var(--gex-bg);color:var(--gex-ink);font:400 16px/1.65 Manrope,system-ui,sans-serif;-webkit-font-smoothing:antialiased}
.gex h1,.gex h2,.gex h3{font-family:"Bricolage Grotesque",system-ui,sans-serif;color:var(--gex-branddark);line-height:1.15;margin:0 0 .55em;text-wrap:balance}
.gex p,.gex li{text-wrap:pretty}
.gex h1{font-size:clamp(1.85rem,4.4vw,2.85rem);font-weight:800}
.gex h2{font-size:clamp(1.35rem,3vw,1.8rem);font-weight:700;margin-top:0}
.gex h3{font-size:1.08rem;font-weight:700}
.gex a{color:var(--gex-brand)}
.gex-wrap{max-width:1080px;margin:0 auto;padding:0 20px}
.gex-skip{position:absolute;left:-999px;top:0;background:#fff;padding:8px 14px;z-index:99}.gex-skip:focus{left:8px}
/* header */
.gex-hd{background:#fff;border-bottom:1px solid #e6e9ee;position:sticky;top:0;z-index:40}
.gex-hd-in{display:flex;align-items:center;justify-content:space-between;min-height:64px}
.gex-brand{display:flex;align-items:center;text-decoration:none}
.gex-brand-mark{height:46px;width:auto;max-width:280px;object-fit:contain}
.gex-nav a{font-weight:700;text-decoration:none;color:var(--gex-brand);font-size:.95rem;text-transform:capitalize}
.gex-nav a:hover{text-decoration:underline}
/* hero */
.gex-hero{background:linear-gradient(180deg,var(--gex-wash),var(--gex-bg));padding:46px 0 34px}
/* head / figure / rest as grid AREAS so mobile can lift the figure above the fold
   (desktop: head+rest stack left, figure spans both rows on the right) */
.gex-hero-in{display:grid;grid-template-columns:minmax(0,13fr) minmax(0,10fr);grid-template-areas:"head fig" "rest fig";column-gap:38px;row-gap:0;align-items:start}
.gex-hero-head{grid-area:head;min-width:0}
.gex-hero-rest{grid-area:rest;min-width:0}
.gex-eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:700;color:var(--gex-brand);margin:0 0 12px}
.gex h1{letter-spacing:-.01em}
.gex-lede{font-size:1rem;max-width:56ch;color:#3d4c5a}
.gex-lede-lead{font-size:1.14rem;line-height:1.55;color:var(--gex-ink);font-weight:600;max-width:52ch}
.gex-hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:22px 0 20px}
.gex-hero-rest .gex-lede{margin-top:0}
.gex-ghost{display:inline-flex;align-items:center;min-height:48px;padding:12px 20px;border:1.5px solid var(--gex-branddark);border-radius:10px;color:var(--gex-branddark);font-weight:700;font-size:.95rem;text-decoration:none}
.gex-ghost:hover{background:var(--gex-wash)}
.gex-byline{display:flex;align-items:center;gap:10px;font-size:.9rem;color:#51606f;margin:0 0 14px}
.gex-byline img{border-radius:50%;object-fit:cover}
.gex-heurochips{display:flex;flex-wrap:wrap;gap:8px}
.gex-heurochips span{background:#fff;border:1px solid #dfe4ea;border-radius:999px;padding:6px 12px;font-size:.8rem;font-weight:600}
@media (min-width:901px){.gex-fig-frame img{aspect-ratio:4/3}}
/* featured figure — photo + grounded winner annotation + caption */
.gex-hero-fig{grid-area:fig;align-self:center;margin:0;min-width:0}
.gex-fig-frame{position:relative;border-radius:18px;overflow:hidden;box-shadow:0 18px 42px rgba(0,0,0,.20)}
.gex-fig-frame img{display:block;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;outline:1px solid rgba(0,0,0,.10);outline-offset:-1px}
.gex-hero-fig figcaption{margin-top:10px;font-size:.82rem;color:#68757f;text-wrap:pretty}
/* sections */
.gex-sec{padding:40px 0}
.gex-wash{background:var(--gex-wash)}
/* essential */
.gex-essential{padding-top:8px}
.gex-ess-box{background:var(--gex-branddark);color:#f3f6fa;border-radius:18px;padding:26px 28px}
.gex-ess-box h2{color:#fff}
.gex-ess-box p{max-width:75ch}
.gex-ess-box a{color:#fff}
.gex-ess-ctaline{margin:18px 0 2px}
/* CTA — the ONE reserved color */
.gex-cta{display:inline-block;background:var(--gex-cta);color:#fff !important;font-weight:700;text-decoration:none;border-radius:10px;padding:11px 18px;min-height:44px;line-height:1.35;text-align:center}
.gex-cta:hover{background:var(--gex-ctahover)}
.gex-cta-big{font-size:1.05rem;padding:14px 26px}
.gex-quiet{font-weight:600}
/* table */
.gex-chips{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 14px;overflow-x:auto}
.gex-chip{border:1px solid #d5dbe3;background:#fff;border-radius:999px;padding:7px 14px;font:600 .85rem Manrope;cursor:pointer;color:var(--gex-ink)}
.gex-chip.is-on{background:var(--gex-branddark);color:#fff;border-color:var(--gex-branddark)}
.gex-tablewrap{overflow-x:auto}
.gex-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e4e8ee;border-radius:14px;overflow:hidden}
.gex-table thead th{background:var(--gex-branddark);color:#fff;text-align:left;font:700 .8rem Manrope;letter-spacing:.04em;text-transform:uppercase;padding:11px 12px}
.gex-table td{padding:13px 12px;border-top:1px solid #eceff3;vertical-align:middle;font-size:.94rem}
.gex-table tbody tr:nth-child(even){background:#f7f9fb}
.gex-row-top{background:linear-gradient(0deg,rgba(0,0,0,.02),rgba(0,0,0,.02)) , #fff !important;box-shadow:inset 3px 0 0 var(--gex-brand)}
.gex-badge{display:inline-block;background:var(--gex-brand);color:#fff;font-size:.72rem;font-weight:800;border-radius:6px;padding:3px 8px;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}
.gex-cell-rank{font-weight:800;width:56px;color:var(--gex-branddark)}
.gex-cell-brand{display:flex;align-items:center;gap:12px;min-width:190px}
.gex-logochip{display:inline-flex;align-items:center;justify-content:center;width:86px;height:44px;background:#fff;border:1px solid #e6e9ee;border-radius:8px;flex:none}
.gex-logochip img{max-width:76px;max-height:34px;object-fit:contain}
.gex-logochip-dark{background:var(--gex-branddark);border-color:var(--gex-branddark)}
.gex-wordmark{font-family:"Bricolage Grotesque";font-weight:800;font-size:.95rem}
.gex-brand-label{font-weight:700}
.gex-cell-offer{max-width:260px}
.gex-cell-score strong{font-size:1.05rem;color:var(--gex-branddark)}
.gex-cell-cta{text-align:right;padding-right:14px !important}
.gex-morewrap{text-align:center;margin-top:16px}
.gex-more{border:2px solid var(--gex-branddark);background:#fff;color:var(--gex-branddark);font:700 .95rem Manrope;border-radius:10px;padding:11px 22px;cursor:pointer}
.gex-more:hover{background:var(--gex-wash)}
/* trust */
.gex-trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}
.gex-trust-card{background:#fff;border:1px solid #e4e8ee;border-radius:14px;padding:18px 18px 8px}
/* reviews */
.gex-rev{background:#fff;border:1px solid #e4e8ee;border-radius:16px;padding:22px;margin:0 0 18px}
.gex-rev-hd{display:flex;gap:16px;align-items:center;margin-bottom:8px}
.gex-rev-hd h3{margin:0}
.gex-rev-meta{margin:4px 0 0;color:#51606f;font-size:.92rem}
.gex-rev-cols{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:6px}
.gex-rev-cols h4{margin:0 0 6px;font-size:.92rem}
.gex-rev-cols ul{margin:0;padding-left:20px}
.gex-rev-cols li{margin:3px 0;font-size:.94rem}
.gex-rev-ctaline{margin:16px 0 2px}
/* prose / longform */
.gex-prose p{max-width:75ch}
.gex-prose h2{margin-top:1.6em}
.gex-prose ul{max-width:75ch}
.gex-prose table{width:100%;border-collapse:collapse;margin:14px 0;background:#fff;border:1px solid #e4e8ee;font-size:.93rem}
.gex-prose th{background:var(--gex-wash);text-align:left;padding:9px 11px;font-weight:700}
.gex-prose td{padding:9px 11px;border-top:1px solid #eceff3}
.gex-prose .tablewrap{overflow-x:auto}
.gex-narrow{max-width:820px}
.gex-edimg{width:100%;height:auto;border-radius:16px;margin:20px 0 6px}
.gex-cell-intent{white-space:nowrap;font-weight:700;color:var(--gex-branddark)}
/* faq */
.gex-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.gex-faq-item{background:#fff;border:1px solid #e4e8ee;border-radius:14px;padding:18px}
.gex-faq-item h3{font-size:1rem}
.gex-faq-item p{margin:0;font-size:.95rem}
/* author box */
.gex-authorbox{display:flex;gap:20px;background:#fff;border:1px solid #e4e8ee;border-radius:16px;padding:22px;align-items:flex-start}
.gex-authorbox img{border-radius:14px;object-fit:cover;flex:none}
/* footer */
.gex-ft{background:var(--gex-branddark);color:#c9d3de;margin-top:44px;padding:34px 0 26px;font-size:.88rem}
.gex-ft a{color:#fff}
.gex-ft-grid{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:18px}
.gex-ft-brand{display:flex;align-items:center;gap:10px}
.gex-ft-chip{display:inline-flex;background:#fff;border-radius:9px;padding:4px}
.gex-ft-name{font-family:"Bricolage Grotesque";font-weight:800;color:#fff;font-size:1.05rem}
.gex-ft-nav{display:flex;flex-wrap:wrap;gap:8px 18px}
.gex-ft-nav a{text-decoration:none}
.gex-ft-nav a:hover{text-decoration:underline}
.gex-ft-line{margin:6px 0;max-width:100ch}
.gex-ft-copy{color:#8fa0b3}
/* sticky mobile CTA */
.gex-sticky{display:none}
/* responsive */
@media (max-width:900px){
  .gex-hero-in{grid-template-columns:1fr;grid-template-areas:"head" "fig" "rest";row-gap:22px}
  .gex-faq-grid,.gex-rev-cols{grid-template-columns:1fr}
}
@media (max-width:560px){
  .gex-hero{padding:32px 0 26px}
  .gex-hero-actions{gap:10px;margin:20px 0 16px}
  .gex-hero-actions .gex-cta,.gex-ghost{display:block;width:100%;min-height:52px;text-align:center}
  .gex-ghost{justify-content:center}
  .gex-lede-lead{font-size:1.08rem}
}
@media (max-width:720px){
  .gex-table thead{display:none}
  .gex-table,.gex-table tbody,.gex-table tr,.gex-table td{display:block;width:100%}
  .gex-table tr{border-top:1px solid #e4e8ee;padding:12px 14px}
  .gex-table td{border:0;padding:5px 0;font-size:.95rem}
  .gex-table td[data-label]::before{content:attr(data-label);display:inline-block;min-width:9.5em;font-weight:700;color:#51606f;font-size:.8rem;text-transform:uppercase;letter-spacing:.03em}
  .gex-cell-brand{display:flex}
  .gex-cell-cta{text-align:left;padding:10px 0 4px !important}
  .gex-cell-cta .gex-cta{display:block}
  .gex-row-top{box-shadow:inset 0 3px 0 var(--gex-brand)}
  .gex-sticky{display:block;position:fixed;left:0;right:0;bottom:0;z-index:50;padding:8px 12px calc(8px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #e4e8ee;box-shadow:0 -6px 18px rgba(0,0,0,.10)}
  .gex-sticky-card{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--gex-ink)}
  .gex-sticky-card .gex-logochip{width:64px;height:40px}
  .gex-sticky-card .gex-logochip img{max-width:56px;max-height:30px}
  .gex-sticky-txt{flex:1;min-width:0;line-height:1.25}
  .gex-sticky-txt b{display:block;font-size:.88rem}
  .gex-sticky-txt small{display:block;font-size:.76rem;color:#51606f}
  .gex-sticky-btn{flex:none;display:inline-flex;align-items:center;background:var(--gex-cta);color:#fff;font-weight:800;font-size:.92rem;border-radius:999px;padding:12px 18px;min-height:48px}
  body.gex{padding-bottom:96px}
  .gex-authorbox{flex-direction:column}
  
}
