@font-face {
  font-family: "Unbounded SG";
  src: url("/fonts/unbounded-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}

:root {
  --green: #08d742;
  --green-deep: #00af34;
  --green-dark: #005f24;
  --mint: #dfffe8;
  --acid: #baff55;
  --ink: #07100a;
  --muted: #536057;
  --paper: #f7fbf8;
  --white: #fff;
  --line: rgba(7, 16, 10, 0.11);
  --shadow: 0 28px 80px rgba(7, 31, 15, 0.14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-x: clip;
  background: var(--paper);
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 6% 11%, rgba(19, 227, 77, 0.13), transparent 22rem),
    linear-gradient(180deg, #f8fff9 0, #fff 22%, #f7fbf8 100%);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.is-routing {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button {
  font: inherit;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(4, 194, 57, 0.32);
  outline-offset: 4px;
}

[hidden] {
  display: none !important;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 12px;
  background: var(--ink);
  color: #fff;
  transform: translateY(-150%);
}

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

.page-noise {
  position: fixed;
  z-index: 20;
  inset: 0;
  pointer-events: none;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.ambient {
  position: absolute;
  z-index: -1;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.ambient::before,
.ambient::after {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(0, 173, 48, 0.09);
  border-radius: 50%;
  content: "";
}

.ambient::after {
  inset: 27%;
}

.ambient--one {
  top: 360px;
  left: -330px;
}

.ambient--two {
  top: 1400px;
  right: 0;
}

.site-header {
  position: relative;
  z-index: 30;
  display: flex;
  width: min(100% - 28px, 1240px);
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 10px auto 0;
  padding: 8px 8px 8px 10px;
  border: 1px solid rgba(7, 16, 10, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 14px 44px rgba(7, 31, 15, 0.06);
  backdrop-filter: blur(18px) saturate(130%);
  font-family: "Unbounded SG", ui-sans-serif, system-ui, sans-serif;
  font-synthesis: none;
  animation: header-in 650ms ease both;
}

.header-brand,
.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.header-brand img,
.footer-brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  padding: 3px;
  border-radius: 15px;
  background: #fff;
}

.header-brand span {
  display: none;
}

.header-brand {
  font-size: 0.78rem;
  font-weight: 780;
  letter-spacing: -0.065em;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.header-nav > a:not(.header-login) {
  display: none;
  color: #657067;
  font-size: 0.66rem;
  font-weight: 620;
  letter-spacing: -0.025em;
}

.header-login {
  display: flex;
  min-height: 50px;
  align-items: center;
  gap: 18px;
  padding: 0 17px 0 20px;
  border-radius: 16px;
  background: var(--ink);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 720;
  letter-spacing: -0.035em;
  transition: transform 180ms ease, background 180ms ease;
}

.header-login span {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: var(--ink);
}

.header-login:hover {
  background: #102016;
  transform: translateY(-2px);
}

.hero {
  display: grid;
  width: min(100% - 28px, 1240px);
  min-height: calc(100svh - 96px);
  align-items: center;
  gap: 30px;
  margin: 0 auto;
  padding: 48px 0 58px;
}

.hero-copy {
  position: relative;
  z-index: 3;
  text-align: center;
  animation: copy-in 780ms 100ms cubic-bezier(0.2, 0.9, 0.2, 1) both;
}

.hero-kicker,
.section-label,
.section-heading > span,
.final-cta > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #167836;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-kicker {
  padding: 8px 12px;
  border: 1px solid rgba(0, 180, 51, 0.16);
  border-radius: 999px;
  background: rgba(224, 255, 233, 0.68);
}

.live-pulse {
  position: relative;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(8, 215, 66, 0.1);
}

.live-pulse::after {
  position: absolute;
  inset: -5px;
  border: 1px solid var(--green);
  border-radius: 50%;
  animation: ping 1.8s ease-out infinite;
  content: "";
}

.hero h1 {
  margin: 18px auto;
  font-size: clamp(3.15rem, 14vw, 5.8rem);
  line-height: 0.91;
  letter-spacing: -0.075em;
}

.hero h1 em,
.audiences h2 em,
.final-cta h2 em {
  position: relative;
  color: var(--green-deep);
  font-style: normal;
}

.hero h1 em::after {
  position: absolute;
  right: 1%;
  bottom: -5px;
  left: 4%;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  filter: blur(0.2px);
  transform: rotate(-2deg) scaleX(0);
  transform-origin: left;
  animation: underline-in 600ms 950ms ease forwards;
  content: "";
}

.hero-copy > p {
  max-width: 570px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.65;
}

.hero-actions {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.button {
  display: inline-flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 18px;
  border-radius: 19px;
  font-size: 0.88rem;
  font-weight: 850;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button--dark {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 18px 36px rgba(7, 16, 10, 0.18);
}

.button--ghost {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.62);
  color: #526056;
}

.button-orb {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: var(--ink);
  font-size: 1.1rem;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px 14px;
  margin-top: 22px;
  color: #667169;
  font-size: 0.66rem;
  font-weight: 700;
}

.hero-trust span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.hero-trust i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
}

.hero-stage {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 580px;
  place-items: center;
  perspective: 1200px;
  animation: stage-in 900ms 180ms cubic-bezier(0.2, 0.9, 0.2, 1) both;
}

.stage-halo {
  position: absolute;
  width: min(104vw, 550px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(130, 255, 163, 0.45), rgba(33, 226, 87, 0.14) 38%, transparent 69%);
  filter: blur(5px);
  animation: halo-pulse 5s ease-in-out infinite;
}

.stage-halo::before,
.stage-halo::after {
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(0, 155, 43, 0.14);
  border-radius: 50%;
  content: "";
}

.stage-halo::after {
  inset: 29%;
}

.phone {
  position: relative;
  z-index: 3;
  width: min(82vw, 332px);
  aspect-ratio: 0.505;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 48px;
  background: linear-gradient(145deg, #203328, #050b07 70%);
  box-shadow:
    0 48px 90px rgba(2, 45, 16, 0.27),
    inset 0 0 0 2px rgba(255, 255, 255, 0.06),
    inset 7px 0 10px rgba(255, 255, 255, 0.04);
  transform: rotateY(-8deg) rotateX(3deg) rotateZ(2deg);
  transform-style: preserve-3d;
  animation: phone-float 6s ease-in-out infinite;
}

.phone::before {
  position: absolute;
  z-index: 4;
  top: 15px;
  left: 50%;
  width: 86px;
  height: 24px;
  border-radius: 999px;
  background: #07100a;
  transform: translateX(-50%);
  content: "";
}

.phone__side {
  position: absolute;
  left: -4px;
  width: 4px;
  border-radius: 5px 0 0 5px;
  background: #213028;
}

.phone__side--a {
  top: 110px;
  height: 48px;
}

.phone__side--b {
  top: 174px;
  height: 76px;
}

.phone__screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 41px;
  background: #f7faf7;
}

.phone__screen::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.18), transparent 32%);
  content: "";
}

.phone__status {
  display: flex;
  height: 43px;
  align-items: center;
  justify-content: space-between;
  padding: 0 21px;
  color: #152219;
  font-size: 0.59rem;
  font-weight: 800;
}

.phone__status > div {
  display: flex;
  align-items: center;
  gap: 3px;
}

.phone__status i {
  width: 3px;
  height: 7px;
  border-radius: 2px;
  background: #152219;
}

.phone__status i + i {
  height: 10px;
}

.phone__status b {
  width: 13px;
  height: 7px;
  border: 1px solid #152219;
  border-radius: 2px;
}

.app-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 20px 14px;
}

.app-top small,
.nearby-title small,
.mini-deal small {
  display: block;
  color: #778079;
  font-size: 0.47rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.app-top strong {
  display: block;
  margin-top: 2px;
  font-size: 0.86rem;
}

.app-avatar {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 12px;
  background: var(--ink);
  color: var(--green);
  font-size: 0.58rem;
  font-weight: 900;
}

.radar-map {
  position: relative;
  height: 248px;
  margin: 0 13px;
  overflow: hidden;
  border-radius: 26px;
  background:
    radial-gradient(circle at center, rgba(13, 215, 69, 0.25), transparent 55%),
    #07150c;
}

.map-grid {
  position: absolute;
  inset: -40%;
  opacity: 0.11;
  background-image:
    linear-gradient(rgba(117, 255, 157, 0.45) 1px, transparent 1px),
    linear-gradient(90deg, rgba(117, 255, 157, 0.45) 1px, transparent 1px);
  background-size: 26px 26px;
  transform: rotate(17deg);
}

.radar-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(78, 255, 128, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.radar-ring--one { width: 74px; height: 74px; }
.radar-ring--two { width: 146px; height: 146px; }
.radar-ring--three { width: 226px; height: 226px; }

.radar-sweep {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 113px;
  height: 113px;
  overflow: hidden;
  transform-origin: 0 0;
  animation: radar-rotate 4.5s linear infinite;
}

.radar-sweep::before {
  display: block;
  width: 100%;
  height: 100%;
  background: conic-gradient(from 270deg at 0 0, rgba(20, 238, 81, 0.4), transparent 27%);
  content: "";
}

.radar-user {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(211, 255, 223, 0.7);
  border-radius: 50%;
  background: rgba(7, 24, 12, 0.9);
  box-shadow: 0 0 0 7px rgba(12, 218, 69, 0.1), 0 0 24px rgba(12, 218, 69, 0.7);
  transform: translate(-50%, -50%);
}

.radar-user span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.map-offer {
  position: absolute;
  z-index: 5;
  display: grid;
  min-width: 42px;
  height: 30px;
  place-items: center;
  padding: 0 7px;
  border: 1px solid rgba(142, 255, 174, 0.3);
  border-radius: 10px;
  background: rgba(16, 50, 25, 0.92);
  color: #baffca;
  font-size: 0.52rem;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.23);
  animation: offer-bob 3s ease-in-out infinite;
}

.map-offer--a { top: 34px; right: 38px; }
.map-offer--b { bottom: 48px; left: 28px; animation-delay: -1s; }
.map-offer--c { right: 24px; bottom: 65px; animation-delay: -2s; }

.range-pill {
  position: absolute;
  z-index: 5;
  bottom: 12px;
  left: 50%;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: #d7eadd;
  font-size: 0.48rem;
  font-weight: 750;
  transform: translateX(-50%);
  backdrop-filter: blur(8px);
}

.nearby-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 18px 18px 10px;
}

.nearby-title strong {
  display: block;
  margin-top: 2px;
  font-size: 0.78rem;
}

.nearby-title > span {
  color: #14963d;
  font-size: 0.48rem;
  font-weight: 800;
}

.mini-deal {
  position: relative;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 9px;
  border: 1px solid rgba(7, 16, 10, 0.07);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(7, 31, 15, 0.07);
}

.mini-deal-list {
  display: grid;
  gap: 8px;
  margin: 0 13px;
  padding-bottom: 66px;
}

.mini-deal__art {
  display: grid;
  width: 50px;
  height: 54px;
  place-items: center;
  border-radius: 13px;
  background: #dfffe8;
  font-size: 1.2rem;
}

.mini-deal--beauty .mini-deal__art {
  background: #ffe5ef;
  color: #9d3158;
}

.mini-deal--market .mini-deal__art {
  background: #fff2cf;
  color: #755000;
}

.mini-deal--beauty > b {
  background: #ff7dac;
}

.mini-deal--market > b {
  background: #ffd45c;
}

.mini-deal strong,
.mini-deal p {
  display: block;
  overflow: hidden;
  margin: 3px 0 0;
  font-size: 0.58rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mini-deal p {
  color: #7b857e;
  font-size: 0.46rem;
}

.mini-deal > b {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 3px 5px;
  border-radius: 6px;
  background: var(--green);
  font-size: 0.43rem;
}

.app-nav {
  position: absolute;
  z-index: 8;
  right: 11px;
  bottom: 8px;
  left: 11px;
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: space-around;
  border: 1px solid rgba(7, 16, 10, 0.06);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 9px 22px rgba(7, 20, 11, 0.08);
}

.app-nav span {
  display: grid;
  place-items: center;
  color: #8a928c;
  font-size: 0.75rem;
}

.app-nav small {
  margin-top: 1px;
  font-size: 0.39rem;
}

.app-nav .is-active {
  color: #08b53b;
}

.float-tag {
  position: absolute;
  z-index: 5;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 24px 50px rgba(8, 49, 20, 0.17);
  backdrop-filter: blur(16px);
}

.float-tag--top {
  top: 9%;
  left: 0;
  width: 98px;
  height: 78px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
  transform: rotate(-9deg);
  animation: tag-one 5s ease-in-out infinite;
}

.float-tag--top b {
  color: var(--green-deep);
  font-size: 1.35rem;
  letter-spacing: -0.06em;
}

.float-tag--top small {
  color: #768078;
  font-size: 0.54rem;
  font-weight: 800;
  text-transform: uppercase;
}

.float-tag--side {
  right: -4px;
  bottom: 21%;
  width: 102px;
  height: 76px;
  grid-template-columns: 29px 1fr;
  gap: 5px;
  padding: 11px;
  border-color: rgba(116, 255, 156, 0.25);
  border-radius: 24px;
  background: rgba(6, 19, 10, 0.9);
  color: #fff;
  transform: rotate(7deg);
  animation: tag-two 5.8s ease-in-out infinite;
}

.float-tag--side span {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 10px;
  background: var(--green);
  color: var(--ink);
  font-size: 0.65rem;
  font-weight: 900;
}

.float-tag--side b {
  font-size: 0.78rem;
  line-height: 1.05;
}

.pop-pin {
  position: absolute;
  z-index: 2;
  top: 26%;
  right: 2%;
  width: 62px;
  height: 62px;
  border-radius: 50% 50% 50% 10px;
  background: linear-gradient(145deg, var(--green), #009a31);
  box-shadow: 0 25px 48px rgba(3, 165, 48, 0.25);
  transform: rotate(45deg);
  animation: pin-float 6.5s ease-in-out infinite;
}

.pop-pin span {
  position: absolute;
  inset: 19px;
  border: 6px solid #fff;
  border-radius: 50%;
}

.pop-coin {
  position: absolute;
  z-index: 2;
  bottom: 7%;
  left: 2%;
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border: 1px solid rgba(7, 16, 10, 0.08);
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 20px 40px rgba(80, 141, 0, 0.18);
  font-size: 1.5rem;
  font-weight: 950;
  animation: coin-roll 8s ease-in-out infinite;
}

.ticker {
  position: relative;
  z-index: 5;
  width: 100%;
  margin-left: 0;
  overflow: hidden;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  background: var(--green);
  color: var(--ink);
  transform: none;
}

.ticker-track {
  display: flex;
  width: max-content;
  min-height: 54px;
  align-items: center;
  animation: none;
  will-change: transform;
}

.ticker-track.is-ready {
  animation: ticker-move var(--ticker-duration, 24s) linear infinite;
}

.ticker-group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 22px;
  padding-right: 22px;
}

.ticker span {
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.ticker i {
  font-style: normal;
}

.section-shell {
  width: min(100% - 28px, 1180px);
  margin-right: auto;
  margin-left: auto;
}

.steps {
  padding-top: 120px;
  padding-bottom: 112px;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading h2,
.audiences h2,
.privacy h2,
.final-cta h2 {
  margin: 14px 0 13px;
  font-size: clamp(2.45rem, 10.8vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
}

.step-grid {
  display: grid;
  gap: 14px;
}

.step-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 34px;
  box-shadow: var(--shadow);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.step-card:hover {
  transform: translateY(-7px) rotateX(1deg);
  box-shadow: 0 38px 90px rgba(7, 31, 15, 0.18);
}

.step-card--green {
  border-color: transparent;
  background: var(--green);
}

.step-card--white {
  background: #fff;
}

.step-card--black {
  border-color: #142419;
  background: var(--ink);
  color: #fff;
}

.step-number {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.69rem;
  font-weight: 900;
}

.step-card h3 {
  margin: 27px 0 8px;
  font-size: 1.55rem;
  letter-spacing: -0.045em;
}

.step-card p {
  margin: 0;
  opacity: 0.7;
  font-size: 0.84rem;
  line-height: 1.55;
}

.step-visual {
  position: relative;
  display: grid;
  height: 175px;
  margin-top: 22px;
  place-items: center;
}

.step-visual--radar i {
  position: absolute;
  border: 1px solid rgba(0, 53, 16, 0.26);
  border-radius: 50%;
}

.step-visual--radar i:nth-child(1) { width: 74px; height: 74px; }
.step-visual--radar i:nth-child(2) { width: 126px; height: 126px; }
.step-visual--radar i:nth-child(3) { width: 174px; height: 174px; }

.step-visual--radar b {
  position: relative;
  z-index: 3;
  width: 20px;
  height: 20px;
  border: 5px solid var(--ink);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 11px rgba(255, 255, 255, 0.28);
}

.step-visual--radar::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 87px;
  height: 87px;
  background: conic-gradient(from 270deg at 0 0, rgba(0, 57, 18, 0.28), transparent 30%);
  transform-origin: 0 0;
  animation: radar-rotate 4s linear infinite;
  content: "";
}

.step-visual--cards {
  transform-style: preserve-3d;
  perspective: 800px;
}

.step-visual--cards i {
  position: absolute;
  display: grid;
  width: 118px;
  height: 74px;
  place-items: center;
  border: 1px solid rgba(7, 16, 10, 0.1);
  border-radius: 20px;
  background: var(--mint);
  box-shadow: 0 20px 32px rgba(7, 31, 15, 0.12);
  color: var(--green-dark);
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 950;
}

.step-visual--cards i:nth-child(1) {
  transform: translate3d(-62px, 20px, 0) rotate(-12deg);
  animation: card-float-a 5s ease-in-out infinite;
}

.step-visual--cards i:nth-child(2) {
  z-index: 2;
  background: var(--ink);
  color: var(--green);
  transform: translate3d(0, -20px, 20px) rotate(2deg);
  animation: card-float-b 5.6s ease-in-out infinite;
}

.step-visual--cards i:nth-child(3) {
  transform: translate3d(65px, 24px, 0) rotate(13deg);
  animation: card-float-c 6s ease-in-out infinite;
}

.step-visual--ticket > div {
  position: relative;
  display: grid;
  width: 220px;
  min-height: 112px;
  place-items: center;
  border: 1px dashed rgba(142, 255, 174, 0.45);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(21, 211, 75, 0.18), rgba(10, 47, 20, 0.4));
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.24);
  transform: rotate(-4deg);
  animation: ticket-float 5s ease-in-out infinite;
}

.step-visual--ticket > div::before,
.step-visual--ticket > div::after {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--ink);
  content: "";
  transform: translateY(-50%);
}

.step-visual--ticket > div::before { left: -12px; }
.step-visual--ticket > div::after { right: -12px; }

.step-visual--ticket span,
.step-visual--ticket b {
  display: block;
  text-align: center;
}

.step-visual--ticket span {
  color: var(--green);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.step-visual--ticket b {
  margin-top: 7px;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
}

.audiences {
  position: relative;
  overflow: hidden;
  padding: 98px 0;
  background:
    radial-gradient(circle at 90% 20%, rgba(24, 229, 82, 0.16), transparent 30rem),
    var(--ink);
  color: #fff;
}

.audiences::before {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image:
    linear-gradient(rgba(116, 255, 157, 0.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(116, 255, 157, 0.5) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, transparent, black 50%, black);
  content: "";
}

.audiences-shell {
  position: relative;
  display: grid;
  align-items: center;
  gap: 60px;
}

.audiences h2 em {
  color: var(--green);
}

.audience-tabs {
  display: inline-flex;
  gap: 4px;
  margin-top: 18px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.04);
}

.audience-tab {
  min-height: 46px;
  padding: 0 17px;
  border: 0;
  border-radius: 13px;
  background: transparent;
  color: #849087;
  cursor: pointer;
  font-size: 0.74rem;
  font-weight: 850;
}

.audience-tab.is-active {
  background: var(--green);
  color: var(--ink);
}

.audience-text {
  max-width: 570px;
  margin-top: 24px;
  animation: audience-in 350ms ease both;
}

.audience-text.is-changing {
  animation: audience-out 160ms ease both;
}

.audience-text strong {
  font-size: 1.02rem;
}

.audience-text p {
  color: #9ba69f;
  font-size: 0.86rem;
  line-height: 1.65;
}

.audience-text ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.audience-text li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #d4dbd6;
  font-size: 0.76rem;
}

.audience-text li::before {
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 50%;
  background: rgba(21, 216, 77, 0.13);
  color: var(--green);
  content: "✓";
}

.audience-visual {
  position: relative;
  display: grid;
  min-height: 430px;
  place-items: center;
  perspective: 900px;
}

.audience-visual::before {
  position: absolute;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(73, 255, 126, 0.13);
  border-radius: 50%;
  animation: slow-spin 16s linear infinite;
  content: "";
}

.audience-visual::after {
  position: absolute;
  width: 245px;
  height: 245px;
  border: 1px dashed rgba(73, 255, 126, 0.16);
  border-radius: 50%;
  animation: slow-spin 20s linear infinite reverse;
  content: "";
}

.audience-core {
  position: relative;
  z-index: 3;
  width: 190px;
  height: 190px;
  transform-style: preserve-3d;
  animation: core-float 7s ease-in-out infinite;
}

.audience-core__face {
  position: absolute;
  z-index: 2;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 52px;
  background: #fff;
  box-shadow: 0 40px 70px rgba(0, 0, 0, 0.35);
  transform: translateZ(24px);
}

.audience-core__face img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}

.audience-core__edge {
  position: absolute;
  inset: 7px -17px -12px 15px;
  border-radius: 48px;
  background: linear-gradient(135deg, #32f269, #006c25);
  transform: translateZ(-8px);
}

.orbit-copy {
  position: absolute;
  z-index: 4;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #9effb9;
  font-size: 0.57rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  backdrop-filter: blur(10px);
}

.orbit-copy--one {
  top: 8%;
  left: 9%;
  animation: orbit-badge-a 8s ease-in-out infinite;
}

.orbit-copy--two {
  right: 4%;
  bottom: 16%;
  animation: orbit-badge-b 9s ease-in-out infinite;
}

.audience-bubble {
  position: absolute;
  z-index: 5;
  min-width: 128px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(19, 36, 24, 0.88);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
}

.audience-bubble b,
.audience-bubble span {
  display: block;
}

.audience-bubble b {
  color: var(--green);
  font-size: 0.71rem;
}

.audience-bubble span {
  margin-top: 2px;
  color: #8c9990;
  font-size: 0.56rem;
}

.audience-bubble--a {
  bottom: 7%;
  left: 0;
  animation: bubble-a 6s ease-in-out infinite;
}

.audience-bubble--b {
  top: 14%;
  right: 0;
  animation: bubble-b 7s ease-in-out infinite;
}

.privacy {
  padding-top: 110px;
  padding-bottom: 110px;
}

.privacy-card {
  position: relative;
  display: grid;
  min-height: 620px;
  align-items: center;
  gap: 30px;
  overflow: hidden;
  padding: 38px 24px;
  border: 1px solid rgba(7, 16, 10, 0.09);
  border-radius: 42px;
  background:
    radial-gradient(circle at 75% 65%, rgba(20, 223, 77, 0.19), transparent 31rem),
    #edfff2;
}

.privacy-copy {
  position: relative;
  z-index: 3;
}

.privacy h2 {
  max-width: 600px;
}

.privacy-copy > p {
  max-width: 570px;
  color: #56625a;
  font-size: 0.88rem;
  line-height: 1.65;
}

.privacy-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.privacy-pills span {
  padding: 9px 12px;
  border: 1px solid rgba(1, 145, 41, 0.11);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: #317045;
  font-size: 0.64rem;
  font-weight: 800;
}

.privacy-radar {
  position: relative;
  display: grid;
  width: min(84vw, 440px);
  aspect-ratio: 1;
  justify-self: center;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(1, 159, 46, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 0 30px 70px rgba(18, 115, 47, 0.12);
}

.privacy-radar__grid {
  position: absolute;
  inset: -30%;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(0, 142, 41, 0.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 142, 41, 0.5) 1px, transparent 1px);
  background-size: 35px 35px;
  transform: rotate(17deg);
}

.privacy-ring {
  position: absolute;
  border: 1px solid rgba(0, 174, 50, 0.2);
  border-radius: 50%;
}

.privacy-ring--one { inset: 37%; }
.privacy-ring--two { inset: 23%; }
.privacy-ring--three { inset: 8%; }

.privacy-radar > b {
  position: relative;
  z-index: 4;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  box-shadow: 0 0 0 14px rgba(9, 214, 66, 0.12), 0 0 34px rgba(9, 214, 66, 0.28);
}

.privacy-radar > b span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--green);
}

.privacy-radar > em {
  position: absolute;
  z-index: 4;
  bottom: 17%;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 800;
}

.privacy-radar::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48%;
  height: 48%;
  background: conic-gradient(from 270deg at 0 0, rgba(6, 211, 64, 0.28), transparent 30%);
  transform-origin: 0 0;
  animation: radar-rotate 5s linear infinite;
  content: "";
}

.final-cta {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 82px 22px;
  border-radius: 42px;
  background: var(--green);
  text-align: center;
}

.final-cta::before {
  position: absolute;
  inset: 0;
  opacity: 0.11;
  background-image:
    radial-gradient(circle at center, transparent 0 20%, #07100a 20.5% 21%, transparent 21.5% 34%, #07100a 34.5% 35%, transparent 35.5%);
  content: "";
}

.final-cta > *:not(.final-cta__orb) {
  position: relative;
  z-index: 2;
}

.final-cta > span {
  color: #073b17;
}

.final-cta h2 {
  margin-top: 18px;
  font-size: clamp(3.1rem, 14vw, 6rem);
}

.final-cta h2 em {
  color: var(--ink);
}

.final-cta p {
  margin: 0 0 26px;
  font-size: 0.9rem;
}

.button--white {
  min-width: 210px;
  background: #fff;
  box-shadow: 0 20px 40px rgba(0, 67, 20, 0.18);
}

.final-cta__orb {
  position: absolute;
  z-index: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(7, 16, 10, 0.15);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.28);
  font-weight: 950;
  backdrop-filter: blur(8px);
}

.final-cta__orb--a {
  top: 8%;
  left: -22px;
  width: 88px;
  height: 88px;
  font-size: 2rem;
  transform: rotate(-13deg);
  animation: final-a 6s ease-in-out infinite;
}

.final-cta__orb--b {
  right: -18px;
  bottom: 8%;
  width: 96px;
  height: 72px;
  transform: rotate(10deg);
  animation: final-b 7s ease-in-out infinite;
}

.site-footer {
  display: grid;
  width: min(100% - 28px, 1180px);
  gap: 17px;
  margin: 0 auto;
  padding: 28px 0 42px;
  color: #657068;
  text-align: center;
}

.footer-brand {
  justify-self: center;
  color: var(--ink);
}

.site-footer p {
  margin: 0;
  font-size: 0.72rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 17px;
  font-size: 0.7rem;
  font-weight: 750;
}

.footer-meta {
  display: grid;
  justify-items: center;
  gap: 5px;
}

.footer-meta small,
.footer-meta a {
  color: #657068;
  font-size: 0.62rem;
  line-height: 1.45;
}

.footer-meta a {
  transition: color 160ms ease;
}

.footer-meta a:hover {
  color: var(--green-deep);
}

.route-loader {
  position: fixed;
  z-index: 999;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  transition: opacity 240ms ease;
}

.route-loader.is-visible {
  opacity: 1;
}

.route-loader__wash {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at center, rgba(13, 219, 71, 0.14), transparent 40%),
    rgba(4, 13, 7, 0.96);
  backdrop-filter: blur(18px);
}

.route-loader__content {
  position: relative;
  z-index: 2;
  width: min(100% - 50px, 360px);
  pointer-events: none;
  text-align: center;
}

.route-loader__logo {
  position: relative;
  display: grid;
  width: 130px;
  height: 130px;
  margin: 0 auto 34px;
  place-items: center;
}

.route-loader__logo img {
  position: relative;
  z-index: 3;
  width: 92px;
  height: 92px;
  object-fit: contain;
  padding: 5px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.28);
  animation: loader-logo 1.3s ease-in-out infinite;
}

.route-loader__logo i {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(79, 255, 132, 0.34);
  border-radius: 50%;
  animation: loader-ring 1.8s ease-out infinite;
}

.route-loader__logo i:nth-of-type(2) { animation-delay: -0.6s; }
.route-loader__logo i:nth-of-type(3) { animation-delay: -1.2s; }

.route-loader__content > span {
  color: #8dffad;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.route-loader__content > strong {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 1.55rem;
  letter-spacing: -0.04em;
}

.route-loader__bar {
  height: 4px;
  margin-top: 24px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
}

.route-loader__bar i {
  display: block;
  width: 45%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--acid));
  animation: loader-bar 900ms ease-in-out infinite;
}

.route-loader button {
  position: fixed;
  z-index: 4;
  bottom: max(22px, env(safe-area-inset-bottom));
  left: 50%;
  margin: 0;
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: #8f9b92;
  cursor: pointer;
  font-size: 0.7rem;
  transform: translateX(-50%);
}

@media (min-width: 560px) {
  .header-brand span {
    display: block;
  }

  .hero-actions {
    display: flex;
    justify-content: center;
  }

  .button {
    min-width: 210px;
  }

  .step-card {
    padding: 32px;
  }

  .privacy-card,
  .final-cta {
    padding-right: 48px;
    padding-left: 48px;
  }
}

@media (min-width: 820px) {
  .site-header {
    position: sticky;
    top: 12px;
    margin-top: 12px;
    padding-right: 10px;
    padding-left: 16px;
  }

  .ticker {
    width: 102%;
    margin-left: -1%;
    transform: rotate(-1.2deg);
  }

  .header-nav {
    gap: 26px;
  }

  .header-nav > a:not(.header-login) {
    display: block;
  }

  .hero {
    grid-template-columns: minmax(0, 0.93fr) minmax(430px, 0.8fr);
    gap: 20px;
    padding-top: 45px;
  }

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

  .hero h1,
  .hero-copy > p {
    margin-right: 0;
    margin-left: 0;
  }

  .hero-actions,
  .hero-trust {
    justify-content: flex-start;
  }

  .hero h1 {
    font-size: clamp(4.8rem, 7.3vw, 7.4rem);
  }

  .hero-stage {
    min-height: 720px;
  }

  .phone {
    width: 340px;
  }

  .float-tag--top {
    left: 5%;
  }

  .float-tag--side {
    right: 1%;
  }

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

  .step-card:nth-child(2) {
    transform: translateY(26px);
  }

  .step-card:nth-child(2):hover {
    transform: translateY(18px);
  }

  .audiences-shell {
    grid-template-columns: 1fr 0.9fr;
  }

  .privacy-card {
    grid-template-columns: 1.1fr 0.9fr;
    min-height: 560px;
    padding: 60px;
  }

  .privacy-radar {
    width: min(34vw, 440px);
  }

  .site-footer {
    grid-template-columns: auto 1fr auto;
    align-items: center;
    text-align: left;
  }

  .footer-brand {
    justify-self: start;
  }

  .site-footer p {
    padding-left: 24px;
  }

  .footer-meta {
    width: 100%;
    grid-column: 1 / -1;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    justify-items: start;
    gap: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(7, 16, 10, 0.08);
    text-align: left;
  }

  .footer-meta small:nth-child(2) {
    justify-self: center;
    text-align: center;
  }

  .footer-meta a {
    justify-self: end;
    text-align: right;
  }
}

@media (min-width: 1180px) {
  .hero {
    min-height: 860px;
  }

  .hero-stage {
    transform: translateX(20px);
  }

  .phone {
    width: 358px;
  }

  .float-tag--top {
    left: 3%;
  }

  .float-tag--side {
    right: 0;
  }
}

@media (max-width: 390px) {
  .site-header {
    min-height: 70px;
  }

  .header-brand img {
    width: 48px;
    height: 48px;
  }

  .header-login {
    min-height: 46px;
  }

  .hero {
    padding-top: 36px;
  }

  .hero-stage {
    min-height: 540px;
  }

  .phone {
    width: min(82vw, 306px);
  }

  .float-tag--top {
    left: -5px;
    width: 84px;
  }

  .float-tag--side {
    right: -8px;
    width: 92px;
  }

  .pop-pin {
    right: -3%;
  }

  .step-card {
    min-height: 370px;
  }

  .audience-bubble {
    min-width: 115px;
  }
}

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

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

@keyframes header-in {
  from { opacity: 0; transform: translateY(-16px); }
}

@keyframes copy-in {
  from { opacity: 0; transform: translateY(28px); }
}

@keyframes stage-in {
  from { opacity: 0; transform: translateY(30px) scale(0.94); }
}

@keyframes underline-in {
  to { transform: rotate(-2deg) scaleX(1); }
}

@keyframes ping {
  from { opacity: 0.8; transform: scale(0.45); }
  to { opacity: 0; transform: scale(1.6); }
}

@keyframes halo-pulse {
  50% { opacity: 0.7; transform: scale(1.08); }
}

@keyframes phone-float {
  0%, 100% { transform: rotateY(-8deg) rotateX(3deg) rotateZ(2deg) translateY(0); }
  50% { transform: rotateY(-4deg) rotateX(1deg) rotateZ(0deg) translateY(-16px); }
}

@keyframes radar-rotate {
  to { transform: rotate(360deg); }
}

@keyframes offer-bob {
  50% { transform: translateY(-6px); }
}

@keyframes tag-one {
  50% { transform: rotate(-4deg) translateY(-12px); }
}

@keyframes tag-two {
  50% { transform: rotate(2deg) translateY(11px); }
}

@keyframes pin-float {
  50% { transform: rotate(55deg) translate(-8px, 10px); }
}

@keyframes coin-roll {
  50% { transform: translateY(-14px) rotate(18deg); }
}

@keyframes ticker-move {
  to { transform: translate3d(var(--ticker-shift, -50%), 0, 0); }
}

@keyframes card-float-a {
  50% { transform: translate3d(-70px, 10px, 0) rotate(-16deg); }
}

@keyframes card-float-b {
  50% { transform: translate3d(0, -31px, 20px) rotate(-1deg); }
}

@keyframes card-float-c {
  50% { transform: translate3d(72px, 13px, 0) rotate(17deg); }
}

@keyframes ticket-float {
  50% { transform: rotate(2deg) translateY(-10px); }
}

@keyframes audience-in {
  from { opacity: 0; transform: translateY(8px); }
}

@keyframes audience-out {
  to { opacity: 0; transform: translateY(7px); }
}

@keyframes slow-spin {
  to { transform: rotate(360deg); }
}

@keyframes core-float {
  0%, 100% { transform: rotateY(-9deg) rotateX(5deg) translateY(0); }
  50% { transform: rotateY(8deg) rotateX(-2deg) translateY(-13px); }
}

@keyframes orbit-badge-a {
  50% { transform: translate(24px, -10px) rotate(-5deg); }
}

@keyframes orbit-badge-b {
  50% { transform: translate(-22px, 12px) rotate(5deg); }
}

@keyframes bubble-a {
  50% { transform: translateY(-10px) rotate(-2deg); }
}

@keyframes bubble-b {
  50% { transform: translateY(12px) rotate(2deg); }
}

@keyframes final-a {
  50% { transform: rotate(-4deg) translateY(12px); }
}

@keyframes final-b {
  50% { transform: rotate(2deg) translateY(-13px); }
}

@keyframes loader-ring {
  from { opacity: 0.75; transform: scale(0.52); }
  to { opacity: 0; transform: scale(1.42); }
}

@keyframes loader-logo {
  50% { transform: scale(1.06) rotate(-2deg); }
}

@keyframes loader-bar {
  from { transform: translateX(-110%); }
  to { transform: translateX(245%); }
}
