
/* ══════════════════════════════════════════
   TOPUPSHEBA THEME — FULL INTERACTIVE
   Premium Fintech Marketplace
══════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

:root {
  --p: #6C3BFF;
  --pd: #4B2AD6;
  --pl: #8B5CF6;
  --pg: rgba(108,59,255,0.12);
  --ok: #00C853;
  --warn: #FFB800;
  --err: #FF4444;
  --bg: #F4F5FA;
  --card: #FFFFFF;
  --text: #101828;
  --sub: #6B7280;
  --lite: #9CA3AF;
  --bdr: #E5E7EB;
  --bdr2: #F3F4F6;
  --r: 16px;
  --rs: 10px;
  --rl: 22px;
  --sh: 0 2px 20px rgba(16,24,40,0.07);
  --shm: 0 6px 36px rgba(16,24,40,0.11);
  --shp: 0 8px 32px rgba(108,59,255,0.26);
  --font: 'Poppins', sans-serif;
  --hh: 62px;
}

body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  font-size: 14px;
  line-height: 1.6;
  overflow-x: hidden;
  padding-bottom: 70px;
}

a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
button { font-family: var(--font); cursor: pointer; border: none; background: none; }
input, select { font-family: var(--font); }
ul { list-style: none; }

/* ── SCROLLBAR ── */
::-webkit-scrollbar { width: 5px; height: 5px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: var(--bdr); border-radius: 10px; }

/* ── CONTAINER ── */
.wrap { width: 100%; max-width: 1260px; margin: 0 auto; padding: 0 16px; }
@media(min-width:640px){ .wrap { padding: 0 24px; } }
@media(min-width:1280px){ .wrap { padding: 0 32px; } }

/* ══════════════════════════════
   HEADER
══════════════════════════════ */
.hdr {
  position: sticky; top: 0; z-index: 200;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--bdr2);
  box-shadow: 0 1px 0 var(--bdr2), 0 4px 20px rgba(0,0,0,0.04);
  transition: box-shadow .3s;
}
.hdr.scrolled { box-shadow: 0 2px 24px rgba(0,0,0,0.09); }
.hdr-inner {
  display: flex; align-items: center; gap: 12px;
  height: var(--hh); padding: 0 16px;
}
.logo {
  display: flex; align-items: center; gap: 9px;
  flex-shrink: 0; user-select: none;
}
.logo-mark {
  width: 36px; height: 36px;
  background: linear-gradient(135deg, var(--p), var(--pd));
  border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; box-shadow: var(--shp);
  position: relative; overflow: hidden;
}
.logo-mark::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.2), transparent);
}
.logo-word {
  font-size: 18px; font-weight: 900; letter-spacing: -0.3px;
  background: linear-gradient(135deg, var(--p), var(--pd));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hdr-search {
  flex: 1; max-width: 420px; display: none;
}
@media(min-width:640px){ .hdr-search { display: block; } }
.sbox {
  display: flex; align-items: center; gap: 9px;
  background: var(--bg); border: 1.5px solid var(--bdr);
  border-radius: 50px; padding: 9px 16px; transition: all .2s;
}
.sbox:focus-within { border-color: var(--p); background: #fff; box-shadow: 0 0 0 3px var(--pg); }
.sbox svg { color: var(--lite); flex-shrink: 0; }
.sbox input { border: none; background: none; outline: none; font-size: 13px; color: var(--text); width: 100%; }
.hdr-right { display: flex; align-items: center; gap: 6px; margin-left: auto; }
.icon-btn {
  width: 38px; height: 38px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--sub); transition: all .2s; position: relative;
}
.icon-btn:hover { background: var(--bg); color: var(--p); }
.cbadge {
  position: absolute; top: 2px; right: 2px;
  width: 17px; height: 17px; background: var(--p); color: #fff;
  border-radius: 50%; font-size: 9px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  border: 2px solid #fff;
}
.mob-search { padding: 0 16px 12px; }
@media(min-width:640px){ .mob-search { display: none; } }

/* ══════════════════════════════
   HERO
══════════════════════════════ */
.hero {
  background: linear-gradient(135deg, #3A1FBE 0%, #6C3BFF 45%, #9062FF 100%);
  position: relative; overflow: hidden;
  padding: 52px 0 60px;
}
/* Mesh bg */
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 90% at 90% 40%, rgba(255,255,255,0.07) 0%, transparent 60%),
    radial-gradient(circle at 5% 80%, rgba(0,200,83,0.15) 0%, transparent 40%),
    radial-gradient(circle at 50% -20%, rgba(255,255,255,0.06) 0%, transparent 50%);
}
/* Grid pattern */
.hero::after {
  content: '';
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 40px 40px;
}
.hero .wrap {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr;
  gap: 44px; align-items: center;
}
@media(min-width:900px){ .hero .wrap { grid-template-columns: 1fr 1fr; } }

/* Left */
.hero-badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.28);
  backdrop-filter: blur(8px);
  border-radius: 50px; padding: 5px 14px 5px 8px;
  font-size: 12px; font-weight: 700; color: #fff;
  margin-bottom: 18px; width: fit-content;
  animation: fadeUp .6s ease both;
}
.hb-dot { width: 8px; height: 8px; background: var(--ok); border-radius: 50%; animation: blink 1.5s ease-in-out infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.4} }

.hero-h1 {
  font-size: clamp(30px, 5.5vw, 58px);
  font-weight: 900; color: #fff; line-height: 1.1;
  letter-spacing: -1px; margin-bottom: 18px;
  animation: fadeUp .6s .1s ease both;
}
.hero-h1 .hi { display: block; }
.hero-h1 .hl {
  display: block;
  background: linear-gradient(90deg, #fff 0%, #C4B5FD 60%, #A78BFA 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-sub {
  font-size: 15px; color: rgba(255,255,255,0.78);
  max-width: 460px; line-height: 1.7; margin-bottom: 30px;
  animation: fadeUp .6s .2s ease both;
}
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 34px; animation: fadeUp .6s .3s ease both; }
.btn-hero-p {
  display: inline-flex; align-items: center; gap: 9px;
  background: #fff; color: var(--p);
  padding: 13px 26px; border-radius: 50px;
  font-size: 14px; font-weight: 800;
  box-shadow: 0 6px 28px rgba(0,0,0,0.22);
  transition: all .22s;
}
.btn-hero-p:hover { transform: translateY(-2px); box-shadow: 0 10px 36px rgba(0,0,0,0.28); }
.btn-hero-g {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(255,255,255,0.14); color: #fff;
  border: 1.5px solid rgba(255,255,255,0.35);
  padding: 13px 26px; border-radius: 50px;
  font-size: 14px; font-weight: 700;
  backdrop-filter: blur(8px); transition: all .22s;
}
.btn-hero-g:hover { background: rgba(255,255,255,0.24); }

.pay-strip { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; animation: fadeUp .6s .4s ease both; }
.ps-label { font-size: 11px; color: rgba(255,255,255,0.6); font-weight: 600; white-space: nowrap; }
.ps-pills { display: flex; gap: 7px; flex-wrap: wrap; }
.ppill {
  padding: 5px 13px; border-radius: 7px;
  font-size: 11px; font-weight: 800; color: #fff;
  letter-spacing: 0.2px; backdrop-filter: blur(4px);
}
.ppill.bk { background: #E2136E; }
.ppill.ng { background: #F15A2B; }
.ppill.rk { background: #8B1A4A; }
.ppill.up { background: #00A651; }

/* Right — floating cards */
.hero-visual { display: none; }
@media(min-width:900px){ .hero-visual { display: block; position: relative; height: 340px; } }

.fcard {
  position: absolute;
  background: rgba(255,255,255,0.11);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 18px; padding: 14px 18px;
  display: flex; align-items: center; gap: 13px;
  color: #fff; box-shadow: 0 10px 40px rgba(0,0,0,0.18);
  transition: transform .3s ease;
}
.fcard:hover { transform: translateY(-4px) !important; }
.fc1 { top: 0; left: 0; right: 50px; animation: floatA 3.5s ease-in-out infinite; }
.fc2 { top: 100px; right: 0; left: 60px; animation: floatB 3.5s .6s ease-in-out infinite; }
.fc3 { top: 200px; left: 20px; right: 30px; animation: floatA 3.5s 1.2s ease-in-out infinite; }
@keyframes floatA { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }
@keyframes floatB { 0%,100%{transform:translateY(-5px)} 50%{transform:translateY(5px)} }

.fc-ico { font-size: 30px; flex-shrink: 0; }
.fc-inf { flex: 1; }
.fc-ttl { font-size: 13px; font-weight: 800; }
.fc-sbt { font-size: 11px; opacity: .7; }
.fc-right {}
.fc-ok { font-size: 11px; font-weight: 800; color: var(--ok); background: rgba(0,200,83,0.2); padding: 4px 9px; border-radius: 50px; }
.fc-pr { font-size: 15px; font-weight: 800; }

.blob-stat {
  position: absolute; bottom: 0; right: 0;
  background: linear-gradient(135deg, var(--ok), #009624);
  border-radius: 18px; padding: 16px 22px;
  text-align: center; color: #fff;
  box-shadow: 0 10px 32px rgba(0,200,83,0.38);
  animation: floatB 3s ease-in-out infinite;
}
.bs-num { font-size: 26px; font-weight: 900; }
.bs-lbl { font-size: 10px; font-weight: 700; opacity: .85; }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ══════════════════════════════
   QUICK ACCESS
══════════════════════════════ */
.quick {
  background: #fff;
  border-bottom: 1px solid var(--bdr2);
  padding: 14px 0;
  box-shadow: 0 2px 0 var(--bdr2);
}
.qscroll {
  display: flex; gap: 10px; overflow-x: auto;
  -webkit-overflow-scrolling: touch; scrollbar-width: none;
  padding-bottom: 2px;
}
.qscroll::-webkit-scrollbar { display: none; }
.qchip {
  display: flex; align-items: center; gap: 8px;
  background: var(--bg); border: 1.5px solid var(--bdr);
  border-radius: 50px; padding: 7px 14px 7px 8px;
  font-size: 12px; font-weight: 700; color: var(--text);
  white-space: nowrap; flex-shrink: 0; cursor: pointer;
  transition: all .2s;
}
.qchip:hover, .qchip.on {
  background: var(--pg); border-color: var(--p); color: var(--p);
}
.qchip img {
  width: 26px; height: 26px; border-radius: 50%;
  object-fit: cover; flex-shrink: 0;
}

/* ══════════════════════════════
   SECTION SHARED
══════════════════════════════ */
section { padding: 44px 0; }
.sh {
  display: flex; align-items: flex-end;
  justify-content: space-between; margin-bottom: 22px; gap: 12px;
}
.sh-left {}
.sec-eyebrow {
  font-size: 10px; font-weight: 800; text-transform: uppercase;
  letter-spacing: 1.5px; color: var(--p); margin-bottom: 5px;
}
.sec-title {
  font-size: clamp(19px, 2.8vw, 26px);
  font-weight: 800; color: var(--text); letter-spacing: -0.3px;
}
.see-all {
  font-size: 13px; font-weight: 700; color: var(--p);
  display: flex; align-items: center; gap: 4px;
  transition: gap .2s; white-space: nowrap;
}
.see-all:hover { gap: 8px; }

/* ══════════════════════════════
   CATEGORIES
══════════════════════════════ */
.cats { background: #fff; }
.cat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media(min-width:640px){ .cat-grid { grid-template-columns: repeat(4, 1fr); gap: 16px; } }

.cat-card {
  position: relative; border-radius: var(--r);
  padding: 22px 18px; border: 1.5px solid var(--bdr2);
  background: var(--bg); cursor: pointer;
  transition: all .25s; overflow: hidden;
}
.cat-card::before {
  content: ''; position: absolute; inset: 0;
  opacity: 0; transition: opacity .25s;
}
.cat-card:hover { transform: translateY(-4px); box-shadow: var(--shm); border-color: transparent; }
.cat-card:hover::before { opacity: 1; }

.cc-a::before { background: linear-gradient(135deg,#6C3BFF15,#8B5CF615); border: 1.5px solid #6C3BFF30; }
.cc-b::before { background: linear-gradient(135deg,#FF6B3515,#FF8C0015); border: 1.5px solid #FF6B3530; }
.cc-c::before { background: linear-gradient(135deg,#0078D415,#00BCF215); border: 1.5px solid #0078D430; }
.cc-d::before { background: linear-gradient(135deg,#1DB95415,#00962415); border: 1.5px solid #1DB95430; }

.cat-ico { font-size: 34px; margin-bottom: 11px; display: block; position: relative; z-index: 1; }
.cat-nm { font-size: 13px; font-weight: 800; position: relative; z-index: 1; margin-bottom: 3px; }
.cat-ct { font-size: 11px; color: var(--sub); position: relative; z-index: 1; }
.cat-arr {
  position: absolute; bottom: 14px; right: 16px;
  font-size: 18px; color: var(--lite);
  transition: all .2s; z-index: 1;
}
.cat-card:hover .cat-arr { color: var(--p); transform: translateX(4px); }

/* ══════════════════════════════
   PRODUCTS
══════════════════════════════ */
.prods { background: var(--bg); }
.ftabs {
  display: flex; gap: 8px; overflow-x: auto;
  scrollbar-width: none; margin-bottom: 0;
}
.ftabs::-webkit-scrollbar { display: none; }
.ftab {
  padding: 6px 16px; border-radius: 50px;
  font-size: 12px; font-weight: 700; color: var(--sub);
  background: var(--card); border: 1.5px solid var(--bdr);
  cursor: pointer; transition: all .2s; white-space: nowrap;
}
.ftab:hover { border-color: var(--p); color: var(--p); }
.ftab.on { background: var(--p); color: #fff; border-color: var(--p); }

.pgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px; margin-top: 20px;
}
@media(min-width:640px){ .pgrid { gap: 16px; } }
@media(min-width:900px){ .pgrid { grid-template-columns: repeat(4, 1fr); } }

.pcard {
  background: var(--card); border-radius: var(--r);
  border: 1.5px solid var(--bdr2); overflow: hidden;
  box-shadow: var(--sh); cursor: pointer;
  transition: all .25s; display: flex; flex-direction: column;
}
.pcard:hover { transform: translateY(-5px); box-shadow: var(--shm); border-color: var(--bdr); }

.pcard-img {
  position: relative; aspect-ratio: 16/9;
  overflow: hidden; background: var(--bg);
}
.pcard-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .4s ease;
}
.pcard:hover .pcard-img img { transform: scale(1.06); }

.pbadge {
  position: absolute; top: 8px; left: 8px;
  padding: 3px 9px; border-radius: 50px;
  font-size: 10px; font-weight: 800; color: #fff;
  backdrop-filter: blur(6px);
}
.pb-instant { background: var(--p); }
.pb-gift { background: rgba(0,0,0,0.55); }
.pb-sub { background: #1DB954; }

.pcard-body { padding: 12px 14px 14px; flex: 1; display: flex; flex-direction: column; }
.pcat { font-size: 10px; font-weight: 800; color: var(--p); text-transform: uppercase; letter-spacing: 0.6px; margin-bottom: 4px; }
.pname { font-size: 13px; font-weight: 800; color: var(--text); margin-bottom: 10px; line-height: 1.3; flex: 1; }
.pfoot { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.pprice { font-size: 12px; color: var(--sub); }
.pprice strong { color: var(--text); font-size: 14px; font-weight: 800; }
.buybtn {
  background: var(--p); color: #fff;
  font-size: 11px; font-weight: 800;
  padding: 7px 13px; border-radius: 8px;
  transition: all .2s; white-space: nowrap;
}
.buybtn:hover { background: var(--pd); transform: scale(1.04); }

/* ══════════════════════════════
   WHY US
══════════════════════════════ */
.why { background: #fff; }
.why-grid {
  display: grid; grid-template-columns: repeat(2,1fr); gap: 14px;
}
@media(min-width:768px){ .why-grid { grid-template-columns: repeat(4,1fr); gap: 20px; } }

.wcard {
  background: var(--bg); border-radius: var(--r);
  padding: 26px 20px; text-align: center;
  border: 1.5px solid var(--bdr2); transition: all .25s;
  cursor: default;
}
.wcard:hover { background: #fff; border-color: var(--p); box-shadow: var(--shm); transform: translateY(-3px); }
.wico { font-size: 38px; margin-bottom: 13px; display: block; }
.wcard h3 { font-size: 14px; font-weight: 800; margin-bottom: 7px; }
.wcard p { font-size: 12px; color: var(--sub); line-height: 1.55; }

/* ══════════════════════════════
   HOW IT WORKS
══════════════════════════════ */
.how {
  background: linear-gradient(135deg, #f0ebff 0%, #e9f0ff 100%);
}
.steps {
  display: flex; align-items: center; flex-wrap: wrap;
  gap: 12px; justify-content: center; margin-top: 38px;
}
.step {
  background: #fff; border-radius: var(--r); padding: 26px 20px;
  text-align: center; width: 148px; box-shadow: var(--sh);
  border: 1.5px solid var(--bdr2); position: relative;
}
.step-n {
  font-size: 9px; font-weight: 900; color: var(--p);
  letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px; opacity: 0.7;
}
.step-ico { font-size: 32px; margin-bottom: 10px; }
.step h3 { font-size: 12px; font-weight: 800; margin-bottom: 6px; }
.step p { font-size: 11px; color: var(--sub); line-height: 1.45; }
.sarrow { font-size: 20px; color: var(--lite); }
@media(max-width:639px){ .sarrow { display: none; } .step { width: calc(50% - 6px); } }

/* ══════════════════════════════
   PAYMENT
══════════════════════════════ */
.pays { background: #fff; }
.pay-grid {
  display: grid; grid-template-columns: repeat(2,1fr); gap: 14px;
}
@media(min-width:640px){ .pay-grid { grid-template-columns: repeat(4,1fr); } }

.paym {
  border-radius: var(--r); padding: 20px 16px; text-align: center;
  border: 1.5px solid var(--bdr); background: #fff;
  transition: all .25s; cursor: default; overflow: hidden; position: relative;
}
.paym:hover { transform: translateY(-3px); box-shadow: var(--shm); }
.paym-bar { height: 5px; border-radius: 50px; margin-bottom: 14px; }
.paym-nm { font-size: 16px; font-weight: 900; margin-bottom: 4px; }
.paym-num { font-size: 11px; color: var(--sub); font-weight: 600; }

/* ══════════════════════════════
   TESTIMONIALS
══════════════════════════════ */
.testi { background: var(--bg); }
.tgrid {
  display: grid; gap: 14px;
}
@media(min-width:768px){ .tgrid { grid-template-columns: repeat(3,1fr); } }

.tcard {
  background: #fff; border-radius: var(--r); padding: 22px;
  box-shadow: var(--sh); border: 1.5px solid var(--bdr2); transition: all .25s;
}
.tcard:hover { transform: translateY(-3px); box-shadow: var(--shm); }
.tstars { color: var(--warn); font-size: 15px; margin-bottom: 12px; letter-spacing: 2px; }
.ttxt {
  font-size: 13px; color: var(--sub); line-height: 1.65;
  margin-bottom: 18px; font-style: italic;
}
.tauthor { display: flex; align-items: center; gap: 11px; }
.tavt {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, var(--p), var(--pd));
  color: #fff; font-size: 15px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}
.taname { font-size: 13px; font-weight: 800; }
.taloc { font-size: 11px; color: var(--lite); }

.trust-row {
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: 0;
  background: #fff; border-radius: var(--r); padding: 24px;
  box-shadow: var(--sh); border: 1.5px solid var(--bdr2);
  margin-top: 28px;
}
.tri { flex: 1; min-width: 100px; text-align: center; padding: 8px 20px; }
.tr-num {
  display: block; font-size: clamp(20px, 3vw, 30px);
  font-weight: 900; color: var(--p); margin-bottom: 3px;
}
.tr-lbl { font-size: 11px; color: var(--sub); font-weight: 700; }
.trdiv { width: 1px; height: 36px; background: var(--bdr); }
@media(max-width:480px){
  .trdiv { display: none; }
  .tri { min-width: 50%; border-bottom: 1px solid var(--bdr); }
  .tri:nth-last-child(-n+2) { border-bottom: none; }
}

/* ══════════════════════════════
   FAQ
══════════════════════════════ */
.faq-s { background: #fff; }
.faq-wrap { max-width: 760px; margin: 32px auto 0; display: flex; flex-direction: column; gap: 10px; }
.faq-it {
  border: 1.5px solid var(--bdr); border-radius: var(--rs); overflow: hidden;
  transition: border-color .2s;
}
.faq-it.open { border-color: var(--p); }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  padding: 15px 20px; font-size: 14px; font-weight: 700; color: var(--text);
  text-align: left; gap: 12px; background: var(--bg); cursor: pointer;
  transition: all .2s;
}
.faq-q:hover { background: var(--pg); color: var(--p); }
.faq-it.open .faq-q { background: var(--pg); color: var(--p); }
.faq-ic {
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--bdr); color: var(--sub);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; font-weight: 400; flex-shrink: 0; transition: all .25s;
}
.faq-it.open .faq-ic { background: var(--p); color: #fff; transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .32s ease; }
.faq-it.open .faq-a { max-height: 200px; }
.faq-a p { padding: 14px 20px 18px; font-size: 13px; color: var(--sub); line-height: 1.7; }

/* ══════════════════════════════
   FOOTER
══════════════════════════════ */
.ftr {
  background: #0A0C17; color: rgba(255,255,255,0.65);
  padding: 52px 0 0;
}
.fgrid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 32px; margin-bottom: 44px;
}
@media(min-width:768px){ .fgrid { grid-template-columns: 2fr 1fr 1fr 1fr; } }

.fbrand .logo-word { color: #fff; -webkit-text-fill-color: #fff; }
.ftagline { font-size: 12px; line-height: 1.8; margin: 14px 0 20px; color: rgba(255,255,255,0.45); }
.socials { display: flex; gap: 8px; }
.sbtn {
  width: 35px; height: 35px; border-radius: 8px;
  background: rgba(255,255,255,0.07);
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 800; color: rgba(255,255,255,0.6);
  transition: all .2s;
}
.sbtn:hover { background: var(--p); color: #fff; }

.fcol h4 {
  font-size: 11px; font-weight: 800; color: #fff;
  text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px;
}
.fcol ul { display: flex; flex-direction: column; gap: 9px; }
.fcol ul li a {
  font-size: 12px; color: rgba(255,255,255,0.45); transition: all .2s;
}
.fcol ul li a:hover { color: #fff; padding-left: 4px; }
.fci { font-size: 12px; color: rgba(255,255,255,0.5); margin-bottom: 9px; }

.fbot {
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 20px 0; display: flex;
  align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 12px; font-size: 11px;
}
.fbot-links { display: flex; gap: 18px; }
.fbot-links a { color: rgba(255,255,255,0.35); transition: color .2s; }
.fbot-links a:hover { color: rgba(255,255,255,0.7); }

/* ══════════════════════════════
   BOTTOM NAV
══════════════════════════════ */
.bnav {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: rgba(255,255,255,0.97); backdrop-filter: blur(18px);
  border-top: 1px solid var(--bdr2);
  display: flex; align-items: center; justify-content: space-around;
  height: 62px; z-index: 200;
  box-shadow: 0 -4px 28px rgba(0,0,0,0.07);
}
@media(min-width:768px){ .bnav { display: none; } }

.bni {
  display: flex; flex-direction: column; align-items: center;
  gap: 3px; color: var(--lite); font-size: 10px; font-weight: 700;
  padding: 8px 14px; cursor: pointer; transition: color .2s;
}
.bni.on, .bni:hover { color: var(--p); }
.bni-center { position: relative; }
.bni-fab {
  width: 48px; height: 48px;
  background: linear-gradient(135deg, var(--p), var(--pd));
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  color: #fff; box-shadow: var(--shp); margin-top: -14px;
}

/* ══════════════════════════════
   PRODUCT PAGE OVERLAY
══════════════════════════════ */
.overlay {
  position: fixed; inset: 0; z-index: 300;
  background: rgba(10,12,23,0.7); backdrop-filter: blur(8px);
  display: flex; align-items: flex-end; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity .3s;
}
@media(min-width:640px){
  .overlay { align-items: center; }
}
.overlay.show { opacity: 1; pointer-events: all; }

.sheet {
  background: #fff; width: 100%; max-width: 520px;
  border-radius: 24px 24px 0 0; padding: 24px 20px 36px;
  transform: translateY(100%); transition: transform .38s cubic-bezier(0.34,1.56,0.64,1);
  max-height: 90vh; overflow-y: auto;
}
@media(min-width:640px){
  .sheet { border-radius: 22px; transform: scale(0.88); padding: 28px; }
}
.overlay.show .sheet { transform: translateY(0); }
@media(min-width:640px){ .overlay.show .sheet { transform: scale(1); } }

.sheet-handle {
  width: 36px; height: 4px; background: var(--bdr);
  border-radius: 2px; margin: 0 auto 18px;
}
@media(min-width:640px){ .sheet-handle { display: none; } }

.sh-hdr { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 16px; gap: 12px; }
.sh-close {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--bg); display: flex; align-items: center; justify-content: center;
  font-size: 16px; cursor: pointer; flex-shrink: 0; border: none; color: var(--sub);
  transition: all .2s;
}
.sh-close:hover { background: var(--err); color: #fff; }
.sh-prod-img {
  width: 100%; height: 160px; border-radius: var(--r); overflow: hidden;
  background: var(--bg); margin-bottom: 16px; position: relative;
}
.sh-prod-img img { width: 100%; height: 100%; object-fit: cover; }
.sh-badges { position: absolute; top: 10px; left: 10px; display: flex; gap: 7px; }

.op-cat { font-size: 10px; font-weight: 800; color: var(--p); text-transform: uppercase; letter-spacing: 0.7px; margin-bottom: 4px; }
.op-title { font-size: 20px; font-weight: 900; color: var(--text); margin-bottom: 6px; line-height: 1.2; }
.op-rating { display: flex; align-items: center; gap: 8px; margin-bottom: 18px; }
.op-stars { color: var(--warn); font-size: 13px; letter-spacing: 2px; }
.op-rc { font-size: 11px; color: var(--sub); }

.op-sec { margin-bottom: 18px; }
.op-lbl { font-size: 12px; font-weight: 800; color: var(--text); margin-bottom: 10px; }

/* Package grid */
.pkg-g {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 9px;
}
.pkg-c {
  border: 2px solid var(--bdr); border-radius: 11px;
  padding: 11px 7px; text-align: center; cursor: pointer;
  transition: all .2s; background: var(--bg); position: relative;
}
.pkg-c:hover { border-color: var(--p); background: var(--pg); }
.pkg-c.on { border-color: var(--p); background: var(--pg); box-shadow: 0 0 0 3px var(--pg); }
.pkg-hot {
  position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
  background: var(--p); color: #fff; font-size: 9px; font-weight: 900;
  padding: 2px 8px; border-radius: 50px; white-space: nowrap;
}
.pkg-d { font-size: 15px; font-weight: 900; color: var(--text); }
.pkg-n { font-size: 10px; color: var(--sub); margin: 2px 0; }
.pkg-p { font-size: 12px; font-weight: 800; color: var(--p); }

/* UID input */
.uid-f {
  display: flex; align-items: center; gap: 10px;
  border: 2px solid var(--bdr); border-radius: 11px;
  padding: 12px 14px; background: #fff; transition: all .22s;
}
.uid-f:focus-within { border-color: var(--p); box-shadow: 0 0 0 3px var(--pg); }
.uid-f svg { color: var(--lite); flex-shrink: 0; }
.uid-f input {
  border: none; outline: none; font-size: 14px;
  color: var(--text); width: 100%; background: transparent;
}
.uid-hint { font-size: 11px; color: var(--lite); margin-top: 6px; }
.uid-ok { font-size: 11px; color: var(--ok); font-weight: 700; margin-top: 5px; }
.uid-err { font-size: 11px; color: var(--err); margin-top: 5px; }

/* Order summary */
.osumm {
  background: var(--bg); border-radius: 11px;
  padding: 13px 15px; margin-bottom: 14px;
  border: 1.5px solid var(--bdr2);
}
.osr {
  display: flex; justify-content: space-between;
  font-size: 12px; color: var(--sub); margin-bottom: 7px;
}
.osr:last-child { margin-bottom: 0; }
.osr.tot {
  font-size: 16px; font-weight: 900; color: var(--text);
  border-top: 1px solid var(--bdr); padding-top: 10px; margin-top: 4px;
}

.btn-buy-main {
  width: 100%; background: linear-gradient(135deg, var(--p), var(--pd));
  color: #fff; padding: 15px 22px; border-radius: 12px;
  font-size: 15px; font-weight: 800; cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  box-shadow: var(--shp); transition: all .22s; border: none;
  margin-bottom: 12px;
}
.btn-buy-main:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 14px 44px rgba(108,59,255,0.38); }
.btn-buy-main:disabled { opacity: 0.48; cursor: not-allowed; box-shadow: none; }
.op-trust { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.otc {
  font-size: 11px; font-weight: 700; color: var(--sub);
  background: var(--bg); padding: 4px 10px;
  border-radius: 50px; border: 1px solid var(--bdr);
}

/* ══════════════════════════════
   CHECKOUT OVERLAY
══════════════════════════════ */
.co-sheet { max-width: 480px; }
.co-prog {
  display: flex; align-items: center; gap: 8px;
  justify-content: center; margin-bottom: 22px;
}
.cop { display: flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; }
.cop-n {
  width: 26px; height: 26px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 800;
  background: var(--bdr); color: var(--sub); transition: all .3s;
}
.cop.done .cop-n, .cop.active .cop-n { background: var(--p); color: #fff; }
.cop-line { flex: 1; height: 2px; background: var(--bdr); border-radius: 2px; }

.pm-opts { display: flex; flex-direction: column; gap: 9px; margin-bottom: 16px; }
.pmo {
  display: flex; align-items: center; gap: 12px;
  padding: 13px 15px; border: 2px solid var(--bdr);
  border-radius: 11px; cursor: pointer; transition: all .2s; background: var(--bg);
}
.pmo:hover { border-color: var(--p); background: var(--pg); }
.pmo.on { border-color: var(--p); background: var(--pg); }
.pmo-radio {
  width: 18px; height: 18px; border-radius: 50%;
  border: 2px solid var(--bdr); position: relative; transition: border-color .2s; flex-shrink: 0;
}
.pmo.on .pmo-radio { border-color: var(--p); }
.pmo.on .pmo-radio::after {
  content: ''; position: absolute; inset: 3px;
  background: var(--p); border-radius: 50%;
}
.pmo-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.pmo-inf { flex: 1; }
.pmo-nm { font-size: 13px; font-weight: 800; }
.pmo-sub { font-size: 11px; color: var(--sub); }
.pmo-logo {
  width: 34px; height: 34px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 900; color: #fff;
}

.pi-box {
  background: linear-gradient(135deg, #f0ebff, #e8f4ff);
  border: 1.5px solid var(--p); border-radius: 11px;
  padding: 14px; margin-bottom: 14px;
}
.pi-head { display: flex; align-items: center; gap: 11px; margin-bottom: 10px; }
.pi-ico { font-size: 26px; }
.pi-ttl { font-size: 13px; font-weight: 800; }
.pi-sbt { font-size: 11px; color: var(--sub); }
.pi-num {
  font-size: 18px; font-weight: 900; color: var(--p);
  text-align: center; padding: 10px; background: #fff;
  border-radius: 9px; margin-bottom: 12px; letter-spacing: 1px;
}
.pi-steps { display: flex; flex-direction: column; gap: 8px; }
.pi-step { display: flex; align-items: center; gap: 9px; font-size: 12px; }
.pi-sn {
  width: 20px; height: 20px; background: var(--p); color: #fff;
  border-radius: 50%; font-size: 10px; font-weight: 900;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}

.txn-f {
  display: flex; align-items: center; gap: 10px;
  border: 2px solid var(--bdr); border-radius: 11px;
  padding: 12px 14px; background: #fff; transition: all .22s; margin-bottom: 6px;
}
.txn-f:focus-within { border-color: var(--p); box-shadow: 0 0 0 3px var(--pg); }
.txn-f svg { color: var(--lite); flex-shrink: 0; }
.txn-f input { border: none; outline: none; font-size: 14px; color: var(--text); width: 100%; background: transparent; }

.btn-confirm {
  width: 100%; background: linear-gradient(135deg, var(--ok), #009624);
  color: #fff; padding: 15px 22px; border-radius: 12px;
  font-size: 15px; font-weight: 800;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  box-shadow: 0 8px 28px rgba(0,200,83,0.3); border: none; cursor: pointer;
  transition: all .22s; margin-bottom: 14px;
}
.btn-confirm:hover { transform: translateY(-2px); box-shadow: 0 14px 40px rgba(0,200,83,0.4); }

/* ══════════════════════════════
   SUCCESS MODAL
══════════════════════════════ */
.success-sheet {
  background: #fff; width: 100%; max-width: 400px;
  border-radius: 24px 24px 0 0; padding: 32px 24px 48px;
  transform: translateY(100%); transition: transform .42s cubic-bezier(0.34,1.56,0.64,1);
  text-align: center;
}
@media(min-width:640px){ .success-sheet { border-radius: 22px; transform: scale(0.85); } }
.overlay.show .success-sheet { transform: translateY(0); }
@media(min-width:640px){ .overlay.show .success-sheet { transform: scale(1); } }

.succ-ani { margin-bottom: 20px; }
.succ-circle {
  width: 76px; height: 76px;
  background: linear-gradient(135deg, var(--ok), #009624);
  border-radius: 50%; margin: 0 auto;
  display: flex; align-items: center; justify-content: center;
  font-size: 34px; box-shadow: 0 10px 36px rgba(0,200,83,0.38);
  animation: popIn .5s cubic-bezier(0.34,1.56,0.64,1);
}
@keyframes popIn { from{transform:scale(0)} to{transform:scale(1)} }
.succ-title { font-size: 24px; font-weight: 900; margin-bottom: 8px; color: var(--text); }
.succ-sub { font-size: 13px; color: var(--sub); line-height: 1.65; margin-bottom: 16px; }
.succ-oid {
  display: inline-block; background: var(--bg);
  border: 1.5px solid var(--bdr); border-radius: 9px;
  padding: 8px 18px; font-size: 12px; color: var(--sub);
  margin-bottom: 22px; font-weight: 700;
}
.succ-tl { text-align: left; margin-bottom: 24px; }
.stli {
  display: flex; align-items: center; gap: 11px;
  padding: 10px 0; border-left: 2px solid var(--bdr);
  padding-left: 18px; position: relative;
}
.stli:last-child { border-left-color: transparent; }
.stl-dot {
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--bdr); position: absolute; left: -7px;
}
.stli.done .stl-dot { background: var(--ok); }
.stl-txt { font-size: 12px; font-weight: 700; flex: 1; }
.stl-t { font-size: 11px; color: var(--lite); }
.succ-btns { display: flex; flex-direction: column; gap: 10px; }
.succ-home {
  display: block; text-align: center;
  background: linear-gradient(135deg, var(--p), var(--pd));
  color: #fff; padding: 13px; border-radius: 12px;
  font-size: 14px; font-weight: 800;
  box-shadow: var(--shp); transition: all .2s;
}
.succ-home:hover { transform: translateY(-2px); }
.succ-wa { font-size: 13px; font-weight: 800; color: #25D366; padding: 8px; }

/* ══════════════════════════════
   TOAST
══════════════════════════════ */
#toast {
  position: fixed; top: 76px; left: 50%;
  transform: translateX(-50%) translateY(-20px);
  background: #fff; border-radius: 12px;
  padding: 12px 20px; font-size: 13px; font-weight: 700;
  box-shadow: 0 8px 32px rgba(0,0,0,0.14); z-index: 999;
  display: flex; align-items: center; gap: 8px; white-space: nowrap;
  opacity: 0; transition: all .3s cubic-bezier(0.34,1.56,0.64,1);
  pointer-events: none; border: 1.5px solid var(--bdr);
}
#toast.show {
  opacity: 1; transform: translateX(-50%) translateY(0);
}

/* ── UTIL ── */

/* ══════════════════════════════════════════
   WORDPRESS EXTRA STYLES - v3.1 Fixed
══════════════════════════════════════════ */

/* ── MOBILE OVERLAY ── */
.mob-overlay {
  position: fixed; inset: 0;
  background: rgba(10,12,23,0.65);
  z-index: 399;
  display: none;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.mob-overlay.show { display: block; }

/* ── MOBILE MENU PANEL ── */
.mob-menu {
  position: fixed;
  left: 0; top: 0; bottom: 0;
  width: 300px;
  background: #fff;
  z-index: 400;
  transform: translateX(-100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 4px 0 32px rgba(0,0,0,0.15);
}
.mob-menu.show { transform: translateX(0); }

/* Menu Top Bar */
.mob-menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  background: linear-gradient(135deg, var(--p), var(--pd));
  flex-shrink: 0;
}
.mob-menu-logo {
  display: flex;
  align-items: center;
  gap: 9px;
}
.mob-logo-mark {
  width: 34px; height: 34px;
  background: rgba(255,255,255,0.2);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 17px;
  border: 1px solid rgba(255,255,255,0.3);
}
.mob-logo-word {
  font-size: 17px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.3px;
}
.mob-close-btn {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.25);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  color: #fff;
  transition: all 0.2s;
}
.mob-close-btn:hover { background: rgba(255,255,255,0.3); }

/* Nav Links */
.mob-nav-links {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  flex-shrink: 0;
}
.mob-nav-item {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  border-bottom: 1px solid var(--bdr2);
  text-decoration: none;
  transition: all 0.15s;
  position: relative;
}
.mob-nav-item:hover,
.mob-nav-item.active {
  background: var(--pg);
  color: var(--p);
  padding-left: 24px;
}
.mob-nav-item.active::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: var(--p);
  border-radius: 0 3px 3px 0;
}
.mob-nav-ico {
  font-size: 18px;
  width: 24px;
  text-align: center;
  flex-shrink: 0;
}
.mob-nav-arr {
  margin-left: auto;
  color: var(--lite);
  flex-shrink: 0;
}
.mob-nav-item:hover .mob-nav-arr { color: var(--p); }

/* WordPress fallback nav */
.mob-wp-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mob-wp-nav li a {
  display: flex;
  align-items: center;
  padding: 13px 20px;
  font-size: 13px;
  font-weight: 600;
  color: var(--sub);
  border-bottom: 1px solid var(--bdr2);
  text-decoration: none;
  gap: 10px;
}
.mob-wp-nav li a:hover { color: var(--p); background: var(--bg); }

/* Categories Section */
.mob-cats-section {
  padding: 16px 20px;
  border-top: 1px solid var(--bdr2);
  flex-shrink: 0;
}
.mob-cats-title {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--p);
  margin-bottom: 12px;
}
.mob-cats-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.mob-cat-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  background: var(--bg);
  border: 1.5px solid var(--bdr);
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  color: var(--text);
  text-decoration: none;
  transition: all 0.2s;
  white-space: nowrap;
}
.mob-cat-chip:hover { background: var(--pg); border-color: var(--p); color: var(--p); }

/* WhatsApp Section */
.mob-wa-section {
  padding: 16px 20px 24px;
  margin-top: auto;
  flex-shrink: 0;
}
.mob-wa-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  background: #25D366;
  color: #fff;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.2s;
  box-shadow: 0 4px 16px rgba(37,211,102,0.3);
}
.mob-wa-btn:hover { background: #1da851; transform: translateY(-1px); }

/* ── HAMBURGER BUTTON ── */
.hdr-ham {
  width: 38px; height: 38px;
  border-radius: 9px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 5px;
  cursor: pointer;
  background: none; border: none;
  padding: 6px;
  flex-shrink: 0;
}
.hdr-ham span {
  display: block;
  width: 20px; height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.3s ease;
}
.hdr-ham.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hdr-ham.open span:nth-child(2) { opacity: 0; width: 0; }
.hdr-ham.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ── SEARCH DROPDOWN ── */
.search-drop {
  position: absolute;
  top: calc(100% + 8px); left: 0; right: 0;
  background: #fff;
  border-radius: var(--r);
  box-shadow: var(--shm);
  border: 1.5px solid var(--bdr);
  overflow: hidden;
  z-index: 300;
  display: none;
}
.search-drop.show { display: block; }
.sr-item {
  display: flex; align-items: center; gap: 11px;
  padding: 11px 14px;
  border-bottom: 1px solid var(--bdr2);
  transition: background 0.15s;
  color: var(--text);
  text-decoration: none;
}
.sr-item:hover { background: var(--bg); }
.sr-item:last-child { border-bottom: none; }
.sr-img { width: 40px; height: 28px; border-radius: 6px; object-fit: cover; background: var(--bg); flex-shrink: 0; }
.sr-name { font-size: 13px; font-weight: 700; }
.sr-price { font-size: 11px; color: var(--sub); }

/* ── WHATSAPP FLOAT ── */
.wa-float {
  position: fixed;
  bottom: 80px; right: 16px;
  z-index: 500;
  width: 56px; height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 24px rgba(37,211,102,0.45);
  transition: all 0.25s;
  text-decoration: none;
}
@media(min-width:768px) { .wa-float { bottom: 22px; } }
.wa-float:hover { transform: scale(1.12); box-shadow: 0 10px 36px rgba(37,211,102,0.55); }
.wa-float svg { width: 28px; height: 28px; }
.wa-pulse {
  position: absolute; inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(37,211,102,0.4);
  animation: waPulse 2s ease-in-out infinite;
}
@keyframes waPulse { 0%,100%{transform:scale(1);opacity:1} 50%{transform:scale(1.18);opacity:0} }

/* ── PRODUCT CARD PLACEHOLDER ── */
.pcard-ph {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-size: 40px; font-weight: 900;
  color: rgba(255,255,255,0.5);
}

/* ── TOAST ── */
#toast {
  position: fixed;
  top: 76px; left: 50%;
  transform: translateX(-50%) translateY(-20px);
  background: #fff;
  border-radius: 12px;
  padding: 12px 20px;
  font-size: 13px; font-weight: 700;
  box-shadow: 0 8px 32px rgba(0,0,0,0.14);
  z-index: 9999;
  display: flex; align-items: center; gap: 8px;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.34,1.56,0.64,1);
  pointer-events: none;
  border: 1.5px solid var(--bdr);
}
#toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ── SPINNER ── */
.spin {
  width: 18px; height: 18px;
  border: 2px solid rgba(255,255,255,0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spinA 0.7s linear infinite;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
@keyframes spinA { to { transform: rotate(360deg); } }

/* ── WOOCOMMERCE PAGINATION ── */
.woocommerce-pagination ul { display: flex; gap: 6px; list-style: none; padding: 0; flex-wrap: wrap; justify-content: center; }
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span { padding: 7px 13px; border-radius: 8px; font-size: 13px; font-weight: 700; border: 1.5px solid var(--bdr); color: var(--sub); background: #fff; display: block; }
.woocommerce-pagination ul li .current { background: var(--p); color: #fff; border-color: var(--p); }

/* ── TRACK ORDER ── */
.track-form { background: #fff; border-radius: var(--r); padding: 28px; box-shadow: var(--sh); border: 1.5px solid var(--bdr2); max-width: 480px; margin: 0 auto; }
.form-group { margin-bottom: 16px; }
.form-label { display: block; font-size: 12px; font-weight: 700; margin-bottom: 7px; }
.form-control { width: 100%; padding: 12px 14px; border: 2px solid var(--bdr); border-radius: 11px; font-size: 14px; font-family: var(--font); color: var(--text); background: #fff; outline: none; transition: all 0.22s; }
.form-control:focus { border-color: var(--p); box-shadow: 0 0 0 3px var(--pg); }
.btn-track { width: 100%; background: linear-gradient(135deg,var(--p),var(--pd)); color: #fff; padding: 14px; border-radius: 11px; font-size: 14px; font-weight: 800; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; box-shadow: var(--shp); transition: all 0.2s; }
.alert-err { background: #FFEBEB; color: #B91C1C; border: 1.5px solid #FCA5A5; border-radius: 10px; padding: 12px 16px; font-size: 13px; font-weight: 600; margin-bottom: 16px; }

/* ── BODY PADDING FOR BOTTOM NAV ── */
@media(max-width:767px) { body { padding-bottom: 70px; } }
@media(min-width:768px) { body { padding-bottom: 0; } }

/* Desktop header/search alignment fix */
@media (min-width: 900px) {
  .hdr-inner { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
  .hdr-search { flex: 0 1 520px; max-width: 520px; margin: 0 auto; }
  .hdr-right { margin-left: 0; }
}
@media (min-width: 640px) and (max-width: 899px) {
  .hdr-search { max-width: none; }
}
