:root {
  color-scheme: light;
  --ink: #10231d;
  --muted: #586a63;
  --leaf: #176f53;
  --leaf-dark: #0c4f3a;
  --mint: #dcefe6;
  --mint-soft: #eef8f2;
  --cream: #fffaf0;
  --coral: #ef6c57;
  --line: rgba(16, 35, 29, 0.14);
  --paper: #ffffff;
  --shadow: 0 24px 70px rgba(19, 60, 47, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--mint-soft);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.58;
  overflow-x: hidden;
}

body,
a,
button,
summary {
  overflow-wrap: break-word;
  word-break: normal;
}

a {
  color: inherit;
}

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

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--ink);
  color: white;
  font-weight: 800;
  transform: translateY(-150%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 12px max(20px, calc((100vw - 1240px) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(238, 248, 242, 0.94);
  backdrop-filter: blur(18px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand img {
  border-radius: 11px;
}

.site-header nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  min-width: 0;
}

.nav-link {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 750;
  text-decoration: none;
}

.nav-link:hover,
.nav-link:focus-visible,
.text-action:hover,
.text-action:focus-visible,
footer a:hover,
footer a:focus-visible {
  color: var(--leaf);
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid var(--leaf);
  border-radius: 999px;
  background: var(--leaf);
  color: white;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(23, 111, 83, 0.18);
}

.button:hover,
.button:focus-visible {
  border-color: var(--leaf-dark);
  background: var(--leaf-dark);
}

.button-small {
  min-height: 42px;
  padding: 10px 17px;
  font-size: 0.88rem;
}

.button-light {
  border-color: white;
  background: white;
  color: var(--leaf-dark);
  box-shadow: none;
}

.button-light:hover,
.button-light:focus-visible {
  border-color: var(--cream);
  background: var(--cream);
  color: var(--leaf-dark);
}

a:focus-visible,
summary:focus-visible {
  outline: 3px solid #f3a13b;
  outline-offset: 4px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
  align-items: center;
  gap: clamp(40px, 7vw, 96px);
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(64px, 9vw, 120px) 0;
}

.hero-copy {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 15px;
  color: var(--leaf);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
  word-break: normal;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.65rem, 7vw, 6.25rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.hero-lead {
  max-width: 730px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1.04rem, 2vw, 1.27rem);
}

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

.text-action {
  color: var(--leaf-dark);
  font-weight: 850;
  text-underline-offset: 4px;
}

.trust-line {
  max-width: 690px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.hero-phone {
  width: min(100%, 390px);
  min-width: 0;
  margin: 0 auto;
}

.phone-frame,
.screen-frame {
  overflow: hidden;
  border: 9px solid var(--ink);
  border-radius: 42px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.hero-phone figcaption {
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.86rem;
  text-align: center;
}

.proof-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--line);
  background: var(--paper);
}

.proof-band div {
  min-width: 0;
  padding: 28px 24px;
  border-right: 1px solid var(--line);
  text-align: center;
}

.proof-band div:last-child {
  border-right: 0;
}

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

.proof-band strong {
  font-size: 1.04rem;
}

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

.section {
  padding: clamp(72px, 9vw, 118px) max(20px, calc((100vw - 1240px) / 2));
}

.section-soft {
  background: var(--cream);
}

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

.section-heading h2,
.limits-intro h2,
.privacy-card h2,
.price-card h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4.8vw, 4.25rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1;
}

.section-heading > p:last-child,
.limits-intro > p:last-child,
.privacy-copy,
.price-copy > p,
.final-cta p {
  color: var(--muted);
}

.section-heading > p:last-child,
.limits-intro > p:last-child {
  max-width: 690px;
  margin: 22px 0 0;
  font-size: 1.04rem;
}

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

.feature-grid article {
  min-width: 0;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--paper);
}

.feature-number {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--mint);
  color: var(--leaf-dark);
  font-size: 0.76rem;
  font-weight: 900;
}

.feature-grid h3 {
  margin: 20px 0 10px;
  font-size: 1.45rem;
  line-height: 1.1;
}

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

.product-section {
  background: var(--mint-soft);
}

.screen-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: clamp(20px, 4vw, 42px);
}

.screen-grid figure {
  min-width: 0;
  margin: 0;
}

.screen-frame {
  border-width: 7px;
  border-radius: 34px;
}

.screen-grid figcaption {
  padding: 18px 8px 0;
}

.screen-grid strong,
.screen-grid span {
  display: block;
}

.screen-grid strong {
  font-size: 1.08rem;
}

.screen-grid span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.9rem;
}

.section-dark {
  background: var(--ink);
  color: white;
}

.section-dark .eyebrow {
  color: #9ee1c6;
}

.section-dark .limits-intro > p:last-child {
  color: #bed0c9;
}

.limits-intro {
  max-width: 800px;
}

.limits-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 42px;
}

.limits-grid article {
  min-width: 0;
  padding: clamp(26px, 4vw, 40px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
}

.limits-grid h3 {
  margin: 0 0 18px;
  font-size: 1.35rem;
}

.limits-grid ul,
.price-copy ul {
  margin: 0;
  padding-left: 1.15rem;
}

.limits-grid li {
  margin: 10px 0;
  color: #d8e7e1;
}

.light-link {
  display: inline-block;
  margin-top: 30px;
  color: #b7ebd7;
  font-weight: 850;
  text-underline-offset: 4px;
}

.privacy-section {
  background: var(--mint);
}

.privacy-card,
.price-card {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(30px, 7vw, 90px);
  padding: clamp(28px, 6vw, 68px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.privacy-copy p:first-child {
  margin-top: 0;
}

.privacy-copy a {
  color: var(--leaf);
  font-weight: 850;
  text-underline-offset: 4px;
}

.pricing-section {
  background: var(--cream);
}

.price-card {
  grid-template-columns: minmax(0, 1.2fr) minmax(250px, 0.8fr);
}

.price-copy > p {
  max-width: 690px;
  margin: 22px 0 24px;
}

.price-copy li {
  margin: 9px 0;
}

.price-action {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 28px;
  border-radius: 24px;
  background: var(--mint-soft);
}

.price-action > strong {
  font-size: clamp(2.5rem, 6vw, 4.8rem);
  letter-spacing: -0.06em;
  line-height: 1;
}

.price-action > span {
  margin: 8px 0 24px;
  color: var(--muted);
  font-size: 0.88rem;
}

.price-action .button {
  width: 100%;
}

.price-action .text-action {
  align-self: center;
  margin-top: 17px;
  font-size: 0.88rem;
}

.faq-section {
  background: var(--mint-soft);
}

.faq-list {
  max-width: 920px;
}

.faq-list details {
  border-top: 1px solid var(--line);
  background: transparent;
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 68px;
  padding: 22px 46px 22px 0;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 850;
  cursor: pointer;
}

.faq-list p {
  max-width: 760px;
  margin: -4px 0 24px;
  color: var(--muted);
}

.final-cta {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
  padding: clamp(44px, 7vw, 74px) max(20px, calc((100vw - 1240px) / 2));
  background: var(--leaf);
  color: white;
}

.final-cta img {
  border-radius: 18px;
}

.final-cta .eyebrow {
  color: #c6f0df;
}

.final-cta h2 {
  font-size: clamp(1.9rem, 4vw, 3.4rem);
}

.final-cta p {
  margin: 12px 0 0;
  color: #d9eee6;
}

footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px 42px;
  align-items: center;
  padding: 40px max(20px, calc((100vw - 1240px) / 2));
  background: #081712;
  color: white;
}

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

footer nav a {
  color: #c8d8d2;
  font-size: 0.84rem;
  font-weight: 700;
}

footer p {
  grid-column: 1 / -1;
  margin: 0;
  color: #9fb1aa;
  font-size: 0.78rem;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    width: min(760px, calc(100% - 40px));
  }

  .hero-phone {
    width: min(100%, 360px);
  }

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

  .proof-band div:nth-child(2) {
    border-right: 0;
  }

  .proof-band div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .screen-grid {
    gap: 18px;
  }

  .privacy-card,
  .price-card {
    grid-template-columns: 1fr;
  }

  .final-cta {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .final-cta .button {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 700px) {
  .site-header {
    gap: 12px;
  }

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

  .nav-link {
    display: none;
  }

  .hero {
    width: min(100% - 32px, 620px);
    padding: 54px 0 70px;
  }

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

  .hero-actions .button {
    width: 100%;
  }

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

  .screen-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .screen-grid figure {
    width: min(100%, 350px);
    margin-inline: auto;
  }

  .privacy-card,
  .price-card {
    padding: 26px;
  }

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

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

  footer p {
    grid-column: auto;
  }
}

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

  .brand span {
    font-size: 1rem;
  }

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

  .button-small {
    min-height: 42px;
    padding-inline: 14px;
  }

  h1 {
    font-size: clamp(2.5rem, 14vw, 3.7rem);
  }

  .section {
    padding: 66px 16px;
  }

  .proof-band div {
    padding: 22px 12px;
  }

  .phone-frame {
    border-width: 7px;
    border-radius: 34px;
  }

  .section-heading h2,
  .limits-intro h2,
  .privacy-card h2,
  .price-card h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .feature-grid article,
  .limits-grid article {
    padding: 24px 21px;
  }

  .privacy-card,
  .price-card {
    padding: 22px;
    border-radius: 22px;
  }

  .price-action {
    padding: 22px 18px;
  }

  .final-cta {
    grid-template-columns: 1fr;
    padding: 52px 16px;
  }

  .final-cta img {
    width: 64px;
    height: 64px;
  }

  .final-cta .button {
    grid-column: auto;
    width: 100%;
  }

  footer {
    padding: 34px 16px;
  }
}

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