:root {
  --navy-1000: #020a16;
  --navy-950: #03132b;
  --navy-900: #041d45;
  --navy-850: #062657;
  --navy-800: #083776;
  --blue-600: #0965d7;
  --blue-500: #1682ff;
  --yellow-500: #ffc400;
  --yellow-400: #ffd84f;
  --orange-500: #ff6a1a;
  --green-400: #35df91;
  --white: #f7fbff;
  --muted: #a9bbd2;
  --line: rgba(255, 255, 255, 0.12);
  --glass: rgba(255, 255, 255, 0.07);
  --shadow: 0 40px 100px rgba(0, 7, 22, 0.48);
  --container: 1200px;
  --radius-xl: 36px;
  --radius-lg: 26px;
  --radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--navy-1000);
  color: var(--white);
  font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

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

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  border-radius: 10px;
  background: var(--yellow-500);
  color: #08204a;
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

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

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  padding: 18px 0;
  transition: padding 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.site-header.scrolled {
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  background: rgba(2, 12, 29, 0.82);
  backdrop-filter: blur(22px);
}

.header-inner,
.brand,
.main-nav,
.hero-actions,
.hero-meta,
.hero-strip,
.fuel-line,
.fuel-selector,
.fuel-total,
.metal-top,
.metal-bottom,
.footer-main,
.footer-bottom {
  display: flex;
  align-items: center;
}

.header-inner {
  justify-content: space-between;
}

.brand {
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05));
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24);
}

.brand-mark img {
  width: 39px;
  height: 39px;
  border-radius: 12px;
}

.brand-name {
  font-size: 22px;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.main-nav {
  gap: 34px;
}

.main-nav a {
  color: #d7e3f2;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  transition: color 0.2s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--yellow-400);
}

.main-nav .nav-cta {
  padding: 11px 18px;
  border: 1px solid rgba(255, 196, 0, 0.35);
  border-radius: 999px;
  background: rgba(255, 196, 0, 0.1);
  color: var(--yellow-400);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.06);
}

.menu-button span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  border-radius: 10px;
  background: #fff;
  transition: transform 0.2s ease;
}

.hero {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  padding: 158px 0 38px;
  background:
    radial-gradient(circle at 80% 28%, rgba(18, 99, 219, 0.3), transparent 30%),
    linear-gradient(135deg, #03152f 0%, #041d45 46%, #052658 100%);
  isolation: isolate;
}

.hero::after {
  position: absolute;
  z-index: -1;
  right: -12%;
  bottom: -280px;
  left: -12%;
  height: 420px;
  border-radius: 50%;
  background: var(--navy-1000);
  content: "";
}

.hero-grid,
.download-grid {
  position: absolute;
  z-index: -3;
  inset: 0;
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.15) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, #000, transparent 85%);
}

.hero-glow {
  position: absolute;
  z-index: -2;
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none;
}

.hero-glow-one {
  top: 2%;
  right: 8%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(20, 116, 255, 0.28), transparent 68%);
}

.hero-glow-two {
  bottom: 14%;
  left: 5%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 196, 0, 0.12), transparent 70%);
}

.hero-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-bottom: 68px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--yellow-400);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  border: 1px solid rgba(255, 196, 0, 0.22);
  border-radius: 999px;
  background: rgba(255, 196, 0, 0.08);
}

.eyebrow-dot {
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--yellow-500);
  box-shadow: 0 0 18px var(--yellow-500);
}

.hero h1,
.section-heading h2,
.how-copy h2,
.loyalty-copy h2,
.download-copy h2 {
  margin: 0;
  font-weight: 850;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.hero h1 {
  max-width: 750px;
  font-size: clamp(54px, 5.6vw, 84px);
}

.hero h1 span {
  color: transparent;
  background: linear-gradient(90deg, var(--yellow-400), #ff9f2d);
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-lead {
  max-width: 610px;
  margin: 28px 0 32px;
  color: #b8c9dd;
  font-size: 19px;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 66px;
  align-items: center;
  gap: 12px;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 17px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

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

.button svg,
.ios-note svg {
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  fill: currentColor;
}

.button span,
.ios-note span {
  display: grid;
  gap: 3px;
}

.button small,
.ios-note small {
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.07em;
  opacity: 0.72;
  text-transform: uppercase;
}

.button-primary {
  background: linear-gradient(135deg, var(--yellow-400), var(--yellow-500));
  box-shadow: 0 18px 45px rgba(255, 196, 0, 0.2);
  color: #071d42;
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 22px 55px rgba(255, 196, 0, 0.3);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  backdrop-filter: blur(16px);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.32);
}

.hero-meta {
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 26px;
  color: #a7b9cf;
  font-size: 13px;
}

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

.hero-meta svg {
  width: 18px;
  height: 18px;
  fill: var(--green-400);
}

.hero-visual {
  position: relative;
  min-height: 650px;
}

.phone {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 46px;
  background: #063779;
  box-shadow: var(--shadow);
}

.phone::before {
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 50%;
  width: 72px;
  height: 19px;
  border-radius: 999px;
  background: #020915;
  content: "";
  transform: translateX(-50%);
}

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

.phone-back {
  top: 30px;
  right: 14px;
  width: 315px;
  height: 622px;
  opacity: 0.82;
  transform: rotate(8deg);
}

.phone-front {
  z-index: 2;
  top: -24px;
  left: 40px;
  width: 335px;
  height: 670px;
  transform: rotate(-5deg);
}

.orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.orbit-one {
  top: -120px;
  right: -80px;
  width: 760px;
  height: 760px;
}

.orbit-two {
  top: -30px;
  right: 10px;
  width: 580px;
  height: 580px;
}

.floating-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 18px;
  background: rgba(5, 32, 76, 0.78);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

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

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

.floating-card small {
  margin-top: 2px;
  color: #9eb3cc;
  font-size: 10px;
}

.floating-card-points {
  top: 105px;
  right: -4px;
}

.floating-card-station {
  right: 25px;
  bottom: 68px;
}

.floating-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(145deg, var(--yellow-400), var(--orange-500));
  color: #fff;
}

.pulse {
  position: relative;
  width: 13px;
  height: 13px;
  margin: 0 8px;
  border-radius: 50%;
  background: var(--green-400);
  box-shadow: 0 0 0 8px rgba(53, 223, 145, 0.1);
}

.hero-strip {
  position: relative;
  z-index: 3;
  justify-content: space-between;
  gap: 22px;
  margin-top: 42px;
  padding: 19px 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  color: #aebfd3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(16px);
}

.hero-strip i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--yellow-500);
}

.section {
  position: relative;
  padding: 120px 0;
}

.features {
  background:
    radial-gradient(circle at 75% 35%, rgba(11, 71, 147, 0.2), transparent 24%),
    var(--navy-1000);
}

.section-heading {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 58px;
}

.section-heading h2,
.how-copy h2,
.loyalty-copy h2,
.download-copy h2 {
  font-size: clamp(42px, 5vw, 68px);
}

.section-heading > p {
  max-width: 480px;
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 17px;
}

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

.feature-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at top right, rgba(25, 119, 255, 0.12), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
}

.feature-card::after {
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 196, 0, 0.06);
  filter: blur(10px);
  content: "";
}

.feature-card-large {
  grid-row: span 2;
  min-height: 798px;
  background:
    radial-gradient(circle at 80% 15%, rgba(255, 196, 0, 0.14), transparent 24%),
    linear-gradient(155deg, #092c61, #031730 68%);
}

.card-copy {
  position: relative;
  z-index: 2;
  max-width: 520px;
}

.card-number {
  display: inline-grid;
  width: 40px;
  height: 28px;
  place-items: center;
  margin-bottom: 28px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--yellow-400);
  font-size: 11px;
  font-weight: 800;
}

.card-copy h3 {
  margin: 0 0 14px;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.card-copy p {
  max-width: 440px;
  margin: 0;
  color: var(--muted);
}

.fuel-ui {
  position: absolute;
  z-index: 1;
  right: 34px;
  bottom: 34px;
  left: 34px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 26px;
  background: rgba(3, 24, 55, 0.82);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(20px);
}

.fuel-line,
.fuel-total {
  justify-content: space-between;
}

.fuel-line {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.fuel-line span,
.fuel-total span {
  color: var(--muted);
  font-size: 13px;
}

.fuel-line strong {
  font-size: 21px;
}

.fuel-selector {
  gap: 8px;
  margin: 24px 0;
}

.fuel-selector span {
  flex: 1;
  padding: 13px 8px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: #b7c7da;
  font-size: 13px;
  text-align: center;
}

.fuel-selector .active {
  border-color: var(--yellow-500);
  background: var(--yellow-500);
  color: #071d42;
  font-weight: 800;
}

.fuel-total {
  margin-bottom: 20px;
}

.fuel-total strong {
  font-size: 26px;
}

.fuel-button {
  padding: 16px;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--yellow-400), var(--yellow-500));
  color: #071d42;
  font-size: 14px;
  font-weight: 850;
  text-align: center;
}

.mini-map {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 58%;
  height: 64%;
  overflow: hidden;
  border-top-left-radius: 90px;
  background:
    linear-gradient(35deg, transparent 49%, rgba(255, 196, 0, 0.14) 49.5% 50.5%, transparent 51%),
    linear-gradient(-25deg, transparent 49%, rgba(35, 112, 202, 0.25) 49.5% 50.5%, transparent 51%),
    #05224b;
  background-size: 130px 130px, 170px 170px;
}

.road {
  position: absolute;
  height: 1px;
  background: rgba(255, 196, 0, 0.27);
  transform-origin: left center;
}

.road-one {
  top: 40%;
  left: 0;
  width: 120%;
  transform: rotate(-18deg);
}

.road-two {
  top: 75%;
  left: 12%;
  width: 110%;
  transform: rotate(21deg);
}

.map-pin {
  position: absolute;
  display: grid;
  width: 43px;
  height: 50px;
  place-items: center;
  border: 4px solid #ffdc61;
  border-radius: 50% 50% 50% 8px;
  background: var(--yellow-500);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  transform: rotate(-45deg);
}

.map-pin::first-letter {
  transform: rotate(45deg);
}

.pin-one {
  top: 20%;
  left: 25%;
}

.pin-two {
  right: 18%;
  bottom: 22%;
}

.pin-three {
  bottom: 8%;
  left: 12%;
  transform: rotate(-45deg) scale(0.75);
}

.feature-card-loyalty {
  background:
    radial-gradient(circle at 82% 65%, rgba(217, 229, 243, 0.17), transparent 25%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
}

.loyalty-ticket {
  position: absolute;
  right: 28px;
  bottom: 24px;
  width: 255px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 21px;
  background: linear-gradient(135deg, #dfe7ee, #7f99b8 55%, #d9e1e9);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.3);
  color: #08366e;
  transform: rotate(-4deg);
}

.loyalty-ticket span,
.loyalty-ticket small {
  display: block;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.loyalty-ticket strong {
  display: inline-block;
  margin: 5px 5px 0 0;
  font-size: 42px;
  line-height: 1;
}

.loyalty-ticket small {
  display: inline-block;
}

.ticket-level {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(8, 54, 110, 0.18);
  font-size: 12px;
  font-weight: 850;
}

.offer-tags {
  position: absolute;
  right: 26px;
  bottom: 28px;
  left: 34px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.offer-tags span {
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #d7e4f2;
  font-size: 12px;
}

.offer-tags span:first-child {
  border-color: rgba(255, 196, 0, 0.3);
  background: rgba(255, 196, 0, 0.12);
  color: var(--yellow-400);
}

.how {
  overflow: hidden;
  background: #05152f;
}

.how-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 110px;
  align-items: center;
}

.how-visual {
  position: relative;
  min-height: 680px;
}

.how-blob {
  position: absolute;
  top: 7%;
  right: 5%;
  bottom: 3%;
  left: -40%;
  border-radius: 0 48% 48% 0;
  background:
    linear-gradient(35deg, transparent 49%, rgba(255, 196, 0, 0.09) 49.5% 50.5%, transparent 51%),
    linear-gradient(145deg, #0b3a7b, #061d42);
}

.phone-how {
  top: 0;
  right: 70px;
  width: 330px;
  height: 675px;
  transform: rotate(4deg);
}

.route-card {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 80px;
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 12px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 19px;
  background: rgba(3, 26, 61, 0.86);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(18px);
}

.route-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  background: var(--yellow-500);
  color: #07204a;
}

.route-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

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

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

.route-card strong {
  margin-top: 2px;
  font-size: 13px;
}

.how-copy h2 {
  max-width: 620px;
  margin-bottom: 46px;
}

.steps {
  display: grid;
  gap: 6px;
}

.step {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.step > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 196, 0, 0.28);
  border-radius: 15px;
  background: rgba(255, 196, 0, 0.08);
  color: var(--yellow-400);
  font-weight: 850;
}

.step h3 {
  margin: 1px 0 5px;
  font-size: 20px;
  letter-spacing: -0.02em;
}

.step p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.loyalty {
  background:
    radial-gradient(circle at 50% 50%, rgba(17, 84, 173, 0.17), transparent 45%),
    var(--navy-1000);
}

.loyalty-panel {
  position: relative;
  display: grid;
  min-height: 570px;
  grid-template-columns: 0.92fr 1.08fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 86% 22%, rgba(255, 196, 0, 0.12), transparent 24%),
    linear-gradient(135deg, #082a5c, #031630 68%);
  box-shadow: var(--shadow);
}

.loyalty-copy {
  position: relative;
  z-index: 3;
  padding: 74px 0 70px 70px;
}

.loyalty-copy h2 {
  max-width: 570px;
}

.loyalty-copy > p:not(.section-kicker) {
  max-width: 550px;
  margin: 26px 0;
  color: var(--muted);
}

.loyalty-copy ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.loyalty-copy li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #d7e3f0;
  font-size: 14px;
}

.loyalty-copy li::before {
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow-500);
  color: #08214a;
  content: "✓";
  font-size: 12px;
  font-weight: 900;
}

.loyalty-visual {
  position: relative;
  min-height: 100%;
}

.loyalty-visual::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.15;
  mask-image: radial-gradient(circle at center, #000, transparent 70%);
  content: "";
}

.metal-card {
  position: absolute;
  z-index: 2;
  top: 120px;
  right: -45px;
  width: 490px;
  height: 295px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 27px;
  background:
    linear-gradient(110deg, transparent 0 42%, rgba(255, 255, 255, 0.55) 50%, transparent 58%),
    linear-gradient(135deg, #8699ad, #e4e8eb 42%, #7890aa 70%, #dfe5e9);
  box-shadow: 0 38px 80px rgba(0, 0, 0, 0.42);
  color: #082c5d;
  transform: rotate(-8deg);
}

.metal-top,
.metal-bottom {
  justify-content: space-between;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.metal-top i {
  font-size: 10px;
  font-style: normal;
}

.metal-balance {
  margin: 52px 0 44px;
}

.metal-balance small {
  display: block;
  margin-bottom: 2px;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.metal-balance strong {
  font-size: 58px;
  line-height: 1;
}

.coin {
  position: absolute;
  z-index: 3;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border: 5px solid #ffe15c;
  border-radius: 50%;
  background: linear-gradient(145deg, #fff071, #ff9f0a);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
  color: #81520a;
  font-size: 25px;
  font-weight: 950;
}

.coin-one {
  top: 72px;
  right: 48px;
  transform: rotate(12deg);
}

.coin-two {
  right: 47%;
  bottom: 58px;
  transform: scale(0.72) rotate(-12deg);
}

.coin-three {
  right: 17%;
  bottom: 24px;
  transform: scale(0.56) rotate(18deg);
}

.download {
  min-height: 760px;
  overflow: hidden;
  padding: 120px 0 0;
  background:
    radial-gradient(circle at 80% 30%, rgba(20, 105, 223, 0.3), transparent 30%),
    linear-gradient(135deg, #041a3b, #06265b);
}

.download::before {
  position: absolute;
  right: -140px;
  bottom: -340px;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  content: "";
}

.download-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: center;
}

.download-copy {
  position: relative;
  z-index: 3;
  align-self: start;
  padding-top: 45px;
}

.download-copy h2 {
  max-width: 660px;
}

.download-copy > p:not(.section-kicker) {
  max-width: 600px;
  margin: 28px 0 32px;
  color: var(--muted);
  font-size: 17px;
}

.ios-note {
  display: inline-flex;
  min-height: 66px;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.055);
  color: #dce7f4;
  font-size: 13px;
}

.download-phones {
  position: relative;
  min-height: 650px;
}

.phone-download-back {
  top: 40px;
  right: 5px;
  width: 318px;
  height: 650px;
  opacity: 0.75;
  transform: rotate(9deg);
}

.phone-download-front {
  z-index: 2;
  top: 0;
  left: 40px;
  width: 332px;
  height: 685px;
  transform: rotate(-5deg);
}

.site-footer {
  background: #020914;
}

.footer-main {
  justify-content: space-between;
  gap: 40px;
  padding: 50px 0 36px;
}

.footer-brand > span:last-child {
  display: grid;
}

.footer-brand small {
  margin-top: 1px;
  color: #7f95ae;
  font-size: 11px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 22px;
}

.footer-links a {
  color: #9db0c7;
  font-size: 12px;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--yellow-400);
}

.footer-bottom {
  justify-content: space-between;
  padding: 20px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #647991;
  font-size: 11px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.2, 0.7, 0.2, 1);
}

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

@media (max-width: 1060px) {
  .hero {
    padding-top: 135px;
  }

  .hero-layout {
    grid-template-columns: 1fr 0.9fr;
    gap: 20px;
  }

  .hero-visual {
    transform: scale(0.86);
    transform-origin: center;
  }

  .phone-front {
    left: 0;
  }

  .floating-card-points {
    right: -40px;
  }

  .how-layout {
    gap: 60px;
  }

  .metal-card {
    right: -120px;
  }

  .download-copy {
    padding-top: 10px;
  }

  .phone-download-front {
    left: 0;
  }
}

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

  .menu-button {
    display: block;
  }

  .main-nav {
    position: fixed;
    top: 76px;
    right: 15px;
    left: 15px;
    display: grid;
    gap: 4px;
    padding: 15px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(2, 14, 34, 0.97);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .main-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav a,
  .main-nav .nav-cta {
    padding: 13px 14px;
    border: 0;
    border-radius: 12px;
  }

  .main-nav a:hover {
    background: rgba(255, 255, 255, 0.06);
  }

  .menu-button[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .hero {
    min-height: 0;
    padding-bottom: 120px;
  }

  .hero-layout,
  .section-heading,
  .how-layout,
  .loyalty-panel,
  .download-layout {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-bottom: 12px;
    text-align: center;
  }

  .hero-lead {
    margin-inline: auto;
  }

  .hero-actions,
  .hero-meta {
    justify-content: center;
  }

  .hero-visual {
    width: 600px;
    min-height: 650px;
    margin: 0 auto -30px;
    transform: scale(0.87);
  }

  .phone-front {
    left: 90px;
  }

  .phone-back {
    right: 72px;
  }

  .floating-card-points {
    right: 25px;
  }

  .hero-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }

  .hero-strip i {
    display: none;
  }

  .section {
    padding: 90px 0;
  }

  .section-heading {
    gap: 24px;
  }

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

  .feature-card-large {
    grid-row: auto;
  }

  .how-layout {
    gap: 60px;
  }

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

  .how-copy {
    max-width: 620px;
    margin-inline: auto;
  }

  .loyalty-copy {
    padding: 58px 40px 20px;
  }

  .loyalty-visual {
    min-height: 410px;
  }

  .metal-card {
    top: 55px;
    right: -10px;
  }

  .download {
    min-height: 1180px;
    padding-top: 90px;
  }

  .download-copy {
    text-align: center;
  }

  .download-copy > p:not(.section-kicker) {
    margin-inline: auto;
  }

  .download-phones {
    width: min(100%, 590px);
    margin-inline: auto;
  }

  .phone-download-front {
    left: 55px;
  }

  .phone-download-back {
    right: 45px;
  }

  .footer-main {
    align-items: flex-start;
  }

  .footer-links {
    max-width: 420px;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 12px 0;
  }

  .brand-mark {
    width: 43px;
    height: 43px;
  }

  .brand-mark img {
    width: 35px;
    height: 35px;
  }

  .brand-name {
    font-size: 19px;
  }

  .hero {
    padding-top: 112px;
  }

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

  .hero-lead {
    font-size: 16px;
  }

  .button,
  .ios-note {
    width: 100%;
    justify-content: center;
  }

  .hero-meta {
    display: grid;
    gap: 10px;
  }

  .hero-visual {
    left: 50%;
    width: 590px;
    min-height: 570px;
    margin-left: -295px;
    transform: scale(0.72);
    transform-origin: top center;
  }

  .hero-strip {
    grid-template-columns: 1fr;
    margin-top: -110px;
    font-size: 11px;
  }

  .section {
    padding: 74px 0;
  }

  .section-heading h2,
  .how-copy h2,
  .loyalty-copy h2,
  .download-copy h2 {
    font-size: 42px;
  }

  .section-heading {
    margin-bottom: 38px;
  }

  .feature-card {
    min-height: 400px;
    padding: 26px;
  }

  .feature-card-large {
    min-height: 700px;
  }

  .card-copy h3 {
    font-size: 27px;
  }

  .fuel-ui {
    right: 20px;
    bottom: 20px;
    left: 20px;
    padding: 21px;
  }

  .mini-map {
    width: 78%;
  }

  .loyalty-ticket {
    right: 20px;
  }

  .how-visual {
    left: 50%;
    width: 520px;
    min-height: 610px;
    margin-left: -260px;
    transform: scale(0.82);
    transform-origin: top center;
  }

  .phone-how {
    right: 86px;
  }

  .route-card {
    right: 8px;
  }

  .how-copy {
    margin-top: -90px;
  }

  .step {
    grid-template-columns: 46px 1fr;
    gap: 13px;
  }

  .step > span {
    width: 40px;
    height: 40px;
  }

  .loyalty-panel {
    border-radius: 26px;
  }

  .loyalty-copy {
    padding: 42px 25px 0;
  }

  .loyalty-visual {
    left: 50%;
    width: 580px;
    min-height: 380px;
    margin-left: -290px;
    transform: scale(0.73);
    transform-origin: top center;
  }

  .metal-card {
    top: 40px;
    right: 15px;
  }

  .download {
    min-height: 1020px;
  }

  .download-phones {
    left: 50%;
    width: 570px;
    min-height: 650px;
    margin-left: -285px;
    transform: scale(0.68);
    transform-origin: top center;
  }

  .footer-main,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    display: grid;
    gap: 12px;
    justify-content: start;
  }
}

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

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

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