
/* ============================================================
   FixMyGadget Shop V2 — clean static foundation
   Golden rule: every full-width area is .band, every centered column is .wrap.
   This keeps header, nav, sections and footer on the same vertical guides.
   ============================================================ */
:root{
  --max:1120px;
  --gut:28px;
  --ink:#14161f;
  --muted:#5c6472;
  --soft:#f6f7f9;
  --paper:#ffffff;
  --line:#e7e9ee;
  --green:#1faa75;
  --green-dark:#0e7b55;
  --wa:#25d366;
  --danger:#ef4444;
  --radius:18px;
  --radius-sm:12px;
  --shadow:0 1px 2px rgba(20,22,31,.04), 0 14px 34px rgba(20,22,31,.07);
  --shadow-soft:0 18px 50px rgba(20,22,31,.10);
  --font:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;text-size-adjust:100%}
body{font-family:var(--font);background:var(--paper);color:var(--ink);line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,select{font:inherit}
button{cursor:pointer;border:0;background:none;color:inherit}
.band{width:100%}.wrap{max-width:var(--max);margin-inline:auto;padding-inline:var(--gut)}
.section{padding-block:72px}.section-tight{padding-block:44px}.band-soft{background:var(--soft)}.band-white{background:#fff}.band-dark{background:var(--ink);color:#fff}
.eyebrow{display:block;margin-bottom:12px;color:var(--green-dark);font-size:12px;font-weight:850;letter-spacing:.15em;text-transform:uppercase}.h-section{font-size:clamp(27px,4.2vw,40px);line-height:1.08;letter-spacing:-.035em;font-weight:900;color:var(--ink)}.h-section em{font-style:italic;color:var(--green)}.lead{margin-top:14px;color:var(--muted);font-size:16px;line-height:1.75}.head-center{text-align:center;max-width:650px;margin:0 auto 40px}.head-row{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin-bottom:30px}.link-more{display:inline-flex;align-items:center;gap:8px;color:var(--green-dark);font-size:14px;font-weight:800;white-space:nowrap}.link-more:hover{gap:12px}
.skip-link{position:absolute;left:-999px;top:8px;background:#fff;padding:10px 14px;border-radius:10px;box-shadow:var(--shadow);z-index:999}.skip-link:focus{left:8px}
.topbar{background:var(--ink);color:#c5cad5;font-size:12px}.topbar .wrap{min-height:34px;display:flex;align-items:center;justify-content:center;text-align:center;gap:8px;flex-wrap:wrap}.topbar strong{color:#fff;font-weight:800}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}
.header-main{display:grid;grid-template-columns:230px minmax(260px,1fr) 230px;align-items:center;gap:22px;min-height:86px}.logo{display:flex;align-items:center;justify-self:start}.logo img{height:54px;width:auto}.logo-text{font-size:22px;font-weight:950;letter-spacing:-.04em}.logo-text span{color:var(--green)}
.search-box{position:relative;width:100%;max-width:520px;justify-self:center}.search-box svg{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#9ba3b1;pointer-events:none}.search-box input{width:100%;height:46px;border:1px solid var(--line);border-radius:999px;background:var(--soft);padding:0 18px 0 44px;color:var(--ink);outline:none;transition:border-color .2s,background .2s,box-shadow .2s}.search-box input:focus{background:#fff;border-color:rgba(31,170,117,.6);box-shadow:0 0 0 4px rgba(31,170,117,.12)}.header-actions{justify-self:end;display:flex;align-items:center;gap:10px}.btn-wa,.btn-cart,.btn-small{height:42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:850;white-space:nowrap}.btn-wa{background:var(--wa);color:#fff;padding-inline:18px}.btn-cart{position:relative;border:1px solid var(--line);background:#fff;color:var(--ink);padding-inline:17px}.cart-count{position:absolute;right:-7px;top:-7px;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--danger);color:#fff;font-size:10px;font-weight:950;display:none;align-items:center;justify-content:center;box-shadow:0 0 0 3px #fff}.btn-wa:hover,.btn-cart:hover{transform:translateY(-1px)}
.nav{background:#fff;border-bottom:1px solid var(--line)}.nav-scroll{display:flex;align-items:center;justify-content:center;gap:4px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.nav-scroll::-webkit-scrollbar{display:none}.nav a{position:relative;display:flex;align-items:center;min-height:48px;padding-inline:15px;color:var(--muted);font-size:13px;font-weight:800;white-space:nowrap}.nav a:after{content:"";position:absolute;left:50%;right:50%;bottom:-1px;height:2px;background:var(--ink);transition:left .22s,right .22s}.nav a:hover,.nav a.active{color:var(--ink)}.nav a:hover:after,.nav a.active:after{left:12px;right:12px}.trust{background:#fff;border-bottom:1px solid var(--line)}.trust .wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.trust-item{display:flex;gap:10px;align-items:center;justify-content:center;min-height:66px;text-align:left;border-right:1px solid var(--line);padding:10px 16px}.trust-item:last-child{border-right:0}.trust-dot{width:8px;height:8px;border-radius:50%;background:var(--green);flex:0 0 auto}.trust-item strong{display:block;font-size:12px;font-weight:900}.trust-item span{display:block;color:var(--muted);font-size:11px;line-height:1.3}
/* Search modal */
.overlay{position:fixed;inset:0;background:rgba(20,22,31,.42);opacity:0;pointer-events:none;transition:opacity .22s;z-index:180}.overlay.open{opacity:1;pointer-events:auto}.search-modal{position:fixed;left:50%;top:96px;width:min(680px,calc(100vw - 32px));transform:translate(-50%,-10px);background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 26px 90px rgba(20,22,31,.22);opacity:0;pointer-events:none;transition:.22s;z-index:200;overflow:hidden}.search-modal.open{opacity:1;pointer-events:auto;transform:translate(-50%,0)}.search-modal input{width:100%;height:62px;border:0;border-bottom:1px solid var(--line);padding:0 22px;font-size:16px;outline:0}.search-hits{max-height:430px;overflow:auto;padding:10px}.hit{display:grid;grid-template-columns:58px 1fr auto;gap:12px;align-items:center;padding:10px;border-radius:14px}.hit:hover{background:var(--soft)}.hit img{width:58px;height:52px;object-fit:cover;border:1px solid var(--line);border-radius:12px;background:var(--soft)}.hit-title{font-size:13px;font-weight:800;line-height:1.35}.hit-meta{color:var(--muted);font-size:11px;margin-top:2px}.hit-price{font-size:13px;font-weight:900;color:var(--green-dark)}
/* Category circle strip: fixed horizontal foundation, no JS required. */
.cat-zone{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.cat-strip{position:relative;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x proximity;mask-image:linear-gradient(90deg,transparent,#000 22px,#000 calc(100% - 22px),transparent)}.cat-strip::-webkit-scrollbar{display:none}.cat-track{display:flex;flex-flow:row nowrap;align-items:flex-start;justify-content:center;gap:clamp(18px,3vw,36px);width:max-content;min-width:100%;padding:8px 22px 10px;list-style:none}.cat-item{flex:0 0 96px;width:96px;display:flex;flex-direction:column;align-items:center;gap:11px;text-align:center;scroll-snap-align:center}.cat-thumb{width:88px;height:88px;border-radius:50%;overflow:hidden;background:var(--soft);border:1px solid var(--line);box-shadow:0 1px 2px rgba(20,22,31,.05);transition:transform .24s,box-shadow .24s,border-color .24s}.cat-thumb img{width:100%;height:100%;object-fit:contain;display:block;padding:8px;background:#fff}.cat-name{font-size:12px;font-weight:850;line-height:1.25;color:var(--ink)}.cat-item:hover .cat-thumb{transform:translateY(-5px);box-shadow:var(--shadow-soft);border-color:rgba(31,170,117,.55)}.cat-strip.is-overflow .cat-track{justify-content:flex-start}.cat-hint{display:none;color:var(--muted);font-size:11px;text-align:center;margin-top:8px}.cat-strip.is-overflow + .cat-hint{display:block}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.42fr) minmax(320px,.9fr);gap:18px}.hero{position:relative;min-height:430px;border-radius:24px;overflow:hidden;background:var(--ink);box-shadow:var(--shadow)}.hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(105deg,rgba(20,22,31,.92) 0%,rgba(20,22,31,.82) 42%,rgba(20,22,31,.22) 100%);z-index:1}.hero-body{position:relative;z-index:2;min-height:430px;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:42px}.pill{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(95,224,166,.35);background:rgba(31,170,117,.13);color:#72e7b2;border-radius:999px;padding:7px 13px;font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px}.hero h1{font-size:clamp(34px,5.2vw,58px);font-weight:950;line-height:.98;letter-spacing:-.055em;color:#fff}.hero h1 em{font-family:Georgia,serif;font-weight:500;font-style:italic;color:#72e7b2}.hero p{max-width:430px;margin-top:16px;color:rgba(255,255,255,.78);font-size:16px;line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.btn-light,.btn-dark,.btn-green,.btn-outline,.btn-wa-line{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;padding:13px 22px;font-size:14px;font-weight:900;transition:transform .18s,background .18s,border-color .18s}.btn-light{background:#fff;color:var(--ink)}.btn-dark{background:var(--ink);color:#fff}.btn-green{background:var(--green);color:#fff}.btn-outline{border:1px solid var(--line);background:#fff;color:var(--ink)}.btn-wa-line{background:rgba(37,211,102,.12);color:#128c45;border:1px solid rgba(37,211,102,.26)}.btn-light:hover,.btn-dark:hover,.btn-green:hover,.btn-outline:hover,.btn-wa-line:hover{transform:translateY(-2px)}.promo-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.promo{position:relative;min-height:206px;border-radius:24px;overflow:hidden;background:var(--ink);box-shadow:var(--shadow)}.promo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s}.promo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,22,31,.16),rgba(20,22,31,.88))}.promo-body{position:absolute;left:18px;right:18px;bottom:18px;z-index:2;color:#fff}.promo-badge{display:inline-flex;margin-bottom:8px;border-radius:999px;background:rgba(255,255,255,.16);padding:4px 9px;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.promo h3{font-size:17px;line-height:1.13;font-weight:950}.promo p{font-size:12px;color:rgba(255,255,255,.74);margin-top:3px}.promo strong{display:block;color:#72e7b2;font-size:14px;margin-top:8px}.promo:hover img{transform:scale(1.08)}
.silo-cards,.subtiles{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.silo-card,.subtile{position:relative;overflow:hidden;border-radius:22px;border:1px solid var(--line);background:#fff;box-shadow:0 1px 2px rgba(20,22,31,.04);transition:transform .24s,box-shadow .24s,border-color .24s}.silo-card:hover,.subtile:hover{transform:translateY(-5px);box-shadow:var(--shadow-soft);border-color:rgba(31,170,117,.45)}.silo-img,.subtile-img{height:178px;background:var(--soft);overflow:hidden}.silo-img img,.subtile-img img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.silo-card:hover img,.subtile:hover img{transform:scale(1.08)}.silo-body,.subtile-body{padding:20px}.silo-body h3,.subtile-body h3{font-size:18px;font-weight:950;letter-spacing:-.02em}.silo-body p,.subtile-body p{margin-top:7px;color:var(--muted);font-size:13px;line-height:1.65}.tile-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;color:var(--green-dark);font-size:12px;font-weight:950}.subtiles{grid-template-columns:repeat(4,1fr)}.subtile-img{height:142px}.subtile-body h3{font-size:15px}.subtile-body p{font-size:12px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 1px 2px rgba(20,22,31,.04);transition:transform .24s,box-shadow .24s,border-color .24s}.product:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft);border-color:rgba(31,170,117,.35)}.product-pic{position:relative;display:block;height:172px;background:var(--soft);border-bottom:1px solid var(--line);overflow:hidden}.product-pic img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.product:hover .product-pic img{transform:scale(1.06)}.badge{position:absolute;left:10px;top:10px;border-radius:999px;padding:4px 9px;font-size:10px;font-weight:950;background:#e7f7ef;color:var(--green-dark)}.badge.stock{left:auto;right:10px;background:#eef4ff;color:#2563eb}.product-body{display:flex;flex-direction:column;flex:1;padding:15px}.product-title{display:block;color:var(--ink);font-size:13px;font-weight:850;line-height:1.45;min-height:56px}.product-title:hover{color:var(--green-dark)}.product-meta{margin-top:7px;color:var(--muted);font-size:11px}.price-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:7px;margin-top:12px}.price{font-size:19px;font-weight:950;letter-spacing:-.02em}.was{font-size:12px;color:#a6adba;text-decoration:line-through}.off{font-size:10px;font-weight:950;color:#dc2626;background:#fee2e2;border-radius:999px;padding:2px 6px}.product-actions{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:14px}.add-btn{height:40px;border-radius:12px;background:var(--ink);color:#fff;font-size:12px;font-weight:950}.add-btn:hover{background:var(--green)}.wa-mini{height:40px;width:44px;border-radius:12px;background:#effdf5;color:#128c45;border:1px solid #c9f3dc;display:flex;align-items:center;justify-content:center}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:28px}.toolbar-count{font-size:14px;font-weight:850;color:var(--muted)}.chips{display:flex;gap:8px;flex-wrap:wrap}.chip{border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 15px;color:var(--muted);font-size:12px;font-weight:850}.chip:hover,.chip.active{background:var(--ink);border-color:var(--ink);color:#fff}.sort-select{height:40px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:0 14px;color:var(--ink);font-size:13px;font-weight:800;outline:0}.sort-select:focus{border-color:var(--green)}.empty-state{grid-column:1/-1;text-align:center;border:1px dashed #ccd1da;border-radius:22px;background:#fff;padding:44px 24px}.empty-state h3{font-size:22px;font-weight:950}.empty-state p{max-width:520px;margin:10px auto 22px;color:var(--muted)}
.page-hero{position:relative;min-height:230px;border-radius:24px;overflow:hidden;background:var(--ink);box-shadow:var(--shadow)}.page-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(20,22,31,.92),rgba(20,22,31,.58))}.page-hero-body{position:relative;z-index:1;padding:38px;min-height:230px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff}.crumb{font-size:12px;color:rgba(255,255,255,.67);margin-bottom:10px}.crumb a{color:rgba(255,255,255,.9)}.page-hero h1{font-size:clamp(31px,5vw,48px);line-height:1;letter-spacing:-.045em;font-weight:950}.page-hero p{max-width:620px;margin-top:12px;color:rgba(255,255,255,.75);font-size:15px;line-height:1.7}.feature{position:relative;min-height:220px;border-radius:24px;overflow:hidden;background:var(--ink)}.feature img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.feature:before{content:"";position:absolute;inset:0;background:linear-gradient(95deg,rgba(20,22,31,.92),rgba(20,22,31,.28))}.feature-body{position:relative;z-index:1;padding:38px;color:#fff;max-width:620px}.feature-body h3{font-size:30px;font-weight:950;letter-spacing:-.035em;line-height:1.08}.feature-body p{margin:10px 0 22px;color:rgba(255,255,255,.76)}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;box-shadow:0 1px 2px rgba(20,22,31,.04)}.stars{color:#f59e0b;letter-spacing:.04em;font-size:14px}.review p{margin-top:12px;color:var(--muted);font-size:13px;line-height:1.75}.reviewer{display:flex;align-items:center;gap:10px;margin-top:18px}.avatar{width:38px;height:38px;border-radius:50%;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:950}.reviewer-name{font-size:13px;font-weight:950}.reviewer-src{font-size:11px;color:var(--muted)}.prose{max-width:820px}.prose h2{margin:34px 0 12px;font-size:24px;line-height:1.2;letter-spacing:-.02em}.prose h2:first-child{margin-top:0}.prose p,.prose li{color:var(--muted);font-size:15px;line-height:1.82;margin-bottom:14px}.prose ul{padding-left:22px;margin-bottom:16px}.prose strong{color:var(--ink)}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:0 1px 2px rgba(20,22,31,.04)}.service-icon{width:46px;height:46px;border-radius:15px;background:#e7f7ef;color:var(--green-dark);display:flex;align-items:center;justify-content:center;margin-bottom:15px}.service h3{font-size:17px;font-weight:950}.service p{margin-top:8px;color:var(--muted);font-size:13px;line-height:1.65}.price-from{display:block;margin-top:14px;color:var(--green-dark);font-size:13px;font-weight:950}.cta-block{background:var(--ink);border-radius:24px;padding:42px;text-align:center;color:#fff}.cta-block h2{font-size:30px;font-weight:950;letter-spacing:-.035em}.cta-block p{max-width:560px;margin:10px auto 24px;color:#bdc4d0}.cta-row{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.product-detail{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.82fr);gap:34px;align-items:start}.detail-media{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}.detail-media img{width:100%;aspect-ratio:1.22;object-fit:cover;background:var(--soft)}.detail-panel{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:var(--shadow);position:sticky;top:150px}.detail-panel h1{font-size:clamp(28px,4vw,42px);line-height:1.08;letter-spacing:-.04em;font-weight:950}.detail-price{margin:18px 0 10px;font-size:32px;font-weight:950;color:var(--ink)}.detail-desc{color:var(--muted);font-size:15px;line-height:1.75;margin:18px 0}.detail-facts{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}.fact{border:1px solid var(--line);border-radius:14px;padding:12px;background:var(--soft)}.fact span{display:block;color:var(--muted);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.fact strong{display:block;margin-top:4px;font-size:13px}.detail-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:20px}.footer{background:var(--ink);color:#fff}.footer .wrap{padding-block:56px 24px}.footer-cols{display:grid;grid-template-columns:repeat(5,1fr);gap:26px}.footer-col h4{font-size:13px;font-weight:950;margin-bottom:13px;color:#fff}.footer-col a{display:block;color:#adb5c3;font-size:13px;margin:9px 0}.footer-col a:hover{color:#fff}.footer-base{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:40px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);color:#838c9c;font-size:12px}
.drawer{position:fixed;top:0;right:-420px;width:390px;max-width:92vw;height:100dvh;background:#fff;z-index:220;box-shadow:-18px 0 70px rgba(20,22,31,.20);transition:right .26s;display:flex;flex-direction:column}.drawer.open{right:0}.drawer-head{height:72px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:0 22px}.drawer-head h3{font-size:18px;font-weight:950}.drawer-close{font-size:30px;color:#8d95a4}.drawer-items{flex:1;overflow:auto;padding:18px 22px}.drawer-empty{text-align:center;color:var(--muted);padding:50px 0}.cart-row{display:grid;grid-template-columns:58px 1fr auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.cart-row img{width:58px;height:52px;object-fit:cover;border-radius:12px;border:1px solid var(--line)}.cart-row-title{font-size:12px;font-weight:850;line-height:1.4}.cart-row-price{font-size:12px;font-weight:950;color:var(--green-dark);margin-top:4px}.cart-row-x{font-size:22px;color:#aeb5c1}.drawer-foot{border-top:1px solid var(--line);padding:20px 22px}.drawer-total{display:flex;justify-content:space-between;font-size:16px;font-weight:950;margin-bottom:14px}.btn-checkout{width:100%;height:48px;border-radius:14px;background:var(--wa);color:#fff;font-size:14px;font-weight:950}.drawer-note{text-align:center;color:var(--muted);font-size:11px;margin-top:9px}.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,20px);background:var(--ink);color:#fff;border-radius:999px;padding:12px 18px;font-size:13px;font-weight:850;opacity:0;pointer-events:none;transition:.25s;z-index:260}.toast.show{opacity:1;transform:translate(-50%,0)}
.reveal,.reveal-stagger>*{opacity:0;transform:translateY(22px);transition:opacity .65s cubic-bezier(.16,1,.3,1),transform .65s cubic-bezier(.16,1,.3,1)}.reveal.in,.reveal-stagger.in>*{opacity:1;transform:none}.reveal-stagger.in>*:nth-child(2){transition-delay:.06s}.reveal-stagger.in>*:nth-child(3){transition-delay:.12s}.reveal-stagger.in>*:nth-child(4){transition-delay:.18s}.reveal-stagger.in>*:nth-child(5){transition-delay:.24s}.reveal-stagger.in>*:nth-child(6){transition-delay:.30s}.hero:after{content:"";position:absolute;inset:0;z-index:3;pointer-events:none;background:linear-gradient(105deg,transparent 28%,rgba(255,255,255,.13) 48%,transparent 68%);transform:translateX(-120%)}.hero.in:after{animation:shine 1.2s ease-out .25s 1}@keyframes shine{to{transform:translateX(120%)}}.logo img,.btn-wa,.btn-cart,.add-btn,.wa-mini,.btn-light,.btn-dark,.btn-green,.btn-outline,.btn-wa-line{transition:transform .18s,background .18s,color .18s,border-color .18s,box-shadow .18s}.logo:hover img{transform:scale(1.045)}
@media (max-width:1040px){.header-main{grid-template-columns:210px 1fr 210px}.product-grid{grid-template-columns:repeat(3,1fr)}.footer-cols{grid-template-columns:repeat(3,1fr)}.subtiles{grid-template-columns:repeat(3,1fr)}.trust .wrap{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}}
@media (max-width:820px){:root{--gut:20px}.section{padding-block:56px}.header-main{grid-template-columns:1fr auto;min-height:auto;padding-block:12px;gap:12px}.logo{grid-column:1}.header-actions{grid-column:2}.search-box{grid-column:1/-1;grid-row:2;max-width:none}.btn-wa{padding-inline:14px}.nav-scroll{justify-content:flex-start}.hero-grid{grid-template-columns:1fr}.hero,.hero-body{min-height:390px}.promo-grid{grid-template-columns:1fr 1fr}.silo-cards{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.review-grid,.service-grid{grid-template-columns:1fr}.footer-cols{grid-template-columns:repeat(2,1fr)}.product-detail{grid-template-columns:1fr}.detail-panel{position:static}.cat-track{justify-content:flex-start;min-width:max-content;gap:22px}.cat-item{width:82px;flex-basis:82px}.cat-thumb{width:74px;height:74px}.cat-name{font-size:11px}.cat-strip{mask-image:linear-gradient(90deg,#000,#000)}}
@media (max-width:520px){.wrap{padding-inline:18px}.topbar{font-size:11px}.logo img{height:42px}.btn-wa{width:42px;padding:0}.btn-wa span,.btn-cart .cart-text{display:none}.btn-cart{width:42px;padding:0}.trust .wrap{grid-template-columns:1fr}.trust-item{justify-content:flex-start;border-right:0!important;border-bottom:1px solid var(--line)!important}.trust-item:last-child{border-bottom:0!important}.hero,.hero-body{min-height:430px}.hero-body{padding:28px}.hero p{font-size:14px}.hero-actions{width:100%}.hero-actions a{width:100%}.promo-grid{grid-template-columns:1fr}.product-grid{gap:12px}.product-pic{height:145px}.product-body{padding:12px}.product-title{font-size:12px;min-height:54px}.price{font-size:16px}.product-actions{grid-template-columns:1fr}.wa-mini{display:none}.head-row{align-items:flex-start;flex-direction:column}.page-hero-body{padding:28px}.footer-cols{grid-template-columns:1fr}.footer-base{display:block}.footer-base span{display:block;margin-top:8px}.cta-block{padding:30px 20px}.detail-panel{padding:22px}.detail-facts{grid-template-columns:1fr}.search-modal{top:82px}}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}.reveal,.reveal-stagger>*{opacity:1!important;transform:none!important}}


/* ============================================================
   V3 hardening layer — source-level fixes after PDF audit
   ============================================================ */
.reveal,.reveal-stagger>*{opacity:1!important;transform:none!important;}
.cat-strip{overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;}
.cat-strip::-webkit-scrollbar{display:none!important;}
.cat-track{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:flex-start!important;width:max-content!important;min-width:100%!important;list-style:none!important;padding:8px 22px 10px!important;}
.cat-item{flex:0 0 96px!important;width:96px!important;max-width:96px!important;min-width:96px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;text-align:center!important;gap:11px!important;scroll-snap-align:center!important;}
.cat-thumb{width:88px!important;height:88px!important;min-width:88px!important;min-height:88px!important;max-width:88px!important;max-height:88px!important;border-radius:50%!important;overflow:hidden!important;display:block!important;background:var(--soft)!important;border:1px solid var(--line)!important;}
.cat-thumb img{width:100%!important;height:100%!important;max-width:100%!important;object-fit:contain!important;padding:8px!important;background:#fff!important;display:block!important;}
.cat-name{display:block!important;font-size:12px!important;font-weight:850!important;line-height:1.25!important;color:var(--ink)!important;}
@media (max-width:820px){.cat-track{justify-content:flex-start!important;gap:22px!important;min-width:max-content!important}.cat-item{width:82px!important;min-width:82px!important;max-width:82px!important;flex-basis:82px!important}.cat-thumb{width:74px!important;height:74px!important;min-width:74px!important;min-height:74px!important;max-width:74px!important;max-height:74px!important}.cat-name{font-size:11px!important}.cat-strip{mask-image:none!important}}
@media print{
  html,body{background:#fff!important;overflow:visible!important;}
  body{font-size:12px!important;color:#14161f!important;}
  .site-header{position:static!important;top:auto!important;box-shadow:none!important;backdrop-filter:none!important;}
  .topbar{background:#14161f!important;color:#fff!important;-webkit-print-color-adjust:exact;print-color-adjust:exact;}
  .wrap{max-width:1120px!important;padding-inline:18px!important;}
  .overlay,.search-modal,.drawer,.toast,.cat-hint{display:none!important;}
  .header-main{min-height:68px!important;grid-template-columns:190px 1fr 190px!important;gap:14px!important;}
  .logo img{height:42px!important;}
  .search-box input{height:38px!important;}
  .nav a{min-height:38px!important;font-size:11px!important;padding-inline:10px!important;}
  .trust .wrap{grid-template-columns:repeat(4,1fr)!important;}
  .trust-item{min-height:48px!important;padding:7px 8px!important;}
  .trust-item strong{font-size:10px!important}.trust-item span{font-size:9px!important;}
  .cat-zone{padding-block:10px!important;break-inside:avoid!important;}
  .cat-strip{overflow:visible!important;mask-image:none!important;}
  .cat-track{display:grid!important;grid-template-columns:repeat(6,1fr)!important;gap:10px!important;width:100%!important;min-width:0!important;padding:0!important;}
  .cat-item{width:auto!important;min-width:0!important;max-width:none!important;flex:initial!important;gap:5px!important;break-inside:avoid!important;}
  .cat-thumb{width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important;max-width:50px!important;max-height:50px!important;margin-inline:auto!important;}
  .cat-name{font-size:9px!important;line-height:1.15!important;}
  .section{padding-block:28px!important;}.section-tight{padding-block:18px!important;}
  .hero-grid{display:grid!important;grid-template-columns:1.1fr .9fr!important;gap:18px!important;}
  .hero,.feature,.page-hero{min-height:220px!important;break-inside:avoid!important;}
  .hero-body,.page-hero-body,.feature-body{padding:26px!important;}
  .product-grid{grid-template-columns:repeat(4,1fr)!important;gap:12px!important;}
  .product-card,.silo-card,.promo,.review,.service{break-inside:avoid!important;box-shadow:none!important;}
  .product-pic{height:120px!important;}
  .footer .wrap{padding-block:28px 16px!important;}.footer-cols{grid-template-columns:repeat(5,1fr)!important;gap:14px!important;}.footer-col a{font-size:10px!important;margin:5px 0!important;}.footer-col h4{font-size:10px!important;}
}

/* V3.1 print clean-up: print/PDF should show structure, not ecommerce controls. */
@media print{
  .search-box,.header-actions{display:none!important;}
  .header-main{display:flex!important;align-items:center!important;justify-content:center!important;min-height:50px!important;padding-block:10px!important;}
  .logo{justify-content:center!important;}
  .logo img{height:44px!important;width:auto!important;}
  .nav-scroll{justify-content:center!important;}
}


/* ============================================================
   V4 polish layer — fixed after live-site review
   Purpose:
   1. Remove the visible Skip to content fallback.
   2. Keep cart/search panels out of the document flow at all times.
   3. Keep shopping path cards and hub sub-category cards horizontal/polished.
   ============================================================ */
.skip-link{display:none!important;}

/* Drawer/search must never appear as normal page content. */
.overlay{position:fixed!important;inset:0!important;background:rgba(20,22,31,.42)!important;opacity:0!important;pointer-events:none!important;transition:opacity .22s ease!important;z-index:180!important;display:block!important;}
.overlay.open{opacity:1!important;pointer-events:auto!important;}
.search-modal{position:fixed!important;left:50%!important;top:96px!important;width:min(680px,calc(100vw - 32px))!important;transform:translate(-50%,-10px)!important;background:#fff!important;border:1px solid var(--line)!important;border-radius:22px!important;box-shadow:0 26px 90px rgba(20,22,31,.22)!important;opacity:0!important;pointer-events:none!important;transition:.22s ease!important;z-index:200!important;overflow:hidden!important;display:block!important;}
.search-modal.open{opacity:1!important;pointer-events:auto!important;transform:translate(-50%,0)!important;}
.drawer{position:fixed!important;top:0!important;right:-430px!important;width:390px!important;max-width:92vw!important;height:100dvh!important;background:#fff!important;z-index:220!important;box-shadow:-18px 0 70px rgba(20,22,31,.20)!important;transition:right .26s ease!important;display:flex!important;flex-direction:column!important;}
.drawer.open{right:0!important;}
.toast{position:fixed!important;left:50%!important;bottom:24px!important;transform:translate(-50%,20px)!important;background:var(--ink)!important;color:#fff!important;border-radius:999px!important;padding:12px 18px!important;font-size:13px!important;font-weight:850!important;opacity:0!important;pointer-events:none!important;transition:.25s ease!important;z-index:260!important;display:block!important;}
.toast.show{opacity:1!important;transform:translate(-50%,0)!important;}

/* Home shopping paths and hub category cards: desktop = clean horizontal grid. */
.silo-cards{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important;}
.subtiles{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important;}
.silo-card,.subtile{min-width:0!important;height:100%!important;}
.silo-card img,.subtile img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;}

/* Tablet keeps the line, but reduces columns gracefully. */
@media (max-width:1040px){
  .subtiles{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}

/* Mobile: do not stack these cards vertically. Make them a swipe row. */
@media (max-width:820px){
  .silo-cards,.subtiles{display:flex!important;flex-flow:row nowrap!important;gap:14px!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;scroll-snap-type:x proximity!important;padding:2px 2px 12px!important;margin-inline:-2px!important;scrollbar-width:none!important;}
  .silo-cards::-webkit-scrollbar,.subtiles::-webkit-scrollbar{display:none!important;}
  .silo-card,.subtile{flex:0 0 min(82vw,360px)!important;width:min(82vw,360px)!important;max-width:360px!important;scroll-snap-align:start!important;}
  .silo-img{height:174px!important;}
  .subtile-img{height:156px!important;}
}
@media (max-width:520px){
  .silo-card,.subtile{flex-basis:86vw!important;width:86vw!important;}
}

/* Cart rows should stay neat inside the drawer. */
.cart-row{display:grid!important;grid-template-columns:58px 1fr auto!important;gap:12px!important;align-items:center!important;}
.cart-row img{width:58px!important;height:52px!important;object-fit:cover!important;border-radius:12px!important;}

@media print{
  .skip-link,.overlay,.search-modal,.drawer,.toast,.header-actions,.search-box{display:none!important;}
  .silo-cards{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:12px!important;overflow:visible!important;}
  .subtiles{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:12px!important;overflow:visible!important;}
  .silo-card,.subtile{width:auto!important;max-width:none!important;break-inside:avoid!important;}
}

/* V6 polish: readable hero/promo overlays after real Batch 1 images. */
.hero h1,
.hero h1 em,
.hero p,
.hero .pill{ text-shadow:0 6px 22px rgba(0,0,0,.45),0 1px 2px rgba(0,0,0,.45); }
.hero p{ background:rgba(20,22,31,.36); border:1px solid rgba(255,255,255,.10); border-radius:18px; padding:12px 15px; backdrop-filter:blur(8px); -webkit-backdrop-filter:blur(8px); }
.hero .btn-wa-line{ color:#fff; background:rgba(20,22,31,.52); border-color:rgba(255,255,255,.22); backdrop-filter:blur(8px); -webkit-backdrop-filter:blur(8px); text-shadow:none; }
.hero .btn-wa-line:hover{ background:rgba(31,170,117,.72); border-color:rgba(95,224,166,.48); }
.promo-grid{ align-items:stretch; }
.promo{ isolation:isolate; display:block; position:relative; min-height:206px; border-radius:24px; overflow:hidden; background:linear-gradient(135deg,#14161f 0%,#202432 58%,#101218 100%); box-shadow:var(--shadow); border:1px solid rgba(20,22,31,.06); }
.promo img{ position:absolute; z-index:0; right:-9%; bottom:-12%; left:auto; top:auto; width:66%; height:88%; max-width:none; object-fit:contain; object-position:center; padding:4px; background:transparent; filter:drop-shadow(0 20px 34px rgba(0,0,0,.26)) saturate(1.04); opacity:.92; transition:transform .7s ease,opacity .7s ease; }
.promo:nth-child(1) img{ width:74%; height:100%; right:-17%; bottom:-18%; opacity:.78; }
.promo:nth-child(2) img{ width:72%; height:94%; right:-14%; bottom:-16%; }
.promo:nth-child(3) img{ width:74%; height:98%; right:-16%; bottom:-18%; }
.promo:nth-child(4) img{ width:72%; height:98%; right:-13%; bottom:-18%; }
.promo:before{ content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(108deg,rgba(20,22,31,.96) 0%,rgba(20,22,31,.90) 42%,rgba(20,22,31,.42) 68%,rgba(20,22,31,.08) 100%); }
.promo:after{ content:""; position:absolute; z-index:1; left:-18%; bottom:-42%; width:58%; aspect-ratio:1; border-radius:999px; background:radial-gradient(circle,rgba(31,170,117,.40),rgba(31,170,117,0) 66%); filter:blur(4px); pointer-events:none; }
.promo-body{ position:absolute; z-index:2; left:16px; right:auto; bottom:16px; width:min(68%,250px); color:#fff; padding:14px 15px; border-radius:19px; background:rgba(20,22,31,.62); border:1px solid rgba(255,255,255,.14); box-shadow:0 18px 42px rgba(0,0,0,.30); backdrop-filter:blur(12px); -webkit-backdrop-filter:blur(12px); }
.promo-badge{ display:inline-flex; align-items:center; margin-bottom:9px; border-radius:999px; background:rgba(31,170,117,.92); color:#fff; padding:4px 10px; font-size:10px; font-weight:950; text-transform:uppercase; letter-spacing:.08em; box-shadow:0 8px 20px rgba(0,0,0,.24); text-shadow:0 1px 2px rgba(0,0,0,.35); }
.promo h3{ color:#fff; font-size:17px; line-height:1.12; font-weight:950; text-shadow:0 5px 18px rgba(0,0,0,.50); }
.promo p{ color:rgba(255,255,255,.78); font-size:12px; line-height:1.48; margin-top:5px; text-shadow:0 2px 10px rgba(0,0,0,.45); }
.promo strong{ display:block; color:#72e7b2; font-size:14px; margin-top:9px; text-shadow:0 5px 18px rgba(0,0,0,.48); }
.promo:hover img{ transform:scale(1.08) translateY(-2px); opacity:1; }
@media(max-width:820px){.promo{min-height:188px}.promo-body{width:min(72%,245px)}}
@media(max-width:520px){.hero p{padding:11px 13px}.promo-grid{grid-template-columns:1fr}.promo{min-height:190px}.promo img{width:64%;height:86%;right:-12%;bottom:-12%;}.promo-body{left:14px;bottom:14px;width:min(76%,260px);padding:13px 14px}.promo h3{font-size:16px}}
@media print{.promo{background:#14161f!important;color:#fff!important}.promo-body{position:relative!important;left:auto!important;bottom:auto!important;width:auto!important;margin:12px!important;background:#14161f!important;color:#fff!important}.promo img{opacity:.35!important}.hero p{background:transparent!important;border:0!important;padding:0!important}}



/* V7 readability pass: every image-backed hero now has a protected text panel.
   Why: product/category photos often have white areas, so text must never rely only on a gradient overlay. */
.page-hero,.feature{isolation:isolate;display:flex!important;align-items:flex-end!important;position:relative!important;background:#14161f!important;}
.page-hero img,.feature img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;filter:saturate(.96) contrast(.98) brightness(.86)!important;}
.page-hero:before,.feature:before{content:""!important;position:absolute!important;inset:0!important;z-index:1!important;background:linear-gradient(105deg,rgba(20,22,31,.98) 0%,rgba(20,22,31,.90) 38%,rgba(20,22,31,.58) 68%,rgba(20,22,31,.24) 100%)!important;pointer-events:none!important;}
.page-hero:after,.feature:after{content:""!important;position:absolute!important;z-index:1!important;left:-13%!important;bottom:-42%!important;width:420px!important;max-width:62vw!important;aspect-ratio:1!important;border-radius:999px!important;background:radial-gradient(circle,rgba(31,170,117,.44),rgba(31,170,117,0) 66%)!important;filter:blur(5px)!important;pointer-events:none!important;}
.page-hero-body,.feature-body{position:relative!important;z-index:2!important;display:block!important;min-height:auto!important;width:min(680px,calc(100% - 56px))!important;max-width:680px!important;margin:28px!important;padding:24px 26px!important;border-radius:22px!important;color:#fff!important;background:linear-gradient(135deg,rgba(20,22,31,.78),rgba(20,22,31,.60))!important;border:1px solid rgba(255,255,255,.16)!important;box-shadow:0 22px 56px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.08)!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important;}
.page-hero .crumb{margin-bottom:10px!important;color:rgba(255,255,255,.76)!important;font-size:12px!important;font-weight:800!important;text-shadow:0 2px 8px rgba(0,0,0,.45)!important;}
.page-hero .crumb a{color:#d8fff0!important;}
.page-hero h1,.feature-body h3{color:#fff!important;text-shadow:0 8px 28px rgba(0,0,0,.55),0 1px 2px rgba(0,0,0,.55)!important;}
.page-hero h1{font-size:clamp(32px,5vw,52px)!important;line-height:.98!important;letter-spacing:-.05em!important;font-weight:950!important;}
.feature-body h3{font-size:clamp(26px,4vw,36px)!important;line-height:1.06!important;letter-spacing:-.04em!important;font-weight:950!important;}
.page-hero p,.feature-body p{max-width:620px!important;margin-top:12px!important;color:rgba(255,255,255,.86)!important;font-size:15px!important;line-height:1.72!important;text-shadow:0 3px 14px rgba(0,0,0,.48)!important;}
.page-hero .btn-light,.feature-body .btn-light{box-shadow:0 14px 35px rgba(0,0,0,.22)!important;}
@media(max-width:820px){.page-hero,.feature{min-height:250px!important}.page-hero-body,.feature-body{width:calc(100% - 40px)!important;margin:20px!important;padding:21px 22px!important;border-radius:20px!important}.page-hero h1{font-size:clamp(30px,9vw,44px)!important}.feature-body h3{font-size:clamp(25px,8vw,34px)!important}}
@media(max-width:520px){.page-hero,.feature{min-height:270px!important}.page-hero-body,.feature-body{width:calc(100% - 32px)!important;margin:16px!important;padding:19px!important}.page-hero p,.feature-body p{font-size:14px!important;line-height:1.62!important}.page-hero:after,.feature:after{width:300px!important}}
@media print{.page-hero,.feature{display:block!important;background:#14161f!important}.page-hero-body,.feature-body{width:auto!important;max-width:none!important;margin:16px!important;background:#14161f!important;box-shadow:none!important;border:1px solid #333!important}.page-hero img,.feature img{opacity:.25!important}.page-hero:after,.feature:after{display:none!important}}


/* V9 brand alignment pass: match the main Fix My Gadget site more closely. */
:root{--ink:#14161f;--green:#1faa75;--green2:#04d985;--deep:#07140f;}
.topbar{background:linear-gradient(90deg,#07140f 0%,#14161f 48%,#07140f 100%)!important;color:rgba(255,255,255,.78)!important;border-bottom:1px solid rgba(31,170,117,.18)!important;}
.topbar .wrap{min-height:38px!important;letter-spacing:.01em!important;}
.topbar strong{color:#fff!important;}
.site-header{background:rgba(255,255,255,.96)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;box-shadow:0 10px 34px rgba(20,22,31,.06)!important;}
.header-main{grid-template-columns:300px minmax(260px,1fr) 260px!important;min-height:112px!important;gap:24px!important;}
.logo{min-width:0!important;}
.logo img{height:78px!important;width:auto!important;max-width:295px!important;object-fit:contain!important;filter:drop-shadow(0 10px 22px rgba(0,0,0,.08))!important;}
.logo:hover img{transform:scale(1.025)!important;}
.search-box input{height:50px!important;background:#f7f8fa!important;border:1px solid rgba(20,22,31,.10)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.8),0 10px 28px rgba(20,22,31,.045)!important;}
.btn-wa{background:linear-gradient(135deg,#1faa75,#04d985)!important;box-shadow:0 14px 30px rgba(31,170,117,.22)!important;}
.btn-cart{box-shadow:0 12px 28px rgba(20,22,31,.07)!important;}
.nav{background:#fff!important;border-bottom:1px solid rgba(20,22,31,.08)!important;}
.nav-scroll{min-height:58px!important;gap:8px!important;}
.nav a{min-height:38px!important;padding:0 16px!important;border-radius:999px!important;color:#4f5866!important;transition:background .18s,color .18s,transform .18s,box-shadow .18s!important;}
.nav a:hover{background:#14161f!important;color:#fff!important;transform:translateY(-1px)!important;box-shadow:0 12px 26px rgba(20,22,31,.14)!important;}
.nav a[href*="fixmygadget.co.za"],.nav a[href*="techrecycle.co.za"]{color:#14161f!important;background:rgba(31,170,117,.10)!important;border:1px solid rgba(31,170,117,.18)!important;}
.trust{background:linear-gradient(180deg,#fff,#fbfcfd)!important;}
.trust-item strong{color:#14161f!important;}
.trust-dot{box-shadow:0 0 0 6px rgba(31,170,117,.10)!important;}

.repair-gateway{display:grid;grid-template-columns:1.05fr .95fr;gap:22px;align-items:stretch;}
.gateway-panel,.repair-card{position:relative;overflow:hidden;border-radius:28px;background:#fff;border:1px solid rgba(20,22,31,.08);box-shadow:0 24px 70px rgba(20,22,31,.08);}
.gateway-panel{padding:34px;background:linear-gradient(135deg,#14161f 0%,#1d2330 56%,#07140f 100%);color:#fff;min-height:360px;display:flex;flex-direction:column;justify-content:flex-end;isolation:isolate;}
.gateway-panel:before{content:"";position:absolute;inset:auto -20% -55% auto;width:70%;aspect-ratio:1;border-radius:999px;background:radial-gradient(circle,rgba(31,170,117,.52),rgba(31,170,117,0) 68%);z-index:0;}
.gateway-panel>*{position:relative;z-index:1;}
.gateway-kicker{display:inline-flex;width:max-content;border-radius:999px;padding:7px 12px;background:rgba(31,170,117,.18);border:1px solid rgba(114,231,178,.26);color:#baf8dc;font-size:11px;font-weight:950;letter-spacing:.09em;text-transform:uppercase;margin-bottom:14px;}
.gateway-panel h2{font-size:clamp(30px,4vw,48px);line-height:.98;letter-spacing:-.055em;margin:0 0 14px;font-weight:950;}
.gateway-panel p{color:rgba(255,255,255,.78);max-width:620px;margin:0 0 22px;line-height:1.72;}
.gateway-actions{display:flex;gap:12px;flex-wrap:wrap;}
.btn-main-site{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;min-height:48px;padding:0 20px;font-weight:900;background:#fff;color:#14161f;box-shadow:0 16px 42px rgba(0,0,0,.18);}
.btn-main-site.alt{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.18);box-shadow:none;}
.repair-link-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
.repair-card{display:block;padding:20px;min-height:164px;color:#14161f;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;}
.repair-card:hover{transform:translateY(-3px);box-shadow:0 30px 80px rgba(20,22,31,.12);border-color:rgba(31,170,117,.24);}
.repair-card .tag{display:inline-flex;border-radius:999px;padding:5px 10px;background:rgba(31,170,117,.10);color:#127a53;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px;}
.repair-card h3{font-size:18px;line-height:1.15;margin:0 0 8px;font-weight:950;letter-spacing:-.03em;}
.repair-card p{margin:0;color:#5c6472;font-size:13px;line-height:1.58;}
.repair-card strong{display:block;margin-top:12px;color:#14161f;font-size:13px;}
.external-note{margin-top:16px;color:#6b7280;font-size:13px;line-height:1.6;}
.recycle-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:22px;}
.recycle-tile{border-radius:22px;background:#fff;border:1px solid rgba(20,22,31,.08);box-shadow:0 16px 42px rgba(20,22,31,.06);padding:22px;}
.recycle-tile h3{font-size:16px;margin:0 0 8px;font-weight:950;letter-spacing:-.02em;}.recycle-tile p{margin:0;color:#5c6472;font-size:13px;line-height:1.6;}

@media(max-width:980px){.header-main{grid-template-columns:260px minmax(220px,1fr) auto!important}.logo img{height:68px!important;max-width:250px!important}.repair-gateway{grid-template-columns:1fr}.repair-link-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.recycle-strip{grid-template-columns:1fr}}
@media(max-width:820px){.header-main{grid-template-columns:1fr auto!important;min-height:auto!important;padding-top:14px!important;padding-bottom:14px!important}.logo img{height:58px!important;max-width:230px!important}.nav-scroll{justify-content:flex-start!important}.repair-link-grid{display:flex;overflow-x:auto;gap:14px;padding:2px 2px 12px;scroll-snap-type:x proximity}.repair-card{flex:0 0 min(82vw,360px);scroll-snap-align:start}.gateway-panel{min-height:320px;padding:28px}.gateway-actions a{width:100%;}}
@media(max-width:520px){.logo img{height:48px!important;max-width:190px!important}.topbar .wrap{font-size:11px!important}.gateway-panel{border-radius:24px;padding:24px}.repair-card{flex-basis:86vw}.repair-card h3{font-size:17px}}
@media print{.logo img{height:48px!important}.repair-gateway,.repair-link-grid,.recycle-strip{display:grid!important;grid-template-columns:1fr 1fr!important}.gateway-panel,.repair-card,.recycle-tile{box-shadow:none!important;break-inside:avoid!important}.gateway-panel{background:#14161f!important;color:#fff!important}}


/* V10 product image pass: replacement-part photos must show the full part, not crop the edges. */
.product-pic img,.detail-media img{object-fit:contain!important;background:#fff!important;padding:10px!important;}
.product-pic{background:#fff!important;}
.detail-media{background:#fff!important;}
@media(max-width:520px){.product-pic img,.detail-media img{padding:8px!important;}}
