@font-face {
  font-family: "Inter";
  src: url("/assets/inter-variable.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Bricolage Grotesque";
  src: url("/assets/bricolage-grotesque-variable.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 200 800;
  font-stretch: 75% 100%;
  font-display: swap;
}

:root {
  --cream: #fcfaf5;
  --cream-deep: #f6f1e8;
  --white: #ffffff;
  --ink: #1d211e;
  --muted: #606a62;
  --muted-light: #839087;
  --green: #075b36;
  --green-dark: #06452b;
  --green-deep: #123629;
  --green-soft: #e4f0df;
  --green-pale: #f0f5eb;
  --peach: #f5c6a5;
  --peach-soft: #fae6d7;
  --orange: #f08855;
  --lavender: #eee9f7;
  --lavender-deep: #ddd3f0;
  --border: #dce4d8;
  --border-dark: rgba(255, 255, 255, 0.15);
  --shadow-soft: 0 28px 80px rgba(29, 33, 30, 0.075);
  --shadow-card: 0 18px 46px rgba(29, 33, 30, 0.065);
  --shadow-phone: 0 42px 88px rgba(12, 46, 29, 0.2);
  --radius-sm: 12px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --shell: 1180px;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --duration-fast: 160ms;
  --duration-ui: 240ms;
  --duration-story: 560ms;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

[hidden] {
  display: none !important;
}

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

::selection {
  color: var(--ink);
  background: var(--peach);
}

.shell {
  width: min(calc(100% - 40px), var(--shell));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 11px 16px;
  border-radius: 12px;
  color: var(--white);
  background: var(--green);
  text-decoration: none;
  transform: translateY(-180%);
  transition: transform 180ms var(--ease-out);
}

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

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(220, 228, 216, 0.74);
  background: rgba(252, 250, 245, 0.86);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 74px;
  gap: 32px;
}

.wordmark-link {
  display: inline-flex;
  align-items: center;
  min-width: 44px;
  min-height: 44px;
  border-radius: 10px;
}

.wordmark-link img {
  width: 145px;
  height: auto;
  aspect-ratio: 1619 / 405;
  object-fit: contain;
}

.nav-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 28px;
}

.nav-links a,
.footer-links a,
.footer-links button {
  border: 0;
  color: var(--muted);
  background: transparent;
  font-weight: 570;
  text-decoration: none;
  cursor: pointer;
  transition: color 160ms ease;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  min-width: 44px;
  min-height: 44px;
  font-size: 14px;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid var(--green);
  border-radius: 999px;
  color: var(--white);
  background: var(--green);
  box-shadow: 0 9px 24px rgba(7, 91, 54, 0.18);
  font-weight: 690;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition:
    color 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms var(--ease-out);
}

.button:active,
.text-button:active {
  transform: scale(0.97);
}

.button-small {
  min-height: 44px;
  padding: 12px 19px;
  font-size: 14px;
}

.eyebrow {
  margin: 0 0 15px;
  color: var(--green);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Bricolage Grotesque", "Inter", sans-serif;
  font-optical-sizing: auto;
  font-stretch: 94%;
  letter-spacing: -0.052em;
}

h1 {
  max-width: 680px;
  font-size: clamp(3.4rem, 5.25vw, 5.3rem);
  font-weight: 680;
  line-height: 0.94;
}

.headline-line {
  display: block;
  overflow: hidden;
  padding-bottom: 0.065em;
}

.headline-line + .headline-line {
  margin-top: 0.02em;
}

.headline-line-inner {
  display: block;
}

.headline-line-accent {
  color: var(--green);
}

h2 {
  max-width: 900px;
  font-size: clamp(2.35rem, 4.25vw, 4.25rem);
  font-weight: 650;
  line-height: 0.98;
}

h3 {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 640;
  line-height: 1.04;
}

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

.section-heading > p:last-child {
  max-width: 690px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.4vw, 1.16rem);
}

.section-heading-centred {
  margin-inline: auto;
  text-align: center;
}

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

/* Hero */

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(500px, 1.05fr);
  align-items: center;
  min-height: min(820px, calc(100vh - 74px));
  padding-block: 72px 88px;
  gap: clamp(40px, 5vw, 72px);
}

.hero-copy {
  position: relative;
  z-index: 4;
}

.proof-pill {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding: 8px 12px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 620;
  line-height: 1;
}

.proof-dot {
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(240, 136, 85, 0.14);
}

.hero-lead {
  max-width: 615px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(1.06rem, 1.45vw, 1.22rem);
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  align-items: center;
  margin-top: 34px;
  gap: 17px;
}

.hero-actions > span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 540;
}

.store-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: 28px;
  gap: 14px;
}

.store-status {
  display: grid;
  justify-items: start;
  gap: 7px;
  user-select: none;
}

.store-status-label {
  display: inline-flex;
  align-items: center;
  min-height: 21px;
  padding: 4px 8px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.72);
  font-size: 9px;
  font-weight: 680;
  letter-spacing: 0.045em;
  line-height: 1;
  text-transform: uppercase;
}

.store-status-label i {
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--orange);
}

.store-art {
  width: auto;
  height: 43px;
  object-fit: contain;
  filter: drop-shadow(0 6px 10px rgba(29, 33, 30, 0.09));
}

.store-art-google {
  width: 145px;
  height: auto;
}

.store-art-apple {
  width: 143px;
}

.hero-visual {
  position: relative;
  min-height: 680px;
  margin: 0;
  isolation: isolate;
  perspective: 1200px;
}

.hero-visual::before {
  position: absolute;
  z-index: -2;
  inset: 2% -1% 4% 1%;
  border: 1px solid rgba(29, 33, 30, 0.065);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, var(--cream-deep) 0%, var(--lavender) 52%, var(--peach-soft) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  content: "";
}

.phone-stage {
  position: absolute;
  inset: 0;
  transform: rotateX(0deg) rotateY(0deg) translate3d(0, 0, 0);
  transform-style: preserve-3d;
  transition: transform 280ms var(--ease-out);
  will-change: transform;
}

.phone {
  position: absolute;
  overflow: hidden;
  aspect-ratio: 430 / 932;
  border: 7px solid #111411;
  border-radius: 48px;
  background: #111411;
  box-shadow: var(--shadow-phone);
}

.phone::before {
  position: absolute;
  z-index: 4;
  top: 9px;
  left: 50%;
  width: 31%;
  height: 21px;
  border-radius: 999px;
  background: #090b09;
  content: "";
  transform: translateX(-50%);
  pointer-events: none;
}

.phone::after {
  position: absolute;
  z-index: 3;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.27);
  border-radius: 40px;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.14);
  content: "";
  pointer-events: none;
}

.phone picture,
.phone img {
  display: block;
  width: 100%;
  height: 100%;
}

.phone img {
  border-radius: 40px;
  object-fit: cover;
  object-position: top center;
}

.phone-home {
  z-index: 1;
  bottom: 18px;
  left: 0;
  width: 260px;
  transform: translateZ(10px) rotate(-2.2deg);
  opacity: 0.95;
}

.phone-result {
  z-index: 2;
  right: 3%;
  bottom: 45px;
  width: 302px;
  transform: translateZ(38px) rotate(0.8deg);
}

.scan-sweep {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 4%, rgba(240, 136, 85, 0.92) 28%, rgba(255, 255, 255, 0.98) 52%, rgba(7, 91, 54, 0.78) 76%, transparent 96%);
  box-shadow: 0 0 18px rgba(240, 136, 85, 0.5);
  opacity: 0;
  transform: translateY(22px);
  pointer-events: none;
  animation: scan-once 1100ms var(--ease-in-out) 620ms both;
}

.floating-note {
  position: absolute;
  z-index: 5;
  display: grid;
  min-width: 150px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 34px rgba(29, 33, 30, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transform: translateZ(70px);
}

.floating-note span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 620;
}

.floating-note strong {
  margin-top: 2px;
  color: var(--green);
  font-family: "Bricolage Grotesque", "Inter", sans-serif;
  font-size: 19px;
  font-stretch: 94%;
  letter-spacing: -0.045em;
}

.note-total {
  right: -2%;
  bottom: 160px;
}

.hero-visual figcaption {
  position: absolute;
  z-index: 6;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  max-width: 100%;
  margin-inline: auto;
  color: var(--muted);
  font-size: 11px;
  font-weight: 550;
}

.hero-visual figcaption span {
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: #6d9f72;
  box-shadow: 0 0 0 4px rgba(109, 159, 114, 0.13);
}

.hero-item {
  animation: hero-in 440ms var(--ease-out) both;
  animation-delay: calc(var(--order) * 55ms + 50ms);
}

.hero h1.hero-item {
  animation: none;
}

.headline-line-inner {
  animation: headline-in 620ms var(--ease-out) both;
}

.headline-line:nth-child(2) .headline-line-inner {
  animation-delay: 70ms;
}

@keyframes hero-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes headline-in {
  from {
    opacity: 0;
    transform: translateY(104%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scan-once {
  0% {
    opacity: 0;
    transform: translateY(22px);
  }
  12%,
  82% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(570px);
  }
}

/* Trust strip */

.trust-strip {
  border-block: 1px solid rgba(220, 228, 216, 0.75);
  background: rgba(255, 255, 255, 0.48);
}

.trust-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.trust-strip article {
  display: flex;
  align-items: flex-start;
  min-height: 150px;
  padding: 37px 34px;
  gap: 17px;
}

.trust-strip article + article {
  border-left: 1px solid var(--border);
}

.trust-index {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--green);
  background: var(--green-soft);
  font-size: 11px;
  font-weight: 760;
  font-family: "Bricolage Grotesque", "Inter", sans-serif;
}

.trust-strip strong {
  display: block;
  color: var(--ink);
  font-size: 14px;
  font-weight: 690;
}

.trust-strip p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

/* Features */

.features-section {
  padding-block: 138px;
}

.feature-showcase {
  display: grid;
  grid-template-columns: minmax(440px, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  margin-top: 72px;
  gap: clamp(50px, 7vw, 95px);
}

.showcase-visual {
  position: relative;
  min-height: 630px;
  overflow: hidden;
  border: 1px solid rgba(220, 228, 216, 0.88);
  border-radius: var(--radius-lg);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.82), var(--green-pale));
  box-shadow: var(--shadow-card);
  isolation: isolate;
}

.showcase-glow {
  display: none;
}

.phone-showcase {
  z-index: 1;
  bottom: -48px;
  left: 50%;
  width: 296px;
  transform: translateX(-50%);
}

.source-card {
  position: absolute;
  z-index: 3;
  display: grid;
  min-width: 168px;
  padding: 13px 15px;
  border: 1px solid rgba(220, 228, 216, 0.8);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 36px rgba(29, 33, 30, 0.11);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.source-card span {
  color: var(--muted);
  font-size: 10px;
}

.source-card strong {
  margin-top: 2px;
  color: var(--green);
  font-size: 13px;
}

.source-card-one {
  top: 24%;
  left: 4%;
}

.source-card-two {
  right: 3%;
  bottom: 23%;
}

.feature-list {
  display: grid;
}

.feature-list article {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 30px 0;
  border-bottom: 1px solid var(--border);
  gap: 20px;
}

.feature-list article:first-child {
  padding-top: 0;
}

.feature-list article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.feature-number {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 50%;
  color: var(--orange);
  background: var(--white);
  font-size: 12px;
  font-weight: 760;
  font-family: "Bricolage Grotesque", "Inter", sans-serif;
  transition:
    color var(--duration-ui) ease,
    background-color var(--duration-ui) ease,
    border-color var(--duration-ui) ease,
    transform var(--duration-ui) var(--ease-out);
}

.feature-list article:not(:last-child)::after {
  position: absolute;
  z-index: 1;
  top: 44px;
  bottom: -45px;
  left: 21px;
  width: 2px;
  background: linear-gradient(var(--orange), var(--green));
  content: "";
  opacity: 0.7;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 520ms var(--ease-in-out) 120ms;
}

.feature-list article.is-visible .feature-number {
  border-color: var(--green);
  color: var(--white);
  background: var(--green);
  transform: scale(1.04);
}

.feature-list article.is-visible:not(:last-child)::after {
  transform: scaleY(1);
}

.feature-list h3 {
  font-size: clamp(1.24rem, 1.8vw, 1.55rem);
}

.feature-list p {
  max-width: 520px;
  margin: 9px 0 0;
  color: var(--muted);
}

/* Benefits */

.benefits-section {
  padding-block: 132px;
  background: var(--green);
}

.benefits-section .section-heading {
  color: var(--white);
}

.benefits-section .eyebrow {
  color: #bee2c5;
}

.benefits-section .section-heading > p:last-child {
  color: rgba(255, 255, 255, 0.7);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 64px;
  gap: 18px;
}

.benefit-card {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  padding: clamp(30px, 4vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-md);
  background: var(--green-dark);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.benefit-wide {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: center;
  min-height: 430px;
  gap: 72px;
  padding-inline: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.benefit-card h3 {
  max-width: 540px;
  color: var(--white);
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.benefit-card > p,
.benefit-copy > p {
  max-width: 540px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.benefit-kicker {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 10px;
  font-weight: 710;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mini-breakdown {
  padding: 28px;
  border: 1px solid rgba(7, 91, 54, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.16);
}

.mini-breakdown div {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding-block: 16px;
  gap: 12px;
}

.mini-breakdown div + div {
  border-top: 1px solid var(--border);
}

.mini-breakdown span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 630;
}

.mini-breakdown strong {
  color: var(--green);
  font-family: "Bricolage Grotesque", "Inter", sans-serif;
  font-size: 13px;
}

.mini-breakdown i {
  position: relative;
  grid-column: 1 / -1;
  display: block;
  overflow: hidden;
  height: 7px;
  border-radius: 999px;
  background: #e5e9e4;
}

.mini-breakdown i::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--fill);
  border-radius: inherit;
  background: var(--green);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 620ms var(--ease-out) calc(var(--bar-order) * 70ms + 120ms);
}

.benefit-wide.is-visible .mini-breakdown i::after {
  transform: scaleX(1);
}

.benefit-peach {
  color: var(--ink);
  background: var(--peach-soft);
}

.benefit-lavender {
  color: var(--ink);
  background: var(--lavender);
}

.benefit-peach h3,
.benefit-lavender h3 {
  color: var(--ink);
  font-size: clamp(1.75rem, 2.8vw, 2.75rem);
}

.benefit-peach > p,
.benefit-lavender > p {
  color: #5a5f5b;
}

.benefit-peach .benefit-kicker,
.benefit-lavender .benefit-kicker {
  border-color: rgba(29, 33, 30, 0.12);
  color: var(--green);
  background: rgba(255, 255, 255, 0.55);
}

.upgrade-chip {
  position: absolute;
  right: 38px;
  bottom: 38px;
  display: inline-flex;
  align-items: center;
  padding: 10px 14px 10px 10px;
  border: 1px solid rgba(29, 33, 30, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 10px 24px rgba(29, 33, 30, 0.08);
  font-size: 12px;
  font-weight: 640;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 260ms var(--ease-out) 180ms,
    transform 260ms var(--ease-out) 180ms;
}

.benefit-peach.is-visible .upgrade-chip {
  opacity: 1;
  transform: translateY(0);
}

.upgrade-chip span {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  border-radius: 50%;
  color: var(--white);
  background: var(--green);
  font-size: 17px;
  font-weight: 520;
}

.benefit-card .safety-copy {
  position: absolute;
  right: 38px;
  bottom: 38px;
  left: 38px;
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(29, 33, 30, 0.11);
  color: #68656f;
  font-size: 11px;
}

/* Method */

.method-section {
  padding-block: 140px;
  color: var(--white);
  background: var(--green-deep);
}

.method-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  align-items: center;
  gap: clamp(60px, 8vw, 110px);
}

.method-section .eyebrow {
  color: #c2e4c7;
}

.method-copy h2 {
  font-size: clamp(2.45rem, 4vw, 4rem);
}

.method-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 27px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.06rem;
}

.method-proof {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
  padding: 11px 14px;
  border: 1px solid var(--border-dark);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.06);
  font-size: 12px;
  font-weight: 590;
}

.method-proof span {
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  margin-right: 9px;
  border-radius: 50%;
  color: var(--green-deep);
  background: #bfe1c4;
  font-size: 12px;
  font-weight: 800;
}

.method-flow {
  display: grid;
  padding: 28px;
  border: 1px solid var(--border-dark);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.method-flow article {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-height: 112px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
  gap: 16px;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 300ms var(--ease-out) calc(var(--flow-order) * 110ms + 80ms),
    transform 300ms var(--ease-out) calc(var(--flow-order) * 110ms + 80ms);
}

.method-flow article > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  color: var(--green-deep);
  background: #c4e4c8;
  font-size: 12px;
  font-weight: 780;
  font-family: "Bricolage Grotesque", "Inter", sans-serif;
}

.method-flow strong {
  display: block;
  color: var(--white);
  font-size: 15px;
}

.method-flow p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.method-flow > i {
  position: relative;
  display: block;
  width: 1px;
  height: 26px;
  margin-left: 42px;
  background: rgba(255, 255, 255, 0.25);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 260ms var(--ease-in-out) calc(var(--flow-order) * 110ms + 190ms);
}

.method-flow > i::after {
  position: absolute;
  bottom: -1px;
  left: -3px;
  width: 7px;
  height: 7px;
  border-right: 1px solid rgba(255, 255, 255, 0.42);
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  content: "";
  transform: rotate(45deg);
}

.method-flow.is-visible article {
  opacity: 1;
  transform: translateY(0);
}

.method-flow.is-visible > i {
  transform: scaleY(1);
}

/* Steps */

.steps-section {
  padding-block: 138px 118px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 68px;
  border-block: 1px solid var(--border);
}

.steps-grid article {
  min-height: 330px;
  padding: 40px 36px;
}

.steps-grid article + article {
  border-left: 1px solid var(--border);
}

.step-number {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: var(--white);
  background: var(--green);
  box-shadow: 0 10px 24px rgba(7, 91, 54, 0.16);
  font-size: 17px;
  font-weight: 720;
  font-family: "Bricolage Grotesque", "Inter", sans-serif;
}

.step-line {
  width: 44px;
  height: 1px;
  margin-block: 35px 27px;
  background: var(--border);
}

.steps-grid p {
  margin: 16px 0 0;
  color: var(--muted);
}

.development-caption {
  max-width: 760px;
  margin: 34px auto 0;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}

/* Survey */

.survey-section {
  padding-block: 126px;
  border-block: 1px solid var(--border);
  background: var(--cream-deep);
}

.survey-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  align-items: start;
  gap: clamp(55px, 7vw, 96px);
}

.survey-intro {
  position: sticky;
  top: 112px;
  padding-top: 26px;
}

.survey-intro h2 {
  max-width: 560px;
}

.survey-intro > p:not(.eyebrow) {
  max-width: 550px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.survey-intro ul {
  display: grid;
  margin: 31px 0 0;
  padding: 0;
  gap: 15px;
  list-style: none;
}

.survey-intro li {
  display: flex;
  align-items: center;
  color: #4f5851;
  font-size: 14px;
  font-weight: 560;
}

.survey-intro li span {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-right: 11px;
  border-radius: 50%;
  color: var(--white);
  background: var(--green);
  font-size: 12px;
  font-weight: 760;
}

.survey-panel {
  min-height: 610px;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(220, 228, 216, 0.92);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.83);
  box-shadow: var(--shadow-soft);
}

.survey-panel iframe {
  display: block;
  width: 100%;
  min-height: 650px;
  border: 0;
  border-radius: 22px;
  background: transparent;
}

.survey-loading,
.survey-fallback {
  display: grid;
  place-items: center;
  min-height: 560px;
  color: var(--muted);
  text-align: center;
}

.survey-loading p,
.survey-fallback p {
  margin: 12px 0 0;
}

.survey-fallback {
  align-content: center;
}

.survey-fallback h3 {
  color: var(--ink);
}

.survey-fallback .button {
  margin-top: 24px;
}

.loading-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--green);
  box-shadow:
    22px 0 0 rgba(7, 91, 54, 0.55),
    -22px 0 0 rgba(7, 91, 54, 0.25);
  animation: loading-pulse 900ms ease-in-out infinite alternate;
}

@keyframes loading-pulse {
  to {
    opacity: 0.45;
    transform: scale(0.86);
  }
}

/* Final CTA and footer */

.final-cta {
  display: grid;
  justify-items: center;
  padding-block: 140px 130px;
  text-align: center;
}

.final-cta h2 {
  max-width: 760px;
}

.final-cta > p:not(.eyebrow, .share-status) {
  max-width: 640px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.final-cta > .button {
  margin-top: 34px;
}

.final-mark {
  position: relative;
  width: 66px;
  height: 58px;
  margin-bottom: 25px;
}

.final-mark span {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 18px;
  height: 44px;
  border-radius: 100% 8px 100% 8px;
  background: linear-gradient(145deg, #b6a759, var(--orange));
  transform-origin: bottom;
}

.final-mark span:nth-child(1) {
  transform: translateX(-50%) rotate(-42deg);
}

.final-mark span:nth-child(2) {
  height: 56px;
  transform: translateX(-50%);
}

.final-mark span:nth-child(3) {
  transform: translateX(-50%) rotate(42deg);
}

.text-button {
  min-height: 44px;
  margin-top: 18px;
  padding: 8px 14px;
  border: 0;
  border-radius: 12px;
  color: var(--green);
  background: transparent;
  font-size: 13px;
  font-weight: 650;
  text-decoration: underline;
  text-decoration-color: rgba(7, 91, 54, 0.3);
  text-underline-offset: 4px;
  cursor: pointer;
  transition:
    color 160ms ease,
    transform 160ms var(--ease-out);
}

.share-status {
  min-height: 19px;
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.site-footer {
  padding-block: 35px 24px;
  border-top: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.35);
}

.footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
}

.footer-wordmark img {
  width: 128px;
}

.footer-inner > p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-links a,
.footer-links button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding-inline: 3px;
}

.footer-links a,
.footer-links button,
.footer-links span {
  font-size: 12px;
}

.footer-links span {
  color: var(--muted-light);
}

.platform-credit {
  margin-top: 21px;
  color: var(--muted-light);
  font-size: 9px;
  text-align: right;
}

/* Reveal motion and hover polish */

.js [data-reveal] {
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 300ms var(--ease-out),
    transform 300ms var(--ease-out);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (hover: hover) and (pointer: fine) {
  .nav-links a:hover,
  .footer-links a:hover,
  .footer-links button:hover,
  .text-button:hover {
    color: var(--green);
  }

  .button:hover {
    border-color: var(--green-dark);
    background: var(--green-dark);
    box-shadow: 0 11px 28px rgba(7, 91, 54, 0.23);
    transform: translateY(-1px);
  }

  .feature-list article:hover {
    transform: translateX(3px);
  }
}

/* Responsive */

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 72px;
  }

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

  .hero-visual {
    width: min(100%, 650px);
    min-height: 700px;
    margin-inline: auto;
  }

  .phone-home {
    left: 5%;
    width: 272px;
  }

  .phone-result {
    right: 7%;
    width: 318px;
  }

  .feature-showcase {
    grid-template-columns: minmax(400px, 0.9fr) 1fr;
    gap: 50px;
  }

  .method-layout {
    grid-template-columns: 1fr;
  }

  .method-copy {
    max-width: 820px;
  }

  .method-flow {
    max-width: 720px;
  }

  .survey-layout {
    grid-template-columns: 1fr;
  }

  .survey-intro {
    position: static;
    max-width: 780px;
    padding-top: 0;
  }

  .survey-panel {
    width: min(100%, 780px);
  }
}

@media (max-width: 820px) {
  .nav {
    gap: 20px;
  }

  .nav-links {
    display: none;
  }

  .nav .button-small {
    justify-self: end;
  }

  .trust-strip-grid {
    grid-template-columns: 1fr;
    padding-block: 12px;
  }

  .trust-strip article {
    min-height: auto;
    padding: 22px 10px;
  }

  .trust-strip article + article {
    border-top: 1px solid var(--border);
    border-left: 0;
  }

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

  .showcase-visual {
    width: min(100%, 560px);
    margin-inline: auto;
  }

  .benefit-wide {
    grid-template-columns: 1fr;
    gap: 45px;
  }

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

  .steps-grid article + article {
    border-top: 1px solid var(--border);
    border-left: 0;
  }

  .benefit-wide {
    grid-column: auto;
  }

  .benefit-card {
    min-height: 360px;
  }

  .steps-grid article {
    min-height: auto;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .platform-credit {
    text-align: left;
  }
}

@media (max-width: 600px) {
  .shell {
    width: min(calc(100% - 30px), var(--shell));
  }

  .nav {
    min-height: 68px;
  }

  .wordmark-link img {
    width: 118px;
  }

  .nav .button-small {
    min-height: 44px;
    padding: 11px 15px;
    font-size: 12px;
  }

  h1 {
    font-size: clamp(3rem, 14vw, 4rem);
  }

  h2 {
    font-size: clamp(2.25rem, 11.5vw, 3.2rem);
  }

  .hero {
    padding-block: 50px 62px;
    gap: 35px;
  }

  .proof-pill {
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 25px;
    line-height: 1.35;
  }

  .proof-dot {
    margin-top: 3px;
  }

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

  .store-row {
    gap: 11px;
  }

  .store-art {
    height: 38px;
  }

  .store-art-google {
    width: 128px;
    height: auto;
  }

  .store-art-apple {
    width: 127px;
  }

  .hero-visual {
    min-height: 520px;
  }

  .hero-visual::before {
    inset: 2% -8% 4%;
  }

  .phone {
    border-width: 5px;
    border-radius: 40px;
  }

  .phone::before {
    top: 8px;
    height: 17px;
  }

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

  .phone-home {
    bottom: 12px;
    left: -4%;
    width: min(52vw, 202px);
  }

  .phone-result {
    right: -2%;
    bottom: 34px;
    width: min(64vw, 248px);
  }

  .floating-note {
    min-width: 126px;
    padding: 10px 12px;
  }

  .note-total {
    right: -3%;
    bottom: 125px;
  }

  .features-section,
  .benefits-section,
  .method-section,
  .survey-section {
    padding-block: 94px;
  }

  .steps-section {
    padding-block: 96px 84px;
  }

  .feature-showcase,
  .benefit-grid,
  .steps-grid {
    margin-top: 48px;
  }

  .showcase-visual {
    min-height: 530px;
    border-radius: 28px;
  }

  .phone-showcase {
    bottom: -38px;
    width: 250px;
  }

  .source-card {
    min-width: 137px;
    padding: 10px 12px;
  }

  .source-card-one {
    top: 20%;
    left: 2%;
  }

  .source-card-two {
    right: 2%;
    bottom: 20%;
  }

  .feature-list article {
    padding-block: 24px;
  }

  .benefit-card,
  .benefit-wide {
    min-height: 0;
    padding: 30px;
  }

  .benefit-wide {
    padding-inline: 0;
  }

  .benefit-peach,
  .benefit-lavender {
    padding-bottom: 105px;
  }

  .upgrade-chip {
    right: 28px;
    bottom: 28px;
    left: 28px;
    width: max-content;
    max-width: calc(100% - 56px);
  }

  .benefit-card .safety-copy {
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .mini-breakdown {
    padding: 20px;
  }

  .method-flow {
    padding: 16px;
    border-radius: 28px;
  }

  .method-flow article {
    padding: 16px;
  }

  .steps-grid article {
    padding: 28px;
  }

  .survey-panel {
    min-height: 560px;
    padding: 10px;
    border-radius: 28px;
  }

  .survey-panel iframe {
    min-height: 620px;
  }

  .final-cta {
    padding-block: 100px 90px;
  }

  .footer-links {
    flex-wrap: wrap;
    gap: 14px 18px;
  }
}

@media (max-width: 390px) {
  .nav .button-small {
    padding-inline: 12px;
  }

  .hero-visual {
    min-height: 485px;
  }

  .floating-note {
    display: none;
  }

  .phone-home {
    left: -2%;
  }

  .phone-result {
    right: -2%;
  }

  .source-card {
    display: none;
  }
}

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

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

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .phone-stage,
  .method-flow article,
  .upgrade-chip {
    opacity: 1;
    transform: none !important;
  }

  .scan-sweep {
    display: none;
  }

  .mini-breakdown i::after,
  .feature-list article:not(:last-child)::after,
  .method-flow > i {
    transform: scale(1);
  }
}

.no-js [data-reveal],
.no-js .method-flow article,
.no-js .upgrade-chip {
  opacity: 1;
  transform: none;
}

.no-js .mini-breakdown i::after,
.no-js .feature-list article:not(:last-child)::after,
.no-js .method-flow > i {
  transform: scale(1);
}
