:root {
  --bg: #f5f1e7;
  --bg-accent: #edf5ef;
  --paper: #fffdf8;
  --paper-strong: #ffffff;
  --paper-muted: #f0ece2;
  --line: #ddd4c5;
  --line-strong: #c9bca5;
  --text: #1c332c;
  --muted: #5e746d;
  --muted-strong: #375149;
  --accent: #0d8c72;
  --accent-deep: #0b6e59;
  --accent-soft: #d8efe7;
  --accent-softer: #ecf7f2;
  --sand: #e8d8b8;
  --shadow-soft: 0 18px 52px rgba(57, 46, 24, 0.08);
  --shadow-card: 0 12px 34px rgba(20, 38, 31, 0.07);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(13, 140, 114, 0.11), transparent 22%),
    radial-gradient(circle at 92% 8%, rgba(232, 216, 184, 0.35), transparent 18%),
    linear-gradient(180deg, #f8f4eb 0%, #f4f0e6 50%, #f7f4ee 100%);
  font-family: "Inter", "Aptos", "Segoe UI Variable", "Avenir Next", "Segoe UI", sans-serif;
  line-height: 1.58;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.page-shell {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: 22px 0 56px;
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 14px 18px;
  margin-bottom: 20px;
  border: 1px solid rgba(201, 188, 165, 0.55);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.9);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 28px rgba(56, 43, 24, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}

.brand-kicker,
.eyebrow,
.column-tag,
.price-tier,
.detail-kicker {
  display: block;
  font-size: 0.71rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand-kicker,
.eyebrow,
.detail-kicker {
  color: #8a6641;
}

.brand-name {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.15;
  color: var(--text);
}

.site-nav,
.footer-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-nav {
  justify-content: center;
  min-width: 0;
  font-size: 0.94rem;
  color: var(--muted);
}

.site-nav a,
.footer-links a,
.back-link {
  text-decoration: none;
}

.site-nav a:hover,
.footer-links a:hover,
.back-link:hover {
  color: var(--accent-deep);
}

.header-cta,
.primary-button,
.secondary-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.96rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.header-cta,
.primary-button {
  color: #f6f8f5;
  background: linear-gradient(135deg, var(--accent-deep), var(--accent));
  box-shadow: 0 12px 24px rgba(13, 140, 114, 0.18);
}

.secondary-button,
.ghost-button {
  color: var(--text);
  background: rgba(255, 255, 255, 0.66);
  border-color: rgba(201, 188, 165, 0.72);
}

.header-cta:hover,
.primary-button:hover,
.secondary-button:hover,
.ghost-button:hover {
  transform: translateY(-1px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.94fr);
  gap: 42px;
  align-items: center;
  padding: 46px;
  border: 1px solid rgba(201, 188, 165, 0.55);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(216, 239, 231, 0.9), rgba(255, 253, 248, 0.97) 58%),
    var(--paper);
  box-shadow: var(--shadow-soft);
}

.hero-copy {
  max-width: 560px;
}

.hero h1,
.aeo-shell h2,
.section h2,
.waitlist-card h2,
.legal-shell h1 {
  margin: 0;
  color: #15302a;
  font-family: "Crimson Pro", "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.hero h1 {
  font-size: clamp(2.8rem, 5.1vw, 5rem);
  line-height: 0.92;
}

.hero-lead {
  margin: 18px 0 0;
  color: var(--muted-strong);
  font-size: 1.12rem;
  max-width: 54ch;
}

.hero-text,
.section-intro p,
.waitlist-card p,
.site-footer p,
.legal-shell p,
.aeo-answer,
.pricing-note {
  color: var(--muted);
  font-size: 1rem;
}

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

.hero-proof span,
.launch-path-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(201, 188, 165, 0.8);
  color: var(--muted-strong);
  font-size: 0.86rem;
  font-weight: 600;
}

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

.hero-footnote,
.form-note,
.price-card small {
  color: var(--muted);
  font-size: 0.86rem;
}

.hero-footnote {
  margin-top: 16px;
}

.hero-visual {
  position: relative;
}

.product-stage {
  display: grid;
  gap: 16px;
}

.browser-mock {
  overflow: hidden;
  border: 1px solid rgba(201, 188, 165, 0.65);
  border-radius: 28px;
  background: linear-gradient(180deg, #143029 0%, #17362f 100%);
  color: #eef8f4;
  box-shadow: 0 24px 40px rgba(16, 41, 34, 0.17);
}

.browser-main {
  min-height: 390px;
}

.mock-toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(227, 242, 236, 0.12);
}

.mock-toolbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}

.toolbar-pill {
  margin-left: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(238, 248, 244, 0.78);
  font-size: 0.82rem;
  font-weight: 600;
}

.mock-body {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.mock-kicker {
  color: #a4e7d6;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.conversation {
  display: grid;
  gap: 12px;
}

.message {
  max-width: 88%;
  padding: 15px 16px;
  border-radius: 18px;
  font-size: 0.95rem;
  line-height: 1.45;
}

.message.user {
  background: rgba(255, 255, 255, 0.12);
}

.message.assistant {
  background: rgba(164, 231, 214, 0.14);
}

.workspace-card {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.workspace-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(238, 248, 244, 0.92);
  font-size: 0.9rem;
  font-weight: 600;
}

.workspace-line strong {
  color: #8ef0d1;
}

.workspace-line em {
  color: #f0dab6;
  font-style: normal;
}

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

.mini-card,
.problem-card,
.feature-column,
.price-card,
.trust-grid article,
.trust-detail-card,
.faq-list details,
.waitlist-highlight {
  border: 1px solid rgba(201, 188, 165, 0.7);
  border-radius: var(--radius-lg);
  background: rgba(255, 253, 248, 0.92);
  box-shadow: var(--shadow-card);
}

.mini-card {
  padding: 18px;
}

.accent-card {
  background: linear-gradient(180deg, var(--accent-soft), rgba(255, 253, 248, 0.98));
}

.mini-title {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 700;
}

.mini-copy {
  color: var(--muted);
  font-size: 0.9rem;
}

.aeo-strip,
.section {
  margin-top: 22px;
}

.aeo-shell,
.waitlist-card,
.legal-shell {
  border: 1px solid rgba(201, 188, 165, 0.6);
  border-radius: var(--radius-xl);
  background: rgba(255, 253, 248, 0.92);
  box-shadow: var(--shadow-soft);
}

.aeo-shell {
  padding: 28px 32px;
}

.aeo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  gap: 24px;
  align-items: start;
}

.aeo-shell h2,
.section h2,
.waitlist-card h2,
.legal-shell h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.97;
}

.aeo-answer {
  margin: 0;
}

.section {
  padding: 6px 0 0;
}

.section-intro {
  max-width: 760px;
  margin-bottom: 20px;
}

.problem-grid,
.solution-grid,
.trust-grid,
.trust-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.problem-card,
.feature-column,
.price-card,
.trust-grid article,
.trust-detail-card {
  padding: 24px;
}

.solution-grid article {
  padding: 18px 0 0;
  border-top: 2px solid rgba(13, 140, 114, 0.18);
}

.problem-card h3,
.solution-grid h3,
.feature-column h3,
.price-card h3,
.trust-grid h3,
.trust-detail-card h3,
.faq-list summary,
.legal-shell h2 {
  margin: 0 0 10px;
  color: var(--text);
  font-family: "Inter", "Aptos", "Segoe UI Variable", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 1.14rem;
  line-height: 1.2;
}

.problem-card p,
.solution-grid p,
.feature-column li,
.price-card p,
.trust-grid p,
.trust-detail-card p,
.faq-list p,
.legal-shell li,
.detail-list li {
  color: var(--muted);
}

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

.column-tag,
.price-tier {
  color: var(--accent-deep);
}

.feature-column ul {
  margin: 16px 0 0;
  padding-left: 18px;
}

.feature-column li + li,
.detail-list li + li {
  margin-top: 10px;
}

.feature-column-pro,
.price-card.featured {
  background: linear-gradient(180deg, rgba(216, 239, 231, 0.8), rgba(255, 253, 248, 0.98));
}

.comparison-table {
  overflow: hidden;
  margin-top: 18px;
  border: 1px solid rgba(201, 188, 165, 0.72);
  border-radius: var(--radius-lg);
  background: rgba(255, 253, 248, 0.9);
  box-shadow: var(--shadow-card);
}

.comparison-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 14px;
  padding: 15px 18px;
  border-top: 1px solid rgba(221, 212, 197, 0.88);
  font-size: 0.94rem;
}

.comparison-row:first-child {
  border-top: 0;
}

.comparison-head {
  color: var(--accent-deep);
  font-weight: 700;
}

.price-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.price-amount {
  color: var(--text);
  font-family: "Crimson Pro", "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 3rem;
  line-height: 0.9;
}

.pricing-note {
  margin: 14px 4px 0;
}

.trust-detail-grid {
  margin-top: 18px;
}

.trust-detail-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.detail-list {
  margin: 0;
  padding-left: 18px;
}

.detail-list strong {
  color: var(--muted-strong);
}

.trust-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.waitlist-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.88fr);
  gap: 24px;
  padding: 30px;
}

.waitlist-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(236, 247, 242, 0.95), rgba(255, 253, 248, 0.98));
  border: 1px solid rgba(201, 188, 165, 0.72);
}

.waitlist-highlights {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.waitlist-disclosure {
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(201, 188, 165, 0.72);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.62);
}

.waitlist-disclosure strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
  font-size: 0.94rem;
}

.waitlist-disclosure p {
  margin: 0;
}

.waitlist-disclosure a {
  color: var(--accent-deep);
  font-weight: 700;
}

.waitlist-highlight {
  padding: 16px 18px;
}

.waitlist-highlight strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text);
  font-size: 0.96rem;
}

.waitlist-highlight span {
  color: var(--muted);
  font-size: 0.9rem;
}

.tally-form-shell {
  gap: 16px;
}

.tally-embed-shell {
  min-height: 360px;
  border: 1px solid rgba(201, 188, 165, 0.82);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  overflow: hidden;
}

.tally-embed-shell iframe {
  display: block;
  min-height: 360px;
  border: 0;
  background: transparent;
}

.tally-placeholder {
  padding: 18px;
  border: 1px dashed rgba(13, 140, 114, 0.35);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
}

.tally-placeholder strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
  font-size: 1rem;
}

.tally-placeholder p {
  margin: 0 0 12px;
  color: var(--muted);
}

.tally-placeholder code,
.waitlist-disclosure code {
  font-family: "Cascadia Code", "SFMono-Regular", Consolas, monospace;
  font-size: 0.9em;
  color: var(--muted-strong);
}

.tally-template-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.tally-template-list li + li {
  margin-top: 8px;
}

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

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

.faq-list summary {
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list p {
  margin: 0;
  padding-top: 12px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 26px;
  padding: 24px 28px;
  border: 1px solid rgba(201, 188, 165, 0.62);
  border-radius: 28px;
  background: rgba(255, 253, 248, 0.88);
  box-shadow: var(--shadow-card);
}

.footer-brand {
  margin-bottom: 10px;
}

.footer-links {
  color: var(--muted);
  flex-wrap: wrap;
}

.legal-page {
  min-height: 100vh;
}

.legal-shell {
  width: min(calc(100% - 32px), 860px);
  margin: 32px auto;
  padding: 32px;
}

.legal-shell h2 {
  margin-top: 28px;
}

.back-link {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--accent-deep);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 980px) {
  .hero,
  .aeo-grid,
  .waitlist-card,
  .feature-columns,
  .pricing-grid,
  .problem-grid,
  .solution-grid,
  .trust-grid,
  .trust-detail-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 34px 30px;
    gap: 28px;
  }

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

@media (max-width: 860px) {
  .page-shell {
    width: min(calc(100% - 24px), var(--max));
  }

  .hero h1 {
    font-size: clamp(2.4rem, 8vw, 3.5rem);
  }

  .aeo-shell h2,
  .section h2,
  .waitlist-card h2,
  .legal-shell h1 {
    font-size: clamp(1.9rem, 6vw, 2.7rem);
  }

  .visual-sidecars {
    grid-template-columns: 1fr;
  }

  .comparison-row {
    grid-template-columns: 1.5fr 0.8fr 0.8fr;
    font-size: 0.88rem;
  }
}

@media (max-width: 680px) {
  .page-shell {
    width: min(calc(100% - 18px), var(--max));
    padding-top: 10px;
  }

  .site-header {
    top: 10px;
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 12px 14px 14px;
    border-radius: 28px;
  }

  .site-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .site-nav a {
    white-space: nowrap;
    padding: 8px 12px;
    border: 1px solid rgba(201, 188, 165, 0.72);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
  }

  .hero,
  .aeo-shell,
  .waitlist-card,
  .legal-shell {
    padding: 22px 18px;
  }

  .hero {
    gap: 22px;
  }

  .hero h1,
  .aeo-shell h2,
  .section h2,
  .waitlist-card h2,
  .legal-shell h1 {
    font-size: 2rem;
    line-height: 0.98;
  }

  .hero-actions,
  .trust-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .primary-button,
  .secondary-button,
  .ghost-button {
    width: 100%;
  }

  .header-cta {
    width: auto;
    min-height: 42px;
    padding: 0 14px;
    font-size: 0.84rem;
  }

  .comparison-row {
    grid-template-columns: 1.35fr 0.82fr 0.82fr;
    gap: 10px;
    padding: 12px 14px;
    font-size: 0.82rem;
  }

  .waitlist-form {
    padding: 16px;
  }
}

/* Spark-style launch page refresh: lighter, centered, less boxed-in. */
:root {
  --bg: #f7f4ee;
  --paper: #fffdf8;
  --line: #e4ddd2;
  --line-strong: #cfc4b5;
  --text: #073d2a;
  --muted: #61746c;
  --muted-strong: #314f44;
  --accent: #0d8a73;
  --accent-deep: #08735f;
  --accent-soft: #dff4ec;
  --shadow-soft: 0 18px 44px rgba(53, 39, 22, 0.05);
  --shadow-card: 0 10px 28px rgba(31, 45, 38, 0.06);
}

body {
  background: var(--bg);
}

.page-shell {
  width: 100%;
  max-width: none;
  padding: 0;
}

.site-header {
  width: min(calc(100% - 48px), 1040px);
  top: 0;
  margin: 0 auto;
  padding: 18px 0;
  border: 0;
  border-radius: 0;
  background: rgba(247, 244, 238, 0.92);
  box-shadow: none;
}

.brand img {
  width: 26px;
  height: 26px;
}

.brand-kicker {
  display: none;
}

.brand-name {
  font-size: 0.9rem;
}

.site-nav {
  gap: 22px;
  font-size: 0.84rem;
}

.header-cta {
  min-height: 34px;
  padding: 0 14px;
  font-size: 0.78rem;
}

.hero {
  display: block;
  width: min(calc(100% - 32px), 760px);
  margin: 0 auto;
  padding: 72px 0 40px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.hero-copy {
  max-width: 680px;
  margin: 0 auto;
}

.hero .eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.78);
  color: var(--accent-deep);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
}

.hero h1 {
  margin-top: 18px;
  font-size: clamp(2.65rem, 6.8vw, 4.8rem);
  line-height: 0.94;
}

.hero-lead {
  margin: 18px auto 0;
  max-width: 56ch;
  font-size: 1.04rem;
}

.hero-text,
.hero-footnote {
  display: none;
}

.hero-proof {
  justify-content: center;
  margin-top: 24px;
}

.hero-proof span {
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted-strong);
  font-size: 0.82rem;
}

.hero-proof span::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--accent);
}

.hero-actions {
  justify-content: center;
  margin-top: 26px;
}

.primary-button,
.secondary-button,
.ghost-button {
  min-height: 42px;
  padding: 0 18px;
  font-size: 0.86rem;
  box-shadow: none;
}

.secondary-button,
.ghost-button {
  background: rgba(255, 253, 248, 0.7);
}

.hero-visual {
  display: none;
}

.aeo-strip,
.section {
  width: min(calc(100% - 32px), 760px);
  margin: 72px auto 0;
}

.aeo-shell,
.waitlist-card,
.legal-shell {
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.82);
}

.aeo-shell {
  padding: 22px 26px;
}

.aeo-grid {
  display: block;
}

.aeo-shell h2 {
  font-size: 1.08rem;
  letter-spacing: -0.01em;
  line-height: 1.35;
  font-family: "Inter", "Aptos", "Segoe UI", sans-serif;
}

.aeo-answer {
  margin-top: 12px;
  font-size: 0.94rem;
}

.section-intro {
  max-width: 680px;
  margin: 0 auto 34px;
  text-align: center;
}

.section h2,
.waitlist-card h2 {
  font-size: clamp(2rem, 5.2vw, 3.1rem);
  line-height: 0.98;
}

.problem-grid,
.trust-grid {
  gap: 28px;
}

.problem-card,
.trust-grid article {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.problem-card::before,
.trust-grid article::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: radial-gradient(circle at 35% 35%, #ffffff 0 22%, var(--accent-soft) 23% 100%);
}

.solution-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.solution-grid article,
.feature-column,
.price-card,
.trust-detail-card,
.faq-list details,
.waitlist-form {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.86);
  box-shadow: var(--shadow-card);
}

.solution-grid article {
  border-top: 1px solid var(--line);
}

.feature-columns,
.pricing-grid {
  gap: 18px;
}

.comparison-table,
.trust-detail-grid {
  display: none;
}

.price-card.featured,
.feature-column-pro {
  border-color: rgba(13, 138, 115, 0.32);
  background: rgba(255, 253, 248, 0.9);
}

.waitlist {
  width: min(calc(100% - 32px), 680px);
}

.waitlist-card {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.waitlist-card > div:first-child > p:not(.eyebrow),
.waitlist-highlights,
.waitlist-disclosure {
  display: none;
}

.waitlist-form {
  max-width: 360px;
  margin: 28px auto 0;
  padding: 18px;
}

.tally-embed-shell,
.tally-embed-shell iframe {
  min-height: 330px;
}

.form-note {
  margin: 0;
  font-size: 0.75rem;
}

.faq-list {
  max-width: 620px;
  margin: 0 auto;
}

.faq-list details {
  padding: 14px 18px;
  border-radius: 999px;
}

.faq-list details[open] {
  border-radius: 18px;
}

.faq-list summary {
  font-size: 0.92rem;
}

.site-footer {
  width: 100%;
  margin: 80px 0 0;
  padding: 46px max(24px, calc((100vw - 1040px) / 2));
  border: 0;
  border-radius: 0;
  background: #efebe2;
  box-shadow: none;
}

@media (max-width: 860px) {
  .site-header {
    width: min(calc(100% - 24px), 760px);
    grid-template-columns: 1fr auto;
    padding: 14px 0;
  }

  .site-nav {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .site-header,
  .hero,
  .aeo-strip,
  .section,
  .waitlist {
    width: min(calc(100% - 24px), 760px);
  }

  .hero {
    padding-top: 44px;
  }

  .hero-actions {
    align-items: center;
  }

  .primary-button,
  .secondary-button,
  .ghost-button {
    width: auto;
  }

  .problem-grid,
  .trust-grid,
  .feature-columns,
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}
