:root {
  color-scheme: light;
  --bg: #f8f5ee;
  --paper: #ffffff;
  --ink: #17201d;
  --muted: #5b6761;
  --green: #15533f;
  --green-dark: #0d2f25;
  --green-soft: #e7f2ec;
  --mint: #9fecd1;
  --gold: #dfb13f;
  --line: #dfe5e1;
  --content: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

img {
  max-width: 100%;
}

a {
  color: var(--green);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  min-height: 72px;
  padding: 12px max(24px, calc((100vw - var(--content)) / 2));
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  background: rgba(248, 245, 238, 0.97);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand,
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand {
  color: var(--ink);
  font-size: 1.12rem;
  text-decoration: none;
}

.brand img,
.footer-brand img,
.final-cta img {
  border-radius: 8px;
}

.site-header nav {
  display: flex;
  justify-content: center;
  gap: 28px;
}

.site-header nav a {
  color: var(--muted);
  font-size: 0.92rem;
  text-decoration: none;
}

.site-header nav a:hover,
.site-header nav a:focus-visible {
  color: var(--green);
}

.header-action,
.primary-action {
  display: inline-flex;
  width: fit-content;
  min-height: 46px;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  background: var(--green);
  border: 1px solid var(--green);
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
}

.header-action {
  min-height: 40px;
  padding-inline: 16px;
}

.product-hero {
  min-height: min(760px, calc(100vh - 72px));
  padding: 72px max(24px, calc((100vw - var(--content)) / 2));
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: var(--green-dark);
  color: #fff;
}

.product-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13, 47, 37, 0.18);
  pointer-events: none;
}

.hero-copy {
  width: min(650px, 58%);
  position: relative;
  z-index: 2;
}

.hero-kicker,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-hero h1 {
  margin: 0;
  font-size: clamp(3.1rem, 7vw, 6.8rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.hero-statement {
  max-width: 620px;
  margin: 28px 0 14px;
  font-size: clamp(1.45rem, 2.5vw, 2.25rem);
  line-height: 1.2;
  font-weight: 700;
}

.hero-detail {
  max-width: 570px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.hero-actions .primary-action {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--green-dark);
}

.text-action {
  color: #fff;
}

.hero-proof {
  margin: 34px 0 0;
  padding: 0;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  list-style: none;
}

.hero-proof li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--mint);
}

.hero-product {
  position: absolute;
  z-index: 1;
  width: min(480px, 36vw);
  max-height: 92%;
  object-fit: contain;
  right: max(24px, calc((100vw - var(--content)) / 2));
  bottom: -18%;
  filter: drop-shadow(0 32px 40px rgba(0, 0, 0, 0.34));
}

.trust-band {
  padding: 32px max(24px, calc((100vw - var(--content)) / 2));
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.trust-band div {
  padding: 4px 26px;
  border-left: 1px solid var(--line);
}

.trust-band div:first-child {
  padding-left: 0;
  border-left: 0;
}

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

.trust-band strong {
  color: var(--green);
}

.trust-band span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.9rem;
}

.content-section,
.preview-band,
.privacy-band,
.faq-band,
.final-cta,
.site-footer {
  padding-left: max(24px, calc((100vw - var(--content)) / 2));
  padding-right: max(24px, calc((100vw - var(--content)) / 2));
}

.content-section {
  padding-top: 96px;
  padding-bottom: 96px;
}

.section-heading {
  max-width: 760px;
}

.section-heading h2,
.privacy-copy h2,
.pricing-copy h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.06;
  letter-spacing: 0;
}

.section-heading > p:last-child,
.pricing-copy > p:last-child,
.privacy-copy > p {
  color: var(--muted);
  font-size: 1.05rem;
}

.feature-list {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.feature-list article {
  min-height: 230px;
  padding: 34px;
  background: var(--paper);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.feature-number {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 800;
}

.feature-list h3 {
  margin: 34px 0 8px;
  color: var(--green);
  font-size: 1.4rem;
}

.feature-list p {
  margin: 0;
  color: var(--muted);
}

.preview-band {
  padding-top: 90px;
  overflow: hidden;
  background: var(--green);
  color: #fff;
}

.preview-heading {
  margin-bottom: 46px;
}

.phone-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: end;
}

.phone-gallery figure {
  margin: 0;
}

.phone-gallery img {
  width: 100%;
  display: block;
  border-radius: 6px 6px 0 0;
}

.phone-gallery figcaption {
  padding: 14px 0 26px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-weight: 700;
}

.privacy-band {
  padding-top: 96px;
  padding-bottom: 96px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 80px;
  background: var(--paper);
}

.privacy-copy > p {
  max-width: 650px;
}

.privacy-points {
  margin: 0;
  border-top: 1px solid var(--line);
}

.privacy-points div {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.privacy-points dt {
  color: var(--green);
  font-weight: 800;
}

.privacy-points dd {
  margin: 4px 0 0;
  color: var(--muted);
}

.pricing-section {
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 90px;
  align-items: center;
}

.price-panel {
  padding: 36px;
  background: var(--green-soft);
  border: 1px solid #c8dcd1;
  border-radius: 8px;
}

.price-label {
  margin: 0;
  color: var(--green);
  font-weight: 800;
}

.price {
  margin: 8px 0 4px;
  color: var(--green-dark);
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1;
}

.price span,
.price small {
  font-size: 1rem;
}

.price-panel > p:nth-of-type(3),
.price-panel > small {
  color: var(--muted);
}

.price-panel .primary-action {
  margin: 18px 0 14px;
}

.price-panel > small {
  display: block;
}

.faq-band {
  padding-top: 96px;
  padding-bottom: 96px;
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 70px;
  background: #eef3f0;
}

.faq-list {
  border-top: 1px solid #cbd6d0;
}

.faq-list details {
  border-bottom: 1px solid #cbd6d0;
}

.faq-list summary {
  padding: 22px 34px 22px 0;
  cursor: pointer;
  color: var(--green-dark);
  font-weight: 800;
}

.faq-list p {
  margin: -6px 0 24px;
  color: var(--muted);
}

.final-cta {
  padding-top: 54px;
  padding-bottom: 54px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 26px;
  align-items: center;
  background: var(--green-dark);
  color: #fff;
}

.final-cta h2 {
  font-size: clamp(1.65rem, 3vw, 2.7rem);
}

.final-cta p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.light-action {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--green-dark);
}

.site-footer {
  padding-top: 38px;
  padding-bottom: 38px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px 50px;
  align-items: center;
  background: #071c16;
  color: rgba(255, 255, 255, 0.68);
}

.footer-brand strong,
.footer-brand span {
  display: block;
}

.footer-brand strong {
  color: #fff;
}

.footer-brand span {
  font-size: 0.8rem;
}

.site-footer nav {
  display: flex;
  justify-content: flex-end;
  gap: 22px;
  flex-wrap: wrap;
}

.site-footer nav a {
  color: rgba(255, 255, 255, 0.78);
}

.site-footer > p {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.82rem;
}

/* Legal pages */
.page,
.page-shell {
  min-height: 100vh;
  padding: 32px 18px;
}

.policy,
.policy-card {
  max-width: 880px;
  margin: 0 auto;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 22px 70px rgba(23, 32, 29, 0.08);
}

.hero,
.brand-header {
  padding: 48px 42px;
  background: var(--green);
  color: #fff;
}

.brand-header {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
}

.brand-header img,
.mark {
  width: 74px;
  height: 74px;
  display: block;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  padding: 8px;
}

.mark {
  margin-bottom: 26px;
}

.eyebrow,
.updated {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1,
.brand-header h1 {
  margin: 10px 0 16px;
  font-size: clamp(2.3rem, 8vw, 4.4rem);
  line-height: 1;
}

.brand-header h1 {
  margin-bottom: 0;
}

.lead {
  max-width: 680px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.18rem;
}

.policy section,
.policy footer,
.policy-card section,
.policy-card > p {
  padding: 28px 42px;
  border-top: 1px solid var(--line);
}

.policy section:nth-of-type(even),
.policy-card section:nth-of-type(even) {
  background: #fbfaf7;
}

.policy h2,
.policy-card h2 {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 1.35rem;
  line-height: 1.25;
}

.policy p,
.policy-card p {
  margin-top: 0;
}

.policy ul,
.policy-card ul {
  padding-left: 22px;
}

.policy footer {
  background: var(--green-soft);
  color: var(--muted);
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    display: none;
  }

  .product-hero {
    min-height: 800px;
    padding-top: 60px;
    align-items: flex-start;
  }

  .hero-copy {
    width: 100%;
  }

  .hero-product {
    width: 340px;
    max-width: 70vw;
    right: 8vw;
    bottom: -18%;
    opacity: 0.72;
  }

  .trust-band {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 0;
  }

  .trust-band div:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .privacy-band,
  .pricing-section,
  .faq-band {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .price-panel {
    max-width: 500px;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 64px;
    padding: 10px 18px;
    gap: 14px;
  }

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

  .header-action {
    min-height: 38px;
    padding-inline: 12px;
    font-size: 0.84rem;
  }

  .product-hero {
    min-height: auto;
    padding: 46px 22px 0;
    display: block;
  }

  .product-hero h1 {
    font-size: 2.65rem;
    line-height: 1;
  }

  .hero-statement {
    margin-top: 22px;
    font-size: 1.25rem;
  }

  .hero-detail {
    max-width: none;
    font-size: 1rem;
  }

  .hero-product {
    position: relative;
    display: block;
    width: min(100%, 330px);
    height: 180px;
    max-width: none;
    max-height: none;
    margin: 32px auto 0;
    right: auto;
    bottom: auto;
    object-fit: cover;
    object-position: top center;
    opacity: 1;
    filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.24));
  }

  .hero-proof {
    max-width: none;
    display: grid;
    gap: 8px;
  }

  .trust-band {
    padding: 26px 22px;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .trust-band div,
  .trust-band div:nth-child(3) {
    padding: 18px 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .trust-band div:first-child {
    border-top: 0;
  }

  .content-section,
  .preview-band,
  .privacy-band,
  .faq-band,
  .final-cta,
  .site-footer {
    padding-left: 22px;
    padding-right: 22px;
  }

  .content-section,
  .privacy-band,
  .faq-band {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .feature-list article {
    min-height: 190px;
    padding: 28px;
  }

  .phone-gallery {
    grid-template-columns: 1fr;
  }

  .phone-gallery figure:nth-child(n+2) {
    display: none;
  }

  .pricing-section {
    gap: 38px;
  }

  .price-panel {
    padding: 26px;
  }

  .final-cta {
    grid-template-columns: auto 1fr;
  }

  .final-cta .primary-action {
    grid-column: 1 / -1;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .page,
  .page-shell {
    padding: 0;
  }

  .policy,
  .policy-card {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  .hero,
  .brand-header,
  .policy section,
  .policy footer,
  .policy-card section,
  .policy-card > p {
    padding-left: 24px;
    padding-right: 24px;
  }
}

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