:root{
  --techfy-primary:#7c3aed;
  --techfy-secondary:#a855f7;
  --techfy-dark:#0f0b1f;
  --techfy-text:#17131f;
  --techfy-muted:#6f6a79;
  --techfy-border:#ece9f3;
  --techfy-soft:#f8f6fc;
  --techfy-radius:16px;
  --techfy-shadow:0 12px 36px rgba(32,19,55,.08);
  --techfy-container:min(1180px, calc(100% - 32px));
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--techfy-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.techfy-container{width:var(--techfy-container);margin-inline:auto}
.techfy-main{padding:34px 0 70px;min-height:55vh}
.techfy-page-content{max-width:100%;background:#fff}
.techfy-page-content h1{font-size:clamp(2rem,4vw,3.25rem);line-height:1.08}
.techfy-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,var(--techfy-primary),var(--techfy-secondary));color:#fff!important;border:none;border-radius:12px;padding:14px 20px;font-weight:800;box-shadow:0 8px 20px rgba(124,58,237,.22)}

/* announcement + header */
.techfy-announcement{background:linear-gradient(90deg,#4b178f,var(--techfy-primary),#4b178f);color:#fff;text-align:center;padding:8px 16px;font-size:13px;font-weight:800;letter-spacing:.01em}
.techfy-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-bottom:1px solid var(--techfy-border);transition:transform .25s ease,box-shadow .25s ease}
.admin-bar .techfy-header{top:32px}
.techfy-header.is-scrolled{box-shadow:0 8px 30px rgba(0,0,0,.07)}
.techfy-header.is-hidden{transform:translateY(-100%)}
.techfy-header__top{min-height:74px;display:grid;grid-template-columns:180px minmax(260px,1fr) auto;gap:24px;align-items:center}
.techfy-logo{display:flex;align-items:center;max-width:166px}
.techfy-logo img{max-height:46px;width:auto;object-fit:contain}
.techfy-logo--text{gap:8px;font-weight:950;letter-spacing:-.04em}
.techfy-logo-mark{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,var(--techfy-secondary),var(--techfy-primary));color:#fff;font-size:11px;transform:skew(-8deg)}
.techfy-logo-word{font-size:24px;color:#17131f;line-height:1}.techfy-logo-word>span{color:var(--techfy-primary)}
.techfy-logo--custom .custom-logo-link{display:flex}
.techfy-logo--custom img{max-height:46px;width:auto}
.techfy-header__search form{margin:0;position:relative}
.techfy-header__search .woocommerce-product-search{display:flex;align-items:center}
.techfy-header__search input[type="search"]{width:100%;border:1px solid var(--techfy-border);background:#f8f7fb;border-radius:999px;padding:13px 48px 13px 18px;outline:none;transition:.2s}
.techfy-header__search input[type="search"]:focus{border-color:var(--techfy-primary);background:#fff;box-shadow:0 0 0 4px rgba(124,58,237,.08)}
.techfy-header__search button{position:absolute;right:6px;top:50%;transform:translateY(-50%);border:0;background:transparent;width:38px;height:38px;font-size:0}
.techfy-header__search button:after{content:'⌕';font-size:24px}
.techfy-header__actions{display:flex;gap:12px;align-items:center}
.techfy-header__actions a,.techfy-header__actions button{position:relative;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid transparent;background:#fff;font-size:20px;transition:.18s}
.techfy-header__actions a:hover,.techfy-header__actions button:hover{background:#f6f2ff;border-color:#e7dcff;color:var(--techfy-primary)}
.techfy-cart-count{position:absolute;right:-1px;top:-2px;min-width:18px;height:18px;border-radius:999px;background:var(--techfy-primary);color:#fff;font-size:10px;display:flex;align-items:center;justify-content:center;font-weight:800;padding:0 4px}
.techfy-nav-row{display:flex;align-items:center;gap:34px;min-height:52px}
.techfy-find-button{background:linear-gradient(135deg,var(--techfy-primary),var(--techfy-secondary));color:#fff;padding:11px 16px;border-radius:10px;font-weight:800;font-size:13px;white-space:nowrap}
.techfy-primary-nav{flex:1}
.techfy-menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:28px;font-size:13px;font-weight:800}
.techfy-menu li{position:relative}
.techfy-menu .sub-menu{display:none;position:absolute;top:100%;left:0;background:#fff;box-shadow:var(--techfy-shadow);border:1px solid var(--techfy-border);border-radius:12px;padding:12px;list-style:none;min-width:220px}
.techfy-menu li:hover>.sub-menu{display:block}
.techfy-menu .sub-menu li a{display:block;padding:9px 12px;border-radius:8px}
.techfy-menu .sub-menu li a:hover{background:#f6f2ff;color:var(--techfy-primary)}
.techfy-menu-toggle,.techfy-search-toggle{display:none}

/* hero */
.techfy-hero{background:linear-gradient(180deg,var(--techfy-dark) 0,var(--techfy-dark) 78%,#fff 78%);color:#fff;padding:0 0 22px;overflow:hidden}
.techfy-hero__inner{min-height:330px;display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:center;position:relative}
.techfy-hero__copy{padding:54px 0 80px;position:relative;z-index:2}
.techfy-hero__copy h1{font-size:clamp(2.5rem,5.2vw,4.9rem);line-height:.98;max-width:680px;margin:0 0 24px;font-weight:900;letter-spacing:-.055em}
.techfy-hero__copy h1::first-line{color:#fff}
.techfy-hero__copy p{max-width:560px;font-size:18px;color:#d9d4e5;margin:0}
.techfy-hero__visual{height:100%;min-height:330px;position:relative;display:flex;align-items:flex-end;justify-content:center}
.techfy-hero__visual:before{content:'';position:absolute;width:420px;height:420px;background:radial-gradient(circle,rgba(168,85,247,.38),rgba(124,58,237,.12) 45%,transparent 72%);filter:blur(8px)}
.techfy-hero-product{position:absolute;bottom:22px;width:190px;height:270px;border-radius:28px;overflow:hidden;filter:drop-shadow(0 18px 32px rgba(0,0,0,.32));transform-origin:bottom center;transition:.25s}
.techfy-hero-product:hover{transform:translateY(-8px) rotate(0deg)!important}
.techfy-hero-product img{width:100%;height:100%;object-fit:contain;background:transparent!important}
.techfy-hero-product--1{left:8%;transform:rotate(-8deg) scale(.94)}
.techfy-hero-product--2{left:34%;z-index:2;transform:translateY(-10px) scale(1.08)}
.techfy-hero-product--3{right:4%;transform:rotate(7deg) scale(.92)}
.techfy-hero__banner{max-height:300px;object-fit:contain;position:relative;z-index:1}
.techfy-device-placeholder{width:150px;height:280px;border-radius:30px;background:linear-gradient(160deg,#39344a,#141120);border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 50px rgba(0,0,0,.4);margin:0 -12px;transform:rotate(-6deg)}
.techfy-device-placeholder:nth-child(2){transform:translateY(-12px);background:linear-gradient(160deg,#57206b,#191120)}
.techfy-device-placeholder:nth-child(3){transform:rotate(6deg);background:linear-gradient(160deg,#e6e4ed,#a7a2b2)}
.techfy-finder-wrap{position:relative;z-index:4;margin-top:-12px}
.techfy-finder{background:#fff;color:var(--techfy-text);border-radius:var(--techfy-radius);padding:18px;display:grid;grid-template-columns:1fr 1fr auto;gap:16px;align-items:end;box-shadow:0 16px 46px rgba(18,9,34,.18)}
.techfy-finder label,.techfy-finder strong{display:block;font-size:11px;letter-spacing:.04em;margin:0 0 7px;color:#302a3b}
.techfy-finder select{width:100%;height:48px;border:1px solid var(--techfy-border);border-radius:10px;background:#fff;padding:0 14px;color:#575160;outline:none}
.techfy-finder .techfy-button,.techfy-finder button[type="submit"]{height:48px;min-width:190px;border:0;border-radius:10px;background:linear-gradient(135deg,var(--techfy-primary),var(--techfy-secondary));color:#fff;font-weight:900;padding:0 22px}

/* benefit / sections */
.techfy-benefits{padding:14px 0 8px}
.techfy-benefits__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.techfy-benefits__grid>div{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:700;padding:10px 2px}
.techfy-benefits__grid>div:first-letter{color:var(--techfy-primary)}
.techfy-section{padding:28px 0}
.techfy-section--soft{background:var(--techfy-soft)}
.techfy-section__head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}
.techfy-section__head h2{font-size:25px;margin:0;letter-spacing:-.02em}
.techfy-section__head a{font-size:13px;color:var(--techfy-primary);font-weight:800}
.techfy-category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.techfy-category-card{background:#fff;border:1px solid var(--techfy-border);border-radius:var(--techfy-radius);padding:12px;min-width:0;text-align:center;transition:.2s;box-shadow:0 8px 18px rgba(20,10,38,.03)}
.techfy-category-card:hover{transform:translateY(-4px);box-shadow:var(--techfy-shadow);border-color:#ded3f7}
.techfy-category-card img{height:138px;width:100%;object-fit:contain;border-radius:12px;background:#f8f7fb;margin-bottom:10px}
.techfy-category-card strong{font-size:13px}

/* woo general */
.woocommerce .woocommerce-breadcrumb{color:var(--techfy-muted);font-size:13px;margin:0 0 20px}
.woocommerce .woocommerce-breadcrumb a{color:var(--techfy-primary)}
.woocommerce .woocommerce-result-count{color:var(--techfy-muted);font-size:13px}
.woocommerce .woocommerce-ordering select{border:1px solid var(--techfy-border);border-radius:10px;padding:10px 12px;background:#fff}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px!important;margin:0!important}
.techfy-products-section .woocommerce ul.products{grid-template-columns:repeat(5,minmax(0,1fr))}
.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}
.woocommerce ul.products li.product{width:auto!important;margin:0!important;float:none!important;background:#fff;border:1px solid var(--techfy-border);border-radius:var(--techfy-radius);padding:12px;position:relative;transition:.2s;overflow:hidden;box-shadow:0 8px 20px rgba(30,14,52,.035)}
.woocommerce ul.products li.product:hover{transform:translateY(-4px);box-shadow:var(--techfy-shadow);border-color:#ddd2f5}
.woocommerce ul.products li.product a img{height:235px;object-fit:contain;background:#faf9fc;border-radius:12px;margin:0 0 12px!important}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:14px!important;line-height:1.35;padding:0!important;min-height:38px;color:#211c29}
.woocommerce ul.products li.product .price{font-weight:900!important;font-size:16px!important;color:#111!important;margin:10px 0!important}
.woocommerce ul.products li.product .price del{color:#999!important;font-size:12px;font-weight:500}
.woocommerce ul.products li.product .button{margin:0!important;background:linear-gradient(135deg,var(--techfy-primary),var(--techfy-secondary))!important;color:#fff!important;border-radius:9px!important;padding:10px 12px!important;font-size:12px!important;font-weight:800!important}
.woocommerce span.onsale,.techfy-badge{position:absolute!important;z-index:3;left:10px!important;top:10px!important;right:auto!important;min-width:auto!important;min-height:auto!important;line-height:1!important;border-radius:999px!important;padding:7px 9px!important;background:#ec4899!important;color:#fff!important;font-size:10px!important;font-weight:900!important;margin:0!important}
.techfy-badge--new{background:var(--techfy-primary)!important}
.woocommerce span.onsale+.techfy-badge{top:40px!important}

/* shop layout / filters */
.techfy-shop-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:28px;align-items:start}
.techfy-shop-content--wide{grid-column:1/-1}
.techfy-filter-sidebar{position:sticky;top:150px;background:#fff;border:1px solid var(--techfy-border);border-radius:var(--techfy-radius);padding:18px;box-shadow:0 8px 25px rgba(20,10,40,.04)}
.techfy-filter-close,.techfy-filter-open{display:none}
.techfy-product-filters h3{font-size:18px;margin:0 0 18px}
.techfy-filter-group{margin-bottom:16px}
.techfy-filter-group label{font-size:12px;font-weight:800;display:block;margin-bottom:6px}
.techfy-filter-group select,.techfy-filter-group input{width:100%;height:44px;border:1px solid var(--techfy-border);border-radius:10px;padding:0 10px;background:#fff}
.techfy-filter-price{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.techfy-filter-actions{display:grid;gap:8px}
.techfy-filter-actions button{border:0;border-radius:10px;background:var(--techfy-primary);color:#fff;padding:12px;font-weight:800}
.techfy-filter-actions a{text-align:center;padding:9px;font-size:12px;color:var(--techfy-muted)}

/* single product */
.woocommerce div.product{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);gap:46px}
.woocommerce div.product .woocommerce-product-gallery,.woocommerce div.product .summary{width:auto!important;float:none!important;margin:0!important}
.woocommerce div.product .woocommerce-product-gallery__wrapper{background:#faf9fc;border-radius:var(--techfy-radius);overflow:hidden}
.woocommerce div.product .summary h1{font-size:clamp(2rem,3vw,3rem);line-height:1.08;margin-top:0}
.woocommerce div.product p.price,.woocommerce div.product span.price{font-size:26px!important;font-weight:900;color:var(--techfy-text)!important}
.woocommerce div.product form.cart{display:flex;gap:10px;flex-wrap:wrap}
.woocommerce .quantity .qty{height:48px;border:1px solid var(--techfy-border);border-radius:10px;width:78px}
.woocommerce div.product form.cart .button{min-height:48px;border-radius:10px;background:linear-gradient(135deg,var(--techfy-primary),var(--techfy-secondary));font-weight:900;padding:0 22px}
.woocommerce div.product .variations select{height:46px;border:1px solid var(--techfy-border);border-radius:10px;padding:0 12px}
.techfy-product-trust{margin-top:18px;border-top:1px solid var(--techfy-border);padding-top:16px;display:grid;gap:8px;color:#514a5c;font-size:13px}
.woocommerce div.product .woocommerce-tabs,.woocommerce div.product .related,.woocommerce div.product .upsells{grid-column:1/-1}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0!important}
.woocommerce div.product .woocommerce-tabs ul.tabs:before{border-color:var(--techfy-border)!important}

/* cart / checkout */
.woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce,.wc-block-cart,.wc-block-checkout{max-width:1180px;margin-inline:auto}
.woocommerce-cart table.shop_table,.woocommerce-checkout .woocommerce-checkout-review-order-table{border:1px solid var(--techfy-border)!important;border-radius:var(--techfy-radius)!important;overflow:hidden}
.woocommerce-checkout input.input-text,.woocommerce-checkout textarea,.woocommerce-checkout select,.wc-block-components-text-input input,.wc-block-components-combobox .wc-block-components-combobox-control input{border:1px solid var(--techfy-border)!important;border-radius:10px!important;min-height:46px!important}
.woocommerce #payment,.wc-block-checkout__payment-method{background:#f8f6fc!important;border-radius:var(--techfy-radius)!important}
.woocommerce #payment #place_order,.wc-block-components-checkout-place-order-button{background:linear-gradient(135deg,var(--techfy-primary),var(--techfy-secondary))!important;color:#fff!important;border-radius:10px!important;font-weight:900!important}

/* panels */
.techfy-mobile-menu,.techfy-cart-drawer{position:fixed;inset:0;background:rgba(10,7,16,.48);z-index:9999;opacity:0;visibility:hidden;transition:.2s}
.techfy-mobile-menu.is-open,.techfy-cart-drawer.is-open{opacity:1;visibility:visible}
.techfy-mobile-menu__panel,.techfy-cart-drawer__panel{position:absolute;top:0;bottom:0;width:min(390px,88vw);background:#fff;padding:24px;box-shadow:0 0 50px rgba(0,0,0,.18);transition:.25s}
.techfy-mobile-menu__panel{left:0;transform:translateX(-100%)}
.techfy-mobile-menu.is-open .techfy-mobile-menu__panel{transform:translateX(0)}
.techfy-cart-drawer__panel{right:0;transform:translateX(100%);overflow:auto}
.techfy-cart-drawer.is-open .techfy-cart-drawer__panel{transform:translateX(0)}
.techfy-mobile-menu__close,.techfy-cart-close{border:0;background:#f4f1f8;width:38px;height:38px;border-radius:50%;font-size:24px}
.techfy-mobile-menu__close{position:absolute;right:16px;top:16px}
.techfy-mobile-menu .techfy-logo{margin:18px 0 28px}
.techfy-mobile-links{list-style:none;padding:0;margin:0;display:grid;gap:4px}
.techfy-mobile-links a{display:block;padding:13px 10px;border-bottom:1px solid var(--techfy-border);font-weight:800}
.techfy-cart-drawer__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;font-size:18px}
.techfy-cart-drawer .woocommerce-mini-cart-item{padding:10px 28px 10px 0!important}
.techfy-cart-drawer .woocommerce-mini-cart-item img{width:62px!important;border-radius:9px}
.techfy-cart-drawer .woocommerce-mini-cart__buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.techfy-cart-drawer .woocommerce-mini-cart__buttons a{margin:0!important;text-align:center;border-radius:10px!important}
.techfy-panel-open{overflow:hidden}

/* footer + mobile nav */
.techfy-footer{background:#0b0912;color:#d8d2e1;padding:52px 0 18px;margin-top:30px}
.techfy-footer .techfy-logo{filter:none;max-width:160px;margin-bottom:14px}
.techfy-footer__grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:40px}
.techfy-footer h3{color:#fff;font-size:15px}
.techfy-footer p,.techfy-footer li{font-size:13px;color:#aaa4b5}
.techfy-footer-menu{list-style:none;padding:0;margin:0;display:grid;gap:8px}
.techfy-footer__bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:30px;padding-top:18px;font-size:12px;color:#817b89}
.techfy-mobile-bottom{display:none}
.techfy-sticky-atc{display:none}
.techfy-empty{text-align:center;padding:80px 0}
.techfy-empty h1{font-size:80px;margin:0;color:var(--techfy-primary)}

@media (max-width:980px){
  .admin-bar .techfy-header{top:46px}
  .techfy-header__top{grid-template-columns:auto 1fr auto;gap:12px;min-height:64px}
  .techfy-menu-toggle,.techfy-search-toggle{display:flex;border:0;background:transparent;width:38px;height:38px;align-items:center;justify-content:center;font-size:21px}
  .techfy-logo{max-width:132px;margin-inline:auto}
  .techfy-logo img,.techfy-logo--custom img{max-height:38px}
  .techfy-header__search{display:none;position:absolute;left:16px;right:16px;top:66px;background:#fff;padding:12px;border-radius:12px;box-shadow:var(--techfy-shadow)}
  .techfy-header.search-open .techfy-header__search{display:block}
  .techfy-header__actions>a{display:none}
  .techfy-header__actions{gap:4px}
  .techfy-nav-row{display:none}
  .techfy-primary-nav{display:none}

  .techfy-hero{background:linear-gradient(180deg,var(--techfy-dark) 0,var(--techfy-dark) 72%,#fff 72%)}
  .techfy-hero__inner{grid-template-columns:1fr;min-height:auto}
  .techfy-hero__copy{padding:30px 0 8px;max-width:58%;z-index:3}
  .techfy-hero__copy h1{font-size:clamp(2.1rem,8vw,3.6rem);margin-bottom:14px}
  .techfy-hero__copy p{font-size:14px}
  .techfy-hero__visual{position:absolute;right:0;top:0;width:47%;height:260px;min-height:260px}
  .techfy-hero-product{width:105px;height:190px;bottom:20px}
  .techfy-hero-product--1{left:0}.techfy-hero-product--2{left:31%}.techfy-hero-product--3{right:0}
  .techfy-finder-wrap{margin-top:18px}
  .techfy-finder{grid-template-columns:1fr 1fr auto}
  .techfy-benefits__grid{grid-template-columns:repeat(2,1fr)}
  .techfy-category-grid{grid-template-columns:repeat(3,1fr)}
  .woocommerce ul.products,.techfy-products-section .woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}
  .techfy-shop-layout{grid-template-columns:1fr}
  .techfy-filter-sidebar{position:fixed;z-index:9998;left:0;top:0;bottom:0;width:min(360px,88vw);border-radius:0;transform:translateX(-110%);transition:.25s;overflow:auto;padding-top:56px}
  .techfy-filter-sidebar.is-open{transform:translateX(0);box-shadow:0 0 0 100vmax rgba(10,7,16,.45)}
  .techfy-filter-close{display:block;position:absolute;right:14px;top:12px;border:0;background:#eee9f8;width:36px;height:36px;border-radius:50%;font-size:22px}
  .techfy-filter-open{display:inline-flex;margin-bottom:18px;border:1px solid var(--techfy-border);background:#fff;border-radius:10px;padding:10px 14px;font-weight:800}
  .woocommerce div.product{grid-template-columns:1fr}
  .techfy-footer__grid{grid-template-columns:1fr 1fr}
}

@media (max-width:680px){
  :root{--techfy-container:min(1180px, calc(100% - 24px));--techfy-radius:14px}
  body.techfy-has-mobile-nav{padding-bottom:64px}
  .techfy-announcement{font-size:11px;padding:7px 10px}
  .techfy-header__top{min-height:58px}
  .techfy-header__actions button{width:36px;height:36px;font-size:18px}
  .techfy-logo{max-width:115px}
  .techfy-logo img,.techfy-logo--custom img{max-height:33px}
  .techfy-hero{padding-bottom:14px}
  .techfy-hero__inner{min-height:194px}
  .techfy-hero__copy{max-width:64%;padding:24px 0 16px}
  .techfy-hero__copy h1{font-size:34px;line-height:1.01;letter-spacing:-.045em}
  .techfy-hero__copy p{font-size:13px;line-height:1.45}
  .techfy-hero__visual{width:42%;height:190px;min-height:190px;right:-6px}
  .techfy-hero-product{width:72px;height:145px;bottom:14px;border-radius:18px}
  .techfy-hero-product--1{left:0}.techfy-hero-product--2{left:28%}.techfy-hero-product--3{right:-4px}
  .techfy-hero__banner{max-height:170px}
  .techfy-finder-wrap{margin-top:0}
  .techfy-finder{display:grid;grid-template-columns:1fr;padding:14px;gap:10px}
  .techfy-finder select,.techfy-finder .techfy-button,.techfy-finder button[type="submit"]{width:100%;min-width:0;height:46px}
  .techfy-benefits{padding-top:4px}
  .techfy-benefits__grid{grid-template-columns:repeat(4,1fr);gap:4px}
  .techfy-benefits__grid>div{display:grid;justify-items:center;text-align:center;font-size:9px;line-height:1.25;gap:4px}
  .techfy-section{padding:20px 0}
  .techfy-section__head{margin-bottom:12px}
  .techfy-section__head h2{font-size:18px}
  .techfy-section__head a{font-size:11px}
  .techfy-category-grid{display:flex;overflow-x:auto;gap:10px;scroll-snap-type:x mandatory;padding-bottom:4px}
  .techfy-category-card{min-width:112px;scroll-snap-align:start;padding:8px}
  .techfy-category-card img{height:82px;margin-bottom:7px}
  .techfy-category-card strong{font-size:11px}
  .woocommerce ul.products,.techfy-products-section .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .woocommerce ul.products li.product{padding:8px}
  .woocommerce ul.products li.product a img{height:155px}
  .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:12px!important;min-height:34px}
  .woocommerce ul.products li.product .price{font-size:14px!important;margin:7px 0!important}
  .woocommerce ul.products li.product .button{width:100%;text-align:center;padding:9px 6px!important;font-size:10px!important}
  .woocommerce span.onsale,.techfy-badge{font-size:8px!important;padding:5px 7px!important;left:7px!important;top:7px!important}
  .woocommerce span.onsale+.techfy-badge{top:31px!important}
  .techfy-main{padding:22px 0 60px}
  .woocommerce .woocommerce-result-count{float:none;margin-bottom:10px}
  .woocommerce .woocommerce-ordering{float:none;margin:0 0 18px}
  .woocommerce .woocommerce-ordering select{width:100%}
  .woocommerce div.product .summary h1{font-size:26px}
  .woocommerce div.product p.price,.woocommerce div.product span.price{font-size:22px!important}
  .woocommerce div.product form.cart{display:grid;grid-template-columns:78px 1fr}
  .woocommerce div.product form.cart .variations{grid-column:1/-1}
  .techfy-footer{padding-bottom:84px}
  .techfy-footer__grid{grid-template-columns:1fr;gap:20px}

  .techfy-mobile-bottom{position:fixed;z-index:9000;left:0;right:0;bottom:0;height:62px;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-top:1px solid var(--techfy-border);display:grid;grid-template-columns:repeat(5,1fr);box-shadow:0 -8px 24px rgba(20,10,40,.08)}
  .techfy-mobile-bottom a,.techfy-mobile-bottom button{border:0;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:9px;color:#5c5665;padding:0}
  .techfy-mobile-bottom span{font-size:20px;line-height:1}
  .techfy-mobile-bottom a:first-child{color:var(--techfy-primary);font-weight:800}

  .single-product .techfy-mobile-bottom{display:none}
  .single-product.techfy-has-mobile-nav{padding-bottom:70px}
  .techfy-sticky-atc{position:fixed;z-index:9001;left:0;right:0;bottom:0;background:#fff;border-top:1px solid var(--techfy-border);padding:9px 12px;display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:center;box-shadow:0 -8px 24px rgba(20,10,40,.08)}
  .techfy-sticky-atc__price{font-weight:900;font-size:15px;white-space:nowrap}
  .techfy-sticky-atc__button{border:0;border-radius:10px;background:linear-gradient(135deg,var(--techfy-primary),var(--techfy-secondary));color:#fff;font-weight:900;height:44px;font-size:12px}
}

/* ===== Techfy v0.2 typography + mobile finder refinements ===== */
body{font-family:var(--techfy-font,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif);font-size:var(--techfy-body-size,16px)}
.techfy-menu{font-size:14px;font-weight:750}
.techfy-header__search input[type="search"]{font-size:14px}
.techfy-hero__copy h1{font-size:clamp(42px,4.35vw,var(--techfy-hero-desktop,58px));line-height:1.03;letter-spacing:-.04em;font-weight:850}
.techfy-hero__copy p{font-size:17px;line-height:1.55}
.techfy-section__head h2{font-size:var(--techfy-section-title,26px);font-weight:820;letter-spacing:-.025em}
.techfy-category-card strong{font-weight:750}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-weight:700!important;line-height:1.35!important}
.woocommerce ul.products li.product .price{font-weight:800!important}
.techfy-finder label,.techfy-finder strong{font-weight:800}
.techfy-finder select{font-size:15px}

.techfy-mobile-finder{display:none}

@media (max-width:980px){
  .techfy-hero__copy h1{font-size:clamp(34px,6.2vw,48px);line-height:1.04}
  .techfy-hero__copy p{font-size:14px;line-height:1.5}
}

@media (max-width:680px){
  body{font-size:15px}
  .techfy-announcement{font-size:10.5px;line-height:1.3;font-weight:750}
  .techfy-hero__inner{min-height:205px}
  .techfy-hero__copy{max-width:62%;padding:24px 0 18px}
  .techfy-hero__copy h1{font-size:var(--techfy-hero-mobile,31px);line-height:1.06;letter-spacing:-.035em;font-weight:850;margin-bottom:12px}
  .techfy-hero__copy p{font-size:12.5px;line-height:1.45;max-width:95%}
  .techfy-section__head h2{font-size:20px}
  .techfy-category-card strong{font-size:11px;line-height:1.25}
  .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:12px!important;line-height:1.32!important;font-weight:700!important;min-height:32px}
  .woocommerce ul.products li.product .price{font-size:14px!important}

  /* Home finder remains fully visible and touch-friendly */
  .techfy-finder-wrap{width:calc(100% - 20px);margin-top:0}
  .techfy-finder{grid-template-columns:1fr!important;padding:12px!important;gap:9px!important;border-radius:16px!important}
  .techfy-finder>div{min-width:0}
  .techfy-finder label,.techfy-finder strong{font-size:10px!important;margin-bottom:5px!important}
  .techfy-finder select{display:block!important;width:100%!important;min-width:0!important;height:48px!important;font-size:16px!important;color:#2c2733!important;background:#fff!important;border:1px solid #ddd7e9!important;border-radius:11px!important;padding:0 38px 0 13px!important;appearance:auto!important;-webkit-appearance:menulist!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}
  .techfy-finder select:disabled{color:#8e8896!important;background:#f7f5fa!important;opacity:1!important}
  .techfy-finder button[type="submit"],.techfy-finder .techfy-button{height:48px!important;font-size:13px!important;font-weight:850!important}

  /* Center mobile action opens device finder from every page */
  .techfy-mobile-bottom__finder{position:relative;color:var(--techfy-primary)!important;font-weight:800!important}
  .techfy-mobile-bottom__finder span{width:38px;height:38px;margin-top:-15px;border-radius:50%;background:linear-gradient(135deg,var(--techfy-primary),var(--techfy-secondary));color:#fff;display:flex!important;align-items:center;justify-content:center;box-shadow:0 8px 18px rgba(124,58,237,.28);font-size:19px!important;border:4px solid #fff}

  .techfy-mobile-finder{display:block;position:fixed;inset:0;z-index:10050;pointer-events:none;visibility:hidden}
  .techfy-mobile-finder.is-open{pointer-events:auto;visibility:visible}
  .techfy-mobile-finder__backdrop{position:absolute;inset:0;border:0;background:rgba(10,7,18,.58);opacity:0;transition:opacity .22s ease}
  .techfy-mobile-finder.is-open .techfy-mobile-finder__backdrop{opacity:1}
  .techfy-mobile-finder__sheet{position:absolute;left:0;right:0;bottom:0;background:#fff;border-radius:22px 22px 0 0;padding:18px 14px calc(18px + env(safe-area-inset-bottom));box-shadow:0 -18px 50px rgba(10,7,18,.22);transform:translateY(105%);transition:transform .24s ease;max-height:82vh;overflow:auto}
  .techfy-mobile-finder.is-open .techfy-mobile-finder__sheet{transform:translateY(0)}
  .techfy-mobile-finder__head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}
  .techfy-mobile-finder__head strong{display:block;font-size:20px;line-height:1.15}
  .techfy-mobile-finder__head small{display:block;color:var(--techfy-muted);font-size:12px;margin-top:4px}
  .techfy-mobile-finder__head button{border:0;background:#f2eef9;width:36px;height:36px;border-radius:50%;font-size:22px;line-height:1;color:#3b3445}
  .techfy-mobile-finder .techfy-finder{box-shadow:none;border:1px solid var(--techfy-border);padding:12px!important}
}
/* Techfy v1 customizable overrides */
body{font-family:var(--techfy-font);font-size:var(--techfy-body-size)}
.techfy-menu{font-size:var(--techfy-menu-size)}
.techfy-hero__copy h1{font-size:var(--techfy-hero-desktop)}
.techfy-section__head h2{font-size:var(--techfy-section-title)}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:var(--techfy-product-title)}
.techfy-header--static{position:relative;top:auto!important}
.techfy-footer__grid--v1{grid-template-columns:1.4fr repeat(4,1fr);gap:28px}
.techfy-footer-menu{list-style:none;padding:0;margin:0}.techfy-footer-menu li{margin:8px 0}.techfy-footer-menu a{color:#cfc9db}.techfy-footer-menu a:hover{color:#fff}
.techfy-footer-map{margin-top:24px}.techfy-footer-map iframe{width:100%;height:280px;border:0;border-radius:var(--techfy-radius)}
@media(max-width:900px){.techfy-footer__grid--v1{grid-template-columns:1fr 1fr}.techfy-footer__brand{grid-column:1/-1}}
@media(max-width:767px){body{font-size:var(--techfy-body-mobile)}.techfy-hero__copy h1{font-size:var(--techfy-hero-mobile)}.techfy-section__head h2{font-size:var(--techfy-section-mobile)}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:var(--techfy-product-title-mobile)}.techfy-footer__grid--v1{grid-template-columns:1fr 1fr;gap:20px}.techfy-announcement{display:none}body.techfy-mobile-announcement .techfy-announcement{display:block}}
@media(max-width:767px){body.techfy-mobile-products-1 .woocommerce ul.products{grid-template-columns:1fr!important}body.techfy-mobile-products-2 .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
