/* Lead-magnet and authority pass: speaker planners, expert discovery, evidence, and decision content. */

.hero-micro-link {
  margin: .85rem 0 0;
  font-size: .88rem;
}

.hero-micro-link a {
  color: #b9cad8;
  text-underline-offset: .22em;
}

.planner-outcomes {
  background: #f7f7f3 !important;
}

.outcome-path {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.outcome-path article {
  position: relative;
  min-height: 165px;
  padding: 1.35rem 1.3rem 1.2rem;
  border: 1px solid rgba(126, 156, 181, .28);
  border-radius: 20px;
  background: #fff !important;
  box-shadow: 0 12px 32px rgba(12, 35, 55, .06);
}

.outcome-path article:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -.82rem;
  width: .62rem;
  height: .62rem;
  border-top: 2px solid #4cc9b7;
  border-right: 2px solid #4cc9b7;
  transform: translateY(-50%) rotate(45deg);
}

.outcome-path span {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: .9rem;
  border-radius: 50%;
  background: #4cc9b7;
  color: #071523;
  font-weight: 800;
  font-size: .76rem;
}

.outcome-path article:nth-child(2) span {
  background: #e1ae52;
}

.outcome-path h3 {
  margin: 0 0 .45rem;
  color: #0a1828 !important;
}

.outcome-path p {
  margin: 0;
  color: #4d5d6e !important;
  line-height: 1.55;
}

.planner-resource-row {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem 1.5rem;
  margin-top: 1.35rem;
}

.evidence-section {
  background: #f5f7f8;
  color: #17263a;
}

.evidence-section .section-title,
.evidence-section .section-lead {
  color: #17263a;
}

.evidence-section .section-kicker {
  color: #087e74;
}

.evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.evidence-grid article {
  padding: 1.4rem;
  border: 1px solid #d7e2e4;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(12, 35, 55, .06);
}

.evidence-grid strong {
  display: block;
  margin-bottom: .65rem;
  color: #087e74;
  font: 800 clamp(2rem, 4vw, 3.25rem)/1 "Manrope", sans-serif;
}

.evidence-grid p {
  min-height: 5.4em;
  margin: 0 0 .8rem;
  color: #415268;
  line-height: 1.55;
}

.evidence-grid a,
.evidence-note a {
  color: #087e74;
  font-weight: 700;
  text-underline-offset: .22em;
}

.evidence-note {
  max-width: 900px;
  margin: 1rem 0 0;
  color: #59687a;
  font-size: .87rem;
  line-height: 1.55;
}

.article-table-wrap {
  margin: 1.15rem 0 1.4rem;
  overflow-x: auto;
  border: 1px solid rgba(126, 156, 181, .32);
  border-radius: 16px;
}

.article-decision-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  color: #4d5d6e !important;
  background: #fff !important;
}

.article-decision-table th,
.article-decision-table td {
  padding: .95rem 1rem;
  border-bottom: 1px solid rgba(126, 156, 181, .24);
  vertical-align: top;
  text-align: left;
  line-height: 1.52;
}

.article-decision-table th {
  color: #fff !important;
  background: #10243a !important;
  font-size: .82rem;
  letter-spacing: .02em;
}

.article-decision-table tr:last-child td {
  border-bottom: 0;
}

.article-decision-table td:first-child {
  color: #0a1828 !important;
}

.article-decision-table td {
  color: #4d5d6e !important;
  background: #fff !important;
}

.article-body .callout {
  color: #27384b !important;
  background: #eef5f4 !important;
  border-color: #4cc9b7 !important;
}

.article-sources a {
  color: #78ded0;
  text-underline-offset: .2em;
}

.planner-inline-link {
  align-self: center;
}

.article-hero-actions {
  margin-top: 1.15rem;
}

.page-speaking .hero {
  padding-top: 2.15rem;
  padding-bottom: 1.75rem;
}

.page-speaking .hero h1 {
  font-size: clamp(3.1rem, 4.55vw, 4.1rem);
}

@media (max-width: 760px) {
  .page-speaking .hero-micro-link {
    display: none;
  }

  article .hero-copy .article-meta {
    order: 5;
  }

  article .hero-copy .article-hero-actions {
    order: 6;
  }

  .outcome-path,
  .evidence-grid {
    grid-template-columns: 1fr;
  }

  .outcome-path article {
    min-height: 0;
  }

  .outcome-path article:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -.75rem;
    transform: translateX(50%) rotate(135deg);
  }

  .planner-resource-row {
    display: grid;
  }

  .evidence-grid p {
    min-height: 0;
  }

  .article-table-wrap {
    margin-right: -.25rem;
  }
}

@media print {
  .planner-outcomes,
  .evidence-section {
    break-inside: avoid;
  }
}

/* 2026-08-03 conversion, regional authority, and human-proof pass */
.hero-proof-line {
  margin: 1rem 0 0;
  max-width: 760px;
  color: #a9bbcd;
  font-size: .88rem;
  line-height: 1.55;
}

body.page-home main {
  display: flex;
  flex-direction: column;
}

body.page-home main > section { order: 4; }
body.page-home main > .hero { order: 1; }
body.page-home main > .trust-bar { order: 2; }
body.page-home main > .home-buyer-paths { order: 3; }
body.page-home main > .home-market-section { order: 6; }
body.page-home main > .cta-band { order: 7; }

.home-buyer-paths {
  background: #f5f8fa;
}

.home-symptom-grid {
  display: grid;
  grid-template-columns: minmax(280px,.82fr) minmax(0,1.7fr);
  gap: 1.35rem;
  align-items: stretch;
}

.home-symptom-panel,
.home-route-card,
.home-honest-fit {
  border: 1px solid #d8e2ea;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(18,44,67,.07);
}

.home-symptom-panel {
  padding: clamp(1.35rem,2.6vw,2rem);
}

.home-symptom-panel h3,
.home-route-card h3 {
  margin-top: 0;
  color: #10243a !important;
}

.home-route-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 1rem;
}

.home-route-card {
  display: flex;
  flex-direction: column;
  padding: 1.4rem;
}

.home-route-card p {
  flex: 1;
  color: #536477 !important;
}

.home-route-card .button {
  width: 100%;
  margin-top: .5rem;
}

.home-honest-fit {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 1px;
  margin-top: 1.25rem;
  overflow: hidden;
  background: #d8e2ea;
}

.home-honest-fit > div {
  display: grid;
  gap: .4rem;
  padding: 1.15rem 1.3rem;
  background: #fff;
}

.home-honest-fit strong { color: #10243a; }
.home-honest-fit span { color: #536477; line-height: 1.55; }

.gg-header-phone {
  display: inline-flex;
  align-items: center;
  color: #d8e5ef;
  font-size: .84rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.gg-header-phone:hover,
.gg-header-phone:focus-visible { color: #54cfbe; }

.intent-page .page-hero,
.media-page .page-hero {
  padding-top: clamp(3.3rem,7vw,6rem);
  padding-bottom: clamp(2.8rem,6vw,5rem);
}

.intent-hero-grid,
.media-hero-grid {
  display: grid;
  grid-template-columns: minmax(0,1.25fr) minmax(280px,.75fr);
  gap: clamp(2rem,5vw,5rem);
  align-items: center;
}

.intent-hero-grid h1,
.media-hero-grid h1 {
  max-width: 850px;
}

.intent-rail,
.media-rail {
  padding: 1.45rem;
  border: 1px solid rgba(143,179,204,.28);
  border-radius: 22px;
  background: rgba(17,43,65,.72);
}

.intent-rail h2,
.media-rail h2 { margin-top: 0; color: #fff !important; }
.intent-rail p,
.media-rail p { color: #b9cad9 !important; }

.plain-language-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 1rem;
}

.plain-language-card {
  padding: 1.35rem;
  border: 1px solid #d8e2ea;
  border-radius: 18px;
  background: #fff;
}

.plain-language-card h3 { margin-top: 0; color: #10243a !important; }
.plain-language-card p { color: #536477 !important; }

.media-photo {
  width: min(100%,420px);
  border-radius: 24px;
  box-shadow: 0 26px 70px rgba(0,0,0,.22);
}

.copy-block {
  padding: 1.35rem;
  border-left: 4px solid #4cc9b7;
  border-radius: 0 16px 16px 0;
  background: #eef7f5;
  color: #23384c;
}

.speaker-identity {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: .9rem;
  align-items: center;
  margin-bottom: 1.2rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(143,179,204,.22);
}

.speaker-identity img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  object-position: 50% 22%;
  border-radius: 50%;
  border: 2px solid rgba(84,207,190,.65);
}

.speaker-identity div { display: grid; gap: .15rem; }
.speaker-identity strong { color: #fff; }
.speaker-identity span { color: #b9cad9; font-size: .84rem; }
.speaker-identity a { color: #72dacd; font-size: .8rem; font-weight: 700; }

@media (max-width: 1120px) {
  .gg-header-phone { display: none; }
  .home-symptom-grid,
  .intent-hero-grid,
  .media-hero-grid { grid-template-columns: 1fr; }
  .home-route-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 760px) {
  .home-route-grid,
  .home-honest-fit,
  .plain-language-grid { grid-template-columns: 1fr; }
  .home-symptom-panel,
  .home-route-card { border-radius: 17px; }
  .hero-proof-line { font-size: .8rem; }
}
