:root{
  --bg:#0b1020;
  --bg-2:#0d142a;
  --glass:rgba(255,255,255,.08);
  --text:#e8ecff;
  --muted:#a9b3d1;
  --brand:#6ee7ff;
  --brand-2:#b388ff;
  --card:#111731;
  --ok:#22c55e;
  --warning:#f59e0b;
  --shadow:0 10px 30px rgba(0,0,0,.35);
  --radius:18px;
  --header-h:72px;
  --gradient: radial-gradient(1200px 500px at 10% 0%, rgba(110,231,255,.35) 0%, transparent 60%),
              radial-gradient(900px 500px at 90% 10%, rgba(179,136,255,.35) 0%, transparent 60%),
              linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
}

*{box-sizing:border-box}
html,body{height:100%}
html{scroll-behavior:smooth}
body{
  margin:0; font-family:Inter,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  background:var(--bg); color:var(--text); line-height:1.6;
  background-image:var(--gradient);
  background-attachment: fixed;
  padding-top: var(--header-h);
}
a{color:inherit; text-decoration:none}
img{max-width:100%; display:block}
.bold{font-weight:800}
.mt{margin-top:16px}
[id]{scroll-margin-top: calc(var(--header-h) + 16px)}

/* Header */
.header{
  position:fixed; inset:0 0 auto 0; height:var(--header-h); z-index:1000;
  backdrop-filter: blur(10px);
  background:linear-gradient(to bottom, rgba(7,10,22,.85), rgba(7,10,22,.45));
  border-bottom:1px solid rgba(255,255,255,.06);
  transition: box-shadow .2s ease, background .2s ease;
}
.header.scrolled{
  box-shadow:0 8px 22px rgba(0,0,0,.35);
  background:linear-gradient(to bottom, rgba(7,10,22,.95), rgba(7,10,22,.55));
}
.nav-wrap{
  max-width:1200px; margin:auto; padding:12px 20px; display:flex; align-items:center; gap:16px;
}
.brand{display:flex; align-items:center; gap:12px; font-weight:800; letter-spacing:.3px; flex:0 0 auto}
.logo{
  width:36px; height:36px; border-radius:10px;
  background: conic-gradient(from 90deg, var(--brand), var(--brand-2), var(--brand));
  box-shadow:0 0 30px rgba(110,231,255,.35);
}
.brand-text{font-weight:800; font-size: 30px; line-height: 1;}
.nav{display:flex; gap:22px; align-items:center; flex:1 1 auto; justify-content:center}
.nav a{color:var(--muted); font-weight:600; transition:.2s}
.nav a:hover{color:#fff; transform:translateY(-1px)}

.header-ctas{display:flex; gap:10px; align-items:center; flex:0 0 auto}
.badge-store{
  display:inline-flex; align-items:center; gap:8px; padding:8px 12px; border-radius:999px;
  background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.15);
  color:#eaf2ff; font-weight:700; transition:.15s;
}
.badge-store:hover{background:rgba(255,255,255,.14)}
.badge-ic{width:18px; height:18px}
.badge-text{line-height:1}

.toggle{
  display:none; background:transparent; border:1px solid rgba(255,255,255,.15); color:#fff; padding:8px 10px; border-radius:10px; cursor:pointer;
}

/* Buttons */
.btn{
  display:inline-flex; align-items:center; gap:10px; border:none; cursor:pointer;
  background:linear-gradient(135deg, var(--brand), var(--brand-2));
  padding:14px 20px; border-radius:14px; color:#0b1020; font-weight:800; letter-spacing:.2px;
  box-shadow:0 12px 25px rgba(110,231,255,.2);
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}
.btn:hover{transform:translateY(-2px); box-shadow:0 18px 35px rgba(110,231,255,.25)}
.btn.secondary{
  background:transparent; color:#eaf2ff; border:1px dashed rgba(255,255,255,.2);
  box-shadow:none; font-weight:700;
}
.btn.full{justify-content:center; width:100%}
.badges{display:flex; gap:12px; flex-wrap:wrap}
.store{
  display:inline-flex; align-items:center; gap:10px; padding:12px 16px; border-radius:14px;
  background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1);
  transition:.15s;
}
.store:hover{background:rgba(255,255,255,.12)}

/* Sections */
section{padding:80px 20px}
.container{max-width:1200px; margin:auto}
.title{font-size:42px; line-height:1.15; letter-spacing:.2px; margin:0}
.sub{color:var(--muted); font-size:18px; margin-top:12px}

/* Hero */
.hero{padding:50px 20px 40px; }
.hero-grid{display:grid; grid-template-columns:1.2fr .8fr; gap:40px; align-items:center}
.hero-card{margin-top:20px; display:flex; gap:14px; flex-wrap:wrap}
.hero .chip {
  margin-bottom: 16px; /* Adjust this value for desired spacing */
  display: inline-block;
}
.glass{
  background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.12);
  border-radius:var(--radius); box-shadow:var(--shadow);
}
.phone{
  position:relative; aspect-ratio:9/18; border-radius:36px; padding:16px; overflow:hidden;
  border:1px solid rgba(255,255,255,.15);
  background:
    radial-gradient(200px 180px at 25% 0%, rgba(179,136,255,.25), transparent 70%),
    radial-gradient(250px 200px at 80% 20%, rgba(110,231,255,.22), transparent 70%),
    #0c1329;
}
.speaker{width:60px; height:6px; background:rgba(255,255,255,.18); border-radius:10px; margin:8px auto 12px}
.screen{
  height:calc(100% - 28px); background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.12); border-radius:28px; padding:16px; overflow:auto;
}
.chip{display:inline-block; padding:8px 12px; border-radius:999px; font-size:12px; color:#0b1020;
  background:linear-gradient(135deg, var(--brand), var(--brand-2)); font-weight:800; letter-spacing:.3px}
.chip.alt{background:rgba(110,231,255,.22); color:#c7f7ff}
.chip.alt2{background:rgba(179,136,255,.22); color:#efe8ff}
.inner{padding:12px; border-radius:14px}
.inner-title{font-weight:700; margin-bottom:6px}
.slot-wrap{display:flex; gap:8px; flex-wrap:wrap}
.inner-list{display:grid; gap:10px}
.row{display:flex; justify-content:space-between; align-items:center}

.hero-points{display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; margin-top:18px}
.point{display:flex; gap:10px; align-items:flex-start; padding:12px 14px; border-radius:14px;
  background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.12)}
.ok{width:10px; height:10px; border-radius:50%; background:var(--ok); box-shadow:0 0 14px rgba(34,197,94,.7); margin-top:6px}

/* Grids */
.features-grid{display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:18px; margin-top:28px}
.feat{padding:20px; border-radius:18px; position:relative; overflow:hidden}
.feat::after{content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(255,255,255,.06), transparent); pointer-events:none}
.feat h3{margin:0 0 8px; font-size:18px}
.feat p{margin:0; color:var(--muted)}
.tag{position:absolute; top:16px; right:16px; font-size:12px; padding:6px 10px; border-radius:999px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.12); color:#cfe7ff}

.offers-grid{display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:18px; margin-top:28px}
.offer{padding:22px; border-radius:18px; border:1px dashed rgba(255,255,255,.16); background:rgba(255,255,255,.04)}
.offer strong{color:#fff}

.preview{display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:18px; margin-top:28px}
.shot{padding:14px; border-radius:18px; border:1px solid rgba(255,255,255,.12); background:rgba(255,255,255,.05)}
.shot-box{aspect-ratio:9/16; border-radius:12px; background:linear-gradient(135deg,#1a2244,#0e1532)}
.shot-box.alt{background:linear-gradient(135deg,#182047,#0e1638)}
.shot-box.alt2{background:linear-gradient(135deg,#1a244d,#0f1736)}
.cap{color:var(--muted); margin-top:10px; font-size:14px; text-align:center}

.twrap{display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:18px; margin-top:28px}
.t{padding:20px; border-radius:18px; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.12)}
.stars{color:#ffd166; letter-spacing:2px}
.who{color:#bcd4ff; font-weight:700; margin-top:10px}

/* FAQ */
.faq-list{max-width:860px; margin:28px auto 0; display:grid; gap:10px}
.faq-item{border:1px solid rgba(255,255,255,.12); border-radius:16px; overflow:hidden; background:rgba(255,255,255,.04)}
.faq-q{width:100%; text-align:left; background:transparent; color:#fff; border:none; padding:16px 18px; font-weight:700; display:flex; justify-content:space-between; align-items:center; cursor:pointer}
.faq-a{padding:0 18px 16px; color:var(--muted)}
.faq-item.open .faq-a{display:block}

/* Cities */
.cities-grid{display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:12px; margin-top:28px}
.city{padding:14px; text-align:center; border-radius:14px; border:1px solid rgba(255,255,255,.12); background:rgba(255,255,255,.05); font-weight:700}

/* Contact — redesigned */
.contact-grid{
  display:grid; grid-template-columns:1.2fr .8fr; gap:24px; margin-top:28px;
}
.card{border-radius:18px; border:1px solid rgba(255,255,255,.12)}
.contact-card{padding:22px}
.card-head{margin-bottom:8px}
.card-title{margin:0 0 6px}
.card-sub{margin:0; color:var(--muted)}

.field-row{display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:12px}
.field{display:grid; gap:8px}
label{font-size:14px; color:#cfe7ff}
input, textarea{
  width:100%; padding:14px 16px; border-radius:12px; border:1px solid rgba(255,255,255,.15);
  background:rgba(255,255,255,.04); color:#fff; outline:none;
}
textarea{min-height:140px; resize:vertical}
.actions{display:flex; align-items:center; gap:12px; margin-top:12px}

.info-card{padding:22px}
.badge-row{display:flex; gap:10px; flex-wrap:wrap}
.divider{height:1px; background:rgba(255,255,255,.12); margin:14px 0}
.qr{margin-top:10px; width:120px; height:120px; border-radius:12px; background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.15)}
.ok-msg{color:#9ae6b4}

/* Footer */
footer{padding:32px 20px; border-top:1px solid rgba(255,255,255,.08); color:var(--muted)}
.foot{max-width:1200px; margin:auto; display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap}
.foot a{color:#cfe7ff}
.foot-links{display:flex; gap:18px; flex-wrap:wrap}

/* Scroll To Top Button */
.to-top{
  position:fixed; right:18px; bottom:18px; z-index:1001;
  width:44px; height:44px; border-radius:999px; border:1px solid rgba(255,255,255,.2);
  background:rgba(255,255,255,.08); color:#fff; font-size:20px; line-height:1;
  display:grid; place-items:center; cursor:pointer;
  opacity:0; visibility:hidden; transform:translateY(8px);
  transition:opacity .2s ease, transform .2s ease, visibility .2s;
}
.to-top.show{opacity:1; visibility:visible; transform:translateY(0)}

/* Light mode */
body.light{
  --bg:#f5f7ff; --bg-2:#ffffff; --text:#0b1020; --muted:#58607a; --glass:rgba(0,0,0,.04);
  --card:#ffffff; --shadow:0 10px 30px rgba(10,10,10,.07);
  background:linear-gradient(180deg, #f7f9ff, #eef3ff);
}
body.light .header{background:linear-gradient(to bottom, rgba(255,255,255,.92), rgba(255,255,255,.7))}
body.light .nav a{color:#3b4152}
body.light .nav a:hover{color:#000}
body.light .store{background:rgba(0,0,0,.04); border-color:rgba(0,0,0,.08)}
body.light .badge-store{background:rgba(0,0,0,.06); border-color:rgba(0,0,0,.1); color:#0b1020}
body.light .city{background:#fff}
body.light .faq-item{background:#fff}

/* Official-style black store badges (hero) */
.store-badge{
  display:inline-flex; align-items:center; gap:10px;
  padding:10px 14px; border-radius:12px;
  background:#000; color:#fff; border:1px solid rgba(255,255,255,.18);
  text-decoration:none; transition:transform .12s ease, box-shadow .12s ease, background .12s ease;
  box-shadow:0 6px 16px rgba(0,0,0,.25);
}
.store-badge:hover{transform:translateY(-1px); box-shadow:0 10px 22px rgba(0,0,0,.35)}
.store-badge .badge-icon{display:grid; place-items:center}
.store-badge .badge-texts{display:flex; flex-direction:column; line-height:1}
.store-badge .top{font-size:10px; letter-spacing:.6px; opacity:.9}
.store-badge .bottom{font-size:16px; font-weight:800}

/* Keep them visually aligned with your hero buttons */
.hero-card .store-badge{margin-right:10px}

/* Light mode keeps black badges (per brand guidelines) */
body.light .store-badge{background:#000; color:#fff; border-color:rgba(255,255,255,.18)}

/* KPI band (matches your existing stat cards) */
.kpi-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}
.kpi {
  padding: 22px;
  border-radius: 18px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  text-align: center;
}
.kpi-value {
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
}
.kpi-suffix { font-size: 18px; opacity: .9; margin-left: 4px; }
.kpi-label { margin-top: 8px; font-weight: 700; }
.kpi-sub { margin-top: 6px; color: var(--muted); font-size: 14px; }

/* Three trust pillars */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}
.pillar { padding: 22px; border-radius: 18px; }
.pillar h3 { margin: 6px 0 8px; }
.pillar p { margin: 0; color: var(--muted); }

/* Simple round icon chip */
.pillar-ic {
  width: 40px; height: 40px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  font-size: 18px;
}

/* Images instead of SVG for both hero and header badges */
.store-badge,
.badge-store{
  display:inline-flex;
  align-items:center;
  padding:0;                 /* remove inner padding */
  background:transparent;    /* images already black */
  border:none;               /* remove rounded pill border */
  box-shadow:none;
  gap:0;
  text-decoration:none;
  transition:transform .12s ease, box-shadow .12s ease;
}

.store-badge:hover,
.badge-store:hover{
  transform: translateY(-1px);
}

/* size the PNGs */
.store-img{
  display:block;
  height:48px;               /* desktop height */
  width:auto;
}

/* keep hero spacing neat */
.hero-card .store-badge{ margin-right:10px; }

.preview{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
  align-items: start;
}

/* Card layout */
.shot{
  display: flex;
  flex-direction: column;
  padding: 16px;
  border-radius: 18px;
}

/* Phone viewport */
.shot-box{
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 20px;
  background: #fff !important;   /* force white */
  overflow: hidden;
  display: grid;
  place-items: center;            /* center the image */
  box-shadow: 0 6px 18px rgba(0,0,0,.18);
}

/* remove old gradient styles on the variants */
.shot-box.alt,
.shot-box.alt2{ background: #fff !important; }

/* Scale the images properly */
.shot-box img,
.shot-img{
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;            /* no cropping or distortion */
  display: block;
}

/* Caption */
.cap{
  text-align: center;
  color: var(--muted);
  font-size: 14px;
  margin-top: 10px;
}

/* Responsive */
@media (max-width: 1100px){
  .nav{gap:16px}
  .header-ctas{display:none} /* hide store badges in header on narrow widths */
}
@media (max-width: 980px){
  .hero-grid{grid-template-columns:1fr}
  .features-grid,.offers-grid,.preview,.twrap{grid-template-columns:1fr 1fr}
  .cities-grid{grid-template-columns:repeat(3,1fr)}
  .contact-grid{grid-template-columns:1fr}
  .field-row{grid-template-columns:1fr}
  .nav{
    display:none; position:absolute; right:20px; top:calc(var(--header-h) - 8px); padding:14px; border:1px solid rgba(255,255,255,.12); border-radius:12px; background:rgba(7,10,22,.95); flex-direction:column
  }
  .nav.open{display:flex}
  .toggle{display:inline-flex}
  .kpi-band, .trust-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px){
  .title{font-size:34px}
  .features-grid,.offers-grid,.preview,.twrap{grid-template-columns:1fr}
  .cities-grid{grid-template-columns:repeat(2,1fr)}
  .brand-text{ font-size: 22px; }
  .store-img{ height:42px; }
    .preview{ gap: 16px; }
  .shot{ padding: 12px; }
}

/* Make the phone visually smaller and right-aligned on larger screens */
@media (min-width: 981px){
  .hero-grid .phone{
    max-width: 340px;       /* ~half the previous visual size */
    width: 100%;
    justify-self: end;      /* keep it snug to the right */
	aspect-ratio: 9 / 18;
  }
}

/* Slightly larger on very wide screens if you want */
@media (min-width: 1280px){
  .hero-grid .phone{
    max-width: 360px;
	aspect-ratio: 9 / 18;   /* keep same shorter ratio */
  }
}


