@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;650;750;850&family=Newsreader:opsz,wght@6..72,300;6..72,400;6..72,500&display=swap");

:root {
  color-scheme: light;
  --ink: #14223b;
  --leaf: #6a8b5b;
  --paper: #f3f5f3;
  --mist: #daddd6;
  --white: #ffffff;
  --line: rgba(20, 34, 59, 0.13);
  --muted: rgba(20, 34, 59, 0.72);
  --shadow: 0 26px 76px rgba(20, 34, 59, 0.13);
  --soft-shadow: 0 18px 50px rgba(20, 34, 59, 0.1);
  --sand: #e9e3d6;
  --sea: #9fb5b2;
  --copper: #a57956;
  --night-glass: rgba(20, 34, 59, 0.86);
  --surface: rgba(255, 255, 255, 0.74);
  --surface-strong: rgba(255, 255, 255, 0.9);
  --glass-line: rgba(255, 255, 255, 0.52);
  --grain: linear-gradient(115deg, rgba(20, 34, 59, 0.035) 0 1px, transparent 1px 8px), linear-gradient(24deg, rgba(106, 139, 91, 0.035) 0 1px, transparent 1px 11px);
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 6px;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 18px 42px rgba(20, 34, 59, 0.16);
}

.button-primary {
  color: var(--white);
  background: var(--ink);
  border: 1px solid var(--ink);
  box-shadow: 0 16px 36px rgba(20, 34, 59, 0.16);
}

.button-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(20, 34, 59, 0.18);
}

html {
  min-height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  font-family: Inter, "Avenir Next", Avenir, "Segoe UI", system-ui, sans-serif;
  background:
    var(--grain),
    linear-gradient(112deg, rgba(243, 245, 243, 0.98) 0%, rgba(255, 255, 255, 0.96) 42%, rgba(233, 227, 214, 0.54) 100%),
    linear-gradient(180deg, rgba(218, 221, 214, 0.44), rgba(255, 255, 255, 0));
  background-attachment: fixed;
}

body::before {
  position: fixed;
  right: -140px;
  bottom: -170px;
  z-index: -2;
  width: min(54vw, 650px);
  height: min(54vw, 650px);
  content: "";
  background-image: url("assets/haven-care-mark-transparent.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.055;
  filter: saturate(0.84);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -3;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(20, 34, 59, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(20, 34, 59, 0.034) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 72%);
}

.invite-page {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px 0;
}

.invite-shell {
  width: min(760px, calc(100% - 32px));
}

.invite-header {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}

.invite-header img {
  width: min(310px, 78vw);
  height: auto;
}

.invite-panel {
  padding: clamp(28px, 6vw, 56px);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.invite-panel h1 {
  max-width: 620px;
  margin: 0;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(2.25rem, 7vw, 4.65rem);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: 0;
}

.invite-copy,
.invite-token-state,
.invite-status,
.invite-account p {
  color: var(--muted);
  line-height: 1.7;
}

.invite-copy {
  max-width: 570px;
  margin: 22px 0;
  font-size: 1.02rem;
}

.invite-token-state,
.invite-status {
  min-height: 28px;
  margin: 18px 0;
  font-weight: 750;
}

.invite-status.is-error {
  color: #8a2c1d;
}

.invite-account,
.invite-auth-form {
  display: grid;
  gap: 14px;
}

.invite-auth-form label {
  display: grid;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.invite-auth-form input {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  color: var(--ink);
  font: inherit;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(20, 34, 59, 0.18);
  border-radius: 6px;
}

.invite-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.invite-google {
  width: 100%;
  margin-top: 10px;
}

.site-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 42px;
}

.hero {
  min-height: auto;
  display: grid;
  align-content: start;
  gap: clamp(24px, 4vw, 40px);
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
}

.topbar > a {
  display: inline-flex;
  min-width: 0;
}

.header-logo {
  display: block;
  width: clamp(240px, 32vw, 455px);
  height: auto;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 13px;
  color: var(--leaf);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(106, 139, 91, 0.28);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(20, 34, 59, 0.08);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ink);
  border-color: rgba(20, 34, 59, 0.22);
}

.page-hero {
  min-height: min(620px, 78vh);
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.74fr);
  gap: clamp(30px, 5vw, 62px);
  align-items: center;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--leaf);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

h1,
h2 {
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "Segoe UI", Montserrat, system-ui, sans-serif;
  font-weight: 300;
  letter-spacing: 0;
}

h1 {
  max-width: 16ch;
  margin: 0;
  font-size: 4.15rem;
  line-height: 1.02;
}

.intro {
  max-width: 48rem;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.78;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-side-stack {
  display: grid;
  gap: 16px;
  align-self: start;
}

.hero-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.hero-proof-row span {
  padding: 9px 12px;
  color: rgba(20, 34, 59, 0.7);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(218, 221, 214, 0.92);
  border-radius: 999px;
}

.hero-life-panel {
  position: relative;
  min-height: clamp(380px, 44vw, 500px);
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(218, 221, 214, 0.88);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-visual-lead {
  position: relative;
  min-height: clamp(360px, 45vw, 560px);
  margin: 0;
  overflow: hidden;
  background: rgba(20, 34, 59, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  box-shadow:
    0 1px rgba(255, 255, 255, 0.9) inset,
    0 30px 86px rgba(20, 34, 59, 0.15);
}

.hero-visual-lead img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.95) contrast(1.03);
}

.hero-visual-lead::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(20, 34, 59, 0.72), rgba(20, 34, 59, 0.2) 48%, rgba(20, 34, 59, 0.02)),
    linear-gradient(180deg, rgba(20, 34, 59, 0.04), rgba(20, 34, 59, 0.2));
  pointer-events: none;
}

.hero-visual-lead figcaption {
  position: absolute;
  left: clamp(18px, 4vw, 44px);
  bottom: clamp(18px, 4vw, 44px);
  z-index: 2;
  display: grid;
  gap: 12px;
  width: min(520px, calc(100% - 36px));
  color: var(--white);
}

.hero-visual-lead span {
  width: fit-content;
  padding: 8px 11px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  backdrop-filter: blur(12px);
}

.hero-visual-lead strong {
  font-family: Newsreader, Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 6vw, 5.2rem);
  font-weight: 400;
  line-height: 0.92;
  text-wrap: balance;
}

.hero-visual-lead p {
  max-width: 34rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.55;
}

.hero-visual-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.hero-visual-actions .button-secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(12px);
}

.hero-life-panel img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-life-panel::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(20, 34, 59, 0), rgba(20, 34, 59, 0.2)),
    linear-gradient(90deg, rgba(20, 34, 59, 0.16), rgba(20, 34, 59, 0));
  pointer-events: none;
}

.floating-brief {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  max-width: 460px;
  padding: 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 8px;
  box-shadow: 0 20px 54px rgba(20, 34, 59, 0.2);
  backdrop-filter: blur(16px);
  animation: briefFloat 5s ease-in-out infinite;
}

.floating-brief .eyebrow {
  margin-bottom: 8px;
}

.floating-brief h2 {
  margin: 0 0 12px;
  font-size: 1.7rem;
  font-weight: 500;
}

.floating-brief ul {
  display: grid;
  gap: 7px;
  margin: 0 0 14px;
  padding-left: 1.15rem;
  color: var(--muted);
  line-height: 1.45;
}

.floating-brief a {
  color: var(--leaf);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-command {
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(20, 34, 59, 0.98), rgba(20, 34, 59, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.command-topline {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 16px 18px;
  color: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.command-topline span {
  width: 9px;
  height: 9px;
  background: rgba(255, 255, 255, 0.38);
  border-radius: 999px;
}

.command-topline strong {
  margin-left: 8px;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.command-map {
  position: relative;
  min-height: 180px;
  padding: 26px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 42px 42px;
}

.map-pulse {
  position: absolute;
  left: 52%;
  top: 42%;
  width: 18px;
  height: 18px;
  background: var(--leaf);
  border: 4px solid rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  box-shadow: 0 0 0 0 rgba(106, 139, 91, 0.42);
  animation: mapPulse 2.8s ease-out infinite;
}

.map-route {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(218, 221, 214, 0.9), transparent);
  transform-origin: left center;
}

.route-one {
  left: 19%;
  top: 58%;
  width: 56%;
  transform: rotate(-13deg);
}

.route-two {
  left: 38%;
  top: 34%;
  width: 43%;
  transform: rotate(20deg);
}

.command-map p {
  position: absolute;
  margin: 0;
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(20, 34, 59, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
}

.command-map p:nth-of-type(1) {
  left: 10%;
  top: 62%;
}

.command-map p:nth-of-type(2) {
  right: 9%;
  top: 24%;
}

.command-map p:nth-of-type(3) {
  right: 12%;
  bottom: 18%;
}

.command-queue {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.command-queue article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  padding: 14px 18px;
  background: rgba(20, 34, 59, 0.96);
}

.status-dot {
  width: 11px;
  height: 11px;
  margin-top: 5px;
  border-radius: 999px;
}

.status-dot.is-ready {
  background: var(--leaf);
}

.status-dot.is-partial {
  background: var(--mist);
}

.status-dot.is-waiting {
  background: rgba(255, 255, 255, 0.42);
}

.command-queue strong {
  display: block;
  color: var(--white);
  font-weight: 700;
}

.command-queue p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.45;
}

.audience-grid {
  display: grid;
  gap: 14px;
}

.audience-grid article {
  padding: 20px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(218, 221, 214, 0.86);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
  backdrop-filter: blur(16px);
}

.label {
  margin: 0 0 10px;
  color: var(--leaf);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.audience-grid h2 {
  margin: 0 0 10px;
  font-size: 2rem;
  line-height: 1.08;
}

.audience-grid p:last-child,
.section-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.68;
}

.visual-band {
  display: grid;
  grid-template-columns: minmax(290px, 0.82fr) minmax(360px, 1.18fr);
  gap: clamp(24px, 4vw, 46px);
  align-items: stretch;
  padding: clamp(28px, 5vw, 54px) 0;
  border-top: 1px solid var(--line);
}

.seo-image-band {
  padding: clamp(24px, 4vw, 46px) 0;
  border-top: 1px solid var(--line);
}

.brand-card,
.image-panel {
  min-height: 390px;
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(218, 221, 214, 0.88);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}

.seo-image-panel {
  min-height: clamp(320px, 48vw, 560px);
  max-height: 620px;
}

.brand-card {
  display: grid;
  align-content: center;
  justify-items: center;
  padding: clamp(30px, 5vw, 54px);
}

.brand-card img {
  width: min(100%, 560px);
  height: auto;
}

.image-panel {
  position: relative;
}

.image-panel::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(20, 34, 59, 0), rgba(20, 34, 59, 0.13));
  pointer-events: none;
}

.image-panel img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.platform-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(320px, 1fr);
  gap: clamp(30px, 6vw, 74px);
  align-items: center;
  padding: clamp(44px, 7vw, 78px) 0 20px;
  border-top: 1px solid var(--line);
}

.audience-path-band,
.weekly-brief-band,
.advantage-band,
.local-seo-band,
.strategy-band,
.proof-band,
.early-access,
.faq-band,
.content-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(320px, 1fr);
  gap: clamp(30px, 6vw, 74px);
  align-items: start;
  padding: clamp(44px, 7vw, 78px) 0;
  border-top: 1px solid var(--line);
}

.audience-path-band,
.weekly-brief-band,
.advantage-band,
.local-seo-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(320px, 1fr);
  gap: clamp(30px, 6vw, 74px);
  align-items: start;
  padding: clamp(44px, 7vw, 78px) 0;
  border-top: 1px solid var(--line);
}

.audience-path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.audience-path-card {
  overflow: hidden;
  color: var(--ink);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(218, 221, 214, 0.88);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.audience-path-card:hover,
.audience-path-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(106, 139, 91, 0.45);
  box-shadow: 0 24px 64px rgba(20, 34, 59, 0.16);
}

.audience-path-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.audience-path-card img.homeowner-relief-card-image {
  object-position: 63% center;
}

.audience-path-card span,
.brief-checklist span {
  display: block;
  color: var(--leaf);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.audience-path-card span {
  padding: 20px 22px 0;
}

.audience-path-card h3 {
  margin: 10px 22px 10px;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.08;
}

.audience-path-card p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
  line-height: 1.62;
}

.brief-checklist {
  display: grid;
  gap: 12px;
}

.brief-checklist article {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(218, 221, 214, 0.88);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}

.brief-checklist span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--white);
  background: var(--leaf);
  border-radius: 999px;
}

.brief-checklist p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.guide-list-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(320px, 1.12fr);
  gap: clamp(30px, 6vw, 74px);
  align-items: start;
  padding: clamp(44px, 7vw, 78px) 0;
  border-top: 1px solid var(--line);
}

.guide-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.guide-card {
  overflow: hidden;
  color: var(--ink);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(218, 221, 214, 0.88);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.guide-card:hover,
.guide-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(106, 139, 91, 0.45);
  box-shadow: 0 24px 64px rgba(20, 34, 59, 0.16);
}

.guide-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.guide-card span {
  display: block;
  padding: 18px 18px 0;
  color: var(--leaf);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.guide-card h3 {
  margin: 10px 18px 10px;
  font-size: 1.28rem;
  font-weight: 500;
  line-height: 1.18;
}

.guide-card p {
  margin: 0;
  padding: 0 18px 20px;
  color: var(--muted);
  line-height: 1.58;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(30px, 6vw, 74px);
  align-items: start;
  padding: clamp(42px, 7vw, 78px) 0;
  border-top: 1px solid var(--line);
}

.article-aside,
.article-body,
.article-cta {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(218, 221, 214, 0.88);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}

.article-aside {
  position: sticky;
  top: 20px;
  padding: 22px;
}

.article-aside h2 {
  margin: 0 0 14px;
  font-size: 1.5rem;
  font-weight: 500;
}

.article-aside ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 1.15rem;
  color: var(--muted);
  line-height: 1.55;
}

.article-body {
  padding: clamp(24px, 4vw, 42px);
}

.article-body > p:first-child {
  color: var(--ink);
  font-size: 1.25rem;
  line-height: 1.7;
}

.article-body h2 {
  margin: 34px 0 12px;
  font-size: 2.15rem;
  font-weight: 400;
  line-height: 1.08;
}

.article-body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.78;
}

.article-cta {
  margin-top: 36px;
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(243, 245, 243, 0.92), rgba(255, 255, 255, 0.86));
}

.article-cta h2 {
  margin-top: 0;
}

.advantage-grid,
.local-link-grid {
  display: grid;
  gap: 12px;
}

.advantage-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.advantage-grid article,
.local-link-grid a {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(218, 221, 214, 0.88);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}

.advantage-grid article {
  padding: 22px;
}

.advantage-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--leaf);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.advantage-grid h3 {
  margin: 0 0 10px;
  font-size: 1.28rem;
  font-weight: 500;
}

.advantage-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.local-link-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.local-link-grid a {
  min-height: 92px;
  display: flex;
  align-items: center;
  padding: 20px;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.local-link-grid a:hover,
.local-link-grid a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(106, 139, 91, 0.45);
  box-shadow: 0 22px 60px rgba(20, 34, 59, 0.14);
}

.strategy-band {
  align-items: stretch;
}

.section-copy h2 {
  max-width: 11ch;
  margin: 0 0 22px;
  font-size: 4.3rem;
  line-height: 0.96;
}

.sequence-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.sequence-grid article {
  display: grid;
  align-content: start;
  min-height: 210px;
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(243, 245, 243, 0.72));
  border: 1px solid rgba(218, 221, 214, 0.9);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}

.sequence-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  background: var(--leaf);
  border-radius: 999px;
}

.sequence-grid h3 {
  margin: 0 0 10px;
  font-size: 1.28rem;
  font-weight: 500;
}

.sequence-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.proof-grid {
  display: grid;
  gap: 14px;
}

.proof-grid article,
.content-panel,
.lead-form,
.faq-list details {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(218, 221, 214, 0.88);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}

.proof-grid article {
  padding: 22px;
}

.proof-grid span {
  display: block;
  margin-bottom: 16px;
  color: var(--leaf);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.proof-grid h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
  font-weight: 500;
}

.proof-grid p,
.content-panel p,
.content-panel li,
.faq-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.content-panel {
  padding: clamp(22px, 4vw, 34px);
}

.content-panel h3 {
  margin: 0 0 12px;
  font-size: 1.35rem;
  font-weight: 500;
}

.content-panel p + h3,
.content-panel ul + h3 {
  margin-top: 28px;
}

.content-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 1.15rem;
}

.internal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.lead-form {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 3vw, 28px);
}

.quick-lead-form {
  max-width: none;
  margin-top: 0;
  padding: 16px;
  gap: 14px;
}

.quick-form-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.quick-form-header .eyebrow,
.quick-form-header h2 {
  margin: 0;
}

.quick-form-header h2 {
  max-width: none;
  font-family: Inter, "Avenir Next", system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 850;
  line-height: 1.2;
}

.quick-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.quick-form-grid label:last-child {
  grid-column: 1 / -1;
}

.quick-lead-form .role-toggle {
  gap: 8px;
}

.quick-lead-form .role-toggle span {
  min-height: 36px;
  padding-inline: 13px;
}

.quick-lead-form input {
  min-height: 44px;
}

.quick-lead-form .button {
  width: fit-content;
  min-height: 46px;
}

.role-toggle {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.role-toggle legend,
.lead-form label {
  color: rgba(20, 34, 59, 0.78);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.role-toggle legend {
  width: 100%;
  margin-bottom: 2px;
}

.role-toggle label {
  cursor: pointer;
}

.role-toggle input {
  position: absolute;
  width: 1px;
  height: 1px;
  max-width: 1px;
  max-height: 1px;
  opacity: 0;
}

.role-toggle span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  color: var(--ink);
  background: rgba(243, 245, 243, 0.72);
  border: 1px solid rgba(20, 34, 59, 0.14);
  border-radius: 999px;
}

.role-toggle input:checked + span {
  color: var(--white);
  background: var(--leaf);
  border-color: var(--leaf);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lead-form label {
  display: grid;
  gap: 8px;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  color: var(--ink);
  font: inherit;
  font-size: 1rem;
  letter-spacing: 0;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(20, 34, 59, 0.18);
  border-radius: 6px;
}

.lead-form input {
  min-height: 48px;
  padding: 0 13px;
}

.lead-form select {
  min-height: 48px;
  padding: 0 13px;
}

.lead-form textarea {
  resize: vertical;
  padding: 12px 13px;
}

.lead-form input:focus,
.lead-form textarea:focus {
  outline: 3px solid rgba(106, 139, 91, 0.22);
  border-color: var(--leaf);
}

.lead-form button {
  width: fit-content;
  cursor: pointer;
}

.form-status {
  min-height: 1.5em;
  margin: 0;
  color: var(--leaf);
  font-weight: 800;
}

.form-status[data-state="error"] {
  color: #8a2c2c;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 18px 20px;
}

.faq-list summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 800;
}

.faq-list details[open] summary {
  margin-bottom: 10px;
}

.tool-surface {
  overflow: hidden;
  background: rgba(20, 34, 59, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.tool-bar {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 16px 18px;
  color: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.tool-bar span {
  width: 9px;
  height: 9px;
  background: rgba(255, 255, 255, 0.38);
  border-radius: 999px;
}

.tool-bar strong {
  margin-left: 8px;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tool-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.tool-grid p {
  min-height: 118px;
  margin: 0;
  padding: 22px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  line-height: 1.48;
  background: rgba(20, 34, 59, 0.94);
}

.tool-grid span {
  display: block;
  margin-bottom: 16px;
  color: var(--leaf);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.signal-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding-top: clamp(32px, 5vw, 58px);
  color: rgba(20, 34, 59, 0.68);
}

.signal-strip p,
.signal-strip a {
  margin: 0;
  padding: 10px 14px;
  color: rgba(20, 34, 59, 0.68);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(218, 221, 214, 0.86);
  border-radius: 999px;
}

.signal-strip a:hover,
.signal-strip a:focus-visible {
  color: var(--ink);
  border-color: rgba(20, 34, 59, 0.22);
}

.quick-proof-card {
  position: relative;
  isolation: isolate;
  padding: 20px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(243, 245, 243, 0.72)),
    var(--grain);
  border: 1px solid rgba(218, 221, 214, 0.88);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}

.quick-proof-card::before {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  content: "";
  background:
    linear-gradient(var(--leaf), var(--leaf)) center / 22px 4px no-repeat,
    linear-gradient(90deg, var(--leaf), var(--leaf)) center / 4px 22px no-repeat;
  border: 1px solid rgba(106, 139, 91, 0.24);
  border-radius: 50%;
  opacity: 0.78;
}

.quick-proof-card h2 {
  max-width: 12ch;
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 0.98;
}

.quick-proof-card p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.owner-update-card::before {
  background:
    linear-gradient(var(--leaf), var(--leaf)) 50% 38% / 22px 3px no-repeat,
    linear-gradient(var(--leaf), var(--leaf)) 50% 52% / 22px 3px no-repeat,
    linear-gradient(var(--leaf), var(--leaf)) 50% 66% / 22px 3px no-repeat;
}

.explore-link-grid a {
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  min-height: 126px;
}

.explore-link-grid a span {
  display: block;
  color: var(--leaf);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.compact-explore-band {
  padding-top: clamp(40px, 7vw, 78px);
}

.guide-preview-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(320px, 0.88fr);
  gap: clamp(30px, 6vw, 74px);
  align-items: start;
  padding: clamp(40px, 6vw, 72px) 0;
  border-top: 1px solid var(--line);
}

.guide-preview-band .section-copy {
  position: sticky;
  top: 110px;
}

.guide-preview-band .section-copy .button {
  margin-top: 24px;
}

.guide-preview-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(220px, 0.62fr);
  gap: 14px;
}

.guide-feature-card,
.guide-topic-list a,
.guide-filter-row a {
  color: var(--ink);
  text-decoration: none;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(243, 245, 243, 0.7)),
    var(--grain);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  box-shadow:
    0 1px rgba(255, 255, 255, 0.9) inset,
    0 24px 80px rgba(20, 34, 59, 0.11);
}

.guide-feature-card {
  display: grid;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.guide-feature-card:hover,
.guide-feature-card:focus-visible,
.guide-topic-list a:hover,
.guide-topic-list a:focus-visible,
.guide-filter-row a:hover,
.guide-filter-row a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(106, 139, 91, 0.45);
  box-shadow: 0 28px 76px rgba(20, 34, 59, 0.15);
}

.guide-feature-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.guide-feature-card span,
.guide-topic-list span {
  display: block;
  color: var(--leaf);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.guide-feature-card span {
  padding: 20px 22px 0;
}

.guide-feature-card h3 {
  max-width: 12ch;
  margin: 10px 22px 10px;
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 400;
  line-height: 0.98;
}

.guide-feature-card p {
  margin: 0;
  padding: 0 22px 24px;
  color: var(--muted);
  line-height: 1.62;
}

.guide-topic-list {
  display: grid;
  gap: 12px;
}

.guide-topic-list a {
  display: grid;
  align-content: center;
  min-height: 116px;
  padding: 18px;
  font-weight: 800;
  line-height: 1.36;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.guide-topic-list span {
  margin-bottom: 8px;
}

.guide-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.guide-filter-row a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  color: var(--leaf);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.guide-hub-band .section-copy h2 {
  max-width: 12ch;
}

.guide-card-featured {
  grid-column: span 2;
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(260px, 0.75fr);
  align-items: center;
}

.guide-card-featured img {
  height: 100%;
  min-height: 360px;
  aspect-ratio: auto;
}

.guide-card-featured span,
.guide-card-featured h3,
.guide-card-featured p {
  margin-left: 0;
  margin-right: 0;
  padding-left: 26px;
  padding-right: 26px;
}

.guide-card-featured span {
  align-self: end;
}

.guide-card-featured h3 {
  max-width: 12ch;
  font-size: clamp(2.1rem, 4vw, 3.25rem);
  font-weight: 400;
  line-height: 0.98;
}

.guide-card-featured p {
  align-self: start;
  padding-bottom: 26px;
}

.final-cta-band .cta-panel {
  align-self: stretch;
}

.mobile-cta-bar {
  display: none;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 28px;
  padding: 18px 0 0;
  border-top: 1px solid rgba(20, 34, 59, 0.12);
  color: rgba(20, 34, 59, 0.68);
  font-size: 0.78rem;
}

.site-footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.site-footer a,
.form-legal-notice a,
.legal-panel a {
  color: var(--navy);
  text-decoration-color: rgba(106, 139, 91, 0.55);
  text-underline-offset: 3px;
}

.form-legal-notice {
  margin: 10px 0 0;
  color: rgba(20, 34, 59, 0.66);
  font-size: 0.78rem;
  line-height: 1.5;
}

.legal-shell .page-hero {
  min-height: auto;
}

.legal-hero-content {
  grid-template-columns: minmax(0, 760px);
  padding-bottom: 32px;
}

.legal-effective {
  margin: 18px 0 0;
  color: rgba(20, 34, 59, 0.66);
  font-size: 0.88rem;
}

.legal-content-band {
  padding-top: 18px;
}

.legal-panel {
  max-width: 920px;
  margin: 0 auto;
}

.legal-panel h2 {
  margin-top: 34px;
  margin-bottom: 10px;
  font-family: "Newsreader", serif;
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  line-height: 1.04;
}

.legal-panel p,
.legal-panel li {
  color: rgba(20, 34, 59, 0.78);
  line-height: 1.72;
}

.legal-panel ul {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding-left: 22px;
}

.signature-timeline,
.vendor-crm-preview,
.owner-update-preview {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(243, 245, 243, 0.7)),
    var(--grain);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  box-shadow:
    0 1px rgba(255, 255, 255, 0.9) inset,
    0 30px 86px rgba(20, 34, 59, 0.14);
}

.signature-timeline::before,
.vendor-crm-preview::before,
.owner-update-preview::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(20, 34, 59, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(20, 34, 59, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(135deg, #000, transparent 72%);
}

.signature-timeline {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(260px, 0.7fr);
  gap: 1px;
  background-color: rgba(20, 34, 59, 0.08);
}

.signature-section {
  grid-template-columns: 1fr;
  gap: clamp(22px, 4vw, 40px);
}

.signature-section .section-copy {
  max-width: 760px;
}

.signature-section .section-copy h2 {
  max-width: 12ch;
}

.care-timeline {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(255, 255, 255, 0.58);
}

.care-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  padding: 20px;
  border-bottom: 1px solid rgba(20, 34, 59, 0.1);
  transition: background-color 220ms ease, transform 220ms ease;
}

.care-timeline li:last-child {
  border-bottom: 0;
}

.care-timeline li::after {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 26px;
  height: 1px;
  content: "";
  background: rgba(106, 139, 91, 0.38);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.care-timeline li:hover,
.care-timeline li:focus-visible,
.care-timeline li.is-active {
  background: rgba(255, 255, 255, 0.88);
  transform: translateX(4px);
}

.care-timeline li:hover::after,
.care-timeline li:focus-visible::after,
.care-timeline li.is-active::after {
  transform: scaleX(1);
}

.care-timeline span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  background: var(--leaf);
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(106, 139, 91, 0.22);
  grid-row: 1 / span 2;
}

.care-timeline h3 {
  grid-column: 2;
  margin: 0 0 7px;
  font-size: 1.3rem;
  font-weight: 500;
}

.care-timeline p,
.timeline-property p,
.timeline-status-stack p,
.crm-record-list p,
.owner-update-body p,
.update-steps p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.care-timeline p {
  grid-column: 2;
}

.timeline-preview-card {
  display: grid;
  align-content: space-between;
  min-height: 100%;
  padding: 20px;
  color: rgba(255, 255, 255, 0.86);
  background:
    linear-gradient(145deg, rgba(20, 34, 59, 0.98), rgba(20, 34, 59, 0.88)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: auto, 38px 38px;
}

.preview-window,
.crm-topline,
.update-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.preview-window {
  justify-content: flex-start;
  padding-bottom: 18px;
  color: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.window-dot {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.26);
  border-radius: 999px;
}

.preview-window strong {
  margin-left: auto;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.timeline-property {
  padding: 32px 0;
}

.timeline-property .label {
  color: rgba(255, 255, 255, 0.62);
}

.timeline-preview-card .timeline-property p:not(.label) {
  color: rgba(255, 255, 255, 0.78);
}

.timeline-property h3 {
  max-width: 12ch;
  margin: 0 0 14px;
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 400;
  line-height: 0.95;
}

.timeline-status-stack,
.update-steps {
  display: grid;
  gap: 10px;
}

.timeline-status-stack p,
.update-steps p {
  display: flex;
  align-items: center;
  gap: 10px;
}

.timeline-status-stack p {
  color: rgba(255, 255, 255, 0.74);
}

.status-node,
.record-dot {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  background: rgba(20, 34, 59, 0.16);
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(20, 34, 59, 0.05);
}

.timeline-status-stack .status-node {
  background: rgba(255, 255, 255, 0.24);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.07);
}

.status-node.is-done,
.record-dot.is-done {
  background: var(--leaf);
}

.status-node.is-current,
.record-dot.is-current {
  background: var(--ink);
  box-shadow: 0 0 0 4px rgba(106, 139, 91, 0.18);
}

.timeline-status-stack .status-node.is-current {
  background: var(--leaf);
}

.vendor-crm-preview {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  min-height: 520px;
  background-color: rgba(20, 34, 59, 0.08);
}

.crm-sidebar {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 20px;
  color: rgba(255, 255, 255, 0.72);
  background: var(--ink);
}

.crm-sidebar strong {
  margin-bottom: 12px;
  color: var(--white);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.crm-sidebar span {
  padding: 11px 12px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.crm-sidebar span.is-active {
  color: var(--ink);
  background: var(--paper);
}

.crm-main {
  display: grid;
  gap: 18px;
  align-content: start;
  padding: clamp(20px, 4vw, 32px);
}

.crm-topline {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(20, 34, 59, 0.11);
}

.crm-topline h3 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 400;
  line-height: 0.98;
}

.crm-topline > span,
.update-header span {
  padding: 8px 10px;
  color: var(--leaf);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(106, 139, 91, 0.12);
  border: 1px solid rgba(106, 139, 91, 0.22);
  border-radius: 999px;
}

.crm-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.crm-metrics p {
  min-height: 104px;
  margin: 0;
  padding: 16px;
  color: var(--muted);
  font-weight: 800;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(20, 34, 59, 0.08);
  border-radius: 8px;
}

.crm-metrics span {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-family: Newsreader, Georgia, "Times New Roman", serif;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1;
}

.crm-record-list {
  display: grid;
  gap: 10px;
}

.crm-record-list article {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 12px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(20, 34, 59, 0.08);
  border-radius: 8px;
}

.crm-record-list h4 {
  margin: 0 0 5px;
  font-size: 1rem;
}

.owner-update-preview {
  display: grid;
  grid-template-columns: minmax(220px, 0.78fr) minmax(260px, 1fr);
  min-height: 500px;
}

.owner-update-preview figure {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
}

.owner-update-preview img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.02);
}

.owner-update-preview figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 9px 11px;
  color: var(--ink);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 999px;
  backdrop-filter: blur(12px);
}

.owner-update-body {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
}

.owner-update-body h3 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  font-weight: 400;
  line-height: 0.95;
}

.update-steps {
  padding-top: 8px;
}

body[data-page="coming-soon"] .audience-path-band,
body[data-page="coming-soon"] .strategy-band,
body[data-page="coming-soon"] .weekly-brief-band,
body[data-page="coming-soon"] .platform-band,
body[data-page="coming-soon"] .local-seo-band {
  padding-top: clamp(30px, 5vw, 58px);
  padding-bottom: clamp(30px, 5vw, 58px);
}

body[data-page="coming-soon"] .sequence-grid article,
body[data-page="coming-soon"] .tool-grid p,
body[data-page="coming-soon"] .explore-link-grid a {
  min-height: 112px;
}

/* 2030 public design pass: tactile, cinematic, calm, and operational. */
.site-shell {
  width: min(1240px, calc(100% - 44px));
  padding-top: 20px;
}

.hero {
  position: relative;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: 74px -22px auto;
  z-index: -1;
  height: 56%;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(118deg, rgba(20, 34, 59, 0.09), transparent 28%),
    linear-gradient(152deg, transparent 42%, rgba(106, 139, 91, 0.12) 42.4%, transparent 43.3%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.55), transparent);
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 8px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.72);
  transform: skewY(-2.4deg);
}

.topbar {
  position: sticky;
  top: 14px;
  z-index: 10;
  min-height: 72px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  box-shadow: 0 20px 70px rgba(20, 34, 59, 0.1);
  backdrop-filter: blur(22px) saturate(1.12);
}

.header-logo {
  width: 330px;
  filter: drop-shadow(0 10px 22px rgba(20, 34, 59, 0.08));
}

.site-nav a {
  position: relative;
  min-height: 38px;
  overflow: hidden;
  background: rgba(243, 245, 243, 0.62);
  backdrop-filter: blur(12px);
  transition: color 180ms ease, transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.site-nav a::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
  transform: translateX(-110%);
  transition: transform 620ms ease;
}

.site-nav a:hover::before,
.site-nav a:focus-visible::before,
.button:hover::before,
.button:focus-visible::before {
  transform: translateX(110%);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  transform: translateY(-1px);
}

h1,
h2 {
  font-family: Newsreader, Georgia, "Times New Roman", serif;
  font-weight: 400;
}

h1 {
  max-width: 12ch;
  font-size: 4.7rem;
  line-height: 0.94;
}

.section-copy h2 {
  max-width: 10ch;
  font-size: 4.35rem;
  line-height: 0.92;
}

.intro,
.section-copy p,
.content-panel p,
.content-panel li,
.faq-list p {
  text-wrap: pretty;
}

.eyebrow,
.label {
  color: color-mix(in srgb, var(--leaf) 86%, var(--ink));
}

.eyebrow::before,
.label::before {
  display: inline-block;
  width: 28px;
  height: 1px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  background: currentColor;
}

.button {
  position: relative;
  gap: 10px;
  overflow: hidden;
  isolation: isolate;
  min-height: 52px;
  padding-inline: 22px;
  border-radius: 8px;
  letter-spacing: 0.1em;
}

.button::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: translateX(-112%);
  transition: transform 680ms ease;
}

.button::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35em;
  height: 1.35em;
  content: "→";
  font-size: 1rem;
  line-height: 1;
  border: 1px solid currentColor;
  border-radius: 999px;
  opacity: 0.72;
}

.button-primary {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent),
    var(--ink);
  box-shadow: 0 20px 52px rgba(20, 34, 59, 0.23);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(16px);
}

.hero-content {
  perspective: 1400px;
}

.hero-message {
  animation: heroEnter 850ms cubic-bezier(0.2, 0.85, 0.2, 1) both;
}

.hero-life-panel,
.hero-visual-lead,
.image-panel,
.brand-card,
.audience-path-card,
.guide-card,
.audience-grid article,
.advantage-grid article,
.proof-grid article,
.content-panel,
.lead-form,
.faq-list details,
.article-aside,
.article-body,
.article-cta,
.tool-surface,
.hero-command {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(243, 245, 243, 0.66)),
    var(--grain);
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow:
    0 1px rgba(255, 255, 255, 0.9) inset,
    0 24px 80px rgba(20, 34, 59, 0.11);
}

.hero-life-panel,
.hero-visual-lead,
.image-panel,
.audience-path-card,
.guide-card {
  transform: translateZ(0);
}

.hero-life-panel,
.hero-visual-lead {
  min-height: 510px;
  animation: imageRise 950ms 120ms cubic-bezier(0.2, 0.85, 0.2, 1) both;
}

.hero-life-panel::before,
.hero-visual-lead::before,
.image-panel::before,
.audience-path-card::before,
.guide-card::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(116deg, rgba(255, 255, 255, 0.34), transparent 28%),
    linear-gradient(180deg, transparent 58%, rgba(20, 34, 59, 0.18));
  mix-blend-mode: screen;
  opacity: 0.78;
}

.hero-life-panel img,
.hero-visual-lead img,
.image-panel img,
.audience-path-card img,
.guide-card img {
  filter: saturate(0.96) contrast(1.03);
  transition: transform 900ms cubic-bezier(0.2, 0.85, 0.2, 1), filter 600ms ease;
}

.hero-life-panel:hover img,
.hero-visual-lead:hover img,
.image-panel:hover img,
.audience-path-card:hover img,
.guide-card:hover img {
  transform: scale(1.035);
  filter: saturate(1.05) contrast(1.05);
}

.floating-brief {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(243, 245, 243, 0.82)),
    var(--grain);
  border-color: rgba(255, 255, 255, 0.76);
}

.hero-proof-row span,
.signal-strip p,
.signal-strip a {
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 36px rgba(20, 34, 59, 0.08);
}

.audience-grid article,
.proof-grid article,
.advantage-grid article,
.sequence-grid article,
.brief-checklist article {
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.audience-grid article:hover,
.proof-grid article:hover,
.advantage-grid article:hover,
.sequence-grid article:hover,
.brief-checklist article:hover {
  transform: translateY(-4px);
  border-color: rgba(106, 139, 91, 0.32);
  box-shadow:
    0 1px rgba(255, 255, 255, 0.9) inset,
    0 30px 86px rgba(20, 34, 59, 0.14);
}

.audience-grid article::after,
.proof-grid article::after,
.advantage-grid article::after,
.content-panel::after,
.lead-form::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(106, 139, 91, 0.14), transparent 42%, rgba(159, 181, 178, 0.18));
  opacity: 0;
  transition: opacity 260ms ease;
}

.audience-grid article:hover::after,
.proof-grid article:hover::after,
.advantage-grid article:hover::after,
.content-panel:hover::after,
.lead-form:focus-within::after {
  opacity: 1;
}

.audience-grid article .label,
.proof-grid article span,
.advantage-grid article span,
.sequence-grid article span,
.brief-checklist span,
.tool-grid span {
  font-family: Inter, system-ui, sans-serif;
}

.proof-grid article span,
.advantage-grid article span,
.sequence-grid span,
.brief-checklist span {
  box-shadow: 0 12px 26px rgba(106, 139, 91, 0.22);
}

.sequence-grid article {
  min-height: 226px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(243, 245, 243, 0.7)),
    var(--grain);
}

.content-panel ul {
  list-style: none;
  padding-left: 0;
}

.content-panel li {
  position: relative;
  padding-left: 30px;
}

.content-panel li::before {
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 14px;
  height: 14px;
  content: "";
  background:
    linear-gradient(135deg, var(--leaf), color-mix(in srgb, var(--leaf) 68%, var(--sea)));
  border-radius: 999px;
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.74);
}

.tool-surface,
.hero-command {
  background:
    linear-gradient(145deg, rgba(20, 34, 59, 0.98), rgba(20, 34, 59, 0.88)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: auto, 38px 38px;
}

.tool-grid p,
.command-queue article {
  background: rgba(20, 34, 59, 0.9);
  transition: background-color 220ms ease, transform 220ms ease;
}

.tool-grid p:hover,
.command-queue article:hover {
  background: rgba(25, 43, 73, 0.96);
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(20, 34, 59, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(106, 139, 91, 0.6);
  box-shadow:
    0 0 0 4px rgba(106, 139, 91, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.role-toggle span {
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.role-toggle label:hover span {
  transform: translateY(-1px);
}

.article-body {
  font-size: 1.04rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(26px) scale(0.985);
  transition: opacity 760ms cubic-bezier(0.2, 0.85, 0.2, 1), transform 760ms cubic-bezier(0.2, 0.85, 0.2, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@supports (animation-timeline: view()) {
  .image-panel,
  .hero-life-panel {
    animation: editorialFloat linear both;
    animation-timeline: view();
    animation-range: entry 0% exit 100%;
  }
}

@keyframes heroEnter {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes imageRise {
  from {
    opacity: 0;
    transform: translateY(22px) rotateX(3deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
}

@keyframes editorialFloat {
  from {
    transform: translateY(18px);
  }
  to {
    transform: translateY(-18px);
  }
}

@keyframes mapPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(106, 139, 91, 0.42);
  }
  70% {
    box-shadow: 0 0 0 18px rgba(106, 139, 91, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(106, 139, 91, 0);
  }
}

@keyframes briefFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@media (max-width: 900px) {
  .site-shell {
    width: min(100% - 32px, 720px);
  }

  .hero {
    min-height: auto;
  }

  .hero-content,
  .visual-band,
  .platform-band,
  .audience-path-band,
  .weekly-brief-band,
  .guide-list-band,
  .guide-preview-band,
  .article-layout,
  .advantage-band,
  .local-seo-band,
  .strategy-band,
  .proof-band,
  .early-access,
  .faq-band,
  .content-band {
    grid-template-columns: 1fr;
  }

  h1 {
    max-width: 11ch;
    font-size: 3.7rem;
  }

  .section-copy h2 {
    font-size: 3.35rem;
  }

  .advantage-grid,
  .local-link-grid,
  .audience-path-grid,
  .guide-card-grid,
  .guide-preview-layout,
  .signature-timeline,
  .vendor-crm-preview,
  .owner-update-preview {
    grid-template-columns: 1fr;
  }

  .article-aside {
    position: static;
  }

  .guide-preview-band .section-copy {
    position: static;
  }

  .guide-card-featured {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .guide-card-featured img {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 560px) {
  .site-shell {
    width: min(100% - 28px, 430px);
    padding-top: 18px;
  }

  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    justify-content: flex-start;
  }

  body[data-page="coming-soon"] .hero-content {
    gap: 24px;
  }

  body[data-page="coming-soon"] .hero-message {
    order: -1;
  }

  body[data-page="coming-soon"] .hero-side-stack {
    order: 0;
  }

  .hero-side-stack .hero-life-panel {
    display: none;
  }

  .brand-card,
  .image-panel,
  .hero-visual-lead,
  .hero-life-panel {
    min-height: 310px;
  }

  .hero-visual-lead {
    min-height: clamp(560px, 145vw, 620px);
  }

  .hero-visual-lead::after {
    background:
      linear-gradient(180deg, rgba(20, 34, 59, 0.28), rgba(20, 34, 59, 0.78)),
      linear-gradient(90deg, rgba(20, 34, 59, 0.72), rgba(20, 34, 59, 0.16));
  }

  .hero-visual-lead::before {
    opacity: 0.28;
  }

  .hero-visual-lead figcaption {
    z-index: 4;
    width: calc(100% - 32px);
    gap: 10px;
    text-shadow: 0 2px 18px rgba(20, 34, 59, 0.55);
  }

  .hero-visual-lead strong {
    font-size: clamp(2.16rem, 10.7vw, 3.05rem);
    line-height: 0.96;
  }

  .hero-visual-lead p {
    font-size: 0.98rem;
    line-height: 1.48;
  }

  .hero-visual-actions {
    gap: 8px;
  }

  .hero-visual-actions .button {
    width: min(100%, 280px);
    min-height: 48px;
  }

  .floating-brief {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: -74px 14px 14px;
  }

  .seo-image-panel {
    min-height: 280px;
  }

  .status-pill {
    padding: 9px 10px;
    font-size: 0.62rem;
    letter-spacing: 0.14em;
  }

  h1 {
    font-size: 3.25rem;
  }

  .intro {
    font-size: 1rem;
  }

  .audience-grid article {
    padding: 18px;
  }

  .section-copy h2 {
    font-size: 2.75rem;
  }

  .tool-grid {
    grid-template-columns: 1fr;
  }

  .care-timeline li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 17px;
    transform: none;
  }

  .care-timeline li::after {
    display: none;
  }

  .care-timeline li:hover,
  .care-timeline li:focus-visible,
  .care-timeline li.is-active {
    transform: none;
  }

  .timeline-preview-card {
    min-height: auto;
  }

  .timeline-property {
    padding: 24px 0;
  }

  .timeline-property h3 {
    max-width: 15ch;
    font-size: clamp(2rem, 10vw, 2.85rem);
  }

  .vendor-crm-preview,
  .owner-update-preview {
    min-height: auto;
  }

  .crm-sidebar {
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    overflow-x: auto;
  }

  .crm-sidebar strong {
    margin: 0 8px 0 0;
    align-self: center;
  }

  .crm-metrics {
    grid-template-columns: 1fr;
  }

  .owner-update-preview img {
    min-height: 280px;
  }

  .command-map p {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: fit-content;
    margin-bottom: 8px;
  }

  .sequence-grid {
    grid-template-columns: 1fr;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .quick-form-header {
    align-items: start;
    flex-direction: column;
  }

  .quick-form-grid {
    grid-template-columns: 1fr;
  }

  .lead-form button,
  .hero-actions .button {
    width: 100%;
  }

  .tool-grid p {
    min-height: 96px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 82px;
  }

  .mobile-cta-bar {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 40;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 9px;
    background: rgba(243, 245, 243, 0.86);
    border: 1px solid rgba(20, 34, 59, 0.14);
    border-radius: 8px;
    box-shadow: 0 20px 70px rgba(20, 34, 59, 0.2);
    backdrop-filter: blur(18px);
  }

  .mobile-cta-bar .button {
    min-width: 0;
    min-height: 44px;
    padding: 0 8px;
    overflow: hidden;
    font-size: 0.66rem;
    letter-spacing: 0.06em;
    white-space: nowrap;
  }

  .mobile-cta-bar .button::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
