:root {
  color-scheme: light;
  --ink: #111514;
  --muted: #626e69;
  --paper: #fbfbf8;
  --soft: #f4f6f3;
  --line: #dde5de;
  --green: #155a49;
  --green-2: #0a382f;
  --blue: #245b87;
  --coral: #c9604f;
  --gold: #aa781f;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(17, 31, 27, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  letter-spacing: 0;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
video { display: block; max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(251, 251, 248, .82);
  border-bottom: 1px solid rgba(221, 229, 222, .78);
  backdrop-filter: blur(22px) saturate(160%);
}
.nav {
  width: min(1220px, calc(100% - 40px));
  min-height: 64px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #151918;
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}
.mark {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--green), var(--coral));
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}
.links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  color: #4d5854;
  font-size: 14px;
  font-weight: 720;
}
.links a { text-decoration: none; }
.text-link {
  color: var(--green);
  font-weight: 820;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 18px;
  background: #111514;
  color: #fff;
  font-size: 14px;
  font-weight: 820;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(17, 21, 20, .15);
}
.button.small {
  min-height: 38px;
  padding-inline: 14px;
  font-size: 13px;
}
.button.secondary {
  background: rgba(255, 255, 255, .82);
  color: var(--ink);
  border: 1px solid rgba(203, 213, 207, .9);
  box-shadow: none;
}

.hero {
  min-height: min(790px, calc(100vh - 42px));
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
  transform: scale(1.02);
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(251,251,248,.98) 0%, rgba(251,251,248,.9) 38%, rgba(251,251,248,.34) 70%, rgba(251,251,248,.1) 100%),
    linear-gradient(180deg, rgba(251,251,248,.02) 0%, rgba(251,251,248,.74) 100%);
}
.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
  padding: 104px 0 70px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 46px;
  align-items: end;
}
.hero-copy { max-width: 780px; }
.eyebrow {
  display: inline-flex;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
h1,
h2,
h3,
p { overflow-wrap: anywhere; }
h1 {
  max-width: 850px;
  margin: 14px 0 18px;
  font-size: clamp(50px, 7.6vw, 104px);
  line-height: .9;
  letter-spacing: 0;
}
.hero-copy p {
  max-width: 690px;
  margin: 0;
  color: #36413d;
  font-size: clamp(19px, 2.2vw, 25px);
  line-height: 1.42;
}
.hero-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.campaign-stage {
  min-height: 520px;
  position: relative;
}
.store-card,
.report-card {
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 8px;
  background: rgba(255,255,255,.76);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px) saturate(150%);
}
.store-card {
  padding: 24px;
  min-height: 390px;
  display: grid;
  align-content: space-between;
}
.store-top span,
.report-card > span,
.plan-kicker {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.store-top strong {
  display: block;
  margin-top: 8px;
  font-size: 34px;
  line-height: 1;
}
.quest-path {
  display: grid;
  grid-template-columns: 1fr 1.2fr .9fr 1fr;
  gap: 10px;
  align-items: end;
}
.quest-path i {
  min-height: 150px;
  border-radius: 8px;
  background: linear-gradient(180deg, var(--green), var(--blue));
}
.quest-path i:nth-child(2) { min-height: 220px; background: linear-gradient(180deg, var(--coral), var(--gold)); }
.quest-path i:nth-child(3) { min-height: 178px; background: linear-gradient(180deg, var(--blue), var(--green)); }
.quest-path i:nth-child(4) { min-height: 128px; background: linear-gradient(180deg, var(--gold), var(--coral)); }
.reward-strip {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
  border-radius: 8px;
  background: #111514;
  color: #fff;
}
.reward-strip span { color: rgba(255,255,255,.7); }
.report-card {
  position: absolute;
  right: 22px;
  bottom: 0;
  width: min(280px, calc(100% - 44px));
  padding: 18px;
}
.report-card div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  border-top: 1px solid rgba(17,21,20,.1);
}
.report-card strong { color: var(--muted); }
.report-card em {
  color: var(--ink);
  font-style: normal;
  font-weight: 900;
}

.band { padding: 92px 20px; }
.band.alt {
  background: #fff;
  border-block: 1px solid var(--line);
}
.wrap {
  width: min(1220px, 100%);
  margin: 0 auto;
}

.video-hero {
  padding: 112px 20px 58px;
  background: linear-gradient(180deg, #fff 0%, var(--paper) 100%);
  border-bottom: 1px solid var(--line);
}
.video-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 46px;
  align-items: end;
}
.video-copy h1 {
  max-width: 940px;
  margin-bottom: 20px;
}
.video-copy p {
  max-width: 760px;
  margin: 0;
  color: #3e4945;
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.42;
}
.video-summary {
  display: grid;
  gap: 12px;
}
.video-summary div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.78);
}
.video-summary strong,
.video-summary span {
  display: block;
}
.video-summary strong {
  color: var(--green);
  font-size: 20px;
  line-height: 1.1;
}
.video-summary span {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.5;
}
.video-frame {
  padding: 12px;
  border: 1px solid rgba(17,21,20,.12);
  border-radius: 8px;
  background: #111514;
  box-shadow: var(--shadow);
}
.video-frame video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  background: #050707;
}
.section-head {
  max-width: 820px;
  margin-bottom: 34px;
}
h2 {
  margin: 8px 0 12px;
  font-size: clamp(34px, 4.8vw, 64px);
  line-height: 1;
  letter-spacing: 0;
}
h3 {
  margin: 0 0 8px;
  font-size: 21px;
  line-height: 1.12;
}
p {
  color: var(--muted);
  line-height: 1.62;
}
.split {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 50px;
  align-items: start;
}
.lede {
  margin-top: 0;
  color: #3d4944;
  font-size: 20px;
}
.outcome-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}
.outcome-row div,
.mini-list div,
.metric,
.template-grid article,
.card,
.plan {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.outcome-row div {
  padding: 16px;
}
.outcome-row strong,
.mini-list strong,
.template-grid strong {
  display: block;
  margin-bottom: 6px;
}
.outcome-row span,
.mini-list span,
.template-grid span {
  color: var(--muted);
  line-height: 1.5;
}

.journey {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.step {
  min-height: 250px;
  padding: 18px;
  border-top: 3px solid var(--green);
  background: linear-gradient(180deg, #fff, #f7faf7);
}
.step span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #eaf4ef;
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
}

.shopper-grid {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 54px;
  align-items: center;
}
.screen-demo {
  min-height: 500px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background:
    radial-gradient(circle at 28% 22%, rgba(36,91,135,.18), transparent 32%),
    radial-gradient(circle at 72% 76%, rgba(201,96,79,.16), transparent 34%),
    linear-gradient(135deg, #eef4f0, #fff);
}
.demo-phone {
  width: min(260px, 74%);
  aspect-ratio: 9 / 16;
  padding: 12px;
  border-radius: 32px;
  background: #111514;
  box-shadow: 0 28px 54px rgba(17,21,20,.24);
}
.demo-screen {
  height: 100%;
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, #fbfbf8, #e7f0eb);
}
.screen-pill {
  width: fit-content;
  border: 1px solid #cdd8d1;
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(255,255,255,.74);
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
}
.demo-screen h3 {
  font-size: 27px;
}
.collectibles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}
.collectibles i {
  height: 82px;
  border-radius: 8px;
  background: linear-gradient(180deg, var(--green), var(--blue));
}
.collectibles i:nth-child(2) { background: linear-gradient(180deg, var(--coral), var(--gold)); }
.collectibles i:nth-child(3) { background: linear-gradient(180deg, var(--blue), var(--green)); }
.demo-screen button {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  background: #111514;
  color: #fff;
  font: inherit;
  font-weight: 850;
}
.mini-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}
.mini-list div {
  padding: 16px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.card {
  padding: 22px;
}

.template-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.template-grid article {
  min-height: 150px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.95), rgba(247,250,247,.95)),
    #fff;
}

.plans {
  display: grid;
  grid-template-columns: .92fr 1fr 1fr 1fr;
  gap: 14px;
  align-items: stretch;
}
.plan {
  position: relative;
  padding: 22px;
  display: grid;
  gap: 14px;
}
.plan.featured {
  border-color: #9fc6ba;
  box-shadow: inset 0 0 0 1px #9fc6ba, 0 18px 44px rgba(21,90,73,.1);
}
.price {
  font-size: 40px;
  line-height: 1;
  color: var(--green);
  font-weight: 950;
}
.plan p { margin: 0; }
.plan ul {
  padding-left: 18px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.report-layout {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 48px;
  align-items: start;
}
.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.metric {
  padding: 18px;
  background: #fff;
}
.metric strong {
  display: block;
  color: var(--green);
  font-size: 24px;
  line-height: 1;
}
.metric p { margin-bottom: 0; }

.cta-band { padding-top: 40px; }
.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 36px;
  border-radius: 8px;
  background: #101514;
  color: #fff;
}
.cta-panel h2 { color: #fff; }
.cta-panel p { color: rgba(255,255,255,.72); }
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cta-panel .button { background: #fff; color: #101514; }
.cta-panel .button.secondary {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.28);
}

.footer {
  padding: 34px 20px;
  color: var(--muted);
}
.footer .wrap {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.footer a {
  color: var(--muted);
  text-decoration: none;
  margin-right: 14px;
}

.legal main {
  max-width: 880px;
  margin: 0 auto;
  padding: 64px 22px;
}
.legal h1 {
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1;
  margin-bottom: 14px;
}
.legal h2 {
  font-size: 25px;
  margin-top: 34px;
}
.legal li {
  margin: 8px 0;
  color: var(--muted);
  line-height: 1.55;
}

@media (max-width: 1020px) {
  .hero-inner,
  .split,
  .shopper-grid,
  .report-layout,
  .video-layout {
    grid-template-columns: 1fr;
  }
  .campaign-stage {
    min-height: 470px;
    max-width: 520px;
  }
  .journey,
  .plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .nav {
    width: min(100% - 28px, 1220px);
  }
  .links {
    gap: 10px;
    font-size: 13px;
  }
  .links .hide-sm { display: none; }
  .button.small {
    padding-inline: 11px;
  }
  .hero {
    min-height: auto;
  }
  .hero-shade {
    background:
      linear-gradient(180deg, rgba(251,251,248,.97) 0%, rgba(251,251,248,.86) 58%, rgba(251,251,248,.54) 100%),
      linear-gradient(90deg, rgba(251,251,248,.9), rgba(251,251,248,.2));
  }
  .hero-inner {
    width: min(100% - 28px, 1220px);
    padding: 72px 0 34px;
    gap: 28px;
  }
  .video-hero {
    padding: 76px 14px 44px;
  }
  h1 {
    font-size: clamp(46px, 14vw, 74px);
  }
  .band {
    padding: 68px 14px;
  }
  .outcome-row,
  .journey,
  .grid,
  .template-grid,
  .plans,
  .metric-grid {
    grid-template-columns: 1fr;
  }
  .step {
    min-height: auto;
  }
  .screen-demo {
    min-height: 390px;
  }
  .cta-panel {
    align-items: flex-start;
    flex-direction: column;
    padding: 26px;
  }
}

@media (max-width: 520px) {
  .brand span:last-child {
    max-width: 132px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .links a:not(.button):not(:first-child) {
    display: none;
  }
  .button {
    width: 100%;
  }
  .nav .button,
  .links .button {
    width: auto;
  }
  .hero-actions,
  .cta-actions {
    width: 100%;
  }
  .campaign-stage {
    min-height: 430px;
  }
  .store-card {
    min-height: 330px;
    padding: 18px;
  }
  .store-top strong {
    font-size: 28px;
  }
  .quest-path i {
    min-height: 118px;
  }
  .quest-path i:nth-child(2) { min-height: 170px; }
  .quest-path i:nth-child(3) { min-height: 140px; }
  .quest-path i:nth-child(4) { min-height: 104px; }
  .report-card {
    right: 12px;
    width: calc(100% - 24px);
  }
  .reward-strip {
    flex-direction: column;
  }
  .video-frame {
    padding: 7px;
  }
}
