/*
Theme Name: FinPrayag
Theme URI: https://finprayag.com
Author: FinPrayag Team
Description: Financial literacy platform for every Indian investor.
Version: 3.0.0
Text Domain: finprayag
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=DM+Sans:wght@300;400;500;600&display=swap');

:root {
  --cream:   #F0EBE1;
  --cream2:  #E8E1D5;
  --cream3:  #EDE7DC;
  --ink:     #1C1917;
  --ink2:    #292524;
  --muted:   #78716C;
  --subtle:  #A8A29E;
  --border:  #D6CFC6;
  --border2: #E7E0D8;
  --red:     #B84232;
  --red2:    #9A3628;
  --green:   #2D5A3D;
  --blue:    #2563EB;
  --white:   #FDFAF7;
  --serif:   'Playfair Display', 'Times New Roman', Georgia, serif;
  --sans:    'DM Sans', -apple-system, system-ui, sans-serif;
  --r:       6px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: var(--cream) !important;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--red); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }

/* ── LAYOUT ── */
.fp-wrap { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
@media(max-width:600px){ .fp-wrap { padding: 0 18px; } }

/* ── HEADER ── */
#fp-header {
  background: var(--cream);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.fp-header-inner {
  display: flex; align-items: center;
  justify-content: space-between;
  height: 60px;
}
.fp-logo { display: flex; align-items: center; text-decoration: none !important; }
..fp-logo-text { font-family: 'Playfair Display', Georgia, serif; font-size: 22px; font-weight: 700; line-height: 1; letter-spacing: 0; }
.fp-logo-fin { color: #B84232; font-style: italic; }
.fp-logo-prayag { color: #2D6A4F; font-style: normal; }
#fp-footer .fp-logo-prayag { color: #5BA68A; }

.fp-nav { display: flex; align-items: center; gap: 2rem; }
.fp-nav a { font-family: var(--sans); font-size: 13px; font-weight: 500; color: var(--muted); text-decoration: none; letter-spacing: 0.1px; transition: color .15s; }
.fp-nav a:hover { color: var(--ink); text-decoration: none; }
.fp-nav-cta { background: var(--ink) !important; color: var(--white) !important; padding: 8px 18px; border-radius: var(--r); font-size: 13px !important; font-weight: 500 !important; }
.fp-nav-cta:hover { background: var(--ink2) !important; text-decoration: none !important; }
.fp-hamburger { display: none; background: none; border: none; font-size: 22px; color: var(--ink); cursor: pointer; }
@media(max-width:768px){
  .fp-nav { display: none; flex-direction: column; align-items: flex-start; position: absolute; top: 60px; left: 0; right: 0; background: var(--cream); padding: 1.25rem 32px; border-bottom: 1px solid var(--border); gap: 1rem; z-index: 99; }
  .fp-nav.open { display: flex; }
  .fp-hamburger { display: block; }
}

/* ── TICKER ── */
.fp-ticker { background: var(--ink); padding: 7px 0; overflow: hidden; }
.fp-ticker-inner { display: flex; align-items: center; gap: 14px; }
.fp-ticker-tag { background: var(--red); color: #fff; font-family: var(--sans); font-size: 9px; font-weight: 600; padding: 3px 9px; border-radius: 3px; text-transform: uppercase; letter-spacing: 1.2px; white-space: nowrap; }
.fp-ticker-scroll { overflow: hidden; flex: 1; }
.fp-ticker-items { display: flex; gap: 48px; white-space: nowrap; animation: fp-tick 35s linear infinite; font-size: 12px; color: rgba(255,255,255,.65); font-family: var(--sans); }
.fp-ticker-items span::before { content: '·'; margin-right: 16px; opacity: .3; }
@keyframes fp-tick { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

/* ── HERO ── */
.fp-hero {
  background: var(--cream);
  padding: 80px 0 72px;
  border-bottom: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}
.fp-hero::after {
  content: '';
  position: absolute;
  right: 0; top: 0; bottom: 0; width: 50%;
  background: radial-gradient(ellipse at 80% 50%, rgba(184,66,50,.04) 0%, transparent 65%);
  pointer-events: none;
}

.fp-hero-eyebrow {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 24px;
}
.fp-hero-eyebrow-line { width: 32px; height: 2px; background: var(--red); flex-shrink: 0; }
.fp-hero-eyebrow span {
  font-family: var(--sans);
  font-size: 11px; font-weight: 600;
  letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--red);
}

.fp-hero h1 {
  font-family: var(--serif);
  font-size: clamp(52px, 7vw, 96px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -3px;
  color: var(--ink);
  margin-bottom: 28px;
  max-width: 740px;
}
.fp-hero h1 em { font-style: italic; color: var(--green); font-weight: 700; }
.fp-hero h1 strong { color: var(--red); font-style: normal; font-weight: 900; }

.fp-hero-sub {
  font-family: var(--sans);
  font-size: 17px; font-weight: 300;
  color: var(--muted);
  line-height: 1.75;
  max-width: 540px;
  margin-bottom: 40px;
}

.fp-hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.fp-btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 13px 26px;
  border-radius: var(--r);
  font-family: var(--sans);
  font-size: 14px; font-weight: 500;
  cursor: pointer; border: none;
  text-decoration: none !important;
  transition: all .15s;
  letter-spacing: 0.1px;
}
.fp-btn-red   { background: var(--red); color: #fff !important; }
.fp-btn-red:hover { background: var(--red2); }
.fp-btn-ghost { background: transparent; color: var(--ink) !important; border: 1.5px solid var(--border); }
.fp-btn-ghost:hover { border-color: var(--ink); }
.fp-btn-ink   { background: var(--ink); color: #fff !important; }
.fp-btn-ink:hover { background: var(--ink2); }

/* ── BROWSE BY TOPICS ── */
.fp-browse {
  background: var(--cream);
  border-bottom: 1px solid var(--border);
  padding: 28px 0;
}
.fp-browse-label {
  font-family: var(--sans);
  font-size: 11px; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--subtle); margin-bottom: 14px;
}
.fp-browse-title {
  font-family: var(--serif);
  font-size: 38px; font-weight: 700;
  color: var(--ink); letter-spacing: -1px;
  margin-bottom: 18px; line-height: 1;
}
.fp-pills { display: flex; gap: 8px; flex-wrap: wrap; }
.fp-pill {
  font-family: var(--sans);
  font-size: 12px; font-weight: 500;
  color: var(--ink2);
  padding: 6px 16px;
  border: 1.5px solid var(--border);
  border-radius: 20px;
  background: transparent;
  cursor: pointer;
  text-decoration: none !important;
  transition: all .15s;
  display: inline-block;
  letter-spacing: 0.2px;
}
.fp-pill:hover, .fp-pill.active {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
  text-decoration: none !important;
}

/* ── MAIN CONTENT AREA ── */
.fp-content { padding: 52px 0; background: var(--cream); }
.fp-grid-sidebar { display: grid; grid-template-columns: 1fr 300px; gap: 56px; }
@media(max-width:960px){ .fp-grid-sidebar { grid-template-columns: 1fr; } }

/* section heads */
.fp-section-hd { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 28px; flex-wrap: wrap; gap: .5rem; }
.fp-section-title { font-family: var(--serif); font-size: 28px; font-weight: 700; color: var(--ink); letter-spacing: -.5px; }
.fp-link-all { font-family: var(--sans); font-size: 13px; font-weight: 500; color: var(--red); text-decoration: none; }
.fp-link-all:hover { text-decoration: underline; }
.fp-rule { border: none; border-top: 1px solid var(--border2); margin: 24px 0; }

/* ── CARDS ── */
.fp-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  transition: transform .2s, box-shadow .2s;
}
.fp-card:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(28,25,23,.07); }
.fp-card-img img { width: 100%; height: 180px; object-fit: cover; }
.fp-card-body { padding: 20px 22px; }
.fp-card-feat .fp-card-img img { height: 240px; }
.fp-card-feat .fp-card-body { padding: 24px 26px; }

.fp-card h2, .fp-card h3 {
  font-family: var(--serif);
  font-size: 18px; font-weight: 700;
  line-height: 1.28; color: var(--ink);
  margin: 8px 0 10px; letter-spacing: -.2px;
}
.fp-card h2 a, .fp-card h3 a { color: inherit; text-decoration: none; }
.fp-card h2 a:hover, .fp-card h3 a:hover { color: var(--red); }
.fp-card-feat h2 { font-size: 26px; letter-spacing: -.5px; }
.fp-excerpt { font-family: var(--sans); font-size: 14px; color: var(--muted); line-height: 1.7; font-weight: 300; }
.fp-meta { display: flex; gap: 12px; font-family: var(--sans); font-size: 11px; color: var(--subtle); margin-top: 14px; align-items: center; }

/* tags */
.fp-tag { display: inline-block; font-family: var(--sans); font-size: 10px; font-weight: 600; padding: 3px 9px; border-radius: 3px; text-transform: uppercase; letter-spacing: .6px; margin-bottom: 4px; }
.fp-tag.sip    { background: #E8F0E8; color: #1a5c3a; }
.fp-tag.mf     { background: #E8F0E8; color: #1a5c3a; }
.fp-tag.tax    { background: #F5ECD6; color: #7a5218; }
.fp-tag.elss   { background: #EDEAF5; color: #4a3888; }
.fp-tag.fd     { background: #E8F0E8; color: #1a5c3a; }
.fp-tag.stocks { background: #FAE8E5; color: #9a3628; }
.fp-ai-badge   { font-family: var(--sans); font-size: 10px; font-weight: 600; color: #1a5c3a; background: #E8F0E8; padding: 2px 8px; border-radius: 3px; margin-left: 6px; }

/* numbered post rows */
.fp-g2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.fp-g3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
@media(max-width:540px){ .fp-g2 { grid-template-columns: 1fr; } }

.fp-post-row { display: flex; align-items: flex-start; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--border2); }
.fp-post-row:last-child { border-bottom: none; }
.fp-post-n { font-family: var(--serif); font-size: 24px; font-weight: 900; color: var(--border); min-width: 28px; line-height: 1.1; letter-spacing: -1px; flex-shrink: 0; }
.fp-post-row h3 { font-family: var(--serif); font-size: 15px; font-weight: 700; color: var(--ink); line-height: 1.35; margin-bottom: 4px; letter-spacing: -.2px; }
.fp-post-row h3 a { color: inherit; text-decoration: none; }
.fp-post-row h3 a:hover { color: var(--red); }
.fp-post-row span { font-family: var(--sans); font-size: 11px; color: var(--subtle); }

/* ── SIDEBAR ── */
.fp-widget { margin-bottom: 36px; }
.fp-widget-lbl { font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--subtle); margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid var(--border); }

.fp-calc-box { background: var(--ink); border-radius: 8px; padding: 22px; color: #fff; margin-bottom: 28px; }
.fp-calc-box h4 { font-family: var(--serif); font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 20px; letter-spacing: -.3px; }
.fp-cr { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.fp-cr label { font-family: var(--sans); font-size: 11px; color: rgba(255,255,255,.4); min-width: 80px; }
.fp-cr input[type=range] { flex: 1; accent-color: var(--red); cursor: pointer; }
.fp-cr .v { font-family: var(--sans); font-size: 11px; font-weight: 600; color: rgba(255,255,255,.8); min-width: 52px; text-align: right; }
.fp-cr-result { background: rgba(255,255,255,.07); border-radius: 6px; padding: 16px; margin-top: 16px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 4px; }
.fp-cr-result .rl { font-family: var(--sans); font-size: 9px; color: rgba(255,255,255,.4); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 4px; }
.fp-cr-result .rv { font-family: var(--serif); font-size: 18px; font-weight: 700; color: #fff; }
.fp-cr-result .rv.g { color: #86efac; }
.fp-calc-link { display: block; text-align: center; margin-top: 14px; font-family: var(--sans); font-size: 11px; color: rgba(255,255,255,.3); text-decoration: none !important; }

.fp-pulse-item { display: flex; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--border2); }
.fp-pulse-item:last-child { border-bottom: none; }
.fp-pulse-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; margin-top: 5px; }
.fp-pulse-item p { font-family: var(--sans); font-size: 13px; color: var(--ink2); line-height: 1.45; font-weight: 400; margin-bottom: 3px; }
.fp-pulse-item span { font-family: var(--sans); font-size: 11px; color: var(--subtle); }

.fp-trend-item { display: flex; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--border2); align-items: flex-start; }
.fp-trend-item:last-child { border-bottom: none; }
.fp-trend-n { font-family: var(--serif); font-size: 22px; font-weight: 900; color: var(--border); min-width: 26px; line-height: 1.1; flex-shrink: 0; }
.fp-trend-item h5 { font-family: var(--serif); font-size: 14px; font-weight: 700; color: var(--ink); line-height: 1.35; margin-bottom: 3px; }
.fp-trend-item h5 a { color: inherit; text-decoration: none; }
.fp-trend-item h5 a:hover { color: var(--red); }
.fp-trend-item span { font-family: var(--sans); font-size: 11px; color: var(--subtle); }

/* newsletter */
.fp-nl { background: var(--cream2); border: 1px solid var(--border); border-radius: 8px; padding: 22px; margin-bottom: 28px; }
.fp-nl h3 { font-family: var(--serif); font-size: 20px; font-weight: 700; color: var(--ink); margin-bottom: 6px; letter-spacing: -.3px; }
.fp-nl p { font-family: var(--sans); font-size: 13px; color: var(--muted); margin-bottom: 14px; line-height: 1.6; font-weight: 300; }
.fp-nl input { width: 100%; padding: 10px 14px; border: 1px solid var(--border); border-radius: var(--r); font-size: 13px; font-family: var(--sans); margin-bottom: 8px; background: var(--white); color: var(--ink); outline: none; }
.fp-nl input:focus { border-color: var(--red); }
.fp-nl button { width: 100%; padding: 11px; background: var(--red); color: #fff; border: none; border-radius: var(--r); font-size: 13px; font-weight: 500; cursor: pointer; font-family: var(--sans); }
.fp-nl button:hover { background: var(--red2); }

/* topic cards */
.fp-topic-card { background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 20px; text-decoration: none !important; display: block; transition: all .15s; }
.fp-topic-card:hover { border-color: var(--red); transform: translateY(-1px); box-shadow: 0 4px 20px rgba(184,66,50,.08); }
.fp-topic-icon { font-size: 26px; margin-bottom: 12px; }
.fp-topic-card h4 { font-family: var(--serif); font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 5px; letter-spacing: -.2px; }
.fp-topic-card p { font-family: var(--sans); font-size: 12px; color: var(--muted); line-height: 1.55; font-weight: 300; }
.fp-topic-bar { height: 2px; background: var(--border); border-radius: 1px; margin-top: 14px; overflow: hidden; }
.fp-topic-fill { height: 100%; background: var(--red); border-radius: 1px; }

/* ── LEARN SECTION ── */
.fp-learn { background: var(--cream3); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 52px 0; }

/* ── SINGLE POST ── */
.fp-post-header { padding: 2.5rem 0 2rem; border-bottom: 1px solid var(--border); margin-bottom: 2rem; }
.fp-post-body { font-family: var(--sans); font-size: 17px; line-height: 1.85; color: var(--ink2); font-weight: 300; }
.fp-post-body h2 { font-family: var(--serif); font-size: 26px; font-weight: 700; color: var(--ink); margin: 2.5rem 0 .875rem; letter-spacing: -.3px; }
.fp-post-body h3 { font-family: var(--serif); font-size: 21px; font-weight: 700; color: var(--ink); margin: 2rem 0 .625rem; }
.fp-post-body p { margin-bottom: 1.4rem; }
.fp-post-body ul, .fp-post-body ol { padding-left: 1.5rem; margin-bottom: 1.4rem; }
.fp-post-body li { margin-bottom: .4rem; }
.fp-post-body strong { font-weight: 600; color: var(--ink); }
.fp-post-body blockquote { border-left: 3px solid var(--red); padding: 1rem 1.5rem; background: var(--cream2); margin: 2rem 0; font-family: var(--serif); font-style: italic; font-size: 20px; color: var(--ink); border-radius: 0 6px 6px 0; }
.fp-post-body a { color: var(--red); }
.fp-disclaimer-box { background: #fffbeb; border: 1px solid #fde68a; border-radius: var(--r); padding: 14px 16px; margin-bottom: 24px; font-family: var(--sans); font-size: 13px; color: #78350f; }

/* ── FOOTER ── */
#fp-footer { background: var(--ink); color: rgba(255,255,255,.6); padding: 4rem 0 2rem; }
.fp-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.5rem; margin-bottom: 3.5rem; }
#fp-footer h5 { font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 1.1rem; }
#fp-footer ul { list-style: none; }
#fp-footer ul li { margin-bottom: .5rem; }
#fp-footer ul li a { font-family: var(--sans); font-size: 14px; color: rgba(255,255,255,.55); text-decoration: none; transition: color .15s; font-weight: 300; }
#fp-footer ul li a:hover { color: #fff; }
.fp-footer-brand p { font-family: var(--sans); font-size: 13px; line-height: 1.8; max-width: 240px; margin-top: .75rem; color: rgba(255,255,255,.4); font-weight: 300; }
.fp-footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 1.5rem; display: flex; justify-content: space-between; font-family: var(--sans); font-size: 11px; color: rgba(255,255,255,.28); flex-wrap: wrap; gap: .5rem; }
.fp-disclaimer { font-family: var(--sans); font-size: 11px; color: rgba(255,255,255,.22); margin-top: 1.25rem; line-height: 1.8; font-weight: 300; }
#fp-footer .fp-logo-prayag { color: rgba(255,255,255,.8); }
@media(max-width:768px){ .fp-footer-grid { grid-template-columns: 1fr 1fr; } }
@media(max-width:480px){ .fp-footer-grid { grid-template-columns: 1fr; } }

/* ── UTILS ── */
.sr-only { position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0; }
@media(prefers-reduced-motion:reduce){ .fp-ticker-items { animation:none; } }

/* ── ADDITIONS FROM EMERGENT — additive only, nothing removed ── */

/* Hero stats row */
.fp-hero-stats {
  display: flex;
  gap: 2.5rem;
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid var(--border);
  flex-wrap: wrap;
}
.fp-stat .num {
  font-family: var(--serif);
  font-size: 28px; font-weight: 900;
  color: var(--ink); letter-spacing: -1px;
  line-height: 1; display: block;
}
.fp-stat .lbl {
  font-family: var(--sans);
  font-size: 11px; color: var(--subtle);
  margin-top: 4px; display: block; font-weight: 400;
}

/* Section sub-title (e.g. "Financial insights" under "Latest") */
.fp-section-sub {
  font-family: var(--serif);
  font-size: 32px; font-weight: 700;
  color: var(--ink); letter-spacing: -.5px;
  line-height: 1.1;
}
.fp-section-eyebrow {
  font-family: var(--sans);
  font-size: 11px; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--subtle); margin-bottom: 4px; display: block;
}

/* Full-width newsletter band above footer */
.fp-newsletter-band {
  background: var(--ink);
  padding: 56px 0;
}
.fp-newsletter-band-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media(max-width:680px){ .fp-newsletter-band-inner { grid-template-columns: 1fr; } }
.fp-newsletter-band h2 {
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700; color: #fff;
  letter-spacing: -.5px; line-height: 1.15;
  margin-bottom: 10px;
}
.fp-newsletter-band p {
  font-family: var(--sans);
  font-size: 15px; color: rgba(255,255,255,.55);
  font-weight: 300; line-height: 1.7;
}
.fp-newsletter-band-form { display: flex; flex-direction: column; gap: 10px; }
.fp-newsletter-band-form input {
  padding: 13px 16px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--r);
  background: rgba(255,255,255,.07);
  color: #fff; font-size: 14px;
  font-family: var(--sans);
  outline: none;
}
.fp-newsletter-band-form input::placeholder { color: rgba(255,255,255,.3); }
.fp-newsletter-band-form input:focus { border-color: rgba(255,255,255,.35); }
.fp-newsletter-band-form button {
  padding: 13px;
  background: var(--red); color: #fff;
  border: none; border-radius: var(--r);
  font-size: 14px; font-weight: 500;
  font-family: var(--sans); cursor: pointer;
  transition: background .15s;
}
.fp-newsletter-band-form button:hover { background: var(--red2); }
.fp-nl-note {
  font-family: var(--sans);
  font-size: 11px; color: rgba(255,255,255,.25);
  margin-top: 4px;
}

/* Emergent-style post card category color banner */
.fp-card-category-bar {
  height: 3px;
  background: var(--red);
}
.fp-card-category-bar.sip    { background: #2D5A3D; }
.fp-card-category-bar.mf     { background: #2D5A3D; }
.fp-card-category-bar.tax    { background: #C47A1A; }
.fp-card-category-bar.elss   { background: #5B33C4; }
.fp-card-category-bar.stocks { background: #B84232; }
.fp-card-category-bar.fd     { background: #2563EB; }

/* Browse section — bigger "Topics" title */
.fp-browse-title {
  font-family: var(--serif);
  font-size: 48px; font-weight: 700;
  color: var(--ink); letter-spacing: -1.5px;
  line-height: 1; margin-bottom: 20px;
}

/* Emergent-style "read time" badge */
.fp-read-badge {
  display: inline-flex; align-items: center; gap: 4px;
  font-family: var(--sans); font-size: 10px;
  color: var(--subtle); font-weight: 400;
}

/* What's new section — Emergent has a "What's new" latest feed */
.fp-whats-new {
  background: var(--cream2);
  border-top: 1px solid var(--border);
  padding: 40px 0;
}
.fp-whats-new-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 24px;
}
.fp-wn-item {
  background: var(--white);
  padding: 20px 22px;
  text-decoration: none !important;
  transition: background .15s;
}
.fp-wn-item:hover { background: var(--cream); text-decoration: none !important; }
.fp-wn-date { font-family: var(--sans); font-size: 10px; color: var(--subtle); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; display: block; }
.fp-wn-item h4 { font-family: var(--serif); font-size: 15px; font-weight: 700; color: var(--ink); line-height: 1.35; letter-spacing: -.2px; margin-bottom: 6px; }
.fp-wn-item span { font-family: var(--sans); font-size: 12px; color: var(--muted); font-weight: 300; }

/* Emergent: "Daily dispatch" email teaser */
.fp-dispatch {
  background: var(--red);
  padding: 14px 0;
  text-align: center;
}
.fp-dispatch p {
  font-family: var(--sans);
  font-size: 13px; color: rgba(255,255,255,.9);
  font-weight: 400;
}
.fp-dispatch a {
  color: #fff; font-weight: 600;
  text-decoration: underline;
}

/* Trust bar */
.fp-trust {
  background: var(--cream2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
}
.fp-trust-inner {
  display: flex;
  gap: 3rem; flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.fp-trust-item {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--sans); font-size: 13px;
  color: var(--muted); font-weight: 400;
}
.fp-trust-item strong {
  font-family: var(--serif);
  font-size: 18px; font-weight: 700;
  color: var(--ink); letter-spacing: -.3px;
}