/* ============================================================
   JERICO — Marketing Site  |  style.css
   Warm-gray bg · White cards · Navy + Teal · Inter
   ============================================================ */

:root {
  --bg:       #EDECEA;
  --white:    #FFFFFF;
  --navy:     #1B2D48;
  --navy-dk:  #111E30;
  --teal:     #0D9E8C;
  --teal-dk:  #0A8878;
  --teal-lt:  #E6F5F3;
  --muted:    #6B7A8D;
  --border:   #E0DDD8;
  --radius:   14px;
  --shadow:   0 2px 12px rgba(27,45,72,.07);
  --shadow-md:0 8px 32px rgba(27,45,72,.11);
  --ff:       'Inter', -apple-system, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html  { font-size: 16px; scroll-behavior: smooth; }
body  { font-family: var(--ff); color: var(--navy); background: var(--bg);
        line-height: 1.6; -webkit-font-smoothing: antialiased; }
img   { display: block; max-width: 100%; }
a     { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; font: inherit; }
input  { font-family: var(--ff); }

/* LAYOUT */
.wrap { width: 100%; max-width: 1100px; margin: 0 auto; padding: 0 24px; }
@media(min-width:768px){ .wrap { padding: 0 48px; } }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 8px; border-radius: 8px;
  font-family: var(--ff); font-weight: 600; font-size: 14px; padding: 11px 22px;
  transition: all .18s; white-space: nowrap; border: none; cursor: pointer; }
.btn-teal  { background: var(--teal); color: #fff; }
.btn-teal:hover  { background: var(--teal-dk); transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(13,158,140,.28); }
.btn-navy  { background: var(--navy); color: #fff; }
.btn-navy:hover  { background: var(--navy-dk); }
.btn-outline { background: transparent; color: var(--navy);
  border: 1.5px solid var(--border); }
.btn-outline:hover { border-color: var(--teal); color: var(--teal); }
.btn-lg { padding: 13px 28px; font-size: 15px; border-radius: 10px; }

/* FORM */
.field { padding: 12px 16px; border: 1.5px solid var(--border); border-radius: 8px;
  font-size: 14px; outline: none; background: #fff; color: var(--navy);
  transition: border-color .15s; width: 100%; }
.field::placeholder { color: #aab1bb; }
.field:focus { border-color: var(--teal); }

/* NAV */
.nav { position: sticky; top: 0; z-index: 200; background: rgba(255,255,255,.97);
  backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); }
.nav-inner { max-width: 1100px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between; height: 60px; }
@media(min-width:768px){ .nav-inner { padding: 0 48px; } }
.brand { display: flex; align-items: center; gap: 8px; }
.brand-icon { height: 25px; width: auto; }
.brand-name { font-weight: 800; font-size: 17px; color: var(--navy); letter-spacing: -.3px; }
.nav-links { display: none; gap: 32px; }
@media(min-width:820px){ .nav-links { display: flex; } }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--muted); transition: color .15s; }
.nav-links a:hover, .nav-links a.active { color: var(--navy); font-weight: 600; }
.nav-ctas { display: flex; gap: 10px; align-items: center; }
.nav.scrolled { box-shadow: 0 2px 16px rgba(27,45,72,.08); }

/* SECTION HEAD */
.section-head { text-align: center; margin-bottom: 52px; }
.section-head h2 { font-size: clamp(1.8rem,4vw,2.6rem); font-weight: 800;
  color: var(--navy); letter-spacing: -.03em; margin-bottom: 10px; }
.section-head p { font-size: 15px; color: var(--muted); max-width: 440px; margin: 0 auto; }

/* HERO */
.hero { background: var(--bg); padding: 80px 0 72px; }
.hero-inner { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; }
@media(min-width:900px){ .hero-inner { grid-template-columns: 1fr 1fr; gap: 56px; } }
.hero h1 { font-size: clamp(2.4rem,5.5vw,3.8rem); font-weight: 800; color: var(--navy);
  line-height: 1.08; letter-spacing: -.04em; margin-bottom: 18px; }
.hero-sub { font-size: 16px; color: var(--muted); line-height: 1.7;
  max-width: 400px; margin-bottom: 28px; }
.hero-form { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 12px; }
.hero-form .field { flex: 1; min-width: 200px; }
.hero-trust { font-size: 12.5px; color: var(--muted); }

/* SAVINGS CARD */
.savings-card { background: #fff; border-radius: var(--radius); padding: 24px;
  box-shadow: var(--shadow-md); }
.sc-head { display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 4px; }
.sc-head h3 { font-size: 13.5px; font-weight: 600; color: var(--navy); }
.sc-period { font-size: 12px; color: var(--muted); }
.sc-total { font-size: 3rem; font-weight: 800; color: var(--teal);
  line-height: 1; margin-bottom: 3px; letter-spacing: -.04em; }
.sc-sublabel { font-size: 12.5px; color: var(--muted); margin-bottom: 20px; }
.sc-rows { display: flex; flex-direction: column; gap: 13px; margin-bottom: 20px; }
.sc-row-labels { display: flex; justify-content: space-between; margin-bottom: 5px; }
.sc-row-labels span { font-size: 13px; color: var(--navy); }
.sc-row-labels span:last-child { font-weight: 600; }
.sc-bar { height: 5px; background: var(--border); border-radius: 99px; overflow: hidden; }
.sc-fill { height: 100%; background: var(--teal); border-radius: 99px; }

/* STATS */
.stats-bar { background: #fff; padding: 52px 0; border-bottom: 1px solid var(--border); }
.stats-headline { text-align: center; font-size: 15px; font-weight: 600;
  color: var(--navy); margin-bottom: 40px; }
.stats-grid { display: grid; grid-template-columns: repeat(3,1fr);
  gap: 24px; max-width: 600px; margin: 0 auto; }
.stat-item { text-align: center; }
.stat-icon { width: 44px; height: 44px; border-radius: 50%; background: var(--teal-lt);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; }
.stat-icon svg { stroke: var(--teal); width: 20px; height: 20px; fill: none; stroke-width: 1.8; }
.stat-num { font-size: 1.85rem; font-weight: 800; color: var(--navy);
  letter-spacing: -.03em; line-height: 1; margin-bottom: 5px; }
.stat-lbl { font-size: 12.5px; color: var(--muted); }

/* HOW IT WORKS */
.how { background: var(--bg); padding: 88px 0; }
.steps-grid { display: grid; grid-template-columns: 1fr; gap: 40px; }
@media(min-width:680px){ .steps-grid { grid-template-columns: repeat(3,1fr); gap: 32px; } }
.step-num { font-size: 3.2rem; font-weight: 800; color: #CCDAD7;
  line-height: 1; margin-bottom: 14px; letter-spacing: -.04em; }
.step-icon { width: 40px; height: 40px; border-radius: 8px; background: var(--teal-lt);
  display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.step-icon svg { stroke: var(--teal); width: 18px; height: 18px; fill: none; stroke-width: 1.8; }
.step h3 { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.step p  { font-size: 14px; color: var(--muted); line-height: 1.65; }

/* FEATURES */
.features { background: #fff; padding: 88px 0; }
.features-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media(min-width:600px){ .features-grid { grid-template-columns: repeat(2,1fr); } }
@media(min-width:900px){ .features-grid { grid-template-columns: repeat(3,1fr); } }
.feat-card { background: #fff; border: 1.5px solid var(--border); border-radius: var(--radius);
  padding: 24px; transition: box-shadow .18s, transform .18s; }
.feat-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.feat-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--teal-lt);
  display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.feat-icon svg { stroke: var(--teal); width: 18px; height: 18px; fill: none; stroke-width: 1.8; }
.feat-card h3 { font-size: 14.5px; font-weight: 700; color: var(--navy); margin-bottom: 7px; }
.feat-card p  { font-size: 13.5px; color: var(--muted); line-height: 1.65; }

/* PRICING */
.pricing { background: var(--bg); padding: 88px 0; }
.toggle-row { display: flex; align-items: center; justify-content: center;
  gap: 12px; margin-bottom: 44px; }
.toggle-lbl { font-size: 13.5px; font-weight: 500; color: var(--muted); }
.toggle-lbl.on { color: var(--navy); font-weight: 600; }
.tog { position: relative; display: inline-block; width: 42px; height: 23px; cursor: pointer; }
.tog input { opacity: 0; width: 0; height: 0; position: absolute; }
.tog-track { position: absolute; inset: 0; background: var(--teal); border-radius: 99px; transition: background .2s; }
.tog input:not(:checked) ~ .tog-track { background: var(--border); }
.tog-thumb { position: absolute; top: 3px; left: 3px; width: 17px; height: 17px;
  background: #fff; border-radius: 50%; transition: transform .2s; }
.tog input:checked ~ .tog-thumb { transform: translateX(19px); }
.plans-grid { display: grid; grid-template-columns: 1fr; gap: 20px;
  max-width: 860px; margin: 0 auto; }
@media(min-width:680px){ .plans-grid { grid-template-columns: repeat(3,1fr); } }
.plan { background: #fff; border: 1.5px solid var(--border); border-radius: var(--radius);
  padding: 28px 24px; position: relative; }
.plan.popular { border-color: var(--teal); box-shadow: 0 0 0 2px var(--teal); }
.popular-tag { position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--teal); color: #fff; font-size: 11px; font-weight: 700;
  padding: 3px 14px; border-radius: 99px; white-space: nowrap; }
.plan-name { font-size: 12px; font-weight: 700; color: var(--muted);
  text-transform: uppercase; letter-spacing: .07em; margin-bottom: 8px; }
.plan-price { display: flex; align-items: baseline; gap: 3px; margin-bottom: 4px; }
.plan-price .amount { font-size: 2.4rem; font-weight: 800; color: var(--navy); letter-spacing: -.04em; }
.plan-price .per { font-size: 13px; color: var(--muted); }
.plan-desc { font-size: 13px; color: var(--muted); margin-bottom: 18px; line-height: 1.55; }
.plan hr { border: none; border-top: 1px solid var(--border); margin-bottom: 16px; }
.plan ul { list-style: none; margin-bottom: 22px; display: flex; flex-direction: column; gap: 9px; }
.plan li { font-size: 13.5px; color: var(--navy); display: flex; align-items: flex-start; gap: 8px; }
.plan li .chk { width: 16px; height: 16px; min-width: 16px; border-radius: 50%;
  background: var(--teal-lt); margin-top: 2px; display: flex; align-items: center; justify-content: center; }
.plan li .chk svg { stroke: var(--teal); width: 10px; height: 10px; fill: none; stroke-width: 2.2; }
.plan li.off { color: var(--muted); }
.plan li.off .chk { background: var(--border); }
.plan li.off .chk svg { stroke: var(--muted); }
.plan-btn { display: block; width: 100%; text-align: center; padding: 11px;
  border-radius: 8px; font-weight: 700; font-size: 14px; transition: all .18s; }
.plan-btn-outline { border: 1.5px solid var(--border); color: var(--navy); background: transparent; }
.plan-btn-outline:hover { border-color: var(--teal); color: var(--teal); }
.plan-btn-teal { background: var(--teal); color: #fff; border: none; }
.plan-btn-teal:hover { background: var(--teal-dk); }

/* GROUP BUY */
.group-buy { background: var(--navy); padding: 72px 0; }
.gb-inner { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
@media(min-width:820px){ .gb-inner { grid-template-columns: 1fr auto; } }
.group-buy h2 { font-size: clamp(1.6rem,3.5vw,2.2rem); font-weight: 800; color: #fff;
  letter-spacing: -.03em; margin-bottom: 12px; }
.group-buy p { font-size: 15px; color: rgba(255,255,255,.55); line-height: 1.65; max-width: 480px; }
.gb-stats { display: flex; gap: 32px; flex-wrap: wrap; }
.gb-num { font-size: 2rem; font-weight: 800; color: var(--teal); letter-spacing: -.03em; }
.gb-lbl { font-size: 12.5px; color: rgba(255,255,255,.45); margin-top: 2px; }

/* FAQ */
.faq { background: #fff; padding: 88px 0; }
.faq-list { max-width: 680px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center;
  padding: 18px 0; font-size: 14.5px; font-weight: 600; color: var(--navy);
  background: none; border: none; cursor: pointer; text-align: left; gap: 16px;
  font-family: var(--ff); }
.faq-icon { flex-shrink: 0; transition: transform .22s; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-body { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.faq-item.open .faq-body { max-height: 300px; }
.faq-body p { padding-bottom: 18px; font-size: 14px; color: var(--muted); line-height: 1.7; }

/* FINAL CTA */
.final-cta { background: var(--bg); padding: 88px 0; text-align: center; }
.final-cta h2 { font-size: clamp(1.8rem,4vw,2.5rem); font-weight: 800; color: var(--navy);
  letter-spacing: -.03em; margin-bottom: 12px; }
.final-cta p { font-size: 15px; color: var(--muted); max-width: 420px;
  margin: 0 auto 30px; line-height: 1.65; }
.cta-form { display: flex; gap: 10px; flex-wrap: wrap; max-width: 440px; margin: 0 auto 10px; }
.cta-form .field { flex: 1; min-width: 200px; }
.cta-note { font-size: 12.5px; color: var(--muted); }

/* FOOTER */
.footer { background: var(--navy); padding: 56px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 40px; margin-bottom: 44px; }
@media(max-width:700px){ .footer-grid { grid-template-columns: 1fr 1fr; } }
.footer-brand-row { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.footer-brand-icon { height: 22px; width: auto; }
.footer-brand-name { font-weight: 800; font-size: 16px; color: #fff; }
.footer-tagline { font-size: 13px; color: rgba(255,255,255,.4); line-height: 1.55; max-width: 210px; }
.footer-col h4 { font-size: 11px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .07em; color: rgba(255,255,255,.3); margin-bottom: 14px; }
.footer-col a { display: block; font-size: 13.5px; color: rgba(255,255,255,.5);
  margin-bottom: 9px; transition: color .15s; }
.footer-col a:hover { color: #fff; }
.footer-btm { border-top: 1px solid rgba(255,255,255,.1); padding-top: 20px;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.footer-copy { font-size: 12px; color: rgba(255,255,255,.25); }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { font-size: 12px; color: rgba(255,255,255,.25); transition: color .15s; }
.footer-legal a:hover { color: rgba(255,255,255,.6); }

/* BLOG */
.blog-hero { background: var(--bg); padding: 64px 0 48px; }
.blog-hero h1 { font-size: clamp(1.9rem,4vw,2.8rem); font-weight: 800;
  color: var(--navy); letter-spacing: -.03em; margin-bottom: 10px; }
.blog-hero p { font-size: 15px; color: var(--muted); max-width: 460px; }
.filter-bar { display: flex; gap: 8px; flex-wrap: wrap; padding: 28px 0 20px; }
.pill { border: 1.5px solid var(--border); background: #fff; color: var(--muted);
  border-radius: 99px; padding: 7px 18px; font-size: 13px; font-weight: 600;
  cursor: pointer; transition: all .15s; }
.pill:hover { border-color: var(--teal); color: var(--teal); }
.pill.active { background: var(--navy); border-color: var(--navy); color: #fff; }
.article-grid { display: grid; grid-template-columns: 1fr; gap: 20px; padding: 8px 0 72px; }
@media(min-width:640px){ .article-grid { grid-template-columns: repeat(2,1fr); } }
@media(min-width:960px){ .article-grid { grid-template-columns: repeat(3,1fr); } }
.art-card { background: #fff; border-radius: var(--radius); overflow: hidden;
  border: 1.5px solid var(--border); transition: box-shadow .18s, transform .18s; }
.art-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.art-card.featured { grid-column: span 2; }
@media(max-width:639px){ .art-card.featured { grid-column: span 1; } }
.art-visual { height: 160px; overflow: hidden; position: relative; }
.art-card.featured .art-visual { height: 220px; }
.art-visual svg { width: 100%; height: 100%; }
.art-cat { position: absolute; top: 12px; left: 12px; font-size: 11px; font-weight: 700;
  background: rgba(255,255,255,.92); color: var(--navy); border-radius: 99px;
  padding: 3px 10px; }
.art-body { padding: 20px; }
.art-meta { display: flex; gap: 4px; align-items: center; font-size: 12px;
  color: var(--muted); margin-bottom: 8px; }
.art-meta .dot::before { content: '·'; margin-right: 4px; }
.art-body h3 { font-size: 15px; font-weight: 700; color: var(--navy);
  line-height: 1.35; margin-bottom: 8px; }
.art-card.featured .art-body h3 { font-size: 18px; }
.art-body p { font-size: 13.5px; color: var(--muted); line-height: 1.6; margin-bottom: 14px; }
.art-link { font-size: 13px; font-weight: 700; color: var(--teal);
  display: inline-flex; align-items: center; gap: 4px; }
.art-link svg { transition: transform .15s; stroke: var(--teal); fill: none;
  stroke-width: 2; width: 13px; height: 13px; }
.art-link:hover svg { transform: translateX(3px); }
.art-card.hidden { display: none; }
.blog-nl { background: var(--navy); border-radius: var(--radius); padding: 40px;
  display: flex; gap: 32px; align-items: center; justify-content: space-between;
  flex-wrap: wrap; margin-bottom: 64px; }
.blog-nl h3 { font-size: 1.25rem; font-weight: 800; color: #fff; margin-bottom: 5px; }
.blog-nl p { font-size: 13.5px; color: rgba(255,255,255,.5); max-width: 300px; }
.nl-form { display: flex; gap: 8px; flex-wrap: wrap; }
.nl-form input { flex: 1; min-width: 200px; padding: 11px 16px; border-radius: 8px;
  border: none; font-size: 13.5px; outline: none; font-family: var(--ff); }
.nl-form button { padding: 11px 20px; background: var(--teal); color: #fff;
  border-radius: 8px; font-weight: 700; font-size: 13.5px; border: none;
  cursor: pointer; font-family: var(--ff); transition: background .15s; }
.nl-form button:hover { background: var(--teal-dk); }

/* BLOG POST */
.post-hero-bg { background: var(--bg); }
.breadcrumb { display: flex; align-items: center; gap: 6px;
  font-size: 12.5px; color: var(--muted); padding: 20px 0 0; }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--teal); }
.post-cat-link { display: inline-flex; align-items: center; gap: 6px;
  font-size: 12.5px; font-weight: 700; color: var(--teal); margin-bottom: 14px; margin-top: 8px; }
.post-hero-bg h1 { font-size: clamp(1.7rem,3.5vw,2.4rem); font-weight: 800;
  color: var(--navy); letter-spacing: -.03em; line-height: 1.2; max-width: 700px; margin-bottom: 18px; }
.post-meta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; padding-bottom: 32px; }
.post-author { display: flex; align-items: center; gap: 8px; }
.author-av { width: 34px; height: 34px; border-radius: 50%; background: var(--navy);
  display: flex; align-items: center; justify-content: center; }
.author-name { font-size: 13px; font-weight: 600; color: var(--navy); }
.post-meta time, .post-read { font-size: 13px; color: var(--muted); }
.post-read::before { content: '·'; margin-right: 8px; color: var(--border); }
.post-visual { height: 260px; overflow: hidden; }
.post-visual svg { width: 100%; height: 100%; }
.post-layout { display: grid; grid-template-columns: 1fr 300px;
  gap: 52px; align-items: start; padding: 52px 0 80px; }
@media(max-width:860px){ .post-layout { grid-template-columns: 1fr; } }
.post-body { font-size: 15.5px; line-height: 1.78; color: #2a3a50; }
.post-body h2 { font-size: 1.4rem; font-weight: 800; color: var(--navy);
  margin: 2.4em 0 .65em; letter-spacing: -.02em; }
.post-body h3 { font-size: 1.1rem; font-weight: 700; color: var(--navy); margin: 1.8em 0 .5em; }
.post-body p { margin: 0 0 1.2em; }
.post-body strong { color: var(--navy); }
.post-body a { color: var(--teal); text-decoration: underline; text-underline-offset: 3px; }
.post-body blockquote { border-left: 3px solid var(--teal); padding: 12px 18px;
  background: var(--teal-lt); border-radius: 0 8px 8px 0; margin: 1.6em 0;
  color: var(--navy); font-style: italic; }
.post-body ul, .post-body ol { margin: 0 0 1.2em 1.4em; }
.post-body li { margin-bottom: .5em; }
.p-callout { background: var(--bg); border: 1.5px solid var(--border);
  border-radius: 8px; padding: 18px 20px; margin: 1.8em 0; }
.p-callout p { margin: 0; font-size: 14px; }
.p-callout strong { display: block; font-size: 11px; text-transform: uppercase;
  letter-spacing: .07em; color: var(--teal); margin-bottom: 4px; }
.p-stats { display: flex; gap: 16px; flex-wrap: wrap; margin: 2em 0; }
.p-stat { flex: 1; min-width: 110px; background: #fff; border: 1.5px solid var(--border);
  border-radius: var(--radius); padding: 16px; text-align: center; }
.p-stat .n { font-size: 1.8rem; font-weight: 800; color: var(--teal); line-height: 1; }
.p-stat .l { font-size: 12px; color: var(--muted); margin-top: 5px; }
.post-share { display: flex; align-items: center; gap: 12px; margin-top: 2.4em;
  padding-top: 1.8em; border-top: 1px solid var(--border); }
.post-share span { font-size: 13px; font-weight: 600; color: var(--muted); }
.share-btn { width: 36px; height: 36px; border-radius: 50%; background: var(--bg);
  border: 1.5px solid var(--border); display: flex; align-items: center;
  justify-content: center; cursor: pointer; transition: all .15s; }
.share-btn:hover { background: var(--navy); border-color: var(--navy); }
.share-btn:hover svg { stroke: #fff; }
.share-btn svg { stroke: var(--muted); fill: none; stroke-width: 1.8;
  width: 15px; height: 15px; transition: stroke .15s; }
.sidebar { position: sticky; top: 76px; }
.sidebar-cta { background: var(--navy); border-radius: var(--radius); padding: 24px; margin-bottom: 24px; }
.s-badge { font-size: 10.5px; font-weight: 700; color: var(--teal);
  text-transform: uppercase; letter-spacing: .07em; display: block; margin-bottom: 7px; }
.sidebar-cta h4 { font-size: 15px; font-weight: 800; color: #fff; margin-bottom: 9px; line-height: 1.3; }
.sidebar-cta p { font-size: 13px; color: rgba(255,255,255,.5); margin-bottom: 18px; line-height: 1.55; }
.s-cta-btn { display: block; text-align: center; background: var(--teal); color: #fff;
  padding: 11px 16px; border-radius: 8px; font-weight: 700; font-size: 13.5px; transition: background .15s; }
.s-cta-btn:hover { background: var(--teal-dk); }
.s-note { font-size: 11.5px; color: rgba(255,255,255,.3); text-align: center; margin-top: 8px; }
.sidebar-rel h5 { font-size: 11px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .07em; color: var(--muted); margin-bottom: 16px; }
.rel-item { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 16px; }
.rel-thumb { width: 54px; height: 54px; border-radius: 8px; overflow: hidden; flex-shrink: 0; }
.rel-thumb svg { width: 100%; height: 100%; }
.rel-item h6 { font-size: 13px; font-weight: 600; color: var(--navy); line-height: 1.35; margin-bottom: 3px; }
.rel-item span { font-size: 12px; color: var(--muted); }

/* HERO COPY (left column) */
.hero-copy { /* inherits from .hero-inner grid child */ }
