html,
body {
  min-width: 0;
  max-width: 100%;
}

main,
section,
.container,
.hero-copy,
.hero-visual,
.commerce-copy,
.offers-copy,
.delivery-copy,
.vision-copy,
.vision-mascot-copy,
.journey-card {
  min-width: 0;
}

img {
  height: auto;
}

.hero-words {
  display: block;
  height: 1.08em;
  overflow: hidden;
}

.hero-words-track {
  display: flex;
  flex-direction: column;
  animation: hero-words-loop 9s cubic-bezier(.76, 0, .24, 1) infinite;
}

.hero-words-track em {
  display: block;
  height: 1.08em;
  flex: 0 0 1.08em;
  white-space: nowrap;
}

@keyframes hero-words-loop {
  0%, 20% { transform: translateY(0); }
  27%, 45% { transform: translateY(-25%); }
  52%, 70% { transform: translateY(-50%); }
  77%, 96% { transform: translateY(-75%); }
  100% { transform: translateY(-75%); }
}

.browser > img {
  object-fit: contain;
  background: #f6f8fd;
}

.hero .browser {
  border-color: rgba(49, 94, 232, .32);
  box-shadow: 0 32px 90px rgba(49, 94, 232, .2), 0 2px 8px rgba(31, 55, 98, .07);
}

.hero .browser-bar {
  border-bottom-color: #d9e3ff;
  background: linear-gradient(90deg, #edf2ff, #f8faff);
}

.hero .browser-bar > span {
  border-color: #d4dfff;
  color: var(--blue);
}

.hero .browser > img {
  aspect-ratio: 217 / 113;
  object-fit: cover;
  object-position: center top;
}

.app-downloads { margin-top: 25px; }
.app-downloads > p { margin: 0 0 10px; color: #59677e; font-size: 11px; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; }
.app-downloads > p span { color: var(--orange); }
.app-downloads > div { display: flex; flex-wrap: wrap; gap: 10px; }

.store-badge {
  width: 184px; min-width: 0; height: auto; min-height: 0; aspect-ratio: 135 / 40; display: block;
  padding: 0; border: 0; border-radius: 10px; appearance: none;
  background: transparent; color: inherit; box-shadow: none;
  text-align: left; filter: drop-shadow(0 12px 18px rgba(16,33,61,.24));
  transition: transform .2s ease, filter .2s ease;
}
.store-badge:hover { transform: translateY(-3px) scale(1.02); background: transparent; box-shadow: none; filter: drop-shadow(0 18px 25px rgba(16,33,61,.3)) drop-shadow(0 0 12px rgba(49,94,232,.2)); }
.store-badge i { position: relative; width: 28px; height: 28px; display: grid; place-items: center; flex: none; color: #fff; font-style: normal; font-size: 19px; }
.store-apple { font-size: 0 !important; }
.store-apple::before { content: ""; width: 18px; height: 19px; border-radius: 48% 48% 52% 52% / 45% 45% 58% 58%; background: #fff; transform: rotate(-4deg); }
.store-apple::after { content: ""; position: absolute; left: 15px; top: 1px; width: 7px; height: 5px; border-radius: 90% 10% 90% 10%; background: #fff; transform: rotate(-32deg); }
.store-badge span,.store-badge small,.store-badge strong { display: block; }
.store-badge small { margin-bottom: 2px; color: #b7c3d8; font-size: 8px; line-height: 1; letter-spacing: .04em; text-transform: uppercase; }
.store-badge strong { font-size: 15px; line-height: 1.1; }

.store-badge > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
  pointer-events: none;
}

.store-badge > img[src*="google-play-badge"] { object-fit: cover; }

.section-store-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.store-badge-compact {
  width: 158px;
  min-width: 0;
  height: auto;
  min-height: 0;
  border-radius: 9px;
}

.cta-store-buttons { position: relative; z-index: 1; display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; margin-top: 22px; }
.final-cta .store-badge { width: 174px; filter: drop-shadow(0 15px 22px rgba(8,24,72,.34)) drop-shadow(0 0 14px rgba(255,255,255,.14)); }
.final-cta .store-badge:hover { filter: drop-shadow(0 20px 28px rgba(8,24,72,.4)) drop-shadow(0 0 18px rgba(255,255,255,.22)); }

.hero-socials {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 19px;
}

.hero-socials > span {
  margin-right: 4px;
  color: #69768b;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.hero-socials > a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid #dce4f0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 9px 22px rgba(25,48,89,.1);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.hero-socials > a:hover {
  transform: translateY(-3px);
  border-color: #cbd8f5;
  box-shadow: 0 14px 30px rgba(49,94,232,.18), 0 0 16px rgba(49,94,232,.12);
}

.hero-socials img {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.hero-paths {
  grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px;
  align-self: end; margin-top: 12px; padding-top: 25px; border-top: 1px solid var(--line);
}
.hero-path {
  width: 100%; min-width: 0; min-height: 126px; display: flex; align-items: center; gap: 13px;
  padding: 18px; border: 1px solid #dfe6f1; border-radius: 20px; background: rgba(255,255,255,.88);
  color: var(--ink); box-shadow: 0 13px 34px rgba(27,51,91,.07); text-align: left;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.hero-path:hover { transform: translateY(-4px); border-color: #cbd8f0; box-shadow: 0 20px 42px rgba(27,51,91,.12); }
.hero-path > i { width: 38px; height: 38px; display: grid; place-items: center; flex: none; border-radius: 12px; background: #edf2ff; color: var(--blue); font-style: normal; font-size: 10px; font-weight: 900; }
.hero-path-rider > i { background: #e7f8f1; color: var(--mint); }
.hero-path-promote > i { background: #fff0e6; color: var(--orange); }
.hero-path > span { min-width: 0; display: block; flex: 1; }
.hero-path small,.hero-path strong,.hero-path b { display: block; }
.hero-path small { margin-bottom: 4px; color: #7b8799; font-size: 9px; font-weight: 850; letter-spacing: .055em; text-transform: uppercase; }
.hero-path strong { margin-bottom: 5px; font-size: 15px; letter-spacing: -.015em; }
.hero-path b { color: #728096; font-size: 11px; font-weight: 600; line-height: 1.4; }
.hero-path > em { flex: none; color: var(--blue); font-style: normal; font-weight: 900; }
.hero-path-rider > em { color: var(--mint); }
.hero-path-promote > em { color: var(--orange); }

.role-card {
  --role-rgb: 49,94,232;
  isolation: isolate;
  animation: role-card-aura 6.2s ease-in-out infinite;
}
.role-card.buyers { --role-rgb: 255,106,0; animation-delay: -2.05s; }
.role-card.riders { --role-rgb: 33,167,122; animation-delay: -4.1s; }
.role-card::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -24%;
  bottom: -24%;
  left: -42%;
  width: 38%;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(105deg,transparent,rgba(255,255,255,.9),rgba(var(--role-rgb),.15),transparent);
  transform: translateX(-170%) skewX(-13deg);
  animation: role-card-sheen 7.2s ease-in-out infinite;
}
.role-card.buyers::before { animation-delay: -2.4s; }
.role-card.riders::before { animation-delay: -4.8s; }
.role-card::after { z-index: 0; pointer-events: none; animation: role-card-orb 6.4s ease-in-out infinite; }
.role-card.buyers::after { animation-delay: -2.1s; }
.role-card.riders::after { animation-delay: -4.2s; }
.role-card .role-top,
.role-card h3,
.role-card p { position: relative; z-index: 1; }
.role-card .role-icon { box-shadow: 0 9px 24px rgba(var(--role-rgb),.16); animation: role-icon-float 3.8s ease-in-out infinite; }
.role-card.buyers .role-icon { animation-delay: -.9s; }
.role-card.riders .role-icon { animation-delay: -1.8s; }

@media (hover: hover) and (pointer: fine) {
  .role-card:hover { animation-play-state: paused; box-shadow: 0 28px 58px rgba(var(--role-rgb),.16); }
}

@keyframes role-card-aura {
  0%,100% { border-color: rgba(var(--role-rgb),.18); box-shadow: 0 14px 34px rgba(25,48,89,.07); }
  50% { border-color: rgba(var(--role-rgb),.38); box-shadow: 0 20px 42px rgba(var(--role-rgb),.12); }
}

@keyframes role-card-sheen {
  0%,52% { opacity: 0; transform: translateX(-170%) skewX(-13deg); }
  60% { opacity: .82; }
  78%,100% { opacity: 0; transform: translateX(470%) skewX(-13deg); }
}

@keyframes role-card-orb {
  0%,100% { opacity: .72; transform: translate3d(0,0,0) scale(1); }
  50% { opacity: 1; transform: translate3d(-13px,-9px,0) scale(1.08); }
}

@keyframes role-icon-float {
  0%,100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-6px) rotate(2deg); }
}

.mascot-visual {
  min-height: 610px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.mascot-scene {
  position: relative;
  z-index: 1;
  width: min(570px, 100%);
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid #ecdcd0;
  border-radius: 38px;
  background: #fff8f1;
  box-shadow: 0 34px 90px rgba(46, 62, 105, .18), 0 8px 20px rgba(243, 106, 33, .08);
}

.mascot-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: 50% 94%;
  will-change: transform;
  animation: mascot-says-hello 4.4s ease-in-out infinite;
}

.hello-bubble {
  position: absolute;
  z-index: 3;
  left: 4%;
  top: 8%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  border: 1px solid rgba(49, 94, 232, .14);
  border-radius: 18px 18px 18px 4px;
  background: rgba(255, 255, 255, .94);
  color: var(--blue);
  box-shadow: 0 15px 34px rgba(31, 55, 98, .14);
  animation: hello-bubble-pop 4.4s ease-in-out infinite;
}

.hello-bubble span {
  display: inline-block;
  font-size: 19px;
  transform-origin: 70% 80%;
  animation: hello-hand 1.15s ease-in-out infinite;
}

.hello-bubble strong {
  font-size: 15px;
}

.wave-stroke {
  position: absolute;
  z-index: 4;
  left: 19%;
  top: 28%;
  width: 25px;
  height: 39px;
  border: 3px solid var(--orange);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  opacity: 0;
  transform: rotate(-22deg) scale(.6);
  animation: wave-stroke-pulse 2.2s ease-out infinite;
}

.wave-stroke-two {
  left: 16.5%;
  top: 25.5%;
  width: 38px;
  height: 54px;
  animation-delay: .32s;
}

.market-mini-card {
  position: absolute;
  z-index: 5;
  right: -35px;
  bottom: 12px;
  width: 240px;
  padding: 9px;
  overflow: hidden;
  border: 1px solid #dce4f0;
  border-radius: 18px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 22px 48px rgba(25, 48, 89, .18);
  transform: rotate(3deg);
  animation: market-card-float 5.2s ease-in-out infinite;
}

.market-mini-card > div {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 2px 4px 9px;
  color: #66748b;
  font-size: 9px;
}

.market-mini-card > div i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
}

.market-mini-card > div span {
  margin-left: auto;
  color: var(--mint);
  font-weight: 800;
}

.market-mini-card img {
  width: 100%;
  aspect-ratio: 1.9 / 1;
  object-fit: cover;
  object-position: center top;
  border-radius: 10px;
}

.mascot-online {
  z-index: 6;
  left: -28px;
  bottom: 42px;
}

.vision-mascot {
  position: relative;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 72px;
  align-items: center;
  margin-top: 72px;
  padding: 34px 64px 34px 42px;
  overflow: hidden;
  border: 1px solid #f0d8c7;
  border-radius: 32px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 24px 58px rgba(118, 66, 33, .1);
}

.vision-mascot::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -120px;
  top: -150px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 106, 33, .13), transparent 68%);
  pointer-events: none;
}

.vision-mascot-art {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: grid;
  place-items: center;
}

.vision-mascot-art .mascot-scene {
  width: min(430px, 100%);
  border-radius: 28px;
  box-shadow: 0 24px 58px rgba(80, 53, 35, .15);
}

.vision-mascot-art .mascot-online {
  left: -8px;
  bottom: 26px;
}

.vision-mascot-copy {
  position: relative;
  z-index: 1;
}

.vision-mascot-copy h3 {
  max-width: 580px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.02;
  letter-spacing: -.05em;
}

.vision-mascot-copy h3 em {
  color: var(--orange);
  font-style: normal;
}

.vision-mascot-copy > p:not(.kicker) {
  max-width: 540px;
  margin: 22px 0 26px;
  color: #74685f;
  font-size: 16px;
  line-height: 1.7;
}

.mascot-link {
  color: var(--blue);
  border-bottom-color: rgba(49, 94, 232, .28);
}

.purpose {
  position: relative; overflow: hidden; color: #fff;
  background: radial-gradient(circle at 12% 18%,rgba(9,34,121,.34),transparent 34%),radial-gradient(circle at 88% 82%,rgba(255,106,0,.32),transparent 28%),linear-gradient(135deg,#315ee8 0%,#315ee8 42%,#2349c9 100%);
}
.purpose::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.14) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.14) 1px,transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom,transparent,#000 18%,#000 82%,transparent); }
.purpose .container { position: relative; z-index: 1; }
.purpose-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; margin-bottom: 46px; }
.purpose-head .kicker { grid-column: 1 / -1; margin-bottom: -46px; color: #fff; }
.purpose-head h2 { margin: 0; color: #fff; font-size: clamp(43px,5.3vw,72px); line-height: .98; letter-spacing: -.055em; }
.purpose-head h2 em { color: #fff0e6; font-style: normal; text-decoration: underline; text-decoration-color: #ff6a00; text-decoration-thickness: .09em; text-underline-offset: .12em; text-shadow: 0 0 26px rgba(255,106,0,.32); }
.purpose-head > p:last-child { max-width: 460px; margin: 0 0 7px; color: #fff; font-size: 16px; line-height: 1.7; }
.purpose-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.purpose-card { position: relative; min-width: 0; min-height: 292px; display: flex; flex-direction: column; padding: 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 25px; background: rgba(17,35,87,.58); box-shadow: 0 24px 58px rgba(11,31,91,.24),inset 0 1px 0 rgba(255,255,255,.16); backdrop-filter: blur(12px); }
.purpose-card::after { content: ""; position: absolute; right: -70px; top: -80px; width: 190px; height: 190px; border-radius: 50%; background: radial-gradient(circle,rgba(255,255,255,.2),transparent 68%); pointer-events: none; }
.purpose-mission { border-color: rgba(255,255,255,.86); background: linear-gradient(145deg,#fff 0%,#f3f6ff 100%); box-shadow: 0 28px 68px rgba(12,39,120,.28),0 0 0 1px rgba(255,255,255,.65),inset 0 1px 0 #fff; }
.purpose-mission::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 6px; background: linear-gradient(to bottom,#315ee8,#6e8cff,#ff6a00); }
.purpose-mission::after { background: radial-gradient(circle,rgba(49,94,232,.16),transparent 68%); }
.purpose-card > span { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: auto; border-radius: 14px; background: #fff; color: var(--blue); font-size: 15px; font-weight: 950; }
.purpose-vision > span { background: #fff0e6; color: var(--orange); }
.purpose-card > p { margin: 28px 0 8px; color: #9fb6ee; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.purpose-vision > p { color: #ffc19f; }
.purpose-card h3 { max-width: 470px; margin: 0 0 12px; color: #fff; font-size: clamp(25px,3vw,36px); line-height: 1.06; letter-spacing: -.04em; }
.purpose-card small { max-width: 520px; color: #b8c6dc; font-size: 13px; line-height: 1.65; }
.purpose-mission > span { background: linear-gradient(135deg,#315ee8,#244dcd); color: #fff; box-shadow: 0 10px 24px rgba(49,94,232,.25); }
.purpose-mission > p { color: #315ee8; }
.purpose-mission h3 { color: #10213d; }
.purpose-mission small { color: #637189; }

.footer-social { gap: 0 !important; }
.social-link { width: 100%; display: flex !important; align-items: center; gap: 9px; margin-bottom: 7px !important; padding: 7px 8px; border-radius: 10px; transition: background .2s ease,color .2s ease; }
.social-link:hover { background: #f3f6fc; }
.social-link i { width: 25px; height: 25px; display: grid; place-items: center; flex: none; border-radius: 8px; background: #edf2ff; color: var(--blue); font-style: normal; font-size: 9px; font-weight: 900; }
.social-link > img { width: 25px; height: 25px; object-fit: contain; flex: none; padding: 4px; border-radius: 8px; background: #fff; box-shadow: 0 4px 12px rgba(24,45,82,.09); }
.hero-socials > a > img,
.social-link > img { transform-origin: center; animation: social-logo-float 4.6s ease-in-out infinite; }
.hero-socials > a:nth-of-type(2) > img,
.social-link:nth-of-type(2) > img { animation-delay: -1.15s; }
.hero-socials > a:nth-of-type(3) > img,
.social-link:nth-of-type(3) > img { animation-delay: -2.3s; }
.hero-socials > a:nth-of-type(4) > img,
.social-link:nth-of-type(4) > img { animation-delay: -3.45s; }
@media (hover: hover) and (pointer: fine) {
  .hero-socials > a:hover > img,
  .social-link:hover > img { animation: none; transform: translateY(-1px) rotate(-5deg) scale(1.1); filter: drop-shadow(0 5px 7px rgba(49,94,232,.24)); }
}
@keyframes social-logo-float {
  0%,100% { transform: translateY(0) scale(1); filter: drop-shadow(0 0 0 rgba(49,94,232,0)); }
  50% { transform: translateY(-2px) scale(1.035); filter: drop-shadow(0 4px 6px rgba(49,94,232,.17)); }
}
.social-link > span { min-width: 0; flex: 1; }
.social-link > b { color: var(--orange); }
.social-link > small { padding: 3px 6px; border-radius: 99px; background: #fff0e6; color: var(--orange); font-size: 7px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }

.final-cta h2 em {
  color: #ff6a00;
  text-shadow: 0 0 24px rgba(255, 106, 0, .34);
}

.delivery-copy h2 em {
  color: #4264ee;
  text-shadow: 0 0 0 rgba(66,100,238,0);
  animation: delivery-title-glow 4.2s ease-in-out infinite;
}

.delivery-photo {
  isolation: isolate;
}

.delivery-photo::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 8% 5% -5%;
  border-radius: 35%;
  background: radial-gradient(circle, rgba(49,94,232,.22), transparent 68%);
  filter: blur(12px);
  animation: delivery-graphic-glow 5.4s ease-in-out infinite;
}

.delivery-photo > img {
  transform-origin: 50% 88%;
  will-change: transform;
  animation: delivery-graphic-float 5.4s ease-in-out infinite;
}

.delivery-points {
  position: relative;
}

.delivery-points::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 16px;
  top: 17px;
  bottom: 17px;
  width: 2px;
  border-radius: 99px;
  background: linear-gradient(to bottom, #315ee8, #6c8cff, #21a77a);
  box-shadow: 0 0 14px rgba(49,94,232,.38);
  transform-origin: top;
  animation: delivery-route-draw 3.6s cubic-bezier(.65,0,.35,1) infinite;
}

.delivery-points::after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 13px;
  top: 13px;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #315ee8;
  box-shadow: 0 0 0 4px rgba(49,94,232,.13), 0 0 16px rgba(49,94,232,.65);
  animation: delivery-route-dot 3.6s cubic-bezier(.65,0,.35,1) infinite;
}

.delivery-points span {
  position: relative;
  z-index: 1;
}

.delivery-points b {
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0 5px #fffdf8, 0 7px 18px rgba(49,94,232,.12);
  animation: delivery-step-pulse 3.6s ease-in-out infinite;
}

.delivery-points span:nth-child(2) b { animation-delay: .55s; }
.delivery-points span:nth-child(3) b { animation-delay: 1.1s; }

@keyframes delivery-title-glow {
  0%, 100% { color: #4264ee; text-shadow: 0 0 0 rgba(66,100,238,0); }
  50% { color: #315ee8; text-shadow: 0 0 24px rgba(66,100,238,.3); }
}

@keyframes delivery-graphic-float {
  0%, 100% { transform: translate3d(0,0,0) rotate(0); }
  50% { transform: translate3d(0,-9px,0) rotate(.35deg); }
}

@keyframes delivery-graphic-glow {
  0%, 100% { opacity: .45; transform: scale(.96); }
  50% { opacity: .9; transform: scale(1.03); }
}

@keyframes delivery-route-draw {
  0%, 8% { transform: scaleY(0); opacity: .25; }
  42%, 82% { transform: scaleY(1); opacity: 1; }
  100% { transform: scaleY(1); opacity: .25; }
}

@keyframes delivery-route-dot {
  0%, 8% { top: 13px; opacity: 0; }
  15% { opacity: 1; }
  75% { top: calc(100% - 21px); opacity: 1; }
  88%, 100% { top: calc(100% - 21px); opacity: 0; }
}

@keyframes delivery-step-pulse {
  0%, 18%, 100% { transform: scale(1); box-shadow: 0 0 0 5px #fffdf8, 0 7px 18px rgba(49,94,232,.12); }
  28% { transform: scale(1.08); box-shadow: 0 0 0 7px rgba(49,94,232,.11), 0 9px 22px rgba(49,94,232,.24); }
}

.btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.btn::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -80% -45%;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 36%, rgba(255,255,255,.1) 43%, rgba(255,255,255,.48) 50%, rgba(255,255,255,.1) 57%, transparent 64%);
  transform: translateX(-72%) rotate(8deg);
  animation: luxury-button-shine 5.4s cubic-bezier(.22,.61,.36,1) infinite;
}

.btn > * {
  position: relative;
  z-index: 1;
}

.btn-primary {
  box-shadow: 0 14px 34px rgba(49,94,232,.34), 0 0 0 1px rgba(116,151,255,.26), inset 0 1px 0 rgba(255,255,255,.28);
}

.btn-primary:hover {
  box-shadow: 0 20px 44px rgba(49,94,232,.46), 0 0 24px rgba(72,115,255,.3), 0 0 0 1px rgba(145,174,255,.38), inset 0 1px 0 rgba(255,255,255,.35);
}

.btn-dark {
  box-shadow: 0 15px 34px rgba(16,33,61,.28), 0 0 0 1px rgba(108,143,207,.18), inset 0 1px 0 rgba(255,255,255,.16);
}

.btn-dark:hover {
  box-shadow: 0 20px 44px rgba(16,33,61,.34), 0 0 22px rgba(49,94,232,.2), 0 0 0 1px rgba(122,156,224,.28), inset 0 1px 0 rgba(255,255,255,.22);
}

.btn-white {
  box-shadow: 0 16px 38px rgba(10,31,85,.24), 0 0 22px rgba(255,255,255,.28), inset 0 1px 0 rgba(255,255,255,.9);
}

.hero-path:hover {
  box-shadow: 0 22px 48px rgba(49,94,232,.16), 0 0 0 1px rgba(49,94,232,.12), inset 0 1px 0 rgba(255,255,255,.8);
}

@keyframes luxury-button-shine {
  0%, 58% { transform: translateX(-72%) rotate(8deg); opacity: 0; }
  64% { opacity: 1; }
  82%, 100% { transform: translateX(72%) rotate(8deg); opacity: 0; }
}

@keyframes mascot-says-hello {
  0%, 7%, 42%, 100% { transform: translate3d(0, 0, 0) rotate(0); }
  13% { transform: translate3d(-3px, -7px, 0) rotate(-1.8deg); }
  19% { transform: translate3d(3px, -9px, 0) rotate(1.8deg); }
  25% { transform: translate3d(-2px, -7px, 0) rotate(-1.35deg); }
  31% { transform: translate3d(2px, -5px, 0) rotate(1deg); }
  36% { transform: translate3d(0, -2px, 0) rotate(0); }
  70% { transform: translate3d(0, -6px, 0) rotate(.35deg); }
}

@keyframes hello-bubble-pop {
  0%, 4%, 39%, 100% { opacity: .82; transform: translateY(2px) scale(.96); }
  11%, 30% { opacity: 1; transform: translateY(-3px) scale(1); }
}

@keyframes hello-hand {
  0%, 100% { transform: rotate(-8deg); }
  50% { transform: rotate(14deg); }
}

@keyframes wave-stroke-pulse {
  0%, 16% { opacity: 0; transform: rotate(-22deg) scale(.55); }
  32% { opacity: .85; }
  62%, 100% { opacity: 0; transform: rotate(-22deg) scale(1.18); }
}

@keyframes market-card-float {
  0%, 100% { transform: translateY(0) rotate(3deg); }
  50% { transform: translateY(-8px) rotate(1.5deg); }
}

.type-loop {
  position: relative;
  overflow: hidden;
  padding: 18px 0;
  border-block: 1px solid rgba(255, 255, 255, .22);
  background: linear-gradient(90deg, #315ee8, #274fc9);
  color: #fff;
  box-shadow: 0 14px 34px rgba(49, 94, 232, .2);
}

.type-loop-track {
  display: flex;
  width: max-content;
  animation: type-loop 22s linear infinite;
}

.type-loop-track span {
  padding-right: 44px;
  font-size: clamp(18px, 2.2vw, 31px);
  font-weight: 900;
  letter-spacing: .13em;
  white-space: nowrap;
}

.type-loop-track i {
  margin-inline: 20px;
  color: #dbe4ff;
  font-style: normal;
}

@keyframes type-loop {
  to { transform: translateX(-50%); }
}

.commerce-mock img {
  aspect-ratio: 1.62 / 1;
  object-fit: cover;
  object-position: center top;
}

.shopping-flow {
  border-block: 1px solid #e2e9f5;
  background:
    radial-gradient(circle at 14% 20%, rgba(49, 94, 232, .11), transparent 28%),
    radial-gradient(circle at 90% 82%, rgba(243, 106, 33, .1), transparent 25%),
    #f6f8fd;
}

.experience-head {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 48px;
}

.experience-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(42px, 4.7vw, 66px);
  line-height: 1;
  letter-spacing: -.055em;
  font-weight: 900;
}

.experience-head > p {
  max-width: 480px;
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

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

.journey-card {
  padding: 16px;
  border: 1px solid #dce4f0;
  border-radius: 26px;
  background: rgba(255, 255, 255, .91);
  box-shadow: 0 24px 65px rgba(29, 54, 99, .1);
  transition: transform .3s ease, box-shadow .3s ease;
}

.journey-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 32px 75px rgba(29, 54, 99, .15);
}

.journey-copy {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 9px 22px;
}

.journey-copy > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: none;
  border-radius: 14px;
  background: #edf2ff;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.journey-card:last-child .journey-copy > span {
  background: #fff0e6;
  color: var(--orange);
}

.journey-copy p,
.journey-copy h3 {
  margin: 0;
}

.journey-copy p {
  margin-bottom: 4px;
  color: #71809a;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.journey-copy h3 {
  color: var(--ink);
  font-size: 19px;
  letter-spacing: -.025em;
}

.journey-screen {
  overflow: hidden;
  border: 1px solid #dbe3ef;
  border-radius: 17px;
  background: #fff;
}

.journey-screen img {
  width: 100%;
  aspect-ratio: 1.8 / 1;
  object-fit: cover;
  object-position: center top;
  transition: transform .55s cubic-bezier(.2, .8, .2, 1);
}

.journey-card:hover .journey-screen img {
  transform: scale(1.018);
}

.title-motion-word {
  display: inline-block;
  white-space: nowrap;
}

.title-motion-letter {
  display: inline-block;
  transform-origin: 50% 85%;
  will-change: transform;
  animation: title-letter-wave 4.8s ease-in-out infinite;
  animation-delay: calc((var(--letter-index) * 38ms) + var(--title-offset, 0s));
}

h3 .title-motion-letter {
  animation-duration: 5.3s;
}

h4 .title-motion-letter {
  animation-duration: 5.8s;
}

.title-motion-whole {
  transform-origin: left center;
  will-change: transform;
  animation: title-whole-float 5.2s ease-in-out infinite;
}

@keyframes title-letter-wave {
  0%, 62%, 100% { transform: translateY(0) rotate(0); }
  72% { transform: translateY(-.1em) rotate(-1deg); }
  82% { transform: translateY(.025em) rotate(.45deg); }
  90% { transform: translateY(-.025em) rotate(-.2deg); }
}

@keyframes title-whole-float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -5px, 0); }
}

@media (max-width: 980px) {
  .mascot-visual {
    width: min(650px, 100%);
    margin-inline: auto;
  }

  .vision-mascot {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 40px;
  }

  .vision-mascot-art {
    width: min(500px, 100%);
    margin-inline: auto;
  }

  .vision-mascot-copy {
    text-align: center;
  }

  .vision-mascot-copy .kicker,
  .vision-mascot-copy > p:not(.kicker) {
    margin-inline: auto;
  }

  .app-downloads {
    text-align: center;
  }

  .app-downloads > div {
    justify-content: center;
  }

  .hero-socials,
  .section-store-buttons {
    justify-content: center;
  }

  .purpose-head {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }

  .purpose-head .kicker {
    grid-column: auto;
    margin: 0 auto;
  }

  .purpose-head > p:last-child {
    margin-inline: auto;
  }

  .experience-head {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
  }

  .experience-head .kicker,
  .experience-head > p {
    margin-inline: auto;
  }

  .journey-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  html,
  body,
  main {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  .hero {
    width: calc(100% - 28px);
    max-width: calc(100% - 28px);
    overflow: clip;
  }

  .hero::before {
    width: 100vw;
  }

  .hero-copy,
  .hero-visual,
  .commerce-visual,
  .commerce-copy,
  .delivery-copy,
  .delivery-photo,
  .vision-copy,
  .map-card {
    min-width: 0;
    max-width: 100%;
  }

  .hero .glow,
  .hero .orbit {
    display: none;
  }

  .hero-visual {
    width: 100%;
    perspective: none;
  }

  .browser {
    width: 100%;
    max-width: 100%;
    transform: none;
  }

  .app-downloads > p {
    line-height: 1.45;
  }

  .store-badge {
    flex: 0 1 184px;
  }

  .store-badge-compact { flex-basis: 158px; }

  .hero-paths {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 0;
  }

  .hero-path {
    min-height: 108px;
    padding: 15px;
    border-radius: 17px;
  }

  .float-sales {
    right: 4px;
  }

  .float-order {
    left: 4px;
  }

  .purpose-head h2 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .purpose-grid {
    grid-template-columns: 1fr;
  }

  .purpose-card {
    min-height: 250px;
    padding: 25px;
    border-radius: 21px;
  }

  .purpose-card h3 {
    font-size: clamp(27px, 8vw, 34px);
  }

  .mini-stat,
  .photo-note,
  .map-badge {
    max-width: calc(100% - 16px);
  }

  .values {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }

  .values span {
    min-width: 0;
    padding-inline: 8px;
  }

  .values small {
    overflow-wrap: anywhere;
  }

  .delivery-points {
    width: 100%;
  }

  .delivery-points span {
    min-width: 0;
    align-items: flex-start;
  }

  .footer-grid {
    gap: 28px 18px;
  }
  .mascot-visual {
    min-height: 460px;
  }

  .mascot-scene {
    border-radius: 25px;
  }

  .hello-bubble {
    left: 3%;
    top: 5%;
    padding: 8px 11px;
  }

  .market-mini-card {
    right: -4px;
    bottom: -3px;
    width: 160px;
    padding: 6px;
    border-radius: 13px;
  }

  .market-mini-card > div {
    padding-bottom: 6px;
    font-size: 7px;
  }

  .mascot-online {
    display: none;
  }

  .vision-mascot {
    margin-top: 48px;
    padding: 16px 16px 34px;
    gap: 30px;
    border-radius: 24px;
  }

  .vision-mascot-art .mascot-scene {
    border-radius: 20px;
  }

  .vision-mascot-copy {
    padding-inline: 6px;
  }

  .vision-mascot-copy h3 {
    font-size: clamp(34px, 10.5vw, 39px);
  }

  .hero-words {
    font-size: clamp(31px, 10.5vw, 45px);
  }

  .type-loop {
    padding-block: 14px;
  }

  .type-loop-track span {
    padding-right: 28px;
    font-size: 17px;
  }

  .type-loop-track i {
    margin-inline: 12px;
  }

  .experience-head h2 {
    font-size: 43px;
  }

  .journey-card {
    padding: 10px;
    border-radius: 20px;
  }

  .journey-copy {
    padding: 8px 6px 16px;
  }

  .journey-copy h3 {
    font-size: 16px;
  }

  .journey-screen {
    border-radius: 13px;
  }
}

@media (max-width: 420px) {
  .container,
  .hero {
    width: calc(100% - 22px);
    max-width: calc(100% - 22px);
  }

  .hero {
    padding-top: 100px;
    gap: 42px;
  }

  .hero h1 {
    font-size: clamp(38px, 13vw, 50px);
  }

  .hero-words {
    width: 100%;
    font-size: clamp(27px, 9vw, 35px);
  }

  .app-downloads > div {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .store-badge {
    width: min(184px, 100%);
    min-width: 0;
  }

  .proof {
    gap: 9px 13px;
  }

  .browser-bar > span {
    width: 48%;
  }

  .browser-bar > b {
    display: none;
  }

  .float-card {
    max-width: calc(100% - 8px);
  }

  .float-card small,
  .float-card strong {
    white-space: normal;
  }

  .hero-path {
    align-items: flex-start;
  }

  .section {
    padding-block: 72px;
  }

  .section-head h2,
  .commerce-copy h2,
  .offers-copy h2,
  .delivery-copy h2,
  .vision-copy h2,
  .experience-head h2 {
    font-size: clamp(34px, 11vw, 40px);
  }

  .purpose-card {
    min-height: 235px;
    padding: 22px;
  }

  .journey-copy {
    align-items: flex-start;
    gap: 10px;
  }

  .values {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .values span {
    padding: 0 0 12px;
    border-right: 0;
    border-bottom: 1px solid #efcfba;
  }

  .values span:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

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

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    line-height: 1.5;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-words-track,
  .type-loop-track,
  .title-motion-letter,
  .title-motion-whole,
  .mascot-image,
  .hello-bubble,
  .hello-bubble span,
  .wave-stroke,
  .market-mini-card,
  .btn::before,
  .store-badge::before,
  .role-card,
  .role-card::before,
  .role-card::after,
  .role-card .role-icon,
  .hero-socials > a > img,
  .social-link > img,
  .delivery-copy h2 em,
  .delivery-photo::before,
  .delivery-photo > img,
  .delivery-points::before,
  .delivery-points::after,
  .delivery-points b {
    animation: none;
  }

  .journey-card:hover,
  .journey-card:hover .journey-screen img {
    transform: none;
  }
}
