@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");

:root {
  --ink: #081711;
  --ink-soft: #0e2419;
  --forest: #123023;
  --forest-light: #19412f;
  --gold: #d4af37;
  --gold-light: #f5e7a3;
  --gold-muted: #bfa36c;
  --line: rgba(191, 163, 108, .25);
  --paper: #f5f1e8;
  --muted: #8e9a91;
  --danger: #e67d77;
  --shadow: 0 28px 70px rgba(0, 0, 0, .36);
  font-family: "DM Sans", Arial, sans-serif;
  color: #e0e0e0;
  background: var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--ink); }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
[hidden] { display: none !important; }

.site-shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(1050px 620px at 8% -5%, #1b4a34 0%, transparent 60%),
    radial-gradient(920px 620px at 100% 95%, #153627 0%, transparent 57%),
    linear-gradient(160deg, #0b1a14 0%, #0b1a14 42%, #05100b 100%);
}
.ambient { position: absolute; border-radius: 999px; pointer-events: none; filter: blur(60px); }
.ambient-one { width: 380px; height: 380px; left: -160px; top: 170px; background: rgba(212,175,55,.11); }
.ambient-two { width: 460px; height: 460px; right: -220px; top: 38%; background: rgba(191,163,108,.07); }
.ambient-three { width: 340px; height: 340px; left: 40%; bottom: -180px; background: rgba(25,65,47,.22); }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(8, 23, 17, .87);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.header-inner { display: flex; justify-content: space-between; align-items: center; min-height: 84px; }
.brand { display: inline-flex; gap: 0; align-items: center; }
.brand-mark {
  display: grid; place-items: center; width: 40px; height: 40px; border-radius: 13px;
  color: var(--ink); font-family: "Playfair Display", Georgia, serif; font-size: 23px; font-weight: 800;
  background: linear-gradient(135deg, var(--gold-light), var(--gold) 60%, var(--gold-muted));
  box-shadow: 0 8px 18px rgba(212,175,55,.2);
}
.brand-mark.large { width: 62px; height: 62px; margin-bottom: 17px; font-size: 36px; }
.brand strong { display: block; color: var(--gold-light); letter-spacing: .13em; font-size: 14px; }
.brand small { display: block; margin-top: 2px; color: var(--gold-muted); letter-spacing: .29em; font-size: 8px; font-weight: 800; }
.desktop-nav { display: flex; align-items: center; gap: 27px; }
.nav-link {
  padding: 7px 0; color: #9aa99e; background: none; border: 0; font-size: 13px; font-weight: 700;
  transition: color .2s ease;
}
.nav-link:hover, .nav-link.active { color: var(--gold-light); }
.menu-toggle { display: none; padding: 8px; border: 1px solid var(--line); border-radius: 10px; background: transparent; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px; background: var(--gold-muted); }
.mobile-nav { display: none; padding-bottom: 15px; }

.main-content { padding-block: 77px 70px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr); align-items: start; gap: 86px; }
.purchase-wrap { position: relative; max-width: 500px; margin-inline: auto; width: 100%; }
.purchase-wrap::before { content: ""; position: absolute; inset: -25px; border-radius: 50px; background: radial-gradient(circle, rgba(212,175,55,.18), rgba(25,65,47,.07) 55%, transparent 70%); filter: blur(25px); z-index: 0; }
.gold-border { position: relative; z-index: 1; padding: 1.5px; border-radius: 29px; background: linear-gradient(135deg, var(--gold), var(--gold-muted) 45%, #8b7345); box-shadow: var(--shadow); }
.purchase-card, .instruction-card {
  border-radius: 28px; background: linear-gradient(160deg, #19412f 0%, #123023 50%, #0b1a14 100%);
}
.purchase-card { padding: 31px 33px 26px; }
.stock-pill {
  display: table; margin: 0 auto 21px; padding: 8px 16px; border-radius: 999px;
  color: var(--ink); background: linear-gradient(90deg, var(--gold), var(--gold-muted)); text-transform: uppercase;
  font-size: 10px; font-weight: 800; letter-spacing: .11em; box-shadow: 0 0 22px rgba(212,175,55,.2);
  animation: limitedGlow 2s ease-in-out infinite;
}
.pulse-dot { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: var(--ink); animation: pulse 1.6s ease-in-out infinite; }
.eyebrow { display: block; color: var(--gold-muted); text-transform: uppercase; letter-spacing: .17em; font-size: 10px; font-weight: 800; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; }
.purchase-card h1 { margin: 10px 0 12px; color: #fff8dc; font-size: clamp(42px, 5vw, 66px); line-height: .98; letter-spacing: -.045em; }
h1 span, h2 span { color: var(--gold); }
.hero-copy { max-width: 390px; margin-bottom: 26px; color: #a9b4aa; font-size: 14px; line-height: 1.65; }
.availability { padding: 15px 16px; border: 1px solid rgba(191,163,108,.25); border-radius: 15px; background: rgba(7,22,15,.32); }
.availability-prominent { padding: 19px 18px 16px; border-color: rgba(212,175,55,.5); box-shadow: 0 0 24px rgba(212,175,55,.12); }
.availability > div:first-child { display: flex; justify-content: space-between; align-items: baseline; }
.muted-label, .section-label { color: var(--gold-muted); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 800; }
.availability-label { color: var(--gold-light); font-size: 17px; font-weight: 800; }
.availability strong { color: var(--gold-light); font-family: "Playfair Display", Georgia, serif; font-size: 35px; line-height: 1; }
.availability-bar { height: 5px; margin-top: 11px; border-radius: 99px; background: rgba(255,255,255,.12); overflow: hidden; }
.availability-bar span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--gold), var(--gold-light)); transition: width .35s ease; }
.guarantee-banner {
  position: relative; margin-top: 15px; padding: 13px 16px; overflow: hidden; border: 1px solid rgba(212,175,55,.62);
  border-radius: 13px; color: var(--ink); background: linear-gradient(100deg, var(--gold-light), var(--gold), var(--gold-muted));
  text-align: center; font-size: 11px; font-weight: 900; letter-spacing: .04em; box-shadow: 0 0 22px rgba(212,175,55,.22);
  animation: guaranteeGlow 2.4s ease-in-out infinite;
}
.guarantee-banner::after {
  content: ""; position: absolute; inset: 0; width: 35%; transform: translateX(-150%) skewX(-20deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.58), transparent); animation: guaranteeSheen 3.8s ease-in-out infinite;
}
.section-label { margin: 25px 0 11px; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.package-option {
  padding: 13px 8px 11px; border: 1px solid rgba(191,163,108,.22); border-radius: 13px; color: #e9e0bd;
  background: rgba(8,23,17,.36); text-align: center; transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.package-option:hover { transform: translateY(-2px); border-color: var(--gold); }
.package-option.selected { border-color: var(--gold); background: linear-gradient(145deg, rgba(212,175,55,.18), rgba(8,23,17,.55)); box-shadow: 0 0 0 1px rgba(212,175,55,.18); }
.package-option strong { display: block; color: #fff6d5; font-family: "Poppins", sans-serif; font-size: 17px; font-weight: 700; }
.package-option small { display: block; margin-top: 4px; color: var(--gold-muted); font-size: 10px; }
.package-option small b { color: var(--gold-light); font-size: 12px; }
.package-old-price { margin-left: 3px; color: #7e8d82; text-decoration: line-through; }
.package-save { display: block; margin-top: 6px; color: #bce3a0; font-size: 9px; font-style: normal; font-weight: 800; }
.custom-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 15px; color: #aeb9ae; font-size: 12px; }
.custom-input-wrap { display: flex; align-items: center; gap: 7px; }
.custom-input-wrap input { width: 68px; padding: 8px 9px; border: 1px solid var(--line); border-radius: 9px; color: var(--gold-light); background: rgba(7,22,15,.46); outline: none; }
.custom-input-wrap input:focus, .field-input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(212,175,55,.12); }
.text-button { border: 0; color: var(--gold); background: none; font-size: 11px; font-weight: 800; }
.price-summary { display: flex; align-items: baseline; gap: 10px; margin-top: 24px; padding-top: 17px; border-top: 1px solid rgba(191,163,108,.19); color: var(--gold-muted); font-size: 12px; }
.price-summary strong { color: var(--gold-light); font-family: "Playfair Display", Georgia, serif; font-size: 30px; }
.savings { color: #bce3a0; font-size: 11px; font-weight: 700; }
.primary-button {
  display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 48px; padding: 12px 18px;
  border: 1px solid rgba(255,235,170,.36); border-radius: 13px; color: var(--ink); background: linear-gradient(135deg, var(--gold), var(--gold-muted) 58%, #665533);
  font-weight: 800; box-shadow: 0 12px 24px rgba(212,175,55,.15); transition: transform .2s ease, filter .2s ease;
}
.primary-button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.buy-button { width: 100%; margin-top: 15px; justify-content: center; font-family: "Poppins", sans-serif; font-size: 16px; font-weight: 700; animation: buyGlow 2.1s ease-in-out infinite; }
.button-price { font-family: "Poppins", sans-serif; font-size: 20px; font-weight: 700; }
.button-price small { font-family: "Poppins", sans-serif; font-size: 10px; opacity: .7; }
.button-arrow { margin-left: auto; font-size: 22px; }
.discount-note { margin: 10px 0 -2px; color: var(--gold); text-align: center; font-size: 11px; font-weight: 700; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 21px; padding-top: 18px; border-top: 1px solid rgba(191,163,108,.19); }
.trust-row > div { display: flex; flex-direction: column; align-items: center; gap: 7px; color: var(--gold-muted); text-align: center; font-size: 10px; font-weight: 700; }
.trust-icon, .stat-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; color: var(--ink); background: linear-gradient(135deg, var(--gold), var(--gold-muted)); font-weight: 900; }

.info-column { padding-top: 64px; }
.instruction-card { padding: 33px 36px; }
.card-heading { display: flex; align-items: center; gap: 13px; margin-bottom: 25px; }
.heading-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: var(--ink); background: linear-gradient(135deg, var(--gold-light), var(--gold)); font-weight: 900; }
.card-heading h2 { margin: 0; color: var(--gold-light); font-size: 28px; line-height: 1.01; }
.instruction-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.instruction-list li { display: flex; gap: 11px; align-items: flex-start; color: #dae0d8; font-size: 14px; line-height: 1.45; }
.instruction-list li::before { content: "✓"; display: grid; place-items: center; flex: 0 0 21px; height: 21px; margin-top: 1px; border-radius: 50%; color: var(--ink); background: var(--gold); font-size: 12px; font-weight: 900; }
.why-section { margin-top: 46px; }
.why-section h2 { margin: 9px 0 22px; color: var(--gold-light); font-size: 38px; line-height: 1.03; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.stat-card { padding: 17px 15px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(160deg, rgba(25,65,47,.55), rgba(11,26,20,.7)); transition: transform .2s ease; }
.stat-card:hover { transform: translateY(-4px); }
.stat-card strong { display: block; margin-top: 14px; color: #fff8dc; font-family: "Playfair Display", Georgia, serif; font-size: 25px; }
.stat-card small { display: block; margin-top: 4px; color: var(--gold-muted); font-size: 10px; font-weight: 700; }
.site-footer { display: flex; justify-content: space-between; padding-block: 22px 29px; color: #76867a; font-size: 11px; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 15; display: inline-flex; align-items: center; gap: 7px; padding: 0; border: 0; border-radius: 0; color: #fff; background: transparent; box-shadow: none; font-size: 12px; font-weight: 800; text-decoration: none; }
.whatsapp-icon { width: 48px; height: 48px; display: block; flex: 0 0 auto; }
.whatsapp-float span { display: none; }

.modal-backdrop { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 18px; background: rgba(1,8,5,.78); backdrop-filter: blur(10px); }
.modal { width: min(100%, 470px); font-family: "Poppins", sans-serif; max-height: min(720px, calc(100vh - 36px)); overflow: auto; border: 1px solid rgba(212,175,55,.45); border-radius: 25px; background: linear-gradient(160deg, #19412f, #0b1a14); box-shadow: 0 32px 90px rgba(0,0,0,.55); }
.modal-header { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; padding: 23px 24px 19px; border-bottom: 1px solid rgba(191,163,108,.22); }
.modal-header h2 { margin: 5px 0 0; color: var(--gold-light); font-size: 26px; }
.gold-header { background: linear-gradient(90deg, rgba(212,175,55,.92), rgba(191,163,108,.72)); }
.gold-header h2, .gold-header .eyebrow { color: var(--ink); }
.close-button { width: 31px; height: 31px; border: 0; border-radius: 50%; color: var(--gold-light); background: rgba(255,255,255,.09); font-size: 23px; line-height: 1; }
.modal-body { padding: 23px 24px 25px; }
.amount-display {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 10px 0 16px;
  width: 100%;
}
.amount-display .amount-label {
  color: var(--gold-muted);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 4px;
  display: block;
}
.amount-display .amount-value-wrap {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 3px;
  color: var(--gold-light);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(40px, 9vw, 56px);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  margin: 2px 0 6px;
}
.amount-display .amount-value-wrap .currency-symbol {
  font-size: 0.85em;
  color: var(--gold);
}
.amount-display .amount-qty-note {
  display: inline-block;
  color: #aab6ab;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
}
.qr-frame { display: grid; place-items: center; width: min(224px, 100%); aspect-ratio: 1 / 1; margin: 19px auto 14px; padding: 10px; border: 2px solid var(--gold); border-radius: 17px; background: #fff; overflow: hidden; }
.qr-frame > div { width: 100%; max-width: 198px; line-height: 0; display: grid; place-items: center; overflow: hidden; }
.qr-frame canvas, .qr-frame img { display: block; width: 100% !important; height: auto !important; max-width: 198px; max-height: 198px; object-fit: contain; }
.qr-frame span { color: #667168; text-align: center; font-size: 11px; line-height: 1.35; }
.upi-row { display: flex; justify-content: space-between; gap: 12px; align-items: center; width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; background: rgba(7,22,15,.35); }
.upi-row small { display: block; color: var(--gold-muted); text-transform: uppercase; letter-spacing: .1em; font-size: 9px; }
.upi-row > div { min-width: 0; flex: 1 1 auto; }
.upi-row strong { display: block; max-width: 100%; overflow: hidden; color: #f5f5f5; font-family: monospace; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.small-button, .ghost-button { padding: 9px 12px; border: 1px solid var(--line); border-radius: 9px; color: var(--gold-light); background: rgba(255,255,255,.06); font-size: 11px; font-weight: 800; }
.small-button:hover, .ghost-button:hover { border-color: var(--gold); background: rgba(212,175,55,.12); }
.payment-steps { margin: 17px 0 19px; padding-left: 22px; color: #c5d0c5; font-size: 12px; line-height: 1.8; }
.full-button { width: 100%; }
.step-intro { display: flex; gap: 12px; align-items: center; margin-bottom: 23px; }
.step-number { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: var(--ink); background: var(--gold); font-weight: 900; }
.step-intro h3 { margin: 0 0 3px; color: #fff8dc; font-size: 18px; }
.step-intro p, .modal-copy { margin-bottom: 0; color: #aab6ab; font-size: 12px; line-height: 1.55; }
.field-label { display: block; margin: 0 0 7px; color: var(--gold-muted); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 800; }
.field-help { display: block; margin: -1px 0 9px; color: #8f9f91; font-size: 10px; line-height: 1.4; }
.field-input { width: 100%; padding: 12px 13px; border: 1px solid rgba(191,163,108,.3); border-radius: 10px; color: #f3f5ef; background: rgba(6,18,12,.45); outline: none; }
.form-error { margin: 9px 0; color: var(--danger); font-size: 12px; }
.ghost-button { min-height: 42px; }
.poll-status { margin-top: 16px; color: var(--gold-muted); text-align: center; font-size: 11px; }
.loading-state, .success-state, .error-state { padding: 23px 0; text-align: center; }
.loading-state h3, .success-state h3, .error-state h3 { margin: 17px 0 6px; color: var(--gold-light); font-family: "Playfair Display", Georgia, serif; font-size: 25px; }
.loading-state p, .success-state p, .error-state p { margin: 0; color: #aeb9ae; font-size: 12px; }
.spinner { display: inline-block; width: 43px; height: 43px; border: 3px solid rgba(212,175,55,.25); border-top-color: var(--gold); border-radius: 50%; animation: spin .8s linear infinite; }
.success-mark, .error-mark { display: grid; place-items: center; width: 58px; height: 58px; margin: auto; border-radius: 50%; color: var(--ink); background: linear-gradient(135deg, var(--gold-light), var(--gold)); font-size: 28px; font-weight: 900; }
.error-mark { color: #fff; background: var(--danger); }
.order-id { display: inline-block; margin-top: 15px; padding: 6px 10px; border: 1px solid var(--line); border-radius: 7px; color: var(--gold-muted); font-family: monospace; font-size: 10px; }
.credentials { display: grid; gap: 7px; max-height: 180px; margin: 15px 0; padding: 10px; overflow: auto; border: 1px solid var(--line); border-radius: 11px; background: rgba(7,22,15,.45); }
.credential-row { display: flex; justify-content: space-between; gap: 10px; padding: 8px; color: #e4eadf; background: rgba(255,255,255,.04); font-family: monospace; font-size: 11px; }
.credential-row span:last-child { color: var(--gold-light); }
.modal-body > .full-button + .full-button { margin-top: 9px; }

.toast { position: fixed; right: 22px; bottom: 24px; z-index: 80; max-width: min(360px, calc(100vw - 44px)); padding: 12px 15px; border: 1px solid var(--gold); border-radius: 10px; color: #fff8dc; background: #153627; box-shadow: var(--shadow); opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; font-size: 12px; }
.toast.show { opacity: 1; transform: translateY(0); }

/* Admin */
.admin-body { min-height: 100vh; color: #e0e0e0; background: linear-gradient(160deg, #0b1a14, #05100b); }
.admin-shell { width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: 50px 0 70px; }
.admin-login { width: min(100%, 430px); margin: 8vh auto 0; }
.admin-login-inner { padding: 37px; border-radius: 28px; background: linear-gradient(160deg, #19412f, #0b1a14); text-align: center; }
.admin-login h1 { margin: 10px 0 7px; color: var(--gold-light); font-size: 32px; }
.admin-login p { margin-bottom: 26px; color: #9daa9e; font-size: 13px; line-height: 1.5; }
.admin-login form { text-align: left; }
.back-link { display: inline-block; margin-top: 19px; color: var(--gold-muted); font-size: 12px; }
.admin-topbar { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 28px; }
.admin-topbar h1 { margin: 6px 0 0; color: var(--gold-light); font-size: 38px; }
.admin-actions { display: flex; gap: 9px; }
.admin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.admin-card { padding: 25px; border: 1px solid var(--line); border-radius: 21px; background: linear-gradient(160deg, rgba(25,65,47,.86), rgba(11,26,20,.93)); box-shadow: 0 20px 45px rgba(0,0,0,.18); }
.admin-wide { grid-column: 1 / -1; }
.card-heading.compact { margin-bottom: 20px; }
.card-heading.compact h2 { margin: 0; color: var(--gold-light); font-size: 21px; }
.card-heading.compact p { margin: 3px 0 0; color: #9daa9e; font-size: 11px; }
.card-heading.compact .heading-icon { flex: 0 0 34px; }
.form-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 13px; }
.check-row { display: flex; align-items: center; gap: 9px; margin: 19px 0; color: #c5d0c5; font-size: 12px; }
.check-row input { accent-color: var(--gold); }
.admin-section-title { margin: 24px 0 10px; padding-bottom: 7px; border-bottom: 1px solid var(--line); color: var(--gold-muted); text-transform: uppercase; letter-spacing: .11em; font-size: 10px; font-weight: 800; }
.section-help { float: right; color: #9daa9e; text-transform: none; letter-spacing: 0; font-size: 10px; font-weight: 500; }
.package-admin-list, .tier-admin-list { display: grid; gap: 8px; }
.package-admin-row, .tier-admin-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; align-items: center; }
.package-admin-row label { color: #b7c2b7; font-size: 12px; }
.package-admin-row input, .tier-admin-row input { padding: 9px; border: 1px solid var(--line); border-radius: 8px; color: #f3f5ef; background: rgba(6,18,12,.45); outline: none; }
.price-control { display: grid; grid-template-columns: auto minmax(70px, 1fr) auto auto; gap: 5px; align-items: center; }
.price-control .table-action { min-width: 34px; }
.tier-admin-row { grid-template-columns: 1fr 1fr auto; }
.add-tier-button { margin-top: 10px; }
.inventory-textarea { resize: vertical; line-height: 1.6; font-family: monospace; }
.inventory-summary { display: flex; gap: 10px; margin: 22px 0 15px; }
.inventory-summary > div { flex: 1; padding: 12px; border: 1px solid var(--line); border-radius: 11px; text-align: center; }
.inventory-summary strong { display: block; color: var(--gold-light); font-family: "Playfair Display", Georgia, serif; font-size: 24px; }
.inventory-summary small { color: var(--gold-muted); font-size: 10px; }
.inventory-table-wrap { overflow: auto; border: 1px solid var(--line); border-radius: 11px; }
.admin-table { width: 100%; min-width: 540px; border-collapse: collapse; color: #ccd6cb; font-size: 11px; }
.admin-table th { color: var(--gold-muted); background: rgba(6,18,12,.44); text-transform: uppercase; letter-spacing: .08em; font-size: 9px; text-align: left; }
.admin-table th, .admin-table td { padding: 11px 12px; border-bottom: 1px solid rgba(191,163,108,.13); }
.admin-table tr:last-child td { border-bottom: 0; }
.admin-table td { font-family: monospace; }
.table-action { border: 0; color: var(--danger); background: none; font-size: 11px; font-weight: 700; }
.log-toolbar { display: flex; gap: 10px; margin-bottom: 14px; }
.log-toolbar .field-input { flex: 1; }
code { color: var(--gold-light); font-family: monospace; }

@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .45; transform: scale(.75); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes limitedGlow {
  0%, 100% { box-shadow: 0 0 10px rgba(212,175,55,.18), 0 0 22px rgba(212,175,55,.08); }
  50% { box-shadow: 0 0 14px rgba(245,231,163,.7), 0 0 34px rgba(212,175,55,.36); }
}
@keyframes guaranteeGlow {
  0%, 100% { box-shadow: 0 0 10px rgba(212,175,55,.18), 0 0 23px rgba(212,175,55,.1); }
  50% { box-shadow: 0 0 17px rgba(245,231,163,.8), 0 0 38px rgba(212,175,55,.4); }
}
@keyframes guaranteeSheen {
  0%, 35% { transform: translateX(-150%) skewX(-20deg); }
  65%, 100% { transform: translateX(390%) skewX(-20deg); }
}
@keyframes buyGlow {
  0%, 100% { box-shadow: 0 12px 24px rgba(212,175,55,.15); }
  50% { box-shadow: 0 12px 28px rgba(212,175,55,.42), 0 0 20px rgba(245,231,163,.22); }
}
@media (prefers-reduced-motion: reduce) {
  .stock-pill, .guarantee-banner, .guarantee-banner::after, .buy-button, .pulse-dot { animation: none !important; }
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 20px; }
  .purchase-wrap { max-width: 570px; }
  .info-column { max-width: 650px; margin: 0 auto; padding-top: 18px; }
}
@media (max-width: 680px) {
  .container, .admin-shell { width: min(100% - 28px, 1160px); }
  .header-inner { min-height: 72px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .mobile-nav { border-top: 1px solid var(--line); }
  .mobile-nav .nav-link { display: block; width: 100%; padding: 11px 0; text-align: left; }
  .main-content { padding-block: 40px 45px; }
  .purchase-card { padding: 26px 20px 22px; }
  .purchase-card h1 { font-size: 47px; }
  .instruction-card { padding: 27px 22px; }
  .stats-grid { gap: 7px; }
  .stat-card { padding: 13px 10px; }
  .stat-card strong { font-size: 20px; }
  .site-footer { display: block; line-height: 2; }
  .site-footer span:last-child { display: block; }
  .admin-grid { grid-template-columns: 1fr; }
  .admin-wide { grid-column: auto; }
  .admin-topbar { align-items: start; flex-direction: column; }
  .admin-topbar h1 { font-size: 31px; }
  .form-grid { grid-template-columns: 1fr; }
  .custom-row { align-items: flex-start; flex-direction: column; }
  .custom-input-wrap { width: 100%; }
  .custom-input-wrap input { flex: 1; }
}
/* Mobile usability fixes */
@media (max-width: 680px) {
  html { font-size: 15px; }
  .container, .admin-shell { width: min(100% - 20px, 1160px); }
  .header-inner { min-height: 64px; }
  .brand-mark { width: 36px; height: 36px; font-size: 20px; }
  .brand strong { font-size: 12px; }
  .brand small { font-size: 7px; }
  .main-content { padding-block: 24px 32px; }
  .hero-grid { gap: 16px; }
  .purchase-card { padding: 20px 16px 18px; }
  .purchase-card h1 { font-size: 40px; }
  .section-label { font-size: 10px; }
  .package-grid { gap: 8px; }
  .package-option { padding: 11px 8px; }
  .instruction-card { padding: 21px 17px; }
  .modal-backdrop { padding: 10px; align-items: center; }
  .modal { width: 100%; max-height: calc(100vh - 20px); border-radius: 19px; }
  .modal-header { padding: 17px 16px 14px; }
  .modal-header h2 { font-size: 22px; }
  .modal-body { padding: 17px 16px 19px; }
  .amount-display strong { font-size: clamp(46px, 14vw, 60px); white-space: nowrap; }
  .qr-frame { width: min(200px, 100%); margin: 14px auto 12px; padding: 8px; }
  .qr-frame > div { max-width: 100%; }
  .qr-frame canvas, .qr-frame img { max-width: 100%; }
  .upi-row { gap: 8px; padding: 11px 12px; }
  .upi-row strong { font-size: 12px; }
  .payment-steps { padding-left: 20px; text-align: left; }
  .whatsapp-float { right: 12px; bottom: 12px; }
  .whatsapp-icon { width: 44px; height: 44px; }
}

.order-badge-row {
  margin: 8px 0 16px;
  text-align: center;
  font-size: 13px;
  color: var(--gold-muted);
}
.order-badge-row strong {
  color: var(--gold-light);
  letter-spacing: .08em;
  font-family: monospace;
  font-size: 14px;
}
.gateway-pay-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 12px;
  padding: 13px 18px;
  border-radius: 13px;
  color: var(--ink);
  background: linear-gradient(135deg, var(--gold-light), var(--gold) 58%, var(--gold-muted));
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .01em;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(212,175,55,.26);
  transition: transform .2s ease, filter .2s ease;
}
.gateway-pay-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}
.upi-apps-tag {
  text-align: center;
  margin-top: 7px;
  font-size: 11px;
  font-weight: 600;
  color: var(--gold-muted);
  letter-spacing: .03em;
  opacity: 0.9;
}
.auto-check-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 14px 0 10px;
  font-size: 12px;
  color: #aab6ab;
  text-align: center;
  line-height: 1.4;
}
.pulse-dot.green {
  background: #25d366;
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
}
.modal-divider {
  border: 0;
  border-top: 1px dashed rgba(191,163,108,.25);
  margin: 16px 0;
}
.alternative-methods {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  width: 100%;
}
.alternative-methods .ghost-button {
  width: 100%;
  text-align: center;
}

.gateway-toggle-box {
  padding: 16px;
  border: 1px solid rgba(212,175,55,.2);
  border-radius: 14px;
  background: rgba(7,22,15,.35);
  margin-bottom: 20px;
}
.prominent-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(212,175,55,.08);
  border: 1px solid rgba(212,175,55,.25);
  margin: 8px 0 12px;
  cursor: pointer;
}
.prominent-toggle span {
  color: #fff;
  font-size: 13px;
}
.prominent-toggle input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--gold);
  cursor: pointer;
}
.compact-grid {
  margin-bottom: 16px;
  padding-left: 10px;
}
.save-bar {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.gw-pill {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 99px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.gw-pill.auto {
  background: rgba(37, 211, 102, 0.15);
  color: #25d366;
  border: 1px solid rgba(37, 211, 102, 0.3);
}
.gw-pill.manual {
  background: rgba(212, 175, 55, 0.15);
  color: var(--gold-light);
  border: 1px solid rgba(212, 175, 55, 0.3);
}



/* =========================================================
   BLUE REFERENCE THEME
   Matched to the supplied reference image:
   top/header blue: #4C8CB2
   main blue:       #3A89BD
   ========================================================= */

:root {
  --ink: #3a89bd;
  --ink-soft: #347fae;
  --forest: #4c8cb2;
  --forest-light: #5798bd;
  --gold: #d8b85a;
  --gold-light: #fff6cf;
  --gold-muted: #f0d98b;
  --line: rgba(255,255,255,.22);
  --paper: #ffffff;
  --muted: #e6f2f8;
  --danger: #ffb4b4;
  --shadow: 0 18px 45px rgba(16,61,91,.22);
}

html, body {
  background: #3a89bd !important;
}

body {
  min-width: 320px;
  color: #fff;
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
  background: #3a89bd !important;
}

.ambient {
  display: none !important;
}

/* Header matches the lighter blue band in the reference */
.site-header {
  background: #4c8cb2 !important;
  border-bottom: 1px solid rgba(255,255,255,.28) !important;
  backdrop-filter: none;
  box-shadow: none;
}

.header-inner {
  min-height: 84px;
}

.brand strong,
.brand small,
.eyebrow,
.nav-link,
.nav-link:hover,
.nav-link.active {
  color: #fff !important;
}

.brand-mark {
  color: #3a89bd !important;
  background: #fff !important;
  box-shadow: none;
}

.menu-toggle {
  border-color: rgba(255,255,255,.45) !important;
  background: rgba(255,255,255,.08) !important;
}
.menu-toggle span {
  background: #fff !important;
}

.mobile-nav {
  background: #4c8cb2;
}

/* Main sections */
.purchase-wrap::before {
  display: none;
}

.gold-border {
  background: rgba(255,255,255,.38) !important;
  box-shadow: 0 16px 38px rgba(16,61,91,.20);
}

.purchase-card,
.instruction-card {
  background: #3f8fbd !important;
}

.purchase-card h1,
h1, h2,
.card-heading h2,
.why-section h2 {
  color: #fff !important;
}

.hero-copy,
.instruction-list li,
.custom-row,
.price-summary,
.site-footer,
.muted-label,
.section-label,
.package-option small,
.field-help,
.modal-copy,
.payment-steps,
.loading-state p,
.success-state p,
.error-state p {
  color: #eaf6fb !important;
}

.stock-pill,
.guarantee-banner {
  color: #2e79a8 !important;
  background: #fff !important;
  box-shadow: none !important;
  border-color: rgba(255,255,255,.8) !important;
}

.availability {
  background: rgba(255,255,255,.10) !important;
  border-color: rgba(255,255,255,.35) !important;
}

.availability-label,
.availability strong {
  color: #fff !important;
}

.availability-bar {
  background: rgba(255,255,255,.25) !important;
}
.availability-bar span {
  background: #fff !important;
}

.section-label {
  color: #fff !important;
}

.package-option {
  color: #fff !important;
  border-color: rgba(255,255,255,.32) !important;
  background: rgba(255,255,255,.08) !important;
}
.package-option:hover,
.package-option.selected {
  border-color: #fff !important;
  background: rgba(255,255,255,.18) !important;
  box-shadow: none !important;
}
.package-option strong,
.package-option small b {
  color: #fff !important;
}
.package-old-price {
  color: rgba(255,255,255,.62) !important;
}
.package-save,
.savings,
.discount-note {
  color: #fff !important;
}

.custom-input-wrap input,
.field-input {
  color: #fff !important;
  background: rgba(20,82,118,.25) !important;
  border-color: rgba(255,255,255,.35) !important;
}
.custom-input-wrap input::placeholder,
.field-input::placeholder {
  color: rgba(255,255,255,.72) !important;
}

.text-button {
  color: #fff !important;
}

.price-summary {
  border-top-color: rgba(255,255,255,.24) !important;
}
.price-summary strong {
  color: #fff !important;
}

.primary-button {
  color: #2e79a8 !important;
  background: #fff !important;
  border-color: rgba(255,255,255,.9) !important;
  box-shadow: 0 10px 22px rgba(15,64,95,.18);
}
.primary-button:hover {
  filter: brightness(.98);
}

.trust-row {
  border-top-color: rgba(255,255,255,.24) !important;
}
.trust-row > div {
  color: #fff !important;
}
.trust-icon,
.stat-icon,
.heading-icon {
  color: #2e79a8 !important;
  background: #fff !important;
}

.instruction-list li::before {
  color: #2e79a8 !important;
  background: #fff !important;
}

.stat-card {
  border-color: rgba(255,255,255,.25) !important;
  background: rgba(255,255,255,.10) !important;
}
.stat-card strong,
.stat-card small {
  color: #fff !important;
}

/* Modals */
.modal-backdrop {
  background: rgba(28,84,116,.72) !important;
}
.modal {
  background: #3f8fbd !important;
  border-color: rgba(255,255,255,.45) !important;
  box-shadow: 0 28px 70px rgba(14,56,83,.35);
}
.modal-header {
  border-bottom-color: rgba(255,255,255,.24) !important;
}
.modal-header h2,
.amount-display .amount-value-wrap,
.amount-display .amount-label,
.amount-display .amount-qty-note,
.amount-display .currency-symbol,
.order-badge-row,
.order-badge-row strong,
.upi-row strong,
.upi-row small,
.step-intro h3,
.order-id {
  color: #fff !important;
}
.close-button,
.small-button,
.ghost-button {
  color: #fff !important;
  border-color: rgba(255,255,255,.3) !important;
  background: rgba(255,255,255,.10) !important;
}
.close-button:hover,
.small-button:hover,
.ghost-button:hover {
  border-color: #fff !important;
  background: rgba(255,255,255,.18) !important;
}
.qr-frame {
  border-color: #fff !important;
}
.upi-row,
.credentials {
  background: rgba(20,82,118,.25) !important;
  border-color: rgba(255,255,255,.25) !important;
}
.credential-row {
  color: #fff !important;
  background: rgba(255,255,255,.08) !important;
}
.credential-row span:last-child {
  color: #fff !important;
}

/* Admin pages use the same blue palette */
.admin-body {
  background: #3a89bd !important;
}
.admin-login-inner,
.admin-card,
.admin-panel,
.admin-topbar {
  color: #fff;
}
.admin-login-inner,
.admin-card {
  background: #3f8fbd !important;
  border-color: rgba(255,255,255,.30) !important;
}
.admin-login h1,
.admin-login p,
.admin-card h2,
.admin-card p,
.admin-section-title,
.section-help,
.check-row,
.inventory-summary strong,
.inventory-summary small,
.admin-table,
.admin-table th,
.admin-table td {
  color: #fff !important;
}
.admin-table-wrap,
.inventory-table-wrap {
  border-color: rgba(255,255,255,.25) !important;
}
.save-bar {
  background: rgba(255,255,255,.08) !important;
}

/* Footer */
.site-footer {
  color: rgba(255,255,255,.78) !important;
}

/* Keep mobile layout accessible */
@media (max-width: 820px) {
  .site-header {
    position: sticky;
    top: 0;
  }
  .mobile-nav {
    border-top: 1px solid rgba(255,255,255,.18);
  }
}

/* MBOFFICIAL-style finishing pass: clean blue storefront + compact navigation */
:root {
  --brand-blue: #3a89bd;
  --brand-blue-dark: #2f79aa;
  --brand-blue-light: #4c8cb2;
  --brand-white: #ffffff;
}
.site-shell { background: var(--brand-blue) !important; }
.site-header { background: var(--brand-blue-light) !important; }
.header-inner { min-height: 70px; }
.brand { gap: 0; }
.brand-mark { width: 38px; height: 38px; border-radius: 10px; }
.desktop-nav { gap: 22px; }
.nav-link { font-size: 12px; }
.main-content { padding-block: 42px 52px; }
.hero-grid { gap: 48px; }
.purchase-card, .instruction-card { background: rgba(255,255,255,.08) !important; }
.gold-border { padding: 1px; background: rgba(255,255,255,.35) !important; border-radius: 22px; }
.purchase-card { border-radius: 21px; }
.instruction-card { border-radius: 21px; }
.package-option { border-radius: 11px; }
.primary-button { border-radius: 11px; }
.stock-pill, .guarantee-banner { border-radius: 10px; }
.stat-card { border-radius: 13px; }
.site-footer { padding-block: 18px 24px; }

@media (max-width: 820px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .mobile-nav { display: none; }
  .mobile-nav.open { display: grid; gap: 4px; padding: 10px 10px 14px; }
  .mobile-nav .nav-link { display: block; width: 100%; padding: 12px 13px; border-radius: 9px; text-align: left; }
  .mobile-nav .nav-link:hover, .mobile-nav .nav-link.active { background: rgba(255,255,255,.12); }
  .hero-grid { grid-template-columns: 1fr; gap: 22px; }
  .info-column { padding-top: 0; }
}

@media (max-width: 520px) {
  .container, .admin-shell { width: calc(100% - 16px); }
  .header-inner { min-height: 60px; }
  .main-content { padding-block: 18px 28px; }
  .purchase-card { padding: 17px 13px 16px; }
  .purchase-card h1 { font-size: 34px; }
  .custom-row { gap: 9px; }
  .price-summary { margin-top: 18px; padding-top: 13px; }
  .price-summary strong { font-size: 27px; }
  .buy-button { margin-top: 11px; min-height: 46px; font-size: 14px; }
  .button-price { font-size: 18px; }
}

/* =========================================================
   Reference screenshot match — MAFIA BHAI blue/purple storefront
   ========================================================= */
:root{
  --ref-blue:#3b8fc0;
  --ref-blue2:#327eae;
  --ref-purple:#7650a1;
  --ref-dark:#111b2d;
  --ref-white:#fff;
  --ref-text:#172033;
  --ref-soft:#dfe8ff;
  --ref-pink:#ed3e91;
  --ref-orange:#ff7b22;
  --ref-green:#27c67a;
}
html,body{background:#111b2d!important;color:#fff}
body{font-family:Poppins,Arial,sans-serif}
.site-shell{
  min-height:100vh!important;
  overflow:hidden;
  background:
    radial-gradient(700px 430px at 3% 34%,rgba(28,190,226,.34),transparent 70%),
    radial-gradient(700px 520px at 99% 55%,rgba(139,58,165,.45),transparent 72%),
    linear-gradient(112deg,#3794bd 0%,#3d78b7 43%,#5c4b9a 72%,#815184 100%)!important;
}
.ambient{display:none}
.container{width:min(1432px,calc(100% - 80px));margin-inline:auto}
.site-header{
  position:relative!important;top:auto!important;
  min-height:84px;
  background:linear-gradient(90deg,rgba(69,157,190,.92),rgba(109,77,151,.95))!important;
  border-bottom:1px solid rgba(255,255,255,.22)!important;
  box-shadow:0 1px 0 rgba(0,0,0,.08);
  backdrop-filter:none!important;
}
.header-inner{min-height:82px!important}
.brand{gap:14px}
.brand-mark{
  width:57px!important;height:57px!important;border-radius:19px!important;
  color:#fff!important;font-family:Arial,sans-serif!important;font-size:30px!important;
  background:linear-gradient(135deg,#ff8a18,#f43b8d)!important;
  box-shadow:0 8px 24px rgba(244,59,141,.28)!important;
}
.brand strong{color:#ff8b31!important;font-size:25px!important;letter-spacing:0!important;line-height:1!important;font-weight:800}
.brand small{color:#ff923a!important;font-size:11px!important;letter-spacing:.03em!important;margin-top:3px!important;font-weight:800}
.desktop-nav{gap:29px!important}
.nav-link{color:rgba(26,32,55,.55)!important;font-size:15px!important;font-weight:500!important}
.nav-link.active,.nav-link:hover{color:#fff!important;font-weight:700!important}
.nav-icon{display:inline-block;margin-right:4px;font-size:18px;line-height:0;vertical-align:-1px}
.main-content{width:min(1018px,calc(100% - 80px));padding:57px 0 58px!important}
.hero-grid{grid-template-columns:401px 1fr!important;gap:79px!important;align-items:start!important}
.purchase-wrap{max-width:none!important;width:401px!important}
.purchase-wrap::before{display:none}
.purchase-card{
  width:401px;min-height:569px;padding:29px 27px 26px!important;
  border:0!important;border-radius:22px!important;background:#fff!important;color:var(--ref-text)!important;
  box-shadow:0 20px 45px rgba(30,48,91,.22)!important;
}
.gold-border{padding:0!important;background:none!important;box-shadow:none!important}
.stock-pill{
  margin:0 auto 17px!important;padding:8px 18px!important;border-radius:18px!important;
  color:#fff!important;background:linear-gradient(90deg,#f64a45,#ff7c17)!important;
  font-size:12px!important;letter-spacing:0!important;text-transform:none!important;
  box-shadow:0 8px 18px rgba(255,91,53,.22)!important;animation:none!important;
}
.stock-pill .pulse-dot{display:none}
.availability{padding:0!important;border:0!important;background:none!important;box-shadow:none!important}
.availability-prominent{padding:0!important;border:0!important;box-shadow:none!important}
.screenshot-availability{text-align:center}
.availability-label{font-size:25px!important;font-weight:800!important;color:#21bf6b!important;white-space:nowrap}
.gradient-text{background:linear-gradient(90deg,#8a2ce3,#e526a4);-webkit-background-clip:text;background-clip:text;color:transparent}
.availability strong{font-family:Poppins,sans-serif!important;color:#22bc6c!important;font-size:25px!important}
.availability-bar{display:none!important}
.guarantee-banner{
  margin:19px 0 29px!important;padding:10px 14px!important;border:0!important;border-radius:25px!important;
  color:#fff!important;background:linear-gradient(90deg,#3c80ef,#ef3e49)!important;
  font-size:11px!important;line-height:1.35!important;letter-spacing:0!important;
  box-shadow:0 9px 16px rgba(67,103,210,.22)!important;animation:none!important;
}
.guarantee-banner::after{display:none}
.section-label{margin:0 0 20px!important;color:#1d2638!important;text-transform:none!important;letter-spacing:0!important;font-size:15px!important;font-weight:700!important;text-align:center}
.section-label span{color:#a44dff;font-size:20px;margin-right:6px}
.screenshot-packages{grid-template-columns:repeat(3,1fr)!important;gap:10px!important}
.package-option{
  position:relative;padding:15px 7px 12px!important;min-height:77px;border:1px solid #cdd8ff!important;border-radius:14px!important;
  color:#1c2639!important;background:#f8f9ff!important;text-align:center!important;box-shadow:none!important;
}
.package-option strong{color:#1c2639!important;font-size:16px!important;font-weight:700!important}
.package-option small{color:#2a3345!important;font-size:13px!important;margin-top:4px!important}
.package-option small b{color:#263043!important;font-size:14px!important}
.package-option.selected{
  color:#fff!important;border-color:#ff5a3d!important;background:linear-gradient(145deg,#ff6940,#ff3e54)!important;
  box-shadow:0 13px 20px rgba(255,83,63,.25)!important;
}
.package-option.selected strong,.package-option.selected small,.package-option.selected small b{color:#fff!important}
.package-option.selected::after{content:'✓';position:absolute;right:-2px;top:-2px;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#1dd48a;color:#fff;font-size:13px;font-weight:900;border:2px solid #fff}
.package-option:nth-child(3) strong::after{content:''}
.buy-button{
  margin-top:23px!important;min-height:54px!important;padding:11px 17px!important;border:0!important;border-radius:15px!important;
  color:#fff!important;background:linear-gradient(100deg,#ff4148,#ec3b92)!important;
  font-size:15px!important;box-shadow:0 11px 20px rgba(236,59,146,.24)!important;animation:none!important;
}
.button-price{font-size:15px!important}
.button-price small{font-size:12px!important;opacity:1!important}
.button-arrow{font-size:24px!important}
.trust-row{margin-top:28px!important;padding-top:29px!important;border-top:1px solid #e2d7ff!important;gap:10px!important}
.trust-row>div{color:#596174!important;font-size:11px!important;gap:8px!important}
.trust-icon,.stat-icon{width:43px!important;height:43px!important;border-radius:50%!important;color:#fff!important;background:linear-gradient(135deg,#30d47d,#3f8bea)!important;box-shadow:none!important}
.trust-row>div:nth-child(2) .trust-icon{background:linear-gradient(135deg,#ffcb18,#ff7b17)!important}
.trust-row>div:nth-child(3) .trust-icon{background:linear-gradient(135deg,#ba75ff,#e93f92)!important}
.info-column{padding-top:0!important;width:501px}
.instruction-card{
  width:501px;padding:29px 29px 26px!important;border:1px solid rgba(255,255,255,.3)!important;border-radius:15px!important;
  background:rgba(180,199,242,.34)!important;box-shadow:0 13px 30px rgba(37,55,107,.12)!important;
}
.card-heading{gap:12px;margin-bottom:23px!important}
.heading-icon{width:28px;height:28px;border-radius:50%;background:none!important;color:#ffd52c!important;font-size:28px!important}
.card-heading h2{color:#fff!important;font-family:Poppins,sans-serif!important;font-size:23px!important;line-height:1.1!important;white-space:nowrap}
.instruction-list{gap:14px!important}
.instruction-list li{align-items:center;color:#fff!important;font-size:14px!important;font-weight:600!important;line-height:1.4!important}
.instruction-list li::before{flex:0 0 28px!important;height:28px!important;background:#2bd18a!important;color:#fff!important;font-size:15px!important}
.why-section{margin-top:27px!important}
.why-section h2{margin:0 0 23px!important;color:#fff!important;font-family:Poppins,sans-serif!important;font-size:34px!important;line-height:1.1!important}
.why-section h2 span{color:#ff8a1f!important}
.stats-grid{grid-template-columns:repeat(3,1fr)!important;gap:20px!important}
.stat-card{min-height:196px;padding:23px 20px!important;border:1px solid rgba(255,255,255,.28)!important;border-radius:14px!important;background:rgba(180,199,242,.34)!important}
.stat-icon{width:58px!important;height:58px!important;border-radius:15px!important;font-size:25px!important;background:linear-gradient(135deg,#37d787,#43b8f3)!important}
.stat-card:nth-child(2) .stat-icon{background:linear-gradient(135deg,#62a4ff,#05b9c9)!important}
.stat-card:nth-child(3) .stat-icon{background:linear-gradient(135deg,#ca72f5,#e74091)!important}
.stat-card strong{margin-top:17px!important;color:#fff!important;font-family:Poppins,sans-serif!important;font-size:22px!important}
.stat-card small{margin-top:3px!important;color:#fff!important;font-size:12px!important;font-weight:600!important}
.site-footer{width:min(1432px,calc(100% - 80px));padding:20px 0 28px!important;color:rgba(255,255,255,.78)!important;font-size:11px!important}
.whatsapp-float{right:23px!important;bottom:69px!important}
.whatsapp-icon{width:58px!important;height:58px!important}

@media(max-width:1050px){
 .main-content{width:min(900px,calc(100% - 40px))!important}
 .hero-grid{grid-template-columns:380px 1fr!important;gap:45px!important}
 .purchase-card,.purchase-wrap{width:380px}
 .info-column,.instruction-card{width:100%}
}
@media(max-width:820px){
 .container,.site-footer{width:calc(100% - 28px)!important}
 .header-inner{min-height:72px!important}
 .brand-mark{width:47px!important;height:47px!important;font-size:25px!important}
 .brand strong{font-size:20px!important}.brand small{font-size:9px!important}
 .main-content{width:calc(100% - 24px)!important;padding:25px 0 35px!important}
 .hero-grid{grid-template-columns:1fr!important;gap:24px!important}
 .purchase-wrap,.purchase-card{width:100%!important}
 .purchase-card{min-height:0!important}
 .info-column,.instruction-card{width:100%!important}
 .desktop-nav{display:none!important}.menu-toggle{display:block!important;border:1px solid rgba(255,255,255,.4)!important;background:rgba(255,255,255,.12)!important}.menu-toggle span{background:#fff!important}
 .mobile-nav.open{display:grid!important;gap:4px;padding:10px 0 14px!important}.mobile-nav .nav-link{color:#fff!important}.mobile-nav .nav-link:hover,.mobile-nav .nav-link.active{background:rgba(255,255,255,.12)!important}
 .site-footer{display:block!important;line-height:2}
}
@media(max-width:520px){
 .availability-label,.availability strong{font-size:21px!important}
 .guarantee-banner{font-size:9px!important}
 .package-option{min-height:72px;padding:13px 4px!important}
 .package-option strong{font-size:14px!important}.package-option small{font-size:11px!important}
 .buy-button{font-size:13px!important}.button-price{font-size:14px!important}
 .stats-grid{gap:8px!important}.stat-card{min-height:165px;padding:16px 10px!important}.stat-icon{width:48px!important;height:48px!important}.stat-card strong{font-size:18px!important}.stat-card small{font-size:10px!important}
 .why-section h2{font-size:28px!important}
}
.screenshot-packages .package-option:nth-child(n){display:block!important}
.screenshot-packages .custom-option{border-style:dashed!important}


/* Responsive storefront/admin compatibility: keep every admin-controlled setting usable on phones. */
.mobile-nav.open { display: grid; }
.mobile-nav .nav-link { width: 100%; text-align: left; padding: 12px 14px; border-radius: 10px; }
.custom-row { min-height: 44px; }
.custom-input-wrap input { min-height: 42px; }
.package-option, .primary-button, .ghost-button, .small-button, .text-button { touch-action: manipulation; }

@media (max-width: 820px) {
  .desktop-nav { display: none !important; }
  .menu-toggle { display: block !important; }
  .mobile-nav.open { display: grid !important; }
  .mobile-nav:not(.open) { display: none !important; }
  .main-content { padding-top: 28px !important; }
  .purchase-card { padding: 24px 18px 22px !important; }
  .package-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .custom-row { flex-wrap: wrap; }
  .custom-input-wrap { width: 100%; justify-content: flex-end; }
  .custom-input-wrap input { width: 96px; }
  .price-summary { flex-wrap: wrap; }
  .price-summary strong { font-size: 28px; }
  .modal-backdrop { padding: 10px; align-items: center; }
  .modal { width: 100%; max-width: 520px; max-height: calc(100vh - 20px); border-radius: 18px; }
  .modal-header { padding: 17px 17px 14px; }
  .modal-body { padding: 18px 17px 20px; }
  .amount-display .amount-value-wrap { font-size: clamp(38px, 14vw, 54px); }
  .qr-frame { width: min(224px, 80vw); }
  .upi-row { align-items: flex-start; }
  .upi-row strong { white-space: normal; overflow-wrap: anywhere; }
  .site-footer { flex-direction: column; gap: 6px; }
}

/* Admin panel: horizontal tables scroll instead of breaking the mobile layout. */
.admin-body { overflow-x: hidden; }
.admin-shell { width: min(1180px, calc(100% - 28px)); margin: 0 auto; }
.admin-panel { width: 100%; }
.admin-topbar { gap: 14px; flex-wrap: wrap; }
.admin-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.inventory-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.admin-table { min-width: 620px; }
@media (max-width: 700px) {
  .admin-shell { width: calc(100% - 18px); }
  .admin-login { margin: 18px auto; }
  .admin-topbar { align-items: flex-start; }
  .admin-topbar h1 { font-size: 28px; }
  .admin-actions { width: 100%; }
  .admin-actions .ghost-button { flex: 1 1 140px; min-height: 44px; }
  .admin-grid { grid-template-columns: 1fr !important; }
  .admin-card { padding: 17px !important; border-radius: 16px; }
  .card-heading.compact { align-items: flex-start; }
  .card-heading.compact h2 { font-size: 18px; }
  .form-grid, .compact-grid { grid-template-columns: 1fr !important; }
  .full-width-field { grid-column: 1 !important; }
  .gateway-toggle-box { padding: 14px !important; }
  .check-row { align-items: flex-start; gap: 10px; }
  .check-row input { flex: 0 0 auto; margin-top: 3px; }
  .package-admin-row { gap: 8px; }
  .price-control { flex-wrap: wrap; }
  .price-control input { min-width: 0; flex: 1 1 100px; }
  .tier-admin-row { grid-template-columns: 1fr !important; }
  .tier-admin-row .table-action { width: 100%; }
  .save-bar { position: sticky; bottom: 0; z-index: 5; padding-top: 10px; }
  .log-toolbar { grid-template-columns: 1fr !important; }
  .inventory-summary { grid-template-columns: repeat(2, 1fr); }
  .inventory-textarea { min-height: 180px; }
}
@media (max-width: 420px) {
  .package-grid { grid-template-columns: 1fr 1fr; }
  .package-option { min-height: 68px; }
  .button-price { font-size: 13px !important; }
  .button-arrow { font-size: 20px !important; }
  .whatsapp-float { right: 12px !important; bottom: 14px !important; }
  .whatsapp-icon { width: 52px !important; height: 52px !important; }
}

/* =========================================================
   FINAL REFERENCE PALETTE — storefront only
   Visual styles only. Admin panel selectors are intentionally untouched.
   ========================================================= */

/* Core blue → violet background from the supplied reference image */
.site-shell {
  background:
    radial-gradient(760px 470px at 2% 34%, rgba(22, 193, 224, .28), transparent 68%),
    radial-gradient(780px 560px at 100% 58%, rgba(139, 55, 164, .38), transparent 72%),
    linear-gradient(112deg, #3a95bd 0%, #3e7fba 42%, #5b4d9c 70%, #815184 100%) !important;
  color: #172033 !important;
}

.site-header {
  background: linear-gradient(90deg, #4a9dbe 0%, #6678aa 54%, #70509a 100%) !important;
  border-bottom-color: rgba(255,255,255,.24) !important;
}

.brand-mark {
  background: linear-gradient(135deg, #ff8a18 0%, #ff5a42 45%, #ed3e91 100%) !important;
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(244,59,141,.26) !important;
}
.brand strong { color: #ff8b31 !important; }
.brand small { color: #ff923a !important; }
.nav-link { color: rgba(27, 34, 57, .62) !important; }
.nav-link.active, .nav-link:hover { color: #fff !important; }
.menu-toggle { border-color: rgba(255,255,255,.42) !important; background: rgba(255,255,255,.10) !important; }
.menu-toggle span { background: #fff !important; }
.mobile-nav { border-top-color: rgba(255,255,255,.20) !important; }
.mobile-nav .nav-link { color: #fff !important; }
.mobile-nav .nav-link:hover, .mobile-nav .nav-link.active { background: rgba(255,255,255,.13) !important; }

/* Main purchase card */
.purchase-card {
  background: #fff !important;
  color: #172033 !important;
  box-shadow: 0 20px 45px rgba(30,48,91,.22) !important;
}
.stock-pill {
  color: #fff !important;
  background: linear-gradient(90deg, #f64a45 0%, #ff7c17 100%) !important;
}
.gradient-text { color: transparent !important; background: linear-gradient(90deg,#8a2ce3,#e526a4) !important; -webkit-background-clip: text !important; background-clip: text !important; }
.availability-label, .availability strong { color: #21bf6b !important; }
.guarantee-banner { color: #fff !important; background: linear-gradient(90deg,#3c80ef 0%,#ef3e49 100%) !important; }
.section-label { color: #1d2638 !important; }
.section-label span { color: #a44dff !important; }

.package-option {
  border-color: #cdd8ff !important;
  color: #1c2639 !important;
  background: #f8f9ff !important;
}
.package-option strong { color: #1c2639 !important; }
.package-option small, .package-option small b { color: #2a3345 !important; }
.package-option.selected {
  border-color: #ff5a3d !important;
  background: linear-gradient(145deg,#ff6940,#ff3e54) !important;
  box-shadow: 0 13px 20px rgba(255,83,63,.25) !important;
}
.package-option.selected strong,
.package-option.selected small,
.package-option.selected small b { color: #fff !important; }
.package-old-price { color: #8b93a4 !important; }
.package-save, .savings { color: #20b96b !important; }
.custom-row { color: #596174 !important; }
.custom-input-wrap input {
  border-color: #cdd8ff !important;
  color: #27324a !important;
  background: #f8f9ff !important;
}
.custom-input-wrap input:focus, .field-input:focus {
  border-color: #3f8bea !important;
  box-shadow: 0 0 0 3px rgba(63,139,234,.14) !important;
}
.text-button { color: #8a35d9 !important; }
.price-summary { border-top-color: #e2d7ff !important; color: #596174 !important; }
.price-summary strong { color: #1c2639 !important; }
.buy-button {
  color: #fff !important;
  background: linear-gradient(100deg,#ff4148,#ec3b92) !important;
  box-shadow: 0 11px 20px rgba(236,59,146,.24) !important;
}
.discount-note { color: #d83c8d !important; }
.trust-row { border-top-color: #e2d7ff !important; }
.trust-row > div { color: #596174 !important; }
.trust-icon { color: #fff !important; }
.trust-row > div:nth-child(1) .trust-icon { background: linear-gradient(135deg,#30d47d,#3f8bea) !important; }
.trust-row > div:nth-child(2) .trust-icon { background: linear-gradient(135deg,#ffcb18,#ff7b17) !important; }
.trust-row > div:nth-child(3) .trust-icon { background: linear-gradient(135deg,#ba75ff,#e93f92) !important; }

/* Right-side cards */
.instruction-card,
.stat-card {
  border-color: rgba(255,255,255,.30) !important;
  background: rgba(180,199,242,.34) !important;
  box-shadow: 0 13px 30px rgba(37,55,107,.12) !important;
}
.heading-icon { color: #ffd52c !important; }
.card-heading h2, .why-section h2, .stat-card strong, .stat-card small { color: #fff !important; }
.instruction-list li { color: #fff !important; }
.instruction-list li::before { background: #2bd18a !important; color: #fff !important; }
.why-section h2 span { color: #ff8a1f !important; }
.stat-card:nth-child(1) .stat-icon { background: linear-gradient(135deg,#37d787,#43b8f3) !important; }
.stat-card:nth-child(2) .stat-icon { background: linear-gradient(135deg,#62a4ff,#05b9c9) !important; }
.stat-card:nth-child(3) .stat-icon { background: linear-gradient(135deg,#ca72f5,#e74091) !important; }

.site-footer { color: rgba(255,255,255,.78) !important; }

/* Storefront payment / Find ID overlays */
body:not(.admin-body) .modal-backdrop {
  background: rgba(28, 40, 77, .68) !important;
}
body:not(.admin-body) .modal {
  border-color: rgba(255,255,255,.42) !important;
  background: linear-gradient(160deg,#6e82ba 0%,#4d619e 100%) !important;
  box-shadow: 0 32px 90px rgba(24,35,74,.42) !important;
  color: #fff !important;
}
body:not(.admin-body) .modal-header {
  border-bottom-color: rgba(255,255,255,.22) !important;
}
body:not(.admin-body) .modal-header h2,
body:not(.admin-body) .modal .eyebrow { color: #fff !important; }
body:not(.admin-body) .gold-header {
  background: linear-gradient(90deg,#ff8a18,#ed3e91) !important;
}
body:not(.admin-body) .gold-header h2,
body:not(.admin-body) .gold-header .eyebrow { color: #fff !important; }
body:not(.admin-body) .close-button {
  color: #fff !important;
  background: rgba(255,255,255,.14) !important;
}
body:not(.admin-body) .amount-display .amount-label,
body:not(.admin-body) .amount-display .amount-qty-note,
body:not(.admin-body) .field-label,
body:not(.admin-body) .poll-status { color: rgba(255,255,255,.78) !important; }
body:not(.admin-body) .amount-display .amount-value-wrap { color: #fff !important; }
body:not(.admin-body) .amount-display .currency-symbol { color: #ffd52c !important; }
body:not(.admin-body) .order-badge-row { color: #fff !important; }
body:not(.admin-body) .upi-apps-tag,
body:not(.admin-body) .payment-steps,
body:not(.admin-body) .step-intro p,
body:not(.admin-body) .modal-copy { color: rgba(255,255,255,.82) !important; }
body:not(.admin-body) .upi-row {
  border-color: rgba(255,255,255,.28) !important;
  background: rgba(255,255,255,.10) !important;
}
body:not(.admin-body) .upi-row small { color: rgba(255,255,255,.70) !important; }
body:not(.admin-body) .upi-row strong { color: #fff !important; }
body:not(.admin-body) .qr-frame { border-color: #fff !important; }
body:not(.admin-body) .small-button,
body:not(.admin-body) .ghost-button {
  border-color: rgba(255,255,255,.34) !important;
  color: #fff !important;
  background: rgba(255,255,255,.10) !important;
}
body:not(.admin-body) .small-button:hover,
body:not(.admin-body) .ghost-button:hover { border-color: #fff !important; background: rgba(255,255,255,.18) !important; }
body:not(.admin-body) .field-input {
  border-color: rgba(255,255,255,.32) !important;
  color: #fff !important;
  background: rgba(17,27,45,.20) !important;
}
body:not(.admin-body) .field-input::placeholder { color: rgba(255,255,255,.60) !important; }
body:not(.admin-body) .step-number { color: #fff !important; background: linear-gradient(135deg,#ff8a18,#ed3e91) !important; }
body:not(.admin-body) .loading-state h3,
body:not(.admin-body) .success-state h3,
body:not(.admin-body) .error-state h3 { color: #fff !important; }
body:not(.admin-body) .loading-state p,
body:not(.admin-body) .success-state p,
body:not(.admin-body) .error-state p { color: rgba(255,255,255,.80) !important; }
body:not(.admin-body) .spinner { border-color: rgba(255,255,255,.25); border-top-color: #ffd52c; }
body:not(.admin-body) .success-mark { color: #fff; background: linear-gradient(135deg,#37d787,#3f8bea); }
body:not(.admin-body) .error-mark { color: #fff; background: #ef3e49; }
body:not(.admin-body) .order-id,
body:not(.admin-body) .credentials {
  border-color: rgba(255,255,255,.28) !important;
  background: rgba(255,255,255,.09) !important;
}
body:not(.admin-body) .order-id { color: #fff !important; }
body:not(.admin-body) .credential-row { color: #fff !important; background: rgba(255,255,255,.08) !important; }
body:not(.admin-body) .credential-row span:last-child { color: #ffd52c !important; }
body:not(.admin-body) .modal-divider { border-color: rgba(255,255,255,.22) !important; }
body:not(.admin-body) .auto-check-notice { color: rgba(255,255,255,.82) !important; }
body:not(.admin-body) .auto-check-notice .pulse-dot.green { background: #2bd18a !important; }
body:not(.admin-body) .form-error { color: #ffb4b4 !important; }
body:not(.admin-body) .toast {
  color: #fff8ff !important;
  border-color: rgba(255,255,255,.35) !important;
  background: linear-gradient(100deg,#4d619e,#76509f) !important;
}


/* Mobile quantity layout */
@media (max-width:768px){
  .quantity-grid,.qty-grid,[data-quantity-grid],.quantity-options,.qty-options{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    max-width:420px;
    margin:12px auto!important;
  }
  .quantity-grid button,.qty-grid button,[data-quantity-grid] button,
  .quantity-options button,.qty-options button{
    min-height:52px!important;width:100%!important;font-size:17px!important;font-weight:700!important;
  }
}
.quantity-grid button.stock-unavailable,.qty-grid button.stock-unavailable,
[data-quantity-grid] button.stock-unavailable,.quantity-options button.stock-unavailable,
.qty-options button.stock-unavailable{display:none!important;}



/* Aadhaar Verification section */
.verification-section{margin-top:28px;margin-bottom:28px}.verification-card{padding:28px;border:1px solid rgba(196,155,61,.28);border-radius:24px;background:rgba(255,255,255,.035);box-shadow:0 18px 50px rgba(0,0,0,.16)}
.verification-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:22px;margin-top:20px}.verification-form,.verification-status-box{padding:20px;border-radius:18px;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.08)}
.verification-qty-row{display:flex;gap:12px;align-items:center}.verification-qty-row .field-input{flex:1}.verification-price{font-size:24px;font-weight:800;white-space:nowrap}.verification-status-box h3{margin-top:0}.verification-lookup-row{display:flex;gap:10px}.verification-lookup-row .field-input{flex:1}.verification-status-result,.verification-submitted{margin-top:14px;padding:14px;border-radius:12px;background:rgba(255,255,255,.06);line-height:1.7}.verification-status-result code,.verification-submitted code{word-break:break-all}.verification-modal{max-width:560px}
@media(max-width:768px){.verification-card{padding:18px;border-radius:18px}.verification-grid{grid-template-columns:1fr;gap:14px}.verification-qty-row{align-items:stretch;flex-direction:column}.verification-price{font-size:22px}.verification-lookup-row{flex-direction:column}.verification-lookup-row .ghost-button{width:100%}}

.verification-upload-step{margin-top:14px;padding:16px;border:1px dashed rgba(196,155,61,.38);border-radius:14px;background:rgba(196,155,61,.04)}.file-input{padding:10px}.upload-success-note{margin-bottom:14px;padding:12px;border-radius:10px;background:rgba(255,255,255,.06);line-height:1.6}.verification-upload-step .field-help{display:block;margin:7px 0 12px}

/* Admin price controls */
.price-adjuster { display:flex; align-items:center; gap:8px; }
.price-adjuster .field-input { flex:1; min-width:0; }
.price-step { width:44px; min-width:44px; height:44px; padding:0; font-size:24px; line-height:1; display:inline-flex; align-items:center; justify-content:center; }


/* =========================================================
   Mobile quantity selector: 2 columns × 4 rows
   ========================================================= */
.package-grid.screenshot-packages {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}
.package-grid.screenshot-packages .package-option {
  min-height: 72px !important;
  width: 100% !important;
  padding: 12px 10px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}
.package-grid.screenshot-packages .package-option strong {
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}
.package-grid.screenshot-packages .package-option small {
  font-size: 13px !important;
  line-height: 1.25 !important;
}
.package-grid.screenshot-packages .package-empty {
  visibility: hidden !important;
  pointer-events: none !important;
  border: 0 !important;
  background: transparent !important;
}
@media (max-width: 520px) {
  .package-grid.screenshot-packages {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  .package-grid.screenshot-packages .package-option {
    min-height: 76px !important;
    padding: 12px 8px !important;
  }
  .package-grid.screenshot-packages .package-option strong {
    font-size: 19px !important;
  }
  .package-grid.screenshot-packages .package-option small {
    font-size: 12px !important;
  }
}

/* Final mobile/header usability update */
.site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
}
.main-content {
  padding-top: 115px !important;
}

@media (max-width: 900px) {
  .main-content {
    padding-top: 100px !important;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 64px !important;
  }
  .main-content {
    padding-top: 84px !important;
  }
  .package-grid.screenshot-packages {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
  .package-grid.screenshot-packages .package-option {
    min-height: 84px !important;
    padding: 13px 8px !important;
    border-radius: 14px !important;
  }
  .package-grid.screenshot-packages .package-option strong {
    font-size: 21px !important;
    line-height: 1.2 !important;
  }
  .package-grid.screenshot-packages .package-option small {
    font-size: 13px !important;
  }
}


/* =========================================================
   SARKAR ID - Quantity box smooth multicolor glow
   ========================================================= */
.package-grid.screenshot-packages .package-option,
.package-grid .package-option {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  transition:
    transform .28s ease,
    border-color .28s ease,
    background .28s ease,
    box-shadow .28s ease;
  animation: quantityColorGlow 3.6s ease-in-out infinite;
}

/* Soft moving shine without changing the existing button layout. */
.package-grid.screenshot-packages .package-option::before,
.package-grid .package-option::before {
  content: "";
  position: absolute;
  inset: -45%;
  z-index: -1;
  opacity: .42;
  background: radial-gradient(circle, currentColor 0 8%, transparent 45%);
  filter: blur(16px);
  animation: quantityAura 3.6s ease-in-out infinite;
  pointer-events: none;
}

.package-grid.screenshot-packages .package-option:nth-child(1),
.package-grid .package-option:nth-child(1) {
  color: #6ee7ff;
  animation-delay: 0s;
}
.package-grid.screenshot-packages .package-option:nth-child(2),
.package-grid .package-option:nth-child(2) {
  color: #8b7cff;
  animation-delay: .35s;
}
.package-grid.screenshot-packages .package-option:nth-child(3),
.package-grid .package-option:nth-child(3) {
  color: #ff72c6;
  animation-delay: .7s;
}
.package-grid.screenshot-packages .package-option:nth-child(4),
.package-grid .package-option:nth-child(4) {
  color: #65f5a0;
  animation-delay: 1.05s;
}
.package-grid.screenshot-packages .package-option:nth-child(5),
.package-grid .package-option:nth-child(5) {
  color: #ffd166;
  animation-delay: 1.4s;
}
.package-grid.screenshot-packages .package-option:nth-child(6),
.package-grid .package-option:nth-child(6) {
  color: #ff8a65;
  animation-delay: 1.75s;
}

@keyframes quantityColorGlow {
  0%, 100% {
    border-color: color-mix(in srgb, currentColor 35%, transparent);
    box-shadow: 0 0 5px color-mix(in srgb, currentColor 18%, transparent);
  }
  50% {
    border-color: currentColor;
    box-shadow:
      0 0 10px color-mix(in srgb, currentColor 48%, transparent),
      0 0 24px color-mix(in srgb, currentColor 22%, transparent);
  }
}

@keyframes quantityAura {
  0%, 100% { transform: scale(.75); opacity: .18; }
  50% { transform: scale(1.12); opacity: .48; }
}

.package-grid.screenshot-packages .package-option:hover,
.package-grid .package-option:hover {
  transform: translateY(-2px);
}

.package-grid.screenshot-packages .package-option.selected,
.package-grid .package-option.selected {
  border-color: currentColor;
  box-shadow:
    0 0 0 1px currentColor,
    0 0 14px color-mix(in srgb, currentColor 55%, transparent),
    0 0 30px color-mix(in srgb, currentColor 24%, transparent);
}

/* Respect users who prefer reduced motion. */
@media (prefers-reduced-motion: reduce) {
  .package-grid.screenshot-packages .package-option,
  .package-grid .package-option,
  .package-grid.screenshot-packages .package-option::before,
  .package-grid .package-option::before {
    animation: none;
  }
}


/* ============================================================
   Quantity boxes: individual classes + unique smooth glow/blink
   ============================================================ */
.package-option {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition: transform .28s ease, filter .28s ease, box-shadow .28s ease;
  animation-duration: var(--qty-speed, 2.8s);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.package-option::before {
  content: "";
  position: absolute;
  inset: -45%;
  z-index: -1;
  background: conic-gradient(from 0deg, transparent 0 58%, var(--qty-glow) 72%, transparent 84% 100%);
  animation: qty-sweep var(--qty-sweep, 3.8s) linear infinite;
  opacity: .34;
  pointer-events: none;
}
.package-option::after {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: -1;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px var(--qty-border);
  opacity: .75;
  pointer-events: none;
}
.package-option:hover,
.package-option:focus-visible {
  transform: translateY(-2px) scale(1.015);
  filter: brightness(1.12) saturate(1.12);
}
.package-option.selected {
  filter: brightness(1.16) saturate(1.18);
}

.qty-id-1  { --qty-glow:#00eaff; --qty-border:rgba(0,234,255,.85); --qty-speed:2.6s; --qty-sweep:3.1s; animation-name: qty-pulse-cyan; }
.qty-id-2  { --qty-glow:#7c4dff; --qty-border:rgba(124,77,255,.9); --qty-speed:3.15s; --qty-sweep:4.2s; animation-name: qty-pulse-purple; }
.qty-id-5  { --qty-glow:#00f5a0; --qty-border:rgba(0,245,160,.9); --qty-speed:2.35s; --qty-sweep:3.5s; animation-name: qty-pulse-green; }
.qty-id-10 { --qty-glow:#ff3cac; --qty-border:rgba(255,60,172,.9); --qty-speed:3.55s; --qty-sweep:4.8s; animation-name: qty-pulse-pink; }
.qty-id-20 { --qty-glow:#ffb300; --qty-border:rgba(255,179,0,.9); --qty-speed:2.9s; --qty-sweep:3.9s; animation-name: qty-pulse-gold; }
.qty-id-30 { --qty-glow:#ff4d4d; --qty-border:rgba(255,77,77,.9); --qty-speed:4.05s; --qty-sweep:5.2s; animation-name: qty-pulse-red; }
.qty-custom { --qty-glow:#ffffff; --qty-border:rgba(255,255,255,.9); --qty-speed:3.25s; --qty-sweep:4.5s; animation-name: qty-pulse-white; }

@keyframes qty-sweep {
  to { transform: rotate(360deg); }
}
@keyframes qty-pulse-cyan {
  0%,100% { box-shadow:0 0 5px rgba(0,234,255,.18), inset 0 0 4px rgba(0,234,255,.08); }
  45% { box-shadow:0 0 12px rgba(0,234,255,.62), 0 0 25px rgba(0,234,255,.22), inset 0 0 10px rgba(0,234,255,.12); }
  52% { box-shadow:0 0 4px rgba(0,234,255,.12); }
}
@keyframes qty-pulse-purple {
  0%,100% { box-shadow:0 0 4px rgba(124,77,255,.14); }
  25% { box-shadow:0 0 8px rgba(124,77,255,.42); }
  62% { box-shadow:0 0 18px rgba(124,77,255,.72), 0 0 30px rgba(124,77,255,.22); }
  70% { box-shadow:0 0 5px rgba(124,77,255,.18); }
}
@keyframes qty-pulse-green {
  0%,100% { box-shadow:0 0 5px rgba(0,245,160,.16); }
  18% { box-shadow:0 0 15px rgba(0,245,160,.58), 0 0 28px rgba(0,245,160,.18); }
  38% { box-shadow:0 0 7px rgba(0,245,160,.25); }
  78% { box-shadow:0 0 20px rgba(0,245,160,.68); }
}
@keyframes qty-pulse-pink {
  0%,100% { box-shadow:0 0 4px rgba(255,60,172,.15); }
  34% { box-shadow:0 0 7px rgba(255,60,172,.3); }
  50% { box-shadow:0 0 22px rgba(255,60,172,.78), 0 0 38px rgba(255,60,172,.2); }
  56% { box-shadow:0 0 5px rgba(255,60,172,.14); }
}
@keyframes qty-pulse-gold {
  0%,100% { box-shadow:0 0 5px rgba(255,179,0,.16); }
  40% { box-shadow:0 0 14px rgba(255,179,0,.55), 0 0 28px rgba(255,179,0,.18); }
  46% { box-shadow:0 0 5px rgba(255,179,0,.14); }
  82% { box-shadow:0 0 18px rgba(255,179,0,.7); }
}
@keyframes qty-pulse-red {
  0%,100% { box-shadow:0 0 4px rgba(255,77,77,.14); }
  15% { box-shadow:0 0 18px rgba(255,77,77,.68); }
  20% { box-shadow:0 0 5px rgba(255,77,77,.15); }
  57% { box-shadow:0 0 9px rgba(255,77,77,.34); }
  78% { box-shadow:0 0 24px rgba(255,77,77,.78), 0 0 38px rgba(255,77,77,.18); }
}
@keyframes qty-pulse-white {
  0%,100% { box-shadow:0 0 4px rgba(255,255,255,.12); }
  30% { box-shadow:0 0 10px rgba(255,255,255,.35); }
  52% { box-shadow:0 0 20px rgba(255,255,255,.7), 0 0 34px rgba(255,255,255,.2); }
  60% { box-shadow:0 0 4px rgba(255,255,255,.12); }
  88% { box-shadow:0 0 13px rgba(255,255,255,.45); }
}

@media (prefers-reduced-motion: reduce) {
  .package-option, .package-option::before { animation: none !important; }
  .package-option { transition: none; }
}

/* FINAL QUANTITY COLORS — remove any dark/black blink and give every option its own color */
.package-grid .package-option,
.package-grid.screenshot-packages .package-option {
  animation-iteration-count: infinite !important;
  animation-timing-function: ease-in-out !important;
}

.package-grid .qty-id-1 { --qty-glow:#00eaff; --qty-border:#00eaff; animation: qtyUniqueCyan 2.7s ease-in-out infinite !important; }
.package-grid .qty-id-2 { --qty-glow:#8b5cf6; --qty-border:#8b5cf6; animation: qtyUniquePurple 3.3s ease-in-out infinite !important; }
.package-grid .qty-id-5 { --qty-glow:#22c55e; --qty-border:#22c55e; animation: qtyUniqueGreen 2.35s ease-in-out infinite !important; }
.package-grid .qty-id-10 { --qty-glow:#ff3b9d; --qty-border:#ff3b9d; animation: qtyUniquePink 3.8s ease-in-out infinite !important; }
.package-grid .qty-id-20 { --qty-glow:#ffb000; --qty-border:#ffb000; animation: qtyUniqueGold 2.95s ease-in-out infinite !important; }
.package-grid .qty-id-30 { --qty-glow:#ff4545; --qty-border:#ff4545; animation: qtyUniqueRed 4.15s ease-in-out infinite !important; }
.package-grid .qty-custom { --qty-glow:#00d9ff; --qty-border:#00d9ff; animation: qtyUniqueBlue 3.55s ease-in-out infinite !important; }
.package-grid .qty-id-other { --qty-glow:#a855f7; --qty-border:#a855f7; animation: qtyUniqueViolet 3.05s ease-in-out infinite !important; }

.package-grid .package-option::before,
.package-grid.screenshot-packages .package-option::before {
  background: radial-gradient(circle, var(--qty-glow) 0 7%, transparent 48%) !important;
  opacity: .28 !important;
  filter: blur(15px) !important;
  animation: qtyUniqueAura var(--qty-aura-speed, 3s) ease-in-out infinite !important;
}

.package-grid .package-option::after,
.package-grid.screenshot-packages .package-option::after {
  box-shadow: inset 0 0 0 1px var(--qty-border) !important;
}

@keyframes qtyUniqueAura {
  0%,100% { transform:scale(.72); opacity:.12; }
  50% { transform:scale(1.16); opacity:.42; }
}
@keyframes qtyUniqueCyan {
  0%,100% { box-shadow:0 0 3px rgba(0,234,255,.18); border-color:rgba(0,234,255,.35); }
  32% { box-shadow:0 0 8px rgba(0,234,255,.48),0 0 18px rgba(0,234,255,.18); border-color:#00eaff; }
  46% { box-shadow:0 0 22px rgba(0,234,255,.78),0 0 38px rgba(0,234,255,.24); border-color:#00eaff; }
  55% { box-shadow:0 0 4px rgba(0,234,255,.16); }
}
@keyframes qtyUniquePurple {
  0%,100% { box-shadow:0 0 4px rgba(139,92,246,.16); border-color:rgba(139,92,246,.35); }
  22% { box-shadow:0 0 16px rgba(139,92,246,.62); border-color:#8b5cf6; }
  67% { box-shadow:0 0 7px rgba(139,92,246,.25); }
  82% { box-shadow:0 0 24px rgba(139,92,246,.72),0 0 42px rgba(139,92,246,.2); border-color:#8b5cf6; }
}
@keyframes qtyUniqueGreen {
  0%,100% { box-shadow:0 0 3px rgba(34,197,94,.15); border-color:rgba(34,197,94,.3); }
  18% { box-shadow:0 0 19px rgba(34,197,94,.7); border-color:#22c55e; }
  36% { box-shadow:0 0 5px rgba(34,197,94,.18); }
  72% { box-shadow:0 0 14px rgba(34,197,94,.55),0 0 30px rgba(34,197,94,.18); border-color:#22c55e; }
}
@keyframes qtyUniquePink {
  0%,100% { box-shadow:0 0 4px rgba(255,59,157,.15); border-color:rgba(255,59,157,.32); }
  38% { box-shadow:0 0 8px rgba(255,59,157,.32); }
  52% { box-shadow:0 0 25px rgba(255,59,157,.82),0 0 44px rgba(255,59,157,.22); border-color:#ff3b9d; }
  61% { box-shadow:0 0 4px rgba(255,59,157,.14); }
}
@keyframes qtyUniqueGold {
  0%,100% { box-shadow:0 0 4px rgba(255,176,0,.15); border-color:rgba(255,176,0,.32); }
  43% { box-shadow:0 0 17px rgba(255,176,0,.68),0 0 32px rgba(255,176,0,.2); border-color:#ffb000; }
  49% { box-shadow:0 0 4px rgba(255,176,0,.12); }
  84% { box-shadow:0 0 12px rgba(255,176,0,.52); border-color:#ffb000; }
}
@keyframes qtyUniqueRed {
  0%,100% { box-shadow:0 0 3px rgba(255,69,69,.14); border-color:rgba(255,69,69,.3); }
  13% { box-shadow:0 0 20px rgba(255,69,69,.72); border-color:#ff4545; }
  21% { box-shadow:0 0 5px rgba(255,69,69,.15); }
  58% { box-shadow:0 0 10px rgba(255,69,69,.34); }
  79% { box-shadow:0 0 26px rgba(255,69,69,.82),0 0 46px rgba(255,69,69,.2); border-color:#ff4545; }
}
@keyframes qtyUniqueBlue {
  0%,100% { box-shadow:0 0 3px rgba(0,217,255,.15); border-color:rgba(0,217,255,.32); }
  29% { box-shadow:0 0 12px rgba(0,217,255,.48); }
  54% { box-shadow:0 0 21px rgba(0,217,255,.76),0 0 40px rgba(0,217,255,.2); border-color:#00d9ff; }
  68% { box-shadow:0 0 4px rgba(0,217,255,.14); }
  91% { box-shadow:0 0 14px rgba(0,217,255,.5); }
}
@keyframes qtyUniqueViolet {
  0%,100% { box-shadow:0 0 4px rgba(168,85,247,.15); border-color:rgba(168,85,247,.3); }
  24% { box-shadow:0 0 8px rgba(168,85,247,.35); }
  47% { box-shadow:0 0 23px rgba(168,85,247,.78),0 0 40px rgba(168,85,247,.2); border-color:#a855f7; }
  58% { box-shadow:0 0 4px rgba(168,85,247,.14); }
  88% { box-shadow:0 0 16px rgba(168,85,247,.58); border-color:#a855f7; }
}
