:root{
  color-scheme: light;
  --ct-bg:#f7f9fc;
  --ct-bg-2:#eef4f9;
  --ct-surface:#ffffff;
  --ct-surface-2:#f3f6fa;
  --ct-card:#ffffff;
  --ct-card-soft:rgba(255,255,255,.82);
  --ct-border:rgba(16,32,50,.12);
  --ct-border-strong:rgba(16,32,50,.20);
  --ct-text:#101827;
  --ct-muted:#617087;
  --ct-muted-2:#8390a3;
  --ct-accent:#ff4528;
  --ct-accent-2:#ff774a;
  --ct-accent-soft:rgba(255,69,40,.10);
  --ct-green:#25d366;
  --ct-blue:#0d2538;
  --ct-warning:#ffb347;
  --ct-radius:24px;
  --ct-radius-lg:34px;
  --ct-shadow:0 24px 70px rgba(20,40,60,.14);
  --ct-shadow-soft:0 14px 36px rgba(20,40,60,.10);
  --ct-font:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
:root[data-theme="dark"]{
  color-scheme: dark;
  --ct-bg:#071017;
  --ct-bg-2:#0b1520;
  --ct-surface:#101b27;
  --ct-surface-2:#142130;
  --ct-card:#0e1823;
  --ct-card-soft:rgba(14,24,35,.78);
  --ct-border:rgba(255,255,255,.12);
  --ct-border-strong:rgba(255,255,255,.20);
  --ct-text:#f8fbff;
  --ct-muted:#a8b4c4;
  --ct-muted-2:#8290a2;
  --ct-accent:#ff4528;
  --ct-accent-2:#ff784a;
  --ct-accent-soft:rgba(255,69,40,.14);
  --ct-green:#25d366;
  --ct-blue:#0d2538;
  --ct-warning:#ffc857;
  --ct-shadow:0 26px 86px rgba(0,0,0,.38);
  --ct-shadow-soft:0 16px 46px rgba(0,0,0,.22);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:92px}
body{
  margin:0;
  min-height:100vh;
  font-family:var(--ct-font);
  color:var(--ct-text);
  background:var(--ct-bg);
  overflow-x:hidden;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-10;
  pointer-events:none;
  background:
    radial-gradient(circle at 9% 8%,rgba(255,69,40,.14),transparent 26%),
    radial-gradient(circle at 88% 6%,rgba(42,118,190,.13),transparent 29%),
    radial-gradient(circle at 48% 82%,rgba(255,69,40,.08),transparent 28%),
    linear-gradient(145deg,var(--ct-bg),var(--ct-bg-2) 56%,var(--ct-bg));
}
:root[data-theme="dark"] body::before{
  background:
    radial-gradient(circle at 10% 6%,rgba(255,69,40,.17),transparent 27%),
    radial-gradient(circle at 88% 10%,rgba(48,105,160,.17),transparent 30%),
    linear-gradient(145deg,var(--ct-bg),var(--ct-bg-2) 55%,var(--ct-bg));
}
body::after{
  content:"";
  position:fixed;
  inset:0;
  z-index:-9;
  opacity:.05;
  pointer-events:none;
  background-image:linear-gradient(var(--ct-text) 1px,transparent 1px),linear-gradient(90deg,var(--ct-text) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(to bottom,#000 0%,transparent 72%);
}
a{color:inherit;text-decoration:none}
a:hover{color:inherit}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
::selection{background:rgba(255,69,40,.28);color:#fff}
.container{max-width:1220px}
.skip-link{position:fixed;left:12px;top:-80px;z-index:5000;background:var(--ct-text);color:var(--ct-bg);padding:.7rem 1rem;border-radius:999px;font-weight:900;transition:top .18s ease}.skip-link:focus{top:12px}.text-muted-ct{color:var(--ct-muted)!important}.text-red{color:var(--ct-accent)!important}
.scroll-progress{position:fixed;top:0;left:0;height:3px;width:0;z-index:3000;background:linear-gradient(90deg,var(--ct-accent),var(--ct-accent-2));box-shadow:0 0 22px rgba(255,69,40,.48)}

/* Header */
.site-nav{position:sticky;top:0;z-index:1050;border-bottom:1px solid var(--ct-border);background:rgba(255,255,255,.76);backdrop-filter:blur(18px);transition:background .2s ease,box-shadow .2s ease,border-color .2s ease}
:root[data-theme="dark"] .site-nav{background:rgba(5,10,15,.76)}
.site-nav.nav-scrolled{background:rgba(255,255,255,.94);box-shadow:0 16px 42px rgba(20,40,60,.12)}
:root[data-theme="dark"] .site-nav.nav-scrolled{background:rgba(5,10,15,.93);box-shadow:0 18px 48px rgba(0,0,0,.26)}
.nav-inner{min-height:74px;display:flex;align-items:center;gap:18px;position:relative}
.brand{display:inline-flex;align-items:center;gap:10px;min-width:max-content;font-weight:950;letter-spacing:-.045em;color:var(--ct-text)}
.brand-mark{width:42px;height:42px;border-radius:15px;display:grid;place-items:center;background:var(--ct-surface);border:1px solid var(--ct-border);color:var(--ct-blue);box-shadow:var(--ct-shadow-soft)}
:root[data-theme="dark"] .brand-mark{color:var(--ct-text);background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.04))}
.brand-mark i{font-size:1.16rem;color:currentColor}.brand-word{display:grid;line-height:.79;font-size:1.12rem}.brand-word span{color:var(--ct-accent)}.brand-word strong{font-size:1.18rem;color:var(--ct-text)}
.nav-menu{display:flex;align-items:center;gap:4px;margin-left:auto}
.nav-menu a{color:var(--ct-muted);font-weight:850;font-size:.93rem;padding:.68rem .86rem;border-radius:999px;transition:all .18s ease}
.nav-menu a:hover,.nav-menu a.active{color:var(--ct-text);background:rgba(13,26,42,.06)}
:root[data-theme="dark"] .nav-menu a:hover,:root[data-theme="dark"] .nav-menu a.active{background:rgba(255,255,255,.07)}
.nav-tools{display:flex;align-items:center;gap:8px;margin-left:8px}.mobile-panel-tools{display:none}.mobile-menu-button{display:none;border:0;background:transparent;padding:8px;margin-left:auto}.mobile-menu-button span{display:block;width:24px;height:2px;background:var(--ct-text);margin:5px 0;border-radius:999px;transition:transform .18s ease,opacity .18s ease}.mobile-menu-button.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-menu-button.is-open span:nth-child(2){opacity:0}.mobile-menu-button.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.tool-btn,.tool-select,.btn-soft,.btn-main{border:1px solid var(--ct-border);border-radius:999px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;font-weight:900;color:var(--ct-text);background:var(--ct-card-soft);transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease,filter .18s ease;box-shadow:0 8px 22px rgba(20,40,60,.06)}
.tool-btn{width:44px;padding:0}.tool-btn span{font-size:.86rem}.tool-select{padding:.54rem 2rem .54rem .85rem;outline:0;color:var(--ct-text);appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--ct-muted) 50%),linear-gradient(135deg,var(--ct-muted) 50%,transparent 50%);background-position:calc(100% - 16px) 50%,calc(100% - 11px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat}.tool-select option,.ct-select option{background:var(--ct-surface);color:var(--ct-text)}.currency-select{min-width:102px}.btn-soft{padding:.72rem 1rem}.btn-soft:hover,.tool-btn:hover,.tool-select:hover{background:var(--ct-surface);border-color:var(--ct-border-strong);transform:translateY(-1px);box-shadow:var(--ct-shadow-soft)}
.btn-main{border:0;padding:.78rem 1.1rem;color:#fff;background:linear-gradient(135deg,var(--ct-accent),var(--ct-accent-2));box-shadow:0 16px 42px rgba(255,69,40,.25);overflow:hidden;position:relative}.btn-main:hover{color:#fff;transform:translateY(-2px);box-shadow:0 24px 58px rgba(255,69,40,.34);filter:saturate(1.05)}.btn-main::before{content:"";position:absolute;inset:-70% auto -70% -35%;width:30%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);transform:skewX(-18deg) translateX(-160%);transition:transform .65s ease}.btn-main:hover::before{transform:skewX(-18deg) translateX(540%)}.btn-main>*{position:relative;z-index:1}.btn-lg{min-height:54px;padding:.92rem 1.25rem}.btn-sm{min-height:38px;padding:.55rem .8rem;font-size:.86rem}.cart-nav strong,.mobile-quote strong,.mobile-sticky-cta strong{display:grid;place-items:center;min-width:24px;height:24px;border-radius:999px;background:var(--ct-text);color:var(--ct-bg);font-size:.78rem;padding:0 .36rem}

/* Hero */
.hero{position:relative;padding:86px 0 56px;overflow:hidden}.hero .container{position:relative;z-index:2}.hero-orb{position:absolute;border-radius:999px;filter:blur(42px);pointer-events:none;opacity:.45}.hero-orb-a{left:-130px;top:70px;width:320px;height:320px;background:rgba(255,69,40,.28)}.hero-orb-b{right:-120px;bottom:20px;width:410px;height:410px;background:rgba(58,125,190,.22)}.hero-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.95fr);gap:58px;align-items:center}.hero-eyebrow{display:inline-flex;align-items:center;gap:.55rem;border:1px solid var(--ct-border);background:var(--ct-card-soft);border-radius:999px;padding:.58rem .82rem;color:var(--ct-muted);font-weight:900;font-size:.88rem;box-shadow:var(--ct-shadow-soft)}.hero-eyebrow>span:first-child{width:9px;height:9px;border-radius:50%;background:var(--ct-green);box-shadow:0 0 0 5px rgba(37,211,102,.12)}.hero-eyebrow i{color:var(--ct-accent)}.hero h1{font-size:clamp(3.05rem,6vw,5.75rem);line-height:.98;letter-spacing:-.076em;font-weight:950;margin:20px 0 18px;max-width:760px;text-wrap:balance}.hero h1 span,.section-title span{color:var(--ct-accent)}.hero-copy{font-size:clamp(1rem,1.55vw,1.18rem);color:var(--ct-muted);line-height:1.74;max-width:660px}.trust-pills,.hero-microcopy{display:flex;flex-wrap:wrap;gap:9px}.trust-pills{margin:24px 0 0}.trust-pills span,.hero-microcopy span{display:inline-flex;align-items:center;gap:.48rem;border-radius:16px;background:var(--ct-card-soft);border:1px solid var(--ct-border);color:var(--ct-muted)}.trust-pills span{padding:.62rem .78rem;font-size:.82rem}.trust-pills i,.hero-microcopy i{color:var(--ct-accent)}.trust-pills b,.hero-microcopy b{color:var(--ct-text);font-weight:850}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-microcopy{margin-top:18px}.hero-microcopy span{padding:.5rem .72rem;font-size:.8rem}.rate-note{margin-top:12px;color:var(--ct-muted-2);font-size:.84rem;font-weight:750}.rate-note strong{color:var(--ct-text)}
.storefront-card{position:relative;overflow:hidden;border-radius:32px;padding:22px;background:linear-gradient(155deg,rgba(255,255,255,.86),rgba(255,255,255,.58));border:1px solid var(--ct-border);box-shadow:var(--ct-shadow);transform-style:preserve-3d;will-change:transform}.storefront-card::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--mx,55%) 5%,rgba(255,69,40,.16),transparent 34%),radial-gradient(circle at 88% 20%,rgba(56,123,190,.08),transparent 30%);pointer-events:none}.storefront-top,.mini-search,.gui-tabs,.hero-products,.quote-summary{position:relative;z-index:2}:root[data-theme="dark"] .storefront-card{background:linear-gradient(155deg,rgba(255,255,255,.09),rgba(255,255,255,.04))}.storefront-top{display:flex;align-items:center;gap:12px;padding-bottom:16px;border-bottom:1px solid var(--ct-border)}.window-dots{display:flex;gap:7px}.window-dots span{width:10px;height:10px;border-radius:50%;background:#ff5b2e}.window-dots span:nth-child(2){background:#ffc857}.window-dots span:nth-child(3){background:#25d366}.storefront-top strong{display:block;font-weight:950}.storefront-top small{display:block;color:var(--ct-muted);font-size:.78rem;font-weight:800}.storefront-top em{margin-left:auto;display:flex;align-items:center;gap:6px;padding:.42rem .62rem;border-radius:999px;background:rgba(37,211,102,.12);color:#139d4a;border:1px solid rgba(37,211,102,.24);font-style:normal;font-size:.78rem;font-weight:900}:root[data-theme="dark"] .storefront-top em{color:#baffd1}.storefront-top em span{width:8px;height:8px;border-radius:50%;background:var(--ct-green)}.mini-search{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin:18px 0;padding:11px 12px 11px 15px;border-radius:20px;background:rgba(255,255,255,.60);border:1px solid var(--ct-border);color:var(--ct-muted);font-weight:850;box-shadow:inset 0 1px 0 rgba(255,255,255,.35)}:root[data-theme="dark"] .mini-search{background:rgba(255,255,255,.06)}.mini-search>i{color:var(--ct-accent)}.mini-cart-indicator{border:0;width:44px;height:44px;border-radius:16px;background:linear-gradient(135deg,var(--ct-accent),var(--ct-accent-2));color:#fff;position:relative;display:grid;place-items:center}.mini-cart-indicator strong{position:absolute;right:-5px;top:-7px;display:grid;place-items:center;min-width:21px;height:21px;border-radius:999px;background:var(--ct-text);color:var(--ct-bg);font-size:.72rem}.gui-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.gui-tabs span{display:flex;align-items:center;gap:7px;padding:.55rem .72rem;border-radius:999px;border:1px solid var(--ct-border);background:var(--ct-card-soft);color:var(--ct-muted);font-weight:900;font-size:.84rem}.gui-tabs .active{background:var(--ct-accent-soft);border-color:rgba(255,69,40,.35);color:var(--ct-text)}.hero-products{display:grid;grid-template-columns:1.15fr .95fr .95fr;gap:12px}.hero-product{min-height:188px;border:1px solid var(--ct-border);border-radius:22px;background:var(--ct-card-soft);padding:12px;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;text-align:left}.hero-product:hover{transform:translateY(-4px);border-color:rgba(255,69,40,.32);box-shadow:var(--ct-shadow-soft)}.hero-product img{height:92px;width:100%;object-fit:contain;border-radius:16px;background:#f0f4f9;padding:8px}.hero-product h3{font-size:.9rem;line-height:1.28;font-weight:950;margin:10px 0 4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hero-product small{display:block;color:var(--ct-muted);font-weight:800}.hero-product strong{display:block;color:var(--ct-accent);margin-top:5px}.hero-product .badge-mini{display:inline-flex;align-items:center;gap:5px;padding:.28rem .45rem;border-radius:999px;background:rgba(255,69,40,.13);color:var(--ct-accent);font-weight:950;font-size:.68rem;margin-bottom:8px}.hero-product.skeleton{background:linear-gradient(90deg,rgba(255,255,255,.36) 25%,rgba(255,255,255,.75) 37%,rgba(255,255,255,.36) 63%);background-size:400% 100%;animation:shimmer 1.15s infinite}.quote-summary{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:14px;margin-top:14px;padding:14px;border-radius:20px;background:rgba(255,255,255,.54);border:1px solid var(--ct-border)}:root[data-theme="dark"] .quote-summary{background:rgba(2,6,10,.28)}.quote-summary small{display:block;color:var(--ct-muted);font-weight:800}.quote-summary strong{font-weight:950}.quote-summary>div:nth-child(2){text-align:right}.quote-summary>div:nth-child(2) strong{color:var(--ct-accent);font-size:1.2rem}

/* General sections */
.section{padding:76px 0}.section-tight{padding:58px 0}.section-flow{padding:40px 0 58px}.section-kicker{display:inline-flex;align-items:center;gap:.5rem;color:var(--ct-accent);font-weight:950;letter-spacing:.15em;text-transform:uppercase;font-size:.75rem;margin-bottom:12px}.section-kicker.centered{justify-content:center}.section-title{font-size:clamp(2rem,4vw,3.28rem);font-weight:950;letter-spacing:-.055em;line-height:1.07;margin:0 0 14px;text-wrap:balance}.section-lead{color:var(--ct-muted);font-size:1.04rem;line-height:1.78;max-width:760px}.split-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.home-grid{display:grid;grid-template-columns:1.05fr 1.2fr;gap:18px}.category-preview,.best-preview{display:grid;gap:12px}.category-preview{grid-template-columns:repeat(5,1fr)}.best-preview{grid-template-columns:repeat(4,1fr)}.cat-card,.best-card,.service-card,.testimonial-card,.story-card,.trust-panel article,.product-card,.contact-shell,.catalog-shell,.flow-card{background:var(--ct-card-soft);border:1px solid var(--ct-border);box-shadow:var(--ct-shadow-soft);backdrop-filter:blur(10px)}.flow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.flow-card{position:relative;border-radius:24px;padding:22px;min-height:190px;overflow:hidden;transition:transform .18s ease,border-color .18s ease}.flow-card:hover{transform:translateY(-5px);border-color:rgba(255,69,40,.32)}.flow-card span{position:absolute;right:18px;top:16px;color:var(--ct-muted-2);font-weight:950;font-size:.86rem}.flow-card i{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--ct-accent),var(--ct-accent-2));box-shadow:0 14px 34px rgba(255,69,40,.22);margin-bottom:20px}.flow-card h3{font-weight:950;font-size:1.14rem;margin-bottom:8px}.flow-card p{color:var(--ct-muted);line-height:1.58;margin:0}.cat-card{min-height:152px;border-radius:22px;padding:18px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .18s ease,border-color .18s ease}.cat-card:hover{transform:translateY(-5px);border-color:rgba(255,69,40,.32)}.cat-card i{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;color:var(--ct-accent);background:var(--ct-accent-soft);font-size:1.35rem}.cat-card strong{font-weight:950}.cat-card span{color:var(--ct-muted);font-size:.84rem;line-height:1.45}.best-card{border-radius:22px;padding:12px;min-height:206px;transition:transform .18s ease,border-color .18s ease;cursor:pointer;color:var(--ct-text);text-align:left}.best-card:hover{transform:translateY(-5px);border-color:rgba(255,69,40,.32)}.best-card img{height:94px;width:100%;object-fit:contain;background:#f0f4f9;border-radius:16px;padding:8px}.best-card h3{font-size:.9rem;line-height:1.25;font-weight:950;margin:10px 0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.best-card strong{color:var(--ct-accent)}.best-card small{display:block;color:var(--ct-muted);font-weight:850;margin-top:4px}

/* Catalog */
.catalog-shell{border-radius:32px;overflow:hidden}.catalog-toolbar{display:grid;grid-template-columns:1fr minmax(190px,240px) auto;gap:12px;padding:16px;border-bottom:1px solid var(--ct-border);background:rgba(255,255,255,.34)}:root[data-theme="dark"] .catalog-toolbar{background:rgba(255,255,255,.035)}.search-box{position:relative}.search-box i{position:absolute;left:18px;top:50%;transform:translateY(-50%);color:var(--ct-accent);z-index:2}.ct-input,.ct-select{width:100%;min-height:52px;border:1px solid var(--ct-border);border-radius:18px;background:var(--ct-surface);color:var(--ct-text);outline:0;padding:.82rem 1rem;font-weight:700;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.search-box .ct-input{padding-left:48px}.ct-input::placeholder{color:var(--ct-muted-2)}.ct-input:focus,.ct-select:focus{border-color:rgba(255,69,40,.45);box-shadow:0 0 0 4px rgba(255,69,40,.10)}.ct-select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--ct-muted) 50%),linear-gradient(135deg,var(--ct-muted) 50%,transparent 50%);background-position:calc(100% - 18px) 50%,calc(100% - 12px) 50%;background-size:6px 6px,6px 6px;background-repeat:no-repeat;padding-right:2.25rem}.catalog-body{display:grid;grid-template-columns:292px 1fr;min-height:420px}.filter-panel{border-right:1px solid var(--ct-border);padding:18px;background:rgba(255,255,255,.20)}:root[data-theme="dark"] .filter-panel{background:rgba(255,255,255,.02)}.filter-group{padding:0 0 18px;margin-bottom:18px;border-bottom:1px solid var(--ct-border)}.filter-group:last-child{border-bottom:0;margin-bottom:0}.filter-group h3{font-size:.88rem;letter-spacing:.08em;text-transform:uppercase;font-weight:950;color:var(--ct-text);margin-bottom:12px}.filter-group h3 strong{float:right;color:var(--ct-accent);letter-spacing:0;text-transform:none}.chip-wrap{display:flex;flex-wrap:wrap;gap:8px}.filter-chip,.check-chip{border:1px solid var(--ct-border);background:var(--ct-surface);color:var(--ct-muted);border-radius:999px;padding:.55rem .72rem;font-weight:850;display:inline-flex;align-items:center;gap:.46rem;transition:all .16s ease}.filter-chip:hover,.filter-chip.active{color:#fff;background:linear-gradient(135deg,var(--ct-accent),var(--ct-accent-2));border-color:transparent}.filter-chip span{opacity:.78}.check-chip{width:100%;justify-content:space-between;border-radius:16px;margin-bottom:8px}.check-chip span{display:flex;align-items:center;gap:.5rem}.check-chip i{color:var(--ct-accent)}.price-range{accent-color:var(--ct-accent)}.filter-callout{border:1px solid rgba(255,69,40,.22);background:var(--ct-accent-soft);border-radius:22px;padding:16px}.filter-callout>i{font-size:1.5rem;color:var(--ct-green);margin-bottom:10px}.filter-callout strong{display:block;font-weight:950;margin-bottom:6px}.filter-callout p{color:var(--ct-muted);font-size:.88rem;line-height:1.55;margin-bottom:12px}.product-area{padding:18px;min-width:0}.catalog-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:14px}.result-meta{color:var(--ct-muted);font-weight:850}.active-filters{display:flex;flex-wrap:wrap;gap:7px}.product-card{position:relative;height:100%;border-radius:24px;overflow:hidden;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;background:var(--ct-card)}.product-card:hover{transform:translateY(-6px);border-color:rgba(255,69,40,.34);box-shadow:var(--ct-shadow)}.product-media{position:relative;height:210px;margin:12px;border-radius:20px;background:linear-gradient(180deg,#f8fafc,#eaf0f6);display:grid;place-items:center;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:contain;padding:12px;transition:transform .28s ease}.product-card:hover .product-media img{transform:scale(1.04)}.badge-wrap,.product-badges{display:flex;gap:7px;flex-wrap:wrap}.product-badges{position:absolute;top:18px;left:18px;right:18px;z-index:3}.ct-badge{display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;padding:.34rem .52rem;background:rgba(9,14,20,.78);border:1px solid rgba(255,255,255,.15);color:#fff;font-size:.72rem;font-weight:950;backdrop-filter:blur(8px)}.ct-badge.hot{background:linear-gradient(135deg,var(--ct-accent),var(--ct-accent-2));border-color:transparent}.ct-badge.best{background:linear-gradient(135deg,#ffb347,#ff6a30);border-color:transparent;color:#161616}.ct-badge.stock{background:rgba(37,211,102,.18);border-color:rgba(37,211,102,.28);color:#138942}:root[data-theme="dark"] .ct-badge.stock{color:#baffd0}.quick-view{position:absolute;right:12px;bottom:12px;border:0;border-radius:999px;padding:.48rem .65rem;background:rgba(8,13,18,.82);color:#fff;border:1px solid rgba(255,255,255,.14);font-weight:900;opacity:0;transform:translateY(8px);transition:all .18s ease}.product-card:hover .quick-view{opacity:1;transform:none}.product-body{padding:0 18px 18px}.product-top{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:7px}.product-brand{color:var(--ct-accent);text-transform:uppercase;font-size:.72rem;font-weight:950;letter-spacing:.11em}.product-stock{font-size:.72rem;color:#118a44;font-weight:900;background:rgba(37,211,102,.11);border:1px solid rgba(37,211,102,.18);border-radius:999px;padding:.25rem .46rem;white-space:nowrap}:root[data-theme="dark"] .product-stock{color:#baffd0}.product-title{font-size:1rem;line-height:1.35;font-weight:950;min-height:2.7em;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-desc{color:var(--ct-muted);font-size:.86rem;line-height:1.55;min-height:4em;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:12px}.product-meta{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:14px}.product-meta span{font-size:.74rem;font-weight:850;color:var(--ct-muted);border:1px solid var(--ct-border);background:var(--ct-surface-2);padding:.35rem .5rem;border-radius:999px}.product-price{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:14px}.product-price small{display:block;color:var(--ct-muted-2);font-weight:850}.product-price strong{display:block;font-size:1.34rem;letter-spacing:-.035em;color:var(--ct-text);font-weight:950}.product-price em{display:block;color:var(--ct-muted);font-size:.8rem;font-style:normal;font-weight:800}.product-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.empty-state{text-align:center;padding:54px 18px;color:var(--ct-muted)}.empty-state i{font-size:2.8rem;color:var(--ct-accent);margin-bottom:16px}.empty-state h3{color:var(--ct-text);font-weight:950}.skeleton-card{height:430px;border-radius:24px;background:linear-gradient(90deg,rgba(255,255,255,.36) 25%,rgba(255,255,255,.74) 37%,rgba(255,255,255,.36) 63%);background-size:400% 100%;animation:shimmer 1.15s infinite}:root[data-theme="dark"] .skeleton-card,:root[data-theme="dark"] .hero-product.skeleton{background:linear-gradient(90deg,rgba(255,255,255,.04) 25%,rgba(255,255,255,.09) 37%,rgba(255,255,255,.04) 63%);background-size:400% 100%}@keyframes shimmer{0%{background-position:100% 0}100%{background-position:-100% 0}}

/* Story, trust, apps, contact */
.history-section{position:relative;overflow:hidden}.history-section::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 85%,rgba(255,69,40,.12),transparent 28%),radial-gradient(circle at 86% 54%,rgba(66,133,190,.10),transparent 28%);pointer-events:none}.history-section .container{position:relative}.story-timeline{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:36px}.story-timeline::before{content:"";position:absolute;left:12%;right:12%;top:50%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,69,40,.48),transparent);z-index:-1}.story-card{position:relative;border-radius:28px;padding:26px;min-height:286px;overflow:hidden;transition:transform .22s ease,border-color .22s ease}.story-card:hover{transform:translateY(-6px);border-color:rgba(255,69,40,.34)}.story-card::before{content:"";position:absolute;inset:auto -30% -40% auto;width:210px;height:210px;border-radius:50%;background:rgba(255,69,40,.12);filter:blur(36px)}.story-card i{width:58px;height:58px;border-radius:20px;display:grid;place-items:center;background:linear-gradient(135deg,var(--ct-accent),var(--ct-accent-2));color:#fff;font-size:1.35rem;box-shadow:0 15px 36px rgba(255,69,40,.22);margin-bottom:18px}.story-card small{color:var(--ct-muted-2);font-weight:950;letter-spacing:.12em}.story-card h3{font-size:1.3rem;font-weight:950;margin:6px 0 12px}.story-card p{color:var(--ct-muted);line-height:1.68;margin:0}.trust-panel{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--ct-border);border-radius:30px;overflow:hidden;background:var(--ct-card-soft);box-shadow:var(--ct-shadow-soft)}.trust-panel article{border:0;border-right:1px solid var(--ct-border);box-shadow:none;background:transparent;padding:28px 20px;text-align:center}.trust-panel article:last-child{border-right:0}.trust-panel i{font-size:1.7rem;color:var(--ct-accent);margin-bottom:14px}.trust-panel h3{font-size:1rem;font-weight:950;line-height:1.3;margin-bottom:8px}.trust-panel p{color:var(--ct-muted);font-size:.9rem;line-height:1.55;margin:0}.service-card,.testimonial-card{height:100%;border-radius:26px;padding:20px;transition:transform .22s ease,border-color .22s ease}.service-card:hover,.testimonial-card:hover{transform:translateY(-6px);border-color:rgba(255,69,40,.32)}.service-image,.app-image{height:190px;border-radius:20px;overflow:hidden;background:#f0f4f9;margin-bottom:16px}.app-image{height:128px}.service-image img,.app-image img{width:100%;height:100%;object-fit:cover}.service-card h3{font-size:1.12rem;line-height:1.3;font-weight:950}.service-card p,.testimonial-card p{color:var(--ct-muted);line-height:1.65}.testimonial-card{position:relative;padding-top:78px}.testimonial-card::before{content:"\201c";position:absolute;left:20px;top:-5px;font-size:7rem;font-family:Georgia,serif;line-height:1;color:rgba(8,18,30,.06)}:root[data-theme="dark"] .testimonial-card::before{color:rgba(255,255,255,.08)}.testimonial-avatar{position:absolute;right:18px;top:18px;width:66px;height:66px;border-radius:20px;overflow:hidden;background:#eef2f8;border:1px solid var(--ct-border)}.testimonial-avatar img{width:100%;height:100%;object-fit:cover}.testimonial-card strong{display:block;font-weight:950}.testimonial-card span{display:block;color:var(--ct-accent);font-weight:850;font-size:.88rem}.contact-shell{border-radius:32px;padding:30px;display:grid;grid-template-columns:.85fr 1.15fr;gap:30px}.contact-info{align-self:center}.contact-methods{display:grid;gap:10px;margin-top:24px}.contact-method{display:flex;align-items:center;gap:13px;border:1px solid var(--ct-border);border-radius:18px;padding:13px;background:var(--ct-surface);transition:all .18s ease}.contact-method:hover{transform:translateY(-3px);background:var(--ct-card);box-shadow:var(--ct-shadow-soft)}.contact-method i{width:42px;height:42px;border-radius:14px;background:var(--ct-accent-soft);color:var(--ct-accent);display:grid;place-items:center;font-size:1.12rem}.contact-method b{display:block;font-weight:950}.contact-method small{display:block;color:var(--ct-muted);font-weight:750}.contact-form{border:1px solid var(--ct-border);border-radius:26px;padding:20px;background:var(--ct-surface-2)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.contact-form label{display:grid;gap:7px;margin-bottom:13px}.contact-form label span{color:var(--ct-muted);font-weight:850;font-size:.88rem}.form-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:4px}.form-status{min-height:22px;margin-top:12px;color:var(--ct-muted);font-size:.9rem;font-weight:800}.site-footer{border-top:1px solid var(--ct-border);padding:34px 0;background:rgba(255,255,255,.52)}:root[data-theme="dark"] .site-footer{background:rgba(5,9,13,.45)}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer-inner p{color:var(--ct-muted);margin:0;font-size:.9rem}.footer-links{display:flex;gap:16px;flex-wrap:wrap}.footer-links a{color:var(--ct-muted);font-weight:800}.footer-links a:hover{color:var(--ct-text)}.fx-attribution a{color:var(--ct-muted-2);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}

/* Cart, modal, toast */
.offcanvas-ct{background:var(--ct-surface);color:var(--ct-text);border-left:1px solid var(--ct-border)}.btn-close{filter:none}:root[data-theme="dark"] .btn-close{filter:invert(1)}.offcanvas-title{font-weight:950}.cart-items{flex:1}.cart-item{display:grid;grid-template-columns:68px 1fr auto;align-items:center;gap:12px;border:1px solid var(--ct-border);border-radius:18px;padding:10px;background:var(--ct-surface-2);margin-bottom:10px}.cart-item img{width:68px;height:68px;object-fit:contain;background:#eef2f8;border-radius:14px;padding:5px}.cart-item-title{font-weight:950;line-height:1.25;font-size:.9rem}.qty-control{display:flex;align-items:center;gap:7px;margin-top:7px}.qty-control button,.icon-btn{border:1px solid var(--ct-border);background:var(--ct-surface);color:var(--ct-text);border-radius:11px;width:30px;height:30px;display:grid;place-items:center;font-weight:950}.icon-btn{width:38px;height:38px}.cart-total{border-top:1px solid var(--ct-border);padding-top:16px;margin-top:16px}.cart-total-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.cart-total-row span{color:var(--ct-muted);font-weight:850}.cart-total-row strong{font-size:1.35rem;color:var(--ct-text);font-weight:950}.cart-alt{display:block;color:var(--ct-muted);font-weight:800;margin:.2rem 0 .9rem}.quote-fields{display:grid;gap:9px;margin:14px 0}.btn-danger-soft{color:#b93726;border-color:rgba(255,69,40,.28)}:root[data-theme="dark"] .btn-danger-soft{color:#ffb0a2}.pro-modal{background:var(--ct-surface);color:var(--ct-text);border:1px solid var(--ct-border);border-radius:28px;box-shadow:var(--ct-shadow)}.modal-title{font-weight:950}.modal-product-img{width:100%;height:390px;object-fit:contain;background:#eef2f8;border-radius:22px;padding:16px}.modal-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin:24px 0}.modal-info-grid div{border:1px solid var(--ct-border);border-radius:18px;padding:14px;background:var(--ct-surface-2)}.modal-info-grid small{display:block;color:var(--ct-muted);font-weight:850}.modal-info-grid strong{display:block;font-size:1.55rem;font-weight:950}.modal-info-grid em{display:block;font-style:normal;color:var(--ct-muted);font-weight:800}.modal-actions{display:flex;flex-wrap:wrap;gap:10px}.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:1040;width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;font-size:1.72rem;box-shadow:0 20px 46px rgba(37,211,102,.34),0 10px 30px rgba(0,0,0,.24);transition:transform .18s ease}.whatsapp-float:hover{color:#fff;transform:translateY(-4px) scale(1.03)}.toast-ct{background:var(--ct-surface);color:var(--ct-text);border:1px solid var(--ct-border);box-shadow:var(--ct-shadow-soft)}.toast-ct .toast-header{background:transparent;color:var(--ct-text);border-bottom:1px solid var(--ct-border)}.mobile-sticky-cta{display:none}.reveal{opacity:1;transform:none;transition:opacity .55s ease,transform .55s ease}.reveal.is-visible{opacity:1;transform:none}.tilting{transform:perspective(900px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)) translateY(-2px)}

/* Responsive */
@media (max-width:1199.98px){
  .nav-menu a{padding:.58rem .62rem}.nav-tools{gap:6px}.cart-nav span{display:none}.hero-layout{grid-template-columns:1fr .9fr;gap:36px}.hero-products{grid-template-columns:1fr 1fr}.hero-product:nth-child(3){display:none}.category-preview{grid-template-columns:repeat(3,1fr)}.best-preview{grid-template-columns:repeat(2,1fr)}.flow-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:1099.98px){
  html{scroll-padding-top:74px}.nav-inner{min-height:70px}.mobile-menu-button{display:block;order:4}.nav-menu{position:absolute;left:12px;right:12px;top:78px;display:none;flex-direction:column;align-items:stretch;background:var(--ct-surface);border:1px solid var(--ct-border);border-radius:24px;padding:12px;box-shadow:var(--ct-shadow);margin-left:0}.nav-menu.is-open{display:flex}.nav-menu a{padding:.92rem 1rem}.mobile-panel-tools{display:grid;gap:10px;padding-top:10px;border-top:1px solid var(--ct-border);margin-top:6px}.mobile-tool-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}.mobile-tool-grid .tool-btn,.mobile-tool-grid .tool-select{width:100%;min-width:0}.mobile-quote,.mobile-panel-tools .btn-main{width:100%}.nav-tools{margin-left:auto}.desktop-tool,.nav-whatsapp{display:none}.cart-nav{min-width:44px;padding:.62rem .74rem}.hero{padding-top:56px}.hero-layout{grid-template-columns:1fr;gap:30px}.hero h1{font-size:clamp(2.8rem,9vw,4.7rem)}.storefront-card{max-width:720px;margin:0 auto}.home-grid{grid-template-columns:1fr}.story-timeline{grid-template-columns:1fr;gap:16px}.story-timeline::before{display:none}.trust-panel{grid-template-columns:repeat(2,1fr)}.trust-panel article{border-right:0;border-bottom:1px solid var(--ct-border)}.trust-panel article:nth-last-child(-n+1){border-bottom:0}.catalog-toolbar{grid-template-columns:1fr}.catalog-body{grid-template-columns:1fr}.filter-panel{border-right:0;border-bottom:1px solid var(--ct-border)}.contact-shell{grid-template-columns:1fr}.split-heading{align-items:start;flex-direction:column}.footer-inner{align-items:flex-start;flex-direction:column}.btn-main,.btn-soft{white-space:normal}.modal-product-img{height:300px}
}
@media (max-width:767.98px){
  body{padding-bottom:72px}.hero{padding:42px 0 34px}.hero h1{letter-spacing:-.065em}.hero-actions .btn-main,.hero-actions .btn-soft{width:100%}.trust-pills span{flex:1 1 calc(50% - 9px);justify-content:center}.hero-products{grid-template-columns:1fr 1fr}.quote-summary{grid-template-columns:1fr}.quote-summary>div:nth-child(2){text-align:left}.flow-grid{grid-template-columns:1fr}.category-preview,.best-preview{grid-template-columns:1fr 1fr}.section{padding:58px 0}.section-tight,.section-flow{padding:46px 0}.catalog-toolbar{padding:12px}.product-actions{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.contact-shell{padding:20px;border-radius:24px}.trust-panel{grid-template-columns:1fr}.trust-panel article{border-bottom:1px solid var(--ct-border)}.whatsapp-float{display:none}.mobile-sticky-cta{position:fixed;left:10px;right:10px;bottom:10px;z-index:1045;display:grid;grid-template-columns:1fr 1.08fr 1fr;gap:8px;padding:8px;border-radius:22px;background:rgba(255,255,255,.90);border:1px solid var(--ct-border);box-shadow:0 16px 48px rgba(20,40,60,.18);backdrop-filter:blur(18px)}:root[data-theme="dark"] .mobile-sticky-cta{background:rgba(8,14,21,.90)}.mobile-sticky-cta a,.mobile-sticky-cta button{border:0;border-radius:16px;background:var(--ct-surface-2);color:var(--ct-text);display:flex;align-items:center;justify-content:center;gap:6px;min-height:48px;font-weight:900;font-size:.78rem}.mobile-sticky-cta a:last-child{background:linear-gradient(135deg,var(--ct-accent),var(--ct-accent-2));color:#fff}.mobile-sticky-cta button{position:relative}.mobile-sticky-cta strong{min-width:20px;height:20px;font-size:.7rem}.mobile-sticky-cta i{font-size:1rem}.mobile-sticky-cta span{display:none}
}
@media (max-width:575.98px){
  .container{padding-left:18px;padding-right:18px}.nav-inner{gap:8px}.brand-word{font-size:1rem}.brand-word strong{font-size:1.05rem}.brand-mark{width:38px;height:38px}.cart-nav{padding:.58rem .66rem}.cart-nav span{display:none}.mobile-menu-button{padding:6px}.hero h1{font-size:clamp(2.55rem,15vw,3.55rem)}.hero-copy{font-size:1rem}.trust-pills span{flex:1 1 100%;justify-content:flex-start}.storefront-card{padding:14px;border-radius:24px}.hero-products{grid-template-columns:1fr}.hero-product:nth-child(2),.hero-product:nth-child(3){display:none}.category-preview,.best-preview{grid-template-columns:1fr}.product-media{height:185px}.modal-info-grid{grid-template-columns:1fr}.section-title{font-size:2.05rem}.mobile-tool-grid{grid-template-columns:1fr}.contact-method{align-items:flex-start}.offcanvas{max-width:94vw}.cart-item{grid-template-columns:58px 1fr auto}.cart-item img{width:58px;height:58px}.mini-search{grid-template-columns:auto 1fr auto}.mini-search span{font-size:.86rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}

/* Icon fallback if Font Awesome CDN is blocked */
.fa-fallback i.fa-solid,.fa-fallback i.fa-brands{font-family:var(--ct-font)!important;font-style:normal;font-weight:900;line-height:1}
.fa-fallback i.fa-code::before{content:"</>"}.fa-fallback i.fa-bolt::before{content:"⚡"}.fa-fallback i.fa-truck-fast::before{content:"🚚"}.fa-fallback i.fa-route::before{content:"↗"}.fa-fallback i.fa-shield-halved::before,.fa-fallback i.fa-shield::before{content:"🛡"}.fa-fallback i.fa-file-invoice::before{content:"▣"}.fa-fallback i.fa-headset::before{content:"☏"}.fa-fallback i.fa-lock::before{content:"🔒"}.fa-fallback i.fa-clock::before{content:"◷"}.fa-fallback i.fa-magnifying-glass::before{content:"⌕"}.fa-fallback i.fa-cart-shopping::before,.fa-fallback i.fa-cart-plus::before{content:"🛒"}.fa-fallback i.fa-laptop::before{content:"💻"}.fa-fallback i.fa-key::before{content:"🔑"}.fa-fallback i.fa-plug::before{content:"🔌"}.fa-fallback i.fa-bag-shopping::before{content:"🛍"}.fa-fallback i.fa-arrow-right::before{content:"→"}.fa-fallback i.fa-compass::before{content:"◎"}.fa-fallback i.fa-layer-group::before{content:"▦"}.fa-fallback i.fa-rotate-left::before{content:"↺"}.fa-fallback i.fa-fire::before{content:"🔥"}.fa-fallback i.fa-crown::before{content:"♛"}.fa-fallback i.fa-check::before,.fa-fallback i.fa-check-circle::before{content:"✓"}.fa-fallback i.fa-lightbulb::before{content:"💡"}.fa-fallback i.fa-rocket::before{content:"🚀"}.fa-fallback i.fa-earth-americas::before,.fa-fallback i.fa-globe::before{content:"🌎"}.fa-fallback i.fa-credit-card::before{content:"▤"}.fa-fallback i.fa-paper-plane::before{content:"✉"}.fa-fallback i.fa-envelope::before{content:"✉"}.fa-fallback i.fa-heart::before{content:"♥"}.fa-fallback i.fa-box-open::before,.fa-fallback i.fa-box::before{content:"□"}.fa-fallback i.fa-eye::before{content:"◉"}.fa-fallback i.fa-signal::before{content:"▴"}.fa-fallback i.fa-star::before{content:"★"}.fa-fallback i.fa-trash::before{content:"×"}.fa-fallback i.fa-xmark::before{content:"×"}.fa-fallback i.fa-sun::before{content:"☀"}.fa-fallback i.fa-moon::before{content:"☾"}.fa-fallback i.fa-table-cells-large::before{content:"▦"}.fa-fallback i.fa-whatsapp::before{content:"☎"}.fa-fallback i.fa-facebook::before,.fa-fallback i.fa-facebook-f::before{content:"f"}.fa-fallback i.fa-tiktok::before{content:"♪"}


/* CREATECH v9 - catalog UX, pagination and premium responsive polish */
.catalog-shell{border:1px solid var(--ct-border);background:rgba(255,255,255,.68);box-shadow:0 28px 80px rgba(26,46,70,.12)}
:root[data-theme="dark"] .catalog-shell{background:rgba(12,22,32,.72)}
.catalog-toolbar{align-items:center;position:relative;z-index:3}.catalog-toolbar .btn-soft{min-width:126px}.product-area{padding:22px}.catalog-meta{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:16px;margin-bottom:18px}.catalog-summary{min-width:0}.result-meta{font-size:1.02rem;color:var(--ct-text);font-weight:950}.page-meta{color:var(--ct-muted);font-size:.9rem;font-weight:800;margin-top:2px}.catalog-controls{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.per-page-control{display:flex;align-items:center;gap:8px;border:1px solid var(--ct-border);background:var(--ct-card-soft);border-radius:999px;padding:6px 8px 6px 14px;color:var(--ct-muted);font-size:.86rem;font-weight:900;box-shadow:0 8px 22px rgba(20,40,60,.06)}.compact-select{width:auto;min-height:38px;border-radius:999px;padding:.45rem 1.85rem .45rem .72rem;font-size:.86rem;background-color:var(--ct-surface)}.view-toggle{display:flex;align-items:center;gap:5px;border:1px solid var(--ct-border);background:var(--ct-card-soft);border-radius:999px;padding:5px;box-shadow:0 8px 22px rgba(20,40,60,.06)}.view-toggle button{width:38px;height:38px;border:0;border-radius:999px;background:transparent;color:var(--ct-muted);display:grid;place-items:center;transition:all .16s ease}.view-toggle button.active{background:linear-gradient(135deg,var(--ct-accent),var(--ct-accent-2));color:#fff;box-shadow:0 10px 24px rgba(255,69,40,.22)}.active-filters{margin-top:10px}.active-filters .ct-badge{background:var(--ct-accent-soft);color:var(--ct-accent);border-color:rgba(255,69,40,.18)}
.product-card{display:flex;flex-direction:column;border-radius:26px;background:linear-gradient(180deg,var(--ct-card),rgba(255,255,255,.84));isolation:isolate}.product-card::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,rgba(255,69,40,.08),transparent 34%);opacity:0;transition:opacity .2s ease}.product-card:hover::after{opacity:1}:root[data-theme="dark"] .product-card{background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025))}.product-badges{position:static;padding:14px 14px 0;min-height:40px}.ct-badge{background:#eef3f8;border-color:rgba(16,32,50,.08);color:var(--ct-text);font-size:.70rem;box-shadow:none}.ct-badge.hot{color:#fff}.ct-badge.best{color:#18202d;background:linear-gradient(135deg,#ffd36c,#ff8d38)}.ct-badge.stock{color:#148447;background:#dbf8e7;border-color:#bcefd0}:root[data-theme="dark"] .ct-badge{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.11);color:#f5f8ff}:root[data-theme="dark"] .ct-badge.stock{background:rgba(37,211,102,.16);color:#baffd0}.product-media{height:188px;margin:10px 14px 12px;border-radius:22px;border:1px solid var(--ct-border);background:linear-gradient(180deg,#fff,#f1f6fb)}:root[data-theme="dark"] .product-media{background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03))}.product-media img{padding:14px}.quick-view{opacity:1;transform:none;right:10px;bottom:10px;font-size:.78rem;background:rgba(11,20,30,.74)}.product-body{display:flex;flex-direction:column;flex:1;padding:0 16px 16px}.product-top{margin-bottom:8px}.product-title{font-size:1.02rem;min-height:2.74em}.product-desc{font-size:.88rem;min-height:2.78em;-webkit-line-clamp:2}.product-meta{margin-top:auto}.product-price{align-items:center;margin-bottom:13px}.product-price strong{font-size:1.42rem;color:var(--ct-text)}.product-actions{margin-top:auto}.product-actions .btn-main,.product-actions .btn-soft{min-height:42px}.product-grid-list{--bs-gutter-y:14px}.product-card-list{display:grid;grid-template-columns:230px minmax(0,1fr);gap:0 20px;padding:14px;align-items:center}.product-card-list .product-badges{grid-column:1/-1;padding:0;margin-bottom:12px;min-height:0}.product-card-list .product-media{grid-column:1;grid-row:2;margin:0;height:188px}.product-card-list .product-body{grid-column:2;grid-row:2;padding:0}.product-card-list .product-title{font-size:1.15rem;min-height:0}.product-card-list .product-desc{min-height:0;-webkit-line-clamp:2}.product-card-list .product-meta{margin-top:4px}.product-card-list .product-actions{max-width:390px}.catalog-pagination{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:24px;padding-top:20px;border-top:1px solid var(--ct-border)}.page-btn{border:1px solid var(--ct-border);background:var(--ct-surface);color:var(--ct-text);min-width:42px;height:42px;border-radius:14px;font-weight:950;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 13px;transition:all .16s ease}.page-btn:hover:not(:disabled),.page-btn.active{border-color:transparent;background:linear-gradient(135deg,var(--ct-accent),var(--ct-accent-2));color:#fff;box-shadow:0 12px 28px rgba(255,69,40,.22);transform:translateY(-1px)}.page-btn:disabled{opacity:.42;cursor:not-allowed}.page-nav{min-width:106px}.page-ellipsis{color:var(--ct-muted);font-weight:950;padding:0 2px}.section{scroll-margin-top:96px}.hero h1{max-width:780px}.hero-copy{max-width:620px}.filter-panel{position:relative}.filter-callout{box-shadow:inset 0 1px 0 rgba(255,255,255,.25)}
@media (max-width:1199.98px){.catalog-meta{grid-template-columns:1fr}.catalog-controls{justify-content:flex-start}.product-card-list{grid-template-columns:205px minmax(0,1fr)}}
@media (max-width:1099.98px){.catalog-body{display:block}.filter-panel{border-right:0;border-bottom:1px solid var(--ct-border)}.filter-panel .chip-wrap{max-height:none}.catalog-toolbar{grid-template-columns:1fr 1fr auto}.catalog-toolbar .search-box{grid-column:1/-1}.product-area{padding:18px}.product-card-list{grid-template-columns:190px minmax(0,1fr)}}
@media (max-width:767.98px){.catalog-toolbar{grid-template-columns:1fr}.catalog-toolbar .btn-soft{width:100%}.catalog-meta{gap:12px}.catalog-controls{display:grid;grid-template-columns:1fr auto;width:100%}.per-page-control{justify-content:space-between;border-radius:18px}.view-toggle{justify-self:end}.product-card-list{grid-template-columns:1fr}.product-card-list .product-badges,.product-card-list .product-media,.product-card-list .product-body{grid-column:auto;grid-row:auto}.product-card-list .product-body{padding:14px 0 0}.product-media{height:178px}.page-nav{min-width:44px}.page-nav span{display:none}.catalog-pagination{gap:6px}.page-btn{min-width:40px;height:40px;border-radius:13px}.hero-gui-area{max-width:100%;overflow:hidden}.storefront-card{width:100%}}
@media (max-width:575.98px){.product-area{padding:14px}.filter-panel{padding:14px}.catalog-shell{border-radius:24px}.catalog-controls{grid-template-columns:1fr}.view-toggle{justify-self:stretch;justify-content:center}.view-toggle button{flex:1}.product-badges{min-height:0}.product-media{height:168px}.quick-view{display:none}.product-title{font-size:1rem}.product-actions{grid-template-columns:1fr 1fr}.per-page-control span:last-child{display:none}}

/* v9 icon fallback additions */
.fa-fallback i.fa-list::before{content:"☰"}.fa-fallback i.fa-chevron-left::before{content:"‹"}.fa-fallback i.fa-chevron-right::before{content:"›"}

/* CREATECH v9 - mobile catalog polish, no horizontal overflow */
html,body{max-width:100%;overflow-x:hidden}.site-nav,.hero,.section,.site-footer{max-width:100vw}.site-nav *,.catalog-shell *,.product-card *{min-width:0}.catalog-shell,.catalog-body,.product-area,#productGrid,#productGrid>*{max-width:100%}#productGrid{margin-left:0;margin-right:0;--bs-gutter-x:1rem;--bs-gutter-y:1rem}#productGrid>[class*="col-"]{padding-left:.5rem;padding-right:.5rem}.product-title,.product-desc,.product-brand,.result-meta,.page-meta,.product-meta span,.product-actions .btn-main,.product-actions .btn-soft{overflow-wrap:anywhere;word-break:normal}.product-media{isolation:isolate}.product-media::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.12),rgba(255,255,255,.58),rgba(255,255,255,.12));background-size:220% 100%;animation:shimmer 1.15s linear infinite;opacity:.35;z-index:0}.product-media.is-loaded::before,.product-media.is-missing::before{display:none}.product-media img{position:relative;z-index:2}.product-media-fallback{position:absolute;inset:0;display:none;place-items:center;color:var(--ct-muted-2);font-size:2rem;z-index:1}.product-media.is-missing .product-media-fallback{display:grid}.product-card{contain:layout paint}.product-card .btn-main,.product-card .btn-soft{white-space:normal;text-align:center}.product-stock{white-space:normal;text-align:center}.catalog-shell{scroll-margin-top:92px}.catalog-meta{align-items:center}.page-meta{line-height:1.35}.active-filters .ct-badge{max-width:100%}.mobile-sticky-cta{padding-bottom:calc(8px + env(safe-area-inset-bottom));bottom:0}.mobile-sticky-cta a,.mobile-sticky-cta button{min-width:0}

@media (min-width:768px) and (max-width:1099.98px){.product-area{padding:18px 16px 22px}.product-title{font-size:1rem}.product-media{height:172px}.catalog-toolbar{grid-template-columns:1fr minmax(180px,230px) auto}.filter-panel .filter-group{margin-bottom:14px;padding-bottom:14px}.chip-wrap{gap:7px}.filter-chip{padding:.5rem .66rem}.catalog-controls{justify-content:space-between}.per-page-control{flex:1 1 260px}.view-toggle{flex:0 0 auto}.product-card-list{grid-template-columns:160px minmax(0,1fr)}.product-card-list .product-media{height:150px}}

@media (max-width:767.98px){body{padding-bottom:calc(76px + env(safe-area-inset-bottom))}.container{width:100%;max-width:100%;padding-left:16px;padding-right:16px}.nav-inner{min-height:66px}.brand{gap:8px}.brand-mark{width:40px;height:40px;border-radius:14px}.brand-word{font-size:1rem}.brand-word strong{font-size:1.06rem}.cart-nav{min-height:42px}.mobile-menu-button{width:44px;height:44px;display:grid;place-items:center}.mobile-menu-button span{width:23px}.hero{padding:40px 0 26px}.hero h1{font-size:clamp(2.42rem,13.5vw,3.32rem);letter-spacing:-.07em;line-height:.99}.hero-copy{line-height:1.58}.trust-pills{display:grid;grid-template-columns:1fr 1fr;gap:8px}.trust-pills span{justify-content:flex-start;font-size:.78rem;padding:.58rem .64rem}.hero-actions{display:grid;grid-template-columns:1fr;gap:10px}.storefront-card{border-radius:24px}.section{padding:48px 0}.section-tight,.section-flow{padding:40px 0}.split-heading{gap:14px}.catalog-shell{border-radius:22px;margin-left:-4px;margin-right:-4px;overflow:clip;background:rgba(255,255,255,.86)}:root[data-theme="dark"] .catalog-shell{background:rgba(12,22,32,.82)}.catalog-toolbar{padding:12px;gap:9px;grid-template-columns:1fr}.catalog-toolbar .ct-input,.catalog-toolbar .ct-select{min-height:48px;border-radius:16px}.catalog-toolbar .btn-soft{min-height:48px}.catalog-body{display:block}.filter-panel{padding:12px;border-right:0;border-bottom:1px solid var(--ct-border);background:rgba(255,255,255,.42)}:root[data-theme="dark"] .filter-panel{background:rgba(255,255,255,.035)}.filter-group{padding-bottom:13px;margin-bottom:13px}.filter-group h3{font-size:.78rem;margin-bottom:9px}.chip-wrap{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:8px;padding-bottom:3px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none}.chip-wrap::-webkit-scrollbar{display:none}.filter-chip{flex:0 0 auto;scroll-snap-align:start;font-size:.88rem;padding:.52rem .7rem}.check-chip{margin-bottom:7px}.filter-callout{display:none}.product-area{padding:12px 10px 22px}.catalog-meta{display:grid;grid-template-columns:1fr;gap:10px;margin-bottom:12px}.result-meta{font-size:1rem}.page-meta{font-size:.86rem}.catalog-controls{display:grid;grid-template-columns:1fr;gap:8px;align-items:stretch;width:100%}.per-page-control{width:100%;justify-content:space-between;border-radius:16px;padding:6px 8px 6px 12px}.compact-select{min-height:36px}.view-toggle{display:none}.active-filters{gap:6px;margin-top:8px}.active-filters .ct-badge{font-size:.68rem;padding:.34rem .48rem}.product-grid-list{display:flex;flex-wrap:wrap}.product-card,.product-card-list{display:flex!important;flex-direction:column!important;width:100%;max-width:100%;border-radius:22px;overflow:hidden}.product-card-list{padding:0;gap:0}.product-card-list .product-badges,.product-card-list .product-media,.product-card-list .product-body{grid-column:auto;grid-row:auto}.product-badges{padding:12px 12px 0;gap:6px;min-height:0}.ct-badge{font-size:.68rem;line-height:1;padding:.35rem .5rem}.product-media,.product-card-list .product-media{height:auto!important;aspect-ratio:16/10;margin:10px 12px 10px;border-radius:17px}.product-media img{width:100%;height:100%;padding:10px;object-fit:contain}.product-body,.product-card-list .product-body{padding:0 14px 14px}.product-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;flex-wrap:wrap;margin-bottom:8px}.product-brand{font-size:.7rem}.product-stock{font-size:.68rem;line-height:1.15;padding:.3rem .48rem}.product-title,.product-card-list .product-title{font-size:1.02rem;line-height:1.28;min-height:0;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-desc{font-size:.88rem;line-height:1.46;min-height:0;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-meta{gap:6px;margin-bottom:12px}.product-meta span{font-size:.72rem;padding:.32rem .48rem}.product-price{align-items:center;gap:8px;margin-bottom:12px}.product-price strong{font-size:1.36rem}.product-price .icon-btn{width:36px;height:36px;border-radius:13px;flex:0 0 auto}.product-actions,.product-card-list .product-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;max-width:none}.product-actions .btn-main,.product-actions .btn-soft{min-height:44px;border-radius:14px;font-size:.88rem;padding:.62rem .72rem}.quick-view{display:none!important}.catalog-pagination{margin-top:18px;padding-top:16px;gap:6px}.page-btn{min-width:38px;height:38px;border-radius:12px;padding:0 10px}.page-nav{min-width:40px}.page-nav span{display:none}.mobile-sticky-cta{left:8px;right:8px;grid-template-columns:1fr 1fr 1.2fr;gap:6px;padding:6px;border-radius:20px;background:rgba(255,255,255,.92)}:root[data-theme="dark"] .mobile-sticky-cta{background:rgba(8,14,21,.92)}.mobile-sticky-cta a,.mobile-sticky-cta button{min-height:44px;border-radius:15px;font-size:.74rem}.contact-shell{padding:18px;border-radius:22px}.form-actions .btn-main,.form-actions .btn-soft{width:100%}}

@media (max-width:420px){.container{padding-left:14px;padding-right:14px}.site-nav .container{padding-left:12px;padding-right:12px}.nav-inner{gap:7px}.brand-word{font-size:.95rem}.brand-word strong{font-size:1rem}.brand-mark{width:38px;height:38px}.cart-nav strong{min-width:22px;height:22px}.catalog-shell{margin-left:-2px;margin-right:-2px}.catalog-toolbar{padding:10px}.filter-panel{padding:10px}.product-area{padding:10px 8px 20px}#productGrid{--bs-gutter-x:.75rem;--bs-gutter-y:.85rem}.product-card{border-radius:20px}.product-badges{padding:10px 10px 0}.product-media{margin:9px 10px 9px;border-radius:16px;aspect-ratio:15/10}.product-body{padding:0 12px 12px}.product-title{font-size:.98rem}.product-desc{font-size:.84rem}.product-actions{grid-template-columns:1fr}.product-actions .btn-main,.product-actions .btn-soft{min-height:44px}.mobile-sticky-cta{left:7px;right:7px}.mobile-sticky-cta span{display:none}}

@media (max-width:360px){.brand-word{display:none}.cart-nav{padding:.54rem .62rem}.product-price{align-items:flex-start;flex-direction:column}.product-price .icon-btn{position:absolute;right:12px;bottom:66px}.ct-badge{font-size:.64rem}.filter-chip{font-size:.82rem}.result-meta{font-size:.92rem}.page-meta{font-size:.8rem}}

/* CREATECH v9 - mobile ecommerce polish and conversion-focused catalog */
html,body{max-width:100%;overflow-x:hidden}.site-nav{isolation:isolate}.brand{letter-spacing:-.04em}.brand-mark{box-shadow:0 8px 22px rgba(20,40,60,.08)}.catalog-shell{overflow:hidden}.filter-toggle{display:none}.filter-content{display:block}.product-card,.catalog-shell,.storefront-card{transform:translateZ(0)}.product-card{min-width:0}.product-body,.product-title,.product-desc,.product-brand,.result-meta,.page-meta{min-width:0}.product-title,.product-desc{overflow-wrap:anywhere;word-break:normal}.product-media::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 18%,rgba(255,69,40,.08),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.45),transparent);pointer-events:none}.product-media img{position:relative;z-index:1}.product-media.image-error{display:flex;align-items:center;justify-content:center;text-align:center;color:var(--ct-muted);font-weight:900}.product-media.image-error::after{content:"CREATECH";position:relative;z-index:1;letter-spacing:.08em;color:var(--ct-muted-2)}.product-media.image-error img{display:none}.catalog-toolbar{box-shadow:inset 0 -1px 0 var(--ct-border)}.catalog-summary{display:grid;gap:4px}.active-filters:empty{display:none}.filter-count-empty{opacity:.55}
@media (min-width:576px) and (max-width:1099.98px){
  .catalog-body{display:block}.filter-panel{border-right:0;border-bottom:1px solid var(--ct-border)}.filter-content{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.filter-group{margin:0}.filter-callout{grid-column:1/-1}.product-area{padding:18px}.product-media{height:200px}.product-actions .btn-main,.product-actions .btn-soft{min-width:0}
}
@media (max-width:767.98px){
  html{scroll-padding-top:76px}body{padding-bottom:calc(88px + env(safe-area-inset-bottom));}.site-nav{background:rgba(255,255,255,.92)}:root[data-theme="dark"] .site-nav{background:rgba(7,16,23,.92)}.nav-inner{min-height:68px}.brand-word{line-height:.82}.cart-nav{min-width:50px;border-radius:18px}.mobile-menu-button{border:1px solid var(--ct-border);border-radius:16px;background:var(--ct-card-soft);width:46px;height:46px;display:grid;place-items:center}.mobile-menu-button span{margin:3px 0}.hero{padding-top:34px}.section{padding:48px 0}.section-tight,.section-flow{padding:40px 0}.split-heading{gap:14px;margin-bottom:18px}.section-title{letter-spacing:-.045em}.catalog-shell{border-radius:24px;box-shadow:0 16px 50px rgba(26,46,70,.10)}.catalog-toolbar{grid-template-columns:1fr!important;padding:12px;background:rgba(255,255,255,.58)}:root[data-theme="dark"] .catalog-toolbar{background:rgba(255,255,255,.035)}.search-box .ct-input{min-height:54px;border-radius:18px}.catalog-toolbar .ct-select,.catalog-toolbar .btn-soft{min-height:50px;border-radius:18px}.catalog-body{display:block;min-height:0}.filter-panel{padding:12px;border-right:0;border-bottom:1px solid var(--ct-border);background:rgba(255,255,255,.42)}:root[data-theme="dark"] .filter-panel{background:rgba(255,255,255,.025)}.filter-toggle{display:flex;width:100%;border:1px solid var(--ct-border);border-radius:18px;background:var(--ct-surface);min-height:52px;align-items:center;justify-content:space-between;padding:0 14px;color:var(--ct-text);font-weight:950;box-shadow:0 8px 22px rgba(20,40,60,.06)}.filter-toggle span{display:flex;align-items:center;gap:9px}.filter-toggle i{color:var(--ct-accent)}.filter-toggle strong{min-width:26px;height:26px;border-radius:999px;background:var(--ct-text);color:var(--ct-bg);display:grid;place-items:center;font-size:.78rem}.filter-panel:not(.is-open) .filter-content{display:none}.filter-panel.is-open .filter-content{display:block;margin-top:12px}.filter-group{padding-bottom:12px;margin-bottom:12px}.filter-group h3{font-size:.78rem;margin-bottom:10px}.filter-panel .chip-wrap{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:8px;padding:0 2px 7px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.filter-panel .chip-wrap::-webkit-scrollbar,.active-filters::-webkit-scrollbar{display:none}.filter-chip{white-space:nowrap;scroll-snap-align:start;padding:.56rem .72rem}.check-chip{min-height:48px}.filter-callout{display:none}.product-area{padding:14px 12px 20px;min-width:0;max-width:100%;overflow:hidden}.catalog-meta{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:14px}.catalog-controls{display:grid;grid-template-columns:1fr;gap:10px;width:100%;justify-content:stretch}.per-page-control{width:100%;border-radius:18px;min-height:50px;padding:6px 8px 6px 14px;justify-content:space-between}.compact-select{min-height:38px}.view-toggle{display:none}.active-filters{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:7px;padding-bottom:3px}.result-meta{font-size:1rem}.page-meta{font-size:.86rem}.mobile-sticky-cta{left:12px;right:12px;bottom:calc(10px + env(safe-area-inset-bottom));border-radius:24px;grid-template-columns:1fr 1fr 1.08fr}.mobile-sticky-cta a,.mobile-sticky-cta button{min-width:0}.whatsapp-float{display:none!important}
}
@media (max-width:575.98px){
  .container{padding-left:14px;padding-right:14px}.hero h1{font-size:clamp(2.45rem,13.4vw,3.38rem);line-height:1.02}.hero-copy{line-height:1.62}.trust-pills{gap:8px}.trust-pills span{border-radius:14px;padding:.58rem .68rem}.hero-actions{gap:10px}.storefront-card{border-radius:24px;padding:14px}.catalog-shell{margin-left:-2px;margin-right:-2px}.catalog-toolbar{padding:12px}.filter-panel{padding:12px}.product-area{padding:12px 12px 24px}#productGrid.row{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:14px!important;margin-left:0!important;margin-right:0!important;--bs-gutter-x:0!important;--bs-gutter-y:0!important}#productGrid.row>[class*="col"]{width:100%!important;max-width:100%!important;flex:0 0 100%!important;padding-left:0!important;padding-right:0!important;min-width:0!important}.product-card{width:100%;max-width:100%;border-radius:22px;overflow:hidden;box-shadow:0 16px 44px rgba(24,43,64,.10);transform:none!important}.product-card:hover{transform:none!important}.product-badges{position:static!important;order:0;padding:12px 12px 0;min-height:0;gap:6px}.ct-badge{font-size:.68rem;padding:.32rem .48rem}.product-media{order:1;height:222px;margin:10px 12px 12px;border-radius:20px}.product-media img{width:100%;height:100%;object-fit:contain;padding:10px;transform:none!important}.quick-view{display:none!important}.product-body{order:2;padding:0 14px 14px;min-width:0}.product-top{display:flex;align-items:center;margin-bottom:8px}.product-brand{font-size:.70rem}.product-stock{display:none}.product-title{font-size:1.02rem;line-height:1.32;min-height:0;margin-bottom:8px;-webkit-line-clamp:2}.product-desc{font-size:.88rem;line-height:1.48;min-height:0;-webkit-line-clamp:2;margin-bottom:10px}.product-meta{gap:6px;margin-bottom:12px}.product-meta span{font-size:.70rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-price{display:grid;grid-template-columns:1fr auto;align-items:end;margin-bottom:12px}.product-price strong{font-size:1.42rem}.product-price em{font-size:.78rem}.product-price .icon-btn{display:none}.product-actions{display:grid!important;grid-template-columns:1fr!important;gap:8px}.product-actions .btn-main,.product-actions .btn-soft{width:100%;min-height:48px;border-radius:16px}.product-actions .btn-soft{border-color:rgba(255,69,40,.18);background:var(--ct-accent-soft);color:var(--ct-accent)}.catalog-pagination{margin-top:18px;padding-top:16px;gap:6px}.page-btn{min-width:38px;height:38px;border-radius:12px;padding:0 10px}.page-nav{min-width:42px}.page-nav span{display:none}.page-ellipsis{display:none}.category-preview,.best-preview{grid-template-columns:1fr 1fr}.cat-card,.best-card{border-radius:20px}.contact-shell{margin-left:-2px;margin-right:-2px}.offcanvas{max-width:96vw}.modal-product-img{height:260px}.mobile-sticky-cta{padding:7px}.mobile-sticky-cta a,.mobile-sticky-cta button{min-height:48px;border-radius:17px}.mobile-sticky-cta i{font-size:1.05rem}
}
@media (max-width:380px){
  .brand-word{font-size:.9rem}.brand-word strong{font-size:.96rem}.brand-mark{width:36px;height:36px}.cart-nav{padding:.54rem .62rem}.mobile-menu-button{width:42px;height:42px}.container{padding-left:12px;padding-right:12px}.hero h1{font-size:2.4rem}.product-media{height:204px}.product-title{font-size:.98rem}.product-price strong{font-size:1.32rem}.mobile-sticky-cta{left:8px;right:8px}
}

/* v9 icon fallback additions */
.fa-fallback i.fa-sliders::before{content:"☷"}.fa-fallback i.fa-truck::before{content:"🚚"}
@media (max-width:575.98px){.product-card-list{display:flex!important;flex-direction:column!important;padding:0!important}.product-card-list .product-badges,.product-card-list .product-media,.product-card-list .product-body{grid-column:auto!important;grid-row:auto!important}.product-card-list .product-media{height:222px;margin:10px 12px 12px}.product-card-list .product-body{padding:0 14px 14px}.product-card-list .product-actions{max-width:none}}

/* v9.1 final mobile card sizing */
@media (max-width:575.98px){.product-media{height:184px!important}.product-card{margin:0 auto}.product-actions{margin-bottom:4px}.catalog-pagination{padding-bottom:10px}.product-card-list .product-media{height:184px!important}.product-title,.product-desc{max-width:100%}}
@media (max-width:380px){.product-media,.product-card-list .product-media{height:168px!important}}

/* CREATECH v9.1 - Mobile first catalog hardening */
#productGrid.row{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:20px!important;
  margin:0!important;
  width:100%!important;
  max-width:100%!important;
  --bs-gutter-x:0!important;
  --bs-gutter-y:0!important;
}
#productGrid.row.product-grid-list{grid-template-columns:1fr!important;}
#productGrid.row>[class*="col"]{
  width:auto!important;
  max-width:100%!important;
  flex:initial!important;
  padding:0!important;
  min-width:0!important;
}
.product-card,.product-body,.product-top,.product-title,.product-desc,.product-price,.product-actions{min-width:0;max-width:100%;}
.product-card{overflow:hidden;contain:layout paint;}
.product-title,.product-desc{overflow-wrap:anywhere;word-break:normal;}
.product-media{
  height:auto!important;
  min-height:174px;
  aspect-ratio:4/3;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
}
.product-media img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  opacity:1!important;
  visibility:visible!important;
}
.product-media.image-fallback img{padding:34px!important;opacity:.72!important;filter:none!important;}
.product-media.is-loaded::before{display:none!important;}
.product-actions .btn-main,.product-actions .btn-soft{min-width:0;white-space:normal;text-align:center;}
.fa-solid,.fa-brands{display:inline-flex;align-items:center;justify-content:center;min-width:1em;line-height:1;}
.fa-fallback i.fa-sliders::before{content:"☷"}.fa-fallback i.fa-list::before{content:"☰"}.fa-fallback i.fa-chevron-left::before{content:"‹"}.fa-fallback i.fa-chevron-right::before{content:"›"}.fa-fallback i.fa-circle-check::before{content:"✓"}.fa-fallback i.fa-spinner::before{content:"◌"}.fa-fallback i.fa-triangle-exclamation::before{content:"!"}

@media (max-width:1199.98px){
  #productGrid.row{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;}
}
@media (max-width:767.98px){
  .catalog-shell{margin-inline:0!important;border-radius:26px!important;overflow:hidden!important;}
  .product-area{padding:14px!important;overflow:hidden!important;}
  #productGrid.row{grid-template-columns:1fr!important;gap:16px!important;padding-bottom:82px!important;}
  .product-card{border-radius:24px!important;box-shadow:0 16px 42px rgba(24,43,64,.10)!important;}
  .product-badges{position:static!important;display:flex!important;flex-wrap:wrap!important;padding:12px 12px 0!important;gap:7px!important;min-height:0!important;}
  .product-media{aspect-ratio:16/10!important;min-height:0!important;margin:10px 12px 12px!important;border-radius:18px!important;background:linear-gradient(180deg,#f9fbfd,#edf3f8)!important;}
  :root[data-theme="dark"] .product-media{background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.035))!important;}
  .product-media img{padding:10px!important;transform:none!important;}
  .product-body{padding:0 14px 14px!important;}
  .product-top{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;}
  .product-title{font-size:1.02rem!important;line-height:1.30!important;min-height:0!important;margin-bottom:8px!important;-webkit-line-clamp:2!important;}
  .product-desc{font-size:.88rem!important;line-height:1.48!important;min-height:0!important;margin-bottom:10px!important;-webkit-line-clamp:2!important;}
  .product-meta{gap:6px!important;margin-bottom:12px!important;}
  .product-meta span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
  .product-price{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:end!important;gap:8px!important;margin-bottom:12px!important;}
  .product-price .icon-btn{display:none!important;}
  .product-actions{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;}
  .product-actions .btn-main,.product-actions .btn-soft{width:100%!important;min-height:48px!important;border-radius:16px!important;}
  .quick-view{display:none!important;}
  .catalog-meta{grid-template-columns:1fr!important;gap:12px!important;}
  .catalog-controls{grid-template-columns:1fr!important;width:100%!important;}
  .per-page-control{width:100%!important;border-radius:18px!important;}
  .mobile-sticky-cta{z-index:1080!important;}
}
@media (max-width:380px){
  .container{padding-left:12px!important;padding-right:12px!important;}
  .product-area{padding:12px!important;}
  #productGrid.row{gap:14px!important;}
  .product-title{font-size:.98rem!important;}
  .product-price strong{font-size:1.30rem!important;}
}
