:root{
  --primary:#0879f2;
  --primary-600:#0868d3;
  --primary-700:#0756ad;
  --navy:#0b2f57;
  --navy-900:#071d38;
  --ink:#10233f;
  --text:#31455f;
  --muted:#728197;
  --line:#e7edf5;
  --surface:#ffffff;
  --surface-soft:#f6f9fd;
  --surface-blue:#eef7ff;
  --accent:#ff7a1a;
  --accent-2:#ff9a4d;
  --danger:#ef3340;
  --success:#17a85b;
  --radius-sm:10px;
  --radius:16px;
  --radius-lg:24px;
  --shadow-sm:0 8px 24px rgba(13,48,85,.06);
  --shadow:0 20px 55px rgba(13,48,85,.12);
  --shadow-lg:0 30px 80px rgba(8,47,88,.18);
  --container:1240px;
  --header-offset:122px;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;background:#fff;color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:15px;line-height:1.55;overflow-x:hidden}
body.techhub-menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
svg.techhub-icon{display:inline-block;flex:0 0 auto}
.techhub-container,.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}
.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.screen-reader-text:focus{clip:auto!important;width:auto!important;height:auto!important;margin:0!important;padding:12px 16px!important;top:8px!important;left:8px!important;background:#fff;color:#000;z-index:99999;border-radius:6px;box-shadow:var(--shadow)}
.skip-link{z-index:999999}

/* Header */
.announcement-bar{background:linear-gradient(90deg,#0d315a,#082746);color:#dce8f6;font-size:12px}
.announcement-inner{height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.announcement-message,.announcement-links{display:flex;align-items:center;gap:8px}
.announcement-links{gap:10px}.announcement-links a{opacity:.92;transition:.2s}.announcement-links a:hover{opacity:1;color:#fff}.announcement-links i{width:1px;height:12px;background:rgba(255,255,255,.28)}
.site-header{position:sticky;top:0;z-index:1200;background:rgba(255,255,255,.98);border-bottom:1px solid var(--line);transition:box-shadow .25s ease,transform .25s ease,background .25s ease;backdrop-filter:saturate(180%) blur(14px)}
.site-header.is-scrolled{box-shadow:0 10px 32px rgba(11,47,87,.08);background:rgba(255,255,255,.94)}
.header-main{height:78px;display:grid;grid-template-columns:220px minmax(340px,1fr) auto;gap:24px;align-items:center}
.brand-area{min-width:0}.custom-logo-link{display:inline-flex;align-items:center}.custom-logo{max-height:52px;width:auto}
.text-logo{display:inline-flex;align-items:center;gap:10px;color:var(--navy)}
.logo-mark{width:42px;height:42px;border-radius:11px;background:linear-gradient(145deg,var(--primary),#49a9ff);display:grid;place-items:center;color:#fff;position:relative;box-shadow:0 8px 20px rgba(8,121,242,.23)}
.logo-mark>span{position:absolute;inset:9px 11px 8px;border:2px solid #fff;border-radius:4px}.logo-mark>span::before{content:"";position:absolute;width:9px;height:6px;border:2px solid #fff;border-bottom:0;border-radius:8px 8px 0 0;left:50%;top:-8px;transform:translateX(-50%)}
.logo-mark svg{position:relative;z-index:2;transform:translate(11px,-9px) scale(.65)}
.logo-words{display:flex;flex-direction:column;line-height:1}.logo-words strong{font-size:22px;font-weight:900;letter-spacing:-.7px}.logo-words small{margin-top:5px;color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.25px}
.header-search{height:46px;border:1px solid #dfe7f1;border-radius:14px;background:#f8fbff;display:flex;align-items:center;overflow:hidden;transition:.2s;box-shadow:inset 0 1px 0 #fff}
.header-search:focus-within{border-color:#9fcaff;background:#fff;box-shadow:0 0 0 4px rgba(8,121,242,.08)}
.search-category{height:100%;display:flex;align-items:center;border-right:1px solid #e6edf5}
.search-cat-select{height:100%;border:0;background:transparent;padding:0 34px 0 14px;color:#506179;font-size:12px;font-weight:700;outline:0;max-width:155px}
.header-search input[type=search]{min-width:0;flex:1;height:100%;border:0;background:transparent;padding:0 16px;color:var(--ink);outline:0}
.header-search input::placeholder{color:#91a0b3}
.header-search button{width:48px;height:100%;display:grid;place-items:center;border:0;background:linear-gradient(145deg,var(--primary),#2b9dff);color:#fff;transition:.2s}.header-search button:hover{background:var(--primary-600)}
.header-actions{display:flex;align-items:center;gap:4px}.header-actions>a{height:48px;display:flex;align-items:center;gap:8px;padding:0 9px;border-radius:10px;transition:.2s}.header-actions>a:hover{background:#f5f9fe}
.action-icon{position:relative;display:grid;place-items:center;color:var(--navy)}.action-copy{display:flex;flex-direction:column;line-height:1.1}.action-copy small{font-size:9px;color:#8a98aa}.action-copy b{font-size:11px;color:var(--ink);margin-top:4px}
.techhub-cart-count{position:absolute;right:-8px;top:-9px;min-width:17px;height:17px;border-radius:12px;padding:0 4px;background:var(--accent);color:#fff;font-size:9px;font-style:normal;font-weight:800;display:grid;place-items:center;border:2px solid #fff}
.menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--navy);place-items:center}
.nav-wrap{border-top:1px solid #eef2f7;background:#fff}
.main-nav{height:46px;display:flex;align-items:center;gap:18px}
.all-categories-wrap{height:100%;position:relative;display:flex;align-items:center}
.all-cats{height:36px;border:0;border-radius:9px;background:linear-gradient(145deg,var(--navy),#174a80);color:#fff;display:flex;align-items:center;gap:8px;padding:0 14px;font-size:12px;font-weight:800;white-space:nowrap;box-shadow:0 6px 18px rgba(11,47,87,.13)}
.all-cats svg:last-child{margin-left:4px}
.category-flyout{position:absolute;left:0;top:calc(100% + 8px);width:300px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:10px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(-8px);transition:.2s;z-index:30}
.all-categories-wrap:hover .category-flyout,.category-flyout.is-open{opacity:1;visibility:visible;transform:none}
.category-flyout a{display:grid;grid-template-columns:34px 1fr 18px;align-items:center;gap:8px;padding:9px 10px;border-radius:10px;color:#334a64}.category-flyout a:hover{background:#f2f8ff;color:var(--primary)}.category-flyout a>span{width:32px;height:32px;border-radius:8px;background:#eef6ff;display:grid;place-items:center}.category-flyout a strong{font-size:12px}
.primary-menu{list-style:none;padding:0;margin:0;display:flex;align-items:center;gap:1px;flex:1;min-width:0}.primary-menu li{margin:0}.primary-menu a{display:block;padding:13px 8px;font-size:11px;font-weight:700;color:#42546b;white-space:nowrap;transition:.2s}.primary-menu a:hover{color:var(--primary)}
.deals-link{margin-left:auto;display:flex;align-items:center;gap:6px;color:#f05b18;font-size:12px;font-weight:900;white-space:nowrap}.deals-link span{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#fff1e7;color:var(--accent)}

/* Hero */
.techhub-hero{position:relative;min-height:510px;overflow:hidden;background:linear-gradient(118deg,#082d57 0%,#0067c6 42%,#13a1ec 100%);color:#fff}
.techhub-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 20%,rgba(255,255,255,.18),transparent 26%),linear-gradient(115deg,rgba(255,255,255,.04),transparent 44%)}
.techhub-hero-orb{position:absolute;border-radius:50%;filter:blur(1px);opacity:.3}.orb-one{width:420px;height:420px;background:#16b5ff;right:18%;top:-210px}.orb-two{width:320px;height:320px;background:#00499b;left:-120px;bottom:-160px}
.techhub-hero-inner{min-height:510px;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);align-items:center;position:relative;z-index:2}
.techhub-hero-copy{padding:48px 0 62px;max-width:650px}
.techhub-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1.1px;color:#c6e9ff;margin-bottom:16px}.techhub-eyebrow::before{content:"";width:22px;height:2px;background:#83d5ff}
.techhub-hero h1{font-size:clamp(44px,5vw,72px);line-height:.98;letter-spacing:-3px;margin:0 0 18px;font-weight:900;text-wrap:balance;max-width:640px}
.techhub-hero-copy>p{font-size:18px;color:#dceeff;margin:0 0 24px;max-width:520px}
.hero-perks{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-bottom:28px}.hero-perks span{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:700;color:#eaf6ff}.hero-perks svg{color:#7bd1ff}
.hero-actions{display:flex;align-items:center;gap:20px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s,color .2s}.btn:hover{transform:translateY(-2px)}
.btn-accent{background:linear-gradient(135deg,var(--accent),#ff963e);color:#fff;box-shadow:0 14px 30px rgba(255,122,26,.28)}.btn-lg{padding:14px 20px;border-radius:11px}.hero-secondary{font-size:13px;font-weight:800;color:#dff2ff;border-bottom:1px solid rgba(255,255,255,.35);padding-bottom:2px}
.techhub-hero-visual{height:445px;position:relative;perspective:1200px}.hero-glow{position:absolute;width:420px;height:240px;right:40px;bottom:65px;border-radius:50%;background:rgba(89,209,255,.34);filter:blur(45px)}
.hero-phone{position:absolute;width:205px;height:386px;border-radius:42px;right:235px;top:26px;background:linear-gradient(150deg,#fdfefe,#e8eef5 52%,#bac8d8);box-shadow:0 34px 65px rgba(4,31,61,.28),inset -6px -8px 18px rgba(53,81,111,.12);transform:rotate(-3deg);border:1px solid rgba(255,255,255,.75)}
.hero-phone::after{content:"";position:absolute;inset:9px;border-radius:34px;background:linear-gradient(130deg,rgba(255,255,255,.92),rgba(255,255,255,.12) 38%,transparent 60%)}
.camera-group{position:absolute;z-index:3;left:22px;top:22px;width:92px;height:92px;border-radius:24px;background:#dce6ef;box-shadow:inset 0 0 0 1px rgba(20,46,76,.08);display:grid;grid-template-columns:repeat(2,34px);grid-template-rows:repeat(2,34px);place-content:center;gap:7px}.camera-group i{display:block;border-radius:50%;background:radial-gradient(circle at 38% 34%,#83a5c4 0 8%,#10283f 10% 42%,#050b12 44% 62%,#21384d 64%);box-shadow:0 0 0 3px #b7c4d0}.camera-group i:nth-child(3){grid-column:1/-1;justify-self:center}
.hero-phone-shine{position:absolute;z-index:4;width:3px;height:145px;right:4px;top:95px;background:linear-gradient(transparent,#fff,transparent);opacity:.7}
.hero-magsafe{position:absolute;z-index:6;width:132px;height:132px;border:15px solid rgba(255,255,255,.95);border-radius:50%;right:340px;top:168px;box-shadow:0 12px 28px rgba(5,37,71,.22);background:rgba(255,255,255,.1)}.hero-magsafe span{position:absolute;width:12px;height:64px;background:#f5fbff;bottom:-49px;left:50%;transform:translateX(-50%);border-radius:8px}
.hero-earbuds{position:absolute;z-index:7;width:132px;height:112px;border-radius:30px;right:168px;bottom:48px;background:linear-gradient(#fff,#e8edf2);box-shadow:0 24px 40px rgba(5,36,70,.22);border:1px solid rgba(255,255,255,.65)}.hero-earbuds::before{content:"";position:absolute;left:0;right:0;top:50px;height:1px;background:#d2dbe4}.hero-earbuds i{position:absolute;width:20px;height:54px;background:#fff;border-radius:14px;top:-18px;box-shadow:0 4px 8px rgba(7,35,63,.1)}.hero-earbuds i::before{content:"";position:absolute;width:31px;height:31px;background:#fff;border-radius:50%;top:-8px;left:-6px}.hero-earbuds i:first-child{left:30px;transform:rotate(-7deg)}.hero-earbuds i:last-child{right:30px;transform:rotate(7deg)}
.hero-powerbank{position:absolute;z-index:5;width:145px;height:238px;border-radius:26px;right:45px;top:150px;background:linear-gradient(160deg,#31465e,#111c29);box-shadow:0 30px 60px rgba(5,32,60,.32);transform:rotate(2deg)}.hero-powerbank::after{content:"";position:absolute;width:42px;height:7px;border-radius:5px;background:#647d96;left:18px;top:17px}
.hero-cable{position:absolute;z-index:8;width:164px;height:46px;border:9px solid #ff7b16;border-left-color:transparent;border-radius:0 24px 24px 0;right:110px;bottom:20px;transform:rotate(-3deg)}
.hero-holder{position:absolute;z-index:4;right:-5px;top:125px;width:100px;height:272px}.hero-holder::before{content:"";position:absolute;width:82px;height:125px;left:0;top:0;border-radius:24px;background:linear-gradient(#33465b,#101a26);box-shadow:0 20px 38px rgba(6,32,58,.24)}.hero-holder::after{content:"";position:absolute;width:16px;height:155px;background:#1d2b3a;left:34px;top:112px;border-radius:8px}.hero-holder i{position:absolute;width:95px;height:18px;background:#1d2b3a;bottom:0;left:-7px;border-radius:12px}
.hero-offer{position:absolute;z-index:10;width:106px;height:106px;border-radius:50%;right:80px;top:14px;background:linear-gradient(145deg,#ff9b36,#ff6d0e);box-shadow:0 18px 32px rgba(255,122,26,.25);display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(7deg);border:5px solid rgba(255,255,255,.16)}.hero-offer small{font-size:10px;font-weight:900;letter-spacing:.6px}.hero-offer strong{font-size:30px;line-height:1;font-weight:900;margin:2px 0}
.hero-wave{position:absolute;left:-2%;right:-2%;bottom:-42px;height:78px;border-radius:50% 50% 0 0;background:#fff;z-index:3}

/* Generic sections */
.section{padding-top:58px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.section-kicker{display:block;text-transform:uppercase;letter-spacing:1.1px;color:var(--primary);font-size:10px;font-weight:900;margin-bottom:4px}.section-head h2{margin:0;color:var(--ink);font-size:clamp(24px,2.3vw,34px);line-height:1.1;letter-spacing:-1px}.section-link{display:inline-flex;align-items:center;gap:6px;color:var(--primary);font-size:12px;font-weight:800;white-space:nowrap}.section-link:hover{gap:9px}
.techhub-reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}.techhub-reveal.is-visible{opacity:1;transform:none}
.elementor-editor-active .techhub-reveal,.elementor-editor-preview .techhub-reveal{opacity:1;transform:none}

/* Categories */
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.category-card{min-height:96px;border:1px solid var(--line);border-radius:15px;background:linear-gradient(150deg,#fff,#f8fbff);padding:14px;display:grid;grid-template-columns:54px 1fr 22px;align-items:center;gap:12px;transition:.25s;box-shadow:0 7px 20px rgba(10,46,82,.035)}.category-card:hover{transform:translateY(-4px);border-color:#c8e0fb;box-shadow:var(--shadow-sm)}
.category-icon-wrap{width:54px;height:54px;border-radius:14px;background:linear-gradient(145deg,#eef6ff,#e4f0ff);color:var(--primary);display:grid;place-items:center;transition:.25s}.category-card:hover .category-icon-wrap{background:linear-gradient(145deg,var(--primary),#45a9ff);color:#fff;box-shadow:0 8px 18px rgba(8,121,242,.18)}
.category-meta{display:flex;flex-direction:column;min-width:0}.category-meta strong{color:var(--ink);font-size:13px}.category-meta small{color:var(--muted);font-size:10px;margin-top:4px}.category-arrow{color:#91a5bc;transition:.2s}.category-card:hover .category-arrow{color:var(--primary);transform:translateX(3px)}

/* Promo cards */
.promo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding-top:22px}.promo-card{min-height:205px;border-radius:20px;color:#fff;overflow:hidden;position:relative;padding:28px 30px;display:flex;align-items:center;box-shadow:var(--shadow-sm);isolation:isolate}.promo-card::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,19,39,.28),transparent 66%);z-index:-1}.promo-coral{background:linear-gradient(125deg,#9e443e,#e48b71)}.promo-navy{background:linear-gradient(125deg,#102d50,#14517f)}.promo-cyan{background:linear-gradient(125deg,#04588d,#0e8bc4)}.promo-magenta{background:linear-gradient(125deg,#8b1f5d,#ec5b7d)}
.promo-copy{position:relative;z-index:3;max-width:58%}.promo-kicker{font-size:10px;font-weight:800;opacity:.8;text-transform:uppercase;letter-spacing:.8px}.promo-card h3{font-size:27px;line-height:1.05;letter-spacing:-.7px;margin:6px 0 7px;color:#fff}.promo-card p{font-size:12px;color:rgba(255,255,255,.82);margin:0 0 14px}.promo-link{display:inline-flex;align-items:center;gap:6px;background:#fff;color:#0d4b83;border-radius:999px;padding:8px 12px;font-size:10px;font-weight:900;box-shadow:0 8px 18px rgba(0,0,0,.12)}
.promo-art{position:absolute;right:12px;bottom:0;width:44%;height:100%;z-index:1}.promo-icon{position:absolute;width:72px;height:72px;display:grid;place-items:center;border-radius:22px;background:rgba(255,255,255,.14);backdrop-filter:blur(8px);right:36px;top:30px;color:#fff;transform:rotate(8deg)}.promo-art i,.promo-art b{position:absolute;display:block;background:rgba(255,255,255,.92);box-shadow:0 18px 32px rgba(0,0,0,.15)}
.promo-art-1 i{width:92px;height:150px;border-radius:25px;right:22px;bottom:-20px;background:#162333}.promo-art-1 b{width:92px;height:154px;border-radius:25px;right:84px;bottom:-38px;background:#eaf0f6}
.promo-art-2 i{width:118px;height:118px;border-radius:25px;right:18px;bottom:-10px;background:#111c29}.promo-art-2 b{width:76px;height:112px;border-radius:18px;right:110px;bottom:-18px;background:#f8fafc}
.promo-art-3 i{width:104px;height:170px;border-radius:24px;right:24px;bottom:-52px;background:rgba(230,247,255,.25);border:3px solid rgba(255,255,255,.62);transform:rotate(14deg)}.promo-art-3 b{width:96px;height:160px;border-radius:24px;right:82px;bottom:-70px;background:#112e46}
.promo-art-4 i{width:118px;height:118px;border-radius:50%;right:6px;bottom:-4px;background:#1f2630;border:16px solid #313a49}.promo-art-4 b{width:72px;height:88px;border-radius:24px 24px 12px 12px;right:120px;bottom:-12px;background:#fff}

/* Product shelves */
.product-shelf{position:relative}.shelf-shell{position:relative}.techhub-scroll-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(185px,1fr);grid-template-columns:repeat(6,minmax(185px,1fr));gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:3px 2px 12px}.techhub-scroll-row::-webkit-scrollbar{display:none}.techhub-product-card{scroll-snap-align:start;border:1px solid var(--line);border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 8px 24px rgba(16,49,83,.05);transition:.28s;min-width:0}.techhub-product-card:hover{transform:translateY(-5px);border-color:#d5e3f3;box-shadow:0 18px 38px rgba(12,51,91,.1)}
.product-media{height:205px;position:relative;padding:16px;background:linear-gradient(145deg,#fbfdff,#f4f8fc);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-media::after{content:"";position:absolute;left:15%;right:15%;bottom:7px;height:18px;border-radius:50%;background:rgba(18,52,86,.07);filter:blur(8px)}.product-image-link{width:100%;height:100%;display:grid;place-items:center;position:relative;z-index:2}.product-media img{width:100%;height:100%;object-fit:contain;transition:transform .35s ease}.techhub-product-card:hover .product-media img{transform:scale(1.055)}
.discount-badge{position:absolute;z-index:4;left:10px;top:10px;border-radius:7px;background:var(--danger);color:#fff;padding:5px 8px;font-size:9px;line-height:1;font-weight:900;box-shadow:0 5px 12px rgba(239,51,64,.19)}.discount-badge.is-new{background:var(--success)}
.wishlist-dot{position:absolute;z-index:4;right:10px;top:10px;width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#6f8196;border:1px solid #e5ebf2;box-shadow:0 5px 12px rgba(12,44,75,.05)}.wishlist-dot:hover{color:var(--danger);border-color:#ffd5d8}
.product-info{padding:13px 14px 14px}.product-kicker{color:#8090a3;font-size:8.5px;text-transform:uppercase;letter-spacing:.65px;font-weight:800;margin-bottom:5px}.product-info h3{font-size:12px;line-height:1.35;min-height:33px;margin:0 0 7px;color:var(--ink);font-weight:750}.product-info h3 a:hover{color:var(--primary)}
.rating-row{display:flex;align-items:center;gap:4px;min-height:14px}.stars{position:relative;display:inline-block;color:#ffae18;letter-spacing:1px;font-size:10px;line-height:1}.rating-count{font-size:9px;color:#99a5b4}.price-row{min-height:28px;display:flex;align-items:center;gap:5px;margin:5px 0 10px;font-size:15px;color:var(--ink);font-weight:900}.price-row del{font-size:10px;color:#a0aaba;font-weight:600;order:2}.price-row ins{text-decoration:none}.price-row .woocommerce-Price-amount{white-space:nowrap}
.btn-cart{width:100%;min-height:38px;border-radius:9px;background:linear-gradient(145deg,var(--primary),#1f93ff);color:#fff;padding:9px 10px;font-size:10px;box-shadow:0 7px 16px rgba(8,121,242,.18)}.btn-cart:hover{color:#fff;background:linear-gradient(145deg,var(--primary-600),var(--primary));box-shadow:0 11px 22px rgba(8,121,242,.24)}
.shelf-arrow{position:absolute;z-index:9;top:50%;width:38px;height:38px;border-radius:50%;border:1px solid #dde6ef;background:#fff;color:var(--navy);display:grid;place-items:center;font-size:26px;line-height:1;box-shadow:0 8px 20px rgba(10,42,77,.1);transform:translateY(-50%);transition:.2s}.shelf-arrow:hover{background:var(--primary);border-color:var(--primary);color:#fff}.shelf-prev{left:-18px}.shelf-next{right:-18px}
.demo-product-image{width:100%;height:100%;object-fit:contain}

/* Brands */
.brands-row{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.brand-chip{min-height:94px;border:1px solid var(--line);border-radius:15px;background:#fff;display:grid;grid-template-columns:44px 1fr;grid-template-rows:1fr 1fr;column-gap:10px;align-items:center;padding:14px;box-shadow:0 7px 20px rgba(12,48,83,.035);transition:.24s}.brand-chip:hover{transform:translateY(-3px);border-color:#c9dff7;box-shadow:var(--shadow-sm)}.brand-symbol{grid-row:1/3;width:44px;height:44px;border-radius:13px;background:#f1f6fb;color:var(--navy);display:grid;place-items:center;font-size:18px;font-weight:900}.brand-chip strong{align-self:end;color:var(--ink);font-size:12px}.brand-chip small{align-self:start;color:var(--muted);font-size:9px}

/* Feature banners */
.feature-banners{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding-top:26px}.feature-banner{min-height:250px;border-radius:22px;padding:36px 38px;color:#fff;position:relative;overflow:hidden;box-shadow:var(--shadow-sm)}.feature-red{background:linear-gradient(120deg,#aa1829 0%,#ed3c42 43%,#ff7c4a 100%)}.feature-blue{background:linear-gradient(120deg,#0a3563,#0876c8 62%,#1ea4e9)}.feature-copy{position:relative;z-index:3;max-width:58%}.feature-copy>span{font-size:10px;font-weight:800;letter-spacing:.8px;text-transform:uppercase;opacity:.82}.feature-copy h2{font-size:36px;line-height:1;margin:6px 0 10px;letter-spacing:-1px}.feature-copy p{font-size:12px;color:rgba(255,255,255,.82);max-width:300px}.feature-btn{display:inline-flex;align-items:center;gap:6px;background:#fff;color:#0b4c87;border-radius:999px;padding:9px 13px;font-size:10px;font-weight:900;margin-top:6px}
.feature-stack{position:absolute;right:18px;bottom:-22px;width:42%;height:95%;transform:rotate(-7deg)}.feature-stack i,.feature-stack b,.feature-stack em{position:absolute;display:block;border-radius:26px;box-shadow:0 24px 45px rgba(0,0,0,.2)}.feature-stack i{width:110px;height:210px;right:62px;bottom:0;background:linear-gradient(145deg,#f6f9fc,#bdcad8)}.feature-stack b{width:105px;height:165px;right:5px;bottom:18px;background:#1a2634}.feature-stack em{width:78px;height:78px;right:122px;bottom:20px;background:#fff;border-radius:50%}.feature-stack.is-smart i{background:#151f2a}.feature-stack.is-smart b{background:linear-gradient(#fff,#dbe6ef)}.feature-stack.is-smart em{background:#ff8b2c;border:12px solid #fff}

/* Mini categories */
.mini-cat-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:10px}.mini-cat{min-height:96px;border:1px solid var(--line);border-radius:14px;background:#fff;padding:13px 8px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;transition:.23s}.mini-cat:hover{border-color:#c3dcf7;background:#f8fbff;transform:translateY(-3px)}.mini-cat span{width:42px;height:42px;border-radius:12px;background:#eef6ff;color:var(--primary);display:grid;place-items:center}.mini-cat b{font-size:9px;color:#334861}

/* App/newsletter */
.app-news{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding-top:62px}.app-panel,.newsletter-panel{min-height:220px;border-radius:22px;position:relative;overflow:hidden;padding:34px;background:linear-gradient(135deg,#eaf6ff,#dcefff);box-shadow:inset 0 0 0 1px rgba(8,121,242,.04)}.app-panel{display:flex;align-items:center;justify-content:space-between}.app-copy{max-width:58%;position:relative;z-index:2}.app-panel h2,.newsletter-panel h2{font-size:28px;color:var(--ink);margin:5px 0 6px;letter-spacing:-.8px}.app-panel p,.newsletter-panel p{font-size:12px;color:#60738b;margin:0 0 16px}.store-buttons{display:flex;gap:8px}.store-buttons span{background:#0b111a;color:#fff;padding:9px 12px;border-radius:8px;font-size:10px;display:flex;align-items:center;gap:6px}.store-buttons b{font-weight:800}
.app-phone{width:138px;height:190px;border:7px solid #173b64;border-radius:24px;background:#fff;transform:rotate(-7deg);box-shadow:0 22px 45px rgba(14,64,112,.18);position:absolute;right:40px;bottom:-18px}.app-screen{position:absolute;inset:10px;border-radius:15px;background:linear-gradient(180deg,#1989f5 0 24%,#f7fbff 24%);padding:40px 12px 12px}.app-screen span,.app-screen i,.app-screen b{display:block;height:22px;border-radius:7px;background:#e6eff7;margin:8px 0}.app-screen span{background:#fff}.app-screen i{width:80%}.app-screen b{width:92%;height:48px;background:linear-gradient(120deg,#d9eaff,#f6fbff)}
.newsletter-panel{background:linear-gradient(135deg,#eef8ff,#d9eeff);display:flex;flex-direction:column;justify-content:center}.newsletter-panel>div{max-width:80%}.newsletter-icon{position:absolute;right:30px;top:28px;color:var(--primary);transform:rotate(-34deg)}.newsletter-form{display:flex;max-width:520px;height:46px;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 8px 20px rgba(14,65,112,.06)}.newsletter-form input{flex:1;min-width:0;border:0;padding:0 15px;outline:0;color:var(--ink)}.newsletter-form button{border:0;background:linear-gradient(145deg,var(--accent),#ff9440);color:#fff;font-size:11px;font-weight:900;padding:0 20px}

/* Service row */
.service-row{display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding-top:28px;padding-bottom:44px}.service-item{display:grid;grid-template-columns:46px 1fr;align-items:center;gap:10px;padding:10px 24px;border-right:1px solid var(--line)}.service-item:first-child{padding-left:0}.service-item:last-child{border-right:0;padding-right:0}.service-item>span{width:44px;height:44px;border-radius:14px;background:#eef6ff;color:var(--primary);display:grid;place-items:center}.service-item>div{display:flex;flex-direction:column}.service-item b{font-size:12px;color:var(--ink)}.service-item small{font-size:9px;color:var(--muted);margin-top:3px}

/* Footer */
.site-footer{background:linear-gradient(130deg,#0b2f57,#071b34);color:#fff;padding:54px 0 18px;position:relative;overflow:hidden}.site-footer::before{content:"";position:absolute;width:440px;height:440px;border-radius:50%;right:-220px;top:-270px;background:rgba(27,128,229,.14)}
.footer-grid{display:grid;grid-template-columns:1.45fr repeat(4,1fr);gap:36px;position:relative;z-index:2}.footer-logo{color:#fff}.footer-logo .logo-words small{color:#a9c2db}.footer-brand p{max-width:310px;color:#b9c9da;font-size:12px;line-height:1.7;margin:18px 0}.footer-grid h4{font-size:13px;margin:0 0 15px;color:#fff}.footer-grid a:not(.text-logo){display:block;color:#bdcad8;font-size:11px;margin:8px 0;transition:.2s}.footer-grid a:not(.text-logo):hover{color:#fff;transform:translateX(2px)}.footer-grid>div:last-child p{font-size:11px;color:#c7d3df;display:flex;align-items:center;gap:7px;margin:9px 0}
.socials{display:flex;gap:8px}.socials a{width:32px;height:32px!important;margin:0!important;border-radius:8px;background:#0f6bc5;display:grid!important;place-items:center;color:#fff!important}.socials a:hover{background:var(--primary)!important;transform:translateY(-2px)!important}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:34px;padding-top:18px;display:flex;align-items:center;justify-content:space-between;gap:20px;position:relative;z-index:2}.footer-bottom small{color:#8fa8c0;font-size:10px}.payments{display:flex;gap:7px;flex-wrap:wrap}.payments span{background:#fff;color:#243b55;border-radius:5px;padding:5px 9px;font-weight:900;font-size:9px}.to-top{width:38px;height:38px;border:0;border-radius:50%;background:var(--primary);color:#fff;font-size:18px;box-shadow:0 8px 20px rgba(8,121,242,.24)}

/* Elementor integration */
.techhub-elementor-content>.elementor{overflow:hidden}.techhub-elementor-content .elementor-section>.elementor-container{max-width:100%!important}.techhub-elementor-content .elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:0!important}.techhub-elementor-content .elementor-section,.techhub-elementor-content .e-con{--container-max-width:100%}.elementor-widget-techhub-hero,.elementor-widget-techhub-categories,.elementor-widget-techhub-promos,.elementor-widget-techhub-product-shelf,.elementor-widget-techhub-brands,.elementor-widget-techhub-feature-banners,.elementor-widget-techhub-mini-categories,.elementor-widget-techhub-app-news,.elementor-widget-techhub-services{margin:0!important}.techhub-elementor-content .elementor-widget-container{overflow:visible}

/* WooCommerce */
.site-main{padding:42px 0}.woocommerce-shell{min-height:520px}.woocommerce .woocommerce-breadcrumb{font-size:11px;color:var(--muted);margin:0 0 18px}.woocommerce .woocommerce-breadcrumb a{color:var(--primary)}.woocommerce h1.page-title{font-size:36px;color:var(--ink);letter-spacing:-1px}.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{font-size:12px}.woocommerce .woocommerce-ordering select{border:1px solid var(--line);border-radius:9px;padding:10px;background:#fff}.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:26px!important}.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important}.woocommerce ul.products li.product{width:auto!important;margin:0!important;border:1px solid var(--line);border-radius:16px;background:#fff;padding:14px;box-shadow:0 8px 24px rgba(14,49,84,.05);transition:.25s}.woocommerce ul.products li.product:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm)}.woocommerce ul.products li.product a img{border-radius:12px;background:#f6f9fc;margin-bottom:12px!important}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:13px!important;color:var(--ink);min-height:40px}.woocommerce ul.products li.product .price{color:var(--ink)!important;font-size:14px!important;font-weight:900!important}.woocommerce ul.products li.product .button,.woocommerce div.product .button,.woocommerce .button{border-radius:9px!important;background:var(--primary)!important;color:#fff!important;font-size:11px!important;font-weight:800!important;padding:11px 14px!important}.woocommerce span.onsale{background:var(--danger)!important;min-height:auto!important;min-width:auto!important;line-height:1!important;border-radius:7px!important;padding:6px 8px!important;font-size:10px!important}.woocommerce div.product div.images img{border-radius:16px}.woocommerce div.product .product_title{font-size:34px;color:var(--ink)}.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--ink);font-weight:900}.woocommerce-message,.woocommerce-info,.woocommerce-error{border-radius:12px;border-top:0!important;background:#f3f9ff!important;color:var(--ink);box-shadow:inset 4px 0 0 var(--primary)}.woocommerce a.remove{color:var(--danger)!important}.woocommerce .quantity .qty{padding:10px;border:1px solid var(--line);border-radius:8px}.woocommerce table.shop_table{border-color:var(--line);border-radius:14px;overflow:hidden}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{border:1px solid #dde6ef;border-radius:9px;padding:11px;background:#fff}.woocommerce-checkout #payment{background:#f6f9fc!important;border-radius:14px!important}

/* Blog / pages */
.content-grid{display:grid;grid-template-columns:1fr 300px;gap:32px}.blog-card{border:1px solid var(--line);border-radius:16px;padding:20px;margin-bottom:16px}.blog-card h2{margin:0 0 8px;color:var(--ink)}.content-page article{max-width:900px;margin:auto}.empty-state{text-align:center;padding:90px 0}.empty-state h1{font-size:90px;color:var(--primary);margin:0}

@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation:none!important;transition:none!important}.techhub-reveal{opacity:1;transform:none}}
