@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: 11px; 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 { text-align: center; }
.amount-display span, .amount-display small { display: block; color: var(--gold-muted); font-size: 11px; }
.amount-display strong { display: block; margin: 3px 0; color: var(--gold-light); font-family: "Playfair Display", Georgia, serif; font-size: clamp(48px, 10vw, 64px); line-height: 1; 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 tbody tr { background:rgba(255,255,255,.045); }
.admin-table tbody tr:nth-child(even) { background:rgba(255,255,255,.075); }
.admin-table td { color:#f1f5ef; font-weight:600; }
.admin-table td:first-child { color:#fff8dc; }
.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; }
}

/* === CELESTIAL SILVER / DEEP SPACE THEME === */
:root {
  --ink: #000000;
  --ink-soft: #09090c;
  --forest: #111116;
  --forest-light: #17171d;
  --gold: #e0e8f0;
  --gold-light: #f4f7fa;
  --gold-muted: #b9c2cb;
  --line: rgba(224,232,240,.24);
  --paper: #eef2f5;
  --muted: #89929c;
  --danger: #e58c8c;
  --shadow: 0 28px 70px rgba(0,0,0,.72);
  color: #e0e8f0;
  background: #000000;
}

body { background: #000; color: #e0e8f0; }
.site-shell {
  isolation: isolate;
  background:
    radial-gradient(900px 560px at 50% -20%, rgba(224,232,240,.055), transparent 68%),
    radial-gradient(700px 500px at 0% 70%, rgba(224,232,240,.025), transparent 72%),
    #000;
}
.site-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 25%, rgba(255,255,255,.028), transparent 22%),
    radial-gradient(circle at 78% 64%, rgba(255,255,255,.022), transparent 25%);
}
.starfield {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  perspective: 900px;
  background: #000;
}
.star-layer {
  position: absolute;
  inset: -8%;
  transform-style: preserve-3d;
}
.star-layer-far { transform: translateZ(-260px) scale(1.18); opacity: .55; }
.star-layer-mid { transform: translateZ(-100px) scale(1.08); opacity: .78; }
.star-layer-near { transform: translateZ(20px) scale(1.02); opacity: .95; }
.space-star {
  position: absolute;
  width: var(--star-size);
  height: var(--star-size);
  border-radius: 50%;
  background: #e0e8f0;
  box-shadow: 0 0 5px rgba(224,232,240,.85), 0 0 12px rgba(224,232,240,.28);
  animation: starTwinkle var(--twinkle-duration) ease-in-out var(--twinkle-delay) infinite;
}
.space-star::after {
  content: "";
  position: absolute;
  inset: 45%;
  border-radius: 50%;
  box-shadow: 0 0 7px 2px rgba(255,255,255,.55);
}
.site-header,
.main-content,
.site-footer { position: relative; z-index: 2; }
.ambient { opacity: .16; }
.ambient-one, .ambient-two, .ambient-three { background: rgba(224,232,240,.10); }

.site-header {
  background: rgba(0,0,0,.82);
  border-bottom-color: rgba(224,232,240,.20);
}
.brand-mark {
  color: #000;
  background: linear-gradient(135deg, #ffffff, #e0e8f0 55%, #aeb8c1);
  box-shadow: 0 8px 24px rgba(224,232,240,.14);
}
.brand strong, .purchase-card h1, .card-heading h2, .why-section h2,
.admin-login h1, .admin-topbar h1, .card-heading.compact h2 { color: #e0e8f0; }
.brand small, .eyebrow, .muted-label, .section-label, .package-option small,
.field-label, .inventory-summary small, .admin-section-title, .availability-label,
.availability strong, .price-summary, .price-summary strong, .modal-header h2,
.loading-state h3, .success-state h3, .error-state h3, code { color: #e0e8f0; }

.gold-border {
  background: linear-gradient(135deg, #f4f7fa, #aeb8c1 46%, #6e7882);
  box-shadow: 0 24px 75px rgba(0,0,0,.68), 0 0 35px rgba(224,232,240,.055);
}
.purchase-card, .instruction-card {
  background: linear-gradient(160deg, #111116 0%, #08080b 55%, #000 100%);
}
.stock-pill {
  color: #000;
  background: linear-gradient(135deg, #f4f7fa, #e0e8f0 55%, #b8c1ca);
  box-shadow: 0 0 24px rgba(224,232,240,.15);
}
.pulse-dot { background: #000; }
.hero-copy, .instruction-list li, .custom-row, .admin-card,
.step-intro p, .modal-copy, .loading-state p, .success-state p, .error-state p { color: #c4cbd2; }

.availability {
  border-color: rgba(224,232,240,.25);
  background: rgba(255,255,255,.025);
}
.availability-prominent {
  border-color: rgba(224,232,240,.46);
  box-shadow: 0 0 28px rgba(224,232,240,.07);
}
.availability-bar {
  position: relative;
  overflow: visible;
  background: rgba(224,232,240,.13);
}
.availability-bar > span[data-stock-bar] {
  background: linear-gradient(90deg, #7f8a94, #f4f7fa, #b8c1ca);
  box-shadow: 0 0 12px rgba(224,232,240,.28);
}
.capacity-stars {
  position: absolute;
  inset: -7px 0 auto 0;
  height: 19px;
  pointer-events: none;
}
.capacity-star {
  position: absolute;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #f4f7fa;
  box-shadow: 0 0 5px 1px rgba(224,232,240,.95), 0 0 11px rgba(224,232,240,.38);
  transform: translate(-50%,-50%);
  animation: capacityTwinkle var(--twinkle-duration) ease-in-out var(--twinkle-delay) infinite;
}
.capacity-star:nth-child(3n) { width: 4px; height: 4px; }
.capacity-star:nth-child(4n) { top: 28%; }

.guarantee-banner {
  color: #000;
  background: linear-gradient(100deg, #f4f7fa, #e0e8f0, #aeb8c1);
  border-color: rgba(224,232,240,.7);
  box-shadow: 0 0 25px rgba(224,232,240,.15);
}
.package-option {
  color: #e0e8f0;
  background: rgba(255,255,255,.025);
  border-color: rgba(224,232,240,.22);
}
.package-option:hover, .package-option.selected {
  border-color: #e0e8f0;
  background: rgba(224,232,240,.08);
  box-shadow: 0 0 18px rgba(224,232,240,.09);
}
.package-option strong, .package-option small b { color: #f4f7fa; }
.package-save, .savings { color: #d8e0e7; }
.custom-input-wrap input, .field-input {
  color: #f4f7fa;
  background: rgba(255,255,255,.035);
  border-color: rgba(224,232,240,.24);
}
.custom-input-wrap input:focus, .field-input:focus { border-color: #e0e8f0; box-shadow: 0 0 0 3px rgba(224,232,240,.10); }
.text-button { color: #e0e8f0; }
.primary-button {
  color: #e0e8f0;
  background: #202025;
  border-color: rgba(224,232,240,.22);
  box-shadow: 0 12px 26px rgba(0,0,0,.48);
}
.primary-button:hover { filter: brightness(1.22); }
.buy-button { background: #202025; animation: buySilverGlow 2.6s ease-in-out infinite; }
.small-button, .ghost-button {
  color: #e0e8f0;
  background: #202025;
  border-color: rgba(224,232,240,.22);
}
.small-button:hover, .ghost-button:hover { border-color: #e0e8f0; background: #29292f; }
.trust-icon, .stat-icon, .heading-icon, .step-number, .success-mark {
  color: #000;
  background: linear-gradient(135deg, #f4f7fa, #e0e8f0 60%, #aeb8c1);
}
.stat-card, .admin-card {
  border-color: rgba(224,232,240,.20);
  background: linear-gradient(160deg, rgba(255,255,255,.045), rgba(8,8,11,.86));
}
.modal-backdrop { background: rgba(0,0,0,.84); }
.modal {
  border-color: rgba(224,232,240,.38);
  background: linear-gradient(160deg, #111116, #000);
}
.gold-header { background: linear-gradient(90deg, rgba(224,232,240,.96), rgba(174,184,193,.84)); }
.gold-header h2, .gold-header .eyebrow { color: #000; }
.close-button { color: #e0e8f0; }
.qr-frame { border-color: #e0e8f0; }
.upi-row, .credentials, .order-id, .inventory-table-wrap {
  border-color: rgba(224,232,240,.22);
  background: rgba(255,255,255,.025);
}
.upi-row strong { color: #f4f7fa; }
.payment-steps { color: #c4cbd2; }
.spinner { border-color: rgba(224,232,240,.22); border-top-color: #e0e8f0; }
.toast { color: #f4f7fa; background: #111116; border-color: #e0e8f0; }
.admin-body { background: #000; }
.admin-login-inner { background: linear-gradient(160deg, #111116, #000); }
.admin-table { color: #c4cbd2; }
.admin-table th { color: #e0e8f0; background: rgba(255,255,255,.025); }
.admin-table th, .admin-table td { border-bottom-color: rgba(224,232,240,.12); }
.table-action { color: #e0e8f0; }

@keyframes starTwinkle {
  0%, 100% { opacity: .22; transform: scale(.72); }
  45% { opacity: .9; transform: scale(1); }
  55% { opacity: .38; transform: scale(.84); }
}
@keyframes capacityTwinkle {
  0%, 100% { opacity: .18; transform: translate(-50%,-50%) scale(.7); }
  50% { opacity: 1; transform: translate(-50%,-50%) scale(1.5); }
}
@keyframes buySilverGlow {
  0%, 100% { box-shadow: 0 12px 26px rgba(0,0,0,.48), 0 0 0 rgba(224,232,240,0); }
  50% { box-shadow: 0 14px 30px rgba(0,0,0,.58), 0 0 20px rgba(224,232,240,.16); }
}
@media (prefers-reduced-motion: reduce) {
  .space-star, .capacity-star, .buy-button { animation: none !important; }
}

/* ===== SCREENSHOT-MATCH CELESTIAL SILVER FINISH ===== */
:root{
  --space:#000000;
  --silver:#e0e8f0;
  --silver-hi:#ffffff;
  --silver-dim:#aeb7c1;
  --charcoal:#202025;
  --glass:rgba(45,45,52,.76);
  --glass-deep:rgba(25,25,30,.88);
  --silver-line:rgba(224,232,240,.48);
}

html,body{background:#000;color:var(--silver);}
body{font-family:"Poppins",Arial,sans-serif;}
.site-shell{
  min-height:100vh;
  background:#000;
  background-image:
    radial-gradient(ellipse at 50% -12%,rgba(224,232,240,.065),transparent 48%),
    radial-gradient(ellipse at 10% 60%,rgba(224,232,240,.028),transparent 35%),
    radial-gradient(ellipse at 90% 80%,rgba(224,232,240,.025),transparent 35%);
}
.site-shell::after{
  content:"";position:absolute;inset:0;pointer-events:none;z-index:1;
  background:radial-gradient(ellipse at center,transparent 35%,rgba(0,0,0,.5) 100%);
}
.starfield{z-index:0;background:#000;perspective:1200px;}
.star-layer{inset:-12%;}
.star-layer-far{transform:translateZ(-360px) scale(1.32);opacity:.65;}
.star-layer-mid{transform:translateZ(-140px) scale(1.15);opacity:.82;}
.star-layer-near{transform:translateZ(40px) scale(1.03);opacity:1;}
.space-star{background:#f6f8fb;box-shadow:0 0 5px rgba(255,255,255,.95),0 0 14px rgba(224,232,240,.48);}
.space-star:nth-child(7n)::before{
  content:"";position:absolute;left:50%;top:50%;width:16px;height:1px;transform:translate(-50%,-50%);
  background:linear-gradient(90deg,transparent,#fff,transparent);opacity:.75;
}
.space-star:nth-child(11n)::after{
  content:"";position:absolute;left:50%;top:50%;width:1px;height:16px;transform:translate(-50%,-50%);
  background:linear-gradient(180deg,transparent,#fff,transparent);opacity:.75;
}
.site-header{
  background:rgba(45,45,52,.78);
  border-bottom:1px solid rgba(224,232,240,.22);
  backdrop-filter:blur(18px) saturate(.8);
  box-shadow:0 8px 28px rgba(0,0,0,.4);
}
.header-inner{min-height:72px;}
.brand-mark{background:linear-gradient(145deg,#fff,#e0e8f0 58%,#9da7b1);}
.brand strong,.brand small,.nav-link,.nav-link:hover,.nav-link.active{color:var(--silver);}
.nav-link{font-weight:600;text-shadow:0 0 10px rgba(224,232,240,.16);}
.main-content{padding-block:68px 70px;}
.hero-grid{grid-template-columns:minmax(340px,470px) minmax(330px,1fr);gap:82px;}
.purchase-wrap{max-width:470px;}
.purchase-wrap::before{
  inset:-35px;
  background:radial-gradient(circle,rgba(224,232,240,.20),rgba(224,232,240,.05) 45%,transparent 72%);
  filter:blur(28px);
}
.gold-border{
  padding:2px;border-radius:27px;
  background:linear-gradient(135deg,#eef3f7,#9aa4ae 46%,#e9eef3 72%,#606a74);
  box-shadow:0 22px 70px rgba(0,0,0,.8),0 0 28px rgba(224,232,240,.10);
}
.purchase-card,.instruction-card{
  background:linear-gradient(150deg,rgba(62,62,70,.88),rgba(38,38,44,.91) 52%,rgba(23,23,28,.96));
  border:1px solid rgba(255,255,255,.10);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.purchase-card{padding:28px 28px 24px;}
.stock-pill{
  color:#111; background:linear-gradient(135deg,#fff,#e0e8f0 58%,#b7c0c9);
  border:1px solid rgba(255,255,255,.72);
  box-shadow:0 0 22px rgba(224,232,240,.26),inset 0 1px 0 #fff;
  letter-spacing:.07em;
}
.availability-prominent{
  background:rgba(78,78,87,.45);
  border-color:rgba(224,232,240,.20);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 8px 22px rgba(0,0,0,.2);
}
.availability-label,.availability strong{color:#e8edf2;text-shadow:0 0 10px rgba(224,232,240,.14);}
.availability-bar{height:7px;background:rgba(224,232,240,.22);box-shadow:inset 0 1px 3px rgba(0,0,0,.5);}
.availability-bar > span[data-stock-bar]{background:linear-gradient(90deg,#858f99,#f4f7fa,#aeb8c2);}
.capacity-stars{inset:-8px 0 auto;height:22px;}
.capacity-star{width:3px;height:3px;background:#fff;box-shadow:0 0 7px 2px #fff,0 0 14px rgba(224,232,240,.55);}
.capacity-star:nth-child(3n){width:5px;height:5px;}
.guarantee-banner{
  color:#202025;background:linear-gradient(100deg,#f5f8fb,#dbe2e8,#f7f9fb);
  border-color:#c9d2da;box-shadow:0 0 18px rgba(224,232,240,.15);
  font-size:10px;
}
.section-label,.eyebrow{color:#e0e8f0;}
.package-grid{gap:9px;}
.package-option{
  min-height:74px;padding:12px 7px 10px;
  color:#e0e8f0;background:rgba(43,43,49,.88);
  border:2px solid rgba(224,232,240,.55);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 4px 10px rgba(0,0,0,.28);
}
.package-option:hover,.package-option.selected{
  border-color:#f5f7fa;background:linear-gradient(145deg,rgba(224,232,240,.13),rgba(31,31,36,.92));
  box-shadow:0 0 16px rgba(224,232,240,.15),inset 0 1px 0 rgba(255,255,255,.15);
}
.package-option strong{color:#fff;font-size:16px;}
.package-option small,.package-option small b{color:#e0e8f0;}
.package-save{color:#cbd3da;}
.custom-row{color:#d1d6db;}
.custom-input-wrap input,.field-input{
  color:#fff;background:#202025;border-color:rgba(224,232,240,.35);
}
.text-button{color:#e0e8f0;}
.price-summary{border-top-color:rgba(224,232,240,.18);color:#cbd3da;}
.price-summary strong{color:#fff;font-size:31px;}
.primary-button,.small-button,.ghost-button{
  color:#e0e8f0;background:#202025;border:2px solid rgba(224,232,240,.50);
  box-shadow:0 8px 18px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.06);
}
.primary-button:hover,.small-button:hover,.ghost-button:hover{background:#29292f;border-color:#f2f5f7;filter:none;}
.buy-button{
  min-height:54px;border-radius:28px;margin-top:16px;
  font-size:17px;box-shadow:0 0 0 1px rgba(255,255,255,.05),0 10px 28px rgba(0,0,0,.55),0 0 18px rgba(224,232,240,.08);
}
.button-price{font-size:19px;}
.trust-row{gap:10px;}
.trust-row>div,.stat-card{
  background:rgba(60,60,67,.64);border:2px solid rgba(224,232,240,.36);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 8px 18px rgba(0,0,0,.25);
}
.trust-icon,.stat-icon,.heading-icon,.step-number,.success-mark{color:#202025;background:linear-gradient(145deg,#fff,#e0e8f0 65%,#aab4be);}
.info-column{padding-top:62px;}
.instruction-card{padding:28px 30px 27px;}
.card-heading h2{color:#111;font-family:"Playfair Display",Georgia,serif;text-shadow:none;}
.card-heading{color:#111;}
.heading-icon{box-shadow:0 0 18px rgba(255,255,255,.24);}
.instruction-list li{color:#16161a;font-weight:600;}
.why-section{margin-top:45px;}
.why-section h2{color:#fff;font-size:42px;line-height:1.0;text-shadow:0 0 16px rgba(224,232,240,.10);}
.why-section h2 span{color:#fff;}
.stat-card{min-height:118px;color:#e0e8f0;}
.stat-card strong,.stat-card small{color:#e0e8f0;}
.site-footer{color:#9da6ae;}
.whatsapp-float{filter:drop-shadow(0 0 12px rgba(37,211,102,.22));}

@media(max-width:900px){
  .hero-grid{grid-template-columns:1fr;gap:28px;}
  .purchase-wrap{max-width:520px;}
  .info-column{padding-top:0;}
}
@media(max-width:680px){
  .container{width:min(100% - 16px,1160px);}
  .header-inner{min-height:60px;}
  .main-content{padding-block:26px 38px;}
  .purchase-card{padding:21px 16px 18px;}
  .package-grid{grid-template-columns:repeat(2,1fr);}
  .package-option{min-height:72px;}
  .instruction-card{padding:23px 18px;}
  .why-section h2{font-size:36px;}
  .stats-grid{grid-template-columns:repeat(2,1fr);}
  .stat-card:last-child{grid-column:1/-1;}
}

/* =========================================================
   SCREENSHOT-MATCH LIGHT UI — final overrides
   ========================================================= */
:root{
  --shot-bg:#f7f9fc;
  --shot-card:#ffffff;
  --shot-ink:#132c52;
  --shot-muted:#667085;
  --shot-line:#d7dce5;
  --shot-red:#c51f3a;
  --shot-blue:#2458a6;
  --shot-navy:#173b6d;
  --shot-gradient:linear-gradient(90deg,#cf243b 0%,#b52b65 48%,#245fb2 100%);
  --shot-shadow:0 12px 32px rgba(31,48,74,.10);
}
html,body{background:var(--shot-bg)!important;color:var(--shot-ink)!important;font-family:"DM Sans",Arial,sans-serif;}
body{min-height:100vh;overflow-x:hidden;}
.site-shell{min-height:100vh;background:linear-gradient(180deg,#fff 0,#f8fafc 52%,#f5f7fb 100%)!important;position:relative;}
.starfield,.ambient{display:none!important;}
.site-header{height:55px;background:#fff!important;border-bottom:1px solid #edf0f4!important;box-shadow:0 4px 16px rgba(24,39,60,.06)!important;position:relative;z-index:20;}
.container{width:calc(100% - 20px);max-width:1200px;margin:0 auto;}
.header-inner{height:55px;display:flex;align-items:center;justify-content:space-between;padding:0 2px;}
.brand{gap:8px;color:var(--shot-ink)!important;text-decoration:none;}
.brand-mark{width:29px!important;height:29px!important;border-radius:7px!important;display:grid;place-items:center;color:#fff!important;font-family:"Playfair Display",serif!important;font-weight:800!important;font-size:18px!important;background:var(--shot-gradient)!important;box-shadow:0 4px 10px rgba(48,70,115,.16)!important;}
.brand strong{font-size:10px!important;line-height:1!important;letter-spacing:.12em;color:#a52238!important;}
.brand small{font-size:6px!important;letter-spacing:.11em;color:#7c8797!important;margin-top:2px;}
.desktop-nav{gap:20px!important;}
.nav-link{font-size:10px!important;font-weight:800!important;color:#16253b!important;background:none;border:0;padding:5px 0!important;text-decoration:none;}
.nav-link.active{color:#9c2338!important;}
.menu-toggle{display:none!important;}
.mobile-nav{display:none!important;}
.main-content{padding:55px 0 0!important;}
.hero-grid{grid-template-columns:300px minmax(0,1fr)!important;gap:60px!important;align-items:start!important;}
.purchase-wrap,.info-column{min-width:0;}
.gold-border{padding:0!important;border:0!important;background:none!important;box-shadow:none!important;}
.purchase-card,.instruction-card{border:0!important;background:var(--shot-card)!important;box-shadow:var(--shot-shadow)!important;border-radius:20px!important;color:var(--shot-ink)!important;}
.purchase-card{padding:23px 24px 19px!important;}
.stock-pill{display:table!important;margin:0 auto 23px!important;padding:5px 13px!important;border:0!important;border-radius:20px!important;color:#fff!important;background:var(--shot-gradient)!important;text-transform:uppercase!important;font-size:8px!important;font-weight:900!important;letter-spacing:.08em!important;box-shadow:0 5px 12px rgba(46,83,143,.15)!important;}
.pulse-dot{width:4px!important;height:4px!important;margin-right:4px!important;background:#fff!important;box-shadow:none!important;}
.availability{padding:11px 12px 10px!important;border:0!important;border-radius:12px!important;background:#f6f7fa!important;box-shadow:inset 0 0 0 1px #e7eaf0,0 4px 12px rgba(31,48,74,.05)!important;}
.availability>div:first-child{display:flex!important;justify-content:space-between!important;align-items:center!important;}
.availability-label{font-size:11px!important;font-weight:800!important;color:#a5263d!important;}
.availability strong{font-size:20px!important;color:#31405b!important;}
.availability-bar{height:5px!important;margin-top:8px!important;background:#dfe3e9!important;border-radius:10px!important;overflow:visible!important;position:relative!important;}
.availability-bar>span[data-stock-bar]{display:block!important;height:5px!important;border-radius:10px!important;background:linear-gradient(90deg,#b91e36,#8f2941)!important;}
.capacity-stars{display:none!important;}
.guarantee-banner{margin:10px 0 14px!important;padding:8px 9px!important;border:1px solid #bf2440!important;border-radius:9px!important;background:linear-gradient(90deg,rgba(198,30,57,.10),rgba(43,94,176,.08))!important;color:#34405a!important;font-size:8px!important;font-weight:900!important;text-align:center!important;box-shadow:none!important;}
.section-label{margin:0 0 8px!important;color:#26374e!important;font-size:8px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.04em!important;}
.package-grid{grid-template-columns:repeat(3,1fr)!important;gap:7px!important;}
.package-option{min-height:62px!important;padding:7px 4px!important;border:1px solid #8f9eb2!important;border-radius:9px!important;background:#f8fbff!important;color:#25344b!important;box-shadow:none!important;}
.package-option:hover,.package-option.selected{border-color:#a3223b!important;background:linear-gradient(145deg,#fff,#f1f5fa)!important;box-shadow:inset 0 0 0 1px rgba(166,33,58,.18)!important;transform:none!important;}
.package-option strong{font-size:13px!important;color:#24364f!important;}
.package-option small{font-size:6.5px!important;color:#657085!important;line-height:1.25!important;}
.package-option small b{color:#b4213c!important;font-size:8px!important;}
.package-old-price{color:#929aaa!important;}
.package-save{display:none!important;}
.custom-row{margin:10px 0 14px!important;padding-bottom:9px!important;border-bottom:1px solid #e1e4e9!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;}
.custom-row label{font-size:8px!important;color:#344057!important;}
.custom-input-wrap{display:flex!important;align-items:center!important;gap:8px!important;}
.custom-input-wrap input{width:47px!important;height:25px!important;padding:4px!important;border:1px solid #e1e5ea!important;border-radius:6px!important;background:#fff!important;color:#334155!important;text-align:center!important;font-size:9px!important;}
.text-button{font-size:8px!important;font-weight:900!important;color:#a5253b!important;background:none!important;border:0!important;padding:0!important;}
.price-summary{display:flex!important;align-items:baseline!important;gap:5px!important;margin:0 0 10px!important;color:#2e3c52!important;}
.price-summary span:first-child{font-size:8px!important;}
.price-summary strong{font-size:20px!important;color:#213957!important;}
.buy-button{width:100%!important;min-height:42px!important;padding:0 13px!important;border:0!important;border-radius:9px!important;background:var(--shot-gradient)!important;color:#fff!important;box-shadow:0 7px 18px rgba(43,75,130,.18)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;font-size:13px!important;font-weight:900!important;}
.buy-button .button-price{font-size:12px!important;color:#fff!important;margin-left:auto!important;margin-right:8px!important;}
.buy-button .button-price small{font-size:7px!important;opacity:.8!important;}
.buy-button .button-arrow{font-size:20px!important;line-height:1!important;}
.discount-note{font-size:8px!important;color:#a3263e!important;}
.trust-row{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:5px!important;margin-top:14px!important;}
.trust-row>div{display:flex!important;flex-direction:column!important;align-items:center!important;gap:3px!important;color:#26364d!important;font-size:7px!important;font-weight:700!important;}
.trust-icon{display:grid!important;place-items:center!important;width:28px!important;height:28px!important;border-radius:7px!important;color:#fff!important;background:var(--shot-gradient)!important;font-size:10px!important;}
.info-column{padding-top:47px!important;}
.instruction-card{padding:24px 25px 22px!important;border-radius:19px!important;}
.card-heading{display:flex!important;align-items:flex-start!important;gap:9px!important;margin-bottom:12px!important;}
.heading-icon{display:grid!important;place-items:center!important;flex:0 0 24px!important;width:24px!important;height:24px!important;border-radius:6px!important;background:var(--shot-gradient)!important;color:#fff!important;font-size:13px!important;}
.card-heading h2{margin:0!important;color:#8e2940!important;font-family:"Playfair Display",Georgia,serif!important;font-size:20px!important;line-height:.95!important;}
.instruction-list{margin:0!important;padding:0!important;list-style:none!important;display:grid!important;gap:7px!important;}
.instruction-list li{position:relative!important;padding-left:20px!important;color:#344158!important;font-size:8px!important;line-height:1.4!important;}
.instruction-list li:before{content:"✓"!important;position:absolute!important;left:0;top:0;display:grid;place-items:center;width:14px;height:14px;border-radius:50%;color:#fff;background:#245da9;font-size:8px;font-weight:900;}
.why-section{padding:30px 0 0 0!important;}
.eyebrow{margin-bottom:5px!important;color:#283a50!important;font-size:8px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.06em!important;}
.why-section h2{margin:0 0 13px!important;color:#24466f!important;font-family:"Playfair Display",Georgia,serif!important;font-size:29px!important;line-height:.95!important;letter-spacing:-.03em!important;}
.why-section h2 span{color:#24466f!important;}
.stats-grid{grid-template-columns:repeat(3,1fr)!important;gap:7px!important;}
.stat-card{min-height:86px!important;padding:11px 8px!important;border:1px solid #eef0f4!important;border-radius:12px!important;background:#fff!important;box-shadow:0 5px 14px rgba(31,48,74,.07)!important;text-align:left!important;}
.stat-icon{display:grid!important;place-items:center!important;width:27px!important;height:27px!important;margin-bottom:7px!important;border-radius:7px!important;color:#fff!important;background:var(--shot-gradient)!important;font-size:9px!important;font-weight:900!important;}
.stat-card strong{display:block!important;color:#9d2941!important;font-family:"Playfair Display",Georgia,serif!important;font-size:16px!important;line-height:1!important;}
.stat-card small{display:block!important;margin-top:3px!important;color:#2c394e!important;font-size:6.5px!important;}
.site-footer{display:flex!important;justify-content:space-between!important;padding:72px 0 30px!important;color:#6c7480!important;font-size:7px!important;}
.whatsapp-float{width:48px!important;height:48px!important;right:14px!important;bottom:15px!important;border:0!important;border-radius:50%!important;background:#fff!important;box-shadow:0 6px 22px rgba(32,48,70,.16)!important;color:#223550!important;font-size:0!important;display:grid!important;place-items:center!important;}
.whatsapp-float .whatsapp-icon{width:29px!important;height:29px!important;}

/* Modals retain working functionality but follow the same light visual language. */
.modal-backdrop{background:rgba(13,24,42,.34)!important;backdrop-filter:blur(7px)!important;}
.modal{border:1px solid #e0e4ea!important;border-radius:18px!important;background:#fff!important;color:#24344b!important;box-shadow:0 25px 70px rgba(20,36,60,.22)!important;}
.modal-header{border-bottom:1px solid #edf0f4!important;}
.modal-header h2,.loading-state h3,.success-state h3,.error-state h3{color:#24466f!important;}
.gold-header{background:linear-gradient(90deg,#f8fafc,#fff)!important;}
.gold-header h2,.gold-header .eyebrow{color:#24466f!important;}
.close-button{color:#24466f!important;background:#f0f3f7!important;}
.field-input,.upi-row,.credentials{border-color:#dfe4eb!important;background:#f8fafc!important;color:#26384f!important;}
.primary-button{background:var(--shot-gradient)!important;color:#fff!important;box-shadow:0 7px 18px rgba(43,75,130,.14)!important;}
.ghost-button,.small-button{color:#24466f!important;background:#f5f7fa!important;border-color:#d9dee7!important;}

@media (max-width:760px){
  .desktop-nav{gap:13px!important;}
  .nav-link{font-size:9px!important;}
  .main-content{padding-top:55px!important;}
  .hero-grid{grid-template-columns:300px minmax(0,1fr)!important;gap:45px!important;}
  .info-column{padding-top:47px!important;}
}
@media (max-width:620px){
  .header-inner{padding:0!important;}
  .brand strong{font-size:9px!important;}
  .desktop-nav{gap:10px!important;}
  .nav-link{font-size:8px!important;}
  .hero-grid{grid-template-columns:1fr!important;gap:25px!important;}
  .purchase-wrap{width:min(100%,300px)!important;margin:0 auto!important;}
  .info-column{padding-top:0!important;}
  .instruction-card{max-width:100%!important;}
  .site-footer{padding-top:45px!important;}
}

/* MOBILE SIZE BOOST — make the main store card larger and easier to read */
@media (max-width:620px){
  .container{width:calc(100% - 12px)!important;}
  .main-content{padding-top:32px!important;padding-bottom:34px!important;}
  .hero-grid{gap:30px!important;}
  .purchase-wrap{width:min(100%,360px)!important;max-width:360px!important;margin:0 auto!important;}
  .purchase-card{padding:29px 24px 24px!important;border-radius:24px!important;}
  .stock-pill{font-size:10px!important;padding:7px 17px!important;margin-bottom:27px!important;}
  .availability{padding:14px 15px 13px!important;border-radius:14px!important;}
  .availability-label{font-size:13px!important;}
  .availability strong{font-size:24px!important;}
  .availability-bar,.availability-bar>span[data-stock-bar]{height:6px!important;}
  .guarantee-banner{margin:13px 0 17px!important;padding:10px 10px!important;font-size:9px!important;border-radius:10px!important;}
  .section-label{font-size:10px!important;margin-bottom:10px!important;}
  .package-grid{gap:9px!important;}
  .package-option{min-height:78px!important;padding:10px 5px!important;border-radius:11px!important;}
  .package-option strong{font-size:16px!important;}
  .package-option small{font-size:7.5px!important;}
  .package-option small b{font-size:9px!important;}
  .custom-row{margin:13px 0 17px!important;padding-bottom:12px!important;}
  .custom-row label{font-size:9px!important;}
  .custom-input-wrap{gap:10px!important;}
  .custom-input-wrap input{width:58px!important;height:30px!important;font-size:10px!important;}
  .text-button{font-size:9px!important;}
  .price-summary{margin-bottom:13px!important;}
  .price-summary span:first-child{font-size:9px!important;}
  .price-summary strong{font-size:25px!important;}
  .buy-button{min-height:52px!important;border-radius:11px!important;padding:0 16px!important;font-size:16px!important;}
  .buy-button .button-price{font-size:15px!important;}
  .buy-button .button-price small{font-size:8px!important;}
  .buy-button .button-arrow{font-size:23px!important;}
  .trust-row{gap:7px!important;margin-top:18px!important;}
  .trust-row>div{font-size:8px!important;gap:4px!important;}
  .trust-icon{width:32px!important;height:32px!important;font-size:11px!important;border-radius:8px!important;}
  .info-column{padding-top:0!important;}
  .instruction-card{padding:27px 26px 25px!important;border-radius:22px!important;}
  .card-heading h2{font-size:23px!important;}
  .heading-icon{flex-basis:27px!important;width:27px!important;height:27px!important;font-size:14px!important;}
  .instruction-list{gap:9px!important;}
  .instruction-list li{font-size:9px!important;padding-left:22px!important;}
  .instruction-list li:before{width:15px!important;height:15px!important;font-size:8px!important;}
  .why-section{padding-top:34px!important;}
  .eyebrow{font-size:9px!important;}
  .why-section h2{font-size:33px!important;}
  .stats-grid{gap:8px!important;}
  .stat-card{min-height:96px!important;padding:12px 9px!important;}
  .stat-icon{width:30px!important;height:30px!important;font-size:10px!important;}
  .stat-card strong{font-size:18px!important;}
  .stat-card small{font-size:7px!important;}
}


/* Subtle premium gold outer page border — UI otherwise unchanged */
html {
  border: 1px solid rgba(212, 175, 55, 0.28);
  box-shadow: inset 0 0 18px rgba(212, 175, 55, 0.06);
  border-radius: 18px;
  box-sizing: border-box;
}
body {
  box-sizing: border-box;
  border-radius: 18px;
}


/* Requested mobile text-size refinement: logo name + total-pay amount */
@media (max-width: 768px) {
  /* Common logo/name selectors */
  .logo-text, .brand-text, .brand-name, .site-title,
  header .logo span, header .brand span {
    font-size: 1.15em !important;
  }

  /* Total-to-pay amount selectors */
  .total-amount, .total-price, .pay-total, .total-pay-amount,
  #totalAmount, #totalPrice, .total-section .amount,
  .total-pay .amount, .total-to-pay .amount {
    font-size: 1.45em !important;
    line-height: 1.1 !important;
  }
}



/* Mobile header + total amount sizing: match the larger reference style */
@media (max-width: 768px) {
  .brand strong {
    font-size: 22px !important;
    line-height: 1.05 !important;
    letter-spacing: .12em !important;
  }

  .brand small {
    font-size: 8px !important;
    line-height: 1.1 !important;
  }

  .price-summary strong,
  .price-summary strong [data-total] {
    font-size: 34px !important;
    line-height: 1 !important;
  }

  .price-summary span:first-child {
    font-size: 12px !important;
  }
}


/* Package selection borders matched to the Buy Now pink */
.package,
.package-option,
.package-card,
.package-box,
.quantity-box,
.qty-box {
  border-color: #d91f4f !important;
}

/* Currently selected quantity/package box */
.package.selected,
.package-option.selected,
.package-card.selected,
.package-box.selected,
.quantity-box.selected,
.qty-box.selected,
.package.active,
.package-option.active,
.package-card.active,
.package-box.active,
.quantity-box.active,
.qty-box.active,
.selected {
  border-color: #d91f4f !important;
}


/* Requested: enlarge the custom-quantity calculated amount for visibility */
@media (max-width:620px){
  .price-summary strong,
  .price-summary strong[data-total],
  [data-total]{
    font-size:32px!important;
    line-height:1.05!important;
    display:inline-block!important;
  }
}


/* Selected package: soft gold with a gentle blink */
@keyframes selectedPackageGold {
  0%, 100% {
    background: #f1df9a !important;
    border-color: #d4af37 !important;
    box-shadow: 0 0 6px rgba(212, 175, 55, 0.22) !important;
  }
  50% {
    background: #e6c85c !important;
    border-color: #d4af37 !important;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.48) !important;
  }
}

/* Common selected/active package states */
.package.selected,
.package-option.selected,
.package-card.selected,
.package-box.selected,
.package.active,
.package-option.active,
.package-card.active,
.package-box.active,
.package.selected:hover,
.package-option.selected:hover,
.package-card.selected:hover,
.package-box.selected:hover,
.package.active:hover,
.package-option.active:hover,
.package-card.active:hover,
.package-box.active:hover {
  animation: selectedPackageGold 1.8s ease-in-out infinite !important;
  color: #202025 !important;
  transition: background 0.25s ease, box-shadow 0.25s ease !important;
}



/* FINAL FIX: selected package button gets a clearly visible, gentle gold pulse */
@keyframes packageGoldPulse {
  0%, 100% {
    background-color: #f3e5a6 !important;
    border-color: #d4af37 !important;
    box-shadow: 0 0 5px rgba(212,175,55,.20), inset 0 0 0 1px rgba(255,255,255,.16) !important;
  }
  50% {
    background-color: #e5c85b !important;
    border-color: #e0b93f !important;
    box-shadow: 0 0 18px rgba(212,175,55,.55), inset 0 0 0 1px rgba(255,255,255,.22) !important;
  }
}

/* This is the actual class used by the package buttons in app.js */
.package-option.selected {
  animation: packageGoldPulse 2.2s ease-in-out infinite !important;
  background: #f3e5a6 !important;
  background-image: none !important;
  border: 1px solid #d4af37 !important;
  color: #202025 !important;
  transform: none !important;
}

.package-option.selected strong,
.package-option.selected small,
.package-option.selected small b,
.package-option.selected em {
  color: #202025 !important;
}

/* Keep hover from replacing the selected gold state */
.package-option.selected:hover {
  animation: packageGoldPulse 2.2s ease-in-out infinite !important;
  background: #f3e5a6 !important;
  background-image: none !important;
  border-color: #d4af37 !important;
  color: #202025 !important;
}



/* UI cleanup: security/info boxes + larger package text */
.security-box,
.secure-box,
.feature-box,
.info-box,
.benefit-box,
.trust-box,
.features .box,
.features > div,
.security-features > div {
  background: transparent !important;
  background-color: transparent !important;
}

/* Larger, clearer text inside package selection boxes */
.package-option {
  font-size: 18px !important;
  line-height: 1.25 !important;
}

.package-option strong {
  font-size: 20px !important;
  line-height: 1.2 !important;
}

.package-option small {
  font-size: 15px !important;
  line-height: 1.25 !important;
}

.package-option small b,
.package-option em {
  font-size: inherit !important;
}

/* Mobile: keep the package text comfortably readable */
@media (max-width: 768px) {
  .package-option {
    font-size: 19px !important;
  }

  .package-option strong {
    font-size: 21px !important;
  }

  .package-option small {
    font-size: 16px !important;
  }
}



/* Make the calculated Total to pay amount clearly larger */
.total-amount,
.total-price,
.pay-total,
.total-pay-amount,
#totalAmount,
#totalPrice,
.total-section .amount,
.total-pay .amount,
.total-to-pay .amount,
.total-display .amount {
  font-size: 42px !important;
  line-height: 1.05 !important;
  font-weight: 700 !important;
}

/* Mobile */
@media (max-width: 768px) {
  .total-amount,
  .total-price,
  .pay-total,
  .total-pay-amount,
  #totalAmount,
  #totalPrice,
  .total-section .amount,
  .total-pay .amount,
  .total-to-pay .amount,
  .total-display .amount {
    font-size: 46px !important;
    line-height: 1 !important;
  }
}



/* Larger "Use custom" control */
.use-custom,
.use-custom-btn,
.custom-quantity-btn,
.custom-btn,
#useCustom {
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  padding: 10px 16px !important;
}

@media (max-width: 768px) {
  .use-custom,
  .use-custom-btn,
  .custom-quantity-btn,
  .custom-btn,
  #useCustom {
    font-size: 21px !important;
    padding: 11px 18px !important;
  }
}



/* === FAST AID BLUE - NON-HOMEPAGE BACKGROUNDS === */
:root {
  --fast-aid-blue: #007BFF;
  --fast-aid-blue-dark: #005FCC;
  --fast-aid-blue-deep: #004A9F;
}

/* Admin page outer background */
body.admin-body {
  background: linear-gradient(160deg, var(--fast-aid-blue) 0%, var(--fast-aid-blue-dark) 100%) !important;
  color: #ffffff !important;
}

/* Find My ID, payment, verification and ID-delivery/confirmation popups */
.modal-backdrop {
  background: rgba(0, 58, 122, .58) !important;
}

.modal,
.modal.find-modal,
.modal.payment-modal {
  background: linear-gradient(160deg, var(--fast-aid-blue) 0%, var(--fast-aid-blue-dark) 100%) !important;
  border-color: rgba(255,255,255,.55) !important;
  color: #ffffff !important;
}

.modal-header,
.modal-body,
.modal-copy,
.loading-state,
.success-state,
.error-state {
  color: #ffffff !important;
}

.modal-header {
  border-bottom-color: rgba(255,255,255,.28) !important;
}

.modal-header h2,
.modal-header .eyebrow,
.loading-state h3,
.success-state h3,
.error-state h3,
.modal-copy,
.field-label,
.loading-state p,
.success-state p,
.error-state p {
  color: #ffffff !important;
}

.close-button {
  color: #ffffff !important;
  background: rgba(255,255,255,.16) !important;
}

.close-button:hover {
  background: rgba(255,255,255,.26) !important;
}

.gold-header {
  background: linear-gradient(90deg, var(--fast-aid-blue-deep), var(--fast-aid-blue)) !important;
}

.field-input,
.upi-row,
.credentials,
.order-id,
.lookup-result {
  background: rgba(255,255,255,.96) !important;
  color: #12345a !important;
  border-color: rgba(255,255,255,.75) !important;
}
.lookup-result .credential-row { display:grid; grid-template-columns:1fr; gap:4px; padding:10px 12px; border:1px solid rgba(18,52,90,.16); border-radius:9px; color:#12345a !important; background:#eef5fb !important; font-weight:600; }
.lookup-result .credential-row span { color:#12345a !important; }
.lookup-result p, .lookup-result strong { color:#12345a !important; }

.field-input::placeholder {
  color: #5f7690 !important;
}

.credential-row span:last-child,
.upi-row strong,
.order-id {
  color: #12345a !important;
}

.payment-steps,
.step-intro p,
.step-intro h3 {
  color: #ffffff !important;
}

.admin-shell {
  background: transparent !important;
}

.admin-login-inner {
  background: linear-gradient(160deg, rgba(0,74,159,.96), rgba(0,95,204,.96)) !important;
  color: #ffffff !important;
}

.admin-login h1,
.admin-login p,
.admin-login .field-label,
.admin-login .back-link {
  color: #ffffff !important;
}

/* The generated profile/address page is also a non-homepage page. */

/* Compact Qty → Total → Buy Now spacing */
.custom-row {
  margin-bottom: 6px !important;
  padding-bottom: 5px !important;
}
.price-summary {
  margin-top: 0 !important;
  margin-bottom: 5px !important;
  padding-top: 5px !important;
}
.buy-button {
  margin-top: 5px !important;
}

@media (max-width: 620px) {
  .custom-row {
    margin-top: 8px !important;
    margin-bottom: 7px !important;
    padding-bottom: 5px !important;
  }
  .price-summary {
    margin-top: 0 !important;
    margin-bottom: 6px !important;
    padding-top: 5px !important;
  }
  .buy-button {
    margin-top: 4px !important;
  }
}

/* === FINAL PAYMENT SUCCESS + MOBILE NAV FIX === */
.success-state .order-id {
  display: block !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin: 16px auto 12px !important;
  padding: 10px 14px !important;
  background: #ffffff !important;
  color: #12345a !important;
  border: 2px solid #12345a !important;
  border-radius: 10px !important;
  font-family: "DM Sans", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  text-shadow: none !important;
  opacity: 1 !important;
  word-break: break-word !important;
}
.success-state .credentials {
  background: #ffffff !important;
  color: #12345a !important;
  border: 1px solid #b9c7d8 !important;
}
.success-state .credentials .credential-row,
.success-state .credentials .credential-row span {
  color: #12345a !important;
  background: #eef5fb !important;
}

@media (max-width: 680px) {
  .site-header { height: auto !important; min-height: 55px !important; }
  .header-inner { min-height: 55px !important; height: 55px !important; }
  .desktop-nav { display: none !important; }
  .menu-toggle {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    width: 42px !important;
    height: 42px !important;
    padding: 7px !important;
    margin-left: auto !important;
    border: 1px solid #d7dce5 !important;
    border-radius: 9px !important;
    background: #ffffff !important;
    cursor: pointer !important;
    z-index: 50 !important;
  }
  .menu-toggle span {
    display: block !important;
    width: 20px !important;
    height: 2px !important;
    margin: 2.5px 0 !important;
    background: #16253b !important;
    border-radius: 2px !important;
  }
  .mobile-nav {
    display: none !important;
    width: calc(100% - 28px) !important;
    margin: 0 auto !important;
    padding: 8px 0 12px !important;
    border-top: 1px solid #edf0f4 !important;
    background: #ffffff !important;
    position: relative !important;
    z-index: 45 !important;
  }
  .mobile-nav.is-open { display: block !important; }
  .mobile-nav .nav-link {
    display: block !important;
    width: 100% !important;
    padding: 12px 10px !important;
    text-align: left !important;
    color: #16253b !important;
    background: #ffffff !important;
    border-radius: 7px !important;
    font-size: 12px !important;
  }
  .mobile-nav .nav-link:hover,
  .mobile-nav .nav-link:focus { background: #f1f5f9 !important; }
}
\n\n/* FINAL: quantity package layout matched to the requested reference */\n.package-grid {\n  display: grid !important;\n  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;\n  gap: 14px !important;\n  margin-top: 10px !important;\n}
.package-option {\n  min-height: 112px !important;\n  padding: 16px 10px !important;\n  border: 3px solid #c7dcfb !important;\n  border-radius: 20px !important;\n  background: linear-gradient(145deg, #ffffff, #f4f7ff) !important;\n  color: #202a3a !important;\n  box-shadow: none !important;\n  display: flex !important;\n  flex-direction: column !important;\n  align-items: center !important;\n  justify-content: center !important;\n  text-align: center !important;\n}
.package-option:hover { transform: none !important; }
.package-option strong {\n  display: block !important;\n  font-family: "Poppins", sans-serif !important;\n  font-size: 21px !important;\n  line-height: 1.15 !important;\n  font-weight: 800 !important;\n  color: #202a3a !important;\n}
.package-option small {\n  display: block !important;\n  margin-top: 12px !important;\n  font-family: "Poppins", sans-serif !important;\n  font-size: 18px !important;\n  line-height: 1.15 !important;\n  font-weight: 700 !important;\n  color: #202a3a !important;\n}
.package-option small b { color: inherit !important; font-size: inherit !important; }
.package-option.selected {\n  border-color: #4285f4 !important;\n  background: linear-gradient(135deg, #4285f4, #7656ed) !important;\n  color: #fff !important;\n  box-shadow: 0 8px 20px rgba(66,133,244,.20) !important;\n}
.package-option.selected strong,\n.package-option.selected small,\n.package-option.selected small b { color: #fff !important; }
.custom-package-option { border-style: dashed !important; }
.custom-package-option.selected {\n  border-style: solid !important;\n}
.custom-row[hidden] { display: none !important; }
@media (max-width: 768px) {\n  .package-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 12px !important; }
  .package-option { min-height: 100px !important; padding: 14px 8px !important; border-radius: 18px !important; }
  .package-option strong { font-size: 19px !important; }
  .package-option small { margin-top: 9px !important; font-size: 16px !important; }
}

/* FINAL 2x4 quantity grid: Custom on row 4 / col 1, col 2 intentionally empty */
.package-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(4, auto) !important;
  gap: 14px !important;
}
.package-empty-slot {
  visibility: hidden !important;
  pointer-events: none !important;
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 768px) {
  .package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(4, auto) !important;
    gap: 12px !important;
  }
}


/* === COLOR FIX ONLY: ID DELIVERY + ADMIN PANEL === */
/* Quantity/package row colors are intentionally NOT changed. */
.success-state .order-id {
  background: #dbeafe !important;
  color: #12345a !important;
  border-color: #60a5fa !important;
}
.success-state .credentials {
  background: #eaf2ff !important;
  color: #12345a !important;
  border-color: #93b4df !important;
}
.success-state .credentials .credential-row,
.success-state .credentials .credential-row span {
  background: #d7e7f8 !important;
  color: #12345a !important;
  border-color: #b7cde5 !important;
}

/* Admin white surfaces changed to a soft blue tone. Table/row colors remain original. */
body.admin-body .admin-card {
  background: linear-gradient(160deg, #0758ad, #06458f) !important;
  border-color: rgba(255,255,255,.22) !important;
}
body.admin-body .admin-login-inner {
  background: linear-gradient(160deg, #0758ad, #06458f) !important;
}
body.admin-body .field-input,
body.admin-body textarea.field-input,
body.admin-body input.field-input {
  background: #eaf2ff !important;
  color: #12345a !important;
  border-color: #8fb1d8 !important;
}
body.admin-body .admin-table th {
  background: #06458f !important;
  color: #dbeafe !important;
}
