/* Pasture marketing landing page — farm-authentic, mobile-first.
   Palette: cream, sage green, deep brown, soft black.
*/

/* Color tokens per brand spec — Pasture Green / Field Loam / Buttermilk /
   Iron / Rust / Brick. */
:root {
  --landing-cream: #F5EFE0;         /* Buttermilk — page background */
  --landing-cream-warm: #EDE3CC;
  --landing-sage: #3D5A3A;          /* Pasture Green — primary */
  --landing-sage-dark: #1F2E1E;     /* Field Loam — headlines/nav */
  --landing-brown: #3d2c1e;
  --landing-rust: #C2541F;          /* Rust — buttons, prices, the only saturated color */
  --landing-rust-dark: #A23A1A;     /* Brick — errors */
  --landing-text: #1F1B16;          /* Iron — body */
  --landing-text-muted: #4a3d2e;    /* darker for readability on white cards */
  --landing-border: #D9CFB6;
  --landing-card-bg: #ffffff;
  --landing-dark-bg: #1F2E1E;       /* Field Loam dark sections */
  --serif: "Lora", "Iowan Old Style", "Palatino Linotype", Georgia, ui-serif, serif;
}

.landing-body {
  margin: 0;
  background: var(--landing-cream);
  color: var(--landing-text);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

/* ============================================================
   NAV
   ============================================================ */
.landing-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px;
  background: var(--landing-cream);
  border-bottom: 1px solid var(--landing-border);
  backdrop-filter: blur(6px);
}
.landing-brand {
  font-size: 22px;
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -0.5px;
  color: var(--landing-text);
  text-decoration: none;
}
.landing-nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}
.landing-nav-links a {
  color: var(--landing-text);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}
.landing-nav-links a:hover { color: var(--landing-sage); }
.btn-sm-primary {
  background: var(--landing-sage);
  color: white !important;
  padding: 9px 18px;
  border-radius: 7px;
  font-weight: 700;
}
.btn-sm-primary:hover { background: var(--landing-sage-dark); color: white !important; }

/* ============================================================
   HERO
   ============================================================ */
.landing-hero {
  padding: 64px 32px 80px;
  background:
    radial-gradient(ellipse at 30% 30%, rgba(90, 107, 63, 0.08), transparent 60%),
    radial-gradient(ellipse at 80% 70%, rgba(155, 60, 31, 0.06), transparent 60%),
    var(--landing-cream);
}
.landing-hero-inner {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}
.hero-split {
  max-width: 1200px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
  text-align: left;
}
.hero-copy { min-width: 0; }
@media (max-width: 920px) {
  .hero-split { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .hero-copy .hero-cta { align-items: center; }
}
.hero-gallery {
  position: relative;
  max-width: 520px;
  margin-left: auto;
}
@media (max-width: 920px) {
  .hero-gallery { max-width: 460px; margin: 0 auto; }
}
@media (max-width: 520px) {
  .hero-gallery { max-width: 100%; }
}
.hero-photo-main {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(31, 27, 22, 0.22);
}
/* Demo section: desktop browser frame + phone mockup side by side */
.demo-frame-pair {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 36px;
  align-items: center;
  margin-top: 32px;
}
@media (max-width: 920px) {
  .demo-frame-pair { grid-template-columns: 1fr; gap: 24px; justify-items: center; }
}
.demo-frame-desktop {
  background: white;
  border-radius: 12px;
  box-shadow: 0 22px 50px rgba(31, 27, 22, 0.20);
  overflow: hidden;
  min-width: 0;
  height: 540px;
  display: flex;
  flex-direction: column;
}
.demo-frame-desktop .demo-frame { flex: 1; }
.demo-frame-phone {
  position: relative;
  width: 240px;
  height: 480px;
  background: #1a1a1a;
  border-radius: 34px;
  padding: 10px;
  box-shadow: 0 22px 50px rgba(0,0,0,0.28), 0 4px 10px rgba(0,0,0,0.12);
  border: 2px solid #2a2a2a;
  flex-shrink: 0;
}
.demo-frame-phone-notch {
  position: absolute;
  top: 10px; left: 50%;
  transform: translateX(-50%);
  width: 72px; height: 18px;
  background: #1a1a1a;
  border-radius: 0 0 12px 12px;
  z-index: 3;
}
.demo-frame-phone iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 26px;
  display: block;
  background: var(--landing-cream);
}
@media (max-width: 920px) {
  .demo-frame-phone { width: 200px; height: 400px; }
}

/* "For every direct-to-consumer farm" strip */
.landing-section-strip {
  padding: 18px 24px;
  background: var(--landing-sage-dark);
  color: var(--landing-cream);
}
.strip-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.strip-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--landing-cream);
  opacity: 0.7;
  margin: 0;
}
.strip-types {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 22px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip-types li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--landing-cream);
  font-weight: 500;
}
.strip-emoji {
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 720px) {
  .strip-types { gap: 8px 14px; }
  .strip-types li { font-size: 13px; }
}
.hero-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--landing-sage);
  background: rgba(90, 107, 63, 0.1);
  padding: 6px 14px;
  border-radius: 50px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.landing-hero h1 {
  font-size: clamp(40px, 6vw, 64px);
  line-height: 1.05;
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: -1px;
  margin: 0 0 16px;
  color: var(--landing-text);
}
.hero-accent { color: var(--landing-sage); }
.hero-badge {
  display: inline-block;
  background: var(--landing-rust);
  color: #fff;
  padding: 2px 10px;
  border-radius: 4px;
  font-weight: 800;
  margin-right: 8px;
  letter-spacing: 0.3px;
}
.hero-sub {
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 600;
  color: var(--landing-text);
  margin: 0 0 24px;
}
.hero-lead {
  font-size: 17px;
  color: var(--landing-text);
  max-width: 620px;
  margin: 0 0 16px;
  line-height: 1.55;
}
.hero-lead strong { color: var(--landing-sage-dark); font-weight: 700; }
.hero-savings {
  font-size: 14px;
  color: var(--landing-text-muted);
  margin: 0 0 28px;
}
.hero-savings strong { color: var(--landing-rust); font-weight: 700; }
.hero-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 50px;
}
.btn-xl-primary {
  display: inline-block;
  background: var(--landing-sage);
  color: white;
  padding: 18px 36px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.1s ease, background 0.15s ease;
  box-shadow: 0 4px 14px rgba(90, 107, 63, 0.3);
}
.btn-xl-primary:hover {
  background: var(--landing-sage-dark);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(90, 107, 63, 0.4);
}
.hero-cta-note {
  font-size: 14px;
  color: var(--landing-text-muted);
}
.hero-trust {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 14px;
  color: var(--landing-text-muted);
}
.hero-signature {
  font-family: var(--serif);
  font-style: italic;
  font-size: 15px;
  color: var(--landing-text-muted);
  max-width: 580px;
  margin: 32px auto 0;
  line-height: 1.5;
}

/* ============================================================
   "When you should NOT use Pasture" — honesty section
   ============================================================ */
.landing-section-honest {
  background: var(--landing-cream-warm);
}
.honest-inner { text-align: center; }
.honest-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  margin-top: 40px;
  text-align: left;
}
.honest-card {
  background: white;
  border: 1px solid var(--landing-border);
  border-radius: 12px;
  padding: 24px;
}
.honest-card h3 {
  font-family: var(--serif);
  font-size: 18px;
  margin: 0 0 10px;
  color: var(--landing-text);
}
.honest-card h3 strong { color: var(--landing-sage); }
.honest-card p {
  margin: 0;
  font-size: 14px;
  color: var(--landing-text-muted);
  line-height: 1.55;
}
.honest-card-us {
  background: var(--landing-sage);
  border-color: var(--landing-sage);
}
.honest-card-us h3, .honest-card-us p { color: var(--landing-cream); }
.honest-card-us h3 strong { color: white; }

/* ============================================================
   SECTIONS
   ============================================================ */
.landing-section {
  padding: 80px 32px;
}
.landing-section-dark {
  background: var(--landing-dark-bg);
  color: var(--landing-cream);
}
.landing-section-dark .section-sub,
.landing-section-dark .compare-footnote {
  color: rgba(245, 239, 224, 0.78);
}
/* All headlines on dark sections need cream — global section-h rule sets dark.
   Scoped to direct text in dark sections; NOT inside the white pricing card. */
.landing-section-dark > .landing-section-inner > .section-h,
.landing-section-dark > .landing-section-inner > h1,
.landing-section-dark > .landing-section-inner > h2,
.landing-section-dark > .landing-section-inner > h3,
.landing-section-dark > .landing-section-inner > .pricing-inner > .section-h {
  color: var(--landing-cream);
}
.landing-section-features {
  background: var(--landing-cream-warm);
}
.landing-section-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.section-h {
  font-size: clamp(32px, 4.5vw, 48px);
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 16px;
  text-align: center;
  line-height: 1.15;
  color: var(--landing-text);
}
.section-sub {
  font-size: 18px;
  color: var(--landing-text-muted);
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px;
}

/* ============================================================
   COMPARISON TABLE
   ============================================================ */
.compare-table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  color: var(--landing-text);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
.compare-table thead th {
  background: var(--landing-brown);
  color: var(--landing-cream);
  padding: 16px 12px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
.compare-table thead th.compare-us {
  background: var(--landing-sage);
  color: white;
  font-size: 16px;
}
.compare-table tbody th {
  text-align: left;
  padding: 14px 16px;
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1px solid var(--landing-border);
  background: var(--landing-cream);
}
.compare-table tbody td {
  padding: 14px 12px;
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid var(--landing-border);
  color: var(--landing-text-muted);
}
.compare-table tbody td.compare-us {
  background: rgba(90, 107, 63, 0.08);
  color: var(--landing-text);
  font-weight: 600;
}
.compare-row-total th,
.compare-row-total td {
  background: var(--landing-cream-warm) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}
.compare-row-total td.compare-us {
  background: var(--landing-sage) !important;
  color: white !important;
}
.compare-row-savings th,
.compare-row-savings td {
  background: var(--landing-brown) !important;
  color: var(--landing-cream) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  border-bottom: none !important;
}
.compare-row-savings td.compare-us {
  background: var(--landing-rust) !important;
  color: white !important;
  font-size: 18px !important;
}
.compare-footnote {
  margin-top: 32px;
  text-align: center;
  font-size: 14px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.compare-math {
  margin-top: 28px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(245,239,224,0.75);
}
.compare-math p { margin: 6px 0; }
.compare-math strong { color: var(--landing-cream); }
.compare-math sup { color: var(--landing-rust); font-weight: 700; }
.compare-table sup { color: var(--landing-rust); font-weight: 700; font-size: 0.7em; vertical-align: super; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 760px;
  margin: 40px auto 0;
}
.faq-item {
  background: white;
  border: 1px solid var(--landing-border);
  border-radius: 10px;
  overflow: hidden;
}
.faq-item summary {
  padding: 18px 22px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  list-style: none;
  font-family: var(--serif);
  position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 400;
  color: var(--landing-sage);
}
.faq-item[open] summary::after { content: "−"; }
.faq-item p {
  padding: 0 22px 18px;
  margin: 0;
  font-size: 15px;
  color: var(--landing-text-muted);
  line-height: 1.6;
}

/* ============================================================
   HOW IT WORKS — 5 steps
   ============================================================ */
.how-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.how-step {
  background: white;
  padding: 28px 22px;
  border-radius: 12px;
  border: 1px solid var(--landing-border);
  text-align: left;
}
.how-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--landing-sage);
  color: white;
  border-radius: 50%;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 16px;
}
.how-step h3 {
  font-family: var(--serif);
  font-size: 17px;
  margin: 0 0 8px;
  font-weight: 700;
  color: var(--landing-text);
}
.how-step p {
  font-size: 14px;
  color: var(--landing-text-muted);
  margin: 0;
  line-height: 1.55;
}

/* ============================================================
   FEATURES
   ============================================================ */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.feature-card {
  background: white;
  padding: 28px;
  border-radius: 12px;
  border: 1px solid var(--landing-border);
}
.feature-icon {
  font-size: 32px;
  margin-bottom: 14px;
}
.feature-icon-svg {
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  color: var(--landing-sage);
}
.feature-icon-svg svg {
  width: 100%;
  height: 100%;
}
.feature-card h3 {
  font-family: var(--serif);
  font-size: 18px;
  margin: 0 0 8px;
  font-weight: 700;
  color: var(--landing-text);
}
.feature-card p {
  font-size: 14px;
  color: var(--landing-text-muted);
  margin: 0;
  line-height: 1.55;
}

/* ============================================================
   PRICING
   ============================================================ */
.pricing-inner { text-align: center; }
.pricing-card {
  max-width: 580px;
  margin: 40px auto 0;
  background: white;
  padding: 44px 36px;
  border-radius: 16px;
  color: var(--landing-text);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
  text-align: left;
}
.pricing-anchor {
  display: inline-block;
  text-decoration: line-through;
  color: var(--landing-text-muted);
  opacity: 0.7;
  font-size: 16px;
  margin-right: 8px;
  align-self: center;
}
.pricing-bonuses {
  margin: 28px 0 24px;
  padding: 22px 22px 18px;
  background: var(--landing-cream);
  border-left: 3px solid var(--landing-rust);
  border-radius: 6px;
}
.bonuses-head {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 14px;
  color: var(--landing-sage-dark);
}
.pricing-bonuses ul {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
}
.pricing-bonuses li {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--landing-text);
}
.pricing-bonuses li strong { color: var(--landing-rust); }
.pricing-bonuses li em {
  color: var(--landing-text-muted);
  font-size: 13px;
}
.bonuses-total {
  font-size: 15px;
  padding-top: 12px;
  border-top: 1px dashed var(--landing-border);
}
.pricing-guarantee {
  max-width: 580px;
  margin: 32px auto 0;
  text-align: center;
  background: var(--landing-cream-warm);
  border: 2px solid var(--landing-rust);
  border-radius: 12px;
  padding: 22px 28px;
}
.pricing-guarantee-badge {
  display: inline-block;
  font-family: var(--serif);
  font-weight: 700;
  font-size: 18px;
  color: var(--landing-rust);
  margin-bottom: 8px;
}
.pricing-guarantee p {
  color: var(--landing-text);
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}
.pricing-badge {
  display: inline-block;
  font-size: 12px;
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: 1px;
  color: white;
  background: var(--landing-sage);
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 24px;
}
.pricing-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 28px;
}
.pricing-amount {
  font-size: 64px;
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -2px;
  color: var(--landing-sage);
}
.pricing-period {
  font-size: 20px;
  color: var(--landing-text-muted);
}
.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}
.pricing-features li {
  padding: 10px 0;
  border-bottom: 1px solid var(--landing-border);
  font-size: 15px;
}
.pricing-features li:last-child { border-bottom: none; }
.pricing-cta {
  display: block;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.pricing-note {
  text-align: center;
  font-size: 13px;
  color: var(--landing-text);
  opacity: 0.7;
  margin: 14px 0 0;
}

.final-cta-inner {
  text-align: center;
  max-width: 720px;
}

/* ============================================================
   FOOTER
   ============================================================ */
.landing-footer {
  background: var(--landing-brown);
  color: var(--landing-cream);
  padding: 48px 32px;
}
.landing-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
  align-items: flex-start;
}
.landing-footer .muted { color: rgba(245, 240, 230, 0.6); }
.landing-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.landing-footer-links a {
  color: var(--landing-cream);
  text-decoration: none;
  font-size: 14px;
}
.landing-footer-links a:hover { color: white; }

/* Multi-column footer */
.landing-footer-cols {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  gap: 36px;
}
@media (max-width: 980px) {
  .landing-footer-cols { grid-template-columns: 1fr 1fr 1fr; }
}
@media (max-width: 640px) {
  .landing-footer-cols { grid-template-columns: 1fr 1fr; gap: 28px; }
}
.landing-footer-brand p {
  font-size: 13px;
  line-height: 1.6;
}
.landing-footer-col h4 {
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0 0 14px;
  color: var(--landing-cream);
  text-transform: uppercase;
}
.landing-footer-col a {
  display: block;
  color: rgba(245, 240, 230, 0.7);
  text-decoration: none;
  font-size: 13.5px;
  margin-bottom: 8px;
  line-height: 1.5;
}
.landing-footer-col a:hover { color: white; text-decoration: underline; }

.footer-cta-link {
  color: var(--landing-rust);
  text-decoration: none;
  font-weight: 700;
}
.footer-cta-link:hover { color: white; }

.landing-footer-bottom {
  max-width: 1200px;
  margin: 36px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(245, 240, 230, 0.12);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}
.landing-footer-bottom p { margin: 0; font-size: 12px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 720px) {
  .landing-nav { padding: 12px 14px; }
  .landing-nav-links { gap: 12px; flex-wrap: nowrap; }
  .landing-nav-links a { font-size: 13px; white-space: nowrap; }
  /* Hide ALL nav links on narrow screens except Sign in + Start free button.
     The full nav is reachable from the footer on every page. */
  .landing-nav-links a:not(.btn-sm-primary):not([href*="login"]) { display: none; }
}
@media (min-width: 721px) and (max-width: 980px) {
  /* Medium screens: keep primary nav but drop secondary links */
  .landing-nav-links a:not(.btn-sm-primary):nth-child(n+5) { display: none; }
}
@media (max-width: 720px) {
  .landing-hero { padding: 40px 20px 56px; }
  .landing-hero h1 { font-size: 32px; line-height: 1.15; }
  .hero-sub { font-size: 17px; }
  .hero-lead { font-size: 15px; }
  .landing-section { padding: 48px 20px; }
  .section-h { font-size: 28px; line-height: 1.2; }
  .section-sub { font-size: 15px; }
  .compare-table { font-size: 13px; }
  .compare-table thead th, .compare-table tbody th, .compare-table tbody td { padding: 9px 5px; }
  .features-grid { grid-template-columns: 1fr 1fr !important; gap: 12px; }
  .feature-card { padding: 18px 14px; }
  .feature-card h3 { font-size: 15px; }
  .feature-card p { font-size: 13px; }
  .pricing-card { padding: 32px 22px; }
  .pricing-features li { font-size: 14px; }
  .hero-trust { flex-direction: column; gap: 10px; }
  .demo-frame-wrap { height: 540px; }
  .testimonial-quote p { font-size: 20px; }
  .pricing-guarantee-bar { grid-template-columns: 1fr; gap: 10px; }
  .pricing-guarantee-bar li { padding: 12px 16px; }
  .honest-grid { grid-template-columns: 1fr !important; gap: 12px; }
  .honest-card { padding: 18px; }
  .how-grid { grid-template-columns: 1fr !important; gap: 16px; }
  .how-step { padding: 18px; }
  .faq-grid { grid-template-columns: 1fr !important; gap: 8px; }
  .faq-item { padding: 14px 16px; font-size: 14px; }
  .faq-item summary { font-size: 15px; }

  /* Cut dense low-priority sections on mobile to keep page under 3 viewports of scroll */
  .landing-section-honest { display: none; }
  .landing-section-testimonial { padding: 28px 20px; }

  /* Mobile sticky bottom CTA — appears after user scrolls past hero, taps go to signup */
  .mobile-sticky-cta {
    display: flex !important;
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 50;
    background: var(--landing-cream, #f5efe0);
    border-top: 1px solid var(--landing-border, rgba(31,27,22,0.12));
    padding: 10px 14px;
    box-shadow: 0 -4px 18px rgba(0,0,0,0.08);
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .mobile-sticky-cta .scta-price {
    font-family: "Lora", Georgia, serif;
    font-size: 15px;
    font-weight: 700;
    color: #1F1B16;
    line-height: 1.2;
  }
  .mobile-sticky-cta .scta-price small { display:block; font-family: "Inter", sans-serif; font-size: 11px; font-weight: 500; color: #6e6354; }
  .mobile-sticky-cta a {
    background: #3D5A3A; color: #fff; padding: 12px 18px; border-radius: 999px;
    font-weight: 700; font-size: 14px; letter-spacing: 0.2px;
    text-decoration: none; white-space: nowrap;
  }
  /* Make room at bottom so sticky doesn't cover last section */
  .landing-footer { padding-bottom: 96px; }
}

/* Sticky CTA is mobile-only */
.mobile-sticky-cta { display: none; }

/* ============================================================
   TESTIMONIAL SECTION
   ============================================================ */
.landing-section-testimonial {
  background: var(--landing-cream-warm);
  border-top: 1px solid var(--landing-border);
  border-bottom: 1px solid var(--landing-border);
}
.testimonial-inner {
  max-width: 820px;
  text-align: center;
}
.testimonial-eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--landing-sage);
  margin-bottom: 22px;
}
.testimonial-pitch {
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin: 0 0 16px;
  color: var(--landing-text);
}
.testimonial-body {
  font-size: 17px;
  line-height: 1.6;
  color: var(--landing-text-muted);
  margin: 0 auto 18px;
  max-width: 680px;
}
.testimonial-cta {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.testimonial-cta a {
  color: var(--landing-rust);
  text-decoration: none;
}
.testimonial-cta a:hover { text-decoration: underline; }

.testimonial-quote {
  margin: 0;
  padding: 0;
  border: none;
}
.testimonial-quote p {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--landing-text);
  margin: 0 auto 32px;
  max-width: 720px;
  font-style: italic;
}
.testimonial-attribution {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: left;
}
.testimonial-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--landing-sage);
  color: white;
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
  flex-shrink: 0;
}
.testimonial-byline {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.testimonial-byline strong {
  font-size: 16px;
  color: var(--landing-text);
}
.testimonial-byline span {
  font-size: 13px;
  color: var(--landing-text-muted);
}
.testimonial-byline a {
  font-size: 13px;
  color: var(--landing-rust);
  font-weight: 600;
  margin-top: 4px;
}
.testimonial-honest {
  margin-top: 28px;
  font-size: 13px;
  color: var(--landing-text-muted);
  font-style: italic;
}

/* ============================================================
   DEMO STOREFRONT PREVIEW
   ============================================================ */
.landing-section-demo {
  background: var(--landing-cream);
}
.demo-inner {
  max-width: 1080px;
}
.demo-inner .section-h,
.demo-inner .section-sub {
  text-align: center;
}
.demo-frame-wrap {
  margin: 40px auto 16px;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(31, 27, 22, 0.15), 0 2px 8px rgba(31, 27, 22, 0.08);
  border: 1px solid var(--landing-border);
  height: 720px;
  display: flex;
  flex-direction: column;
}
.demo-frame-chrome {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #F0E9D5;
  border-bottom: 1px solid var(--landing-border);
}
.demo-frame-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}
.demo-frame-url {
  margin-left: 12px;
  font-family: "SF Mono", Consolas, monospace;
  font-size: 13px;
  color: var(--landing-text-muted);
  background: rgba(255,255,255,0.7);
  padding: 4px 12px;
  border-radius: 50px;
  flex: 1;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.demo-frame {
  border: none;
  width: 100%;
  flex: 1;
  background: var(--landing-cream);
}
.demo-open-link {
  text-align: center;
  margin: 16px 0 0;
  font-size: 14px;
}
.demo-open-link a {
  color: var(--landing-rust);
  font-weight: 600;
  text-decoration: none;
}
.demo-open-link a:hover { text-decoration: underline; }

/* ============================================================
   PRICING GUARANTEE BAR
   ============================================================ */
.pricing-guarantee-bar {
  list-style: none;
  margin: 40px auto 0;
  padding: 24px;
  max-width: 880px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(245, 239, 224, 0.18);
  border-radius: 14px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
.pricing-guarantee-bar li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
  padding: 0 8px;
}
.pricing-guarantee-bar li strong {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 700;
  color: var(--landing-cream);
  letter-spacing: 0.2px;
}
.pricing-guarantee-bar li span {
  font-size: 12px;
  color: rgba(245, 239, 224, 0.7);
  line-height: 1.4;
}
