:root {
  --bg: #fbf3e6;
  --bg-2: #eee0ca;
  --surface: #fffaf0;
  --paper: #f8eccc;
  --ink: #33261c;
  --muted: #786452;
  --terra: #b35738;
  --terra-dark: #8f3e29;
  --sage: #617a5c;
  --line: rgba(148, 109, 72, 0.24);
  --shadow: rgba(64, 41, 24, 0.16);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: linear-gradient(150deg, var(--bg), var(--bg-2));
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.55;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 850;
  text-decoration: none;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 9px;
  box-shadow: 0 10px 24px rgba(179, 87, 56, 0.18);
}

.site-header nav,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.site-header nav a,
.site-footer nav a {
  color: var(--muted);
  font-weight: 750;
  text-decoration: none;
}

.site-header nav a:hover,
.site-footer nav a:hover {
  color: var(--terra);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  align-items: center;
  gap: 64px;
  max-width: var(--max);
  min-height: 780px;
  margin: 0 auto;
  padding: 48px 24px;
  overflow: hidden;
}

.hero-copy {
  width: min(620px, calc(100vw - 48px));
  max-width: 620px;
  min-width: 0;
  position: relative;
  z-index: 2;
}

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

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  max-width: 650px;
  font-size: clamp(3.6rem, 8vw, 6.7rem);
  font-weight: 950;
}

h2 {
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  font-weight: 930;
}

h3 {
  font-size: 1.25rem;
  font-weight: 900;
}

.lede {
  max-width: 640px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.2rem, 2.1vw, 1.55rem);
  font-weight: 650;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px;
  max-width: 100%;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 8px;
  font-weight: 850;
  text-decoration: none;
}

.button.primary {
  background: var(--terra);
  color: #fff;
  box-shadow: 0 18px 34px rgba(179, 87, 56, 0.22);
}

.button.secondary {
  background: rgba(255, 250, 240, 0.7);
  border: 1px solid var(--line);
  color: var(--terra-dark);
}

.fine-print {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 650;
}

.hero-art {
  position: relative;
  justify-self: end;
  width: min(100%, 560px);
  min-height: 690px;
  min-width: 0;
  z-index: 1;
}

.phone-shot {
  position: absolute;
  width: clamp(300px, 27vw, 390px);
  border-radius: 36px;
  box-shadow: 0 32px 80px var(--shadow);
}

.main-shot {
  right: 148px;
  top: 0;
  transform: rotate(-2deg);
}

.side-shot {
  right: 0;
  top: 112px;
  transform: rotate(3deg);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: var(--max);
  margin: 0 auto 28px;
  padding: 0 24px;
}

.trust-strip div {
  min-height: 120px;
  padding: 24px;
  background: rgba(255, 250, 240, 0.7);
  border: 1px solid var(--line);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  font-size: 1.1rem;
  font-weight: 900;
}

.trust-strip span {
  margin-top: 6px;
  color: var(--muted);
  font-weight: 650;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 90px 24px;
}

.split {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 52px;
}

.split > div > p:not(.eyebrow),
.showcase-copy p,
.pro-copy p,
.privacy-callout p {
  color: var(--muted);
  font-size: 1.12rem;
  font-weight: 620;
}

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

.feature-grid article,
.support-grid article {
  min-height: 190px;
  padding: 24px;
  background: rgba(255, 250, 240, 0.72);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(64, 41, 24, 0.08);
}

.feature-grid p,
.support-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  font-weight: 620;
}

.icon {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  place-items: center;
  background: rgba(196, 206, 169, 0.3);
  border-radius: 8px;
}

.showcase {
  max-width: var(--max);
  margin: 0 auto;
  padding: 70px 24px 36px;
}

.showcase-copy {
  max-width: 720px;
  margin-bottom: 28px;
}

.showcase img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(64, 41, 24, 0.18);
}

.pro-section {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 0.82fr);
  align-items: center;
  gap: 72px;
  overflow: hidden;
}

.pro-section h2 {
  font-size: clamp(2.35rem, 5vw, 5.35rem);
  max-width: 760px;
}

.pro-copy {
  min-width: 0;
  position: relative;
  z-index: 2;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: var(--muted);
  font-weight: 750;
}

.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--sage);
  content: "✓";
  font-weight: 950;
}

.stacked-shots {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: center;
  justify-items: end;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.stacked-shots img {
  width: min(100%, 320px);
  border-radius: 30px;
  box-shadow: 0 24px 60px rgba(64, 41, 24, 0.16);
}

.stacked-shots img:first-child {
  transform: translateY(32px);
}

.privacy-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 40px;
  background: rgba(255, 250, 240, 0.66);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.privacy-callout div {
  max-width: 780px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 36px 24px 56px;
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 6px 0 0;
  color: var(--muted);
}

.page {
  max-width: var(--max);
  margin: 0 auto;
  padding: 72px 24px 90px;
}

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

.page-hero .button {
  margin-top: 28px;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 56px;
}

.policy-body {
  max-width: 820px;
  margin-top: 52px;
  padding: 34px;
  background: rgba(255, 250, 240, 0.72);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.policy-body h2 {
  margin-top: 34px;
  font-size: 1.45rem;
}

.policy-body h2:first-child {
  margin-top: 0;
}

.policy-body p {
  color: var(--muted);
  font-weight: 620;
}

.policy-body a {
  color: var(--terra-dark);
  font-weight: 800;
}

/* Pricing section */
.pricing-section {
  margin-bottom: 0;
}

.pricing-header-copy {
  max-width: 640px;
  margin-bottom: 48px;
}

.pricing-header-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.12rem;
  font-weight: 620;
  margin: 16px 0 0;
}

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 860px;
}

.pricing-card {
  padding: 36px;
  background: rgba(255, 250, 240, 0.72);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(64, 41, 24, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pricing-card--pro {
  border-color: var(--terra);
  background: rgba(255, 248, 238, 0.92);
  box-shadow: 0 18px 48px rgba(179, 87, 56, 0.14);
  position: relative;
}

.plan-badge {
  display: inline-flex;
  align-self: flex-start;
  margin: 0 0 16px;
  padding: 4px 14px;
  background: var(--terra);
  color: #fff;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.plan-name {
  margin: 0 0 6px;
  font-size: 1.4rem;
  font-weight: 950;
  color: var(--ink);
}

.plan-price {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 700;
}

.pricing-card .check-list {
  flex: 1;
  margin-bottom: 32px;
}

.pricing-card .button {
  align-self: flex-start;
  width: 100%;
}

/* FAQ section */
.faq-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 72px 24px 90px;
  border-top: 1px solid var(--line);
}

.faq-section h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  margin-bottom: 40px;
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0;
}

.faq-item {
  padding: 24px 28px;
  background: rgba(255, 250, 240, 0.72);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.faq-item dt {
  font-weight: 900;
  font-size: 1.05rem;
  color: var(--ink);
  margin-bottom: 8px;
}

.faq-item dd {
  margin: 0;
  color: var(--muted);
  font-weight: 620;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .hero,
  .split,
  .pro-section {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero {
    min-height: auto;
  }

  .hero-art {
    display: flex;
    justify-content: center;
    min-height: 0;
    margin-top: 34px;
  }

  .phone-shot {
    position: static;
    width: min(76vw, 420px);
    transform: none;
  }

  .side-shot {
    display: none;
  }

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

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
  }

  .faq-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 16px;
  }

  .site-header,
  .site-footer,
  .privacy-callout {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header nav {
    gap: 14px;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 3.45rem);
  }

  .hero {
    padding-top: 42px;
    overflow: hidden;
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-copy,
  .hero-art,
  .page-hero,
  .showcase-copy,
  .pro-copy,
  .privacy-callout div {
    max-width: 100%;
    min-width: 0;
  }

  .lede,
  .fine-print,
  .hero-copy p {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .hero-art {
    display: flex;
    justify-content: center;
    min-height: 0;
    margin-top: 30px;
  }

  .phone-shot {
    position: static;
    width: min(86vw, 340px);
    border-radius: 24px;
    transform: none;
  }

  .main-shot {
    left: auto;
  }

  .side-shot {
    display: none;
  }

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

  .button {
    width: 100%;
  }

  .trust-strip,
  .feature-grid,
  .support-grid,
  .stacked-shots,
  .pricing-grid,
  .faq-list {
    grid-template-columns: 1fr;
  }

  .pricing-card .button {
    width: 100%;
  }

  .section {
    padding: 62px 24px;
  }
}
