/* TAQA STORE V235 — NEXTGEN STORE SYSTEM
   Major responsive redesign synthesizing gaming marketplace, top-up store and modern ecommerce patterns.
   Desktop and mobile are intentionally different layouts. */
:root{
  --v235-bg:#050806;
  --v235-bg-soft:#0a0e0b;
  --v235-surface:#0d120f;
  --v235-surface-2:#121813;
  --v235-surface-3:#171f19;
  --v235-text:#f5f8f6;
  --v235-muted:#9aa59f;
  --v235-green:#39ff73;
  --v235-green-2:#20d962;
  --v235-line:rgba(255,255,255,.085);
  --v235-line-green:rgba(57,255,115,.22);
  --v235-shadow:0 18px 55px rgba(0,0,0,.28);
  --v235-max:1440px;
  --v235-radius:20px;
}
html{background:var(--v235-bg);}
body:not([data-page="admin"]){background:var(--v235-bg)!important;color:var(--v235-text);}
body:not([data-page="admin"])::before{opacity:.4!important;background:radial-gradient(circle at 88% -5%,rgba(57,255,115,.065),transparent 29rem),radial-gradient(circle at 3% 28%,rgba(57,255,115,.035),transparent 24rem)!important;}
body:not([data-page="admin"]) .container{width:min(var(--v235-max),calc(100% - 48px));max-width:none!important;}

/* ========== SHARED DESKTOP SHELL ========== */
@media (min-width:861px){
  .v139-desktop-header{display:block!important;background:rgba(5,8,6,.92)!important;border-bottom:1px solid rgba(255,255,255,.055)!important;backdrop-filter:blur(18px);position:sticky;top:0;z-index:90;}
  .v139-desktop-header-inner{width:min(var(--v235-max),calc(100% - 56px))!important;max-width:none!important;height:78px!important;gap:24px!important;}
  .v139-header-primary{gap:24px!important;flex:1;min-width:0;}
  .v139-brand{width:150px!important;min-width:150px!important;padding:0!important;}
  .v139-brand img{width:100%!important;height:auto!important;}
  .v235-main-nav{display:flex;gap:4px!important;background:#0b100d;border-radius:14px;padding:5px;border:1px solid rgba(255,255,255,.05);}
  .v235-main-nav a{height:40px!important;padding:0 14px!important;border-radius:10px!important;color:#b4bdb8!important;font-size:14px!important;font-weight:750!important;display:flex;align-items:center;}
  .v235-main-nav a.active,.v235-main-nav a:hover{background:#161d18!important;color:#fff!important;box-shadow:none!important;}
  .v235-main-nav a.active::after{display:none!important;}
  .v235-head-search{margin-inline-start:auto;width:min(260px,22vw);height:44px;display:flex;align-items:center;gap:10px;padding:0 13px;border-radius:12px;background:#0b100d;color:#79847d!important;border:1px solid rgba(255,255,255,.065);font-size:13px;}
  .v235-head-search svg{width:17px;height:17px;color:#7f8b84;}
  .v235-head-search span{flex:1;}
  .v235-head-search kbd{font:inherit;font-size:11px;border:1px solid rgba(255,255,255,.08);background:#151b17;border-radius:6px;padding:1px 6px;color:#89948e;}
  .v139-header-actions{gap:7px!important;}
  .v139-head-icon,.v139-account-trigger,.v139-cart-link{border:0!important;background:transparent!important;box-shadow:none!important;}
  .v139-head-icon:hover,.v139-account-trigger:hover,.v139-cart-link:hover{background:#111712!important;}
  .v139-cart-link{background:var(--v235-green)!important;color:#061009!important;padding:0 15px!important;border-radius:12px!important;font-weight:900!important;}
  .v139-cart-link svg{color:#061009!important;}
  .v235-top-strip{height:31px!important;display:flex!important;align-items:center;justify-content:center;gap:36px!important;background:#08100b!important;border:0!important;border-bottom:1px solid rgba(57,255,115,.08)!important;color:#a9b5ae!important;font-size:11.5px!important;}
  .v235-top-strip span{gap:6px!important;}
  .v235-top-strip svg{width:13px!important;height:13px!important;color:var(--v235-green)!important;}
  .taqa-mobile-header{display:none!important;}
}

/* ========== HOME ========== */
.taqa-v235-home{width:min(var(--v235-max),calc(100% - 48px));margin:0 auto;padding:28px 0 72px;}
.v235-hero{position:relative;min-height:620px;border-radius:28px;overflow:hidden;background:#0b100d;isolation:isolate;}
.v235-hero-media{position:absolute;inset:0;z-index:-2;overflow:hidden;}
.v235-hero-media img{width:100%;height:100%;object-fit:cover;object-position:center;opacity:.58;filter:saturate(.88) contrast(1.05);}
.v235-hero-fallback{position:absolute;inset:0;background:radial-gradient(circle at 72% 38%,rgba(57,255,115,.18),transparent 25rem),linear-gradient(118deg,#050806 10%,#0c1510 53%,#101c14 100%);}
.v235-hero-fallback::before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 0 50%,rgba(57,255,115,.04) 50% 50.3%,transparent 50.3% 100%),linear-gradient(20deg,transparent 0 72%,rgba(255,255,255,.025) 72% 72.25%,transparent 72.25%);}
.v235-hero-shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(4,7,5,.97) 0%,rgba(4,7,5,.83) 38%,rgba(4,7,5,.52) 64%,rgba(4,7,5,.4) 100%),linear-gradient(0deg,rgba(4,7,5,.72),transparent 55%);}
.v235-hero-grid{min-height:620px;display:grid;grid-template-columns:minmax(0,1.2fr) 390px;gap:60px;align-items:end;padding:72px 68px;}
.v235-hero-copy{max-width:760px;align-self:center;}
.v235-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;color:var(--v235-green);font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;}
.v235-kicker svg{width:17px;height:17px;}
.v235-hero h1{margin:0;color:#fff;font-size:clamp(50px,5.1vw,78px);line-height:.98;font-weight:950;letter-spacing:-.045em;max-width:800px;}
.v235-hero h1 strong{font-weight:950;color:var(--v235-green);}
.v235-hero-copy>p{max-width:690px;margin:24px 0 0;color:#b8c1bc;font-size:17px;line-height:1.9;}
.v235-hero-actions{display:flex;gap:12px;margin-top:30px;}
.v235-primary,.v235-secondary{min-height:52px;padding:0 20px;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:900;font-size:14px;}
.v235-primary{background:var(--v235-green);color:#061009!important;}
.v235-primary svg{width:18px;height:18px;}
.v235-secondary{background:rgba(255,255,255,.07);color:#fff!important;backdrop-filter:blur(10px);}
.v235-secondary:hover{background:rgba(255,255,255,.1);}
.v235-hero-proof{display:flex;gap:20px;flex-wrap:wrap;margin-top:27px;color:#adb7b1;font-size:12px;font-weight:750;}
.v235-hero-proof span{display:flex;align-items:center;gap:7px;}
.v235-hero-proof svg{width:15px;height:15px;color:var(--v235-green);}
.v235-hero-panel{align-self:end;border-radius:22px;padding:16px;background:rgba(7,11,8,.80);backdrop-filter:blur(20px);box-shadow:0 24px 70px rgba(0,0,0,.28);}
.v235-panel-head{display:flex;align-items:end;justify-content:space-between;padding:4px 4px 13px;}
.v235-panel-head span{font-weight:900;font-size:16px;}
.v235-panel-head small{color:#7f8a84;font-size:11px;}
.v235-quick-row{display:grid;grid-template-columns:44px 1fr 18px;gap:12px;align-items:center;padding:14px 10px;color:#fff!important;border-radius:14px;transition:.18s ease;}
.v235-quick-row+.v235-quick-row{border-top:1px solid rgba(255,255,255,.05);}
.v235-quick-row:hover{background:rgba(255,255,255,.055);}
.v235-quick-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:#151d18;color:var(--v235-green);}
.v235-quick-icon svg{width:20px;height:20px;}
.v235-quick-row div{display:grid;gap:3px;min-width:0;}
.v235-quick-row b{font-size:13px;}
.v235-quick-row small{font-size:11px;color:#859088;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.v235-quick-row>svg{width:17px;color:#637068;}
.v235-trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:18px 0 72px;background:#0b100d;border-radius:18px;padding:0 14px;}
.v235-trust-strip article{min-height:90px;padding:18px 22px;display:flex;align-items:center;gap:13px;}
.v235-trust-strip article+article{border-inline-start:1px solid rgba(255,255,255,.055);}
.v235-trust-strip svg{width:22px;height:22px;color:var(--v235-green);flex:0 0 auto;}
.v235-trust-strip div{display:grid;gap:4px;}
.v235-trust-strip b{font-size:13px;color:#f1f5f3;}
.v235-trust-strip small{font-size:11.5px;color:#79847d;}
.v235-section{margin-top:78px;}
.v235-section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:25px;}
.v235-section-head>div{max-width:720px;}
.v235-section-head span{display:block;margin-bottom:8px;color:var(--v235-green);font-size:10.5px;font-weight:950;letter-spacing:.16em;}
.v235-section-head h2{margin:0;color:#f7faf8;font-size:clamp(28px,3vw,42px);line-height:1.12;letter-spacing:-.025em;font-weight:950;}
.v235-section-head p{margin:9px 0 0;color:#87918b;font-size:13px;line-height:1.8;}
.v235-section-head>a{display:inline-flex;align-items:center;gap:7px;color:#bac4be!important;font-size:13px;font-weight:850;white-space:nowrap;}
.v235-section-head>a svg{width:16px;height:16px;color:var(--v235-green);}
.v235-category-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:12px!important;}
.v235-category-grid>*{min-height:155px!important;border:0!important;background:linear-gradient(145deg,#111813,#0c110e)!important;border-radius:18px!important;box-shadow:none!important;padding:22px!important;position:relative!important;overflow:hidden!important;}
.v235-category-grid>*::after{content:"";position:absolute;width:130px;height:130px;border-radius:50%;left:-42px;bottom:-48px;background:radial-gradient(circle,rgba(57,255,115,.12),transparent 70%);pointer-events:none;}
.v235-category-grid>*:hover{transform:translateY(-3px)!important;background:linear-gradient(145deg,#151e18,#0d130f)!important;}
.v235-featured-grid,.home204-products-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;}
.product-card{background:#0d120f!important;border:0!important;border-radius:16px!important;box-shadow:none!important;overflow:hidden!important;transition:transform .18s ease,background .18s ease!important;}
.product-card:hover{transform:translateY(-4px)!important;background:#111713!important;box-shadow:none!important;}
.product-media,.product-card .product-media,.product-card .fast-media{aspect-ratio:16/10!important;background:#090d0a!important;border-radius:0!important;overflow:hidden!important;}
.product-card .product-image,.product-media>img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .35s ease;}
.product-card:hover .product-image{transform:scale(1.025);}
.product-badge{top:11px!important;right:11px!important;background:rgba(5,8,6,.82)!important;color:#eaf0ec!important;border:0!important;border-radius:8px!important;padding:6px 8px!important;font-size:10px!important;backdrop-filter:blur(10px);}
.product-info{padding:15px 15px 16px!important;}
.product-info h3{font-size:14px!important;line-height:1.55!important;margin:0!important;color:#f3f6f4!important;min-height:43px;}
.product-subtitle{font-size:11px!important;color:#748078!important;margin-top:4px!important;min-height:0!important;}
.product-info .price,.price{color:var(--v235-green)!important;font-size:16px!important;font-weight:950!important;margin-top:10px!important;}
.product-actions{margin-top:12px!important;}
.product-actions .outline-btn,.product-actions .order-clean{height:38px!important;width:100%;border:0!important;background:#171e19!important;color:#dce3df!important;border-radius:10px!important;font-size:11.5px!important;}
.product-actions .outline-btn:hover{background:var(--v235-green)!important;color:#061009!important;}
.v128-favorite-btn{border:0!important;background:rgba(5,8,6,.82)!important;backdrop-filter:blur(10px);}
.v235-story{margin-top:86px;padding:58px;border-radius:26px;background:linear-gradient(118deg,#101713,#090d0a);display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:center;position:relative;overflow:hidden;}
.v235-story::before{content:"";position:absolute;inset:auto -150px -180px auto;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(57,255,115,.09),transparent 68%);}
.v235-story-copy>span{display:block;color:var(--v235-green);font-size:10.5px;font-weight:950;letter-spacing:.18em;margin-bottom:10px;}
.v235-story-copy h2{font-size:clamp(30px,3.3vw,48px);line-height:1.2;margin:0;color:#fff;letter-spacing:-.03em;}
.v235-story-copy p{font-size:14px;line-height:1.95;color:#8e9992;margin:18px 0 0;max-width:660px;}
.v235-story-grid{display:grid;gap:10px;}
.v235-story-grid article{padding:17px 18px;border-radius:14px;background:rgba(255,255,255,.035);display:grid;grid-template-columns:40px 1fr;column-gap:12px;}
.v235-story-grid article>span{grid-row:1/3;width:40px;height:40px;display:grid;place-items:center;border-radius:10px;background:rgba(57,255,115,.09);color:var(--v235-green);font-weight:950;font-size:11px;}
.v235-story-grid h3{margin:0;font-size:13px;color:#edf2ef;}
.v235-story-grid p{margin:4px 0 0;font-size:11.5px;color:#79847d;}
.v235-faq .home204-faq-list{display:grid!important;grid-template-columns:repeat(3,1fr);gap:10px;}
.v235-faq details{background:#0c110e!important;border:0!important;border-radius:15px!important;padding:18px!important;}
.v235-faq summary{font-size:13px!important;font-weight:850!important;}
.v235-faq details p{color:#849089!important;font-size:12px!important;line-height:1.8!important;}

/* Custom hero artwork still supported */
#homeHero.taqa-custom-hero-artwork .v235-hero-copy,#homeHero.taqa-custom-hero-artwork .v235-hero-panel{visibility:hidden;}
#homeHero.taqa-custom-hero-artwork .v235-hero-shade{display:none;}

/* ========== CATALOG ========== */
.v235-catalog-main{width:min(var(--v235-max),calc(100% - 48px));margin:0 auto;padding:34px 0 80px;}
.v235-catalog-head{display:grid;grid-template-columns:1fr minmax(360px,520px);align-items:end;gap:50px;padding:28px 0 32px;}
.v235-catalog-head>div>span{font-size:10px;color:var(--v235-green);font-weight:950;letter-spacing:.17em;}
.v235-catalog-head h1{font-size:clamp(40px,4vw,58px);line-height:1;margin:8px 0 0;color:#fff;font-weight:950;letter-spacing:-.04em;}
.v235-catalog-head p{margin:12px 0 0;color:#828d86;font-size:13px;}
.v235-search{height:52px;padding:0 16px;display:flex;align-items:center;gap:11px;background:#0d120f;border-radius:14px;}
.v235-search svg{width:19px;height:19px;color:#7c8880;}
.v235-search input{border:0!important;background:transparent!important;box-shadow:none!important;color:#fff!important;font-size:13px!important;height:100%!important;flex:1;min-width:0;}
.v235-search input:focus{outline:0!important;}
.v235-search .v134-search-clear{position:static!important;}
.v235-catalog-shell{display:grid;grid-template-columns:230px minmax(0,1fr);gap:28px;align-items:start;}
.v235-catalog-sidebar{position:sticky;top:126px;padding:16px 0;}
.v235-filter-title{display:grid;gap:2px;margin:12px 0 10px;padding:0 8px;}
.v235-filter-title b{font-size:12px;color:#e5ebe7;}
.v235-filter-title small{font-size:10px;color:#67726b;}
.v235-catalog-sidebar .category-row,.v235-catalog-sidebar .v148-quick-filters{display:grid!important;grid-template-columns:1fr!important;gap:3px!important;overflow:visible!important;padding:0!important;}
.v235-catalog-sidebar .cat-btn,.v235-catalog-sidebar .v148-quick-filters button{width:100%!important;min-height:42px!important;justify-content:flex-start!important;border:0!important;border-radius:10px!important;background:transparent!important;color:#8f9a93!important;padding:0 11px!important;font-size:12px!important;box-shadow:none!important;}
.v235-catalog-sidebar .cat-btn:hover,.v235-catalog-sidebar .cat-btn.active,.v235-catalog-sidebar .v148-quick-filters button:hover,.v235-catalog-sidebar .v148-quick-filters button.active{background:#111713!important;color:#fff!important;}
.v235-catalog-sidebar .cat-btn.active,.v235-catalog-sidebar .v148-quick-filters button.active{color:var(--v235-green)!important;}
.v235-support-chip{margin-top:26px;padding:14px;border-radius:13px;background:#0d120f;display:flex;align-items:center;gap:10px;color:#dce3df!important;}
.v235-support-chip>svg{width:20px;color:var(--v235-green);}
.v235-support-chip span{display:grid;gap:2px;}
.v235-support-chip b{font-size:11.5px;}
.v235-support-chip small{font-size:9.5px;color:#718078;}
.v235-results-head{min-height:50px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:14px;}
.v235-results-head>div{display:flex;align-items:baseline;gap:10px;}
.v235-results-head h2{margin:0;color:#f4f7f5;font-size:20px;}
.v235-results-head #v128ProductsCount{font-size:11px;color:#707d75;}
.v235-results-actions{display:flex;align-items:center;gap:8px;}
.v235-results-actions select{height:40px;border:0!important;background:#0d120f!important;color:#b8c2bc!important;border-radius:10px!important;padding:0 12px!important;font-size:11px!important;}
.v235-mobile-filter{display:none;}
.v235-products-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:13px!important;}
.v134-clear-query{border:0!important;background:#151b17!important;color:#dce3df!important;border-radius:9px!important;}

/* ========== PRODUCT DETAIL ========== */
.v235-product-main{width:min(1320px,calc(100% - 48px));margin:0 auto;padding:28px 0 80px;}
.v235-breadcrumb{display:flex;align-items:center;gap:7px;color:#6f7b74;font-size:11px;margin:7px 0 22px;}
.v235-breadcrumb a{color:#89958e!important;}
.v235-breadcrumb svg{width:13px;height:13px;}
.v235-product-stage .product-detail{display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr)!important;gap:44px!important;align-items:start!important;}
.v235-product-stage .detail-gallery{position:sticky;top:128px;border:0!important;background:#0b100d!important;border-radius:20px!important;padding:0!important;overflow:hidden;box-shadow:none!important;}
.v235-product-stage .detail-gallery>img{width:100%!important;aspect-ratio:16/11!important;height:auto!important;object-fit:cover!important;border-radius:0!important;background:#080c09;}
.v235-product-stage .detail-panel{border:0!important;background:transparent!important;border-radius:0!important;padding:10px 0 0!important;box-shadow:none!important;}
.v235-product-stage .detail-panel h1{font-size:clamp(34px,3.3vw,48px)!important;line-height:1.15!important;letter-spacing:-.035em!important;color:#fff!important;margin:0 0 13px!important;}
.v235-product-stage .product-social-proof{margin:0 0 18px!important;}
.v235-product-stage .price-box{background:#0d120f!important;border:0!important;border-radius:15px!important;padding:16px!important;margin:18px 0!important;}
.v235-product-stage .plan-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;}
.v235-product-stage .plan-card{background:#0d120f!important;border:0!important;border-radius:12px!important;min-height:58px!important;box-shadow:none!important;}
.v235-product-stage .plan-card.active{background:rgba(57,255,115,.1)!important;box-shadow:inset 0 0 0 1px rgba(57,255,115,.3)!important;}
.v235-product-stage .detail-buttons{display:grid!important;grid-template-columns:1.25fr .75fr!important;gap:9px!important;}
.v235-product-stage .detail-buttons .primary-btn,.v235-product-stage .detail-buttons button:first-child{background:var(--v235-green)!important;color:#061009!important;border:0!important;border-radius:12px!important;min-height:50px!important;}
.v235-product-stage .detail-buttons .outline-btn{border:0!important;background:#151b17!important;color:#fff!important;border-radius:12px!important;min-height:50px!important;}
.v235-product-stage .product-info-tabs{margin-top:24px!important;border:0!important;background:transparent!important;}
.v235-product-stage .tabs-head{border-bottom:1px solid rgba(255,255,255,.07)!important;gap:18px!important;}
.v235-product-stage .tabs-head button{border:0!important;background:transparent!important;padding:12px 2px!important;border-radius:0!important;color:#7f8b84!important;}
.v235-product-stage .tabs-head button.active{color:#fff!important;box-shadow:inset 0 -2px var(--v235-green)!important;}
.v235-product-stage .tab-body{padding:18px 0!important;color:#a1aca5!important;}
.v235-product-servicebar{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:46px 0 76px;border-top:1px solid rgba(255,255,255,.065);border-bottom:1px solid rgba(255,255,255,.065);}
.v235-product-servicebar article{padding:24px 28px;display:flex;gap:12px;align-items:center;}
.v235-product-servicebar article+article{border-inline-start:1px solid rgba(255,255,255,.055);}
.v235-product-servicebar svg{width:22px;color:var(--v235-green);}
.v235-product-servicebar div{display:grid;gap:3px;}
.v235-product-servicebar b{font-size:12px;}
.v235-product-servicebar small{font-size:10.5px;color:#768179;}
.v235-below-product{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;align-items:start;}
.v235-below-product #faqBox{border:0!important;background:#0d120f!important;border-radius:16px!important;box-shadow:none!important;}
.v235-below-product .related-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:10px!important;}

/* ========== COMMERCE CORE ========== */
body[data-page="cart"] .v230-cart-main,body[data-page="checkout"] .v230-checkout-main{width:min(1260px,calc(100% - 48px))!important;max-width:none!important;padding-top:34px!important;}
body[data-page="cart"] .v230-cart-hero,body[data-page="checkout"] .v230-checkout-hero{background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:22px 0 28px!important;min-height:0!important;}
body[data-page="cart"] .v230-cart-hero h1,body[data-page="checkout"] .v230-checkout-hero h1{font-size:clamp(34px,3vw,46px)!important;letter-spacing:-.03em!important;}
body[data-page="cart"] .v230-cart-hero-side{background:#0d120f!important;border:0!important;}
body[data-page="cart"] .v230-cart-layout{grid-template-columns:minmax(0,1.55fr) minmax(320px,.72fr)!important;gap:28px!important;}
body[data-page="cart"] .cart-row-clean,body[data-page="cart"] .cart-tools,body[data-page="cart"] .pay-methods,body[data-page="cart"] .summary-card{background:#0d120f!important;border:0!important;box-shadow:none!important;border-radius:16px!important;}
body[data-page="cart"] .summary-card{position:sticky!important;top:128px!important;}
body[data-page="checkout"] .v230-checkout-trust{background:#0d120f!important;border:0!important;border-radius:16px!important;}
body[data-page="checkout"] .v230-checkout-layout{grid-template-columns:minmax(0,1.3fr) minmax(330px,.7fr)!important;gap:28px!important;}
body[data-page="checkout"] .checkout-card-v39,body[data-page="checkout"] .checkout-summary-v39,body[data-page="checkout"] .glass-card{background:#0d120f!important;border:0!important;box-shadow:none!important;border-radius:16px!important;}
body[data-page="checkout"] input,body[data-page="checkout"] select,body[data-page="checkout"] textarea{background:#151b17!important;border:0!important;border-radius:10px!important;}

/* ========== ACCOUNT / AUTH / STATIC ========== */
@media (min-width:861px){
  body[data-page="account"] .ca-frame{width:min(1320px,calc(100% - 48px))!important;grid-template-columns:245px minmax(0,1fr)!important;gap:28px!important;}
  body[data-page="account"] .ca-sidebar{background:#0d120f!important;border:0!important;border-radius:18px!important;box-shadow:none!important;}
  body[data-page="account"] .ca-main{background:transparent!important;border:0!important;box-shadow:none!important;}
  body[data-page="account"] .ca-card,body[data-page="account"] .ca-stat{border:0!important;background:#0d120f!important;box-shadow:none!important;border-radius:15px!important;}
  .ca-auth-wrap{width:min(1180px,calc(100% - 48px))!important;grid-template-columns:1.1fr .9fr!important;gap:0!important;min-height:680px!important;margin:40px auto 70px!important;border-radius:24px;overflow:hidden;background:#0d120f!important;}
  .v231-auth-showcase{background:radial-gradient(circle at 20% 80%,rgba(57,255,115,.13),transparent 24rem),linear-gradient(145deg,#111a14,#070b08)!important;border:0!important;}
  .ca-auth-card{border:0!important;background:#0d120f!important;box-shadow:none!important;border-radius:0!important;}
}
body:not([data-page="admin"]) .glass-card{border-color:transparent!important;box-shadow:none!important;}
body[data-page="support"] main,body[data-page="faq"] main,body[data-page="about"] main,body[data-page="contact"] main,body[data-page="terms"] main,body[data-page="privacy"] main,body[data-page="refund"] main,body[data-page="delivery-policy"] main,body[data-page="payment-policy"] main{width:min(1100px,calc(100% - 48px))!important;}

/* ========== FOOTER ========== */
.taqa-footer-v161{width:min(var(--v235-max),calc(100% - 48px))!important;padding:54px 0 32px!important;}
.taqa-footer-v161-top{grid-template-columns:1.6fr .65fr .65fr!important;gap:70px!important;}
.taqa-footer-v161-brand h2{font-size:32px!important;}
.taqa-footer-v161-col a{color:#89948e!important;}
.taqa-footer-v161-bottom{border-top-color:rgba(255,255,255,.055)!important;}

/* ========== MOBILE — purpose-built, not shrunken desktop ========== */
@media (max-width:860px){
  body:not([data-page="admin"]) .container{width:100%!important;padding-inline:16px!important;}
  .v139-desktop-header,.v235-top-strip{display:none!important;}
  .taqa-mobile-header{height:62px!important;background:rgba(5,8,6,.94)!important;border-bottom:1px solid rgba(255,255,255,.05)!important;backdrop-filter:blur(16px);position:sticky!important;top:0!important;z-index:90!important;padding:0 14px!important;}
  .taqa-mobile-header__brand img{width:116px!important;}
  .taqa-mobile-header__icon{width:38px!important;height:38px!important;border:0!important;background:#101612!important;border-radius:11px!important;}
  .mobile-menu{background:#0a0f0c!important;border:0!important;}

  .taqa-v235-home{width:100%;padding:12px 12px 62px;}
  .v235-hero{min-height:0;border-radius:18px;}
  .v235-hero-shade{background:linear-gradient(0deg,rgba(4,7,5,.98) 0%,rgba(4,7,5,.89) 48%,rgba(4,7,5,.5) 100%);}
  .v235-hero-grid{min-height:500px;display:flex;flex-direction:column;justify-content:flex-end;gap:20px;padding:30px 22px 22px;}
  .v235-hero-copy{width:100%;}
  .v235-kicker{font-size:9.5px;margin-bottom:11px;letter-spacing:.11em;}
  .v235-hero h1{font-size:39px;line-height:1.03;letter-spacing:-.035em;}
  .v235-hero-copy>p{font-size:12.5px;line-height:1.75;margin-top:14px;color:#a9b3ad;}
  .v235-hero-actions{display:grid;grid-template-columns:1fr .78fr;gap:8px;margin-top:19px;}
  .v235-primary,.v235-secondary{min-height:46px;padding:0 11px;font-size:11.5px;border-radius:11px;}
  .v235-hero-proof{gap:11px;margin-top:16px;font-size:9.5px;}
  .v235-hero-panel{width:100%;padding:8px;border-radius:14px;background:rgba(8,12,9,.72);}
  .v235-panel-head{display:none;}
  .v235-quick-row{grid-template-columns:34px 1fr 15px;padding:9px 7px;gap:9px;border-radius:10px;}
  .v235-quick-icon{width:34px;height:34px;border-radius:9px;}
  .v235-quick-icon svg{width:16px;height:16px;}
  .v235-quick-row b{font-size:10.5px;}
  .v235-quick-row small{font-size:8.5px;}
  .v235-quick-row>svg{width:13px;}
  .v235-trust-strip{margin:10px 0 42px;grid-template-columns:1fr 1fr;padding:4px;border-radius:14px;gap:2px;background:#0a0f0c;}
  .v235-trust-strip article{min-height:68px;padding:10px 11px;gap:8px;border:0!important;background:#0e1410;border-radius:10px;}
  .v235-trust-strip svg{width:17px;height:17px;}
  .v235-trust-strip b{font-size:9.5px;}
  .v235-trust-strip small{font-size:8px;}
  .v235-section{margin-top:44px;}
  .v235-section-head{align-items:end;margin-bottom:15px;gap:12px;}
  .v235-section-head>div{min-width:0;}
  .v235-section-head span{font-size:8px;margin-bottom:5px;}
  .v235-section-head h2{font-size:23px;line-height:1.2;}
  .v235-section-head p{display:none;}
  .v235-section-head>a{font-size:9.5px;}
  .v235-section-head>a svg{width:13px;}
  .v235-category-grid{grid-template-columns:1fr 1fr!important;gap:8px!important;}
  .v235-category-grid>*{min-height:105px!important;padding:14px!important;border-radius:13px!important;}
  .v235-featured-grid,.home204-products-grid{grid-template-columns:1fr 1fr!important;gap:8px!important;}
  .product-card{border-radius:12px!important;}
  .product-media,.product-card .product-media,.product-card .fast-media{aspect-ratio:1/1!important;}
  .product-info{padding:10px 10px 11px!important;}
  .product-info h3{font-size:10.5px!important;line-height:1.45!important;min-height:31px;}
  .product-subtitle{font-size:8.5px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
  .product-info .price,.price{font-size:12px!important;margin-top:7px!important;}
  .product-actions{margin-top:8px!important;}
  .product-actions .outline-btn,.product-actions .order-clean{height:33px!important;font-size:9.5px!important;border-radius:8px!important;}
  .product-badge{top:7px!important;right:7px!important;font-size:7.5px!important;padding:4px 6px!important;}
  .v128-favorite-btn{width:29px!important;height:29px!important;}
  .v235-story{margin-top:48px;padding:26px 18px;border-radius:17px;display:block;}
  .v235-story-copy h2{font-size:25px;}
  .v235-story-copy p{font-size:11px;line-height:1.8;margin-top:11px;}
  .v235-story-grid{margin-top:20px;gap:6px;}
  .v235-story-grid article{padding:12px;grid-template-columns:32px 1fr;gap:8px;}
  .v235-story-grid article>span{width:32px;height:32px;font-size:8.5px;}
  .v235-story-grid h3{font-size:10.5px;}
  .v235-story-grid p{font-size:8.5px;}
  .v235-faq .home204-faq-list{grid-template-columns:1fr!important;gap:6px;}
  .v235-faq details{padding:14px!important;border-radius:12px!important;}

  /* Mobile catalog becomes filterable compact marketplace */
  .v235-catalog-main{width:100%;padding:16px 12px 58px;}
  .v235-catalog-head{display:block;padding:13px 4px 17px;}
  .v235-catalog-head>div>span{font-size:8px;}
  .v235-catalog-head h1{font-size:31px;margin-top:5px;}
  .v235-catalog-head p{font-size:10.5px;margin-top:8px;}
  .v235-search{height:44px;margin-top:17px;border-radius:11px;padding:0 12px;}
  .v235-search input{font-size:11px!important;}
  .v235-catalog-shell{display:block;}
  .v235-catalog-sidebar{display:block;position:static;padding:0;margin:0 0 12px;overflow:hidden;}
  .v235-catalog-sidebar .v235-filter-title,.v235-catalog-sidebar .v235-support-chip{display:none!important;}
  .v235-catalog-sidebar .category-row,.v235-catalog-sidebar .v148-quick-filters{display:flex!important;grid-template-columns:none!important;gap:6px!important;overflow-x:auto!important;scrollbar-width:none;padding:0 1px 6px!important;}
  .v235-catalog-sidebar .category-row::-webkit-scrollbar,.v235-catalog-sidebar .v148-quick-filters::-webkit-scrollbar{display:none;}
  .v235-catalog-sidebar .cat-btn,.v235-catalog-sidebar .v148-quick-filters button{width:auto!important;min-width:max-content!important;min-height:34px!important;padding:0 10px!important;background:#101612!important;border-radius:9px!important;font-size:9px!important;}
  .v235-results-head{min-height:44px;margin:3px 0 9px;}
  .v235-results-head>div{display:grid;gap:1px;}
  .v235-results-head h2{font-size:15px;}
  .v235-results-head #v128ProductsCount{font-size:8.5px;}
  .v235-results-actions{gap:5px;}
  .v235-results-actions select,.v235-mobile-filter{height:35px;border:0!important;background:#101612!important;color:#aeb8b2!important;border-radius:9px!important;padding:0 9px!important;font-size:9px!important;display:flex;align-items:center;gap:5px;}
  .v235-mobile-filter svg{width:14px;}
  .v235-products-grid{grid-template-columns:1fr 1fr!important;gap:8px!important;}
  .v134-filter-drawer{position:fixed!important;inset:0!important;z-index:150!important;background:rgba(0,0,0,.68)!important;display:flex!important;align-items:flex-end!important;}
  .v134-filter-drawer[hidden]{display:none!important;}
  .v134-filter-sheet{width:100%;max-height:78vh;overflow:auto;background:#0d120f!important;border-radius:20px 20px 0 0!important;border:0!important;padding:16px!important;}
  .v134-filter-sheet header{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.06);}
  .v134-filter-sheet header h2{font-size:16px;margin:0;}
  .v134-filter-sheet header button{width:34px;height:34px;border-radius:9px;border:0;background:#171e19;color:#fff;}

  /* Mobile PDP = image first, purchase UI second */
  .v235-product-main{width:100%;padding:12px 12px 58px;}
  .v235-breadcrumb{font-size:8.5px;margin:5px 3px 12px;gap:4px;}
  .v235-product-stage .product-detail{display:block!important;}
  .v235-product-stage .detail-gallery{position:static!important;border-radius:15px!important;margin-bottom:18px!important;}
  .v235-product-stage .detail-gallery>img{aspect-ratio:1/1!important;object-fit:cover!important;}
  .v235-product-stage .detail-panel{padding:0 3px!important;}
  .v235-product-stage .detail-panel h1{font-size:27px!important;line-height:1.15!important;margin-bottom:8px!important;}
  .v235-product-stage .price-box{padding:12px!important;border-radius:12px!important;margin:12px 0!important;}
  .v235-product-stage .plan-grid{grid-template-columns:1fr 1fr!important;gap:6px!important;}
  .v235-product-stage .plan-card{min-height:49px!important;border-radius:9px!important;font-size:10px!important;}
  .v235-product-stage .detail-buttons{grid-template-columns:1fr!important;gap:7px!important;}
  .v235-product-stage .detail-buttons>*{min-height:45px!important;}
  .v235-product-stage .tabs-head{overflow:auto;gap:13px!important;}
  .v235-product-stage .tabs-head button{white-space:nowrap;font-size:10px!important;}
  .v235-product-stage .tab-body{font-size:10.5px!important;}
  .v235-product-servicebar{grid-template-columns:1fr;margin:28px 0 42px;}
  .v235-product-servicebar article{padding:13px 8px;border:0!important;border-bottom:1px solid rgba(255,255,255,.05)!important;}
  .v235-product-servicebar svg{width:18px;}
  .v235-product-servicebar b{font-size:10px;}
  .v235-product-servicebar small{font-size:8.5px;}
  .v235-below-product{display:block;}
  .v235-below-product .related{margin-top:38px;}
  .v235-below-product .related-grid{grid-template-columns:1fr 1fr!important;gap:8px!important;}

  /* Cart / checkout: compact mobile journey, no desktop cards shrunk down */
  body[data-page="cart"] .v230-cart-main,body[data-page="checkout"] .v230-checkout-main{width:100%!important;padding:10px 12px 60px!important;}
  body[data-page="cart"] .v230-cart-hero,body[data-page="checkout"] .v230-checkout-hero{padding:14px 3px 18px!important;}
  body[data-page="cart"] .v230-cart-hero h1,body[data-page="checkout"] .v230-checkout-hero h1{font-size:27px!important;}
  body[data-page="cart"] .v230-cart-hero p,body[data-page="checkout"] .v230-checkout-hero p{font-size:10.5px!important;}
  body[data-page="cart"] .v230-cart-hero-side{display:none!important;}
  body[data-page="cart"] .v230-cart-layout,body[data-page="checkout"] .v230-checkout-layout{display:block!important;}
  body[data-page="cart"] .summary-card,body[data-page="checkout"] .checkout-summary-v39{position:static!important;margin-top:10px!important;}
  body[data-page="checkout"] .v230-checkout-trust{display:grid!important;grid-template-columns:1fr 1fr!important;padding:6px!important;gap:4px!important;}
  body[data-page="checkout"] .v230-checkout-trust article{padding:10px!important;}

  .taqa-footer-v161{width:100%!important;padding:38px 16px 100px!important;}
  .taqa-footer-v161-top{display:grid!important;grid-template-columns:1fr 1fr!important;gap:26px 18px!important;}
  .taqa-footer-v161-brand{grid-column:1/-1;}
  .taqa-footer-v161-brand h2{font-size:25px!important;}
  .taqa-footer-v161-brand p{font-size:11px!important;}
  .taqa-footer-v161-col h3{font-size:11px!important;}
  .taqa-footer-v161-col a{font-size:10px!important;}
  .taqa-footer-v161-bottom{margin-top:22px!important;align-items:flex-start!important;}
}

@media (min-width:861px) and (max-width:1180px){
  .v235-hero-grid{grid-template-columns:minmax(0,1fr) 330px;gap:30px;padding:56px 42px;}
  .v235-products-grid,.v235-featured-grid,.home204-products-grid{grid-template-columns:repeat(3,1fr)!important;}
  .v235-category-grid{grid-template-columns:repeat(3,1fr)!important;}
  .v235-head-search{display:none;}
}

@media (prefers-reduced-motion:reduce){
  .product-card,.v235-category-grid>*{transition:none!important;}
}
