:root {
  --bg-top: #fff4ea;
  --bg-bottom: #e8d4c2;
  --surface: #fffaf5;
  --surface-strong: #ffffff;
  --ink: #35271f;
  --muted: #75675f;
  --brand: #7a5145;
  --brand-dark: #463528;
  --pebble: #c98f7a;
  --sage: #9eb29b;
  --rose: #d4afb9;
  --blue: #819ca9;
  --teal: #a8c8c0;
  --line: rgba(70, 53, 40, 0.14);
  --shadow: 0 20px 55px rgba(70, 53, 40, 0.13);
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 244, 234, 0.96), rgba(232, 212, 194, 0.62) 56%, #fffaf5 100%);
  font-family: ui-rounded, "SF Pro Rounded", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

a {
  color: inherit;
}

:focus-visible {
  outline: 3px solid var(--pebble);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--brand-dark);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

#how,
#faq {
  scroll-margin-top: 84px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 14px max(20px, calc((100vw - var(--max)) / 2));
  background: rgba(255, 250, 245, 0.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--brand-dark);
  text-decoration: none;
  font-weight: 850;
  letter-spacing: 0;
}

.brand img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(70, 53, 40, 0.12);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--brand);
}

.nav-cta {
  color: var(--surface-strong) !important;
  background: var(--brand-dark);
  padding: 10px 14px;
  border-radius: 8px;
}

.section-band,
.section-narrow {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: 54px;
  align-items: center;
  min-height: calc(100svh - 70px);
  padding: 74px 0 82px;
}

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

.eyebrow {
  margin: 0 0 14px;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  color: var(--brand-dark);
  font-size: clamp(3.5rem, 7vw, 6.8rem);
  line-height: 0.86;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  color: var(--brand-dark);
  font-size: clamp(2rem, 4vw, 4.15rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  color: var(--brand-dark);
  font-size: 1.08rem;
  line-height: 1.15;
}

.hero-lede,
.problem p,
.trust p,
.final-cta p {
  color: var(--muted);
  font-size: clamp(1.12rem, 2vw, 1.35rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 32px 0 28px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border-radius: 8px;
  font-weight: 850;
  text-decoration: none;
}

.button.primary {
  color: #fff;
  background: var(--brand-dark);
  box-shadow: 0 12px 28px rgba(70, 53, 40, 0.22);
}

.button.secondary {
  color: var(--brand-dark);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line);
}

.hero-proof {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
  font-weight: 700;
}

.hero-proof li {
  display: flex;
  gap: 10px;
  align-items: center;
}

.hero-proof li::before {
  content: "";
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--pebble);
  box-shadow: inset -2px -2px 0 rgba(70, 53, 40, 0.1);
}

.hero-visual {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 0.86fr) minmax(150px, 0.52fr);
  gap: 18px;
  align-items: center;
  justify-items: center;
}

.phone-frame {
  display: grid;
  justify-items: center;
  gap: 12px;
  width: min(100%, 370px);
  margin: 0;
}

.phone-shot {
  width: min(100%, 360px);
  height: auto;
  border: 10px solid #2d241e;
  border-radius: 42px;
  background: #f8f0e9;
  box-shadow: var(--shadow);
}

.supporting-screens {
  display: grid;
  gap: 18px;
  justify-items: start;
}

.phone-frame figcaption,
.real-screen figcaption {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.phone-frame figcaption {
  max-width: 260px;
  text-align: center;
}

.real-screen {
  margin: 0;
}

.real-screen img {
  width: 190px;
  height: auto;
  border: 8px solid #2d241e;
  border-radius: 28px;
  box-shadow: 0 16px 40px rgba(70, 53, 40, 0.16);
}

.real-screen.offset {
  transform: translateX(-24px);
}

.real-screen figcaption {
  max-width: 190px;
  margin-top: 10px;
}

.section-narrow {
  padding: 90px 0;
}

.problem {
  max-width: 820px;
  text-align: center;
}

.steps,
.feature-grid,
.comparison-grid {
  display: grid;
  gap: 14px;
}

.steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
}

.steps article,
.feature-grid article,
.compare-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
}

.steps span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--brand-dark);
  font-weight: 900;
}

.steps p,
.feature-grid p,
.comparison p,
.audience-list p,
.faq p {
  margin-bottom: 0;
  color: var(--muted);
}

.feature-band {
  background: rgba(255, 250, 245, 0.7);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.split {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 36px;
  align-items: start;
}

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

.comparison {
  text-align: center;
}

.comparison-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 30px;
  text-align: left;
}

.compare-card.muted {
  background: rgba(255, 255, 255, 0.48);
}

.compare-card.warm {
  background: rgba(255, 244, 234, 0.9);
  border-color: rgba(201, 143, 122, 0.42);
}

.audience {
  max-width: 860px;
}

.audience-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.audience-list p {
  padding: 20px;
  border-left: 5px solid var(--pebble);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.6);
  font-weight: 720;
}

.trust {
  max-width: 850px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.faq {
  max-width: 860px;
}

.faq-list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.66);
}

summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--brand-dark);
  font-weight: 850;
}

details p {
  padding: 0 20px 18px;
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 70px;
  padding: 36px;
  border: 1px solid rgba(201, 143, 122, 0.4);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 244, 234, 0.96), rgba(255, 250, 245, 0.94));
  box-shadow: var(--shadow);
}

.final-cta h2 {
  margin-bottom: 12px;
}

.final-cta p {
  max-width: 640px;
  margin-bottom: 0;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 44px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 750;
}

.site-footer a {
  text-decoration: none;
}

@media (max-width: 920px) {
  .hero,
  .split {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 34px;
    padding-top: 48px;
  }

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

  .hero-visual {
    grid-template-columns: minmax(220px, 0.62fr) minmax(150px, 0.38fr);
    width: min(100%, 680px);
    justify-self: center;
  }

  .phone-shot {
    width: min(100%, 310px);
  }

  .real-screen img {
    width: 160px;
  }
}

@media (max-width: 720px) {
  .site-header {
    padding: 12px 18px;
  }

  .nav-links a:not(.nav-cta) {
    display: none;
  }

  .section-band,
  .section-narrow {
    width: min(100% - 28px, var(--max));
  }

  h1 {
    font-size: clamp(3.1rem, 16vw, 4.9rem);
  }

  .hero {
    min-height: auto;
    padding: 42px 0 58px;
  }

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

  .button {
    width: 100%;
  }

  .steps,
  .feature-grid,
  .comparison-grid {
    grid-template-columns: 1fr;
  }

  .section-narrow {
    padding: 68px 0;
  }

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

  .phone-shot {
    width: min(100%, 300px);
    border-width: 8px;
    border-radius: 34px;
  }

  .supporting-screens {
    display: none;
  }

  .final-cta {
    padding: 24px;
  }
}

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

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