:root{
  --ig-1:#FEDA75; --ig-2:#FA7E1E; --ig-3:#D62976; --ig-4:#962FBF; --ig-5:#962FBF;
  --grad:linear-gradient(45deg,var(--ig-1),var(--ig-2) 28%,var(--ig-3) 55%,var(--ig-4) 78%,var(--ig-5));
  /* Brand tile base — identical, char for char, to TILE_GRADIENT_CSS in
     scripts/brand-mark.mjs, i.e. the very same colours baked into the extension
     icons, the favicon and the store images.
     Why not reuse --grad: --grad is the text/accent ramp (the --ig-* Instagram
     stripe). The tile's "four corners + warm blob at the bottom" is a different
     look; merging them would turn the bottom of the brand-name text yellow. */
  --brand-tile:radial-gradient(120% 95% at 32% 102%,#FFD84D 0%,#FFA71C 36%,rgba(255,138,10,0) 72%),linear-gradient(135deg,#4353EC 0%,#9B2BC8 26%,#DE2A9E 58%,#FA2E8C 100%);
  --ink:#111827; --muted:#6b7280; --line:#e7e7ee;
  --card:#fff; --bg:#fafafa; --alt:#f5f5fa;
  --radius:16px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--ink);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
.container{max-width:1120px;margin:0 auto;padding:0 24px}

/* header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.82);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.site-header.scrolled{box-shadow:0 1px 14px rgba(0,0,0,.06)}
.nav-row{display:flex;align-items:center;gap:24px;height:64px}
.brand{display:flex;align-items:center;gap:9px;font-weight:800;font-size:18px;letter-spacing:-.3px}
.brand-logo{display:inline-flex;width:34px;height:34px;border-radius:10px;background:var(--brand-tile);color:#fff;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(214,41,118,.35)}
.brand-name{background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}
.main-nav{display:flex;gap:22px;margin-left:8px;font-size:14px;font-weight:600;color:var(--muted)}
.main-nav a:hover{color:var(--ink)}
.nav-cta{margin-left:auto}

/* buttons */
/* Sizing (height / padding / font-size) lives on .btn ITSELF, not only on the
   .btn-lg / .btn-sm / .btn-block modifiers. A button written as a bare
   `class="btn btn-primary"` — the checkout-guide dialog, plus 404 / goodbye /
   billing / review — used to have no height and no padding at all, so it
   collapsed to a ~15px-tall gradient sliver with the text jammed against the
   rounded caps. A bare <button class="btn"> also fell back to the UA font-size
   (13.33px) while a bare <a class="btn"> inherited 16px, so the same class
   rendered two different sizes. Both measured on the live site 2026-09-22.
   The three modifiers are declared AFTER this rule, so they still win. */
.btn{display:inline-flex;align-items:center;justify-content:center;font-weight:700;border-radius:999px;cursor:pointer;transition:transform .12s,filter .2s,box-shadow .2s;border:none;letter-spacing:.1px;height:44px;padding:0 22px;font-size:15px}
.btn:hover{transform:translateY(-1px)}
.btn:active{transform:scale(.97)}
.btn-primary{background:var(--grad);color:#fff;box-shadow:0 4px 16px rgba(214,41,118,.35)}
.btn-primary:hover{filter:brightness(1.06)}
.btn-ghost{background:#fff;color:var(--ink);border:1px solid var(--line)}
.btn-ghost:hover{background:var(--alt)}
.btn-light{background:#fff;color:#111;box-shadow:0 4px 16px rgba(0,0,0,.18)}
.btn-lg{height:52px;padding:0 28px;font-size:16px}
.btn-sm{height:40px;padding:0 18px;font-size:14px}
.btn-block{width:100%;margin-top:16px;height:46px}

/* ── hero: two columns, copy left + a REAL product screenshot right ──
   The screenshot is capped in height and faded out at the bottom, so the hero stays a hero
   instead of growing a ~1600px-tall phone in the middle of the page.
   Alignment: the grid column is wider than the 420px cap, so the leftover width is pushed to the
   left (margin-left:auto) — otherwise the image sits with a gap on its right instead of reaching
   the container edge.
   No distortion: the frame owns the aspect-ratio and the <img> uses object-fit:cover, so the
   screenshot is scaled and cropped rather than squashed, whatever the frame does. */
.hero{padding:72px 0 64px;background:radial-gradient(1200px 500px at 20% -10%,rgba(214,41,118,.10),transparent 60%),radial-gradient(900px 420px at 85% 0,rgba(79,91,213,.12),transparent 55%),var(--bg)}
.hero h1{font-size:clamp(34px,6vw,72px);line-height:1.08;font-weight:900;letter-spacing:-1.5px;margin-bottom:20px}
.hero-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:52px;align-items:center}
.hero-copy h1{font-size:clamp(32px,4.4vw,52px);line-height:1.09;font-weight:900;letter-spacing:-1.4px;margin-bottom:18px}
.hero-copy .lead{max-width:600px}
.pill{display:inline-block;font-size:12.5px;font-weight:700;color:var(--ig-3);background:rgba(214,41,118,.08);border:1px solid rgba(214,41,118,.18);padding:6px 14px;border-radius:999px;margin-bottom:20px}
.grad{background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}
.lead{font-size:18px;color:var(--muted);max-width:520px;margin-bottom:28px}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:26px}
.hero-points{list-style:none;display:flex;flex-direction:column;gap:9px;font-size:14px;color:var(--muted)}
.hero-points .dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--grad);margin-right:9px;vertical-align:middle}
.hero-shot{position:relative;margin:0 0 0 auto;justify-self:end;width:100%;max-width:420px;aspect-ratio:420/620;max-height:620px;overflow:hidden;border-radius:18px 18px 0 0;filter:drop-shadow(0 22px 52px rgba(20,20,40,.20));-webkit-mask-image:linear-gradient(180deg,#000 76%,rgba(0,0,0,.45) 92%,transparent 100%);mask-image:linear-gradient(180deg,#000 76%,rgba(0,0,0,.45) 92%,transparent 100%)}
.hero-shot img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}

/* ── feature showcases: one real screenshot per capability, copy beside it ── */
.showcases{display:flex;flex-direction:column;gap:54px}
.showcase{display:grid;grid-template-columns:1fr 232px;gap:52px;align-items:center}
.showcase--flip{grid-template-columns:232px 1fr}
.showcase--flip .shot-panel{grid-column:1;grid-row:1}
.showcase--flip .showcase-copy{grid-column:2;grid-row:1}
.showcase h3{font-size:22px;line-height:1.25;font-weight:800;letter-spacing:-.4px;margin:8px 0 12px}
.showcase p{color:var(--muted);font-size:15.5px;margin-bottom:16px}
.showcase .check-list{font-size:14.5px;margin-bottom:0}
.showcase .check-list b{color:var(--ink);font-weight:800}
.shot-panel{width:232px;max-height:352px;overflow:hidden;border-radius:16px 16px 0 0;filter:drop-shadow(0 16px 36px rgba(20,20,40,.18));-webkit-mask-image:linear-gradient(180deg,#000 78%,rgba(0,0,0,.45) 93%,transparent 100%);mask-image:linear-gradient(180deg,#000 78%,rgba(0,0,0,.45) 93%,transparent 100%)}
.shot-panel img{display:block;width:100%;height:auto}

/* sections */
.section{padding:80px 0}
.section-alt{background:var(--alt)}
.section-head{text-align:center;margin:0 auto 48px}
.section-head h2{font-size:clamp(26px,3.2vw,38px);font-weight:800;letter-spacing:-.8px;margin-bottom:14px}
.section-head p{color:var(--muted);font-size:16.5px}

/* features */
.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:26px 24px;transition:transform .15s,box-shadow .2s}
.card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(20,20,40,.08)}
.card h3{font-size:17px;font-weight:700;margin-bottom:10px}
.card p{font-size:14px;color:var(--muted)}

/* steps */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.step{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px 24px}
.step-num{display:inline-block;font-size:13px;font-weight:800;color:#fff;background:var(--grad);padding:4px 12px;border-radius:99px;margin-bottom:14px}
.step h3{font-size:16px;font-weight:700;margin-bottom:10px}
.step p{font-size:14px;color:var(--muted)}

/* safety */
.safety-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
/* Note: the safety heading lives in .section-head like every other section title (centred, full
   width). Only body copy is styled here — do not re-set font-size or text-align on .safety-copy h2,
   or the heading stops matching the rest of the page. */
.safety-copy p{color:var(--muted);margin-bottom:18px}
.check-list{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:18px;font-size:14.5px}
.check-list li{padding-left:26px;position:relative}
.check-list li::before{content:"✓";position:absolute;left:0;top:0;color:#fff;background:var(--grad);width:18px;height:18px;border-radius:50%;font-size:11px;display:flex;align-items:center;justify-content:center;font-weight:800}
.link{color:var(--ig-3);font-weight:600}
.link:hover{text-decoration:underline}
.safety-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.mini-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px}
.mini-card b{display:block;margin-bottom:6px;font-size:14.5px}
.mini-card p{font-size:13px;color:var(--muted)}

/* pricing */
.pricing{display:grid;grid-template-columns:1fr 1fr;gap:22px;max-width:760px;margin:0 auto}
.pricing--3{grid-template-columns:repeat(3,1fr);max-width:1080px}
.price-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:34px 32px;position:relative;display:flex;flex-direction:column}
.price-card--pro{border:2px solid transparent;background:linear-gradient(#fff,#fff) padding-box,var(--grad) border-box;box-shadow:0 20px 50px rgba(214,41,118,.12)}
.price-card h3{font-size:18px;font-weight:800;margin-bottom:8px}
.price{font-size:44px;font-weight:900;letter-spacing:-1px}
.price span{font-size:15px;font-weight:600;color:var(--muted)}
.price-sub{font-size:13px;color:var(--muted);margin-bottom:20px}
.price-card ul{list-style:none;display:flex;flex-direction:column;gap:11px;margin-bottom:8px;flex:1}
.price-card .btn-block{margin-top:24px}
.price-card li{padding-left:26px;position:relative;font-size:14.5px}
.price-card li::before{content:"✓";position:absolute;left:0;top:0;color:var(--ig-3);font-weight:800}
.badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--grad);color:#fff;font-size:11px;font-weight:800;padding:5px 14px;border-radius:99px;letter-spacing:.3px}
.badge--annual{background:#962FBF}

/* ── checkout guide dialog (shared) ──
   Moved here from an inline <style> that only /pricing/ carried, because the
   home page's #pricing section now opens the same dialog (clicking a paid plan
   must not navigate away to /pricing any more). One stylesheet, so the two
   entry points cannot drift apart. Rules are unchanged from the pricing page
   version, only reformatted one-per-line. */
.checkout-guide[hidden]{display:none}
.checkout-guide{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:20px}
.checkout-guide__backdrop{position:absolute;inset:0;background:rgba(13,18,35,.72)}
.checkout-guide__card{position:relative;width:min(560px,100%);max-height:90vh;overflow:auto;background:#fff;color:#172033;border-radius:18px;padding:26px;box-shadow:0 24px 80px rgba(0,0,0,.32)}
.checkout-guide__card h2{margin:0 0 10px}
.checkout-guide__recommended{background:#eefaf1;border:1px solid #b9dfc2;border-radius:12px;padding:14px;margin:14px 0}
.checkout-guide__steps{margin:8px 0 0;padding-left:20px}
.checkout-guide__divider{display:flex;align-items:center;gap:10px;margin:20px 0;color:#6d7480}
.checkout-guide__divider:before,.checkout-guide__divider:after{content:"";height:1px;background:#dfe3e8;flex:1}
.checkout-guide label{display:block;font-weight:700;margin-bottom:6px}
.checkout-guide input{width:100%;box-sizing:border-box;border:1px solid #adb5c2;border-radius:10px;padding:12px;font:inherit}
.checkout-guide__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.checkout-guide__error{color:#a32121;margin:8px 0 0;font-size:14px}
.checkout-guide__close{position:absolute;right:14px;top:10px;border:0;background:transparent;font-size:28px;cursor:pointer}
.checkout-guide__fine{font-size:13px;color:#626b78;line-height:1.5}

/* faq */
.faq-wrap{max-width: 1120px;margin: 0 auto;padding: 0 24px;}
.faq{display:flex;flex-direction:column;gap:12px}
.faq details{background:#fff;border:1px solid var(--line);border-radius:14px;padding:4px 20px}
.faq summary{cursor:pointer;font-weight:700;padding:16px 0;font-size:15px;list-style:none;display:flex;justify-content:space-between;align-items:center}
.faq summary::after{content:"+";font-size:22px;color:var(--ig-3);font-weight:600}
.faq details[open] summary::after{content:"–"}
.faq details p{padding:0 0 18px;color:var(--muted);font-size:14.5px}

/* cta */
.cta{background:var(--grad);padding:72px 0}
.cta-inner{text-align:center}
.cta h2{font-size:clamp(26px,3.4vw,40px);font-weight:900;letter-spacing:-.8px;color:#fff;margin-bottom:14px}
.cta p{color:rgba(255,255,255,.92);font-size:17px;margin-bottom:28px}

/* footer */
.site-footer{background:#111;color:#9ca3af;padding:48px 0 28px}
.footer-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px 24px;margin-bottom:24px}
.footer-brand{display:flex;align-items:center;gap:9px;color:#fff;font-weight:800}
.footer-links{display:flex;flex-wrap:wrap;gap:14px 22px;font-size:14px}
.footer-links a:hover{color:#fff}
.footer-bottom{font-size:12.5px;color:#6b7280;border-top:1px solid #1f2937;padding-top:22px}

/* ── responsive: hero and showcases stack ── */
@media(max-width:880px){
  .hero-grid{gap:36px}
  .hero-copy h1{font-size:clamp(30px,7.2vw,42px)}
  /* stacked into one column, right-alignment looks stranded — centre it instead */
  .hero-shot{max-width:300px;max-height:460px;margin-inline:auto;justify-self:center}
  .showcases{gap:44px}
  .showcase,.showcase--flip{grid-template-columns:1fr;gap:24px}
  .showcase--flip .shot-panel,.showcase--flip .showcase-copy{grid-column:auto;grid-row:auto}
  .showcase--flip .shot-panel{order:1}
  .shot-panel{width:100%;max-width:232px;margin:0 auto}
}
@media(max-width:560px){
  .hero-shot{max-height:380px}
  .hero-cta .btn{width:100%}
  .showcase .check-list{font-size:14px}
}

/* ── header nav: keep the full nav on ONE line ──
   The nav is now the same 8 items on every page. Between 881px and ~988px those 8 items no longer
   fit the 64px row, so each link wrapped onto 2-3 lines: measured nav height 67px at 900px, i.e.
   the nav spilled 2px past the header's bottom border.
   Tighten the spacing instead of hiding the nav — there is no hamburger, so hiding the nav at
   these widths would strand the visitor with no way to reach the other pages. */
@media(max-width:1000px){
  .main-nav{gap:12px;font-size:13px}
}
@media(max-width:900px){
  .main-nav{gap:10px;font-size:12.5px}
}

@media(max-width:880px){
  .hero-grid,.safety-grid{grid-template-columns:1fr}
  .cards-grid,.steps,.trust-grid{grid-template-columns:1fr 1fr}
  .pricing{grid-template-columns:1fr}
  .main-nav{display:none}
  .nav-cta{margin-left:auto}
}
/* Blog and article */
.blog-hero{padding:86px 0 72px;background:radial-gradient(900px 380px at 12% 0,rgba(214,41,118,.12),transparent 60%),var(--alt)}
.blog-hero h1{max-width:760px;font-size:clamp(34px,5vw,58px);line-height:1.08;letter-spacing:-1.5px;margin-bottom:20px}
.blog-hero .lead{max-width:720px}
.blog-grid{max-width:820px;margin:0 auto}
.blog-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:36px;box-shadow:0 14px 36px rgba(20,20,40,.06)}
.blog-card h2{font-size:clamp(24px,3vw,34px);line-height:1.2;margin:8px 0 14px;letter-spacing:-.6px}
.blog-card p{color:var(--muted);margin-bottom:18px}
.eyebrow{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.8px;color:var(--ig-3)}
.article-page{padding:66px 0 88px;background:linear-gradient(180deg,#fff 0%,var(--bg) 100%)}
.article h1{font-size:clamp(34px,5vw,56px);line-height:1.1;letter-spacing:-1.4px;margin:10px 0 20px}
.article h2{font-size:28px;line-height:1.25;margin:42px 0 14px;letter-spacing:-.5px}
.article h3{font-size:19px;margin:28px 0 8px}
.article p,.article li{font-size:16.5px;color:#374151}
.article p{margin:0 0 18px}
.article ul,.article ol{padding-left:25px;margin:0 0 20px;display:flex;flex-direction:column;gap:9px}
.article-lead{font-size:20px!important;line-height:1.55;color:var(--muted)!important;}
.article-byline{display:flex;flex-direction:column;gap:3px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:16px 0;margin:28px 0;color:var(--muted);font-size:14px}
.article-note{background:rgba(214,41,118,.06);border:1px solid rgba(214,41,118,.18);border-radius:14px;padding:18px 20px;color:#4b5563;font-size:14px;margin:34px 0}

/* article extras: tables, data sourcing, citations, next-post, faq-in-article */
.article table{width:100%;border-collapse:collapse;margin:22px 0 26px;font-size:14.5px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 0 var(--line),0 0 0 1px var(--line)}
.article th{background:#111827;color:#fff;text-align:left;padding:11px 14px;font-size:12.5px;text-transform:uppercase;letter-spacing:.6px;font-weight:700}
.article td{padding:12px 14px;border-top:1px solid var(--line);color:#374151;vertical-align:top}
.article tr:nth-child(even) td{background:var(--alt)}
.article .src{display:block;font-size:12px;color:#9ca3af;margin-top:3px}
.article .src a{color:var(--ig-3);font-weight:600}
.article .src a:hover{text-decoration:underline}
.article blockquote{border-left:4px solid var(--ig-3);background:rgba(214,41,118,.05);padding:14px 18px;border-radius:0 12px 12px 0;margin:22px 0;font-size:15.5px;color:#4b5563}
.article blockquote p{margin:0;font-size:15.5px}
.article .data-flag{display:inline-block;font-size:10.5px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;color:#a88900;background:rgba(255,214,10,.16);border-radius:99px;padding:2px 9px;vertical-align:middle}
.next-post{display:flex;justify-content:space-between;align-items:center;gap:18px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px 22px;margin:40px 0 8px}
.next-post .np-label{font-size:11px;font-weight:800;letter-spacing:.8px;text-transform:uppercase;color:var(--muted);margin-bottom:6px}
.next-post .np-title{font-weight:800;font-size:16.5px;color:var(--ink)}
.next-post .np-title:hover{color:var(--ig-3)}
.next-post .np-arrow{font-size:22px;color:var(--ig-3);font-weight:800}
.article .faq-in-article details{background:#fff;border:1px solid var(--line);border-radius:14px;padding:4px 20px}
.article .faq-in-article summary{cursor:pointer;font-weight:700;padding:16px 0;font-size:15.5px;list-style:none;display:flex;justify-content:space-between;align-items:center}
.article .faq-in-article summary::after{content:"+";font-size:22px;color:var(--ig-3);font-weight:600}
.article .faq-in-article details[open] summary::after{content:"–"}
.article .faq-in-article details p{padding:0 0 18px;color:var(--muted);font-size:14.5px}

/* blog index: 3-col card grid with thumbs */
.blog-list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1120px;margin:0 auto;padding-bottom: 50px;}
.blog-card--grid{display:flex;flex-direction:column;padding:0;overflow:hidden}
.blog-card--grid .thumb{display:block;aspect-ratio:16/9;overflow:hidden;background:#111}
.blog-card--grid .thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s}
.blog-card--grid:hover .thumb img{transform:scale(1.04)}
.blog-card--grid .thumb--placeholder{display:flex;align-items:center;justify-content:center}
.blog-card--grid .thumb--placeholder span{font-size:12px;font-weight:800;letter-spacing:.8px;color:#6b7280;text-transform:uppercase}
.blog-card--grid .bc-body{display:flex;flex-direction:column;gap:8px;padding:22px 22px 24px;flex:1}
.blog-card--grid h3{font-size:18px;line-height:1.32;margin:0;letter-spacing:-.3px;font-weight:800;color:var(--ink)}
.blog-card--grid h3 a:hover{color:var(--ig-3)}
.blog-card--grid p{margin:0;font-size:14px;color:var(--muted);flex:1}
.blog-card--grid .blog-meta{display:flex;gap:10px;flex-wrap:wrap;align-items:center;font-size:12px;font-weight:600;color:#9ca3af;margin:2px 0 0}
.blog-card--grid .read-link{font-size:13.5px;margin-top:6px}
.blog-card--grid--soon{opacity:.92}
.blog-card--grid--soon .thumb--placeholder{background:linear-gradient(135deg,#151a26,#1d1830)}

/* article hero image */
.article-hero{width:100%;height: auto;border-radius:18px;display:block;margin:6px 0 30px;}
.article-hero img{width: 100%;height: auto;border-radius: 18px;}
@media(max-width:880px){.blog-list{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.blog-list{grid-template-columns:1fr}.article-hero{border-radius:12px;margin:0 0 22px}}

/* blog index: featured + list layout (legacy, kept for fallback) */
.blog-list--legacy{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:18px}
.blog-card--row{display:block;padding:28px 30px}
.blog-card--row h3{font-size:20px;line-height:1.3;margin:6px 0 10px;letter-spacing:-.3px}
.blog-card--row h3 a:hover{color:var(--ig-3)}
.blog-card--row p{margin-bottom:12px;font-size:14.5px}
.blog-card--row .blog-meta{display:flex;gap:14px;flex-wrap:wrap;font-size:12.5px;color:var(--muted);font-weight:600;margin-bottom:0}
.blog-card--featured .blog-meta{display:flex;gap:14px;flex-wrap:wrap;font-size:12.5px;color:var(--muted);font-weight:600;margin-bottom:14px}

@media(max-width:560px){
  .cards-grid,.steps,.trust-grid,.safety-cards{grid-template-columns:1fr}
  .hero{padding:48px 0}
  .section{padding:56px 0}
  .blog-hero{padding:60px 0 50px}
  .blog-card{padding:25px}
  .article-page{padding:44px 0 60px}
}

/* ── live help (fab + modal) ──
   Uses the site's own brand gradient (var(--grad)) — the same one as .brand-logo in the header —
   so the button, the badge and the modal all match. The icon stays legible on the gradient. */
.wa-fab{position:fixed;right:20px;bottom:20px;z-index:90;width:56px;height:56px;border-radius:50%;border:none;background:var(--grad);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .18s ease}
/* .wa-fab:hover{transform:scale(1.07)} */
.wa-fab svg,.wa-badge svg{width:30px;height:30px;fill:#fff}
.wa-modal{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;background:rgba(8,10,14,.66);backdrop-filter:blur(4px);padding:20px}
.wa-modal.open{display:flex}
.wa-modal-card{background:#fff;border:1px solid rgba(17,24,39,.08);border-radius:20px;max-width:380px;width:100%;padding:28px;position:relative;text-align:center;box-shadow:0 24px 60px rgba(17,24,39,.22)}
.wa-close{position:absolute;top:14px;right:14px;background:rgba(17,24,39,.06);border:none;color:#4b5563;width:32px;height:32px;border-radius:50%;font-size:15px;cursor:pointer;line-height:1}
.wa-close:hover{background:rgba(17,24,39,.12)}
.wa-badge{width:56px;height:56px;border-radius:50%;background:var(--grad);box-shadow:0 2px 8px rgba(214,41,118,.35);display:inline-flex;align-items:center;justify-content:center;margin-bottom:12px}
.wa-modal-card h3{font-size:20px;font-weight:800;color:#111827;margin:0 0 6px}
.wa-modal-card .wa-sub{color:#6b7280;font-size:14px;margin:0 0 16px}
.wa-qr{background:#fff;border-radius:14px;padding:10px;display:inline-block;margin-bottom:16px}
.wa-qr img{width:196px;height:196px;display:block}
.wa-btn{display:inline-flex;align-items:center;gap:8px;background:var(--grad);color:#fff;font-weight:700;font-size:15px;padding:12px 22px;border-radius:999px;text-decoration:none;box-shadow:0 4px 16px rgba(214,41,118,.35);transition:filter .15s ease}
.wa-btn:hover{filter:brightness(1.08)}
.wa-btn svg{width:18px;height:18px;fill:#fff}
.wa-note{color:#6b7280;font-size:12px;margin:14px 0 0}
@media(max-width:480px){.wa-qr img{width:160px;height:160px}}
/* ── related article cards (article footer) ── */
.related-links{margin:40px 0 0;border-top:1px solid var(--line);padding-top:26px}
.related-links h2{font-size:20px;font-weight:800;color:var(--text,#111827);margin:0 0 14px}
.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}
.related-card{background:rgba(17,24,39,.03);border:1px solid var(--line);border-radius:14px;padding:16px;text-decoration:none;transition:background .15s ease,transform .15s ease;display:block}
.related-card:hover{background:rgba(17,24,39,.06);transform:translateY(-2px)}
.related-card .rc-tag{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#d62976;font-weight:700}
.related-card h3{font-size:15px;font-weight:700;color:var(--text,#111827);margin:6px 0}
.related-card p{font-size:13px;color:#6b7280;margin:0}

/* footer live help button (WhatsApp) */
.footer-wa{background:none;border:none;padding:0;font:inherit;color:inherit;cursor:pointer}
.footer-wa:hover{text-decoration:underline}

/* ── logo wall (platform badges below the hero) ── */
.logo-wall{padding:46px 0 40px;border-bottom:1px solid var(--line);background:var(--bg);border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;}
.lw-head{text-align:center;font-size:clamp(22px,2.6vw,30px);font-weight:800;letter-spacing:-.5px;margin-bottom:30px}
.lw-accent{color:var(--ig-3)}
.lw-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:18px 44px}
.lw-logo{display:inline-flex;align-items:center;gap:10px;font-size:17px;font-weight:700;color:#9aa1ad;filter:grayscale(1);opacity:.85;transition:color .18s ease,opacity .18s ease}
.lw-logo:hover{color:var(--text,#1f2430);opacity:1}
.lw-note{text-align:center;color:#a3a9b5;font-size:12px;margin:26px 0 0}
@media(max-width:640px){.lw-row{gap:14px 26px}.lw-logo{font-size:15px}}

/* ── homepage latest articles ── */
.section-head--row{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;flex-wrap:wrap;margin-bottom:30px}
.section-head--row h2{margin-bottom:6px}
.more-link{font-weight:700;font-size:15px;white-space:nowrap;width: 100%;
  display: block;
  text-align: right;
  margin-top: 10px;}
.hb-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
@media(max-width:980px){.hb-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.hb-grid{grid-template-columns:1fr}}
.hb-grid .blog-card--grid h3{font-size:16px}
.hb-grid .blog-card--grid p{font-size:13.5px}
