/* ===== Self-hosted heading font: Metropolis ===== */
/* https://github.com/dw5/Metropolis (SIL OFL) */
@font-face {
  font-family: 'Metropolis';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/Metropolis-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Metropolis';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/Metropolis-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Metropolis';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/Metropolis-Bold.woff2') format('woff2');
}

/* ===== Design tokens ===== */
:root {
  --brand: #7542e5;
  --brand-hover: #592acb;
  --brand-pressed: #45278d;
  --secondary: #f0f0f4;
  --secondary-hover: #e0e0e6;
  --secondary-pressed: #cfcfd8;
  --text-1: #15141a;
  --text-2: #32313c;
  --text-muted: #5b5b66;
  --border: #cfcfd8;
  --border-light: #f0f0f4;
  --bg: #ffffff;
  --bg-soft: #fbfbfe;
  --bg-offset: #ebebef;
  --lavender: #f3efff;
  --danger: #e22850;
  --danger-hover: #c50042;
  --danger-pressed: #810220;
  --dark: #1d1c25;
  --fb-blue: #1877f2;
  --li-blue: #0a66c2;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-1);
  background: var(--bg-soft);
}
h1, h2, h3, h4 { font-family: 'Metropolis', Helvetica, Arial, sans-serif; font-weight: 600; color: var(--text-1); }
a { color: var(--brand); text-decoration: none; }
a:hover { color: var(--brand-hover); text-decoration: underline; }
img { max-width: 100%; display: block; }

.container { max-width: 1080px; margin: 0 auto; padding: 0 28px; }
section { padding: 56px 0; }

/* ===== Solo Grow lockup ===== */
.lockup { display: inline-flex; align-items: center; }
.lockup .logo-grow { height: 32px; width: auto; }

/* ===== HERO — split: dark-purple left, photo right ===== */
.hero-photo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 696px;
  padding: 0;
  background: none;
  color: #fff;
  overflow: hidden;
}
.hero-photo .hero-left {
  background: #1a0f3d;
  /* Dark fill bleeds to the viewport's left edge; content stays aligned
     to the page container (max-width 1080px, 28px gutter). */
  padding: 56px 72px 56px max(28px, calc((100vw - 1080px) / 2 + 28px));
  display: flex; flex-direction: column;
}
.hero-photo .hero-left .lockup { margin-bottom: 0; }
.hero-photo .hero-content { max-width: 480px; margin-top: auto; margin-bottom: auto; }
.hero-photo .hero-content h1 {
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.1;
  margin: 0 0 16px;
}
.hero-photo .hero-content .subhead {
  color: rgba(255,255,255,0.78);
  font-size: 1rem;
  margin: 0 0 32px;
}
.hero-photo .hero-content .form-note { color: rgba(255,255,255,0.5); }
.form-status { margin: 18px 0 0; font-weight: 600; font-size: 1rem; }
.form-status.is-success { color: #7ee2a8; }
.form-status.is-error { color: #ffb4b4; }
.hero-photo .hero-right {
  background-size: cover;
  background-position: center;
}

/* ===== HERO — dialogue mode (dark) ===== */
.hero-dialogue { padding: 0; background: var(--dark); color: #fff; }
.hero-dialogue .container { padding-top: 28px; padding-bottom: 64px; }
.hero-dialogue .lockup-row { margin-bottom: 36px; }
.hero-dialogue .d-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: stretch; }
.hero-dialogue .d-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: #c5b3f7; font-weight: 700; margin: 0 0 12px; }
.hero-dialogue .d-card {
  background: #fff; color: var(--text-1);
  border-radius: 8px; padding: 28px 30px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
  display: flex; flex-direction: column; justify-content: center;
}
.hero-dialogue .d-quote {
  margin: 0 0 14px;
  font-family: 'Metropolis', sans-serif; font-weight: 500;
  font-size: 1.4rem; font-style: italic; line-height: 1.3;
  color: var(--text-1);
  border-left: 4px solid var(--brand);
  padding-left: 16px;
}
.hero-dialogue .d-source { font-size: 0.85rem; color: var(--text-muted); padding-left: 20px; }
.hero-dialogue h1 { font-size: 2.5rem; line-height: 1.15; margin: 0 0 12px; color: var(--text-1); }
.hero-dialogue .subhead { font-size: 1rem; color: var(--text-muted); margin: 0 0 18px; }

/* ===== Waitlist form ===== */
.hero-form { display: flex; flex-direction: column; gap: 10px; max-width: 420px; }
.hero-form input { padding: 12px 14px; font: inherit; font-size: 1rem; border: 1px solid var(--border); border-radius: 6px; background: #fff; }
.hero-form input:focus { outline: 2px solid var(--brand); outline-offset: -1px; border-color: var(--brand); }
/* Honeypot field — kept in the layout but off-screen and inert so bots fill it and humans don't. */
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.hero-form button { padding: 13px 20px; background: var(--brand); color: #fff; border: 0; border-radius: 6px; font: inherit; font-size: 1rem; font-weight: 500; cursor: pointer; }
.hero-form button:hover { background: var(--brand-hover); }
.form-note { font-size: 0.78rem; color: var(--text-muted); margin: 6px 0 0; }

/* ===== Trust band ===== */
.trust-band { background: var(--bg-soft); padding: 18px 0; }
.trust-band .container { display: flex; gap: 28px; flex-wrap: wrap; justify-content: center; font-size: 0.92rem; color: var(--text-2); }
.trust-band .item { display: inline-flex; align-items: center; gap: 8px; }
.trust-band .tick { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; background: rgba(117,66,229,0.12); color: var(--brand); font-weight: 700; font-size: 0.9rem; }

/* ===== Quotes ===== */
.quotes { padding: 56px 0; }
.quotes h2 { font-size: 2rem; line-height: 1.2; margin: 0 0 12px; text-align: center; color: var(--text-1); }
.quotes .quotes-sub { text-align: center; color: var(--text-muted); max-width: 560px; margin: 0 auto 30px; font-size: 1.02rem; }
.quotes .sub-label { display: block; text-align: center; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); margin-bottom: 30px; }
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 0 auto; }
.qcard { background: var(--bg); border: 1px solid var(--border); border-radius: 12px; padding: 32px; display: flex; flex-direction: column; }
.qcard .quote-icon { align-self: flex-start; flex: none; width: 24px; height: 24px; color: var(--brand); margin-bottom: 12px; }
/* How it works — cloned from quotes, borderless/fill-less cards */
.how-it-works { background: var(--secondary); }
.how-it-works .qcard { background: none; border: none; padding: 32px; }
.how-it-works .hiw-icon { align-self: flex-start; display: block; width: 88px; height: auto; margin-bottom: 20px; }
.how-it-works .qcard p { margin: 0; font-family: 'Metropolis', sans-serif; font-weight: 500; font-size: 20px; line-height: 1.5; color: var(--text-2); }
.qcard q { display: block; quotes: none; font-family: 'Metropolis', sans-serif; font-weight: 500; font-style: normal; font-size: 20px; line-height: 1.5; color: var(--text-2); margin: 0 0 14px; }
.qcard q::before, .qcard q::after { content: ''; }
.qcard .src { font-size: 0.78rem; color: var(--text-muted); }

/* ===== Compare section shared ===== */
.section-h2 { font-size: 2rem; line-height: 1.2; margin: 0 0 16px; text-align: center; }
.section-sub { font-size: 1.02rem; color: var(--text-muted); margin: 0 auto 32px; max-width: 600px; text-align: center; }

/* ===== Pill badges ===== */
.badge-pill {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 7px 14px; border-radius: 24px;
  margin-bottom: 16px;
}
.badge-pill .mark-sq { width: 12px; height: 12px; border-radius: 3px; }
.badge-pill.without { color: var(--danger); background: rgba(196,66,58,0.1); }
.badge-pill.without .mark-sq { background: var(--danger); }
.badge-pill.with { color: var(--brand); background: rgba(117,66,229,0.12); }
.badge-pill.with .mark-sq { background: linear-gradient(135deg, var(--brand), #ff5a8a); }

/* ===== Minimal calendar (used in Row 1 + Row 2) ===== */
.cal {
  display: grid;
  grid-template-columns: 54px repeat(7, 1fr);
  gap: 0;
}
.cal .col-h {
  font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em;
  color: var(--text-muted); text-align: center; padding: 4px 0 8px;
}
.cal .row-h {
  font-size: 0.78rem; font-weight: 400; color: var(--text-muted);
  display: flex; align-items: center; padding-left: 8px;
}
.cal .cell { height: 32px; display: flex; align-items: center; justify-content: center; }
/* 1px lines separating the weeks */
.cal .row-h, .cal .cell { border-top: 1px solid #CFCFD8; }
.cal .cell.dot::before { content: ""; width: 12px; height: 12px; border-radius: 50%; border: 2px solid #6b6b75; background: none; box-sizing: border-box; }
.cal .cell.sq::before { content: ""; width: 12px; height: 12px; border-radius: 0; border: 2px solid var(--brand); background: none; box-sizing: border-box; }
/* Alternating row tint: W1 + W3 muted gray, W2 + W4 transparent */
.cal .row-h.w1, .cal .row-h.w3,
.cal .cell.w1, .cal .cell.w3 { background: #f1f1f5; }
.cal .row-h.w2, .cal .row-h.w4,
.cal .cell.w2, .cal .cell.w4 { background: transparent; }
.cal .first { border-radius: 0; }
.cal .last  { border-radius: 0; }
.cal.muted .cell.dot::before { border-color: #b3b3bd; }
.cal-legend { display: flex; gap: 18px; margin-top: 14px; padding-left: 8px; font-size: 0.78rem; color: var(--text-2); align-items: center; flex-wrap: wrap; }
.cal-legend .li-item { display: inline-flex; align-items: center; gap: 7px; }
.cal-legend .sq-key { width: 12px; height: 12px; border-radius: 0; border: 2px solid var(--brand); background: none; box-sizing: border-box; }
.cal-legend .dot-key { width: 12px; height: 12px; border-radius: 50%; border: 2px solid #6b6b75; background: none; box-sizing: border-box; }

/* ===== ROW 1: universal Without/With compare ===== */
.row-1 { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.sub-card { background: var(--bg-offset); border-radius: 6px; padding: 22px 24px; display: flex; flex-direction: column; }
.sub-card.without { background: #f6f1ee; }
.sub-counts { margin-top: 16px; font-size: 0.9rem; color: var(--text-2); }
.sub-counts .count-strong { font-family: 'Metropolis', sans-serif; font-weight: 700; font-size: 1.02rem; color: var(--text-1); display: block; margin-bottom: 2px; }
.sub-counts .count-sub { color: var(--text-muted); font-size: 0.85rem; }

/* "You use" parallel cost block */
.you-use { margin-top: 18px; padding-top: 14px; border-top: 1px dashed #d5d5dc; }
.you-use .lead {
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--text-muted);
  margin-bottom: 8px; display: block;
}
.you-use .stack { font-size: 0.88rem; color: var(--text-2); line-height: 1.5; margin: 0 0 10px; }
.you-use .time { font-size: 0.85rem; color: var(--text-2); margin: 0 0 8px; font-style: italic; }
.you-use .cost-line { font-size: 0.95rem; font-weight: 600; margin: 0; }
.you-use .cost-line.danger { color: var(--danger); }
.you-use .cost-line.brand { font-family: 'Metropolis', sans-serif; color: var(--text-1); }
.you-use .cost-line.brand strong { font-weight: 700; }

/* ===== Compare table (replaces row-1 calendars) ===== */
.compare-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 8px;
  /* white body, but the right 24px gutter carries the lavender so the
     "With Solo Grow" tint reads full-bleed to the card border */
  background: linear-gradient(to right, var(--bg) calc(100% - 32px), var(--lavender) calc(100% - 32px));
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  padding: 0 32px;
}
/* Row dividers between rows + under the header; CTA row has none */
.compare-table tbody tr:not(.cta-row) th,
.compare-table tbody tr:not(.cta-row) td { border-top: 1px solid var(--border); }
/* CTA sits in its own row, attached to the Result row above (no divider) */
.compare-table .cta-row th, .compare-table .cta-row td { padding-top: 0; padding-bottom: 44px; }
.compare-table col.col-label { width: 110px; }
.compare-table th,
.compare-table td {
  padding: 20px 24px;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
}
.compare-table thead th { padding: 38px 24px 16px; }
.compare-table thead th.col-without,
.compare-table thead th.col-with {
  font-family: 'Metropolis', sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--text-1);
}
.compare-table .compare-row-label {
  font-family: 'Inter', system-ui, Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.148em;
  text-transform: uppercase;
  color: var(--text-muted);
  background: var(--bg);
  width: 110px;
  white-space: nowrap;
  vertical-align: middle;
  padding: 16px 24px 16px 0;
}
.compare-table td {
  padding: 16px 24px;
  font-size: 0.95rem;
  color: var(--text-2);
  line-height: 1.5;
}
.compare-table thead th:nth-child(3),
.compare-table tbody td:nth-child(3) { background: var(--lavender); }
/* Waitlist CTA at the bottom of the "With Solo Grow" column */
.compare-cta {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 4px;
  padding: 13px 22px; background: var(--brand); color: #fff;
  border-radius: 6px; font-weight: 500; font-size: 1rem;
}
.compare-cta:hover { background: var(--brand-hover); color: #fff; text-decoration: none; }
.compare-table td.cost-without,
.compare-table td.cost-with { font-family: 'Metropolis', sans-serif; font-size: 20px; font-weight: 600; line-height: 1.2; }
.compare-table td.cost-without { color: var(--danger); }
.compare-table td.cost-with { color: var(--brand-pressed); }
.compare-table td.cost-with strong { font-weight: 600; color: var(--brand-pressed); }

.compare-list { margin: 0; padding: 0; list-style: none; }
.compare-list li { position: relative; padding-left: 14px; margin-bottom: 6px; }
.compare-list li::before { content: "•"; position: absolute; left: 0; color: var(--text-muted); }
.compare-list li:last-child { margin-bottom: 0; }

/* Mobile stacked cards (hidden on desktop; table hidden on mobile) */
.compare-cards { display: none; }

@media (max-width: 720px) {
  .compare-table { display: none; }
  .compare-cards { display: block; margin-top: 8px; }
  .cmp-card { border: 1px solid var(--border); border-radius: 12px; padding: 8px 32px 24px; }
  .cmp-card + .cmp-card { margin-top: 16px; }
  .cmp-card.cmp-without { background: #fff; }
  .cmp-card.cmp-with { background: var(--lavender); }
  .cmp-card-title { font-family: 'Metropolis', sans-serif; font-weight: 600; font-size: 20px; color: var(--text-1); margin: 16px 0; }
  .cmp-cell { padding: 16px 0; border-top: 1px solid var(--border); }
  .cmp-label {
    display: block; font-family: 'Inter', system-ui, Arial, sans-serif;
    font-size: 0.72rem; font-weight: 600; letter-spacing: 0.148em;
    text-transform: uppercase; color: var(--text-muted); margin-bottom: 8px;
  }
  .cmp-cell p { margin: 0; color: var(--text-2); font-size: 0.95rem; line-height: 1.5; }
  .cmp-cell p.cmp-cost-without { font-family: 'Metropolis', sans-serif; font-size: 20px; font-weight: 600; line-height: 1.2; color: var(--danger); }
  .cmp-cell p.cmp-cost-with { font-family: 'Metropolis', sans-serif; font-size: 20px; font-weight: 600; line-height: 1.2; color: var(--brand-pressed); }
  .cmp-cost-with strong { font-weight: 600; }
  .cmp-with .compare-cta { margin-top: 24px; }
}

/* ===== ROW 2: per-vertical tabbed preview ===== */
.examples-h {
  font-size: 2rem; line-height: 1.2;
  margin: 0 0 24px;
  text-align: center;
}
.row-2 {
  background: transparent;
  border: 1px solid #CFCFD8;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 0;
  padding-bottom: 16px;
  position: relative;
}
.row-2 .tabs {
  display: flex; padding: 12px 0 0; margin: 0 32px;
  background: transparent;
  justify-content: center;
  gap: 8px;
  border-bottom: 1px solid #CFCFD8;
}
.row-2 .tabs label {
  font-size: 0.92rem; line-height: 1.2rem; font-weight: 500; padding: 8px 16px 16px; margin-right: 0;
  color: #5B5B66;
  text-align: center;
  background: transparent;
  border: 0;
  border-bottom: 4px solid transparent;
  border-radius: 0;
  margin-bottom: -1px;
  cursor: pointer;
  transition: color 0.15s, border-color 0.15s;
}
.row-2 .tabs label:hover { color: var(--brand); }
.row-2 input[type=radio] { position: absolute; opacity: 0; pointer-events: none; }
#v-cafe:checked    ~ .tabs label[for=v-cafe],
#v-trainer:checked ~ .tabs label[for=v-trainer],
#v-clean:checked   ~ .tabs label[for=v-clean] {
  color: var(--text-1); border-bottom-color: var(--brand); font-weight: 600;
}
.row-2 .panel { display: none; padding: 48px 64px; }
#v-cafe:checked    ~ .panel-cafe,
#v-trainer:checked ~ .panel-trainer,
#v-clean:checked   ~ .panel-clean { display: block; }

.panel-row { display: grid; grid-template-columns: 1fr 2fr; gap: 28px; }
/* Stacked panel order: social (row 2) → blog (row 3) → monthly plan (row 4) */
.row-2 .panel .row-label { font-family: 'Metropolis', sans-serif; font-weight: 600; font-size: 20px; line-height: 1.2; color: var(--text-1); margin: 28px 0 14px; }
.row-2 .panel .row-label:first-of-type { margin-top: 0; }
.row-2 .panel .social-row { margin-bottom: 0; }
.row-2 .panel .blog-card { margin-bottom: 0; }
.plan-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; background: #fff; border: 1px solid #ddd4ee; border-radius: 6px; padding: 32px; }
.rationale-h { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); margin: 0 0 10px; }
.rationale-body { font-size: 0.92rem; color: var(--text-2); margin: 0 0 16px; line-height: 1.5; }
.last-month {
  font-size: 0.88rem; color: var(--text-1); margin: 0 0 24px;
  padding: 12px 14px; background: #fff; border-radius: 4px;
  border-left: 3px solid var(--brand);
}
.last-month .lm-label {
  font-size: 0.62rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--brand);
  display: block; margin-bottom: 4px;
}

/* Right column of panel: blog + 2 socials */
.blog-card {
  background: #fff; border-radius: 6px; overflow: hidden;
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
  padding: 16px;
  margin-bottom: 14px;
}
.blog-card .blog-body { padding: 0 16px; display: flex; flex-direction: column; justify-content: center; }
.blog-card .blog-h { font-family: 'Inter', system-ui, sans-serif; font-weight: 400; font-size: 24px; line-height: 1.2; color: #32313C; margin: 0 0 8px; }
.blog-card .blog-ex { font-size: 0.88rem; color: var(--text-2); margin: 0 0 8px; line-height: 1.45; }
.blog-card .blog-more { color: #CFCFD8; font-weight: 500; font-size: 0.875rem; text-decoration: none; pointer-events: none; cursor: default; }
.blog-card .blog-img { background-size: cover; background-position: center; aspect-ratio: 16 / 9; }

.social-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; align-items: start; }

/* ===== Facebook card (cafe) — compact for v4 ===== */
.fb { background: #fff; border: 1px solid #e4e6eb; border-radius: 6px; display: flex; flex-direction: column; }
.fb-head { display: flex; align-items: center; gap: 10px; padding: 16px 16px 16px; }
.fb-pic { width: 24px; height: 24px; border-radius: 50%; background: #CFCFD8; flex-shrink: 0; background-size: cover; background-position: center; }
.fb-meta { display: flex; flex-direction: column; line-height: 1.2; }
.fb-name { font-weight: 600; font-size: 0.82rem; color: var(--text-1); }
.fb-time { font-size: 0.5rem; color: var(--text-muted); display: flex; align-items: center; gap: 4px; }
.fb-time::after { content: "🌐"; font-size: 0.65rem; }
.fb-body { padding: 0 16px 16px; font-size: 0.875rem; color: var(--text-1); line-height: 1.5; }
.fb-img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; }
.fb-reactions { display: flex; align-items: center; gap: 5px; padding: 8px 12px; font-size: 0.74rem; color: var(--text-muted); border-bottom: 1px solid #e4e6eb; }
.fb-reactions .emojis { display: inline-flex; }
.fb-reactions .emojis span { width: 16px; height: 16px; border-radius: 50%; display: inline-block; border: 2px solid #fff; margin-left: -3px; font-size: 9px; line-height: 12px; text-align: center; }
.fb-reactions .emojis span:first-child { margin-left: 0; background: var(--fb-blue); color: #fff; }
.fb-reactions .emojis span:nth-child(2) { background: #f33e58; color: #fff; }
.fb-reactions .emojis span:nth-child(3) { background: #f7b125; color: #fff; }
.fb-reactions .stats-right { margin-left: auto; font-size: 0.7rem; }
.fb-actions { display: flex; justify-content: flex-start; gap: 16px; padding: 8px 16px 10px; }
.fb-actions .a { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; gap: 5px; padding: 0; font-size: 0.78rem; font-weight: 600; color: var(--text-muted); border-radius: 4px; }

/* ===== Instagram card (trainer) — compact for v4 ===== */
.ig { background: #fff; border: 1px solid #dbdbdb; border-radius: 6px; display: flex; flex-direction: column; }
.ig-head { display: flex; align-items: center; gap: 8px; padding: 16px 16px 16px; }
.ig-pic { width: 24px; height: 24px; border-radius: 50%; background: #CFCFD8; padding: 0; }
.ig-pic-inner { width: 100%; height: 100%; border-radius: 50%; background-color: #CFCFD8; background-size: cover; background-position: center; border: none; }
.ig-name { font-weight: 600; font-size: 0.8rem; color: var(--text-1); flex: 1; }
.ig-more { color: var(--text-1); font-weight: 700; letter-spacing: 0.1em; }
.ig-img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block; }
.ig-actions { display: flex; justify-content: flex-start; align-items: center; gap: 16px; padding: 16px 16px 8px; }
.ig-actions svg { width: 20px; height: 20px; fill: none; stroke: var(--text-1); stroke-width: 2; stroke-linejoin: round; }
.ig-actions .save { margin-left: auto; }
.ig-likes { padding: 2px 12px; font-size: 0.78rem; font-weight: 600; }
.ig-cap { padding: 0 16px 16px; font-size: 0.875rem; line-height: 1.45; }
.ig-cap .handle { font-weight: 600; }
.ig-cap .tags { color: var(--li-blue); }
.ig-comments { padding: 4px 12px; font-size: 0.72rem; color: var(--text-muted); }
.ig-time { padding: 4px 12px 10px; font-size: 0.62rem; color: var(--text-muted); text-transform: uppercase; }

/* ===== LinkedIn card (cleaner) — compact for v4 ===== */
.li { background: #fff; border: 1px solid #e0dfdc; border-radius: 6px; display: flex; flex-direction: column; }
.li-head { display: flex; align-items: center; gap: 10px; padding: 16px 16px 16px; }
.li-pic { width: 24px; height: 24px; border-radius: 6px; background: #CFCFD8; flex-shrink: 0; background-size: cover; background-position: center; }
.li-meta { display: flex; flex-direction: column; line-height: 1.2; flex: 1; }
.li-name { font-weight: 700; font-size: 0.82rem; color: var(--text-1); }
.li-role { font-size: 0.5rem; color: var(--text-muted); margin-top: 1px; }
.li-time { font-size: 0.66rem; color: var(--text-muted); margin-top: 2px; display: flex; align-items: center; gap: 4px; }
.li-time::after { content: "🌐"; font-size: 0.6rem; }
.li-body { padding: 0 16px 16px; font-size: 0.875rem; color: var(--text-1); line-height: 1.5; }
.li-body .more-link { color: #CFCFD8; font-weight: 600; pointer-events: none; cursor: default; }
.li-img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; }
.li-reactions { display: flex; align-items: center; padding: 8px 12px; font-size: 0.72rem; color: var(--text-muted); border-bottom: 1px solid #e0dfdc; }
.li-reactions .emojis { display: inline-flex; margin-right: 5px; }
.li-reactions .emojis span { width: 15px; height: 15px; border-radius: 50%; display: inline-block; margin-left: -3px; font-size: 9px; line-height: 11px; text-align: center; border: 2px solid #fff; }
.li-reactions .emojis span:first-child { margin-left: 0; background: var(--li-blue); color: #fff; }
.li-reactions .emojis span:nth-child(2) { background: #df704d; color: #fff; }
.li-reactions .emojis span:nth-child(3) { background: #f7b125; color: #fff; }
.li-reactions .stats { margin-left: auto; }
.li-actions { display: flex; justify-content: flex-start; gap: 16px; padding: 8px 16px 10px; }
.li-actions .a { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; gap: 5px; padding: 0; font-size: 0.74rem; font-weight: 600; color: var(--text-muted); border-radius: 4px; }

/* ===== Solo Pro inclusion ===== */
.solo-pro { background: #1a0f3d; padding: 56px 0 0; }
/* 3-column layout (matches Common questions): text in col 1, banner spans cols 2–3 */
.solo-pro .pro-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 28px 48px; align-items: end; margin: 0; }
.solo-pro .pro-text { grid-column: 1; align-self: start; }
.solo-pro .pro-banner { grid-column: 2 / 4; align-self: end; display: block; width: 100%; height: auto; padding: 0 32px; }
.solo-pro .included-pill { display: inline-block; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.185em; text-transform: uppercase; color: #CB9EFF; margin-bottom: 12px; }
.solo-pro h2 { font-size: 2rem; line-height: 1.2; margin: 0 0 12px; color: #fff; }
.solo-pro p { font-size: 1rem; color: rgba(255,255,255,0.78); margin: 0; max-width: 480px; }
.solo-pro .pro-mock { background: #fff; border: 1px solid var(--border); border-radius: 8px; box-shadow: 0 6px 20px rgba(0,0,0,0.06); overflow: hidden; }
.solo-pro .pro-bar { display: flex; align-items: center; gap: 8px; padding: 9px 12px; background: var(--bg-soft); border-bottom: 1px solid var(--border); }
.solo-pro .pro-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--border); }
.solo-pro .pro-url { font-family: 'Inter', monospace; font-size: 0.75rem; color: var(--text-muted); background: #fff; border: 1px solid var(--border); border-radius: 4px; padding: 3px 10px; margin-left: 6px; }
.solo-pro .pro-body { padding: 22px 22px 26px; }
.solo-pro .pro-h { font-family: 'Metropolis', sans-serif; font-weight: 700; font-size: 1.1rem; color: var(--text-1); margin: 0 0 6px; }
.solo-pro .pro-sub { font-size: 0.82rem; color: var(--text-muted); margin: 0 0 12px; }
.solo-pro .pro-bits { display: flex; gap: 10px; }
.solo-pro .pro-bit { flex: 1; height: 8px; background: var(--bg-offset); border-radius: 3px; }
.solo-pro .pro-bit.fill { background: var(--brand); opacity: 0.65; }

/* ===== FAQ ===== */
.faq { padding: 64px 0; }
/* 3-column section: heading in column 1, answers span columns 2–3 */
.faq .container { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 28px 48px; align-items: start; }
.faq-intro { grid-column: 1; }
.faq-eyebrow { display: block; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.185em; text-transform: uppercase; color: #5B5B66; margin-bottom: 12px; }
.faq h2 { font-size: 2rem; line-height: 1.2; margin: 0; text-align: left; }
.faq-intro p { color: var(--text-muted); font-size: 1.02rem; line-height: 1.5; margin: 16px 0 0; max-width: 320px; }
.faq-intro .compare-cta { margin-top: 24px; }
.faq .lede { color: var(--text-muted); margin: 0 0 36px; max-width: 540px; }
.faq-grid { grid-column: 2 / 4; display: grid; grid-template-columns: 1fr; gap: 12px; margin: 0; }
.faq-item { border: 1px solid var(--border); border-radius: 12px; padding: 0 32px; transition: border-color 0.15s ease; }
.faq-item.open { border-color: var(--text-muted); }
/* Hover / pressed: violet question text + 15% darker border (closed cards only) */
.faq-item:not(.open):has(.faq-q:hover), .faq-item:not(.open):has(.faq-q:active) { border-color: color-mix(in srgb, var(--border) 85%, black); }
/* Accordion question header */
.faq-q {
  width: 100%; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px;
  background: none; border: 0; margin: 0; padding: 24px 0; cursor: pointer; text-align: left;
  color: var(--text-1); font-family: 'Metropolis', sans-serif; font-weight: 600; font-size: 20px; line-height: 1.35;
  transition: color 0.15s ease;
}
.faq-item:not(.open) .faq-q:hover, .faq-item:not(.open) .faq-q:active { color: var(--brand); }
.faq-item.open .faq-q { cursor: default; }
.faq-chevron { flex: none; width: 24px; height: 24px; color: var(--brand); transition: transform 0.3s ease; }
.faq-item.open .faq-chevron { transform: rotate(180deg); }
/* Tighten the gap between question and its answer when open */
.faq-item.open .faq-q { padding-bottom: 8px; }
/* Collapsible answer — animates via grid-template-rows */
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.3s ease; }
.faq-item.open .faq-a { grid-template-rows: 1fr; }
.faq-a-inner { overflow: hidden; min-height: 0; }
.faq-a p { margin: 0; padding: 0 24px 24px 0; color: var(--text-muted); font-size: 0.95rem; line-height: 1.5; }

/* ===== Footer CTA band ===== */
.footer-cta { background: var(--brand-hover); color: #fff; text-align: center; padding: 56px 0; }
.footer-cta h2 { color: #fff; font-size: 2rem; line-height: 1.2; max-width: 580px; margin: 0 auto 12px; }
.footer-cta p { color: rgba(255,255,255,0.85); margin: 0 auto 22px; max-width: 520px; font-size: 1rem; }
.footer-cta .btn { display: inline-block; padding: 13px 26px; background: #fff; color: var(--brand); border-radius: 6px; font-weight: 600; font-size: 1rem; }
.footer-cta .btn:hover { background: var(--bg-offset); color: var(--brand); text-decoration: none; }

/* ===== Production footer (dark) ===== */
.site-footer { background: var(--dark); color: rgba(255,255,255,0.78); padding: 48px 0 36px; text-align: center; }
.site-footer .lockup { justify-content: center; margin-bottom: 22px; }
.site-footer .footer-links { display: flex; justify-content: center; gap: 28px; margin-bottom: 18px; font-size: 0.92rem; }
.site-footer .footer-links a { color: rgba(255,255,255,0.85); }
.site-footer .footer-links a:hover { color: #fff; text-decoration: underline; }
.site-footer .copyright { font-size: 0.8rem; color: rgba(255,255,255,0.5); margin: 0 0 6px; }
.site-footer .moz-attrib { font-size: 0.75rem; color: rgba(255,255,255,0.4); margin: 0; }

/* ===== Mockup back-link footer ===== */
.mockup-nav { background: var(--bg); padding: 14px 0; text-align: center; border-top: 1px solid var(--border); }
.mockup-nav a { color: var(--text-muted); font-size: 0.8rem; }
.mockup-nav a:hover { color: var(--brand); text-decoration: underline; }

/* ===== Post preview refinements ===== */
/* Placeholder-style account text beside the avatars */
.fb-name, .fb-time,
.ig-name,
.li-name, .li-role, .li-time {
  font-family: 'Flow Block', cursive;
  color: #CFCFD8;
}

/* Google Material Symbols (Fill) — display-only post action icons */
.post-ic {
  font-family: 'Material Symbols Rounded';
  font-weight: normal; font-style: normal;
  font-size: 20px; line-height: 1;
  color: #CFCFD8;
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 20;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  user-select: none;
}
/* Icons are display-only: not interactive */
.fb-actions, .li-actions, .ig-actions, .post-ic { pointer-events: none; cursor: default; }
.fb-actions .a, .li-actions .a { gap: 0; padding: 8px 6px; }

/* Hide engagement counts (can't promise them) + chrome glyphs */
.fb-reactions, .li-reactions, .ig-likes { display: none; }
.fb-time::after, .li-time::after { content: none; }

/* Panel rationale typography */
.rationale-h {
  font-family: 'Metropolis', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-1);
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.2;
  margin: 0 0 16px;
}

/* Goal: label above, value below */
.goal-line {
  margin: 0 0 4px;
  display: block;
}
.goal-line .goal-label {
  display: block;
  font-size: 0.62rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--text-muted);
  margin-bottom: 4px;
}
.goal-line strong {
  font-family: 'Metropolis', sans-serif; font-weight: 700;
  color: var(--text-1); font-size: 1.05rem;
}

/* "Last month" — subsection, not a callout */
.last-month {
  padding: 0;
  background: transparent;
  border-left: 0;
  border-radius: 0;
  margin: 0 0 22px;
  font-size: 0.92rem;
  color: var(--text-2);
  line-height: 1.5;
}
.last-month .lm-label {
  font-family: 'Metropolis', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-1);
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 4px;
  display: block;
}

/* "More →" in blog cards — display-only simulated link */
.blog-card .blog-more {
  color: #CFCFD8;
  font-weight: 500;
  font-size: 0.875rem;
  text-decoration: none;
}
.blog-card .blog-more:hover { color: #CFCFD8; }

/* Customer-facing post cards — white fill + light outline */
.blog-card,
.fb,
.ig,
.li {
  background: #fff;
  border: 1px solid #ddd4ee;
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .quote-grid, .faq-grid, .faq .container, .solo-pro .pro-grid, .hero-dialogue .d-row,
  .row-1, .panel-row, .hero-photo { grid-template-columns: 1fr; }
  .row-2 .panel { padding: 32px; }
  .faq-intro { margin-bottom: 8px; text-align: center; }
  .faq-intro p { margin-left: auto; margin-right: auto; }
  .faq-grid { grid-column: auto; }
  .solo-pro .pro-banner { grid-column: auto; }
  .solo-pro .pro-text { align-self: auto; text-align: center; }
  .solo-pro .pro-text p { margin-left: auto; margin-right: auto; }
  .hero-photo { min-height: 0; }
  .hero-photo .hero-left { padding: 40px 28px; }
  .hero-photo .hero-left .lockup { margin-bottom: 32px; }
  .hero-photo .hero-right { min-height: 280px; }
  .hero-dialogue .container { padding-bottom: 40px; }
}
/* Tablet: show two social cards side by side, hide the third */
@media (min-width: 601px) and (max-width: 900px) {
  .social-row { grid-template-columns: 1fr 1fr; }
  .social-row > *:nth-child(3) { display: none; }
}
@media (max-width: 600px) {
  .row-2 .panel { padding: 24px; }
  .social-row { grid-template-columns: 1fr; }
  .blog-card { grid-template-columns: 1fr; }
  /* Stacked: text block sits above the image — give it 16px top/bottom padding */
  .blog-card .blog-body { padding: 16px; }
  .blog-card .blog-img { min-height: 180px; }
  .plan-row { grid-template-columns: 1fr; }
  /* Mobile: limit to two sample posts (hide the third) */
  .social-row > *:nth-child(3) { display: none; }
}

/* Hero pricing CTA (replaces the old hero email form) */
.hero-cta {
  display: inline-block;
  padding: 13px 26px;
  background: var(--brand);
  color: #fff;
  border-radius: 6px;
  font-weight: 500;
  font-size: 1rem;
}
.hero-cta:hover { background: var(--brand-hover); color: #fff; text-decoration: none; }

/* Secondary "stay in the loop" signup band */
.updates-band { background: var(--bg-offset); padding: 56px 0; text-align: center; }
.updates-band h2 { font-size: 2rem; line-height: 1.2; margin: 0 0 12px; color: var(--text-1); }
.updates-band p { color: var(--text-muted); max-width: 520px; margin: 0 auto 24px; font-size: 1rem; }
.updates-band .hero-form { margin: 0 auto; }
.updates-band .form-status { text-align: center; }

/* ===== Postful page (/lp/postful) ===== */
/* hero eyebrow */
.hero-photo .hero-content .hero-eyebrow {
  display: block; font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.185em; text-transform: uppercase;
  color: #CB9EFF; margin-bottom: 12px;
}
/* Voice-of-customer card: speech icon next to the question */
.vo-q { display: flex; align-items: flex-start; gap: 12px; }
.vo-q .quote-icon { margin: 0; flex: none; }
.vo-q q { margin: 0; }
/* answer block with its own themed icon */
.qcard .answer { margin: 18px 0 0; padding-top: 18px; border-top: 1px solid var(--border); }
.qcard .ans-head { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.qcard .ans-icon { flex: none; width: 26px; height: 26px; color: var(--brand); }
.qcard .ans-head strong { font-family: 'Metropolis', sans-serif; font-weight: 600; font-size: 20px; line-height: 1.3; color: var(--text-1); }
.qcard .ans-body { margin: 0; font-size: 0.98rem; line-height: 1.55; color: var(--text-2); }
/* "What we heard" auto-advancing carousel */
.vo-carousel { max-width: 620px; margin: 0 auto; }
.vo-track { display: grid; }
.vo-slide { grid-area: 1 / 1; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .45s ease; }
.vo-slide.is-active { opacity: 1; visibility: visible; pointer-events: auto; }
.vo-controls { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 24px; }
.vo-arrow { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; padding: 0; border-radius: 50%; border: 1px solid var(--border); background: var(--bg); color: var(--text-2); font-size: 1.4rem; line-height: 1; cursor: pointer; transition: border-color .2s, color .2s; }
.vo-arrow:hover { border-color: var(--brand); color: var(--brand); }
.vo-dots { display: inline-flex; gap: 10px; }
.vo-dot { width: 9px; height: 9px; padding: 0; border-radius: 50%; border: none; background: var(--border); cursor: pointer; transition: background .2s, transform .2s; }
.vo-dot:hover { background: var(--text-muted); }
.vo-dot.is-active { background: var(--brand); transform: scale(1.25); }
@media (prefers-reduced-motion: reduce) { .vo-slide { transition: none; } }
