
:root{--blue:#0A4B8C;--blue2:#073b6e;--ink:#17212b;--muted:#697786;--bg:#F4F6F9;--panel:#fff;--line:#dce3ea;--dark:#101820;--soft:#eaf1f8;--good:#128a4b;--danger:#b43a3a;--shadow:0 10px 30px rgba(23,33,43,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;background:var(--bg);color:var(--ink);line-height:1.45}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:min(1440px,92%);margin:auto}.top-strip{background:#0e151c;color:#e9edf2;font-size:12px}.top-strip-inner{min-height:36px;display:flex;justify-content:space-between;align-items:center}.top-strip select{margin-left:8px;background:#18232d;color:#fff;border:1px solid #344554;border-radius:6px;padding:5px 8px}.site-header{background:#fff;position:sticky;top:0;z-index:50;box-shadow:0 2px 12px rgba(12,30,45,.05)}.header-row{display:grid;grid-template-columns:250px 1fr auto;gap:26px;align-items:center;padding:16px 0}.brand img{width:215px;height:auto;max-height:58px;display:block;object-fit:contain;object-position:left center}.search{display:flex}.search input{height:46px;flex:1;min-width:0;border:2px solid var(--blue);border-right:0;border-radius:7px 0 0 7px;padding:0 14px;outline:0}.search button{height:46px;background:var(--blue);border:2px solid var(--blue);color:#fff;font-weight:900;padding:0 20px;border-radius:0 7px 7px 0}.header-links{display:flex;gap:9px}.header-link{background:#fff;border:1px solid var(--line);border-radius:7px;padding:10px 12px;font-size:12px;font-weight:900}.header-link:hover{border-color:var(--blue);color:var(--blue)}.header-link b{display:inline-grid;place-items:center;min-width:20px;height:20px;border-radius:12px;background:var(--blue);color:#fff;margin-left:4px}.main-nav{background:var(--blue);color:#fff}.nav-scroll{display:flex;overflow:auto}.main-nav a{padding:14px 14px;white-space:nowrap;font-size:13px;font-weight:800}.main-nav a:hover{background:var(--blue2)}.hero{background:linear-gradient(135deg,#edf3f8,#fff 60%);border-bottom:1px solid var(--line)}.hero-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:50px;padding:62px 0}.eyebrow{font-size:11px;letter-spacing:1.4px;font-weight:900;color:var(--blue);text-transform:uppercase}.hero h1{font-size:46px;line-height:1.08;margin:12px 0 16px;max-width:850px}.hero p{font-size:18px;color:var(--muted);max-width:760px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.btn{border:0;border-radius:7px;padding:11px 16px;display:inline-flex;justify-content:center;align-items:center;font-weight:900}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:var(--blue2)}.btn-dark{background:var(--dark);color:#fff}.btn-ghost{border:1px solid var(--line);background:#fff}.btn-ghost:hover{border-color:var(--blue);color:var(--blue)}.hero-panel{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px;box-shadow:var(--shadow);align-self:center}.hero-panel h3{margin:0 0 16px}.metrics{display:grid;grid-template-columns:1fr 1fr;gap:12px}.metric{border:1px solid var(--line);border-radius:9px;padding:16px}.metric strong{display:block;font-size:26px}.metric span{color:var(--muted);font-size:12px}.trust{background:#fff;border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:18px 0}.trust-item{padding:0 20px;border-right:1px solid var(--line)}.trust-item:first-child{padding-left:0}.trust-item:last-child{border-right:0}.trust-item strong{display:block;font-size:13px}.trust-item span{font-size:12px;color:var(--muted)}.section{padding:52px 0}.section-head{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-bottom:22px}.section-head h2{font-size:28px;margin:5px 0}.section-sub{color:var(--muted);font-size:13px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;display:flex;flex-direction:column;min-width:0;transition:.18s}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#c8d3de}.product-media{background:#f7f9fb;min-height:238px;display:flex;align-items:center;justify-content:center;position:relative;border-bottom:1px solid var(--line)}.product-media img{width:100%;height:100%;max-height:238px;object-fit:contain;display:block}.stock{position:absolute;top:11px;left:11px;background:#eaf7f0;color:var(--good);border:1px solid #caead8;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:900;z-index:1}.product-body{padding:16px;display:flex;flex-direction:column;flex:1}.brand-label{font-size:11px;color:var(--blue);font-weight:900;text-transform:uppercase;letter-spacing:.8px}.product-name{font-weight:900;line-height:1.35;margin:7px 0;min-height:40px}.sku{font-size:11px;color:var(--muted)}.price{font-size:24px;font-weight:950;margin:14px 0}.price small{font-size:10px;color:var(--muted);font-weight:600}.product-actions{display:grid;grid-template-columns:76px 1fr;gap:8px;margin-top:auto}.qty{height:42px;border:1px solid var(--line);border-radius:7px;padding:0 10px}.cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.cat-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:16px;display:flex;gap:13px;align-items:center}.cat-card:hover{border-color:#b9c8d6;box-shadow:var(--shadow)}.cat-icon{width:48px;height:48px;background:var(--soft);color:var(--blue);border-radius:9px;display:grid;place-items:center;font-weight:950}.cat-card strong{display:block}.cat-card span{font-size:11px;color:var(--muted)}.site-footer{background:#101820;color:#e8edf2;margin-top:30px}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:35px;padding:46px 0 34px}.footer-brand img{width:190px;filter:brightness(0) invert(1)}.footer-grid p{color:#aab5c0;font-size:12px;max-width:420px;margin:12px 0}.footer-grid h4{font-size:12px;letter-spacing:1px;margin:0 0 12px}.footer-grid a{display:block;color:#b9c4ce;font-size:12px;padding:4px 0}.footer-grid a:hover{color:#fff}.footer-muted{color:#8794a0!important}.payment-pills{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.payment-pills span{background:#1b2935;border:1px solid #314353;border-radius:5px;padding:5px 8px;font-size:10px}.footer-bottom{border-top:1px solid #283541;display:flex;justify-content:space-between;padding:16px 0;color:#8996a1;font-size:10px}.breadcrumb{font-size:11px;color:var(--muted);padding-top:24px}.page-title{font-size:34px;margin:7px 0 5px}.page-sub{color:var(--muted);font-size:13px}.listing-layout{display:grid;grid-template-columns:240px 1fr;gap:22px;padding:30px 0}.filters{background:#fff;border:1px solid var(--line);border-radius:10px;padding:16px;height:max-content;position:sticky;top:120px}.filters h3{font-size:14px;margin-bottom:14px}.filter-group{padding:13px 0;border-top:1px solid var(--line)}.filter-group:first-of-type{border-top:0}.filter-group label{display:block;font-size:12px;padding:5px 0}.filter-group input[type=checkbox]{margin-right:7px}.select{width:100%;height:40px;border:1px solid var(--line);border-radius:7px;padding:0 10px}.results-bar{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:15px}.results-bar strong{font-size:14px}.pager{display:flex;justify-content:center;gap:6px;margin-top:25px}.pager button{min-width:38px;height:38px;border:1px solid var(--line);background:#fff;border-radius:7px}.pager button.active{background:var(--blue);color:#fff;border-color:var(--blue)}.detail{display:grid;grid-template-columns:1fr 1fr;gap:34px;padding:30px 0 60px}.detail-media{background:#fff;border:1px solid var(--line);border-radius:12px;min-height:520px;display:grid;place-items:center}.detail-media img{max-width:100%;max-height:470px}.detail-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:26px}.detail-card h1{font-size:32px;line-height:1.15;margin:8px 0}.detail-card .price{margin:18px 0}.specs{width:100%;border-collapse:collapse;margin-top:20px}.specs td{padding:9px;border-top:1px solid var(--line);font-size:12px}.specs td:first-child{font-weight:800;width:42%}.account-shell,.form-shell,.cart-layout,.checkout-layout{padding:35px 0 70px}.panel{background:#fff;border:1px solid var(--line);border-radius:12px;padding:22px}.account-layout{display:grid;grid-template-columns:230px 1fr;gap:20px}.account-nav a{display:block;padding:11px;border-radius:7px;font-size:12px;font-weight:800}.account-nav a.active,.account-nav a:hover{background:var(--soft);color:var(--blue)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:11px;font-weight:900}.field input,.field select,.field textarea{border:1px solid var(--line);border-radius:7px;padding:11px;background:#fff}.field textarea{min-height:120px;resize:vertical}.cart-layout,.checkout-layout{display:grid;grid-template-columns:1fr 340px;gap:22px}.line-list{display:flex;flex-direction:column;gap:10px}.line-item{background:#fff;border:1px solid var(--line);border-radius:10px;padding:12px;display:grid;grid-template-columns:88px 1fr auto;gap:15px;align-items:center}.line-item img{width:88px;height:75px;object-fit:contain;background:#f6f8fa;border-radius:7px}.line-title{font-weight:900;font-size:13px}.line-meta{color:var(--muted);font-size:11px;margin-top:4px}.line-actions{display:flex;gap:7px;align-items:center;margin-top:8px}.line-actions input{width:58px;height:34px;border:1px solid var(--line);border-radius:6px}.remove{border:0;background:none;color:var(--danger);font-size:11px;font-weight:900}.summary{background:#fff;border:1px solid var(--line);border-radius:10px;padding:18px;height:max-content;position:sticky;top:120px}.summary-row{display:flex;justify-content:space-between;gap:10px;padding:8px 0;font-size:13px}.summary-row.total{border-top:1px solid var(--line);margin-top:7px;padding-top:13px;font-size:20px;font-weight:950}.payment-options{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:8px}.payment-option{border:1px solid var(--line);border-radius:9px;padding:12px}.payment-option input{margin-right:6px}.notice{padding:11px 12px;background:#f7fafc;border:1px solid var(--line);border-radius:7px;font-size:11px;color:var(--muted);margin-top:12px}.qr-wrap{display:grid;place-items:center;padding:14px;border:1px dashed var(--line);border-radius:8px;margin-top:12px}.confirmation{max-width:780px;margin:50px auto 80px}.success{background:#eaf7f0;border:1px solid #cce9d8;color:#0b6e3c;padding:16px;border-radius:10px;font-size:13px}.cart-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:80}.cart-overlay.open{display:block}.cart-sidebar{position:fixed;top:0;right:-430px;width:430px;max-width:100%;height:100vh;background:#fff;z-index:90;box-shadow:-20px 0 50px rgba(0,0,0,.18);display:flex;flex-direction:column;transition:right .2s}.cart-sidebar.open{right:0}.cart-head{padding:18px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.cart-head button{border:0;background:none;font-size:30px;line-height:1}.cart-items{padding:15px;overflow:auto;flex:1}.side-line{display:grid;grid-template-columns:64px 1fr auto;gap:10px;padding:11px 0;border-bottom:1px solid var(--line)}.side-line img{width:64px;height:58px;object-fit:contain;background:#f7f9fb;border-radius:6px}.side-line h4{font-size:12px;margin:0 0 4px}.side-line p{font-size:11px;color:var(--muted)}.side-line input{width:48px;height:30px;border:1px solid var(--line);border-radius:6px;margin-top:6px}.cart-foot{border-top:1px solid var(--line);padding:15px}.cart-foot>div{display:flex;justify-content:space-between;margin-bottom:12px}.empty{padding:30px;text-align:center;color:var(--muted)}.mobile-menu{display:none}
@media(max-width:1100px){.header-row{grid-template-columns:220px 1fr}.header-links{grid-column:1/-1;justify-content:flex-end}.hero-grid,.detail{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(3,1fr)}.cat-grid{grid-template-columns:repeat(3,1fr)}.listing-layout{grid-template-columns:1fr}.filters{position:static}.cart-layout,.checkout-layout{grid-template-columns:1fr}.summary{position:static}.footer-grid{grid-template-columns:2fr 1fr 1fr}}
@media(max-width:760px){.top-strip-inner{padding:7px 0}.header-row{grid-template-columns:1fr;gap:12px}.brand img{width:190px;height:auto;max-height:54px}.header-links{justify-content:space-between}.header-link{flex:1}.hero-grid{padding:38px 0}.hero h1{font-size:34px}.trust-grid{grid-template-columns:1fr 1fr}.trust-item{padding:10px 12px;border-right:0}.product-grid{grid-template-columns:repeat(2,1fr)}.cat-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.footer-bottom{gap:8px;flex-direction:column}.detail-card h1{font-size:27px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.account-layout{grid-template-columns:1fr}.line-item{grid-template-columns:68px 1fr}.line-item>strong{grid-column:2}.payment-options{grid-template-columns:1fr}}
@media(max-width:520px){.product-grid,.cat-grid,.trust-grid,.footer-grid{grid-template-columns:1fr}.hero h1{font-size:29px}.hero p{font-size:15px}.search button{padding:0 14px}.product-media{min-height:210px}.line-item{grid-template-columns:60px 1fr}.line-item img{width:60px;height:55px}.cart-sidebar{width:100%}}

.price-wrap{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 9px;margin-top:12px}.price-old{font-size:10px;color:#8b98a5;text-decoration:line-through;flex-basis:100%}.price-badge,.cart-discount-tag{display:inline-block;background:#eaf7f0;color:#0b6e3c;border:1px solid #caead8;border-radius:999px;padding:4px 8px;font-size:9px;font-weight:900}.bulk-note{font-size:10px;color:#5d6b78;margin:0 0 12px}.bulk-inline{font-size:10px;font-weight:900;color:#0b6e3c}.side-actions{display:flex;gap:8px;align-items:center}.cart-title-row{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:8px}.cart-title-row h2{margin:4px 0 0}.site-footer{border-top:4px solid var(--blue)}.footer-grid{padding-top:34px}.footer-grid h4{color:#fff}.header-link:first-child{border-color:#b9cfe4;background:#f5f9fd;color:var(--blue)}

.card-topline{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:4px}.best-seller{font-size:10px;font-weight:800;letter-spacing:.4px;color:#fff;background:#0A4B8C;border-radius:999px;padding:4px 7px;white-space:nowrap}.brand-options{display:flex;align-items:center;gap:5px;flex-wrap:wrap;margin:7px 0 8px;font-size:11px;color:#6a7582}.brand-options span{border:1px solid #d7e0e8;background:#f8fafc;border-radius:4px;padding:2px 5px;color:#27425c}.product-media img{object-fit:contain;width:100%;height:100%;background:#fff}.product-media{min-height:250px}.results-bar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.detail-brand-options{margin:12px 0}.detail-brand-options strong{display:block;margin-bottom:6px}.detail-brand-options span{display:inline-block;border:1px solid #d4dde7;border-radius:5px;padding:5px 8px;margin:0 5px 5px 0;font-size:12px;background:#f8fafc}
.brand-picker{display:flex;align-items:center;gap:9px;margin:10px 0 6px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.brand-picker select{flex:1;min-width:0;border:1px solid #d7dee8;border-radius:8px;background:#fff;padding:9px 10px;color:#172033;font:inherit;font-size:13px;font-weight:700;outline:none}.brand-picker select:focus{border-color:#0b5cab;box-shadow:0 0 0 3px rgba(11,92,171,.1)}
.product-media{background:linear-gradient(180deg,#fff,#f5f7fa)}.product-media img{object-fit:contain;mix-blend-mode:multiply}
.detail-media{background:linear-gradient(180deg,#fff,#f5f7fa);border:1px solid #e2e7ee;border-radius:16px;padding:28px}.detail-media img{width:100%;height:420px;object-fit:contain}
.footer-simple{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px;padding:32px 0}.footer-simple>div{min-width:0}.footer-simple strong{display:block;font-size:11px;letter-spacing:1px;margin-bottom:10px}.footer-simple a{display:block;color:#b9c4ce;font-size:12px;padding:4px 0}.footer-simple p{color:#aab5c0;font-size:12px;margin:10px 0}.footer-simple .footer-brand img{width:190px;filter:brightness(0) invert(1)}@media(max-width:760px){.footer-simple{grid-template-columns:1fr 1fr;gap:25px}.footer-simple>div:first-child{grid-column:1/-1}}
/* Final responsive polish */
.account-welcome{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;flex-wrap:wrap}
.auth-tabs{display:flex;gap:8px;margin-bottom:22px;padding-bottom:14px;border-bottom:1px solid var(--line)}
.auth-tabs .btn{flex:0 0 auto}
.site-footer{margin-top:0}
.footer-simple{align-items:start}
.footer-simple a:hover{color:#fff}
.footer-bottom span{min-width:0}
@media(max-width:760px){
  .footer-simple{grid-template-columns:1fr 1fr;gap:22px;padding:28px 0 24px}
  .footer-simple>div:first-child{grid-column:1/-1;text-align:center;padding-bottom:4px}
  .footer-simple .footer-brand img{width:165px;margin:0 auto}
  .footer-simple p{font-size:11px;margin:8px 0 0}
  .footer-simple strong{font-size:10px;margin-bottom:8px}
  .footer-simple a{font-size:11px;padding:5px 0}
  .footer-bottom{align-items:center;text-align:center;padding:13px 0}
  .footer-bottom span{width:100%}
  .account-welcome .btn{width:100%}
  .auth-tabs{width:100%}
  .auth-tabs .btn{flex:1}
}
@media(max-width:420px){
  .container{width:min(94%,1440px)}
  .header-row{padding:12px 0;gap:10px}
  .brand img{width:165px;max-height:48px}
  .header-links{gap:6px}
  .header-link{padding:9px 7px;font-size:10px}
  .main-nav a{padding:12px 11px;font-size:12px}
  .hero-grid{padding:30px 0}
  .hero-actions .btn{width:100%}
  .section{padding:38px 0}
  .section-head{align-items:flex-start;flex-direction:column}
  .section-head>.btn{width:100%}
  .product-grid{gap:10px}
  .product-body{padding:11px}
  .product-media{min-height:190px}
  .product-media img{max-height:190px}
  .product-name{font-size:12px;min-height:0}
  .price{font-size:20px}
  .product-actions{grid-template-columns:58px 1fr}
  .product-actions .btn{padding:9px 7px;font-size:10px}
  .footer-simple{gap:18px}
}
@media(max-width:760px){
  .top-strip-inner{flex-wrap:wrap;gap:6px 12px;min-height:0;padding:7px 0}
  .top-strip-inner>span{font-size:10px}
  .top-strip-inner label{font-size:10px}
  .top-strip select{padding:4px 6px;margin-left:4px}
}


/* ===== NAVRON FINAL FOOTER / MOBILE HARDENING ===== */
.site-footer{background:#101820;color:#e8edf2;border-top:4px solid var(--blue);margin-top:30px;width:100%;overflow:hidden}
.site-footer .footer-simple{display:grid!important;grid-template-columns:2fr 1fr 1fr!important;gap:50px!important;align-items:start!important;padding:34px 0 28px!important}
.site-footer .footer-about{min-width:0!important}
.site-footer .footer-brand{display:inline-block!important;width:auto!important;padding:0!important;margin:0!important;line-height:0!important}
.site-footer .footer-brand img{display:block!important;width:190px!important;height:auto!important;max-width:100%!important;filter:brightness(0) invert(1)!important;margin:0!important}
.site-footer .footer-about p{display:block!important;color:#aab5c0!important;font-size:12px!important;line-height:1.5!important;margin:14px 0 0!important;max-width:420px!important;padding:0!important}
.site-footer .footer-group{min-width:0!important}
.site-footer .footer-group h4{display:block!important;color:#fff!important;font-size:11px!important;letter-spacing:1px!important;font-weight:900!important;margin:0 0 12px!important;padding:0!important}
.site-footer .footer-links{display:flex!important;flex-direction:column!important;gap:8px!important;list-style:none!important;margin:0!important;padding:0!important}
.site-footer .footer-links li{display:block!important;list-style:none!important;margin:0!important;padding:0!important;line-height:1.35!important}
.site-footer .footer-links li a{display:block!important;width:max-content!important;max-width:100%!important;color:#b9c4ce!important;font-size:12px!important;line-height:1.35!important;margin:0!important;padding:0!important;text-decoration:none!important;white-space:normal!important}
.site-footer .footer-links li a:hover{color:#fff!important}
.site-footer .footer-bottom{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:18px!important;border-top:1px solid #283541!important;padding:15px 0 16px!important;color:#8996a1!important;font-size:10px!important;line-height:1.4!important}
.site-footer .footer-bottom span{display:block!important;min-width:0!important;width:auto!important}
@media(max-width:760px){
  .site-footer{margin-top:24px!important}
  .site-footer .footer-simple{grid-template-columns:1fr 1fr!important;gap:28px 28px!important;padding:30px 0 26px!important}
  .site-footer .footer-about{grid-column:1 / -1!important;text-align:left!important}
  .site-footer .footer-brand img{width:175px!important}
  .site-footer .footer-about p{font-size:14px!important;margin-top:15px!important}
  .site-footer .footer-group h4{font-size:10px!important;margin-bottom:12px!important}
  .site-footer .footer-links{gap:10px!important}
  .site-footer .footer-links li a{font-size:13px!important;line-height:1.35!important}
  .site-footer .footer-bottom{flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:7px!important;padding:14px 0 18px!important;text-align:left!important}
  .site-footer .footer-bottom span{width:auto!important}
}
@media(max-width:420px){
  .site-footer .footer-simple{gap:24px 20px!important;padding:28px 0 24px!important}
  .site-footer .footer-brand img{width:170px!important}
  .site-footer .footer-about p{font-size:13px!important}
  .site-footer .footer-links li a{font-size:12px!important}
  .site-footer .footer-bottom{font-size:10px!important}
}
