:root {
  color-scheme: light;
  --bg: #f5f7f2;
  --panel: #ffffff;
  --panel-soft: #edf2ec;
  --text: #111712;
  --muted: #5c675f;
  --muted-strong: #3e4942;
  --border: #dce5dd;
  --accent: #0c9f84;
  --accent-dark: #08735f;
  --accent-soft: #dff6ee;
  --lime: #79ed45;
  --shadow: 0 28px 80px rgba(24, 54, 41, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: var(--accent-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

a:hover {
  color: var(--accent);
}

a:focus-visible {
  outline: 3px solid rgba(12, 159, 132, 0.32);
  outline-offset: 4px;
  border-radius: 6px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  left: 20px;
  top: 16px;
  z-index: 100;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--text);
  color: #fff;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

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

.site-shell {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(220, 229, 221, 0.8);
  background: rgba(245, 247, 242, 0.88);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

#sticker {
  scroll-margin-top: 76px;
}

.header-inner,
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.header-inner {
  min-height: 76px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  font-size: 19px;
  font-weight: 750;
  text-decoration: none;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  box-shadow: 0 8px 22px rgba(3, 115, 92, 0.18);
}

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

.site-nav a,
.site-footer a {
  color: var(--muted-strong);
  font-size: 15px;
  font-weight: 650;
  text-decoration: none;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 82px 0 96px;
}

.hero-section::before,
.hero-section::after {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  content: "";
  filter: blur(1px);
}

.hero-section::before {
  width: 460px;
  height: 460px;
  right: -180px;
  top: -180px;
  background: rgba(121, 237, 69, 0.18);
}

.hero-section::after {
  width: 340px;
  height: 340px;
  left: -170px;
  bottom: -210px;
  background: rgba(12, 159, 132, 0.12);
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: clamp(52px, 7vw, 112px);
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--accent-dark);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(48px, 6.6vw, 84px);
  font-weight: 820;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.hero-lead {
  max-width: 630px;
  margin: 30px 0 0;
  color: var(--muted-strong);
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.65;
}

.launch-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  margin: 34px 0 0;
  padding: 13px 18px;
  border: 1px solid rgba(12, 159, 132, 0.25);
  border-radius: 999px;
  background: var(--accent-soft);
  color: #075c4c;
  font-size: 16px;
  font-weight: 700;
}

.launch-status span {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(12, 159, 132, 0.12);
}

.positioning {
  max-width: 580px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.hero-product-shot,
.screen-card {
  margin: 0;
  text-align: center;
}

.hero-product-shot {
  width: min(100%, 420px);
  justify-self: end;
}

.hero-product-shot figcaption,
.screen-card figcaption {
  margin-top: 18px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.phone-frame {
  overflow: hidden;
  padding: 9px;
  border: 1px solid rgba(17, 23, 18, 0.12);
  border-radius: 46px;
  background: #0c0d0c;
  box-shadow: var(--shadow);
}

.phone-frame img {
  width: 100%;
  height: auto;
  border-radius: 38px;
}

.phone-frame-primary {
  transform: rotate(1.5deg);
}

.phone-frame-dark {
  background: #292b29;
}

.trust-strip {
  border-block: 1px solid var(--border);
  background: #eaf0e9;
}

.trust-strip p {
  margin: 0;
  padding: 24px 0;
  color: var(--muted-strong);
  font-size: 15px;
  font-weight: 680;
  text-align: center;
}

.content-section {
  padding: 112px 0;
}

.content-section + .content-section {
  border-top: 1px solid var(--border);
}

.two-column-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: clamp(56px, 8vw, 120px);
}

.section-heading h2,
.closing-card h2 {
  margin: 0;
  font-size: clamp(34px, 4.2vw, 56px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.14;
}

.section-heading > p:last-child {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.formula-list {
  display: grid;
  gap: 16px;
}

.formula-card {
  padding: 26px 28px;
  border: 1px solid rgba(12, 159, 132, 0.24);
  border-radius: 24px;
  background: var(--accent-soft);
}

.formula-card-secondary {
  border-color: var(--border);
  background: var(--panel);
}

.formula-card p {
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.formula-card strong {
  display: block;
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.35;
}

.mobile-break,
.gallery-swipe-hint {
  display: none;
}

.formula-break {
  display: inline;
}

.no-wrap {
  white-space: nowrap;
}

.formula-note {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.screens-section {
  overflow: hidden;
  background: var(--panel-soft);
}

.section-heading-centered {
  max-width: 760px;
  margin: 0 auto 64px;
  text-align: center;
}

.section-heading-centered > p:last-child {
  margin-inline: auto;
}

.screen-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: clamp(20px, 3vw, 42px);
  max-width: 680px;
  margin-inline: auto;
}

.screen-card-raised {
  margin-top: -28px;
}

.sticker-layout {
  align-items: center;
}

.sticker-flow {
  position: relative;
  padding: 32px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 38px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.sticker-flow::before {
  position: absolute;
  width: 220px;
  height: 220px;
  right: -80px;
  bottom: -80px;
  border-radius: 50%;
  background: rgba(121, 237, 69, 0.16);
  content: "";
}

.sticker-comparison {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.sticker-asset-card {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: var(--bg);
}

.sticker-image-stage {
  display: grid;
  aspect-ratio: 4 / 3;
  place-items: center;
  overflow: hidden;
}

.sticker-image-source {
  background: #eceae4;
}

.sticker-image-output {
  background-color: #f0f3ef;
  background-image:
    linear-gradient(45deg, #dde3dd 25%, transparent 25%),
    linear-gradient(-45deg, #dde3dd 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #dde3dd 75%),
    linear-gradient(-45deg, transparent 75%, #dde3dd 75%);
  background-position: 0 0, 0 12px, 12px -12px, -12px 0;
  background-size: 24px 24px;
}

.sticker-image-stage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sticker-asset-card figcaption {
  display: grid;
  gap: 4px;
  padding: 16px 14px 18px;
  text-align: center;
}

.sticker-asset-card figcaption span {
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.sticker-asset-card figcaption strong {
  color: var(--text);
  font-size: 15px;
}

.sticker-flow-arrow {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--text);
  color: var(--lime);
  font-size: 22px;
  font-weight: 900;
}

.sticker-evidence {
  position: relative;
  z-index: 1;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  text-align: center;
}

.privacy-section {
  padding-top: 0;
  border-top: 0 !important;
}

.privacy-card {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr auto;
  align-items: center;
  gap: 36px;
  padding: 42px;
  border-radius: 32px;
  background: #10231c;
  color: #fff;
}

.privacy-card .section-kicker {
  color: #88efc9;
}

.privacy-card h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.2;
}

.privacy-card > p {
  margin: 0;
  color: #c8d7d0;
  font-size: 15px;
}

.privacy-links {
  display: grid;
  gap: 10px;
}

.privacy-links a {
  color: #a8f6da;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.closing-section {
  padding: 0 0 112px;
}

.closing-card {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 56px;
  border: 1px solid var(--border);
  border-radius: 38px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.closing-card img {
  width: 88px;
  height: 88px;
  flex: 0 0 auto;
  border-radius: 24px;
}

.closing-card p:last-child {
  margin: 18px 0 0;
  color: var(--accent-dark);
  font-size: 17px;
  font-weight: 750;
}

.site-footer {
  border-top: 1px solid var(--border);
}

.footer-inner {
  min-height: 96px;
}

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

/* Privacy and support pages */
.page {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  padding: 56px 0 72px;
}

.legal {
  max-width: 820px;
}

.legal h1 {
  margin: 0 0 18px;
  font-size: clamp(38px, 6vw, 60px);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.legal .meta {
  margin: 0 0 36px;
  color: var(--muted);
}

.back-link {
  display: inline-block;
  margin-bottom: 28px;
  font-weight: 700;
}

.legal section {
  padding: 28px 0;
  border-top: 1px solid var(--border);
}

.legal h2 {
  margin: 0 0 12px;
  font-size: 24px;
}

.legal h3 {
  margin: 26px 0 8px;
  font-size: 18px;
}

.legal p,
.legal ul {
  margin: 0 0 12px;
}

.legal li {
  margin: 6px 0;
}

@media (max-width: 940px) {
  .hero-layout,
  .two-column-section {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-copy h1,
  .hero-lead,
  .positioning {
    margin-inline: auto;
  }

  .hero-product-shot {
    width: min(72vw, 420px);
    justify-self: center;
  }

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

  .privacy-links {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, max-content);
  }
}

@media (max-width: 720px) {
  .site-shell {
    width: min(100% - 32px, 1160px);
  }

  .header-inner {
    min-height: 68px;
  }

  .brand img {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  .site-nav {
    gap: 14px;
  }

  .site-nav a {
    font-size: 13px;
  }

  .hero-section {
    padding: 58px 0 72px;
  }

  .hero-copy h1 {
    font-size: clamp(42px, 13vw, 64px);
  }

  .hero-lead {
    font-size: 18px;
  }

  .launch-status {
    align-items: flex-start;
    border-radius: 20px;
    font-size: 14px;
    text-align: left;
  }

  .launch-status span {
    margin-top: 6px;
  }

  .trust-strip p {
    padding: 20px 10px;
    line-height: 1.9;
  }

  .content-section {
    padding: 76px 0;
  }

  .section-heading h2,
  .closing-card h2 {
    font-size: clamp(32px, 9vw, 44px);
  }

  .section-heading > p:last-child {
    font-size: 16px;
  }

  .screen-gallery {
    display: flex;
    width: calc(100% + 16px);
    margin-right: -16px;
    padding: 8px 16px 28px 0;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .screen-card {
    width: min(76vw, 310px);
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .screen-card-raised {
    margin-top: 0;
  }

  .gallery-swipe-hint {
    display: block;
    margin: 4px 0 0;
    color: var(--accent-dark);
    font-size: 14px;
    font-weight: 750;
    letter-spacing: 0.04em;
    text-align: center;
  }

  .formula-break,
  .mobile-break {
    display: inline;
  }

  .phone-frame,
  .phone-frame img {
    border-radius: 34px;
  }

  .sticker-flow {
    padding: 24px;
    border-radius: 30px;
  }

  .sticker-comparison {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sticker-flow-arrow {
    margin: -2px auto;
    transform: rotate(90deg);
  }

  .sticker-asset-card figcaption strong {
    font-size: 17px;
  }

  .privacy-card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 32px 26px;
  }

  .privacy-links {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .closing-section {
    padding-bottom: 76px;
  }

  .closing-card {
    align-items: flex-start;
    padding: 34px 28px;
    border-radius: 30px;
  }

  .closing-card img {
    width: 64px;
    height: 64px;
    border-radius: 18px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 26px;
  }

  .page {
    width: min(100% - 28px, 920px);
    padding: 32px 0 52px;
  }
}

@media (max-width: 470px) {
  .brand span {
    display: none;
  }

  .hero-product-shot {
    width: min(88vw, 390px);
  }

  .closing-card {
    display: grid;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
.store-download-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 8px;
  padding: 0 22px;
  border-radius: 999px;
  background: #1d1d1f;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(29, 29, 31, 0.16);
}

.store-download-link:hover {
  background: #353538;
}

.store-download-link:focus-visible {
  outline: 3px solid #34c759;
  outline-offset: 3px;
}

@media (min-width: 941px) and (max-height: 760px) {
  .hero-section {
    padding: 36px 0 48px;
  }

  .hero-layout {
    align-items: start;
    gap: 48px;
  }

  .hero-copy h1 {
    font-size: 54px;
    line-height: 1;
  }

  .hero-lead {
    margin-top: 20px;
    font-size: 19px;
  }

  .launch-status {
    margin-top: 18px;
  }

  .positioning {
    margin-top: 12px;
  }

  .hero-product-shot {
    width: min(100%, 260px);
    justify-self: center;
  }
}
