@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 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; }
}
