/* Geektopup Pro — Light Theme v9.3 — Force light, no dark mode */

/* ── Variables ── */
:root{
  --gtp-accent:#e63946;
  --gtp-accent-dark:#c1121f;
  --gtp-bg:#f4f5f7;
  --gtp-surface:#ffffff;
  --gtp-surface2:#eef0f3;
  --gtp-text:#111111;
  --gtp-text2:#555555;
  --gtp-text3:#aaaaaa;
  --gtp-radius:12px;
  --gtp-shadow:0 2px 10px rgba(0,0,0,.07);
  --gtp-shadow-hover:0 8px 28px rgba(0,0,0,.13);
}

/* ── FÒSE TEMA KLÈ — bloke dark mode nèt ── */
/* Nenpòt navigatè, nenpòt telefòn, tema nwa oswa blan */
@media (prefers-color-scheme: dark) {
  .gtp-wrapper,
  .gtp-wrapper *,
  .gtp-search-wrap,
  .gtp-pills-wrap,
  .gtp-section,
  .gtp-cat-group {
    color-scheme: light !important;
  }
}

html{overflow-x:hidden;color-scheme:normal}

/* ── WRAPPER ── */
.gtp-wrapper{
  background:#f4f5f7!important;
  color:#111111!important;
  color-scheme:light!important;
  font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  width:100vw!important;
  max-width:100vw!important;
  position:relative!important;
  left:50%!important;
  margin-left:-50vw!important;
  margin-right:0!important;
  padding:0!important;
  overflow-x:hidden!important;
  box-sizing:border-box!important;
}
/* Fòse TOUT eleman anndan wrapper la pran koulè klè */
.gtp-wrapper *{
  box-sizing:border-box!important;
  color-scheme:light!important;
}
.gtp-wrapper a{text-decoration:none;color:inherit}

/* ── SLIDER — sèl pati ki rete nwa (volontè) ── */
.gtp-slider-outer{
  position:relative;
  background:#12121a!important;
  overflow:hidden;
  width:100%;
}
.gtp-slider-track{
  display:flex;
  width:100%;
  transition:transform .7s cubic-bezier(.4,0,.2,1);
  will-change:transform;
}
.gtp-slide{
  min-width:100%;width:100%;flex-shrink:0;
  height:280px;position:relative;
  display:flex;align-items:center;padding:0 48px;
  background:linear-gradient(135deg,#12121a 0%,#1e1e30 100%)!important;
  overflow:hidden;
}
.gtp-slide-bg{
  position:absolute;inset:0;width:100%;height:100%;
  object-fit:cover;opacity:.32;
}
.gtp-slide-overlay{
  position:absolute;inset:0;
  background:linear-gradient(100deg,rgba(8,8,18,.93) 40%,rgba(8,8,18,.15));
}
.gtp-slide-content{position:relative;z-index:2;max-width:62%}
.gtp-slide-badge{
  display:inline-block;background:#e63946!important;color:#fff!important;
  font-size:10px;font-weight:700;padding:4px 12px;border-radius:20px;
  letter-spacing:.6px;margin-bottom:14px;
}
.gtp-slide-title{
  font-size:1.8rem;font-weight:800;line-height:1.2;
  margin-bottom:8px;color:#ffffff!important;
  border:none!important;padding:0!important;
}
.gtp-slide-sub{
  color:rgba(255,255,255,.55)!important;font-size:13px;
  margin-bottom:20px;line-height:1.5;
}
.gtp-slide-cta{
  display:inline-block;background:#ffffff!important;color:#111111!important;
  padding:10px 24px;border-radius:50px;
  font-size:13px;font-weight:700;transition:all .2s;
}
.gtp-slide-cta:hover{background:#e63946!important;color:#fff!important}
.gtp-slide-emoji{
  position:absolute;right:48px;top:50%;
  transform:translateY(-50%);font-size:7.5rem;
  opacity:.1;pointer-events:none;user-select:none;
}
.gtp-slider-progress{
  position:absolute;bottom:0;left:0;right:0;
  height:3px;background:rgba(255,255,255,.1);z-index:10;
}
.gtp-slider-progress-bar{height:100%;background:#e63946;width:0%}

/* ── SEARCH ── */
.gtp-search-wrap{
  background:#f4f5f7!important;
  padding:16px 20px 12px;position:relative;
}
.gtp-search-inner{
  position:relative;background:#ffffff!important;
  border-radius:50px;display:flex;align-items:center;
  padding:0 6px 0 48px;height:50px;
  box-shadow:0 2px 14px rgba(0,0,0,.09);
}
.gtp-search-ico{
  position:absolute;left:18px;top:50%;transform:translateY(-50%);
  font-size:15px;pointer-events:none;opacity:.35;
}
.gtp-search-input{
  flex:1;background:transparent!important;border:none!important;
  color:#111111!important;font-size:14px;outline:none!important;height:100%;padding:0;
}
.gtp-search-input::placeholder{color:#bbbbbb!important}
.gtp-search-btn{
  background:#e63946!important;color:#ffffff!important;border:none;
  border-radius:50px;padding:0 22px;height:38px;
  font-size:13px;font-weight:700;cursor:pointer;
  flex-shrink:0;transition:background .2s;
}
.gtp-search-btn:hover{background:#c1121f!important}
.gtp-search-results{
  display:none;position:absolute;
  top:calc(100% - 8px);left:20px;right:20px;
  background:#ffffff!important;border-radius:14px;z-index:200;
  max-height:320px;overflow-y:auto;
  box-shadow:0 14px 44px rgba(0,0,0,.14);
}
.gtp-search-results.open{display:block}
.gtp-results-list{padding:6px}
.gtp-result-item{
  display:flex;align-items:center;gap:12px;
  padding:9px 12px;border-radius:8px;
  transition:background .15s;color:#111111!important;
}
.gtp-result-item:hover{background:#f4f5f7!important}
.gtp-result-item img{width:36px;height:36px;object-fit:cover;border-radius:7px;flex-shrink:0}
.gtp-result-ico{font-size:1.4rem;flex-shrink:0}
.gtp-result-name{flex:1;font-size:13px;font-weight:600;color:#111111!important}
.gtp-result-count{font-size:11px;color:#aaaaaa!important}
.gtp-result-empty{padding:16px;text-align:center;color:#aaaaaa;font-size:13px;margin:0}

/* ── PILLS ── */
.gtp-pills-wrap{
  background:#f4f5f7!important;
  padding:0 20px 14px;
  display:flex;gap:7px;overflow-x:auto;scrollbar-width:none;
}
.gtp-pills-wrap::-webkit-scrollbar{display:none}
.gtp-pill{
  padding:7px 16px;border-radius:20px;font-size:12px;font-weight:600;
  cursor:pointer;white-space:nowrap;border:none!important;
  color:#555555!important;background:#ffffff!important;
  transition:all .2s;text-decoration:none;display:inline-block;
  box-shadow:0 1px 4px rgba(0,0,0,.07);
}
.gtp-pill:hover,.gtp-pill-active{
  background:#111111!important;color:#ffffff!important;box-shadow:none;
}

/* ── SECTION ── */
.gtp-section{
  background:#f4f5f7!important;
  padding:18px 20px 0;
}
.gtp-sec-hdr{
  display:flex;align-items:center;
  justify-content:space-between;margin-bottom:12px;
}
.gtp-sec-hdr h2{
  font-size:15px;font-weight:700;color:#111111!important;
  margin:0!important;padding:0!important;border:none!important;
}
.gtp-view-all{font-size:12px;color:#aaaaaa!important;transition:color .2s}
.gtp-view-all:hover{color:#e63946!important}

/* ── PRODUCTS ── */
.gtp-prod-grid{
  display:grid;grid-template-columns:repeat(4,1fr);
  gap:10px;padding-bottom:18px;
}
.gtp-prod-card{
  background:#ffffff!important;border-radius:var(--gtp-radius);
  overflow:hidden;transition:all .22s;display:block;
  box-shadow:var(--gtp-shadow);border:none!important;
}
.gtp-prod-card:hover{transform:translateY(-4px);box-shadow:var(--gtp-shadow-hover)}
.gtp-prod-img{
  aspect-ratio:1;background:#eef0f3!important;
  display:flex;align-items:center;justify-content:center;
  position:relative;overflow:hidden;
}
.gtp-prod-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.gtp-prod-card:hover .gtp-prod-img img{transform:scale(1.06)}
.gtp-prod-placeholder{font-size:2.2rem}
.gtp-prod-disc{
  position:absolute;top:6px;left:6px;
  background:#e63946!important;color:#ffffff!important;
  font-size:9px;font-weight:700;padding:2px 6px;border-radius:5px;
}
.gtp-prod-body{padding:8px;background:#ffffff!important}
.gtp-prod-name{
  font-size:11px;font-weight:600;color:#111111!important;
  margin-bottom:4px;
  display:-webkit-box;-webkit-line-clamp:2;
  -webkit-box-orient:vertical;overflow:hidden;line-height:1.3;
}
.gtp-prod-price-row{display:flex;align-items:center;gap:5px;flex-wrap:wrap}
.gtp-prod-price{font-size:12px;font-weight:700;color:#e63946!important}
.gtp-prod-old{font-size:10px;color:#aaaaaa!important;text-decoration:line-through}

/* ── CATEGORIES ── */
.gtp-cat-group{background:#f4f5f7!important;padding:0 20px}
.gtp-cat-group-hdr{
  display:flex;align-items:center;justify-content:space-between;
  margin-bottom:10px;
}
.gtp-cat-group-hdr h3{
  font-size:14px;font-weight:700;color:#111111!important;
  margin:0!important;padding:0!important;border:none!important;
}
.gtp-cat-grid{
  display:grid;grid-template-columns:repeat(4,1fr);
  gap:10px;padding-bottom:18px;
}
.gtp-cat-card{
  background:#ffffff!important;border-radius:var(--gtp-radius);
  overflow:hidden;transition:all .22s;display:block;
  box-shadow:var(--gtp-shadow);border:none!important;
}
.gtp-cat-card:hover{transform:translateY(-4px);box-shadow:var(--gtp-shadow-hover)}
.gtp-cat-img{
  aspect-ratio:1;background:#eef0f3!important;
  display:flex;align-items:center;justify-content:center;overflow:hidden;
}
.gtp-cat-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.gtp-cat-card:hover .gtp-cat-img img{transform:scale(1.08)}
.gtp-cat-placeholder{font-size:2rem}
.gtp-cat-body{padding:8px;background:#ffffff!important}
.gtp-cat-name{
  font-size:11px;font-weight:700;color:#111111!important;
  margin-bottom:2px;
  display:-webkit-box;-webkit-line-clamp:2;
  -webkit-box-orient:vertical;overflow:hidden;line-height:1.3;
}
.gtp-cat-count{font-size:10px;color:#aaaaaa!important}

/* ── PROMO ── */
.gtp-promo{
  margin:4px 20px 20px;
  background:linear-gradient(120deg,#12121a 0%,#2a0814 60%,#e63946 100%)!important;
  border-radius:14px;padding:20px 22px;
  display:flex;align-items:center;gap:16px;
  border:none!important;
}
.gtp-promo-icon{font-size:2.2rem;flex-shrink:0}
.gtp-promo-text h3{font-size:15px;font-weight:700;color:#ffffff!important;margin-bottom:3px}
.gtp-promo-text p{font-size:12px;color:rgba(255,255,255,.65)!important;margin:0}
.gtp-promo-cta{
  background:#ffffff!important;color:#111111!important;padding:10px 20px;
  border-radius:50px;font-size:12px;font-weight:700;
  white-space:nowrap;flex-shrink:0;border:none!important;
  transition:all .2s;cursor:pointer;
}
.gtp-promo-cta:hover{background:#e63946!important;color:#fff!important}

/* ── TOPUP ── */
.gtp-topup-grid{
  display:grid;grid-template-columns:repeat(4,1fr);
  gap:10px;padding-bottom:20px;
}
.gtp-topup-card{
  background:#ffffff!important;border-radius:var(--gtp-radius);
  padding:14px;display:flex;align-items:center;gap:10px;
  transition:all .22s;box-shadow:var(--gtp-shadow);border:none!important;
}
.gtp-topup-card:hover{transform:translateY(-3px);box-shadow:var(--gtp-shadow-hover)}
.gtp-topup-icon{font-size:1.8rem;flex-shrink:0}
.gtp-topup-name{font-size:12px;font-weight:700;color:#111111!important}
.gtp-topup-sub{font-size:10px;color:#aaaaaa!important;margin-top:2px}
.gtp-topup-arr{margin-left:auto;color:#cccccc;font-size:16px}

.gtp-empty{
  color:#aaaaaa!important;text-align:center;
  padding:30px;font-size:13px;grid-column:1/-1;
}

/* ── RESPONSIVE ── */
@media(max-width:700px){
  .gtp-slide{height:220px;padding:0 18px}
  .gtp-slide-title{font-size:1.25rem}
  .gtp-slide-emoji{display:none}
  .gtp-prod-grid{grid-template-columns:repeat(3,1fr)!important;gap:7px}
  .gtp-cat-grid{grid-template-columns:repeat(3,1fr)!important;gap:7px}
  .gtp-topup-grid{grid-template-columns:repeat(2,1fr)!important;gap:7px}
  .gtp-promo{flex-direction:column;text-align:center;margin:4px 14px 18px;padding:16px}
  .gtp-section,.gtp-cat-group{padding-left:14px!important;padding-right:14px!important}
  .gtp-search-wrap{padding:12px 14px 10px}
  .gtp-pills-wrap{padding:0 14px 12px}
}
@media(max-width:480px){
  .gtp-cat-grid{grid-template-columns:repeat(3,1fr)!important;gap:6px}
  .gtp-prod-grid{grid-template-columns:repeat(3,1fr)!important;gap:6px}
}
