/* Psinest — shared styles
 * Brand: cream bg + navy + green, DM Serif Display + Inter
 * Used by index.html and all blog/*.html pages
 */

:root {
  --cream: #F5EFE3;
  --cream-soft: #FAF6EC;
  --cream-card: #F4ECDE;
  --navy: #173847;
  --navy-90: #1F4757;
  --navy-ink: #0E2730;
  --green: #82BA41;
  --green-dark: #6BA32E;
  --green-soft: #C5DDA0;
  --green-band: #DEEBC8;
  --terracotta: #D89472;
  --muted: #6B7B82;
  --muted-2: #98A4A9;
  --line: rgba(23, 56, 71, 0.08);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--navy-ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  overflow-x: hidden;
}
a { color: var(--navy); text-decoration: none; }
img, svg { display: block; max-width: 100%; }
.container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 32px; position: relative; }

h1, h2, h3, h4, .serif {
  font-family: 'DM Serif Display', Georgia, "Times New Roman", serif;
  font-weight: 400;
  color: var(--navy);
  letter-spacing: -0.01em;
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 16px;
  font-family: 'Inter', sans-serif;
  font-size: 12.5px; font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--green-dark);
  text-transform: uppercase;
  margin: 0 0 24px;
}
.eyebrow::before {
  content: ""; width: 36px; height: 4px;
  background: var(--green); border-radius: 2px; flex-shrink: 0;
}
.eyebrow .num { color: var(--green-dark); font-weight: 700; margin-right: 4px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 13px 24px;
  border-radius: 4px;
  font-weight: 600; font-size: 14.5px;
  transition: all 160ms ease;
  cursor: pointer;
  border: 1.5px solid transparent;
  white-space: nowrap;
  font-family: 'Inter', sans-serif;
}
.btn-primary { background: var(--navy); color: #fff; border-color: var(--navy); }
.btn-primary:hover { background: var(--navy-ink); border-color: var(--navy-ink); }
.btn-green { background: var(--green); color: #fff; border-color: var(--green); }
.btn-green:hover { background: var(--green-dark); border-color: var(--green-dark); }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn-ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,0.35); }
.btn-ghost-light:hover { border-color: #fff; }
.btn-lg { padding: 15px 28px; font-size: 15px; }
.btn .arrow { transition: transform 160ms ease; }
.btn:hover .arrow { transform: translateX(3px); }

/* Header */
header.site-header { position: relative; z-index: 10; background: transparent; }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 24px 0; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--navy); }
.brand img { height: 72px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 36px; }
.nav-links a { color: var(--navy); font-size: 14.5px; font-weight: 500; }
.nav-links a:hover { color: var(--green-dark); }
.nav-links a[aria-current="page"] { color: var(--green-dark); }

/* Language switcher */
.lang-switch {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  padding: 6px 0 6px 8px;
  border-left: 1px solid rgba(23, 56, 71, 0.18);
  margin-left: 4px;
}
.lang-switch a {
  color: var(--muted);
  padding: 2px 6px;
  border-radius: 3px;
  transition: color 160ms ease;
}
.lang-switch a:hover { color: var(--navy); }
.lang-switch a.active { color: var(--green-dark); }
.lang-switch .sep { color: var(--muted-2); font-weight: 400; }

/* Hero */
.hero { position: relative; padding: 60px 0 110px; overflow: hidden; }
.blob { position: absolute; border-radius: 50%; pointer-events: none; z-index: 0; }
.blob-1 { top: -260px; left: -200px; width: 720px; height: 720px; background: var(--cream-soft); }
.blob-2 { bottom: -300px; right: -180px; width: 620px; height: 620px; background: var(--green-band); opacity: 0.7; }
.blob-3 { top: 100px; right: -80px; width: 180px; height: 180px; background: rgba(130, 186, 65, 0.08); }
.hero-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: 64px; align-items: center; padding-top: 40px;
}
.hero-copy h1 { font-size: clamp(44px, 5.8vw, 76px); line-height: 1.04; margin: 0 0 28px; }
.hero-lede {
  font-family: 'DM Serif Display', Georgia, serif;
  font-style: italic; font-size: 20px;
  color: var(--muted); margin: 0 0 12px;
  max-width: 500px; line-height: 1.45;
}
.hero-tick { width: 56px; height: 4px; background: var(--green); border-radius: 2px; margin: 28px 0 36px; }
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-sub { color: var(--muted); margin: 16px 0 32px; max-width: 480px; font-size: 16px; }

/* Hero status panel */
.hero-panel {
  background: #fff; border-radius: 8px;
  padding: 36px 36px 32px;
  box-shadow: 0 24px 60px -36px rgba(23, 56, 71, 0.35);
  border: 1px solid rgba(23, 56, 71, 0.06);
}
.hero-panel .live-row { display: flex; align-items: center; gap: 10px; margin: 0 0 28px; }
.hero-panel .pulse {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--green); flex-shrink: 0;
  box-shadow: 0 0 0 4px rgba(130, 186, 65, 0.18);
}
.hero-panel .live-label {
  font-size: 11.5px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--green-dark);
}
.hero-panel .live-host { font-size: 12.5px; color: var(--muted); margin-left: auto; }
.hero-panel h3 { font-size: 24px; margin: 0 0 22px; line-height: 1.2; }
.hero-panel ul {
  list-style: none; padding: 0; margin: 0;
  border-top: 1px solid rgba(23, 56, 71, 0.08);
}
.hero-panel li {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 14px 0; font-size: 14.5px; color: var(--navy-ink);
  border-bottom: 1px solid rgba(23, 56, 71, 0.08); line-height: 1.4;
}
.hero-panel li:last-child { border-bottom: none; }
.hero-panel li svg { flex-shrink: 0; margin-top: 2px; color: var(--green); }

/* Hero mockup — composite of floating "UI" cards */
.hero-mockup {
  position: relative;
  width: 100%;
  min-height: 460px;
  padding: 24px 0;
}
.hero-mockup .backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 60% 40%, rgba(130, 186, 65, 0.10), transparent 70%),
    radial-gradient(ellipse 60% 80% at 30% 80%, rgba(216, 148, 114, 0.06), transparent 70%);
  z-index: 0;
}
.hero-mockup .card {
  position: absolute;
  background: #fff;
  border: 1px solid rgba(23, 56, 71, 0.08);
  border-radius: 10px;
  box-shadow:
    0 1px 1px rgba(23, 56, 71, 0.04),
    0 12px 28px -12px rgba(23, 56, 71, 0.18),
    0 30px 60px -28px rgba(23, 56, 71, 0.28);
  transition: transform 420ms cubic-bezier(.22,1,.36,1);
}
.hero-mockup:hover .card { transform: translateY(-2px); }

/* Card 1 — Next session (top-right) */
.card-session {
  top: 8px; right: 0;
  width: 280px;
  padding: 18px 20px;
  z-index: 3;
  transform: rotate(2deg);
}
.card-session .head {
  font-size: 10.5px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted); margin: 0 0 14px;
  display: flex; align-items: center; gap: 8px;
}
.card-session .head .live-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 3px rgba(130, 186, 65, 0.2);
}
.card-session .row { display: flex; align-items: center; gap: 12px; }
.card-session .avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--green-soft);
  color: var(--navy);
  display: grid; place-items: center;
  font-family: 'DM Serif Display', serif; font-size: 17px;
  flex-shrink: 0;
}
.card-session .meta { flex: 1; min-width: 0; }
.card-session .name { font-weight: 600; color: var(--navy); font-size: 14.5px; }
.card-session .sub { font-size: 12px; color: var(--muted); margin-top: 2px; }
.card-session .time {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  display: flex; align-items: center; justify-content: space-between;
  font-size: 13px; color: var(--ink);
}
.card-session .time .when { color: var(--navy); font-weight: 600; }
.card-session .time .where { color: var(--muted); }

/* Card 2 — Calendar (middle-left, behind) */
.card-calendar {
  top: 110px; left: -16px;
  width: 260px;
  padding: 18px 18px 16px;
  z-index: 2;
  transform: rotate(-3deg);
}
.card-calendar .head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 14px;
}
.card-calendar .title {
  font-size: 13px; font-weight: 600; color: var(--navy);
}
.card-calendar .label {
  font-size: 10.5px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--green-dark);
}
.card-calendar .grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.card-calendar .day {
  aspect-ratio: 1;
  border-radius: 4px;
  background: var(--cream-soft);
  display: grid; place-items: center;
  font-size: 11px; color: var(--muted-2);
  font-weight: 500;
}
.card-calendar .day.booked {
  background: var(--green);
  color: #fff;
}
.card-calendar .day.partial {
  background: var(--green-soft);
  color: var(--navy);
}
.card-calendar .day.today {
  background: var(--navy);
  color: #fff;
  outline: 2px solid var(--green);
  outline-offset: 1px;
}

/* Card 3 — Stat (bottom-right) */
.card-stat {
  bottom: 24px; right: 36px;
  width: 240px;
  padding: 20px 22px;
  z-index: 3;
  transform: rotate(2.5deg);
}
.card-stat .label {
  font-size: 10.5px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted); margin: 0 0 10px;
}
.card-stat .number {
  font-family: 'DM Serif Display', serif;
  font-size: 42px;
  line-height: 1;
  color: var(--navy);
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.card-stat .number .unit {
  font-size: 18px;
  color: var(--muted);
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  margin-left: 4px;
}
.card-stat .desc {
  font-size: 12.5px; color: var(--muted);
  line-height: 1.4;
}
.card-stat .trend {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  display: flex; align-items: center; gap: 8px;
  font-size: 11.5px;
}
.card-stat .trend .pill {
  background: rgba(130, 186, 65, 0.15);
  color: var(--green-dark);
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 11px;
}
.card-stat .trend span { color: var(--muted); }

/* Card 4 — Note snippet (bottom-left, behind) */
.card-note {
  bottom: 70px; left: 18px;
  width: 220px;
  padding: 16px 18px 14px;
  z-index: 1;
  transform: rotate(-2deg);
  background: var(--cream-card);
}
.card-note .head {
  font-size: 10.5px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--terracotta); margin: 0 0 10px;
}
.card-note .quote {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 14px;
  line-height: 1.4;
  color: var(--navy);
}
.card-note .by {
  margin-top: 10px;
  font-size: 11px;
  color: var(--muted);
}

/* Responsive: stack neatly on narrow screens */
@media (max-width: 1024px) {
  .hero-mockup { min-height: 420px; }
  .card-session { right: 0; width: 260px; }
  .card-calendar { left: -8px; top: 130px; }
  .card-stat { right: 24px; width: 220px; }
  .card-note { left: 8px; }
}
@media (max-width: 800px) {
  .hero-mockup { min-height: 540px; padding: 12px 0; }
  .hero-mockup .card { transform: none !important; }
  .card-session { top: 0; right: 0; left: 0; width: auto; }
  .card-calendar { top: auto; bottom: auto; position: relative; left: 0; margin-top: 200px; width: 100%; }
  .card-stat { position: relative; bottom: auto; right: auto; margin-top: 14px; width: 100%; }
  .card-note { display: none; }
}

/* Sections */
section { padding: 120px 0; position: relative; }
.section-tight { padding: 90px 0; }
.section-cream-soft { background: var(--cream-soft); }

.section-head { max-width: 760px; margin: 0 0 64px; }
.section-head h2 { font-size: clamp(36px, 4.2vw, 54px); line-height: 1.08; margin: 0 0 16px; }
.section-head .lede {
  color: var(--muted);
  font-family: 'DM Serif Display', Georgia, serif;
  font-style: italic; font-size: 19px;
  margin: 0; line-height: 1.45; max-width: 640px;
}

/* Pillars */
.pillars { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.pillar {
  background: #fff; border-radius: 6px;
  padding: 36px 24px 32px; position: relative;
  border-top: 5px solid var(--green);
  box-shadow: 0 1px 0 rgba(23, 56, 71, 0.04);
}
.pillar-badge {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--green-soft); color: var(--navy);
  display: grid; place-items: center; margin: 0 auto 24px;
  font-family: 'DM Serif Display', serif; font-size: 22px;
}
.pillar h3 { text-align: center; font-size: 22px; margin: 0 0 14px; line-height: 1.2; }
.pillar p { color: var(--muted); font-size: 14px; text-align: center; margin: 0; line-height: 1.55; }

/* Personas */
.personas { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.persona { background: var(--cream-card); border-radius: 6px; padding: 40px 32px 36px; }
.persona-badge {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--terracotta); color: #fff;
  display: grid; place-items: center; margin: 0 0 24px;
  font-family: 'DM Serif Display', serif; font-size: 18px;
}
.persona h3 { font-size: 26px; margin: 0 0 14px; line-height: 1.18; }
.persona-summary { color: var(--muted); font-size: 14.5px; margin: 0 0 22px; line-height: 1.55; }
.persona ul { padding: 0; margin: 0; list-style: none; border-top: 1px solid rgba(23, 56, 71, 0.08); }
.persona li { padding: 11px 0; font-size: 14px; color: var(--navy-ink); border-bottom: 1px solid rgba(23, 56, 71, 0.08); line-height: 1.45; }
.persona li:last-child { border-bottom: none; }

/* Journey */
.journey { position: relative; padding: 12px 0 0; }
.journey-track { position: absolute; top: 48px; left: 8%; right: 8%; height: 0; border-top: 2px dashed var(--green); z-index: 0; }
.journey-steps { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.step { text-align: center; }
.step-circle {
  width: 96px; height: 96px; border-radius: 50%;
  background: var(--navy); border: 4px solid var(--green);
  color: #fff; display: grid; place-items: center;
  margin: 0 auto 18px;
  font-family: 'DM Serif Display', serif; font-size: 34px;
}
.step h4 { font-size: 22px; margin: 0 0 6px; }
.step p { color: var(--muted); font-size: 14px; margin: 0; line-height: 1.45; }

/* Capabilities */
.capabilities { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid rgba(23, 56, 71, 0.1); border-left: 1px solid rgba(23, 56, 71, 0.1); }
.capability { padding: 36px 32px; border-right: 1px solid rgba(23, 56, 71, 0.1); border-bottom: 1px solid rgba(23, 56, 71, 0.1); background: transparent; }
.capability h4 { font-size: 22px; margin: 0 0 12px; line-height: 1.22; }
.capability p { color: var(--muted); font-size: 14.5px; margin: 0; line-height: 1.55; }

.quote-band {
  background: var(--green-band); padding: 22px 32px; margin-top: 48px;
  border-radius: 4px; text-align: center; color: var(--navy);
  font-family: 'DM Serif Display', serif; font-style: italic; font-size: 17px;
}
.quote-band .by { font-family: 'Inter', sans-serif; font-style: normal; font-size: 13.5px; color: var(--muted); margin-left: 12px; }

/* FAQ */
.faq-list {
  max-width: 880px;
  border-top: 1px solid rgba(23, 56, 71, 0.1);
}
.faq-item {
  border-bottom: 1px solid rgba(23, 56, 71, 0.1);
  padding: 0;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 0;
  display: flex; align-items: flex-start; justify-content: space-between; gap: 24px;
  font-family: 'DM Serif Display', serif;
  font-size: 22px;
  color: var(--navy);
  line-height: 1.25;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-family: 'Inter', sans-serif;
  font-size: 28px; font-weight: 300;
  color: var(--green-dark);
  line-height: 1;
  transition: transform 200ms ease;
  flex-shrink: 0;
}
.faq-item[open] summary::after { content: "−"; transform: rotate(0deg); }
.faq-answer { padding: 0 0 24px; color: var(--muted); font-size: 16px; line-height: 1.65; max-width: 760px; }
.faq-answer p { margin: 0 0 12px; }
.faq-answer p:last-child { margin: 0; }
.faq-answer a { color: var(--green-dark); border-bottom: 1px solid rgba(107, 163, 46, 0.4); }
.faq-answer a:hover { color: var(--navy); border-color: var(--navy); }

/* Blog preview cards on landing */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(23, 56, 71, 0.08);
  display: flex; flex-direction: column;
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 24px 48px -28px rgba(23, 56, 71, 0.25); }
.blog-card .cover {
  height: 160px;
  background: linear-gradient(135deg, var(--green-band) 0%, var(--cream-card) 100%);
  position: relative;
  display: grid; place-items: center;
}
.blog-card .cover svg { width: 56px; height: 56px; opacity: 0.6; }
.blog-card .body { padding: 24px 26px 26px; display: flex; flex-direction: column; flex: 1; }
.blog-card .meta {
  font-size: 11.5px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--green-dark);
  margin: 0 0 10px;
}
.blog-card h3 {
  font-size: 22px; line-height: 1.22; margin: 0 0 12px;
  color: var(--navy);
}
.blog-card .blog-card-excerpt { color: var(--muted); font-size: 14.5px; margin: 0 0 18px; line-height: 1.55; flex: 1; }
.blog-card .read-more {
  font-size: 14px; font-weight: 600;
  color: var(--green-dark);
  display: inline-flex; align-items: center; gap: 6px;
}
.blog-card .read-more:hover { color: var(--navy); }

/* CTA */
.cta-section { background: var(--navy); color: #fff; padding: 130px 0; position: relative; overflow: hidden; }
.cta-section .blob-cta-1 { position: absolute; top: -180px; right: -120px; width: 460px; height: 460px; border-radius: 50%; border: 1px solid rgba(216, 148, 114, 0.4); pointer-events: none; }
.cta-section .blob-cta-2 { position: absolute; bottom: -260px; left: -200px; width: 560px; height: 560px; border-radius: 50%; background: linear-gradient(135deg, rgba(130, 186, 65, 0.18), transparent 60%); pointer-events: none; }
.cta-section .container { position: relative; z-index: 1; }
.cta-section h2 { color: #fff; font-size: clamp(44px, 5.6vw, 72px); line-height: 1.04; margin: 0 0 16px; max-width: 880px; }
.cta-section .cta-lede { font-family: 'DM Serif Display', serif; font-style: italic; color: var(--green-soft); font-size: 22px; margin: 0 0 36px; max-width: 540px; line-height: 1.4; }
.cta-section .tick { width: 56px; height: 4px; background: var(--green); border-radius: 2px; margin: 0 0 36px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.cta-section .small { color: rgba(255, 255, 255, 0.55); font-size: 13.5px; margin-top: 28px; }

/* Footer */
footer.site-footer { background: var(--navy-ink); color: rgba(255, 255, 255, 0.65); padding: 56px 0 40px; }
.foot-grid { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.foot-brand { display: flex; align-items: center; gap: 12px; color: #fff; }
.foot-brand img { height: 36px; width: auto; filter: brightness(0) invert(1); }
.foot-brand .name { font-family: 'DM Serif Display', serif; font-size: 22px; color: #fff; }
.foot-links { display: flex; gap: 32px; flex-wrap: wrap; }
.foot-links a { color: rgba(255, 255, 255, 0.65); font-size: 14px; }
.foot-links a:hover { color: var(--green); }
.copyright {
  margin-top: 32px; padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px; color: rgba(255, 255, 255, 0.45);
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 1024px) {
  .pillars { grid-template-columns: repeat(3, 1fr); }
  .capabilities { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 800px) {
  .hero { padding: 40px 0 80px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-panel { padding: 28px 24px 24px; }
  .nav-links a:not(.btn) { display: none; }
  .brand img { height: 56px; }
  section { padding: 80px 0; }
  .pillars { grid-template-columns: 1fr 1fr; gap: 14px; }
  .pillar { padding: 28px 18px 24px; }
  .personas { grid-template-columns: 1fr; }
  .capabilities { grid-template-columns: 1fr; }
  .journey-steps { grid-template-columns: 1fr; gap: 32px; }
  .journey-track { display: none; }
  .step-circle { width: 72px; height: 72px; font-size: 26px; }
  .cta-section { padding: 80px 0; }
  .cta-section h2 { font-size: 40px; }
  .blob-1 { width: 400px; height: 400px; top: -180px; left: -150px; }
  .blob-2 { width: 380px; height: 380px; }
  .blog-grid { grid-template-columns: 1fr; }
  .faq-item summary { font-size: 19px; padding: 20px 0; }
}
@media (max-width: 520px) {
  .container { padding: 0 22px; }
  .pillars { grid-template-columns: 1fr; }
  .nav { padding: 20px 0; }
  .brand img { height: 36px; }
}

/* ---------- BLOG ---------- */

/* Blog listing */
.blog-list-section { padding: 80px 0 120px; }
.blog-list-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.blog-page-head {
  padding: 60px 0 20px;
  position: relative;
}
.blog-page-head h1 {
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1.08; margin: 0 0 16px;
}
.blog-page-head .lede {
  color: var(--muted);
  font-family: 'DM Serif Display', serif; font-style: italic;
  font-size: 20px; margin: 0; max-width: 720px;
}

/* Blog article (single post) */
.article-wrap { max-width: 820px; margin: 0 auto; padding: 56px 32px 96px; }
.breadcrumbs {
  font-size: 13px; color: var(--muted);
  margin: 0 0 32px;
  letter-spacing: 0.02em;
}
.breadcrumbs a { color: var(--muted); border-bottom: 1px solid transparent; }
.breadcrumbs a:hover { color: var(--navy); border-color: var(--green-dark); }
.breadcrumbs .sep { margin: 0 8px; color: var(--muted-2); }

.article-header { margin: 0 0 56px; }
.article-eyebrow {
  font-size: 12.5px; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--green-dark); margin: 0 0 18px;
}
.article-header h1 {
  font-size: clamp(36px, 4.6vw, 56px);
  line-height: 1.08; margin: 0 0 24px;
}
.article-header .lede {
  color: var(--muted);
  font-family: 'DM Serif Display', serif; font-style: italic;
  font-size: 22px; margin: 0 0 28px;
  line-height: 1.45;
}
.article-meta {
  display: flex; align-items: center; gap: 16px;
  font-size: 13.5px; color: var(--muted);
  border-top: 1px solid rgba(23, 56, 71, 0.1);
  padding-top: 20px;
}
.article-meta .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--muted-2); }
.article-meta .author { color: var(--navy); font-weight: 600; }

/* Article prose (the body) */
.prose { font-size: 17px; line-height: 1.75; color: var(--navy-ink); }
.prose > * + * { margin-top: 1em; }
.prose p { margin: 0 0 1.2em; }
.prose h2 {
  font-size: 32px; line-height: 1.18;
  margin: 56px 0 18px;
  position: relative; padding-top: 16px;
}
.prose h2::before {
  content: ""; position: absolute;
  top: 0; left: 0; width: 36px; height: 4px;
  background: var(--green); border-radius: 2px;
}
.prose h3 { font-size: 24px; line-height: 1.25; margin: 36px 0 12px; }
.prose ul, .prose ol { padding-left: 22px; margin: 0 0 1.2em; }
.prose li { margin-bottom: 0.4em; }
.prose strong { color: var(--navy); font-weight: 600; }
.prose a { color: var(--green-dark); border-bottom: 1px solid rgba(107, 163, 46, 0.4); }
.prose a:hover { color: var(--navy); border-color: var(--navy); }
.prose blockquote {
  background: var(--green-band);
  border-left: 4px solid var(--green);
  padding: 22px 28px;
  margin: 32px 0;
  border-radius: 0 4px 4px 0;
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  color: var(--navy);
  font-size: 19px;
  line-height: 1.5;
}
.prose blockquote p { margin: 0; }
.prose blockquote cite {
  display: block; margin-top: 12px;
  font-family: 'Inter', sans-serif; font-style: normal;
  font-size: 13.5px; color: var(--muted);
}
.prose .key-takeaway {
  background: var(--cream-card);
  border-radius: 6px;
  padding: 24px 28px;
  margin: 32px 0;
}
.prose .key-takeaway .label {
  font-size: 11.5px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--green-dark);
  margin: 0 0 10px;
}
.prose .key-takeaway p { margin: 0; font-size: 16px; color: var(--navy-ink); }
.prose figure { margin: 32px 0; }
.prose figcaption { margin-top: 10px; font-size: 13px; color: var(--muted); }

/* Article footer (related + CTA) */
.article-footer {
  border-top: 1px solid rgba(23, 56, 71, 0.1);
  padding-top: 56px; margin-top: 72px;
}
.article-cta {
  background: var(--cream-card);
  border-radius: 6px;
  padding: 36px;
  margin-bottom: 56px;
}
.article-cta h3 { font-size: 26px; margin: 0 0 12px; line-height: 1.2; }
.article-cta p { margin: 0 0 22px; color: var(--muted); font-size: 16px; }

.related h3 {
  font-size: 22px; margin: 0 0 24px;
}
.related-list {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px;
}
.related-item {
  padding: 22px 24px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid rgba(23, 56, 71, 0.08);
  transition: transform 160ms ease;
}
.related-item:hover { transform: translateY(-2px); }
.related-item .meta { font-size: 11.5px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--green-dark); margin: 0 0 8px; }
.related-item h4 { font-size: 18px; margin: 0; color: var(--navy); line-height: 1.3; }

@media (max-width: 800px) {
  .article-wrap { padding: 32px 22px 64px; }
  .prose { font-size: 16.5px; }
  .prose h2 { font-size: 26px; margin-top: 40px; }
  .prose h3 { font-size: 21px; margin-top: 28px; }
  .blog-list-grid { grid-template-columns: 1fr; }
  .related-list { grid-template-columns: 1fr; }
}

/* =========================================================
 * COMMERCIAL SECTIONS — added 2026-05-12
 * Trust strip, problem grid, stats band, testimonials,
 * pricing card, CTA banner, feature spotlight, hero badges
 * =======================================================*/

/* Hero micro-trust line — small status row above headline */
.hero-microtrust {
  display: flex; align-items: center; flex-wrap: wrap; gap: 18px;
  font-size: 12.5px; font-weight: 500;
  color: var(--muted); margin: 0 0 32px;
  letter-spacing: 0.02em;
}
.hero-microtrust .item { display: inline-flex; align-items: center; gap: 8px; }
.hero-microtrust .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(130, 186, 65, 0.18);
}
.hero-microtrust .sep { color: var(--muted-2); }

/* Hero stats — 3-up micro stats under CTA */
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
  max-width: 540px;
}
.hero-stat .num {
  font-family: 'DM Serif Display', serif;
  color: var(--navy);
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.015em;
}
.hero-stat .lbl {
  font-size: 12px;
  color: var(--muted);
  margin-top: 6px;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

/* Trust strip — endorsement bar */
.trust-strip {
  padding: 36px 0 32px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--cream-soft);
}
.trust-strip .label {
  text-align: center;
  font-size: 11.5px; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--muted); margin: 0 0 18px;
}
.trust-strip .endorsers {
  display: flex; flex-wrap: wrap;
  align-items: center; justify-content: center;
  gap: 12px 36px;
  font-family: 'DM Serif Display', serif;
  font-size: 18px; color: var(--navy);
  letter-spacing: -0.005em;
  text-align: center;
}
.trust-strip .endorsers .pipe {
  color: var(--muted-2);
  font-family: 'Inter', sans-serif;
  font-weight: 300;
}

/* Problem grid — 4 cards with terracotta number badges, lifted from pitch */
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.problem-card {
  background: var(--cream-card);
  border-radius: 6px;
  padding: 32px 24px 28px;
  position: relative;
}
.problem-num {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--terracotta);
  color: #fff;
  display: grid; place-items: center;
  font-family: 'DM Serif Display', serif; font-size: 15px;
  margin: 0 0 22px;
}
.problem-card h3 {
  font-size: 20px; margin: 0 0 10px;
  line-height: 1.2; letter-spacing: -0.01em;
}
.problem-card p {
  color: var(--muted); font-size: 14px;
  margin: 0; line-height: 1.55;
}

/* Stats band — big focus-group numbers */
.stats-band {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 64px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.stat-block { text-align: center; padding: 0 16px; }
.stat-block .pct {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(48px, 5.5vw, 72px);
  line-height: 1;
  color: var(--navy);
  letter-spacing: -0.025em;
  margin: 0 0 14px;
}
.stat-block .pct .accent { color: var(--green-dark); }
.stat-block .desc {
  font-size: 14px; color: var(--muted);
  line-height: 1.5;
  max-width: 220px;
  margin: 0 auto;
}

/* Testimonials grid */
.testimonials {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonial {
  background: #fff;
  border-radius: 6px;
  padding: 32px 30px 28px;
  border: 1px solid rgba(23, 56, 71, 0.08);
  display: flex; flex-direction: column;
}
.testimonial-quote {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 19px;
  line-height: 1.45;
  color: var(--navy);
  margin: 0 0 24px;
  letter-spacing: -0.005em;
  flex: 1;
}
.testimonial-quote::before { content: "“"; color: var(--green-dark); margin-right: 2px; }
.testimonial-quote::after { content: "”"; color: var(--green-dark); margin-left: 2px; }
.testimonial-attr {
  display: flex; align-items: center; gap: 14px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.testimonial-avatar {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--navy);
  display: grid; place-items: center;
  font-family: 'DM Serif Display', serif; font-size: 15px;
  flex-shrink: 0;
}
.testimonial-name { font-weight: 600; font-size: 14px; color: var(--navy); }
.testimonial-role { font-size: 12.5px; color: var(--muted); margin-top: 1px; }

/* Feature spotlight — big 2-col block to showcase one feature */
.feature-spotlight {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: center;
  padding: 48px 0;
}
.feature-spotlight + .feature-spotlight {
  border-top: 1px solid var(--line);
}
.feature-spotlight.reverse { grid-template-columns: 1.1fr 1fr; }
.feature-spotlight.reverse .copy { order: 2; }
.feature-spotlight.reverse .visual { order: 1; }
.feature-spotlight .copy .eyebrow { margin-bottom: 18px; }
.feature-spotlight h3 {
  font-size: clamp(28px, 3.2vw, 38px);
  line-height: 1.1; margin: 0 0 16px;
  letter-spacing: -0.018em;
}
.feature-spotlight p {
  color: var(--muted); font-size: 16px;
  margin: 0 0 22px; line-height: 1.6;
  max-width: 460px;
}
.feature-spotlight ul { padding: 0; margin: 0 0 24px; list-style: none; }
.feature-spotlight li {
  font-size: 14.5px; color: var(--navy-ink);
  padding: 8px 0; padding-left: 24px;
  position: relative; line-height: 1.5;
}
.feature-spotlight li::before {
  content: "✓"; position: absolute; left: 0; top: 8px;
  color: var(--green-dark); font-weight: 700;
}

/* Visual mock — used inside feature-spotlight */
.visual-mock {
  background: #fff;
  border: 1px solid rgba(23, 56, 71, 0.10);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 30px 60px -32px rgba(23, 56, 71, 0.35);
}
.mock-bar {
  background: var(--navy);
  color: #fff;
  padding: 10px 16px;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.04em;
  display: flex; align-items: center; gap: 10px;
}
.mock-bar .lights { display: flex; gap: 6px; }
.mock-bar .lights span {
  width: 9px; height: 9px; border-radius: 50%;
  background: rgba(255,255,255,0.25);
}
.mock-body { padding: 22px 24px; }

/* Schedule mock */
.cal-grid {
  display: grid;
  grid-template-columns: 60px repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  font-size: 12px;
}
.cal-grid > div { background: #fff; padding: 8px 10px; }
.cal-grid .head { background: var(--cream-soft); font-weight: 600; color: var(--muted); font-size: 11px; letter-spacing: 0.04em; text-transform: uppercase; }
.cal-grid .time { color: var(--muted-2); font-size: 11px; font-weight: 500; }
.cal-grid .slot { background: #fff; min-height: 32px; }
.cal-grid .booked {
  background: rgba(130, 186, 65, 0.10);
  color: var(--green-dark);
  font-weight: 600;
  font-size: 11px;
}
.cal-grid .booked.alt {
  background: rgba(216, 148, 114, 0.15);
  color: #a06a14;
}
.cal-grid .booked.navy {
  background: rgba(23, 56, 71, 0.08);
  color: var(--navy);
}

/* Splits mock — financial table */
.split-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
}
.split-table th, .split-table td {
  padding: 12px 12px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}
.split-table th {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  background: var(--cream-soft);
}
.split-table td { color: var(--navy-ink); }
.split-table .num { text-align: right; font-variant-numeric: tabular-nums; }
.split-table .clinic { color: var(--navy); font-weight: 500; }
.split-table .psy { color: var(--green-dark); font-weight: 600; }
.split-table .total { background: var(--cream-soft); font-weight: 700; }

/* Pricing card */
.pricing-section { background: var(--cream-soft); }
.pricing-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.pricing-copy h2 { margin-top: 0; }
.pricing-copy p { color: var(--muted); font-size: 16px; line-height: 1.6; margin: 0 0 12px; max-width: 460px; }
.pricing-card {
  background: #fff;
  border: 1px solid rgba(23, 56, 71, 0.10);
  border-radius: 8px;
  padding: 40px 36px 36px;
  position: relative;
  box-shadow: 0 20px 50px -32px rgba(23, 56, 71, 0.25);
}
.pricing-card .badge {
  position: absolute; top: -14px; left: 36px;
  background: var(--green); color: #fff;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 4px;
}
.pricing-card h3 {
  font-size: 26px; margin: 0 0 8px;
  letter-spacing: -0.018em;
}
.pricing-card .sub {
  font-size: 14.5px; color: var(--muted);
  margin: 0 0 26px;
}
.pricing-card .price {
  font-family: 'DM Serif Display', serif;
  font-size: 68px;
  line-height: 1;
  color: var(--navy);
  letter-spacing: -0.028em;
  margin: 0 0 6px;
  display: flex; align-items: baseline; gap: 10px;
}
.pricing-card .price .currency {
  font-size: 28px;
  color: var(--muted);
}
.pricing-card .price-note {
  font-size: 13.5px; color: var(--muted);
  margin: 0 0 28px;
}
.pricing-card .price-note strong { color: var(--green-dark); }
.pricing-card ul {
  padding: 0; margin: 0 0 28px;
  list-style: none;
  border-top: 1px solid var(--line);
}
.pricing-card li {
  padding: 12px 0;
  font-size: 14.5px;
  color: var(--navy-ink);
  border-bottom: 1px solid var(--line);
  display: flex; align-items: flex-start; gap: 10px;
}
.pricing-card li:last-child { border-bottom: none; }
.pricing-card li svg { color: var(--green); flex-shrink: 0; margin-top: 2px; }
.pricing-card .future {
  margin-top: 18px;
  padding: 14px 16px;
  background: var(--cream-soft);
  border-radius: 4px;
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.5;
}
.pricing-card .future strong { color: var(--navy); }

/* Inline CTA banner — between sections */
.cta-banner {
  margin: 64px 0;
  padding: 36px 40px;
  background: var(--green-band);
  border-radius: 6px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  flex-wrap: wrap;
}
.cta-banner h3 {
  margin: 0;
  font-size: 24px;
  letter-spacing: -0.015em;
  line-height: 1.2;
  color: var(--navy);
  max-width: 560px;
}
.cta-banner h3 em { font-style: italic; color: var(--green-dark); }

/* Header CTA — small primary action in nav */
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* Responsive overrides for commercial sections */
@media (max-width: 1024px) {
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-band { grid-template-columns: repeat(2, 1fr); gap: 32px; padding: 48px 0; }
  .testimonials { grid-template-columns: 1fr; }
  .feature-spotlight, .feature-spotlight.reverse { grid-template-columns: 1fr; gap: 40px; }
  .feature-spotlight.reverse .copy { order: 1; }
  .feature-spotlight.reverse .visual { order: 2; }
  .pricing-wrap { grid-template-columns: 1fr; gap: 40px; }
  .hero-stats { grid-template-columns: 1fr 1fr 1fr; gap: 12px; }
}
@media (max-width: 800px) {
  .problem-grid { grid-template-columns: 1fr; }
  .stats-band { grid-template-columns: 1fr 1fr; padding: 36px 0; }
  .cta-banner { padding: 28px 24px; flex-direction: column; align-items: flex-start; }
  .trust-strip .endorsers { font-size: 15px; gap: 8px 18px; }
  .feature-spotlight { padding: 24px 0; }
  .pricing-card { padding: 32px 24px 28px; }
  .pricing-card .price { font-size: 56px; }
  .hero-stats { display: none; }
}
