:root {
  --bg: #0a0e1a;
  --bg-soft: #101627;
  --card: #141b30;
  --card-2: #182038;
  --border: #232c46;
  --text: #e7ebf5;
  --muted: #8b93a9;
  --pink: #ff2e8b;
  --pink-2: #ff5ea8;
  --green: #16c47f;
  --gold: #ffcf4a;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  background: #05070f;
  color: var(--text);
  display: flex;
  justify-content: center;
  padding: 16px 0;
  /* Copy protection - text selection band */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.phone {
  width: 100%;
  max-width: 430px;
  background: linear-gradient(180deg, #0a0e1a 0%, #0b1020 100%);
  min-height: 100vh;
  padding: 14px 14px 30px;
  border-radius: 18px;
}

/* Top bar */
.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.brand { display: flex; align-items: center; gap: 8px; }
.brand-logo {
  width: 26px; height: 26px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--pink), #ff8a3d);
  border-radius: 8px;
  font-size: 12px; color: #fff;
}
.brand-name { font-weight: 800; font-size: 15px; letter-spacing: .2px; }
.secure-btn {
  background: var(--card-2);
  color: var(--muted);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 6px 12px;
  font-size: 11px;
  cursor: pointer;
}

/* Hero heading */
.hero-head { text-align: center; margin-bottom: 16px; }
.hero-head h1 {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
}
.hero-head .accent { color: var(--pink-2); }
.hero-head .sub { color: var(--green); font-size: 12px; margin-top: 8px; }
.hero-head .sub strong { color: var(--text); }

/* Banner */
.banner {
  border-radius: 16px;
  padding: 3px;
  background: linear-gradient(135deg, var(--pink), #7a2bff 60%, #2b6bff);
  margin-bottom: 18px;
}
.banner-inner {
  background: radial-gradient(120% 120% at 50% 0%, #1b1030 0%, #0d1124 70%);
  border-radius: 14px;
  padding: 18px 16px 16px;
  position: relative;
  overflow: hidden;
}
.badge-breaking {
  display: inline-block;
  background: #ff2b2b;
  color: #fff;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 4px 12px;
  border-radius: 4px;
  transform: rotate(-3deg);
}
.banner-tags {
  display: flex; gap: 8px; margin-top: 12px;
  font-size: 10px; font-weight: 700;
}
.banner-tags span {
  background: #ffffff14; padding: 4px 8px; border-radius: 4px;
}
.banner-tags .pink { background: var(--pink); color: #fff; }
.banner-added {
  margin-top: 10px; font-size: 11px; color: var(--gold); font-weight: 700;
}
.big-count { margin-top: 8px; }
.count-num {
  display: block;
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(90deg, #fff, #ffd0e6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.count-label {
  display: block;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 4px;
  color: #fff;
}
.featured-pill {
  display: inline-block;
  margin-top: 10px;
  background: #ffffff12;
  border: 1px solid #ffffff26;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}
.banner-meta {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 12px; font-size: 10px; color: var(--muted);
}
.price-row {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 16px;
}
.price .lifetime { display: block; font-size: 10px; color: var(--muted); }
.price .amount { font-size: 34px; font-weight: 900; color: #fff; }
.best-value {
  text-align: right;
  background: linear-gradient(135deg, var(--gold), #ff9d2f);
  color: #2a1500;
  padding: 8px 12px;
  border-radius: 10px;
  font-weight: 900;
  font-size: 13px;
}
.best-value small { display: block; font-size: 8px; font-weight: 700; }

/* Download button */
.download-btn {
  display: flex; align-items: center; justify-content: space-between;
  background: linear-gradient(135deg, #16c47f, #0fae6d);
  color: #04321f;
  text-decoration: none;
  font-weight: 900;
  padding: 15px 18px;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 8px 22px rgba(22,196,127,.35);
}
.download-btn .price-tag {
  background: #04321f22; padding: 4px 12px; border-radius: 8px;
}

/* Details card */
.details-card {
  position: relative;
  background: linear-gradient(180deg, var(--card), var(--card-2));
  border: 1px solid #4a3a12;
  border-radius: 14px;
  padding: 18px 16px;
  margin-bottom: 22px;
}
.best-seller-pill {
  position: absolute; top: -12px; right: 14px;
  background: linear-gradient(135deg, var(--gold), #ff9d2f);
  color: #2a1500; font-size: 10px; font-weight: 900;
  padding: 5px 12px; border-radius: 20px;
}
.details-kicker { font-size: 9px; letter-spacing: 2px; color: var(--muted); }
.details-card h2 {
  font-size: 16px; margin: 6px 0 12px;
  border-left: 3px solid var(--pink); padding-left: 8px;
}
.feature-list { list-style: none; display: grid; gap: 10px; }
.feature-list li { font-size: 13px; color: #d5dae8; }

/* Reviews */
.reviews { margin-bottom: 24px; }
.reviews-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 14px;
}
.reviews-head h3 { font-size: 15px; font-weight: 800; }
.verified-count {
  font-size: 10px; color: var(--green);
  background: #16c47f1a; border: 1px solid #16c47f40;
  padding: 4px 10px; border-radius: 20px;
}
.review {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 14px;
  margin-bottom: 12px;
}
.review-top { display: flex; align-items: center; gap: 10px; }
.avatar {
  width: 34px; height: 34px; border-radius: 50%;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--pink), #7a2bff);
  font-weight: 800; font-size: 14px; color: #fff;
}
.who { display: flex; flex-direction: column; }
.who .name { font-weight: 700; font-size: 13px; }
.who .city { font-size: 10px; color: var(--muted); }
.stars { margin-left: auto; color: var(--gold); font-size: 12px; }
.review-text {
  margin: 10px 0; font-size: 12px; line-height: 1.5; color: #cdd3e2;
}
.verified { font-size: 10px; color: var(--green); font-weight: 600; }

/* Footer */
.foot { border-top: 1px solid var(--border); padding-top: 14px; }
.foot nav {
  display: flex; flex-wrap: wrap; gap: 10px 14px; justify-content: center;
}
.foot a { color: var(--muted); font-size: 11px; text-decoration: none; }
.foot a:hover { color: var(--text); }

/* ===== Checkout / Offer page ===== */
.offer-page {
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer-card {
  width: 100%;
  background: linear-gradient(180deg, #0f1730, #0a1024);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 30px 22px 26px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.confetti {
  font-size: 18px;
  letter-spacing: 8px;
  opacity: .5;
  margin-bottom: 10px;
}
.offer-circle {
  width: 96px; height: 96px;
  margin: 6px auto 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #16c47f, #0fae6d);
  display: grid;
  place-items: center;
  align-content: center;
  box-shadow: 0 10px 30px rgba(22,196,127,.4);
}
.offer-circle .off-amt { font-size: 30px; font-weight: 900; color: #fff; line-height: 1; }
.offer-circle .off-label { font-size: 11px; font-weight: 800; color: #d9fff0; letter-spacing: 2px; }
.offer-kicker { font-size: 10px; letter-spacing: 3px; color: var(--muted); }
.offer-title { font-size: 26px; font-weight: 900; margin: 6px 0; }
.offer-sub { font-size: 13px; color: var(--muted); }
.offer-sub strong { color: var(--green); }
.offer-price { margin: 18px 0 10px; }
.offer-price .old { text-decoration: line-through; color: var(--muted); font-size: 18px; margin-right: 10px; }
.offer-price .new { font-size: 30px; font-weight: 900; color: #fff; }
.locked { color: var(--green); font-size: 12px; font-weight: 600; margin-bottom: 18px; }
.progress {
  height: 6px; width: 100%;
  background: #ffffff14; border-radius: 20px; overflow: hidden;
}
.progress-bar {
  height: 100%; width: 0;
  background: linear-gradient(90deg, var(--green), #6be3b3);
  border-radius: 20px;
  transition: width .08s linear;
}
.opening { font-size: 11px; color: var(--muted); margin: 10px 0 16px; }
.pay-continue {
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #ff6a2b, #ff3d3d);
  color: #fff; font-weight: 800; text-decoration: none;
  padding: 15px; border-radius: 12px;
  box-shadow: 0 8px 22px rgba(255,80,50,.35);
}

/* ===== Payment page ===== */
.pay-amount-card {
  background: linear-gradient(180deg, var(--card), var(--card-2));
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 22px;
  text-align: center;
  margin: 18px 0;
}
.pay-label { font-size: 11px; color: var(--muted); }
.pay-amount { font-size: 40px; font-weight: 900; color: #fff; margin: 4px 0; }
.pay-note { font-size: 11px; color: var(--muted); }
.pay-methods-title { font-size: 13px; font-weight: 700; margin-bottom: 12px; }
.upi-box {
  display: flex; align-items: center; gap: 12px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 16px;
}
.upi-icon { font-size: 22px; }
.upi-id { display: block; font-weight: 700; font-size: 14px; }
.upi-box small { color: var(--muted); font-size: 11px; }
.pay-btn {
  display: block; text-align: center;
  background: linear-gradient(135deg, #16c47f, #0fae6d);
  color: #04321f; font-weight: 900; text-decoration: none;
  padding: 15px; border-radius: 12px;
  box-shadow: 0 8px 22px rgba(22,196,127,.35);
}
.pay-help { text-align: center; font-size: 11px; color: var(--muted); margin-top: 12px; }
.pay-success {
  margin-top: 18px; text-align: center;
  background: #16c47f1a; border: 1px solid #16c47f40;
  color: var(--green); padding: 14px; border-radius: 12px; font-weight: 600;
}

/* ===== Conversion elements ===== */

/* Urgency bar */
.urgency {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 12px; color: #ffd0d0;
  background: #ff2e2e14; border: 1px solid #ff2e2e33;
  padding: 8px 12px; border-radius: 20px;
  margin-bottom: 12px;
}
.pulse-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #ff3b3b; display: inline-block;
  animation: pulse 1.2s infinite;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(255,59,59,.7); }
  70%  { box-shadow: 0 0 0 8px rgba(255,59,59,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,59,59,0); }
}

/* Animated download button */
.download-btn {
  position: relative;
  overflow: hidden;
  animation: btnPulse 1.8s ease-in-out infinite;
}
@keyframes btnPulse {
  0%, 100% { transform: scale(1);   box-shadow: 0 8px 22px rgba(22,196,127,.35); }
  50%      { transform: scale(1.03); box-shadow: 0 12px 30px rgba(22,196,127,.6); }
}
/* Shine sweep */
.download-btn .shine {
  position: absolute; top: 0; left: -60%;
  width: 40%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.55), transparent);
  transform: skewX(-20deg);
  animation: shine 2.4s infinite;
}
@keyframes shine {
  0%   { left: -60%; }
  60%  { left: 130%; }
  100% { left: 130%; }
}

/* Countdown */
.countdown {
  text-align: center; font-size: 12px; color: var(--gold);
  margin: 10px 0 20px;
}
.countdown strong { color: #fff; font-variant-numeric: tabular-nums; }

/* ===== Saare action buttons ke liye animation ===== */

/* Pay Now button (payment page) - pulse + shine */
.pay-btn {
  position: relative;
  overflow: hidden;
  animation: btnPulse 1.8s ease-in-out infinite;
}
.pay-btn::after {
  content: "";
  position: absolute; top: 0; left: -60%;
  width: 40%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.5), transparent);
  transform: skewX(-20deg);
  animation: shine 2.4s infinite;
}

/* Continue to payment button (agar kahin use ho) */
.pay-continue {
  position: relative;
  overflow: hidden;
  animation: btnPulseOrange 1.6s ease-in-out infinite;
}
@keyframes btnPulseOrange {
  0%, 100% { transform: scale(1);   box-shadow: 0 8px 22px rgba(255,80,50,.35); }
  50%      { transform: scale(1.03); box-shadow: 0 12px 30px rgba(255,80,50,.6); }
}

/* Secure access / payment pill - halka glow */
.secure-btn {
  animation: glowPill 2.2s ease-in-out infinite;
}
@keyframes glowPill {
  0%, 100% { border-color: var(--border); }
  50%      { border-color: #16c47f88; box-shadow: 0 0 10px rgba(22,196,127,.3); }
}

/* Offer circle - halka bounce */
.offer-circle {
  animation: bounceIn 2s ease-in-out infinite;
}
@keyframes bounceIn {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.06); }
}
