/* =========================================================
   SouthRise Venture — Site Stylesheet
   Palette: Navy #12213F (primary), Gold #B07C1A (accent),
            Ink #1B1D22 (text), Off-white #F7F7F5 (surface)
   ========================================================= */

:root {
  --navy: #12213F;
  --navy-dark: #0B1526;
  --navy-soft: #1C2E52;
  --gold: #B07C1A;
  --gold-light: #C89239;
  --gold-soft: #F3E6CC;
  --ink: #1B1D22;
  --ink-soft: #4B5164;
  --paper: #FFFFFF;
  --surface: #F7F7F5;
  --surface-alt: #F0F1EC;
  --line: #E3E4DE;
  --max: 1180px;
  --radius: 10px;
  --shadow: 0 12px 30px rgba(18, 33, 63, 0.08);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Calibri, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
}

html { overflow-x: hidden; }

h1, h2, h3, h4 {
  font-family: Calibri, "Segoe UI", Arial, sans-serif;
  color: var(--navy);
  margin: 0 0 0.5em 0;
  line-height: 1.2;
  font-weight: 700;
}

h1 { font-size: clamp(2.1rem, 4.5vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); }
h3 { font-size: 1.25rem; }
h4 { font-size: 1.05rem; }

p { margin: 0 0 1em 0; color: var(--ink-soft); }

a { color: inherit; text-decoration: none; }

img { max-width: 100%; display: block; }

.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 28px;
}

.eyebrow {
  display: inline-block;
  font-family: Calibri, Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

section { padding: 84px 0; }
section.tight { padding: 56px 0; }

.section-head { max-width: 720px; margin-bottom: 48px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head p.lead { font-size: 1.08rem; }

.bg-navy { background: var(--navy); color: #EDEFF6; }
.bg-navy h1, .bg-navy h2, .bg-navy h3, .bg-navy h4 { color: #FFFFFF; }
.bg-navy p { color: #C7CCDC; }
.bg-surface { background: var(--surface); }

/* ---------- Section anchors linked from header dropdowns ---------- */
#our-story, #the-belief, #our-vision, #differentiation, #our-philosophy,
#our-approach, #getting-started, #roadmap, #what-you-receive, #accountability,
#engagement-models, #why-southrise, #what-to-expect, #our-framework {
  scroll-margin-top: 116px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.95rem;
  font-family: Calibri, Arial, sans-serif;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.18s ease;
}
.btn-gold { background: var(--gold); color: #FFFFFF; }
.btn-gold:hover { background: var(--gold-light); }
.btn-outline { border-color: rgba(255,255,255,0.55); color: #fff; }
.btn-outline:hover { border-color: #fff; background: rgba(255,255,255,0.08); }
.btn-outline-navy { border-color: var(--navy); color: var(--navy); }
.btn-outline-navy:hover { background: var(--navy); color: #fff; }

/* ---------- Header ---------- */
header.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}
.brand { display: flex; align-items: center; gap: 16px; }
.brand img { height: 74px; width: auto; }
.brand-text { font-family: Helvetica, Arial, sans-serif; font-weight: 700; color: var(--navy); font-size: 1.15rem; letter-spacing: 0.02em; line-height: 1.2; }
.brand-text span {
  display: block;
  max-width: 250px;
  white-space: normal;
  font-family: Calibri, Arial, sans-serif;
  font-weight: 600;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid var(--line);
}

nav.primary-nav { display: flex; align-items: center; gap: 34px; }
nav.primary-nav a {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink);
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}
nav.primary-nav a:hover, nav.primary-nav a.active { color: var(--gold); border-bottom-color: var(--gold); }
.mobile-only-cta { display: none; }

.nav-cta { display: flex; align-items: center; gap: 22px; }
.nav-cta .btn { padding: 11px 22px; }

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.menu-toggle span { width: 24px; height: 2px; background: var(--navy); display: block; }

/* ---------- Footer ---------- */
footer.site-footer { background: var(--navy-dark); color: #B9BFD1; padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 0.85fr 0.85fr 1.15fr 1.1fr; gap: 32px; }
.footer-grid h4 { color: #fff; font-family: Calibri, Arial, sans-serif; font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 18px; }
.footer-grid a { display: block; color: #B9BFD1; font-size: 0.95rem; margin-bottom: 10px; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-brand img { height: 34px; margin-bottom: 14px; }
.footer-brand p { color: #8D93AB; font-size: 0.9rem; max-width: 320px; }
.footer-bottom {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.82rem;
  color: #757C93;
}

/* ---------- Hero ---------- */
.hero {
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-dark) 100%);
  color: #fff;
  padding: 96px 0 100px;
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  right: -140px;
  top: -140px;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(176,124,26,0.22) 0%, rgba(176,124,26,0) 70%);
}
.hero-inner { max-width: 760px; position: relative; }
.hero h1 { color: #fff; margin-bottom: 20px; }
.hero .lead { color: #CBD1E3; font-size: 1.15rem; max-width: 620px; }
.hero-actions { display: flex; gap: 16px; margin-top: 32px; flex-wrap: wrap; }
.hero-tagline { font-family: Helvetica, Arial, sans-serif; font-style: italic; color: var(--gold-light); font-size: 1.1rem; margin-top: 26px; }

.page-hero {
  background: var(--navy);
  color: #fff;
  padding: 64px 0 56px;
}
.page-hero h1 { color: #fff; }
.page-hero .lead { color: #C7CCDC; max-width: 700px; font-size: 1.05rem; }
.breadcrumb { font-size: 0.82rem; color: var(--gold-light); margin-bottom: 16px; letter-spacing: 0.04em; text-transform: uppercase; font-weight: 700; }

/* ---------- Stat blocks ---------- */
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat-grid-pair { grid-template-columns: 1fr 1fr; }
.stat-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 22px;
  text-align: left;
}
.stat-card .num { font-family: Calibri, Arial, sans-serif; font-weight: 700; font-size: 2.1rem; color: var(--navy); overflow-wrap: break-word; }
.stat-card .num em { color: var(--gold); font-style: normal; }
.stat-card .label { font-size: 0.88rem; color: var(--ink-soft); margin-top: 6px; }

.stat-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: var(--navy);
  border-radius: var(--radius);
  overflow: hidden;
}
.stat-strip .cell {
  padding: 32px 26px;
  border-right: 1px solid rgba(255,255,255,0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.stat-strip .cell:last-child { border-right: none; }
.stat-strip.cols-5 { grid-template-columns: repeat(5, 1fr); }
@media (max-width: 980px) { .stat-strip.cols-5 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) { .stat-strip.cols-5 { grid-template-columns: 1fr 1fr; } }
.stat-strip .num { font-family: Calibri, Arial, sans-serif; font-weight: 700; font-size: 1.9rem; color: #fff; }
.stat-strip .label { font-size: 0.85rem; color: #AEB5CB; margin-top: 6px; }

/* ---------- Cards / grids ---------- */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 26px;
  box-shadow: var(--shadow);
}
.card h3 { margin-bottom: 10px; }
.card p { margin-bottom: 0; font-size: 0.95rem; }

.icon-badge {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--gold-soft);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Calibri, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 1.05rem;
}

.numbered-step { display: flex; gap: 18px; align-items: flex-start; }
.numbered-step .num {
  flex: none;
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  color: var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-family: Calibri, Arial, sans-serif; font-weight: 700;
}

/* ---------- Compare table (traditional vs southrise) ---------- */
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.compare-col { padding: 32px 30px; }
.compare-col.trad { background: var(--surface); }
.compare-col.sr { background: var(--navy); color: #fff; }
.compare-col h4 { font-family: Calibri, Arial, sans-serif; text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.85rem; margin-bottom: 20px; }
.compare-col.trad h4 { color: var(--ink-soft); }
.compare-col.sr h4 { color: var(--gold-light); }
.compare-item { padding: 12px 0; border-bottom: 1px solid rgba(0,0,0,0.06); font-size: 0.95rem; }
.compare-col.sr .compare-item { border-bottom-color: rgba(255,255,255,0.1); color: #DCE0EE; }
.compare-col.trad .compare-item { color: var(--ink-soft); }
.compare-item:last-child { border-bottom: none; }

/* ---------- Practice cards ---------- */
.practice-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  background: #fff;
  height: 100%;
}
.practice-card .tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  background: var(--gold-soft);
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 14px;
}
.practice-card h3 { margin-bottom: 6px; }
.practice-card .sub { color: var(--ink-soft); font-size: 0.9rem; margin-bottom: 16px; }
.practice-card ul { margin: 0; padding-left: 18px; color: var(--ink-soft); font-size: 0.9rem; }
.practice-card ul li { margin-bottom: 6px; }
.practice-meta { display: flex; gap: 18px; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 0.82rem; color: var(--ink-soft); flex-wrap: wrap; }
.practice-meta strong { color: var(--navy); display: block; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.05em; }

.outcome-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 30px;
  border: 1px solid var(--line);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
}

/* ---------- CTA band ---------- */
.cta-band {
  background: var(--navy);
  color: #fff;
  padding: 70px 0;
  text-align: center;
}
.cta-band h2 { color: #fff; }
.cta-band p { color: #C7CCDC; max-width: 560px; margin-left: auto; margin-right: auto; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.contact-item { display: flex; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-item:last-child { border-bottom: none; }
.contact-item .ic { flex: none; width: 44px; height: 44px; border-radius: 50%; background: var(--gold-soft); color: var(--gold); display: flex; align-items: center; justify-content: center; font-weight: 700; }
.contact-item h4 { margin-bottom: 2px; }
.contact-item a, .contact-item span { color: var(--ink-soft); font-size: 0.95rem; }

form.contact-form { display: flex; flex-direction: column; gap: 16px; }
form.contact-form label { font-size: 0.85rem; font-weight: 700; color: var(--navy); margin-bottom: 4px; display: block; }
form.contact-form input, form.contact-form select, form.contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-family: Calibri, Arial, sans-serif;
  font-size: 0.95rem;
  background: var(--surface);
}
form.contact-form input:focus, form.contact-form select:focus, form.contact-form textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: #fff;
}
form.contact-form textarea { resize: vertical; min-height: 120px; }
.form-note { font-size: 0.82rem; color: var(--ink-soft); }
.disclaimer-box { background: var(--gold-soft); border: 1px solid var(--gold); border-radius: var(--radius); padding: 18px 22px; font-size: 0.88rem; color: var(--ink-soft); margin-bottom: 36px; }

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -200px;
  z-index: 500;
  background: var(--navy-dark);
  color: #C7CCDC;
  padding: 20px 28px;
  box-shadow: 0 -8px 24px rgba(0,0,0,0.18);
  transition: bottom 0.4s ease;
}
.cookie-banner.visible { bottom: 0; }
.cookie-banner-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.cookie-banner p { margin: 0; font-size: 0.88rem; color: #C7CCDC; max-width: 720px; }
.cookie-banner a { color: var(--gold-light); text-decoration: underline; }
.cookie-banner-actions { flex: none; display: flex; gap: 12px; align-items: center; }
.cookie-banner-actions button {
  font-family: Calibri, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: var(--navy-dark);
}
.cookie-banner-actions button:hover { background: var(--gold-light); border-color: var(--gold-light); }
@media (max-width: 640px) {
  .cookie-banner { padding: 18px 20px; }
  .cookie-banner-inner { flex-direction: column; align-items: flex-start; gap: 14px; }
}
.policy-content h2 { font-size: 1.35rem; margin-top: 40px; }
.policy-content h2:first-of-type { margin-top: 0; }
.policy-content h3 { font-size: 1.05rem; margin-top: 22px; }
.policy-content p, .policy-content li { font-size: 0.95rem; }
.policy-content ul { padding-left: 20px; margin: 0 0 1em 0; }
.policy-content .updated-note { font-size: 0.82rem; color: var(--ink-soft); margin-top: -8px; margin-bottom: 32px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.form-success { color: #1a7a3c; font-weight: 600; font-size: 0.92rem; margin-top: 4px; }
.form-error { color: #b3261e; font-weight: 600; font-size: 0.92rem; margin-top: 4px; }

/* ---------- Leadership ---------- */
.leader-grid { display: grid; grid-template-columns: 340px 1fr; gap: 56px; align-items: start; }
.leader-photo { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.leader-photo img { width: 100%; }
.leader-credentials { list-style: none; margin: 24px 0 0; padding: 0; }
.leader-credentials li { display: flex; gap: 14px; padding: 16px 0; border-top: 1px solid var(--line); font-size: 0.92rem; color: var(--ink-soft); }
.leader-credentials li:first-child { border-top: none; }
.leader-credentials strong { color: var(--navy); }

/* ---------- Maturity model ---------- */
.maturity-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.step-row-5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
@media (max-width: 980px) { .step-row-5 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) { .step-row-5 { grid-template-columns: 1fr 1fr; } }
.maturity-cell { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 16px; text-align: center; }
.maturity-cell .lvl { font-family: Calibri, Arial, sans-serif; font-weight: 700; color: var(--gold); font-size: 0.8rem; letter-spacing: 0.08em; margin-bottom: 8px; }
.maturity-cell h4 { margin-bottom: 6px; }
.maturity-cell p { font-size: 0.82rem; margin: 0; }

/* ---------- Utilities ---------- */
.mt-0 { margin-top: 0 !important; }
.text-center { text-align: center; }
.divider { height: 1px; background: var(--line); margin: 0; }
.tag-row-label { font-family: Calibri, Arial, sans-serif; font-size: 0.92rem; font-weight: 600; color: var(--navy); margin-bottom: 12px; }
.tag-row { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 18px; }
.tag-row span { font-size: 0.78rem; font-weight: 700; padding: 6px 14px; border-radius: 20px; border: 1px solid var(--line); color: var(--ink-soft); }

/* ---------- Nav dropdown (Practices) ---------- */
.nav-dropdown { position: relative; }
.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: -18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow);
  min-width: 260px;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s;
  z-index: 200;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-dropdown-menu a {
  display: block;
  cursor: pointer;
  padding: 10px 12px;
  border-radius: 6px;
  border-bottom: none !important;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink);
}
.nav-dropdown-menu a:hover { background: var(--surface); color: var(--gold); }
.nav-dropdown-menu .view-all { border-top: 1px solid var(--line); margin-top: 6px; padding-top: 12px; color: var(--gold); font-weight: 700; }

/* ---------- Trust bar ---------- */
.trust-bar {
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 26px 0;
}
.trust-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
}
.trust-bar .item { display: flex; align-items: baseline; gap: 8px; }
.trust-bar .item .num { font-family: Calibri, Arial, sans-serif; font-weight: 700; color: var(--navy); font-size: 1.3rem; }
.trust-bar .item .label { font-size: 0.82rem; color: var(--ink-soft); }
.trust-bar .sep { width: 1px; height: 28px; background: var(--line); }

/* ---------- Persona callout ---------- */
.persona-box {
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: none;
  border-radius: var(--radius);
  padding: 26px 28px;
  margin: 8px 0 40px;
}
.persona-box .persona-name { font-family: Calibri, Arial, sans-serif; font-weight: 700; color: var(--navy); font-size: 1.05rem; margin-bottom: 14px; }
.persona-box .persona-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.persona-box h5 { margin: 0 0 8px; font-size: 0.76rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); font-family: Calibri, Arial, sans-serif; }
.persona-box ul { margin: 0; padding-left: 18px; font-size: 0.9rem; color: var(--ink-soft); }
.persona-box ul li { margin-bottom: 6px; }

.back-link { display: inline-flex; align-items: center; gap: 6px; font-size: 0.85rem; font-weight: 700; color: var(--gold-light); margin-bottom: 18px; }
.back-link:hover { text-decoration: underline; }

/* ---------- Responsive ---------- */
/* Header nav collapses earlier than the content breakpoints below, because
   the logo, 5 nav items (with dropdowns) and the CTA button need more room
   than a typical tablet width gives them. */
@media (max-width: 1240px) {
  nav.primary-nav, .nav-cta .btn-outline-navy { display: none; }
  .menu-toggle { display: flex; }
  nav.primary-nav.open {
    display: flex;
    position: fixed;
    top: 100px; left: 0; right: 0; bottom: 0;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 28px 40px;
    box-shadow: 0 16px 30px rgba(18,33,63,0.18);
    gap: 18px;
    z-index: 150;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nav-dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    background: var(--surface);
    margin-top: 8px;
    min-width: 0;
    width: 100%;
    display: none;
  }
  .nav-dropdown.mobile-open .nav-dropdown-menu { display: block; }
  .mobile-only-cta { display: inline-flex; margin-top: 6px; align-self: flex-start; }
}

/* Phone-width header: the logo + full tagline + CTA button + hamburger all
   at once don't fit a phone screen, so trim the header down to just the
   logo, a shorter brand line and the hamburger; the CTA button moves into
   the open mobile menu (.mobile-only-cta above) instead of sitting in the bar. */
@media (max-width: 640px) {
  .brand img { height: 56px; }
  .brand { gap: 10px; }
  .brand-text { font-size: 0.95rem; }
  .brand-text span { max-width: 190px; }
  .nav-cta { gap: 12px; }
  .nav-cta .btn-gold { display: none; }
}

@media (max-width: 980px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-strip { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .leader-grid { grid-template-columns: 1fr; }
  .leader-photo { max-width: 320px; }
  .maturity-row { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
  .grid-2, .grid-3, .grid-4, .stat-grid, .stat-grid-pair, .compare-grid, .contact-grid { grid-template-columns: 1fr; }
  .stat-strip { grid-template-columns: 1fr 1fr; }
  .stat-strip .cell { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  section { padding: 56px 0; }
  .maturity-row { grid-template-columns: 1fr 1fr; }
  .compare-grid { grid-template-columns: 1fr; }

  .trust-bar .container { justify-content: flex-start; gap: 22px 28px; }
  .trust-bar .sep { display: none; }
  .persona-box .persona-cols { grid-template-columns: 1fr; }
}
