/** Shopify CDN: Minification failed

Line 106:45 The "+" operator only works if there is whitespace on both sides

**/
/* ============================================================
   XMART WIFI UPS — LIGHT THEME v3
   Orange announcement · New logo · Sliding headline
   Cart drawer · Full mobile responsive
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Nastaliq+Urdu:wght@400;700&display=swap');

:root {
  --orange:    #EA580C;
  --orange-l:  #FB923C;
  --orange-ll: #FFF7ED;
  --orange-d:  #C2410C;
  --blue:      #2563EB;
  --blue-l:    #3B82F6;
  --blue-ll:   #EFF6FF;
  --green:     #16A34A;
  --green-ll:  #F0FDF4;
  --red:       #DC2626;
  --red-ll:    #FEF2F2;
  --ink:       #111827;
  --ink2:      #374151;
  --ink3:      #6B7280;
  --line:      #E5E7EB;
  --bg:        #FFFFFF;
  --bg2:       #F9FAFB;
  --bg3:       #F3F4F6;
  --sh-sm:     0 1px 4px rgba(0,0,0,0.07);
  --sh-md:     0 4px 16px rgba(0,0,0,0.10);
  --sh-lg:     0 8px 40px rgba(0,0,0,0.13);
  --r:         10px;
  --r-lg:      16px;
  --r-xl:      24px;
  --f-head:    'Sora', sans-serif;
  --f-body:    'Plus Jakarta Sans', sans-serif;
  --max:       1200px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--ink); font-family: var(--f-body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* === UTILS === */
.sec-wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.sec-head { text-align: center; margin-bottom: 48px; }
.sec-pill { display: inline-flex; align-items: center; gap: 6px; background: var(--orange-ll); color: var(--orange); border: 1px solid #FED7AA; padding: 5px 14px; border-radius: 100px; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.4px; margin-bottom: 14px; }
.sec-title { font-family: var(--f-head); font-size: clamp(26px,4vw,42px); font-weight: 800; color: var(--ink); line-height: 1.15; margin-bottom: 12px; }
.sec-title span { color: var(--orange); }
.sec-sub { font-size: 16px; color: var(--ink3); max-width: 560px; margin: 0 auto; }
.sec-cta { text-align: center; margin-top: 40px; }

/* Buttons */
.btn-buy { display: inline-flex; align-items: center; gap: 8px; background: var(--orange); color: #fff; padding: 14px 28px; border-radius: var(--r); font-family: var(--f-head); font-weight: 700; font-size: 15px; border: none; cursor: pointer; transition: all 0.2s; text-transform: uppercase; letter-spacing: 0.3px; box-shadow: 0 4px 14px rgba(234,88,12,0.3); }
.btn-buy:hover { background: var(--orange-d); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(234,88,12,0.4); }
.btn-buy.btn-white { background: #fff; color: var(--orange); box-shadow: none; }
.btn-buy.btn-white:hover { background: var(--orange-ll); }
.btn-wa { display: inline-flex; align-items: center; gap: 8px; background: #25D366; color: #fff; padding: 14px 28px; border-radius: var(--r); font-family: var(--f-head); font-weight: 700; font-size: 15px; border: none; cursor: pointer; transition: all 0.2s; text-transform: uppercase; }
.btn-wa:hover { background: #16A34A; transform: translateY(-2px); }
.btn-outline { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: var(--orange); padding: 13px 28px; border-radius: var(--r); font-family: var(--f-head); font-weight: 700; font-size: 15px; border: 2px solid var(--orange); cursor: pointer; transition: all 0.2s; text-transform: uppercase; }
.btn-outline:hover { background: var(--orange); color: #fff; }
.btn-full { width: 100%; justify-content: center; }

/* === ANNOUNCEMENT BAR — ORANGE === */
.ann-bar { background: linear-gradient(90deg, #C2410C, var(--orange), #C2410C); overflow: hidden; }
.ann-inner { display: flex; align-items: center; max-width: 1400px; margin: 0 auto; padding: 0 12px; }
.ann-ticker-wrap { flex: 1; overflow: hidden; height: 42px; }
.ann-ticker { display: flex; align-items: center; white-space: nowrap; animation: ticker 50s linear infinite; }
.ann-ticker span { display: inline-flex; align-items: center; gap: 8px; padding: 0 32px; font-size: 12.5px; font-weight: 700; height: 42px; color: rgba(255,255,255,0.95); letter-spacing: 0.2px; }
.ann-ticker span i { color: #FEF3C7; font-size: 13px; }
@keyframes ticker { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
.ann-close { background: none; border: none; color: rgba(255,255,255,0.6); cursor: pointer; padding: 8px; font-size: 15px; flex-shrink: 0; }
.ann-close:hover { color: #fff; }

/* === HEADER === */
.site-header { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 900; transition: box-shadow 0.2s; }
.site-header.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.09); }
.hdr-wrap { max-width: 1400px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; height: 68px; gap: 20px; }

/* NEW LOGO */
.hdr-logo { flex-shrink: 0; text-decoration: none; }
.logo-lockup { display: flex; align-items: center; gap: 10px; }
.logo-icon-wrap { width: 42px; height: 42px; background: linear-gradient(135deg, var(--orange), var(--orange-d)); border-radius: 10px; display: flex; align-items: center; justify-content: center; position: relative; flex-shrink: 0; box-shadow: 0 3px 10px rgba(234,88,12,0.35); }
.logo-wifi-icon { font-size: 13px; color: rgba(255,255,255,0.5); position: absolute; top: 5px; }
.logo-bolt-icon { font-size: 22px; color: #fff; position: relative; z-index: 1; }
.logo-text-wrap { display: flex; flex-direction: column; line-height: 1; }
.logo-main { font-family: var(--f-head); font-size: 22px; font-weight: 800; }
.lx { color: var(--orange); }
.lm { color: var(--ink); }
.logo-sub { font-size: 10px; font-weight: 700; color: var(--blue); letter-spacing: 2px; text-transform: uppercase; margin-top: 1px; }
.logo-sub strong { color: var(--orange); }

/* Nav */
.hdr-nav { flex: 1; display: flex; align-items: center; gap: 2px; }
.hn { display: flex; align-items: center; gap: 5px; padding: 8px 13px; font-weight: 600; font-size: 13.5px; color: var(--ink2); border-radius: 8px; transition: all 0.15s; text-transform: uppercase; letter-spacing: 0.3px; cursor: pointer; white-space: nowrap; }
.hn:hover, .hn.active { color: var(--orange); background: var(--orange-ll); }
.hn-caret { font-size: 9px; transition: transform 0.2s; }
.hn-drop { position: relative; }
.hn-drop:hover .hn-caret { transform: rotate(180deg); }
.hn-menu { position: absolute; top: calc(100%+8px); left: 0; min-width: 210px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 8px; box-shadow: var(--sh-lg); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: all 0.2s; z-index: 10; }
.hn-drop:hover .hn-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.hn-menu a { display: flex; align-items: center; gap: 10px; padding: 10px 14px; font-size: 14px; font-weight: 600; color: var(--ink2); border-radius: 8px; transition: all 0.15s; }
.hn-menu a i { color: var(--orange); width: 16px; }
.hn-menu a:hover { color: var(--orange); background: var(--orange-ll); }

/* Header Actions */
.hdr-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.hdr-phone { display: flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 700; color: var(--orange); border: 1.5px solid #FED7AA; padding: 7px 14px; border-radius: 100px; transition: all 0.2s; white-space: nowrap; }
.hdr-phone:hover { background: var(--orange-ll); }
.hdr-search-btn, .hdr-cart-btn { width: 42px; height: 42px; border-radius: var(--r); background: var(--bg2); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; font-size: 16px; color: var(--ink2); transition: all 0.2s; cursor: pointer; position: relative; }
.hdr-search-btn:hover, .hdr-cart-btn:hover { background: var(--orange-ll); color: var(--orange); border-color: #FED7AA; }
.cart-badge { position: absolute; top: -6px; right: -6px; background: var(--orange); color: #fff; font-size: 10px; font-weight: 700; width: 19px; height: 19px; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 2px solid #fff; }
.hdr-burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.hdr-burger span { display: block; width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: all 0.25s; }
.hdr-burger.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.hdr-burger.open span:nth-child(2) { opacity: 0; }
.hdr-burger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* Search Bar */
.hdr-search { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, border 0.3s; border-bottom: 0 solid var(--line); background: var(--bg2); }
.hdr-search.open { max-height: 70px; border-bottom: 1px solid var(--line); }
.hdr-search-inner { max-width: 1400px; margin: 0 auto; padding: 12px 24px; display: flex; align-items: center; gap: 12px; }
.search-form-hdr { flex: 1; display: flex; align-items: center; gap: 10px; background: #fff; border: 1.5px solid var(--line); border-radius: var(--r); padding: 8px 16px; }
.search-form-hdr i { color: var(--ink3); }
.search-form-hdr input { flex: 1; border: none; outline: none; font-family: var(--f-body); font-size: 15px; background: transparent; }
.search-form-hdr button { background: var(--orange); color: #fff; border: none; padding: 6px 16px; border-radius: 8px; font-weight: 700; font-size: 13px; cursor: pointer; }
.search-close { background: none; border: none; font-size: 18px; color: var(--ink3); cursor: pointer; }

/* Mobile Drawer */
.mob-drawer { position: fixed; top: 0; left: -100%; width: 290px; height: 100vh; background: #fff; border-right: 1px solid var(--line); z-index: 2000; display: flex; flex-direction: column; transition: left 0.3s ease; box-shadow: var(--sh-lg); }
.mob-drawer.open { left: 0; }
.mob-head { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid var(--line); }
.mob-close { background: none; border: none; font-size: 20px; color: var(--ink3); cursor: pointer; }
.mob-nav { flex: 1; padding: 12px; overflow-y: auto; }
.mob-nav a { display: flex; align-items: center; gap: 12px; padding: 13px 16px; font-weight: 700; font-size: 15px; color: var(--ink2); border-radius: 10px; transition: all 0.15s; text-transform: uppercase; margin-bottom: 2px; }
.mob-nav a:hover { color: var(--orange); background: var(--orange-ll); }
.mob-nav a i { color: var(--orange); width: 18px; }
.mob-footer { padding: 16px 20px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 12px; }
.mob-footer a { display: flex; align-items: center; gap: 10px; font-weight: 700; color: var(--ink2); font-size: 14px; }
.mob-footer a i { color: var(--green); }
.mob-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.4); z-index: 1500; opacity: 0; visibility: hidden; transition: all 0.3s; }
.mob-overlay.show { opacity: 1; visibility: visible; }

/* === CART DRAWER === */
.cart-drawer { position: fixed; top: 0; right: -420px; width: 400px; max-width: 100vw; height: 100vh; background: #fff; border-left: 1px solid var(--line); z-index: 2000; display: flex; flex-direction: column; transition: right 0.35s cubic-bezier(0.4,0,0.2,1); box-shadow: var(--sh-lg); }
.cart-drawer.open { right: 0; }
.cart-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.4); z-index: 1500; opacity: 0; visibility: hidden; transition: all 0.3s; }
.cart-overlay.show { opacity: 1; visibility: visible; }
.cd-header { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid var(--line); flex-shrink: 0; }
.cd-header h3 { font-family: var(--f-head); font-size: 18px; font-weight: 800; display: flex; align-items: center; gap: 8px; }
.cd-header h3 i { color: var(--orange); }
.cd-count { font-size: 14px; color: var(--ink3); font-weight: 600; }
.cd-close { background: none; border: none; font-size: 20px; color: var(--ink3); cursor: pointer; width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; transition: all 0.15s; }
.cd-close:hover { background: var(--bg3); color: var(--ink); }
.cd-body { flex: 1; overflow-y: auto; padding: 16px 20px; }
.cd-item { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cd-item:last-child { border-bottom: none; }
.cd-item-img { width: 70px; height: 70px; border-radius: 10px; overflow: hidden; background: var(--bg3); flex-shrink: 0; }
.cd-item-img img { width: 100%; height: 100%; object-fit: cover; }
.cd-item-icon { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 24px; color: #CBD5E1; }
.cd-item-info { flex: 1; display: flex; flex-direction: column; gap: 3px; }
.cd-item-name { font-weight: 700; font-size: 14px; color: var(--ink); line-height: 1.3; }
.cd-item-var { font-size: 12px; color: var(--ink3); }
.cd-item-price { font-size: 13px; color: var(--ink3); }
.cd-item-total { font-family: var(--f-head); font-weight: 800; font-size: 16px; color: var(--orange); flex-shrink: 0; }
.cd-empty { text-align: center; padding: 60px 20px; }
.cd-empty i { font-size: 56px; color: #CBD5E1; display: block; margin-bottom: 16px; }
.cd-empty p { color: var(--ink3); margin-bottom: 20px; }
.cd-footer { padding: 16px 20px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 10px; flex-shrink: 0; }
.cd-subtotal { display: flex; justify-content: space-between; align-items: center; font-size: 16px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.cd-subtotal span { color: var(--ink3); font-weight: 600; }
.cd-subtotal strong { font-family: var(--f-head); font-size: 20px; font-weight: 800; color: var(--ink); }

/* === HERO === */
.hero { background: linear-gradient(135deg, #FFF7ED 0%, #fff 50%, #EFF6FF 100%); position: relative; overflow: hidden; }
.hero-bg-dots { position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(circle, #FED7AA 1px, transparent 1px); background-size: 32px 32px; opacity: 0.4; }
.hero-wrap { max-width: var(--max); margin: 0 auto; padding: 72px 24px 0; display: grid; grid-template-columns: 1fr 480px; gap: 40px; align-items: center; position: relative; z-index: 1; }
.hero-left { padding-bottom: 40px; }
.hero-pill { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1.5px solid #FED7AA; color: var(--orange); padding: 7px 16px; border-radius: 100px; font-size: 13px; font-weight: 700; margin-bottom: 20px; box-shadow: var(--sh-sm); }
.pill-dot { width: 8px; height: 8px; background: var(--green); border-radius: 50%; animation: blink 2s infinite; }
@keyframes blink { 0%,100%{opacity:1}50%{opacity:0.3} }

/* Sliding headline */
.hero-slider-wrap { margin-bottom: 20px; }
.hero-slides { position: relative; overflow: hidden; min-height: 130px; }
.hero-slide { position: absolute; top: 0; left: 0; width: 100%; opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; pointer-events: none; }
.hero-slide.active { opacity: 1; transform: translateY(0); pointer-events: auto; position: relative; }
.hero-h1 { font-family: var(--f-head); font-size: clamp(32px,5vw,56px); font-weight: 800; line-height: 1.1; color: var(--ink); }
.hero-accent { color: var(--orange); }
.slide-dots { display: flex; gap: 8px; margin-top: 14px; }
.sdot { width: 28px; height: 4px; border-radius: 2px; border: none; background: #FED7AA; cursor: pointer; transition: all 0.3s; padding: 0; }
.sdot.active { background: var(--orange); width: 42px; }

.hero-sub { font-size: 17px; color: var(--ink3); line-height: 1.7; max-width: 500px; margin-bottom: 28px; }

/* Benefit list */
.hero-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 28px; }
.hbenefit { display: flex; align-items: flex-start; gap: 12px; background: #fff; border: 1px solid var(--line); padding: 14px; border-radius: var(--r-lg); box-shadow: var(--sh-sm); transition: all 0.2s; }
.hbenefit:hover { border-color: #FED7AA; box-shadow: 0 4px 16px rgba(234,88,12,0.1); }
.hb-icon { width: 40px; height: 40px; background: var(--orange-ll); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 18px; color: var(--orange); flex-shrink: 0; }
.hb-text { display: flex; flex-direction: column; }
.hb-text strong { font-size: 14px; font-weight: 700; color: var(--ink); }
.hb-text span { font-size: 12px; color: var(--ink3); }

.hero-btns { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 28px; }
.hero-stats { display: flex; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 14px 20px; box-shadow: var(--sh-sm); width: fit-content; flex-wrap: wrap; gap: 0; }
.hstat { text-align: center; padding: 0 16px; }
.hstat strong { display: block; font-family: var(--f-head); font-size: 18px; font-weight: 800; color: var(--orange); }
.hstat span { font-size: 11px; color: var(--ink3); font-weight: 600; text-transform: uppercase; letter-spacing: 0.4px; }
.hstat-d { width: 1px; height: 32px; background: var(--line); }

/* Hero Right — Product Image */
.hero-right { display: flex; align-items: center; justify-content: center; padding-bottom: 40px; }
.hero-img-wrap { position: relative; display: flex; align-items: center; justify-content: center; }
.hero-product-img { width: 100%; max-width: 460px; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 20px 40px rgba(234,88,12,0.2)); animation: floatImg 4s ease-in-out infinite; }
@keyframes floatImg { 0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)} }
/* Fallback visual */
.hero-fallback-visual { position: relative; width: 360px; height: 360px; display: flex; align-items: center; justify-content: center; }
.hfv-glow { position: absolute; width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(circle, rgba(234,88,12,0.15) 0%, transparent 70%); }
.hfv-r { position: absolute; border-radius: 50%; border: 1.5px solid; animation: rng 3s ease-in-out infinite; }
.r1 { width: 150px; height: 150px; border-color: rgba(234,88,12,0.3); }
.r2 { width: 240px; height: 240px; border-color: rgba(234,88,12,0.15); animation-delay: 0.5s; }
.r3 { width: 330px; height: 330px; border-color: rgba(234,88,12,0.07); animation-delay: 1s; }
@keyframes rng { 0%,100%{transform:scale(1);opacity:0.7}50%{transform:scale(1.04);opacity:1} }
.hfv-core { width: 100px; height: 100px; background: linear-gradient(135deg, var(--orange), var(--orange-d)); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 44px; color: #fff; box-shadow: 0 8px 28px rgba(234,88,12,0.4); z-index: 2; }
.hfv-wifi { position: absolute; top: 30px; right: 50px; font-size: 28px; color: var(--orange-l); filter: drop-shadow(0 2px 6px rgba(234,88,12,0.3)); animation: wfi 2s ease-in-out infinite; }
@keyframes wfi { 0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.5;transform:scale(0.85)} }
.hfv-badge { position: absolute; background: #fff; border: 1px solid var(--line); border-radius: 100px; padding: 7px 14px; font-size: 12px; font-weight: 700; color: var(--ink2); box-shadow: var(--sh-md); white-space: nowrap; display: flex; align-items: center; gap: 6px; }
.hfv-badge i { color: var(--green); }
.b1 { top: 20px; left: 0; }
.b2 { bottom: 60px; left: -10px; }
.b3 { top: 80px; right: 0; }

/* Trust Strip */
.trust-strip { background: var(--ink); }
.ts-wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.ts-item { display: flex; align-items: center; gap: 8px; padding: 15px 24px; font-size: 12.5px; font-weight: 700; color: #E5E7EB; text-transform: uppercase; letter-spacing: 0.4px; }
.ts-item i { color: #FCD34D; }
.ts-div { width: 1px; height: 18px; background: rgba(255,255,255,0.12); }

/* === PRODUCTS === */
.sec-products { padding: 80px 0; background: var(--bg2); }
.prod-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px; }
.prod-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl); overflow: hidden; transition: all 0.25s; position: relative; box-shadow: var(--sh-sm); }
.prod-card:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); border-color: #FED7AA; }
.pc-badge { position: absolute; top: 12px; left: 12px; z-index: 2; padding: 4px 10px; border-radius: 6px; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.pc-sale { background: var(--red); color: #fff; }
.pc-new { background: var(--green); color: #fff; left: auto; right: 12px; }
.pc-img-link { display: block; position: relative; aspect-ratio: 1; overflow: hidden; background: var(--bg3); }
.pc-img-link img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.prod-card:hover .pc-img-link img { transform: scale(1.06); }
.pc-placeholder { width: 100%; aspect-ratio: 1; background: var(--bg3); display: flex; align-items: center; justify-content: center; font-size: 60px; color: #CBD5E1; }
.pc-hover-overlay { position: absolute; inset: 0; background: rgba(234,88,12,0.75); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 14px; gap: 8px; opacity: 0; transition: opacity 0.25s; }
.pc-img-link:hover .pc-hover-overlay { opacity: 1; }
.pc-body { padding: 18px 20px 20px; }
.pc-name { font-family: var(--f-head); font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 7px; line-height: 1.3; }
.pc-name a { color: inherit; }
.pc-name a:hover { color: var(--orange); }
.pc-desc { font-size: 13px; color: var(--ink3); margin-bottom: 10px; line-height: 1.5; }
.pc-meta { font-size: 12px; color: var(--ink3); margin-bottom: 14px; }
.pc-meta-icon { color: var(--orange); margin-right: 3px; }
.pc-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.pc-price { display: flex; flex-direction: column; }
.pc-old { font-size: 12px; color: var(--ink3); text-decoration: line-through; }
.pc-now { font-family: var(--f-head); font-size: 20px; font-weight: 800; color: var(--orange); }
.pc-atc-btn { display: inline-flex; align-items: center; gap: 6px; background: var(--orange); color: #fff; padding: 10px 16px; border-radius: var(--r); font-family: var(--f-head); font-weight: 700; font-size: 12.5px; border: none; cursor: pointer; transition: all 0.2s; text-transform: uppercase; white-space: nowrap; }
.pc-atc-btn:hover { background: var(--orange-d); transform: translateY(-2px); }
.pc-atc-btn.loading { opacity: 0.7; pointer-events: none; }

/* === WHY XMART === */
.sec-why { padding: 80px 0; background: #fff; }
.why-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; margin-bottom: 48px; }
.why-card { background: #fff; border: 1.5px solid var(--line); border-radius: var(--r-xl); padding: 26px; transition: all 0.25s; position: relative; overflow: hidden; }
.why-card::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--orange), var(--orange-l)); transform: scaleX(0); transition: transform 0.3s; transform-origin: left; }
.why-card:hover::after { transform: scaleX(1); }
.why-card:hover { border-color: #FED7AA; transform: translateY(-3px); box-shadow: var(--sh-md); }
.why-card--highlight { border-color: #FED7AA; background: var(--orange-ll); }
.why-icon { width: 50px; height: 50px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 14px; }
.why-card h4 { font-family: var(--f-head); font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 10px; }
.why-card p { font-size: 14px; color: var(--ink3); line-height: 1.7; margin-bottom: 14px; }
.why-card strong { color: var(--ink); }
.why-tag { display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; border-radius: 100px; font-size: 12px; font-weight: 700; }
.why-tag--green { background: var(--green-ll); color: var(--green); border: 1px solid #BBF7D0; }
.why-tag--red { background: var(--red-ll); color: var(--red); border: 1px solid #FECACA; }
.why-tag--blue { background: var(--blue-ll); color: var(--blue); border: 1px solid #BFDBFE; }

/* Simple Compare */
.simple-compare { display: grid; grid-template-columns: 1fr auto 1fr; gap: 0; border: 1.5px solid var(--line); border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--sh-sm); }
.sc-col { padding: 28px; }
.sc-xmart { background: #F0FDF4; border-right: 1px solid var(--line); }
.sc-other { background: #FEF2F2; }
.sc-vs { background: var(--bg2); display: flex; align-items: center; justify-content: center; padding: 0 16px; }
.sc-vs span { width: 40px; height: 40px; background: var(--ink); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--f-head); font-size: 13px; font-weight: 800; }
.sc-head { font-family: var(--f-head); font-size: 16px; font-weight: 800; margin-bottom: 18px; display: flex; align-items: center; gap: 8px; }
.sc-xmart .sc-head { color: var(--green); }
.sc-other .sc-head { color: var(--red); }
.sc-col ul { display: flex; flex-direction: column; gap: 10px; }
.sc-col li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ink2); font-weight: 600; }
.sc-xmart li i { color: var(--green); }
.sc-other li i { color: var(--red); }

/* === SOCIAL PROOF === */
.sec-proof { padding: 80px 0; background: var(--bg2); }
.stats-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-xl); overflow: hidden; margin-bottom: 0; }
.stat-box { background: #fff; padding: 30px 16px; text-align: center; }
.stat-n { font-family: var(--f-head); font-size: clamp(28px,4vw,46px); font-weight: 800; color: var(--orange); }
.stat-l { font-size: 12px; font-weight: 700; color: var(--ink3); text-transform: uppercase; letter-spacing: 0.6px; margin-top: 6px; }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px,1fr)); gap: 22px; }
.rv-card { background: #fff; border: 1.5px solid var(--line); border-radius: var(--r-xl); padding: 26px; transition: all 0.25s; box-shadow: var(--sh-sm); }
.rv-card:hover { box-shadow: var(--sh-lg); border-color: #FED7AA; }
.rv-featured { border-color: #FED7AA; box-shadow: 0 4px 20px rgba(234,88,12,0.1); }
.rv-top-badge { display: inline-flex; align-items: center; gap: 6px; background: var(--orange-ll); color: var(--orange); border: 1px solid #FED7AA; padding: 4px 12px; border-radius: 100px; font-size: 12px; font-weight: 700; margin-bottom: 12px; }
.rv-stars { color: #F59E0B; font-size: 18px; margin-bottom: 12px; letter-spacing: 2px; }
.rv-card p { font-size: 14px; color: var(--ink2); line-height: 1.7; margin-bottom: 18px; font-style: italic; }
.rv-author { display: flex; align-items: center; gap: 12px; }
.rv-av { width: 42px; height: 42px; background: linear-gradient(135deg, var(--orange), var(--orange-d)); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; font-size: 16px; flex-shrink: 0; }
.rv-author strong { display: block; font-weight: 700; font-size: 15px; }
.rv-author span { font-size: 13px; color: var(--ink3); }

/* === CTA BANNER === */
.sec-cta-banner { padding: 0 24px 60px; }
.cta-card { background: linear-gradient(135deg, var(--orange-d), var(--orange), #FB923C); border-radius: var(--r-xl); padding: 56px 48px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; box-shadow: 0 20px 60px rgba(234,88,12,0.3); position: relative; overflow: hidden; max-width: var(--max); margin: 0 auto; }
.cta-card::before { content: ''; position: absolute; top: -80px; right: 80px; width: 260px; height: 260px; border-radius: 50%; background: rgba(255,255,255,0.06); }
.cta-pill { display: inline-flex; align-items: center; background: rgba(255,255,255,0.2); color: #fff; padding: 5px 14px; border-radius: 100px; font-size: 12px; font-weight: 700; text-transform: uppercase; margin-bottom: 16px; }
.cta-left h2 { font-family: var(--f-head); font-size: clamp(22px,3.5vw,36px); font-weight: 800; color: #fff; margin-bottom: 12px; line-height: 1.2; }
.cta-left h2 span { color: #FEF3C7; }
.cta-left p { color: rgba(255,255,255,0.85); font-size: 15px; margin-bottom: 24px; line-height: 1.6; max-width: 480px; }
.cta-note { font-size: 13px; color: rgba(255,255,255,0.7); display: flex; align-items: center; gap: 6px; flex-wrap: wrap; margin-top: 16px; }
.cta-note i { color: #FEF3C7; }
.cta-btns { display: flex; flex-wrap: wrap; gap: 14px; }
.cta-right { position: relative; z-index: 1; }
.cta-icon-circle { width: 120px; height: 120px; border-radius: 50%; background: rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; font-size: 56px; color: rgba(255,255,255,0.5); }

/* === FOOTER === */
.site-footer { background: #111827; color: #9CA3AF; border-top: 1px solid #1F2937; }
.ftr-top { padding: 56px 0 36px; }
.ftr-wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 2fr 1fr 1fr 1.6fr; gap: 44px; }
.ftr-brand p { font-size: 14px; line-height: 1.7; margin: 14px 0 18px; max-width: 240px; }
.ftr-social { display: flex; gap: 10px; }
.ftr-social a { width: 38px; height: 38px; background: #1F2937; border-radius: 9px; display: flex; align-items: center; justify-content: center; color: #9CA3AF; font-size: 15px; transition: all 0.2s; }
.ftr-social a:hover { background: var(--orange); color: #fff; }
.ftr-col h5 { font-family: var(--f-head); font-size: 13px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 16px; }
.ftr-col a { display: flex; align-items: center; gap: 8px; font-size: 14px; color: #9CA3AF; margin-bottom: 9px; transition: color 0.15s; }
.ftr-link-icon { width: 14px; color: #4B5563; }
.ftr-col a:hover { color: #fff; }
.ftr-badges { display: flex; flex-direction: column; gap: 8px; margin-top: 18px; }
.ftr-badges span { display: flex; align-items: center; gap: 8px; font-size: 12px; color: #6B7280; }
.ftr-badges i { color: #22C55E; }
.ftr-bottom { border-top: 1px solid #1F2937; padding: 18px 0; }
.ftr-bottom-row { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 13px; color: #4B5563; }

/* WhatsApp Float */
.wa-float { position: fixed; bottom: 24px; right: 24px; z-index: 999; width: 56px; height: 56px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 26px; color: #fff; box-shadow: 0 4px 20px rgba(37,211,102,0.5); transition: all 0.25s; }
.wa-float:hover { transform: scale(1.1); }
.wa-tip { position: absolute; right: 66px; background: #111827; color: #fff; padding: 7px 14px; border-radius: 8px; font-size: 12px; font-weight: 600; white-space: nowrap; opacity: 0; visibility: hidden; transition: all 0.2s; }
.wa-float:hover .wa-tip { opacity: 1; visibility: visible; }

/* === PRODUCT PAGE === */
.pdp { padding: 36px 0 80px; }
.pdp-wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ink3); margin-bottom: 28px; flex-wrap: wrap; }
.breadcrumb a { color: var(--orange); font-weight: 600; }
.breadcrumb i { font-size: 10px; color: var(--ink3); }
.pdp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.pdp-main-img { border: 1px solid var(--line); border-radius: var(--r-xl); overflow: hidden; background: var(--bg3); margin-bottom: 10px; }
.pdp-main-img img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.pdp-thumbs { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; }
.pdp-thumb { width: 72px; height: 72px; object-fit: cover; border-radius: 10px; cursor: pointer; border: 2px solid transparent; transition: all 0.2s; flex-shrink: 0; }
.pdp-thumb.active, .pdp-thumb:hover { border-color: var(--orange); }
.pdp-title { font-family: var(--f-head); font-size: clamp(22px,3.5vw,34px); font-weight: 800; color: var(--ink); margin-bottom: 16px; line-height: 1.2; }
.pdp-price-row { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-bottom: 20px; }
.pdp-old { font-size: 16px; color: var(--ink3); text-decoration: line-through; }
.pdp-price { font-family: var(--f-head); font-size: 36px; font-weight: 800; color: var(--orange); }
.pdp-save { background: var(--green); color: #fff; padding: 4px 12px; border-radius: 100px; font-size: 13px; font-weight: 700; }
.pdp-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.pdp-tag { background: var(--orange-ll); color: var(--orange); border: 1px solid #FED7AA; padding: 3px 10px; border-radius: 100px; font-size: 12px; font-weight: 600; }
.pdp-trust { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 20px; }
.pt-item { display: flex; align-items: center; gap: 8px; background: var(--bg2); border: 1px solid var(--line); padding: 10px 14px; border-radius: var(--r); font-size: 13px; font-weight: 600; color: var(--ink2); }
.pt-item i { color: var(--orange); font-size: 15px; }
.pdp-desc { color: var(--ink2); font-size: 15px; line-height: 1.8; margin-bottom: 20px; }
.pdp-desc h2,.pdp-desc h3 { font-family: var(--f-head); margin: 16px 0 8px; }
.pdp-desc ul,.pdp-desc ol { padding-left: 20px; margin-bottom: 12px; }
.pdp-desc li { margin-bottom: 6px; }
.pdp-desc strong { color: var(--ink); }
.pdp-var { margin-bottom: 16px; }
.pdp-var label { display: block; font-size: 12px; font-weight: 700; color: var(--ink3); margin-bottom: 7px; text-transform: uppercase; }
.pdp-select { width: 100%; background: #fff; border: 1.5px solid var(--line); color: var(--ink); padding: 12px 16px; border-radius: var(--r); font-family: var(--f-body); font-size: 15px; outline: none; }
.pdp-select:focus { border-color: var(--orange); }
.pdp-qty-row { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.pdp-qty-row label { font-size: 12px; font-weight: 700; color: var(--ink3); text-transform: uppercase; }
.qty-ctrl { display: flex; align-items: center; border: 1.5px solid var(--line); border-radius: var(--r); overflow: hidden; }
.qty-ctrl button { width: 42px; height: 42px; background: var(--bg2); border: none; font-size: 20px; cursor: pointer; font-weight: 700; color: var(--ink2); transition: all 0.15s; }
.qty-ctrl button:hover { background: var(--orange-ll); color: var(--orange); }
.qty-ctrl input, .qty-ctrl span { width: 56px; height: 42px; text-align: center; border: none; border-left: 1.5px solid var(--line); border-right: 1.5px solid var(--line); font-family: var(--f-head); font-size: 16px; font-weight: 700; background: #fff; display: flex; align-items: center; justify-content: center; }
.pdp-btns { display: flex; flex-direction: column; gap: 12px; }
.pdp-viewer-count { font-size: 13px; color: var(--red); font-weight: 600; margin-bottom: 8px; display: flex; align-items: center; gap: 6px; }

/* === COLLECTION === */
.collection-page { padding-bottom: 80px; }
.col-header { background: linear-gradient(135deg, var(--orange-ll), #fff); border-bottom: 1px solid var(--line); padding: 48px 0; text-align: center; margin-bottom: 48px; }
.col-header h1 { font-family: var(--f-head); font-size: clamp(26px,4vw,42px); font-weight: 800; }
.col-header p { color: var(--ink3); margin-top: 10px; }

/* === CART PAGE === */
.cart-page { padding: 36px 0 80px; }
.page-h1 { font-family: var(--f-head); font-size: 28px; font-weight: 800; margin-bottom: 28px; display: flex; align-items: center; gap: 12px; }
.cart-layout { display: grid; grid-template-columns: 1fr 360px; gap: 28px; align-items: start; }
.cart-items { display: flex; flex-direction: column; gap: 14px; }
.cart-row { display: flex; align-items: center; gap: 16px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl); padding: 16px; box-shadow: var(--sh-sm); flex-wrap: wrap; }
.cart-img { width: 80px; height: 80px; border-radius: 10px; overflow: hidden; background: var(--bg3); flex-shrink: 0; }
.cart-img img { width: 100%; height: 100%; object-fit: cover; }
.cart-details { flex: 1; min-width: 120px; }
.cart-item-name { font-family: var(--f-head); font-weight: 700; font-size: 15px; color: var(--ink); display: block; margin-bottom: 4px; }
.cart-var { font-size: 12px; color: var(--ink3); display: block; margin-bottom: 4px; }
.cart-unit { font-size: 14px; font-weight: 600; color: var(--orange); }
.cart-line-total { font-family: var(--f-head); font-size: 18px; font-weight: 800; color: var(--orange); }
.cart-remove { background: none; border: none; color: var(--red); cursor: pointer; font-size: 16px; padding: 6px; border-radius: 6px; transition: all 0.15s; }
.cart-remove:hover { background: var(--red-ll); }
.cart-summary { background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl); padding: 24px; position: sticky; top: 90px; box-shadow: var(--sh-sm); }
.cart-summary h3 { font-family: var(--f-head); font-size: 20px; font-weight: 800; margin-bottom: 20px; }
.sum-row { display: flex; justify-content: space-between; font-size: 15px; color: var(--ink3); margin-bottom: 12px; }
.sum-total { display: flex; justify-content: space-between; font-family: var(--f-head); font-size: 22px; font-weight: 800; border-top: 1.5px solid var(--line); padding-top: 14px; margin-bottom: 18px; }

/* === AUTH / ACCOUNT === */
.auth-page { min-height: 80vh; display: flex; align-items: center; justify-content: center; padding: 40px 24px; background: linear-gradient(135deg, var(--orange-ll), #fff); }
.auth-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl); padding: 44px 38px; max-width: 460px; width: 100%; box-shadow: var(--sh-lg); }
.auth-logo { text-align: center; margin-bottom: 24px; }
.auth-title { font-family: var(--f-head); font-size: 22px; font-weight: 800; text-align: center; margin-bottom: 26px; color: var(--ink); }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 12px; font-weight: 700; color: var(--ink3); margin-bottom: 7px; text-transform: uppercase; letter-spacing: 0.4px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 15px; border: 1.5px solid var(--line); border-radius: var(--r); font-family: var(--f-body); font-size: 15px; color: var(--ink); background: #fff; outline: none; transition: border-color 0.2s; }
.form-group input:focus, .form-group select:focus { border-color: var(--orange); }
.auth-links { display: flex; flex-direction: column; align-items: center; gap: 12px; margin-top: 22px; }
.auth-links a { font-size: 14px; color: var(--orange); font-weight: 600; }
.form-success { background: var(--green-ll); border: 1px solid #BBF7D0; color: var(--green); padding: 12px 16px; border-radius: var(--r); font-weight: 600; font-size: 14px; margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.errors { background: var(--red-ll); border: 1px solid #FECACA; color: var(--red); padding: 12px 16px; border-radius: var(--r); font-size: 14px; margin-bottom: 16px; }

/* === SEARCH PAGE === */
.search-page { padding: 40px 0 80px; }
.search-form { margin-bottom: 32px; }
.search-input-wrap { display: flex; align-items: center; gap: 10px; background: #fff; border: 1.5px solid var(--line); border-radius: var(--r-lg); padding: 10px 18px; }
.search-input-wrap i { color: var(--ink3); font-size: 18px; }
.search-input-wrap input { flex: 1; border: none; outline: none; font-family: var(--f-body); font-size: 16px; }
.search-input-wrap button { background: var(--orange); color: #fff; border: none; padding: 10px 20px; border-radius: var(--r); font-weight: 700; font-size: 14px; cursor: pointer; }

/* === ACCOUNT PAGE === */
.account-page { padding: 36px 0 80px; }
.account-header { display: flex; align-items: center; gap: 18px; margin-bottom: 36px; flex-wrap: wrap; }
.account-avatar { width: 60px; height: 60px; background: linear-gradient(135deg, var(--orange), var(--orange-d)); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; color: #fff; }
.account-grid { display: grid; grid-template-columns: 1fr 320px; gap: 28px; align-items: start; }
.account-section-title { font-family: var(--f-head); font-size: 18px; font-weight: 800; margin-bottom: 18px; display: flex; align-items: center; gap: 8px; color: var(--ink); }
.orders-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r-xl); }
.orders-table { width: 100%; border-collapse: collapse; min-width: 500px; }
.orders-table th { background: var(--bg2); padding: 12px 16px; font-size: 12px; font-weight: 700; text-transform: uppercase; color: var(--ink3); text-align: left; border-bottom: 1px solid var(--line); }
.orders-table td { padding: 14px 16px; font-size: 14px; border-bottom: 1px solid var(--line); }
.orders-table tr:last-child td { border-bottom: none; }
.order-status { display: inline-block; padding: 3px 10px; border-radius: 100px; font-size: 11px; font-weight: 700; text-transform: uppercase; background: var(--bg3); color: var(--ink3); }
.order-status--paid, .order-status--fulfilled { background: var(--green-ll); color: var(--green); }
.order-status--pending { background: #FEF3C7; color: #D97706; }
.order-view-btn { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; font-weight: 700; color: var(--orange); }
.address-card { background: var(--bg2); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 16px; font-size: 14px; color: var(--ink2); line-height: 1.8; margin-bottom: 14px; }
.back-link { display: inline-flex; align-items: center; gap: 8px; color: var(--orange); font-weight: 600; font-size: 14px; margin-bottom: 14px; }

/* === NOTIFICATIONS === */
.notif-toast { position: fixed; top: 86px; right: 22px; z-index: 9999; background: #fff; border: 1.5px solid #BBF7D0; border-radius: var(--r-lg); padding: 14px 18px; box-shadow: var(--sh-lg); display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 14px; color: var(--green); animation: slideDown 0.3s ease; }
@keyframes slideDown { from{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)} }

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .hero-wrap { grid-template-columns: 1fr; }
  .hero-right { display: none; }
  .ftr-wrap { grid-template-columns: 1fr 1fr; }
  .cart-layout { grid-template-columns: 1fr; }
  .pdp-grid { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: repeat(2,1fr); }
  .cta-card { grid-template-columns: 1fr; }
  .cta-right { display: none; }
  .account-grid { grid-template-columns: 1fr; }
  .simple-compare { grid-template-columns: 1fr; }
  .sc-vs { display: none; }
}

@media (max-width: 768px) {
  .hdr-nav { display: none; }
  .hdr-burger { display: flex; }
  .hdr-phone { display: none; }
  .ftr-wrap { grid-template-columns: 1fr; gap: 28px; }
  .ts-div { display: none; }
  .ts-item { padding: 12px 14px; font-size: 11px; }
  .hero-benefits { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .cart-drawer { width: 100vw; }
  .prod-grid { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
}

@media (max-width: 480px) {
  .hero-btns, .cta-btns { flex-direction: column; }
  .btn-buy, .btn-wa, .btn-outline { width: 100%; justify-content: center; }
  .hero-stats { flex-wrap: wrap; width: 100%; }
  .hstat { padding: 8px 12px; }
  .hstat-d { display: none; }
  .pdp-trust { grid-template-columns: 1fr; }
  .hero-h1 { font-size: 28px; }
  .cart-row { flex-wrap: wrap; }
  .cart-line-total { width: 100%; text-align: right; }
  .sec-wrap { padding: 0 16px; }
  .cta-card { padding: 32px 20px; }
  .auth-card { padding: 28px 20px; }
}

/* ============================================================
   v3 PATCH — Image top-align, WhatsApp mobile only,
   bigger why-icons, CEO section, account icon, compare image
   ============================================================ */

/* === HERO IMAGE: top-aligned, not centered === */
.hero-right {
  display: flex;
  align-items: flex-start !important;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  align-self: stretch;
}
.hero-img-wrap {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 20px;
}
.hero-product-img {
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 20px 40px rgba(234,88,12,0.18));
  animation: floatImg 4s ease-in-out infinite;
  display: block;
}
@keyframes floatImg {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* === WHATSAPP BUTTON: desktop hidden, mobile visible === */
.hero-wa-mobile { display: none !important; }
@media (max-width: 768px) {
  .hero-wa-mobile { display: inline-flex !important; }
}

/* === WHY XMART: bigger icons === */
.why-icon {
  width: 68px !important;
  height: 68px !important;
  border-radius: 18px !important;
  font-size: 30px !important;
  margin-bottom: 18px !important;
  flex-shrink: 0;
}
.why-card h4 { font-size: 18px !important; margin-bottom: 12px !important; }

/* === COMPARISON: with optional image on right === */
.simple-compare-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}
.simple-compare {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  border: 1.5px solid var(--line);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh-sm);
}
.sc-compare-img {
  max-width: 380px;
  width: 100%;
  border-radius: var(--r-xl);
  box-shadow: var(--sh-md);
  object-fit: contain;
  mix-blend-mode: multiply;
}

/* === HEADER: account icon button === */
.hdr-icon-btn {
  width: 42px;
  height: 42px;
  border-radius: var(--r);
  background: var(--bg2);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--ink2);
  transition: all 0.2s;
  cursor: pointer;
  text-decoration: none;
}
.hdr-icon-btn:hover {
  background: var(--orange-ll);
  color: var(--orange);
  border-color: #FED7AA;
}

/* === CEO SECTION === */
.sec-ceo {
  padding: 80px 0;
  background: var(--bg2);
  border-top: 1px solid var(--line);
}
.ceo-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 60px;
  align-items: start;
}
.ceo-left .sec-pill { margin-bottom: 0; }
.ceo-left .sec-title {
  font-size: clamp(26px, 3.5vw, 38px);
  margin-bottom: 24px;
}
.ceo-name-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  padding: 14px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-sm);
}
.ceo-avatar-small {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--orange), var(--orange-d));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--f-head);
  font-weight: 800;
  font-size: 16px;
  flex-shrink: 0;
}
.ceo-name {
  display: block;
  font-family: var(--f-head);
  font-size: 17px;
  font-weight: 800;
  color: var(--ink);
}
.ceo-role {
  display: block;
  font-size: 13px;
  color: var(--orange);
  font-weight: 600;
}
.ceo-story-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 28px;
}
.ceo-story-text p {
  font-size: 15px;
  color: var(--ink2);
  line-height: 1.8;
}
/* Timeline milestones */
.ceo-milestones {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}
.cm-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 14px 12px;
  text-align: center;
  box-shadow: var(--sh-sm);
  position: relative;
  overflow: hidden;
}
.cm-item::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--orange), var(--orange-l));
}
.cm-year {
  font-family: var(--f-head);
  font-size: 20px;
  font-weight: 800;
  color: var(--orange);
  margin-bottom: 4px;
}
.cm-text {
  font-size: 12px;
  color: var(--ink3);
  font-weight: 600;
  line-height: 1.4;
}
/* CEO quote */
.ceo-quote {
  background: linear-gradient(135deg, var(--orange-ll), #fff);
  border-left: 4px solid var(--orange);
  border-radius: 0 var(--r-lg) var(--r-lg) 0;
  padding: 20px 24px;
  position: relative;
}
.ceo-quote-icon {
  font-size: 28px;
  color: var(--orange);
  opacity: 0.3;
  position: absolute;
  top: 12px;
  right: 16px;
}
.ceo-quote p {
  font-size: 15px;
  color: var(--ink2);
  line-height: 1.75;
  font-style: italic;
  margin-bottom: 10px;
}
.ceo-quote cite {
  font-size: 13px;
  font-weight: 700;
  color: var(--orange);
}
/* CEO photo */
.ceo-right {
  position: sticky;
  top: 90px;
}
.ceo-photo-wrap {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh-lg);
}
.ceo-photo {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}
.ceo-photo-placeholder {
  width: 100%;
  height: 480px;
  background: var(--bg3);
  border: 2px dashed var(--line);
  border-radius: var(--r-xl);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--ink3);
  font-size: 14px;
}
.ceo-photo-placeholder i {
  font-size: 56px;
  color: #CBD5E1;
}
.ceo-photo-placeholder small {
  font-size: 12px;
  color: #CBD5E1;
}
.ceo-photo-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: rgba(255,255,255,0.95);
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  box-shadow: var(--sh-md);
  backdrop-filter: blur(4px);
}
.ceo-photo-badge i { color: var(--orange); }

/* === RESPONSIVE for new sections === */
@media (max-width: 1024px) {
  .ceo-grid { grid-template-columns: 1fr; }
  .ceo-right { position: static; }
  .ceo-photo { height: 320px; }
  .simple-compare-wrap { grid-template-columns: 1fr; }
  .sc-image-col { display: none; }
}
@media (max-width: 768px) {
  .ceo-milestones { grid-template-columns: repeat(2, 1fr); }
  .hero-wrap { grid-template-columns: 1fr; }
  .hero-right { display: none !important; }
}
@media (max-width: 480px) {
  .ceo-milestones { grid-template-columns: 1fr 1fr; }
  .why-icon { width: 56px !important; height: 56px !important; font-size: 24px !important; }
}
