:root {
  --ink: #193237;
  --muted: #587073;
  --line: #d9e4df;
  --paper: #fbfbf7;
  --soft: #eef5f1;
  --mint: #b9ddd0;
  --leaf: #2e7d69;
  --leaf-dark: #1f5f52;
  --coral: #e67c68;
  --gold: #e2b45f;
  --white: #fff;
  --shadow: 0 18px 40px rgba(25, 50, 55, .12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.topbar { background: var(--leaf-dark); color: var(--white); font-size: 14px; }
.topbar .wrap { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.topbar a { text-decoration: none; font-weight: 800; }
header { position: sticky; top: 0; z-index: 10; background: rgba(251, 251, 247, .94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(217, 228, 223, .75); }
nav { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 850; }
.brand-icon { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; }
.mark { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(145deg, var(--mint), var(--gold)); color: var(--leaf-dark); font-size: 24px; font-weight: 900; box-shadow: inset 0 0 0 3px rgba(255,255,255,.72); }
.brand span:last-child { display: block; font-size: 12px; color: var(--muted); font-weight: 700; margin-top: -2px; }
.navlinks { display: flex; align-items: center; gap: 22px; font-size: 15px; font-weight: 750; }
.navlinks a { text-decoration: none; color: var(--muted); }
.navlinks a:hover, .navlinks a.active { color: var(--leaf-dark); }
.menu { display: none; border: 1px solid var(--line); background: var(--white); width: 42px; height: 42px; border-radius: 8px; font-weight: 900; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 12px 18px; border-radius: 8px; border: 1px solid transparent; text-decoration: none; font-weight: 850; line-height: 1; cursor: pointer; }
.btn.primary { background: var(--coral); color: var(--white); box-shadow: 0 10px 24px rgba(230,124,104,.28); }
.btn.secondary { background: var(--white); color: var(--leaf-dark); border-color: var(--line); }
.page-hero { padding: 92px 0; background: linear-gradient(90deg, rgba(17,42,46,.9), rgba(17,42,46,.52)), var(--hero) center/cover; color: var(--white); }
.home-hero { min-height: 690px; display: grid; align-items: end; padding: 92px 0 132px; background: linear-gradient(90deg, rgba(17,42,46,.9), rgba(17,42,46,.58), rgba(17,42,46,.18)), var(--hero) center/cover; color: var(--white); }
.page-hero .eyebrow { color: #fff4da; font-weight: 900; text-transform: uppercase; font-size: 13px; }
.home-hero .eyebrow { color: #fff4da; font-weight: 900; text-transform: uppercase; font-size: 13px; }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: 0; }
h1 { font-size: clamp(42px, 6vw, 72px); max-width: 840px; margin-top: 14px; }
h2 { font-size: clamp(31px, 4vw, 50px); max-width: 820px; }
h3 { font-size: 23px; }
.lead { color: var(--muted); font-size: 18px; margin: 18px 0 0; max-width: 760px; }
.page-hero .lead { color: rgba(255,255,255,.86); font-size: 20px; }
.home-hero p { color: rgba(255,255,255,.9); font-size: 21px; max-width: 700px; margin: 22px 0 30px; }
.actions { display: flex; gap: 14px; flex-wrap: wrap; }
section { padding: 78px 0; }
.proof-row { padding: 0; margin-top: -72px; position: relative; z-index: 2; }
.proof { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); overflow: hidden; }
.proof div { min-height: 132px; padding: 24px; border-right: 1px solid var(--line); }
.proof div:last-child { border-right: 0; }
.proof strong { display: block; font-size: 25px; color: var(--leaf-dark); margin-bottom: 8px; }
.proof span { color: var(--muted); font-weight: 650; }
.band { background: var(--soft); }
.kicker { color: var(--leaf); font-weight: 900; text-transform: uppercase; font-size: 13px; margin-bottom: 12px; }
.split { display: grid; grid-template-columns: 1.02fr .98fr; gap: 56px; align-items: center; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 34px; }
.section-head p { max-width: 470px; color: var(--muted); margin: 0; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 30px; }
.card { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 28px; box-shadow: 0 8px 22px rgba(25, 50, 55, .06); }
.mini-card { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 22px; box-shadow: 0 8px 22px rgba(25, 50, 55, .05); }
.mini-card strong { display: block; color: var(--leaf-dark); font-size: 19px; margin-bottom: 7px; }
.mini-card span { display: block; color: var(--muted); }
.resource-link { display: block; text-decoration: none; transition: transform .18s ease, border-color .18s ease; }
.resource-link:hover { transform: translateY(-2px); border-color: var(--leaf); }
.card img { width: 100%; height: 180px; object-fit: cover; border-radius: 8px; margin-bottom: 20px; }
.card p, .card li { color: var(--muted); }
.card p { margin: 10px 0 0; }
.list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 14px; }
.list li { display: grid; grid-template-columns: 26px 1fr; gap: 10px; }
.list li::before { content: "+"; color: var(--gold); font-weight: 900; }
.photo { border-radius: 8px; object-fit: cover; min-height: 420px; width: 100%; box-shadow: var(--shadow); border: 8px solid var(--white); }
.graphic-panel { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 14px; box-shadow: var(--shadow); margin-top: 34px; }
.graphic-panel img { width: 100%; border-radius: 6px; }
.graphic-caption { color: var(--muted); font-size: 14px; margin: 10px 6px 0; }
.podcast-card { display: grid; grid-template-columns: 132px 1fr; gap: 22px; align-items: center; }
.podcast-logo { width: 132px; height: 132px; object-fit: cover; border-radius: 8px; border: 1px solid var(--line); }
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; margin-top: 34px; }
.step { counter-increment: step; background: var(--white); min-height: 220px; padding: 28px; }
.step::before { content: counter(step); width: 38px; height: 38px; border-radius: 50%; background: var(--leaf-dark); color: var(--white); display: grid; place-items: center; font-weight: 900; margin-bottom: 22px; }
.step p { color: var(--muted); }
.cta { background: var(--ink); color: var(--white); padding: 64px 0; }
.cta .wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta p { color: rgba(255,255,255,.78); max-width: 640px; }
.notice { border-left: 5px solid var(--gold); background: var(--white); padding: 22px; border-radius: 8px; box-shadow: 0 8px 22px rgba(25, 50, 55, .06); }
.faq-list { display: grid; gap: 14px; margin-top: 30px; }
.faq-item { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 22px 24px; box-shadow: 0 8px 22px rgba(25, 50, 55, .05); }
.faq-item h3 { font-size: 20px; margin-bottom: 9px; }
.faq-item p { margin: 0; color: var(--muted); }
.center-gap { text-align: center; margin: 30px 0 0; }
.contact-card { background: var(--white); color: var(--ink); border-radius: 8px; padding: 30px; box-shadow: var(--shadow); }
label { display: block; font-weight: 800; margin: 0 0 8px; font-size: 14px; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; min-height: 46px; padding: 12px 13px; font: inherit; color: var(--ink); background: var(--paper); }
textarea { min-height: 112px; resize: vertical; }
.field { margin-bottom: 16px; }
.fine { font-size: 13px; color: var(--muted); margin-top: 12px; }
.footer-main { background: #10272b; color: rgba(255,255,255,.78); padding: 46px 0; font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr; gap: 34px; align-items: start; }
.footer-main h3 { color: var(--white); font-size: 19px; margin-bottom: 12px; }
.footer-main p { margin: 0; max-width: 460px; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { background: #0c2023; color: rgba(255,255,255,.68); padding: 18px 0; font-size: 13px; }
.footer-bottom .wrap { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
@media (max-width: 900px) {
  .menu { display: block; }
  .navlinks { display: none; position: absolute; left: 20px; right: 20px; top: 88px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); padding: 18px; flex-direction: column; align-items: stretch; }
  .navlinks.open { display: flex; }
  .navlinks .btn { width: 100%; }
  .split, .grid-2, .grid-3, .audience-grid, .footer-grid { grid-template-columns: 1fr; }
  .proof { grid-template-columns: repeat(2, 1fr); }
  .proof div:nth-child(2) { border-right: 0; }
  .proof div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .steps { grid-template-columns: 1fr 1fr; }
  .section-head { display: block; }
  .section-head p { margin-top: 14px; }
  .cta .wrap { display: block; }
}
@media (max-width: 600px) {
  .wrap { width: min(100% - 28px, 1120px); }
  section { padding: 58px 0; }
  nav { min-height: 82px; }
  .brand-icon { width: 48px; height: 48px; }
  .navlinks { top: 82px; }
  .topbar .wrap { justify-content: center; text-align: center; }
  .home-hero { min-height: 720px; padding-bottom: 108px; background-position: 62% center; }
  .actions .btn { width: 100%; }
  .podcast-card { grid-template-columns: 1fr; }
  .podcast-logo { width: 148px; height: 148px; }
  .proof-row { margin-top: -52px; }
  .proof { grid-template-columns: 1fr; }
  .proof div { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof div:last-child { border-bottom: 0; }
  .steps { grid-template-columns: 1fr; }
  .photo { min-height: 280px; }
}
