/* TAQA STORE V229 — structural redesign
   Visual synthesis: gaming storefront + clean ecommerce + mobile-first commerce.
   No business logic lives here. */
:root{
  --v229-bg:#050807;--v229-surface:#0b100e;--v229-surface-2:#101713;--v229-card:#0d1411;
  --v229-line:rgba(255,255,255,.08);--v229-text:#f7fbf8;--v229-muted:#98a49e;
  --v229-green:#29e37a;--v229-green-2:#15c965;--v229-green-soft:rgba(41,227,122,.12);
  --v229-radius:22px;--v229-radius-sm:15px;--v229-shadow:0 24px 70px rgba(0,0,0,.34);
  --v229-max:1280px;
}
body{background:var(--v229-bg);color:var(--v229-text)}
body:not(.taqa-admin-page){background-image:radial-gradient(circle at 82% 4%,rgba(41,227,122,.09),transparent 26%),radial-gradient(circle at 15% 28%,rgba(41,227,122,.045),transparent 24%)}

/* ---------- HOME ---------- */
.taqa-v229-home{max-width:var(--v229-max);margin:0 auto;padding:18px 20px 70px}
.v229-hero{position:relative;min-height:510px;border:1px solid var(--v229-line);border-radius:30px;overflow:hidden;background:#0a0e0c;box-shadow:var(--v229-shadow);isolation:isolate}
.v229-hero-media{position:absolute;inset:0;z-index:-2}.v229-hero-media img{width:100%;height:100%;object-fit:cover;display:block}.v229-hero-media img[hidden]{display:none}
.v229-hero-fallback{position:absolute;inset:0;background:linear-gradient(130deg,#101a15 0%,#07100c 48%,#030504 100%)}
.v229-hero-fallback:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(41,227,122,.24),transparent 66%);left:-100px;bottom:-170px}
.v229-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,5,4,.25),rgba(2,5,4,.72) 45%,rgba(2,5,4,.94) 100%);z-index:-1}
.v229-hero-inner{min-height:510px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.55fr);align-items:end;padding:54px;gap:42px}
.v229-hero-copy{max-width:660px}.v229-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(41,227,122,.12);border:1px solid rgba(41,227,122,.25);color:#aef7ca;font-size:13px;font-weight:700}
.v229-hero h1{font-size:clamp(42px,5.3vw,76px);line-height:.98;margin:19px 0 18px;letter-spacing:-1.8px;max-width:740px}.v229-hero h1 strong{color:var(--v229-green);font-weight:800}
.v229-hero p{color:#c5cec9;font-size:18px;line-height:1.8;max-width:590px;margin:0}.v229-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.v229-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:0 19px;border-radius:14px;font-weight:800;text-decoration:none;border:1px solid var(--v229-line)}.v229-btn.primary{background:var(--v229-green);color:#041108;border-color:transparent}.v229-btn.secondary{background:rgba(255,255,255,.06);color:#fff;backdrop-filter:blur(10px)}
.v229-hero-side{display:grid;gap:10px;align-self:end}.v229-hero-stat{display:flex;gap:13px;align-items:center;padding:16px;border:1px solid rgba(255,255,255,.1);border-radius:17px;background:rgba(4,8,6,.72);backdrop-filter:blur(14px)}.v229-hero-stat>span{width:40px;height:40px;border-radius:13px;background:var(--v229-green-soft);display:grid;place-items:center;color:var(--v229-green)}.v229-hero-stat b,.v229-hero-stat small{display:block}.v229-hero-stat small{color:var(--v229-muted);margin-top:3px}
.v229-store-bar{margin:18px 0 0;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--v229-line);border-radius:20px;background:var(--v229-surface);overflow:hidden}.v229-store-bar article{padding:18px 20px;display:flex;align-items:center;gap:12px;border-inline-start:1px solid var(--v229-line)}.v229-store-bar article:first-child{border-inline-start:0}.v229-store-bar i{color:var(--v229-green);width:20px}.v229-store-bar b{display:block;font-size:14px}.v229-store-bar small{display:block;color:var(--v229-muted);font-size:12px;margin-top:2px}
.v229-section{margin-top:58px}.v229-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}.v229-section-head .kicker{display:block;color:var(--v229-green);font-size:12px;font-weight:800;margin-bottom:4px}.v229-section-head h2{margin:0;font-size:30px;letter-spacing:-.5px}.v229-section-head a{color:#c6d0ca;text-decoration:none;font-size:14px;display:flex;align-items:center;gap:6px}
.home204-category-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:12px!important}.home204-category-card{min-height:150px!important;border-radius:20px!important;background:linear-gradient(145deg,#101713,#0a0f0d)!important;border:1px solid var(--v229-line)!important;padding:18px!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important;align-items:flex-start!important;text-align:right!important;position:relative!important;overflow:hidden!important}.home204-category-card:after{content:"";position:absolute;width:100px;height:100px;border-radius:50%;background:rgba(41,227,122,.08);left:-20px;top:-28px}.home204-category-icon{width:42px!important;height:42px!important;border-radius:14px!important;background:var(--v229-green-soft)!important;color:var(--v229-green)!important;margin-bottom:18px!important}.home204-category-card b{font-size:16px!important}.home204-category-card small{color:var(--v229-muted)!important;margin-top:3px!important}
.home204-product-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}.home204-product-card,.v134-product-card{background:var(--v229-card)!important;border:1px solid var(--v229-line)!important;border-radius:20px!important;overflow:hidden!important;box-shadow:none!important;transition:.22s transform,.22s border-color!important}.home204-product-card:hover,.v134-product-card:hover{transform:translateY(-4px);border-color:rgba(41,227,122,.28)!important}.home204-product-media,.v134-card-media{background:#080c0a!important;aspect-ratio:3/2!important;overflow:hidden!important}.home204-product-media img,.v134-card-media img{width:100%!important;height:100%!important;object-fit:contain!important;padding:10px!important}.home204-product-body,.v134-card-body{padding:15px!important}.home204-product-body h3,.v134-card-body h3{font-size:15px!important;line-height:1.5!important;min-height:45px!important}.home204-price,.v134-price{color:#fff!important;font-weight:800!important}.home204-product-buy,.v134-buy-btn{background:var(--v229-green)!important;color:#031008!important;border-radius:12px!important;border:0!important;font-weight:800!important}
.v229-editorial{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}.v229-editorial-main,.v229-editorial-card{border:1px solid var(--v229-line);background:var(--v229-surface);border-radius:24px;padding:28px;min-height:250px}.v229-editorial-main{background:linear-gradient(135deg,#0e1712,#07100c);position:relative;overflow:hidden}.v229-editorial-main:after{content:"OM";position:absolute;left:30px;bottom:-28px;font-size:180px;font-weight:900;color:rgba(41,227,122,.045);letter-spacing:-12px}.v229-editorial-main h2{font-size:34px;margin:8px 0 12px}.v229-editorial-main p,.v229-editorial-card p{color:var(--v229-muted);line-height:1.8}.v229-editorial-stack{display:grid;gap:18px}.v229-editorial-card{min-height:116px;padding:20px;display:flex;gap:14px;align-items:center}.v229-editorial-card>span{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:var(--v229-green-soft);color:var(--v229-green);flex:none}.v229-editorial-card b{display:block}.v229-editorial-card p{margin:4px 0 0;font-size:13px}

/* ---------- PRODUCTS ---------- */
.v229-products-main{max-width:var(--v229-max);margin:0 auto;padding:24px 20px 72px}.v229-catalog-hero{display:grid;grid-template-columns:1.08fr .92fr;gap:26px;align-items:center;padding:34px;border:1px solid var(--v229-line);border-radius:26px;background:linear-gradient(140deg,#111a16,#080d0b);min-height:220px;overflow:hidden;position:relative}.v229-catalog-hero:after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(41,227,122,.18),transparent 68%);left:-80px;top:-150px}.v229-catalog-copy{position:relative;z-index:1}.v229-catalog-copy span{color:var(--v229-green);font-weight:800;font-size:12px}.v229-catalog-copy h1{font-size:42px;margin:7px 0 8px}.v229-catalog-copy p{color:var(--v229-muted);margin:0}.v229-catalog-search{position:relative;z-index:1}.v229-catalog-search .v186-search-shell{margin:0!important;background:#070b09!important;border:1px solid rgba(255,255,255,.1)!important;height:58px!important;border-radius:16px!important}.v229-catalog-search input{font-size:15px!important}
.v229-catalog-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:26px;margin-top:30px}.v229-filter-rail{position:sticky;top:96px;align-self:start;border:1px solid var(--v229-line);background:var(--v229-surface);border-radius:20px;padding:18px}.v229-filter-rail h2{font-size:15px;margin:0 0 14px}.v229-filter-rail .v186-category-row{display:grid!important;gap:7px!important}.v229-filter-rail .cat-btn{width:100%!important;justify-content:flex-start!important;border-radius:12px!important;background:transparent!important;border:1px solid transparent!important}.v229-filter-rail .cat-btn.active{background:var(--v229-green-soft)!important;border-color:rgba(41,227,122,.2)!important;color:#c7fada!important}.v229-filter-divider{height:1px;background:var(--v229-line);margin:18px 0}.v229-filter-rail .v186-quick-filters{display:grid!important;gap:7px!important}.v229-filter-rail .v186-quick-filters button{width:100%!important;justify-content:flex-start!important;background:transparent!important;border:1px solid transparent!important;border-radius:12px!important}.v229-filter-rail .v186-quick-filters button.active{background:var(--v229-green-soft)!important;color:#c7fada!important;border-color:rgba(41,227,122,.2)!important}.v229-products-content{min-width:0}.v229-results-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:15px}.v229-results-head h2{font-size:24px;margin:0}.v229-results-head span{color:var(--v229-muted);font-size:13px}.v229-results-tools{display:flex;align-items:center;gap:10px}.v229-sort{height:42px;border-radius:12px;background:var(--v229-surface);color:#fff;border:1px solid var(--v229-line);padding:0 12px}.v229-mobile-filter{display:none;height:42px;padding:0 13px;border-radius:12px;background:var(--v229-surface);color:#fff;border:1px solid var(--v229-line)}.v186-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}.v186-clear-query{margin:0 0 14px!important}

/* ---------- PRODUCT DETAIL ---------- */
.v229-product-main{max-width:var(--v229-max);margin:0 auto;padding:20px 20px 72px}.v229-breadcrumb{display:flex;align-items:center;gap:8px;color:var(--v229-muted);font-size:13px;margin:4px 0 18px}.v229-breadcrumb a{color:#d7dfda;text-decoration:none}.v229-product-stage{border:1px solid var(--v229-line);border-radius:26px;background:var(--v229-surface);padding:22px}.v229-product-stage .product-detail{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(390px,.78fr)!important;gap:34px!important}.v229-product-stage .detail-gallery{border-radius:20px!important;overflow:hidden!important;background:#070b09!important;border:1px solid var(--v229-line)!important;padding:12px!important}.v229-product-stage .detail-gallery>img{width:100%!important;min-height:460px!important;max-height:610px!important;object-fit:contain!important;border-radius:14px!important;background:#080c0a!important}.v229-product-stage .thumb-row{display:grid!important;grid-template-columns:repeat(5,1fr)!important;gap:7px!important;margin-top:10px!important}.v229-product-stage .thumb-row span{font-size:11px!important;background:#0e1512!important;border:1px solid var(--v229-line)!important;border-radius:10px!important;padding:8px 5px!important;text-align:center!important}.v229-product-stage .detail-panel{padding:6px 4px!important}.v229-product-stage .detail-panel h1{font-size:34px!important;line-height:1.3!important;margin:0 0 12px!important}.v229-product-stage .price-box{background:#080c0a!important;border:1px solid var(--v229-line)!important;border-radius:17px!important;padding:15px!important;margin:16px 0!important}.v229-product-stage #detailPrice{font-size:28px!important;color:#fff!important}.v229-product-stage .availability-pill{background:var(--v229-green-soft)!important;color:#b7f8cf!important}.v229-product-stage .product-trust-mini{grid-template-columns:repeat(3,1fr)!important;gap:8px!important}.v229-product-stage .product-trust-mini>span{background:#0c1210!important;border:1px solid var(--v229-line)!important;border-radius:13px!important;padding:11px!important}.v229-product-stage .plan-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.v229-product-stage .plan-card,.v229-product-stage .plan-option{border-radius:13px!important;background:#0b110e!important;border:1px solid var(--v229-line)!important}.v229-product-stage .plan-card.active,.v229-product-stage .plan-option.active{border-color:rgba(41,227,122,.6)!important;background:var(--v229-green-soft)!important}.v229-product-stage .detail-buttons{display:grid!important;grid-template-columns:1.35fr .65fr!important;gap:9px!important;margin-top:16px!important}.v229-product-stage .detail-buttons .cta{min-height:52px!important;border-radius:14px!important}.v229-product-stage #payNow{background:var(--v229-green)!important;color:#031008!important}.v229-product-stage #addCart{background:#111915!important;color:#fff!important;border:1px solid var(--v229-line)!important}.v229-below-product{display:grid;grid-template-columns:1fr;gap:18px;margin-top:28px}.v229-below-product .glass-card,.v229-below-product .related{border:1px solid var(--v229-line)!important;border-radius:22px!important;background:var(--v229-surface)!important;padding:24px!important}.v229-below-product .related-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}

/* ---------- Global shell polish ---------- */
.site-header{backdrop-filter:blur(18px)}.footer{border-top:1px solid var(--v229-line)}

@media(max-width:1080px){
  .home204-category-grid{grid-template-columns:repeat(3,1fr)!important}.home204-product-grid{grid-template-columns:repeat(3,1fr)!important}
  .v229-store-bar{grid-template-columns:repeat(2,1fr)}.v229-store-bar article:nth-child(3){border-inline-start:0;border-top:1px solid var(--v229-line)}.v229-store-bar article:nth-child(4){border-top:1px solid var(--v229-line)}
  .v229-products-grid,.v186-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .v229-product-stage .product-detail{grid-template-columns:1fr 1fr!important}.v229-product-stage .detail-gallery>img{min-height:390px!important}
}
@media(max-width:760px){
  .taqa-v229-home,.v229-products-main,.v229-product-main{padding-inline:12px;padding-top:12px}
  .v229-hero{min-height:610px;border-radius:22px}.v229-hero-inner{min-height:610px;grid-template-columns:1fr;padding:28px 20px;align-content:end}.v229-hero-side{grid-template-columns:1fr 1fr}.v229-hero h1{font-size:44px;letter-spacing:-1px}.v229-hero p{font-size:15px}.v229-hero-overlay{background:linear-gradient(0deg,rgba(2,5,4,.95),rgba(2,5,4,.72) 55%,rgba(2,5,4,.16))}.v229-hero-actions .v229-btn{flex:1}
  .v229-store-bar{grid-template-columns:1fr 1fr}.v229-store-bar article{padding:14px}.v229-store-bar small{display:none}.v229-store-bar article:nth-child(3){border-inline-start:0}.v229-section{margin-top:40px}.v229-section-head h2{font-size:24px}.v229-section-head>a{display:none}.home204-category-grid{grid-template-columns:repeat(2,1fr)!important}.home204-category-card{min-height:132px!important}.home204-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.v229-editorial{grid-template-columns:1fr}.v229-editorial-main{min-height:210px}
  .v229-catalog-hero{grid-template-columns:1fr;padding:24px 18px;min-height:255px}.v229-catalog-copy h1{font-size:34px}.v229-catalog-layout{display:block;margin-top:18px}.v229-filter-rail{display:none}.v229-results-head{align-items:flex-start}.v229-mobile-filter{display:inline-flex;align-items:center;gap:7px}.v229-sort{max-width:132px}.v186-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .v229-product-stage{padding:10px;border-radius:20px}.v229-product-stage .product-detail{grid-template-columns:1fr!important;gap:18px!important}.v229-product-stage .detail-gallery>img{min-height:auto!important;max-height:390px!important;aspect-ratio:1.08/1!important}.v229-product-stage .detail-panel h1{font-size:26px!important}.v229-product-stage .product-trust-mini{grid-template-columns:1fr 1fr!important}.v229-product-stage .product-trust-mini>span:last-child{grid-column:1/-1}.v229-product-stage .detail-buttons{grid-template-columns:1fr!important}.v229-product-stage .thumb-row{grid-template-columns:repeat(3,1fr)!important}.v229-below-product .glass-card,.v229-below-product .related{padding:16px!important}.v229-below-product .related-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:390px){.v229-hero-side{grid-template-columns:1fr}.v229-store-bar{grid-template-columns:1fr}.v229-store-bar article{border-inline-start:0!important;border-top:1px solid var(--v229-line)}.v229-store-bar article:first-child{border-top:0}.home204-product-grid,.v186-products-grid{gap:8px!important}.v229-product-stage .plan-grid{grid-template-columns:1fr!important}}
/* Preserve Site Designs full-artwork mode behavior. */
body[data-page="home"] #homeHero.taqa-custom-hero-artwork .v229-hero-copy,
body[data-page="home"] #homeHero.taqa-custom-hero-artwork .v229-hero-side{display:none!important}
body[data-page="home"] #homeHero.taqa-custom-hero-artwork .v229-hero-overlay{display:none!important}
