:root {
  --sea: #1c5d9b;
  --sea-dark: #0d4778;
  --sea-deep: #082f52;
  --sky: #5196d1;
  --sky-soft: #dcecf9;
  --sky-pale: #eef7fd;
  --ice: #f8fcff;
  --white: #ffffff;
  --ink: #0d2e4b;
  --muted: #5e7891;
  --line: rgba(13, 46, 75, 0.12);
  --shadow: 0 28px 80px rgba(8, 47, 82, 0.16);
  --shadow-soft: 0 18px 44px rgba(8, 47, 82, 0.12);
  --font-display: "Baloo Bhaijaan 2", system-ui, sans-serif;
  --font-body: "Quicksand", "Baloo Bhaijaan 2", system-ui, sans-serif;
}

* { box-sizing: border-box; }

html {
  min-height: 100%;
  background: var(--sky-pale);
  color-scheme: light;
}

body {
  min-width: 320px;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 12%, rgba(81, 150, 209, 0.23), transparent 24rem),
    radial-gradient(circle at 92% 88%, rgba(28, 93, 155, 0.18), transparent 28rem),
    linear-gradient(145deg, #f8fcff 0%, #eaf5fc 52%, #f7fbfe 100%);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before,
body::after {
  content: "";
  position: fixed;
  z-index: -2;
  border-radius: 50%;
  pointer-events: none;
}

body::before {
  width: min(52vw, 760px);
  aspect-ratio: 1;
  left: -28vw;
  top: 25vh;
  border: clamp(38px, 6vw, 88px) solid rgba(28, 93, 155, 0.07);
}

body::after {
  width: min(38vw, 560px);
  aspect-ratio: 1;
  right: -18vw;
  top: -12vw;
  border: clamp(28px, 5vw, 70px) solid rgba(81, 150, 209, 0.10);
}

button,
a { font: inherit; }

a { color: inherit; }

img,
svg { display: block; }

button { color: inherit; }

.page-shell {
  width: min(1390px, 100%);
  min-height: 100vh;
  min-height: 100dvh;
  margin-inline: auto;
  padding: max(22px, env(safe-area-inset-top)) clamp(18px, 4vw, 64px) max(18px, env(safe-area-inset-bottom));
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: clamp(20px, 3vw, 38px);
}

.site-header,
.site-footer,
.hero { width: 100%; }

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--sea-deep);
  text-decoration: none;
}

.brand__mark {
  width: 50px;
  height: 50px;
  object-fit: contain;
  filter: drop-shadow(0 9px 14px rgba(28, 93, 155, 0.14));
}

.brand__copy {
  display: grid;
  line-height: 1.05;
}

.brand__copy strong {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.brand__copy small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.support-link,
.language-toggle {
  min-height: 44px;
  border: 1px solid rgba(13, 46, 75, 0.11);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 9px 30px rgba(8, 47, 82, 0.07);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.support-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  color: var(--sea-dark);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

.support-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.language-toggle {
  appearance: none;
  min-width: 70px;
  padding: 0 15px;
  cursor: pointer;
  color: var(--sea-deep);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
}

.support-link,
.language-toggle,
.store-button,
.smart-download,
.brand,
.site-footer a {
  transition: transform 170ms ease, box-shadow 170ms ease, background 170ms ease, border-color 170ms ease;
}

.support-link:hover,
.language-toggle:hover,
.store-button:hover,
.smart-download:hover {
  transform: translateY(-2px);
}

.support-link:focus-visible,
.language-toggle:focus-visible,
.store-button:focus-visible,
.smart-download:focus-visible,
.brand:focus-visible,
.site-footer a:focus-visible {
  outline: 3px solid rgba(81, 150, 209, 0.42);
  outline-offset: 4px;
}

.hero {
  align-self: center;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  grid-template-areas: "copy visual";
  min-height: min(720px, calc(100dvh - 180px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: clamp(28px, 3.2vw, 44px);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow);
  backdrop-filter: blur(26px);
  -webkit-backdrop-filter: blur(26px);
}

.hero-copy {
  grid-area: copy;
  position: relative;
  z-index: 3;
  align-self: center;
  padding: clamp(38px, 5.8vw, 82px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 21px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--sky-pale);
  color: var(--sea-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sky);
  box-shadow: 0 0 0 6px rgba(81, 150, 209, 0.13);
}

h1 {
  max-width: 700px;
  margin: 0;
  color: var(--sea-deep);
  font-family: var(--font-display);
  font-size: clamp(52px, 5.8vw, 82px);
  font-weight: 800;
  line-height: 0.93;
  letter-spacing: -0.045em;
}

h1 span { display: block; }

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

.intro {
  max-width: 625px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.45vw, 20px);
  font-weight: 500;
  line-height: 1.7;
}

.download-card {
  max-width: 640px;
  margin-top: 30px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(248, 252, 255, 0.8);
  box-shadow: 0 14px 34px rgba(8, 47, 82, 0.07);
}

.redirect-status {
  display: flex;
  align-items: center;
  gap: 12px;
}

.redirect-status__icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--sky-soft);
  color: var(--sea);
}

.redirect-status__icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.is-redirecting .redirect-status__icon svg { animation: spin 1.15s linear infinite; }

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

.redirect-status__copy {
  display: grid;
  min-width: 0;
}

.redirect-status__copy strong {
  color: var(--sea-deep);
  font-size: 14px;
  line-height: 1.35;
}

.redirect-status__copy small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.redirect-progress {
  display: none;
  height: 4px;
  margin: 15px 0 0;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(81, 150, 209, 0.17);
}

.is-redirecting .redirect-progress { display: block; }

.redirect-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--sky), var(--sea));
}

.is-redirecting .redirect-progress span { animation: redirectProgress 1.4s linear forwards; }

@keyframes redirectProgress { to { width: 100%; } }

.smart-download {
  margin-top: 16px;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 7px 10px 7px 9px;
  border-radius: 17px;
  background: linear-gradient(135deg, var(--sea), var(--sea-dark));
  box-shadow: 0 14px 30px rgba(28, 93, 155, 0.24);
  color: var(--white);
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}

.smart-download[hidden] { display: none; }

.smart-download__main {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 11px;
}

.smart-download__platform {
  flex: 0 0 auto;
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 13px;
  background: rgba(255,255,255,.13);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.13);
}

.platform-logo {
  display: none;
  width: 24px;
  max-height: 28px;
}

.platform-logo--ios { fill: #fff; }
.platform-ios .platform-logo--ios,
.platform-android .platform-logo--android { display: block; }

.smart-download__copy {
  min-width: 0;
  display: grid;
  line-height: 1.05;
  text-align: start;
}

.smart-download__copy small {
  color: rgba(255,255,255,.72);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.smart-download__label {
  margin-top: 3px;
  overflow: hidden;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.smart-download__arrow {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.96);
  transition: transform 170ms ease;
}

.smart-download__arrow svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.smart-download:hover .smart-download__arrow,
.smart-download:focus-visible .smart-download__arrow {
  transform: translateX(3px);
}

html[dir="rtl"] .smart-download__copy { text-align: right; }

.store-prompt {
  margin: 18px 0 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

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

.store-button {
  min-width: 0;
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 15px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--white);
  color: var(--sea-deep);
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(8, 47, 82, 0.05);
}

.store-button:hover {
  border-color: rgba(28, 93, 155, 0.23);
  box-shadow: 0 14px 28px rgba(8, 47, 82, 0.10);
}

.store-button__icon {
  flex: 0 0 auto;
  width: 27px;
  max-height: 31px;
  fill: var(--sea-deep);
}

.store-button > span {
  min-width: 0;
  display: grid;
  line-height: 1.05;
  text-align: start;
}

.store-button small {
  color: var(--muted);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.store-button strong {
  margin-top: 3px;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
  white-space: nowrap;
}

.store-button__arrow {
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  margin-inline-start: auto;
  display: grid;
  place-items: center;
  color: var(--sea);
  transition: transform 170ms ease;
}

.store-button__arrow svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.store-button:hover .store-button__arrow,
.store-button:focus-visible .store-button__arrow {
  transform: translateX(3px);
}

.benefits {
  max-width: 650px;
  margin-top: 23px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.benefits > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.benefits svg {
  width: 18px;
  height: 18px;
  padding: 3px;
  border-radius: 50%;
  background: var(--sky-soft);
  fill: var(--sea);
}

.app-visual {
  grid-area: visual;
  position: relative;
  min-height: 100%;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px),
    linear-gradient(145deg, #98c9eb 0%, #5196d1 45%, #1c5d9b 100%);
  background-size: 34px 34px, 34px 34px, auto;
}

.app-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -4;
  background: radial-gradient(circle at 50% 45%, rgba(255,255,255,.22), transparent 38%);
}

.visual-watermark {
  position: absolute;
  z-index: -3;
  width: min(600px, 90%);
  right: -17%;
  bottom: -12%;
  opacity: 0.12;
  filter: brightness(0) invert(1);
  transform: rotate(16deg);
}

.visual-ring {
  position: absolute;
  z-index: -2;
  border-radius: 50%;
  border: 52px solid rgba(255,255,255,.11);
}

.visual-ring--one {
  width: 430px;
  height: 430px;
  left: -190px;
  bottom: -130px;
}

.visual-ring--two {
  width: 270px;
  height: 270px;
  right: -130px;
  top: -80px;
  border-width: 38px;
}

.phone-stage {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 44px 44px 74px;
}

.phone {
  position: relative;
  width: min(342px, 70%);
  aspect-ratio: 739 / 1600;
  overflow: hidden;
  border: clamp(8px, 1vw, 12px) solid #082f52;
  border-radius: clamp(38px, 5vw, 56px);
  background: #082f52;
  box-shadow:
    0 38px 58px rgba(8, 47, 82, 0.36),
    inset 0 0 0 2px rgba(255,255,255,.13);
  transform: rotate(3.5deg) translateY(16px);
}

.phone::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(115deg, rgba(255,255,255,.16), transparent 23% 73%, rgba(255,255,255,.08));
  mix-blend-mode: screen;
}

.phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone__speaker {
  position: absolute;
  z-index: 3;
  width: 36%;
  height: 23px;
  left: 50%;
  top: 10px;
  border-radius: 999px;
  background: #082a49;
  transform: translateX(-50%);
  box-shadow: 0 1px 0 rgba(255,255,255,.11);
}

.floating-card {
  position: absolute;
  z-index: 4;
  min-width: 196px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  color: var(--sea-deep);
  box-shadow: 0 18px 38px rgba(8,47,82,.21);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.floating-card--delivery {
  top: 20%;
  left: 4%;
  transform: rotate(-2deg);
}

.floating-card--tracking {
  right: 3%;
  bottom: 25%;
  transform: rotate(2deg);
}

.floating-card__icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--sky-soft);
  color: var(--sea);
}

.floating-card__icon svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.floating-card > span:last-child { display: grid; }

.floating-card strong {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
}

.floating-card small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
}

.qr-card {
  position: absolute;
  z-index: 5;
  left: 28px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px 10px 10px;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 20px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 42px rgba(8,47,82,.22);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.qr-card__code {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 13px;
  background: #fff;
}

.qr-card__code img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.qr-card__copy {
  max-width: 130px;
  display: grid;
}

.qr-card__copy strong {
  color: var(--sea-deep);
  font-family: var(--font-display);
  font-size: 15px;
  line-height: 1.1;
}

.qr-card__copy span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.35;
}

.site-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
}

.site-footer a { text-underline-offset: 3px; }

.footer-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--sky);
}

.footer-spacer { flex: 1; }

.noscript-message {
  position: fixed;
  z-index: 20;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 12px 16px;
  border-radius: 14px;
  background: var(--sea-deep);
  color: #fff;
  text-align: center;
  font-family: var(--font-body);
  font-size: 13px;
}

html[dir="rtl"] .hero {
  grid-template-areas: "visual copy";
}

html[dir="rtl"] .brand__copy small,
html[dir="rtl"] .eyebrow {
  letter-spacing: 0;
  text-transform: none;
}

html[dir="rtl"] .hero-copy,
html[dir="rtl"] .redirect-status__copy,
html[dir="rtl"] .store-button > span,
html[dir="rtl"] .qr-card__copy,
html[dir="rtl"] .floating-card > span:last-child {
  text-align: right;
}

html[dir="rtl"] .smart-download__arrow,
html[dir="rtl"] .store-button__arrow { transform: scaleX(-1); }

@media (max-width: 1110px) {
  .hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  }

  .hero-copy { padding: clamp(36px, 4.8vw, 58px); }
  h1 { font-size: clamp(50px, 6.5vw, 72px); }
  .floating-card { min-width: 178px; }
  .floating-card--delivery { left: 2%; }
  .floating-card--tracking { right: 1%; }
}

@media (max-width: 900px) {
  .page-shell { gap: 18px; }

  .hero,
  html[dir="rtl"] .hero {
    grid-template-columns: 1fr;
    grid-template-areas: "copy" "visual";
    min-height: auto;
  }

  .hero-copy { padding: 42px 38px 36px; }
  .app-visual { min-height: 650px; }
  .phone { width: min(320px, 56vw); }
  .phone-stage { padding: 35px 35px 62px; }
}

@media (max-width: 620px) {
  body::before { left: -58vw; top: 16vh; }
  body::after { right: -43vw; top: -17vw; }

  .page-shell {
    padding-inline: 14px;
    padding-top: max(16px, env(safe-area-inset-top));
  }

  .brand { gap: 9px; }
  .brand__mark { width: 42px; height: 42px; }
  .brand__copy strong { font-size: 15px; }
  .brand__copy small { font-size: 8px; }
  .support-link { display: none; }
  .language-toggle { min-width: 62px; min-height: 42px; padding-inline: 12px; }

  .hero { border-radius: 28px; }
  .hero-copy { padding: 34px 24px 30px; }
  .eyebrow { margin-bottom: 17px; font-size: 9px; }
  h1 { font-size: clamp(43px, 13.7vw, 59px); line-height: .95; }
  .intro { margin-top: 18px; font-size: 15px; line-height: 1.65; }

  .download-card {
    margin-top: 24px;
    padding: 16px;
    border-radius: 21px;
  }

  .redirect-status__icon { width: 38px; height: 38px; border-radius: 12px; }
  .redirect-status__copy strong { font-size: 13px; }
  .redirect-status__copy small { font-size: 11px; }
  .smart-download { min-height: 54px; }
  .store-prompt { margin-top: 15px; }
  .store-buttons { grid-template-columns: 1fr; }
  .store-button { min-height: 58px; }
  .benefits { margin-top: 19px; gap: 9px 14px; }

  .app-visual { min-height: 500px; }
  .phone-stage { padding: 30px 20px 44px; }
  .phone {
    width: min(280px, 72vw);
    transform: rotate(2.5deg) translateY(16px);
  }
  .phone__speaker { height: 18px; top: 8px; }
  .floating-card { min-width: 0; padding: 9px 10px; border-radius: 14px; }
  .floating-card__icon { width: 30px; height: 30px; border-radius: 10px; }
  .floating-card strong { font-size: 12px; }
  .floating-card small { font-size: 8px; }
  .floating-card--delivery { top: 14%; left: 10px; }
  .floating-card--tracking { right: 8px; bottom: 18%; }
  .qr-card { display: none; }

  .site-footer {
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px 10px;
    padding: 2px 8px 0;
    text-align: center;
  }
  .footer-spacer { display: none; }
  .site-footer > span:last-child { flex-basis: 100%; }
}

@media (max-width: 370px) {
  .brand__copy small { display: none; }
  .hero-copy { padding-inline: 20px; }
  h1 { font-size: 42px; }
  .benefits { font-size: 11px; }
  .app-visual { min-height: 470px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Compact, single-viewport mobile presentation */
@media (max-width: 620px) {
  html,
  body {
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: hidden;
  }

  .page-shell {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    min-height: 0;
    padding: max(10px, env(safe-area-inset-top)) 10px max(10px, env(safe-area-inset-bottom));
    grid-template-rows: auto minmax(0, 1fr);
    gap: 10px;
    overflow: hidden;
  }

  .site-header {
    min-height: 42px;
  }

  .brand__mark {
    width: 38px;
    height: 38px;
  }

  .brand__copy strong {
    font-size: 14px;
  }

  .brand__copy small {
    display: none;
  }

  .language-toggle {
    min-width: 58px;
    min-height: 38px;
    padding-inline: 10px;
    font-size: 13px;
  }

  .site-footer {
    display: none;
  }

  .hero,
  html[dir="rtl"] .hero {
    height: 100%;
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(230px, 40%) minmax(0, 1fr);
    grid-template-areas: "visual" "copy";
    border-radius: 26px;
  }

  .app-visual {
    height: auto;
    min-height: 0;
  }

  .phone-stage {
    padding: 10px 18px;
  }

  .phone {
    width: auto;
    height: calc(100% - 16px);
    max-width: 54vw;
    border-width: 6px;
    border-radius: 30px;
    transform: rotate(2deg);
    box-shadow:
      0 22px 34px rgba(8, 47, 82, 0.31),
      inset 0 0 0 1px rgba(255,255,255,.13);
  }

  .phone__speaker {
    width: 34%;
    height: 12px;
    top: 5px;
  }

  .floating-card {
    max-width: 128px;
    gap: 7px;
    padding: 7px 8px;
    border-radius: 12px;
  }

  .floating-card__icon {
    width: 26px;
    height: 26px;
    border-radius: 8px;
  }

  .floating-card__icon svg {
    width: 15px;
    height: 15px;
  }

  .floating-card strong {
    font-size: 10px;
  }

  .floating-card small {
    font-size: 7px;
  }

  .floating-card--delivery {
    top: 16%;
    left: 12px;
  }

  .floating-card--tracking {
    right: 10px;
    bottom: 16%;
  }

  .visual-ring--one {
    width: 300px;
    height: 300px;
    left: -150px;
    bottom: -115px;
    border-width: 38px;
  }

  .visual-ring--two {
    width: 190px;
    height: 190px;
    right: -92px;
    top: -68px;
    border-width: 28px;
  }

  .visual-watermark {
    width: 340px;
    right: -22%;
    bottom: -22%;
  }

  .hero-copy {
    min-height: 0;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    padding: 16px 18px 13px;
    overflow: hidden;
  }

  .eyebrow {
    margin: 0 0 8px;
    padding: 5px 9px;
    font-size: 8px;
  }

  .eyebrow__dot {
    width: 6px;
    height: 6px;
    box-shadow: 0 0 0 4px rgba(81, 150, 209, 0.13);
  }

  h1 {
    font-size: clamp(36px, 10.4vw, 42px);
    line-height: 0.9;
  }

  .intro {
    margin-top: 8px;
    font-size: 12.5px;
    line-height: 1.42;
  }

  .download-card {
    margin-top: 11px;
    padding: 11px;
    border-radius: 17px;
  }

  .redirect-status {
    gap: 8px;
  }

  .redirect-status__icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .redirect-status__icon svg {
    width: 18px;
    height: 18px;
  }

  .redirect-status__copy strong {
    font-size: 11.5px;
  }

  .redirect-status__copy small {
    font-size: 9.5px;
  }

  .redirect-progress {
    margin-top: 8px;
  }

  .smart-download {
    min-height: 54px;
    margin-top: 9px;
    padding: 5px 7px 5px 6px;
    border-radius: 14px;
  }

  .smart-download__main { gap: 8px; }

  .smart-download__platform {
    width: 40px;
    height: 40px;
    border-radius: 11px;
  }

  .platform-logo {
    width: 21px;
    max-height: 24px;
  }

  .smart-download__copy small { font-size: 6.5px; }
  .smart-download__label { font-size: 13.5px; }

  .smart-download__arrow {
    width: 26px;
    height: 26px;
  }

  .smart-download__arrow svg {
    width: 18px;
    height: 18px;
  }

  .store-prompt {
    margin: 9px 0 6px;
    font-size: 9px;
  }

  .store-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .store-button {
    min-height: 48px;
    gap: 7px;
    padding: 6px 8px;
    border-radius: 13px;
  }

  .store-button__icon {
    width: 20px;
    max-height: 23px;
  }

  .store-button small {
    font-size: 6.5px;
  }

  .store-button strong {
    margin-top: 2px;
    font-size: 14px;
  }

  .store-button__arrow {
    width: 17px;
    height: 17px;
  }

  .store-button__arrow svg {
    width: 14px;
    height: 14px;
  }

  .platform-ios .store-prompt,
  .platform-ios .store-buttons,
  .platform-android .store-prompt,
  .platform-android .store-buttons {
    display: none;
  }

  .benefits {
    width: 100%;
    max-width: none;
    margin-top: 9px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    font-size: 8px;
  }

  .benefits > span {
    min-width: 0;
    justify-content: center;
    gap: 3px;
    text-align: center;
    line-height: 1.15;
  }

  .benefits svg {
    flex: 0 0 auto;
    width: 14px;
    height: 14px;
    padding: 2px;
  }
}

@media (max-width: 620px) and (max-height: 750px) {
  .hero,
  html[dir="rtl"] .hero {
    grid-template-rows: 210px minmax(0, 1fr);
  }

  .hero-copy {
    padding: 12px 16px 10px;
  }

  .eyebrow,
  .benefits {
    display: none;
  }

  h1 {
    font-size: 34px;
  }

  .intro {
    margin-top: 6px;
    font-size: 11.5px;
    line-height: 1.35;
  }

  .download-card {
    margin-top: 8px;
    padding: 9px;
  }

  .smart-download {
    min-height: 50px;
  }

  .smart-download__platform {
    width: 37px;
    height: 37px;
  }

  .smart-download__arrow {
    width: 24px;
    height: 24px;
  }

  .phone {
    height: calc(100% - 12px);
  }

  .floating-card--delivery {
    top: 12%;
  }

  .floating-card--tracking {
    bottom: 12%;
  }
}

@media (max-width: 620px) and (max-height: 640px) {
  .page-shell {
    padding-top: max(6px, env(safe-area-inset-top));
    padding-bottom: max(6px, env(safe-area-inset-bottom));
    gap: 6px;
  }

  .site-header {
    min-height: 36px;
  }

  .brand__mark {
    width: 34px;
    height: 34px;
  }

  .hero,
  html[dir="rtl"] .hero {
    grid-template-rows: 178px minmax(0, 1fr);
  }

  .intro {
    display: none;
  }

  .download-card {
    margin-top: 7px;
  }

  .floating-card {
    display: none;
  }
}

/* Final mobile spacing refinements */
@media (max-width: 620px) {
  .hero,
  html[dir="rtl"] .hero {
    grid-template-rows: minmax(230px, 42%) minmax(0, 1fr);
  }

  .benefits {
    margin-top: auto;
    padding-top: 9px;
  }
}

@media (max-width: 620px) and (max-height: 750px) {
  .benefits {
    display: grid;
    margin-top: auto;
    padding-top: 7px;
  }
}

@media (max-width: 620px) and (max-height: 640px) {
  .benefits {
    display: none;
  }
}

/* Both app stores are intentionally visible together on every device. */
.smart-download,
.store-prompt,
.store-button__arrow {
  display: none !important;
}

.redirect-status__icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.store-buttons {
  margin-top: 16px;
}

.store-button {
  min-height: 68px;
  gap: 11px;
  padding: 10px 12px;
}

.store-button__icon-wrap {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
}

.store-button__icon-wrap--apple {
  background: linear-gradient(145deg, var(--sea), var(--sea-dark));
  box-shadow: 0 8px 18px rgba(28, 93, 155, 0.22);
}

.store-button__icon-wrap--google {
  border: 1px solid rgba(13, 46, 75, 0.10);
  background: #fff;
  box-shadow: 0 8px 18px rgba(8, 47, 82, 0.08);
}

.store-button__icon {
  width: 23px;
  max-height: 27px;
}

.store-button__icon-wrap--apple .apple-icon {
  fill: #fff;
}

.store-button__icon-wrap--google .play-icon {
  width: 24px;
  max-height: 28px;
}

.platform-ios .store-buttons,
.platform-android .store-buttons {
  display: grid !important;
}

@media (max-width: 620px) {
  .download-card {
    padding: 10px;
  }

  .store-buttons {
    margin-top: 9px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .store-button {
    min-height: 52px;
    gap: 7px;
    padding: 6px 7px;
    border-radius: 14px;
  }

  .store-button__icon-wrap {
    width: 37px;
    height: 37px;
    border-radius: 11px;
  }

  .store-button__icon {
    width: 19px;
    max-height: 22px;
  }

  .store-button__icon-wrap--google .play-icon {
    width: 20px;
    max-height: 23px;
  }

  .store-button small {
    font-size: 6.2px;
  }

  .store-button strong {
    margin-top: 2px;
    font-size: 13px;
  }
}

@media (max-width: 350px) {
  .store-button {
    gap: 5px;
    padding-inline: 5px;
  }

  .store-button__icon-wrap {
    width: 34px;
    height: 34px;
  }

  .store-button strong {
    font-size: 12px;
  }
}


/* Official, live App Store and Google Play badges */
.official-store-badges {
  margin-top: 15px;
  align-items: stretch;
  gap: 12px;
}

.store-badge-link {
  min-width: 0;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 8px 20px rgba(8, 47, 82, 0.05);
  text-decoration: none;
  transition: transform 170ms ease, border-color 170ms ease, box-shadow 170ms ease;
}

.store-badge-link:hover {
  transform: translateY(-2px);
  border-color: rgba(28, 93, 155, 0.25);
  box-shadow: 0 14px 28px rgba(8, 47, 82, 0.11);
}

.store-badge-link:focus-visible {
  outline: 3px solid rgba(81, 150, 209, 0.38);
  outline-offset: 3px;
}

.store-badge {
  display: block;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.store-badge--apple {
  height: 50px;
}

/* The official Google artwork includes clear-space padding, so it is
   slightly taller to make both black badges appear visually equal. */
.store-badge--google {
  height: 62px;
}

.store-link-note {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

.store-trademarks {
  flex-basis: 100%;
  margin-top: 2px;
  color: var(--muted);
  font-size: 8.5px;
  font-weight: 500;
  line-height: 1.35;
  opacity: 0.85;
}

@media (max-width: 620px) {
  .official-store-badges {
    margin-top: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .store-badge-link {
    min-height: 52px;
    padding: 4px 4px;
    border-radius: 13px;
  }

  .store-badge--apple {
    height: 37px;
  }

  .store-badge--google {
    height: 45px;
  }

  .store-link-note {
    margin-top: 3px;
    font-size: 7.5px;
    line-height: 1.2;
  }
}

@media (max-width: 350px) {
  .store-badge--apple { height: 33px; }
  .store-badge--google { height: 40px; }
  .store-link-note { display: none; }
}

@media (max-width: 620px) and (max-height: 700px) {
  .store-link-note { display: none; }
}


/* Automatic mobile redirect to the correct official app listing */
.redirect-progress {
  display: none;
  height: 4px;
  margin: 12px 0 0;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(81, 150, 209, 0.17);
}

.is-redirecting .redirect-progress {
  display: block !important;
}

.redirect-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--sky), var(--sea));
}

.is-redirecting .redirect-progress span {
  animation: whlRedirectProgress 800ms linear forwards;
}

@keyframes whlRedirectProgress {
  to { width: 100%; }
}

.is-redirecting .redirect-status__icon svg {
  animation: whlRedirectSpin 800ms linear infinite;
}

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

.store-badge-link.is-recommended {
  border-color: rgba(28, 93, 155, 0.42);
  box-shadow:
    0 0 0 3px rgba(81, 150, 209, 0.13),
    0 14px 28px rgba(8, 47, 82, 0.11);
}

@media (max-width: 620px) {
  .redirect-progress {
    height: 3px;
    margin-top: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .is-redirecting .redirect-progress span {
    width: 100%;
    animation: none;
  }
  .is-redirecting .redirect-status__icon svg {
    animation: none;
  }
}
