:root {
  --river: #17212B;
  --river-2: #263241;
  --river-3: #344457;
  --flame: #3B82F6;
  --flame-2: #93C5FD;
  --gold: #C7AA6A;
  --park: #6E8067;
  --paper: #F6F1E8;
  --paper-2: #D8E7F7;
  --ink: #171C1A;
  --ink-soft: #4B514C;
  --muted: #8F918A;
  --line: rgba(19, 32, 29, .09);
  --card: #FFFFFF;
  --shadow: 0 8px 28px rgba(14, 51, 48, .10);
  --shadow-lg: 0 18px 50px rgba(14, 51, 48, .20);
  --r: 24px;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--paper);
  min-height: 100%;
  overscroll-behavior: none;
}

body {
  font-family: "Manrope", system-ui, sans-serif;
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  min-height: 100dvh;
  width: 100%;
  overflow-x: hidden;
}

button,
input {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

#app {
  position: relative;
  max-width: 430px;
  min-height: var(--app-vh, 100dvh);
  margin: 0 auto;
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 0 90px rgba(0, 0, 0, .45);
}

.screen {
  display: none;
  min-height: var(--app-vh, 100dvh);
  padding-bottom: calc(112px + env(safe-area-inset-bottom));
}

.screen.active {
  display: block;
  animation: fade .4s ease;
}

@keyframes fade {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}

@keyframes imageDrift {
  0%, 100% { background-position: center; }
  50% { background-position: center 46%; }
}

@keyframes softFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

.hero {
  position: relative;
  min-height: 300px;
  padding: calc(46px + env(safe-area-inset-top)) 20px 54px;
  overflow: hidden;
  color: #fff;
  background: #DCEBFF;
}

.night-photo {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(216, 231, 247, .22), rgba(59, 130, 246, .1)),
    var(--river) url("assets/adflow-hero.png") center 48% / cover no-repeat;
  filter: brightness(1.08) saturate(.88) hue-rotate(186deg);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 16, 24, .46) 0%, rgba(10, 16, 24, .26) 38%, rgba(10, 16, 24, .28) 64%, rgba(10, 16, 24, .76) 100%),
    linear-gradient(90deg, rgba(10, 18, 31, .6), rgba(17, 42, 75, .16) 64%, rgba(58, 130, 246, .06));
}

.hero-shade::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(246, 241, 232, .1));
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 3;
}

.hero-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hero-loc {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 12px;
  font-weight: 600;
  opacity: .92;
}

.hero-logo {
  display: block;
  width: 118px;
  height: auto;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .22));
}

.hero-date {
  font-size: 12px;
  opacity: .76;
  margin-top: 3px;
}

.back {
  display: grid;
  width: 42px;
  height: 42px;
  min-height: 42px;
  place-items: center;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
  color: #fff;
  font-size: 25px;
  line-height: 1;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.hero-greet {
  max-width: 330px;
  margin: 22px 0 8px;
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  text-shadow: 0 2px 22px rgba(0, 0, 0, .32);
}

.hero-greet b {
  color: #A8D2FF;
  font-weight: 700;
}

.hero-soul {
  max-width: 335px;
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  opacity: .94;
  font-weight: 600;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .28);
}

.live .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--flame-2);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 154, 77, .6); }
  70% { box-shadow: 0 0 0 10px rgba(255, 154, 77, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 154, 77, 0); }
}

.sheet {
  position: relative;
  z-index: 4;
  margin-top: -44px;
  padding: 24px 0 0;
  border-radius: 30px 30px 0 0;
  background: var(--paper);
}

.belong {
  margin: 0 16px 4px;
  padding: 2px 0 13px;
  border-bottom: 1px solid rgba(19, 32, 29, .10);
  text-align: center;
}

.belong-kicker {
  width: max-content;
  margin: 10px auto 0;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(59, 130, 246, .1);
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 10px;
  font-weight: 600;
  color: var(--flame);
}

.belong-title {
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  line-height: 1.05;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 100%;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.belong-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(19, 32, 29, .08);
}

.belong-stat {
  min-width: 0;
  color: var(--muted);
  font-family: "Oswald", sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.belong-stat:not(:first-child) {
  border-left: 1px solid rgba(19, 32, 29, .08);
}

.belong-stat b {
  display: block;
  margin-bottom: 4px;
  color: var(--river-2);
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0;
}

.odometer {
  height: 24px;
  overflow: hidden;
  position: relative;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  transform: translateZ(0);
}

.belong-stat:nth-child(1) .odometer {
  min-width: 52px;
}

.belong-stat:nth-child(2) .odometer {
  min-width: 62px;
}

.belong-stat:nth-child(3) .odometer {
  min-width: 72px;
}

.odometer.counting {
  opacity: .86;
}

.contact-marquee {
  display: flex;
  width: calc(100% - 32px);
  min-height: 28px;
  margin: 10px 16px 0;
  overflow: hidden;
  align-items: center;
  border-radius: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  box-shadow: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
}

.contact-marquee span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 14px;
  min-width: max-content;
  padding-right: 14px;
  animation: contactTicker 34s linear infinite;
  will-change: transform;
}

.contact-marquee b,
.contact-marquee i {
  display: inline-block;
  white-space: nowrap;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: 10.5px;
  font-style: normal;
  font-weight: 600;
}

.contact-marquee b {
  color: var(--river-2);
}

.contact-marquee i {
  color: var(--ink-soft);
}

.contact-marquee b::after,
.contact-marquee i::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 14px;
  border-radius: 50%;
  background: var(--gold);
  vertical-align: 1px;
}

@keyframes contactTicker {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

.sec {
  padding: 28px 16px 0;
}

.sec.ad-sec {
  padding: 14px 0 0;
}

.sec-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin: 0 16px 14px;
}

.sec-title {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.link-all {
  flex: 0 0 auto;
  background: none;
  color: var(--river-2);
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  font-weight: 600;
}

.strip {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0 16px 6px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.strip::-webkit-scrollbar {
  display: none;
}

.ev {
  flex: 0 0 calc(min(100vw, 430px) - 32px);
  height: 248px;
  border-radius: var(--r);
  overflow: hidden;
  position: relative;
  background: #13201D;
  color: #fff;
  text-align: left;
  box-shadow: var(--shadow);
  scroll-snap-align: center;
}

.ev:active,
.app-tile:active,
.rn-stories button:active,
.rn-wide-promo:active,
.rn-native-banner:active,
.rn-offer-card:active,
.native-card:active {
  transform: scale(.985);
}

.plate {
  position: absolute;
  inset: 0;
  animation: imageDrift 8s ease-in-out infinite;
}

.fuel-plate {
  background:
    linear-gradient(180deg, rgba(8, 18, 35, .06), rgba(8, 18, 35, .68)),
    url("./assets/card-fuel-app.jpg") center / cover;
}

.travel-plate {
  background:
    linear-gradient(180deg, rgba(8, 18, 35, .02), rgba(8, 18, 35, .64)),
    url("./assets/card-travel-app.jpg") center / cover;
}

.finance-plate {
  background:
    linear-gradient(180deg, rgba(8, 18, 35, .04), rgba(8, 18, 35, .66)),
    url("./assets/card-finance-app.jpg") center / cover;
}

.retail-plate {
  background:
    linear-gradient(180deg, rgba(8, 18, 35, .02), rgba(8, 18, 35, .64)),
    url("./assets/card-retail-app.jpg") center / cover;
}

.grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(6, 24, 22, .94));
}

.ev .body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 17px;
}

.tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 9px;
  border-radius: 6px;
  background: var(--flame);
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 10px;
  font-weight: 600;
}

.tag.sport {
  background: var(--park);
}

.tag.show {
  background: var(--gold);
  color: var(--ink);
}

.nm {
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  line-height: 1.05;
  font-weight: 700;
}

.dt {
  margin-top: 5px;
  font-size: 13px;
  opacity: .9;
}

.when {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 3;
  padding: 7px 11px;
  border-radius: 13px;
  background: rgba(0, 0, 0, .35);
  color: #fff;
  text-align: center;
  backdrop-filter: blur(6px);
}

.when .d {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.when .m {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
  opacity: .85;
}

.money-anchor {
  height: 1px;
}

.home-formats {
  padding-bottom: 10px;
}

.format-mini {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  margin: 0 16px;
}

.format-mini button {
  min-height: 116px;
  padding: 14px;
  border-radius: 18px;
  background: var(--card);
  color: var(--ink);
  text-align: left;
  box-shadow: var(--shadow);
}

.format-mini span,
.format-list span,
.native-card small {
  color: var(--flame);
  font-family: "Oswald", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.format-mini b {
  display: block;
  margin-top: 8px;
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  line-height: 1.1;
}

.phead {
  min-height: 310px;
  padding: calc(24px + env(safe-area-inset-top)) 18px 24px;
  background: var(--river-2);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.phead::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 18, 47, .18), rgba(7, 18, 47, .78)),
    var(--phead-image, linear-gradient(135deg, #263241, #64748B));
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  animation: imageDrift 9s ease-in-out infinite;
}

.phead::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(246, 241, 232, .12));
}

.phead > * {
  position: relative;
  z-index: 2;
}

.apps-head {
  --phead-image: url("./assets/card-fuel-app.jpg") center / cover;
}

.app-demo-head {
  --phead-image: url("./assets/card-fuel-app.jpg") center / cover;
}

#app-travel .app-demo-head {
  --phead-image: url("./assets/card-travel-app.jpg") center / cover;
}

#app-finance .app-demo-head {
  --phead-image: url("./assets/card-finance-app.jpg") center / cover;
}

#app-retail .app-demo-head {
  --phead-image: url("./assets/card-retail-app.jpg") center / cover;
}

#app-delivery .delivery-head {
  --phead-image: url("./assets/offer-fmcg.jpg") center / cover;
}

#app-auto .auto-head {
  --phead-image: url("./assets/insurance-map-ad.png") center / cover;
}

.revenue-head {
  --phead-image: url("./assets/expense-bank-reco.jpg") center / cover;
}

.formats-head {
  --phead-image: url("./assets/offer-fmcg.jpg") center / cover;
}

.reports-head {
  --phead-image: url("./assets/bank-cashback-ad.png") center / cover;
}

.phead .back {
  margin-bottom: 46px;
}

.eyebrow {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 11px;
  font-weight: 600;
  color: var(--flame);
}

.phead h1 {
  max-width: 340px;
  margin: 10px 0 0;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 700;
  text-transform: uppercase;
}

.phead p {
  max-width: 330px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  line-height: 1.45;
}

.page-sheet {
  position: relative;
  z-index: 3;
  margin-top: -54px;
  padding: 18px 16px 0;
  border-radius: 30px 30px 0 0;
  background: var(--paper);
}

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

.app-tile {
  position: relative;
  overflow: hidden;
  min-height: 156px;
  padding: 14px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(7,18,47,.72)),
    var(--app-tile-image, url("./assets/card-fuel-app.jpg")) center / cover;
  color: #fff;
  text-align: left;
  box-shadow: var(--shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}

.app-tile:nth-child(1) { --app-tile-image: url("./assets/card-fuel-app.jpg"); }
.app-tile:nth-child(2) { --app-tile-image: url("./assets/card-travel-app.jpg"); }
.app-tile:nth-child(3) { --app-tile-image: url("./assets/card-finance-app.jpg"); }
.app-tile:nth-child(4) { --app-tile-image: url("./assets/card-retail-app.jpg"); }
.app-tile:nth-child(5) { --app-tile-image: url("./assets/offer-fmcg.jpg"); }
.app-tile:nth-child(6) { --app-tile-image: url("./assets/insurance-map-ad.png"); }

.muted-tile {
  opacity: .92;
}

.tile-icon {
  position: relative;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 15px;
  background: rgba(255, 255, 255, .86);
  color: #17212B;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.app-tile b {
  position: relative;
  display: block;
  margin-top: 18px;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  line-height: 1.08;
}

.app-tile small {
  position: relative;
  display: block;
  margin-top: 7px;
  color: rgba(255,255,255,.84);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.phone-demo {
  padding: 14px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.98)),
    var(--phone-image, var(--card));
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}

#app-travel .phone-demo { --phone-image: url("./assets/card-travel-app.jpg"); }
#app-finance .phone-demo { --phone-image: url("./assets/card-finance-app.jpg"); }
#app-retail .phone-demo { --phone-image: url("./assets/card-retail-app.jpg"); }

.phone-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 4px 14px;
}

.phone-topline b {
  font-family: "Oswald", sans-serif;
  font-size: 21px;
}

.phone-topline span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}

.demo-map,
.ticket-demo,
.chart-demo,
.product-demo {
  min-height: 150px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: #F6F1E8;
}

.demo-map {
  background:
    linear-gradient(120deg, rgba(52, 68, 87, .18) 10%, transparent 10% 48%, rgba(52, 68, 87, .18) 48% 51%, transparent 51%),
    #F6F1E8;
}

.demo-map i {
  position: absolute;
  height: 3px;
  border-radius: 999px;
  background: rgba(52, 68, 87, .26);
  transform: rotate(-20deg);
}

.demo-map i:nth-child(1) {
  width: 260px;
  left: -24px;
  top: 50px;
}

.demo-map i:nth-child(2) {
  width: 190px;
  left: 80px;
  top: 98px;
  transform: rotate(18deg);
}

.demo-map em {
  position: absolute;
  right: 90px;
  top: 64px;
  width: 24px;
  height: 24px;
  border: 5px solid #fff;
  border-radius: 50% 50% 50% 4px;
  background: var(--flame);
  transform: rotate(-45deg);
}

.ticket-demo {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(7,18,47,.08), rgba(7,18,47,.7)),
    url("./assets/card-travel-app.jpg") center / cover;
  color: #fff;
}

.ticket-demo b {
  font-family: "Oswald", sans-serif;
  font-size: 34px;
}

.ticket-demo span {
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 700;
}

.chart-demo {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.24), rgba(7,18,47,.38)),
    url("./assets/expense-bank-reco.jpg") center / cover;
}

.chart-demo i {
  flex: 1;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(180deg, #93C5FD, #344457);
}

.chart-demo i:nth-child(1) { height: 42%; }
.chart-demo i:nth-child(2) { height: 76%; }
.chart-demo i:nth-child(3) { height: 58%; }
.chart-demo i:nth-child(4) { height: 88%; }

.product-demo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.2), rgba(7,18,47,.36)),
    url("./assets/card-retail-app.jpg") center / cover;
}

.product-demo i {
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.62), rgba(255,255,255,0)),
    linear-gradient(135deg, #D8E7F7, #344457);
}

.native-card {
  position: relative;
  overflow: hidden;
  margin-top: 12px;
  padding: 13px;
  border-radius: 17px;
  border: 1px solid rgba(38, 50, 65, .12);
  background:
    linear-gradient(90deg, rgba(249,246,238,.96), rgba(249,246,238,.76)),
    var(--native-image, #F9F6EE);
  background-size: cover;
  background-position: center;
  min-height: 104px;
}

.native-card b {
  display: block;
  margin-top: 6px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  line-height: 1.1;
}

.native-card span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

#app-travel .native-card {
  --native-image: url("./assets/card-travel-app.jpg");
}

#app-finance .native-card {
  --native-image: url("./assets/bank-cashback-ad.png");
}

#app-retail .native-card {
  --native-image: url("./assets/card-retail-app.jpg");
}

#app-delivery .native-card {
  --native-image: url("./assets/offer-fmcg.jpg");
}

#app-auto .native-card {
  --native-image: url("./assets/insurance-map-ad.png");
}

#lead .phead {
  --phead-image: url("./assets/bank-cashback-ad.png") center / cover;
}

.open-app-card {
  display: block;
  width: 100%;
  min-height: 96px;
  padding: 18px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 85% 20%, rgba(105, 164, 255, .28), transparent 34%),
    linear-gradient(135deg, #0A1C43, #2765E9);
  color: #fff;
  text-align: left;
  box-shadow: 0 18px 42px rgba(39, 101, 233, .22);
}

.open-app-card span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.open-app-card b {
  display: block;
  max-width: 270px;
  margin-top: 9px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  line-height: 1.35;
}

.secondary-app-card {
  margin-top: 14px;
  background:
    radial-gradient(circle at 85% 20%, rgba(39, 101, 233, .18), transparent 34%),
    rgba(255, 255, 255, .92);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.secondary-app-card b {
  color: var(--ink-soft);
}

.demo-app-screen {
  min-height: 100dvh;
  padding: 0;
  background: #F5F3EE;
}

.demo-app {
  position: relative;
  min-height: 100dvh;
  padding: 70px 16px 96px;
  overflow: hidden;
  color: #07111F;
  background-color: #F5F3EE;
  background-image:
    radial-gradient(circle at 90% 0%, rgba(39, 101, 233, .16), transparent 32%),
    linear-gradient(180deg, #F8FAFF, #F5F3EE);
}

.demo-exit {
  position: fixed;
  top: max(18px, env(safe-area-inset-top));
  left: calc(50% - min(215px, 50vw) + 16px);
  z-index: 80;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .84);
  color: #111;
  font-size: 27px;
  box-shadow: 0 12px 30px rgba(0,0,0,.09);
  backdrop-filter: blur(16px);
}

.demo-view {
  display: none;
  animation: fade .22s ease;
}

.demo-view.active {
  display: block;
}

.demo-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.demo-head b {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  line-height: .95;
  text-transform: uppercase;
}

.demo-head span {
  max-width: 150px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 800;
  text-align: right;
}

.demo-hero-card,
.demo-map-panel,
.finance-balance,
.product-grid-live,
.demo-native,
.demo-offer,
.demo-list div {
  border-radius: 22px;
  background: rgba(255, 255, 255, .88);
  box-shadow: var(--shadow);
}

.demo-hero-card {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  overflow: hidden;
  color: #fff;
  background-image:
    linear-gradient(180deg, rgba(7,18,47,.08), rgba(7,18,47,.7)),
    var(--demo-bg);
  background-size: cover;
  background-position: center;
}

.travel-bg { --demo-bg: url("./assets/card-travel-app.jpg"); }
.delivery-bg { --demo-bg: url("./assets/offer-fmcg.jpg"); }

.demo-hero-card b,
.demo-native b,
.demo-offer b,
.finance-balance b {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  line-height: 1.06;
  text-transform: uppercase;
}

.demo-hero-card span,
.demo-native span,
.demo-offer span,
.demo-list span,
.finance-balance span {
  display: block;
  margin-top: 7px;
  color: rgba(7, 17, 31, .62);
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.35;
}

.demo-hero-card span {
  color: rgba(255,255,255,.78);
}

.demo-native,
.demo-offer {
  position: relative;
  width: 100%;
  min-height: 116px;
  margin-top: 14px;
  padding: 16px;
  overflow: hidden;
  text-align: left;
}

.demo-native {
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,255,255,.76)),
    var(--demo-native-image, url("./assets/bank-cashback-ad.png"));
  background-size: cover;
  background-position: center;
}

.travel-app .demo-native { --demo-native-image: url("./assets/card-travel-app.jpg"); }
.finance-app .demo-native { --demo-native-image: url("./assets/bank-cashback-ad.png"); }
.retail-app .demo-native { --demo-native-image: url("./assets/card-retail-app.jpg"); }
.delivery-app .demo-native { --demo-native-image: url("./assets/offer-fmcg.jpg"); }
.auto-app .demo-native { --demo-native-image: url("./assets/insurance-map-ad.png"); }

.demo-native small {
  color: var(--river-2);
  font-family: "Oswald", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.demo-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.demo-list div {
  padding: 15px;
}

.demo-list b {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

.demo-map-panel {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(39,101,233,.14) 10%, transparent 10% 48%, rgba(39,101,233,.14) 48% 51%, transparent 51%),
    linear-gradient(35deg, transparent 0 42%, rgba(255,214,0,.5) 42% 45%, transparent 45%),
    #EEF6FF;
}

.demo-map-panel i {
  position: absolute;
  height: 4px;
  border-radius: 999px;
  background: rgba(39, 101, 233, .22);
  transform: rotate(-21deg);
}

.demo-map-panel i:nth-child(1) {
  width: 360px;
  left: -30px;
  top: 170px;
}

.demo-map-panel i:nth-child(2) {
  width: 280px;
  left: 60px;
  top: 260px;
  transform: rotate(20deg);
}

.demo-map-ad {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  min-height: 104px;
  padding: 15px;
  border-radius: 20px;
  background: rgba(255,255,255,.9);
  text-align: left;
}

.finance-balance {
  padding: 18px;
}

.finance-balance b {
  margin-top: 10px;
  color: var(--river-2);
  font-size: 38px;
}

.finance-balance i {
  display: block;
  height: 130px;
  margin-top: 16px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.2), rgba(7,18,47,.44)),
    url("./assets/expense-bank-reco.jpg") center / cover;
}

.demo-bars,
.product-grid-live {
  display: grid;
  gap: 12px;
  min-height: 240px;
  padding: 18px;
}

.demo-bars {
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
}

.demo-bars i {
  border-radius: 14px 14px 6px 6px;
  background: linear-gradient(180deg, #93C5FD, #2765E9);
}

.demo-bars i:nth-child(1) { height: 45%; }
.demo-bars i:nth-child(2) { height: 82%; }
.demo-bars i:nth-child(3) { height: 58%; }
.demo-bars i:nth-child(4) { height: 96%; }

.product-grid-live {
  grid-template-columns: repeat(2, 1fr);
  background:
    linear-gradient(180deg, rgba(255,255,255,.18), rgba(7,18,47,.28)),
    url("./assets/card-retail-app.jpg") center / cover;
}

.product-grid-live i {
  border-radius: 18px;
  background: rgba(255,255,255,.72);
}

.demo-offer.hotel { background: linear-gradient(135deg, #fff, #E7F0FF); }
.demo-offer.car,
.demo-offer.service,
.demo-offer.tires { background: linear-gradient(135deg, #fff, #EEF6FF); }
.demo-offer.bank,
.demo-offer.market { background: linear-gradient(135deg, #fff, #F2F7FF); }
.demo-offer.product,
.demo-offer.fmcg,
.demo-offer.restaurant { background: linear-gradient(135deg, #fff, #FFF7E6); }

.demo-nav {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 70;
  display: grid;
  width: min(430px, 100vw);
  height: calc(82px + env(safe-area-inset-bottom));
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 10px 16px env(safe-area-inset-bottom);
  transform: translateX(-50%);
  border-top: 1px solid rgba(38, 50, 65, .1);
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(20px);
}

.demo-nav button {
  border-radius: 18px;
  background: transparent;
  color: #80858C;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.demo-nav button.on {
  background: #EEF4FF;
  color: var(--river-2);
  box-shadow: inset 0 0 0 1px rgba(39,101,233,.12);
}

.phone-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-top: 12px;
}

.phone-tabs button {
  min-height: 34px;
  border-radius: 12px;
  background: #F3EEE4;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 800;
}

.brand-list,
.ops-list,
.format-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.brand-list div,
.ops-list div,
.format-list button,
.calc-card {
  border-radius: 18px;
  background: var(--card);
  box-shadow: var(--shadow);
}

.brand-list div {
  padding: 15px;
}

.brand-list b,
.ops-list b,
.format-list b {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  line-height: 1.12;
}

.brand-list span,
.ops-list span,
.format-list small {
  display: block;
  margin-top: 6px;
  color: var(--ink-soft);
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.35;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.benefit-grid div,
.trust-strip,
.faq-list details {
  border-radius: 18px;
  background: var(--card);
  box-shadow: var(--shadow);
}

.benefit-grid div {
  min-height: 126px;
  padding: 14px;
}

.benefit-grid i {
  display: grid;
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
  place-items: center;
  border-radius: 12px;
  background: #EEF4FF;
  color: var(--river-2);
  font-style: normal;
  font-weight: 900;
}

.benefit-grid b,
.trust-strip b,
.faq-list summary {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  line-height: 1.12;
  text-transform: uppercase;
}

.benefit-grid span,
.trust-strip span,
.faq-list p {
  display: block;
  margin-top: 7px;
  color: var(--ink-soft);
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.35;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 14px;
  overflow: hidden;
}

.trust-strip div {
  min-height: 92px;
  padding: 14px 10px;
  background: rgba(255, 255, 255, .48);
  text-align: center;
}

.trust-strip b {
  color: var(--river-2);
  font-size: 20px;
}

.faq-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.faq-list details {
  padding: 14px;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.lead-logo {
  display: block;
  width: 132px;
  height: auto;
  margin: 18px 0 12px;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, .16));
}

.calc-card {
  padding: 16px;
}

.calc-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}

.calc-row:last-child {
  border-bottom: 0;
}

.calc-row b {
  font-family: "Oswald", sans-serif;
  font-size: 25px;
}

.calc-row span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-align: right;
}

.calc-row.result b {
  color: var(--river-2);
}

.format-list button {
  min-height: 118px;
  padding: 15px;
  color: var(--ink);
  text-align: left;
}

.format-list b {
  margin-top: 8px;
}

.ops-list div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 7px 12px;
  min-height: 86px;
  padding: 14px;
}

.ops-list i {
  grid-row: span 2;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 12px;
  background: #F3EEE4;
  color: var(--river-2);
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.app-mode .nav {
  display: none;
}

.fuel-app-screen {
  min-height: 100dvh;
  padding-bottom: 0;
  background: #F4F7FB;
}

.fuel-app {
  min-height: 100dvh;
  padding: 18px 14px 86px;
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 214, 0, .28), transparent 30%),
    #F4F4F2;
  color: #191919;
}

.fuel-top {
  display: grid;
  grid-template-columns: 70px 1fr 70px;
  align-items: center;
  gap: 10px;
}

.fuel-back,
.fuel-profile {
  min-height: 36px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: #191919;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(38, 50, 65, .08);
}

.fuel-top div {
  text-align: center;
}

.fuel-top b {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  line-height: 1;
}

.fuel-top span {
  display: block;
  margin-top: 4px;
  color: #64748B;
  font-size: 11px;
  font-weight: 700;
}

.fuel-loyalty {
  display: grid;
  grid-template-columns: 1fr 118px;
  gap: 10px;
  margin-top: 18px;
}

.loyalty-card,
.qr-card,
.fuel-stories button,
.fuel-actions button,
.price-list,
.station-sheet,
.native-inline {
  border-radius: 22px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 10px 28px rgba(25, 25, 25, .08);
}

.loyalty-card {
  min-height: 136px;
  padding: 16px;
  background:
    radial-gradient(circle at 88% 0%, rgba(255, 214, 0, .6), transparent 34%),
    linear-gradient(135deg, #FFFFFF, #F2E7B4);
}

.loyalty-card span,
.native-inline small {
  display: block;
  color: #6B5A00;
  font-family: "Oswald", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.loyalty-card b {
  display: block;
  margin-top: 32px;
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  line-height: 1;
}

.loyalty-card em {
  display: block;
  margin-top: 6px;
  color: #6F6F6F;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.qr-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
  padding: 14px;
  align-content: center;
  text-align: center;
}

.qr-card i {
  display: block;
  height: 30px;
  border-radius: 7px;
  background:
    linear-gradient(90deg, #191919 0 40%, transparent 40% 60%, #191919 60%),
    #fff;
}

.qr-card span {
  grid-column: 1 / -1;
  color: #6F6F6F;
  font-size: 11px;
  font-weight: 800;
}

.fuel-stories {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  margin-top: 12px;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.fuel-stories::-webkit-scrollbar {
  display: none;
}

.fuel-stories button {
  flex: 0 0 122px;
  min-height: 86px;
  padding: 13px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .5)),
    linear-gradient(135deg, #FFD600, #1F1F1F);
  color: #fff;
  text-align: left;
}

.fuel-stories b {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 19px;
}

.fuel-stories span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 700;
}

.fuel-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.fuel-actions button {
  min-height: 94px;
  padding: 12px 6px;
  color: #191919;
  text-align: center;
}

.fuel-actions span {
  display: grid;
  width: 42px;
  height: 42px;
  margin: 0 auto 9px;
  place-items: center;
  border-radius: 50%;
  background: #FFD600;
  color: #191919;
  font-family: "Oswald", sans-serif;
  font-weight: 800;
}

.fuel-actions .action-dot {
  background: #19C37D;
}

.fuel-actions b {
  font-size: 12px;
}

.native-inline {
  margin-top: 12px;
  padding: 14px;
  color: #191919;
}

.native-inline.dark {
  background: #191919;
  color: #fff;
}

.native-inline.dark small {
  color: #FFD600;
}

.native-inline b {
  display: block;
  margin-top: 6px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  line-height: 1.1;
}

.native-inline span {
  display: block;
  margin-top: 6px;
  color: #6F6F6F;
  font-size: 12px;
  font-weight: 700;
}

.native-inline.dark span {
  color: rgba(255, 255, 255, .72);
}

.price-list {
  display: grid;
  margin-top: 12px;
  overflow: hidden;
}

.price-list div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid rgba(25, 25, 25, .08);
}

.price-list div:last-child {
  border-bottom: 0;
}

.price-list b,
.price-list span {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  line-height: 1;
}

.price-list b {
  color: #191919;
}

.price-list span {
  color: #191919;
  font-weight: 700;
}

.station-sheet {
  margin-top: 18px;
  overflow: hidden;
}

.station-photo {
  height: 148px;
  background:
    linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.12)),
    linear-gradient(135deg, #D8E7F7, #FFD600);
  position: relative;
}

.station-photo::before {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 34px;
  height: 42px;
  border-radius: 8px 8px 0 0;
  background: #fff;
  box-shadow: 0 18px 0 #191919;
}

.station-photo::after {
  content: "";
  position: absolute;
  right: 40px;
  bottom: 18px;
  width: 68px;
  height: 28px;
  border-radius: 14px 14px 7px 7px;
  background: #263241;
}

.station-main {
  padding: 16px;
}

.station-main b {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
}

.station-main span {
  display: block;
  margin-top: 6px;
  color: #6F6F6F;
  font-size: 13px;
  font-weight: 700;
}

.station-actions {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.35fr;
  gap: 8px;
  padding: 0 14px 14px;
}

.station-actions button {
  min-height: 42px;
  border-radius: 999px;
  background: #F2F2F0;
  color: #191919;
  font-size: 11px;
  font-weight: 900;
}

.station-actions button:first-child {
  background: #191919;
  color: #fff;
}

.station-actions .action-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  border-radius: 50%;
  background: #19C37D;
}

.fuel-view {
  display: none;
  animation: fade .24s ease;
}

.fuel-view.active {
  display: block;
}

.fuel-map {
  min-height: 470px;
  margin-top: 18px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(120deg, rgba(38, 50, 65, .12) 9%, transparent 9% 46%, rgba(38, 50, 65, .12) 46% 49%, transparent 49%),
    linear-gradient(40deg, transparent 0 44%, rgba(59, 130, 246, .14) 44% 46%, transparent 46%),
    #FFFFFF;
  box-shadow: var(--shadow);
}

.fuel-map > i {
  position: absolute;
  height: 4px;
  border-radius: 999px;
  background: rgba(52, 68, 87, .2);
}

.fuel-map > i:nth-child(1) {
  width: 360px;
  left: -60px;
  top: 112px;
  transform: rotate(-20deg);
}

.fuel-map > i:nth-child(2) {
  width: 320px;
  left: 70px;
  top: 218px;
  transform: rotate(18deg);
}

.fuel-map > i:nth-child(3) {
  width: 230px;
  left: -30px;
  top: 328px;
  transform: rotate(8deg);
}

.station-pin {
  position: absolute;
  display: grid;
  min-width: 62px;
  gap: 2px;
  padding: 9px 10px;
  border-radius: 18px;
  background: #17212B;
  color: #fff;
  text-align: center;
  box-shadow: 0 16px 34px rgba(23, 33, 43, .22);
}

.station-pin b {
  font-family: "Oswald", sans-serif;
  font-size: 19px;
  line-height: 1;
}

.station-pin span {
  font-size: 10px;
  font-weight: 800;
  color: rgba(255, 255, 255, .72);
}

.station-pin.main {
  left: 172px;
  top: 158px;
}

.station-pin.second {
  right: 30px;
  top: 270px;
  background: #344457;
}

.route-chip {
  position: absolute;
  left: 16px;
  top: 16px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  color: #263241;
  font-size: 12px;
  font-weight: 800;
  box-shadow: var(--shadow);
}

.map-native-ad {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 14px;
  border-radius: 22px;
  background: rgba(23, 33, 43, .94);
  color: #fff;
  text-align: left;
  box-shadow: 0 24px 48px rgba(23, 33, 43, .24);
}

.map-native-ad small,
.offer-grid small {
  display: block;
  color: #BFDBFE;
  font-family: "Oswald", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.map-native-ad b {
  display: block;
  margin-top: 6px;
  font-family: "Oswald", sans-serif;
  font-size: 19px;
  line-height: 1.1;
}

.map-native-ad span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 700;
}

.nearest-card,
.fuel-search,
.station-list button,
.offer-hero,
.offer-grid button,
.pay-card,
.bonus-card {
  border-radius: 22px;
  background: rgba(255, 255, 255, .9);
  box-shadow: var(--shadow);
}

.nearest-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  padding: 14px;
}

.nearest-card b,
.station-list b,
.offer-hero b,
.offer-grid b,
.pay-card b,
.bonus-card b {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 19px;
  line-height: 1.1;
}

.nearest-card span,
.station-list span,
.offer-grid span {
  display: block;
  margin-top: 5px;
  color: #64748B;
  font-size: 12px;
  font-weight: 700;
}

.nearest-card button,
.station-list em,
.pay-button {
  border-radius: 999px;
  background: #263241;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.nearest-card button {
  min-height: 38px;
  padding: 0 13px;
  flex: 0 0 auto;
}

.fuel-search {
  margin-top: 18px;
  padding: 15px;
  color: #94A3B8;
  font-size: 13px;
  font-weight: 800;
}

.station-list,
.offer-grid {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.station-list button {
  min-height: 92px;
  padding: 15px;
  color: #17212B;
  text-align: left;
  position: relative;
}

.station-list em {
  position: absolute;
  right: 13px;
  top: 15px;
  padding: 8px 11px;
}

.sponsored-station {
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 214, 0, .32), transparent 32%),
    #191919 !important;
  color: #fff !important;
}

.sponsored-station span {
  color: rgba(255, 255, 255, .72) !important;
}

.offer-hero {
  margin-top: 18px;
  min-height: 150px;
  padding: 18px;
  background:
    radial-gradient(circle at 86% 10%, rgba(255, 214, 0, .42), transparent 34%),
    linear-gradient(135deg, #191919, #3A3A3A);
  color: #fff;
}

.offer-hero span,
.pay-card > span,
.bonus-card > span {
  display: block;
  color: #FFD600;
  font-family: "Oswald", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.offer-hero b {
  max-width: 250px;
  margin-top: 58px;
  font-size: 27px;
}

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

.offer-grid button {
  min-height: 118px;
  padding: 15px;
  color: #17212B;
  text-align: left;
}

.offer-grid small {
  color: var(--flame);
}

.pay-card {
  margin-top: 18px;
  padding: 18px;
}

.pay-card > span,
.bonus-card > span {
  color: #6B5A00;
}

.pay-card b {
  margin-top: 8px;
  font-size: 26px;
}

.liters {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.liters button {
  height: 42px;
  border-radius: 14px;
  background: #F3EEE4;
  color: #263241;
  font-size: 20px;
  font-weight: 800;
}

.liters strong {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 38px;
}

.pay-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid var(--line);
}

.pay-total span {
  color: #64748B;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.pay-total b {
  margin: 0;
}

.pay-button {
  width: 100%;
  min-height: 52px;
  margin-top: 16px;
}

.pay-card > button:last-child {
  width: 100%;
  min-height: 52px;
  margin-top: 16px;
}

.fuel-native {
  background: rgba(255, 255, 255, .9);
}

.bonus-card {
  margin-top: 18px;
  padding: 18px;
  text-align: center;
}

.bonus-card b {
  margin-top: 8px;
  font-size: 38px;
}

.bonus-code {
  height: 94px;
  margin-top: 18px;
  border-radius: 18px;
  background:
    repeating-linear-gradient(90deg, #17212B 0 5px, transparent 5px 10px),
    #F3EEE4;
  opacity: .86;
}

.fuel-nav {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 30;
  display: grid;
  width: min(430px, 100vw);
  height: calc(78px + env(safe-area-inset-bottom));
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 6px;
  padding: 8px 14px env(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  transform: translateX(-50%);
  border-top: 1px solid rgba(38, 50, 65, .1);
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(20px);
}

.fuel-nav button {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 54px;
  place-items: center;
  border-radius: 18px;
  background: transparent;
  color: #6F6F6F;
  transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.fuel-nav svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fuel-nav button.on {
  background: #FFF7CC;
  color: #111111;
  box-shadow: inset 0 0 0 1px rgba(255, 210, 0, .5), 0 10px 24px rgba(255, 210, 0, .18);
  transform: translateY(-2px);
}

.fuel-nav button.on svg {
  color: #F2C200;
  stroke-width: 2.35;
}

/* Real fuel app skin, based on current Rosneft-like app patterns. */
.fuel-app {
  position: relative;
  min-height: 100dvh;
  padding: max(0px, env(safe-area-inset-top)) 16px calc(92px + env(safe-area-inset-bottom));
  background:
    linear-gradient(180deg, #F7F7F7 0%, #F1F1F1 44%, #F7F7F7 100%);
  color: #050505;
}

.fuel-view.rn-home,
.fuel-view.rn-actions,
.fuel-view.rn-expenses {
  padding-top: 70px;
}

.rn-exit {
  position: fixed;
  top: max(18px, env(safe-area-inset-top));
  left: calc(50% - min(215px, 50vw) + 16px);
  z-index: 80;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .82);
  color: #111;
  font-size: 27px;
  line-height: 1;
  box-shadow: 0 12px 30px rgba(0,0,0,.09);
  backdrop-filter: blur(16px);
}

.rn-profile-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.rn-user {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.rn-logo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #FFD200;
  position: relative;
  flex: 0 0 auto;
}

.rn-logo::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 16px;
  width: 16px;
  height: 25px;
  border-radius: 7px 7px 2px 2px;
  background: #111;
  box-shadow: inset 5px 0 #fff, inset -5px 0 #fff;
}

.rn-user b {
  display: block;
  font-size: 23px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.02em;
  white-space: nowrap;
}

.rn-user em {
  display: inline-block;
  margin-top: 6px;
  padding: 3px 10px;
  border-radius: 7px;
  background: #080808;
  color: #fff;
  font-style: normal;
  font-size: 13px;
  font-weight: 900;
}

.rn-icons {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.rn-icons i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #BDBDBD;
  opacity: .9;
}

.rn-stories {
  display: flex;
  gap: 11px;
  overflow-x: auto;
  margin: 18px -16px 0;
  padding: 0 16px 4px;
  scrollbar-width: none;
}

.rn-stories::-webkit-scrollbar {
  display: none;
}

.rn-stories button {
  position: relative;
  flex: 0 0 94px;
  height: 94px;
  overflow: hidden;
  border: 3px solid #FFD200;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.64)),
    url("./assets/story-motel.jpg") center / cover;
  color: #fff;
  text-align: left;
  transition: transform .18s ease;
}

.rn-stories button:nth-child(2) { background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.58)), url("./assets/story-gas.jpg") center / cover; }
.rn-stories button:nth-child(3) { background: linear-gradient(180deg, rgba(255,255,255,0), rgba(0,0,0,.36)), url("./assets/story-coffee.jpg") center / cover; color: #fff; }
.rn-stories button:nth-child(4) { background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.62)), url("./assets/story-oil.jpg") center / cover; }

.rn-stories b {
  position: absolute;
  left: 9px;
  right: 7px;
  bottom: 8px;
  font-size: 13px;
  line-height: 1.05;
  font-weight: 900;
}

.rn-balance-row {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.rn-qr,
.rn-points,
.rn-wide-promo,
.rn-native-banner,
.rn-partners,
.rn-offer-card,
.expense-card,
.rn-adflow-note {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .06);
}

.rn-qr {
  min-height: 146px;
  padding: 13px;
  color: #111;
}

.rn-qr i {
  position: relative;
  display: block;
  height: 88px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: inset 0 0 0 4px #fff;
}

.rn-qr i::before {
  content: "";
  position: absolute;
  inset: 4px;
  background:
    repeating-linear-gradient(90deg, #111 0 7px, transparent 7px 13px),
    repeating-linear-gradient(0deg, #111 0 7px, transparent 7px 13px);
  mix-blend-mode: multiply;
}

.rn-qr i span {
  position: absolute;
  width: 25px;
  height: 25px;
  border: 6px solid #111;
  background: #fff;
  z-index: 2;
}

.rn-qr i span:nth-child(1) { left: 6px; top: 6px; }
.rn-qr i span:nth-child(2) { right: 6px; top: 6px; }
.rn-qr i span:nth-child(3) { left: 6px; bottom: 6px; }
.rn-qr i span:nth-child(4) { right: 18px; bottom: 16px; width: 14px; height: 14px; border-width: 4px; }
}

.rn-qr b {
  display: block;
  margin-top: 11px;
  font-size: 13px;
  text-align: center;
}

.rn-points {
  min-height: 146px;
  padding: 15px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.42), transparent 30%),
    linear-gradient(135deg, #090909, #1B2733);
}

.rn-points span {
  display: block;
  text-align: right;
  font-size: 15px;
  font-weight: 800;
}

.rn-points strong {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 11px 12px;
  border-radius: 14px;
  background: #fff;
  color: #050505;
  font-size: 27px;
  line-height: 1;
}

.rn-points small {
  max-width: 72px;
  color: #111;
  font-size: 13px;
  line-height: 1.05;
}

.rn-points em {
  display: block;
  margin-top: 13px;
  color: rgba(255,255,255,.78);
  font-style: normal;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.rn-wide-promo {
  display: grid;
  grid-template-columns: 1fr 116px;
  min-height: 132px;
  margin-top: 18px;
  overflow: hidden;
  color: #050505;
  text-align: left;
  background:
    linear-gradient(90deg, rgba(255,255,255,.94) 0 49%, rgba(255,255,255,.14) 78%),
    url("./assets/promo-coffee-wide.jpg") center / cover;
  animation: imageDrift 8s ease-in-out infinite;
}

.rn-wide-promo div {
  padding: 20px 18px;
}

.rn-wide-promo b {
  display: block;
  font-size: 21px;
  line-height: 1.05;
  font-weight: 900;
}

.rn-wide-promo span {
  display: flex;
  gap: 14px;
  margin-top: 24px;
}

.rn-wide-promo i {
  width: 24px;
  height: 34px;
  border-radius: 9px 9px 5px 5px;
  background: #EDE7D8;
  opacity: .82;
}

.rn-wide-promo strong {
  background: transparent;
  position: relative;
}

.rn-wide-promo strong::after {
  content: none;
}

.rn-native-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 116px;
  gap: 12px;
  align-items: stretch;
  min-height: 132px;
  margin-top: 18px;
  padding: 12px;
  text-align: left;
  color: #07111F;
  background: linear-gradient(135deg, #FFFFFF 0%, #EEF6FF 52%, #F8FBFF 100%);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(39, 101, 233, .12);
  transition: transform .18s ease;
}

.adflow-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: #2765E9;
  font-family: "Oswald", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  box-shadow: 0 8px 20px rgba(39, 101, 233, .1);
}

.bank-ad-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-end;
  padding: 42px 0 4px 4px;
  position: relative;
  z-index: 2;
}

.bank-ad-copy::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 38px;
  height: 38px;
  border-radius: 13px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.5), transparent),
    #2765E9;
  box-shadow: 0 10px 24px rgba(39, 101, 233, .22);
}

.bank-ad-copy::after {
  content: "%";
  position: absolute;
  left: 15px;
  top: 10px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.bank-ad-visual {
  display: block;
  min-height: 108px;
  border-radius: 17px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.1), transparent 44%),
    url("./assets/bank-cashback-ad.png") center / cover;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.5),
    0 14px 28px rgba(39, 101, 233, .14);
  animation: softFloat 5s ease-in-out infinite;
}

.rn-native-banner small,
.rn-adflow-note small {
  color: #2765E9;
  font-family: "Oswald", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.rn-native-banner b,
.rn-adflow-note b {
  display: block;
  margin-top: 7px;
  font-size: 19px;
  line-height: 1.1;
}

.rn-native-banner em {
  display: block;
  margin-top: 8px;
  color: rgba(7, 17, 31, .62);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.rn-partners {
  display: block;
  width: 100%;
  min-height: 90px;
  margin-top: 18px;
  padding: 19px;
  color: #050505;
  text-align: left;
}

.rn-partners b {
  display: block;
  font-size: 21px;
  font-weight: 900;
}

.rn-partners span {
  display: block;
  margin-top: 6px;
  color: #777;
  font-size: 14px;
  font-weight: 700;
}

.rn-map-view {
  padding: 0;
}

.rn-map {
  position: relative;
  min-height: calc(100dvh - 74px - env(safe-area-inset-bottom));
  margin: 0 -16px;
  overflow: hidden;
  background: #F8F3E8;
  --map-scale: 1;
  --pin-scale: 1;
  --pin-bg: #FFD200;
  --pin-fg: #050505;
}

.rn-map-layer {
  position: absolute;
  inset: -9%;
  z-index: 1;
  transform: scale(var(--map-scale));
  transform-origin: 50% 48%;
  transition: transform .42s cubic-bezier(.2, .8, .2, 1);
}

.rn-map[data-map-zoom="1"] {
  --map-scale: 1.2;
  --pin-scale: .78;
}

.rn-map[data-map-zoom="2"] {
  --map-scale: 1.44;
  --pin-scale: .58;
  --pin-bg: #FFFFFF;
  --pin-fg: #111111;
}

.yandex-map-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(.98) contrast(1.02);
  pointer-events: none;
}

.map-tint {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(255, 246, 220, .16);
  pointer-events: none;
}

.rn-time {
  position: absolute;
  left: 48px;
  top: 44px;
  z-index: 4;
  font-size: 28px;
  font-weight: 800;
}

.cluster {
  position: absolute;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 50%;
  background: var(--pin-bg);
  color: var(--pin-fg);
  border: 3px solid #fff;
  font-size: 22px;
  font-weight: 900;
  z-index: 4;
  box-shadow: 0 12px 26px rgba(0,0,0,.14);
  transform: translate(-50%, -50%) scale(var(--pin-scale));
  transform-origin: center bottom;
  transition:
    left .42s cubic-bezier(.2, .8, .2, 1),
    top .42s cubic-bezier(.2, .8, .2, 1),
    width .32s ease,
    height .32s ease,
    transform .42s cubic-bezier(.2, .8, .2, 1),
    background .25s ease,
    color .25s ease;
}

.cluster span {
  position: relative;
  z-index: 2;
}

.cluster::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  width: 16px;
  height: 16px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-radius: 0 0 7px 0;
  background: var(--pin-bg);
  transform: translateX(-50%) rotate(45deg);
  box-shadow: 6px 6px 14px rgba(0,0,0,.08);
}

.cluster::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  width: 32px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .16);
  filter: blur(4px);
  transform: translateX(-50%);
}

.cluster.active-pin {
  width: 76px;
  height: 76px;
  font-size: 24px;
  box-shadow: 0 16px 32px rgba(0,0,0,.2);
}

.rn-map[data-map-zoom="1"] .cluster.active-pin,
.rn-map[data-map-zoom="2"] .cluster.active-pin {
  background: #2765E9;
  color: #fff;
}

.rn-map[data-map-zoom="1"] .cluster.active-pin::after,
.rn-map[data-map-zoom="2"] .cluster.active-pin::after {
  background: #2765E9;
}

.rn-map[data-map-zoom="2"] .cluster:not(.active-pin) {
  width: 42px;
  height: 42px;
  border-width: 2px;
  font-size: 0;
}

.rn-map[data-map-zoom="2"] .cluster:not(.active-pin)::after {
  width: 12px;
  height: 12px;
  bottom: -8px;
  border-width: 2px;
}

.rn-map[data-map-zoom="2"] .cluster:not(.active-pin)::before {
  bottom: -17px;
  width: 22px;
}

.rn-map[data-map-zoom="2"] .cluster:not(.active-pin) span::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FFD200;
  box-shadow: 0 0 0 5px rgba(255, 210, 0, .22);
}

.c1 { left: 18%; top: 14%; }
.c2 { left: 31%; top: 25%; }
.c3 { left: 24%; top: 43%; }
.c4 { left: 50%; top: 48%; }
.c5 { left: 72%; top: 58%; }
.c6 { left: 20%; top: 78%; }
.c7 { left: 48%; top: 88%; }

.rn-map[data-map-zoom="1"] .c1 { left: 24%; top: 18%; }
.rn-map[data-map-zoom="1"] .c2 { left: 36%; top: 29%; }
.rn-map[data-map-zoom="1"] .c3 { left: 29%; top: 48%; }
.rn-map[data-map-zoom="1"] .c4 { left: 52%; top: 50%; }
.rn-map[data-map-zoom="1"] .c5 { left: 68%; top: 61%; }
.rn-map[data-map-zoom="1"] .c6 { left: 25%; top: 72%; }
.rn-map[data-map-zoom="1"] .c7 { left: 46%; top: 80%; }

.rn-map[data-map-zoom="2"] .c1 { left: 32%; top: 24%; }
.rn-map[data-map-zoom="2"] .c2 { left: 41%; top: 34%; }
.rn-map[data-map-zoom="2"] .c3 { left: 34%; top: 52%; }
.rn-map[data-map-zoom="2"] .c4 { left: 53%; top: 51%; }
.rn-map[data-map-zoom="2"] .c5 { left: 62%; top: 60%; }
.rn-map[data-map-zoom="2"] .c6 { left: 34%; top: 68%; }
.rn-map[data-map-zoom="2"] .c7 { left: 45%; top: 73%; }

.map-control {
  position: absolute;
  right: 26px;
  z-index: 4;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.86);
  color: #B5B5B5;
  font-size: 35px;
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(0,0,0,.08);
}

.map-control.search { top: 118px; }
.map-control.search::before { content: "⌕"; }
.map-control.filter { top: 118px; right: 96px; }
.map-control.filter::before { content: "◢"; transform: rotate(45deg); }
.map-control.plus { top: 316px; }
.map-control.minus { top: 392px; }
.map-control.star { top: 548px; }
.map-control.nav-arrow { top: 626px; transform: rotate(-45deg); }

.rn-map-ad {
  position: absolute;
  left: 88px;
  top: calc(48% + 52px);
  z-index: 6;
  display: grid;
  width: min(260px, calc(100% - 104px));
  min-height: 78px;
  grid-template-columns: 66px 1fr;
  gap: 9px;
  align-items: center;
  padding: 9px;
  border: 1px solid rgba(17, 17, 17, .08);
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  color: #111;
  text-align: left;
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
  backdrop-filter: blur(16px);
  transform: scale(calc(1 / var(--map-scale)));
  transform-origin: 104px -18px;
  transition:
    left .42s cubic-bezier(.2, .8, .2, 1),
    top .42s cubic-bezier(.2, .8, .2, 1),
    transform .42s cubic-bezier(.2, .8, .2, 1);
}

.rn-map[data-map-zoom="1"] .rn-map-ad {
  left: 112px;
  top: calc(50% + 42px);
}

.rn-map[data-map-zoom="2"] .rn-map-ad {
  left: 118px;
  top: calc(51% + 36px);
}

.rn-map-ad::before {
  content: "";
  position: absolute;
  left: 92px;
  top: -8px;
  width: 18px;
  height: 18px;
  border-left: 1px solid rgba(17, 17, 17, .08);
  border-bottom: 1px solid rgba(17, 17, 17, .08);
  background: rgba(255, 255, 255, .94);
  transform: rotate(45deg);
}

.rn-map-ad-img {
  display: block;
  width: 66px;
  max-width: 100%;
  height: 62px;
  border-radius: 13px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.18), transparent),
    url("./assets/insurance-map-ad.png") center / cover;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.4);
}

.rn-map-ad-copy {
  position: relative;
  z-index: 1;
  display: block;
  min-width: 0;
}

.rn-map-ad small {
  color: #2765E9;
  font-family: "Oswald", sans-serif;
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rn-map-ad b {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.08;
}

.rn-map-ad em {
  display: block;
  margin-top: 5px;
  color: rgba(17,17,17,.58);
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
}

.rn-page-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rn-page-head b {
  font-size: 34px;
  font-weight: 900;
}

.rn-page-head span {
  width: 30px;
  height: 24px;
  border-radius: 8px;
  background: #C9A800;
}

.rn-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
  padding: 6px;
  border-radius: 999px;
  background: #fff;
}

.rn-tabs button {
  min-height: 46px;
  border-radius: 999px;
  background: transparent;
  color: #B5B5B5;
  font-size: 15px;
  font-weight: 900;
}

.rn-tabs button.on {
  color: #050505;
}

.rn-tabs i {
  display: inline-grid;
  min-width: 22px;
  height: 22px;
  margin-left: 5px;
  place-items: center;
  border-radius: 50%;
  background: #FF3145;
  color: #fff;
  font-size: 12px;
  font-style: normal;
}

.rn-city {
  margin: 22px 0 16px;
  background: transparent;
  color: #050505;
  font-size: 18px;
  font-weight: 800;
}

.rn-offer-card {
  overflow: hidden;
  margin-bottom: 18px;
  border: 3px solid #FFD200;
}

.rn-offer-img {
  height: 168px;
}

.rn-offer-img.coffee {
  background:
    url("./assets/promo-coffee-wide.jpg") center / cover;
}

.rn-offer-img.knives {
  background:
    url("./assets/offer-knives.jpg") center / cover;
}

.rn-offer-copy {
  padding: 18px;
  background: #fff;
}

.rn-offer-copy span {
  color: #777;
  font-size: 14px;
  font-weight: 800;
}

.rn-offer-copy b {
  display: block;
  margin-top: 14px;
  font-size: 22px;
  line-height: 1.15;
}

.rn-offer-copy p {
  margin: 14px 0 0;
  font-size: 18px;
  line-height: 1.25;
}

.rn-adflow-note {
  min-height: 138px;
  padding: 16px;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, .92), rgba(7, 17, 31, .42)),
    url("./assets/offer-fmcg.jpg") center / cover;
  color: #fff;
  overflow: hidden;
}

.expense-card {
  margin-top: 18px;
  padding: 18px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.98)),
    url("./assets/expense-bank-reco.jpg") center / cover;
}

.fuel-native {
  min-height: 132px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,255,255,.62)),
    url("./assets/expense-bank-reco.jpg") center / cover;
}

.expense-card span {
  color: #777;
  font-size: 13px;
  font-weight: 800;
}

.expense-card b {
  display: block;
  margin-top: 8px;
  font-size: 34px;
}

.expense-card div {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  height: 120px;
  margin-top: 18px;
}

.expense-card i {
  flex: 1;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(180deg, #FFD200, #111);
}

.rn-nav {
  height: 88px;
  grid-template-columns: repeat(4, 1fr);
}

.rn-nav button {
  display: grid;
  gap: 4px;
  align-content: center;
  color: #B5B5B5;
  font-size: 12px;
  font-weight: 900;
}

.rn-nav span {
  font-size: 25px;
  line-height: 1;
}

.rn-nav button.on {
  color: #050505;
}

.rn-nav button.on span {
  color: #FFD200;
}

.lead-form {
  display: grid;
  gap: 10px;
  margin: -76px 16px 0;
  padding: 16px;
  border-radius: 24px;
  background: var(--card);
  box-shadow: var(--shadow);
  position: relative;
  z-index: 3;
}

.lead-form input {
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 15px;
  outline: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.lead-form button {
  min-height: 50px;
  border-radius: 999px;
  background: var(--flame);
  color: #fff;
  font-weight: 800;
}

.nav {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 20;
  display: grid;
  width: min(430px, 100vw);
  height: calc(82px + env(safe-area-inset-bottom));
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  gap: 6px;
  padding: 8px 12px env(safe-area-inset-bottom);
  transform: translateX(-50%);
  border-top: 1px solid rgba(19, 32, 29, .1);
  background: rgba(246, 241, 232, .92);
  backdrop-filter: blur(20px);
}

.nb {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 54px;
  place-items: center;
  border-radius: 18px;
  background: transparent;
  color: var(--muted);
  transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.nb svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nb.on {
  background: #FFFFFF;
  color: var(--flame);
  box-shadow: 0 10px 26px rgba(59, 130, 246, .16), inset 0 0 0 1px rgba(59, 130, 246, .14);
  transform: translateY(-2px);
}

.nb.on svg {
  stroke-width: 2.35;
}

@media (min-width: 760px) {
  body {
    padding: 28px 0;
  }

  #app {
    border-radius: 34px;
  }

  .nav {
    position: absolute;
  }
}

@media (max-width: 759px) {
  #app {
    width: 100vw;
    max-width: none;
    min-height: var(--app-vh, 100dvh);
    box-shadow: none;
  }

  .screen.active,
  .fuel-app-screen.active {
    min-height: var(--app-vh, 100dvh);
  }

  .nav,
  .fuel-nav {
    left: 0;
    width: 100vw;
    max-width: none;
    transform: none;
    bottom: auto;
  }

  .nav {
    top: calc(var(--app-vh, 100dvh) - 82px - env(safe-area-inset-bottom));
  }

  .fuel-nav {
    top: calc(var(--app-vh, 100dvh) - 88px - env(safe-area-inset-bottom));
  }

  .rn-exit {
    left: 16px;
  }
}

@media (display-mode: standalone) {
  body {
    background: #F6F1E8;
    user-select: none;
  }

  #app {
    max-width: none;
    width: 100vw;
    box-shadow: none;
  }

  input,
  textarea {
    user-select: text;
  }
}
