:root {
  color-scheme: light;
  --cream: #fff7ea;
  --paper: #fffdf8;
  --ink: #172019;
  --muted: #657166;
  --soft: #efe3cf;
  --line: rgba(23, 32, 25, 0.14);
  --green: #138a50;
  --green-2: #2fd07f;
  --orange: #ff8a3d;
  --yellow: #ffd166;
  --blue: #2257ff;
  --dark: #101813;
  --shadow: 0 28px 80px rgba(52, 38, 18, 0.16);
}

* { box-sizing: border-box; min-width: 0; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 0% 4%, rgba(255, 138, 61, 0.22), transparent 26rem),
    radial-gradient(circle at 94% 26%, rgba(47, 208, 127, 0.24), transparent 31rem),
    linear-gradient(180deg, var(--cream), #f7efe2 48%, #fffaf1 100%);
  color: var(--ink);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.page-glow { position: fixed; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(23,32,25,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(23,32,25,.035) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, black, transparent 75%); }
.container { width: min(1160px, calc(100% - 32px)); margin-inline: auto; }

.topbar {
  position: sticky;
  top: 14px;
  z-index: 40;
  width: min(1160px, calc(100% - 32px));
  margin: 14px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 12px;
  border: 1px solid rgba(23,32,25,.12);
  border-radius: 999px;
  background: rgba(255, 253, 248, .78);
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 50px rgba(57, 41, 18, .10);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: -.05em; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 14px; background: var(--dark); color: var(--yellow); box-shadow: inset 0 -10px 18px rgba(255,255,255,.08); }
.nav { display: flex; align-items: center; gap: 22px; color: var(--muted); font-size: 14px; font-weight: 700; }
.nav a:hover, .footer a:hover { color: var(--green); }
.topbar-cta { padding: 11px 17px; border-radius: 999px; color: white; background: var(--dark); font-weight: 900; box-shadow: 0 12px 28px rgba(16,24,19,.18); }

.hero { min-height: auto; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(400px, .98fr); gap: 58px; align-items: center; padding: 70px 0 76px; }
.kicker { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 16px; color: var(--green); font-size: 13px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.kicker::before { content: ""; width: 30px; height: 2px; border-radius: 999px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 24px; font-size: clamp(46px, 5.8vw, 72px); line-height: .94; letter-spacing: -.075em; text-wrap: balance; }
h2 { margin-bottom: 18px; font-size: clamp(34px, 5vw, 58px); line-height: .98; letter-spacing: -.068em; }
h3 { margin-bottom: 10px; font-size: 22px; letter-spacing: -.035em; }
.lead, .section-head p, .channel-copy p, .final-cta p { color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 34px 0 20px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 22px; border-radius: 18px; font-weight: 900; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: linear-gradient(135deg, var(--green), #0b5b36); box-shadow: 0 18px 42px rgba(19,138,80,.26); }
.btn-ghost { border: 1px solid var(--line); background: rgba(255,255,255,.58); }
.proof-pills { display: flex; flex-wrap: wrap; gap: 10px; color: var(--muted); }
.proof-pills span { padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.56); font-size: 13px; font-weight: 800; }

.deal-desk { position: relative; max-width: 520px; justify-self: end; padding: 18px; border: 1px solid rgba(23,32,25,.12); border-radius: 34px; background: linear-gradient(180deg, rgba(255,253,248,.92), rgba(255,255,255,.72)); box-shadow: var(--shadow); backdrop-filter: blur(20px); }
.deal-desk::before { content: ""; position: absolute; inset: -16px; z-index: -1; border-radius: 46px; background: linear-gradient(135deg, rgba(255,138,61,.20), rgba(47,208,127,.24)); transform: rotate(-1.5deg); }
.desk-header { display: flex; align-items: center; gap: 10px; padding: 4px 4px 14px; }
.desk-header small { margin-left: auto; color: var(--muted); }
.live-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green-2); box-shadow: 0 0 0 6px rgba(47,208,127,.16); }
.deal-card { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px; border-radius: 26px; background: white; border: 1px solid var(--line); box-shadow: 0 14px 40px rgba(50,38,17,.08); overflow: hidden; }
.deal-card + .deal-card { margin-top: 12px; }
.deal-card p { margin: 0; color: var(--muted); }
.deal-card button { border: 0; border-radius: 15px; padding: 12px 14px; background: var(--yellow); color: var(--dark); font-weight: 900; white-space: nowrap; }
.deal-card.muted { opacity: .72; background: #f5efe4; }
.tag { display: inline-flex; margin-bottom: 9px; padding: 6px 9px; border-radius: 999px; font-size: 12px; font-weight: 900; }
.tag.owner { color: #064b2b; background: rgba(47,208,127,.18); }
.tag.warning { color: #7a340d; background: rgba(255,138,61,.18); }
.cross { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; color: #9a3f14; background: rgba(255,138,61,.18); font-size: 26px; font-weight: 900; }
.assistant-box { margin-top: 12px; padding: 18px; border-radius: 26px; color: white; background: var(--dark); overflow: hidden; }
.assistant-box p { margin-bottom: 10px; color: rgba(255,255,255,.72); }
.saving-card { margin-top: 12px; max-width: none; padding: 16px; border-radius: 22px; color: var(--dark); background: var(--yellow); box-shadow: 0 22px 55px rgba(64,42,10,.18); }
.saving-card span { display: block; margin-bottom: 6px; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }

.home-hero { grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr); }
.home-panel { padding: 20px; border: 1px solid var(--line); border-radius: 34px; background: var(--dark); color: white; box-shadow: var(--shadow); }
.home-panel-top { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.home-message { padding: 18px; border-radius: 24px; background: rgba(255,255,255,.10); color: rgba(255,255,255,.82); line-height: 1.55; }
.home-result { margin-top: 12px; padding: 18px; border-radius: 24px; background: white; color: var(--ink); }
.home-result strong, .home-result span { display: block; }
.home-result span { margin-top: 6px; color: var(--muted); line-height: 1.5; }
.home-result.muted { background: rgba(255,255,255,.10); color: white; }
.home-result.muted span { color: rgba(255,255,255,.68); }
.market-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.market-card { display: flex; min-height: 220px; flex-direction: column; justify-content: space-between; padding: 24px; border: 1px solid var(--line); border-radius: 30px; background: rgba(255,255,255,.68); box-shadow: 0 18px 55px rgba(52,38,18,.08); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.market-card:hover { transform: translateY(-4px); border-color: rgba(19,138,80,.35); box-shadow: 0 26px 70px rgba(52,38,18,.13); }
.market-card span { color: var(--green); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: 13px; }
.market-card strong { display: block; margin: 18px 0; font-size: 26px; line-height: 1.08; letter-spacing: -.045em; }
.market-card small { color: var(--muted); line-height: 1.55; }

.pain-strip { margin: 10px 0 26px; background: var(--dark); color: white; }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; }
.pain-grid div { padding: 28px; border-left: 1px solid rgba(255,255,255,.08); }
.pain-grid strong { display: block; margin-bottom: 8px; font-size: 20px; letter-spacing: -.03em; }
.pain-grid span { color: rgba(255,255,255,.66); }

.section { padding: 86px 0; }
.section-head { max-width: 820px; margin-bottom: 34px; }
.centered { text-align: center; margin-inline: auto; }
.centered .kicker { justify-content: center; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.benefit-grid article, .timeline article, .split-cards article, .price-card, details { border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.62); box-shadow: 0 18px 55px rgba(52,38,18,.08); }
.benefit-grid article { padding: 24px; }
.num { display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 18px; border-radius: 15px; color: white; background: var(--green); font-weight: 900; }
.benefit-grid p, .timeline p, .split-cards p, .split-cards li, .price-card li, details p, .calc-card p { color: var(--muted); line-height: 1.65; }

.economics { display: grid; grid-template-columns: .95fr 1.05fr; gap: 28px; align-items: center; margin-top: 18px; padding: 34px; border-radius: 34px; color: white; background: linear-gradient(135deg, #111a14, #183f2a); box-shadow: var(--shadow); }
.economics .kicker { color: var(--yellow); }
.economics h2 { margin-bottom: 0; }
.calc-card { display: grid; gap: 12px; padding: 18px; border-radius: 28px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); }
.calc-card div { display: flex; justify-content: space-between; gap: 18px; padding: 16px; border-radius: 18px; background: rgba(255,255,255,.09); }
.calc-card span, .calc-card p { color: rgba(255,255,255,.68); }
.calc-card p { margin: 0; }
.calc-card strong { color: white; text-align: right; }

.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.timeline article { position: relative; padding: 24px; }
.timeline strong { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 18px; border-radius: 999px; background: var(--yellow); }

.channels-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; align-items: center; }
.channel-panel { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 18px; border-radius: 34px; background: var(--dark); box-shadow: var(--shadow); }
.channel-panel span { padding: 20px; border-radius: 22px; color: white; background: rgba(255,255,255,.08); font-weight: 900; }
.channel-panel span:nth-child(1), .channel-panel span:nth-child(6) { background: linear-gradient(135deg, var(--green), #0b5b36); }

.split-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.split-cards article { padding: 30px; }
.split-cards ul { margin: 20px 0 0; padding-left: 20px; }

.compare-section { padding: 78px 0; background: #f0e2cc; }
.compare-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 42px; align-items: start; }
.compare-table { overflow: hidden; border: 1px solid rgba(23,32,25,.12); border-radius: 30px; background: var(--paper); box-shadow: var(--shadow); }
.row { display: grid; grid-template-columns: 1fr 1fr; }
.row + .row { border-top: 1px solid rgba(23,32,25,.10); }
.row span { padding: 20px; color: var(--muted); }
.row span + span { color: var(--ink); background: rgba(47,208,127,.10); font-weight: 800; }
.row.head span { color: var(--ink); background: var(--dark); color: white; font-weight: 900; }
.row.head span + span { background: var(--green); }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 28px; }
.price-card.featured { background: var(--dark); color: white; transform: translateY(-12px); box-shadow: 0 32px 90px rgba(16,24,19,.24); }
.plan { margin-bottom: 10px; color: var(--green); font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.price-card.featured .plan { color: var(--yellow); }
.price-card h3 { margin: 0 0 8px; font-size: 44px; }
.price-card span { color: var(--muted); font-weight: 800; }
.price-card.featured span, .price-card.featured li { color: rgba(255,255,255,.72); }
.price-card ul { padding-left: 20px; margin: 24px 0; }
.price-card .btn { margin-top: auto; }
.badge { position: absolute; top: 18px; right: 18px; padding: 7px 11px; border-radius: 999px; color: var(--dark); background: var(--yellow); font-size: 12px; font-weight: 900; }

.faq-section { display: grid; grid-template-columns: .76fr 1.24fr; gap: 44px; align-items: start; }
.faq-grid { display: grid; gap: 12px; }
details { padding: 20px 22px; }
summary { cursor: pointer; font-weight: 900; font-size: 18px; letter-spacing: -.02em; }
details p { margin: 14px 0 0; }

.final-cta { margin-bottom: 70px; padding: 58px 34px; border-radius: 38px; text-align: center; color: white; background: radial-gradient(circle at 20% 0%, rgba(255,209,102,.30), transparent 26rem), linear-gradient(135deg, #101813, #17462d); box-shadow: var(--shadow); }
.final-cta .kicker { color: var(--yellow); }
.final-cta p { max-width: 720px; margin-inline: auto; color: rgba(255,255,255,.72); }
.centered-actions { justify-content: center; }
.final-cta .btn-ghost { color: white; background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.20); }
.footer { display: flex; justify-content: space-between; gap: 20px; padding: 28px 0 42px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.sticky-cta { display: none; position: fixed; left: 14px; right: 14px; bottom: 14px; z-index: 50; min-height: 56px; align-items: center; justify-content: center; border-radius: 18px; color: white; background: linear-gradient(135deg, var(--green), #0b5b36); box-shadow: 0 20px 60px rgba(16,24,19,.30); font-weight: 900; }

[data-reveal] { opacity: 1; transform: translateY(0); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1020px) {
  .nav { display: none; }
  .hero, .home-hero, .economics, .channels-section, .compare-grid, .faq-section { grid-template-columns: 1fr; }
  .deal-desk { justify-self: start; width: 100%; }
  .benefit-grid, .timeline, .market-grid { grid-template-columns: repeat(2, 1fr); }
  .saving-card { right: 12px; }
}

@media (max-width: 720px) {
  .container, .topbar { width: calc(100% - 40px); max-width: 360px; margin-left: 20px; margin-right: auto; }
  .topbar { top: 10px; margin-top: 10px; }
  .topbar-cta { display: none; }
  .hero { grid-template-columns: minmax(0, 1fr); padding: 42px 0 42px; gap: 30px; }
  .hero-copy, .deal-desk, .lead { width: 100%; max-width: 100%; }
  .kicker { max-width: 100%; font-size: 11px; letter-spacing: .07em; }
  h1 { max-width: 100%; font-size: clamp(30px, 8.2vw, 36px); line-height: 1.05; letter-spacing: -.05em; text-wrap: auto; overflow-wrap: break-word; }
  h2 { font-size: 35px; }
  .lead, .section-head p, .channel-copy p, .final-cta p { font-size: 16px; }
  .hero-actions, .btn { width: 100%; }
  .btn { min-height: 54px; padding-inline: 16px; white-space: normal; text-align: center; line-height: 1.18; }
  .proof-pills { overflow: visible; flex-wrap: wrap; padding-bottom: 2px; }
  .proof-pills span { white-space: normal; }
  .pain-grid, .benefit-grid, .timeline, .split-cards, .pricing-grid, .market-grid { grid-template-columns: 1fr; }
  .pain-grid div { border-left: 0; border-top: 1px solid rgba(255,255,255,.08); }
  .section { padding: 62px 0; }
  .deal-desk { max-width: none; }
  .deal-desk::before { inset: -10px; border-radius: 36px; }
  .desk-header { align-items: flex-start; }
  .desk-header small { display: none; }
  .deal-card { align-items: flex-start; flex-direction: column; }
  .deal-card button { width: 100%; white-space: normal; }
  .assistant-box strong { overflow-wrap: break-word; }
  .channel-panel { grid-template-columns: 1fr; }
  .row { grid-template-columns: 1fr; }
  .row span + span { border-top: 1px solid rgba(23,32,25,.10); }
  .price-card.featured { transform: none; }
  .calc-card div { flex-direction: column; }
  .calc-card strong { text-align: left; }
  .footer { flex-direction: column; padding-bottom: 94px; }
  .sticky-cta { display: flex; }
}
