:root{
    --dark:#0d0d0d;
    --dark2:#111111;
    --dark3:#1a1a1a;
    --yellow:#f2b400;
    --blue:#155fa0;
    --gray-bg:#f4f4f2;
    --border:#eaeaea;
    --font-display:'IBM Plex Sans',Arial,Helvetica,sans-serif;
    --font-mono:'IBM Plex Mono',ui-monospace,Menlo,monospace;
}
*{box-sizing:border-box;margin:0;padding:0;}
body{font-family:var(--font-display);color:#111;background:#fff;line-height:1.5;}
h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;letter-spacing:-0.02em;}
.container{max-width:1280px;margin:0 auto;padding:0 24px;}
a{text-decoration:none;color:inherit;}
img{max-width:100%;display:block;}

/* ---- Top bar ---- */
.top-bar{background:var(--dark);color:var(--yellow);font-size:12px;padding:6px 0;}
.top-bar-inner{display:flex;justify-content:space-between;align-items:center;}
.top-bar-inner span:last-child{color:#f2f2f2;}

/* ---- Header ---- */
.main-header{background:var(--dark2);border-bottom:2px solid var(--yellow);}
.header-inner{display:flex;align-items:center;gap:20px;padding:12px 20px;}

/* ---- Homepage B2B marquee ---- */
.b2b-marquee{background:var(--blue);overflow:hidden;white-space:nowrap;padding:9px 0;}
.b2b-marquee-track{display:inline-flex;animation:b2bMarqueeScroll 18s linear infinite;}
.b2b-marquee-track span{color:#fff;font-size:13px;font-weight:600;padding:0 40px;letter-spacing:0.01em;}
@keyframes b2bMarqueeScroll{
    0%{transform:translateX(0);}
    100%{transform:translateX(-50%);}
}
.logo{font-size:20px;font-weight:bold;color:#fff;white-space:nowrap;}
.logo span{color:var(--yellow);}
.search-form{flex:1;display:flex;position:relative;}
.search-form input{flex:1;height:38px;border:none;border-radius:4px 0 0 4px;padding:0 12px;font-size:13px;}
.search-form button{width:44px;height:38px;background:var(--yellow);border:none;border-radius:0 4px 4px 0;color:var(--dark);cursor:pointer;}
.search-suggestions{display:none;position:absolute;top:100%;left:0;right:44px;background:#fff;border:1px solid var(--border);border-top:none;border-radius:0 0 8px 8px;box-shadow:0 10px 24px rgba(0,0,0,.12);z-index:50;max-height:360px;overflow-y:auto;}
.search-suggestion-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-bottom:1px solid var(--border);color:#222;}
.search-suggestion-item:last-child{border-bottom:none;}
.search-suggestion-item:hover{background:var(--gray-bg);}
.search-suggestion-item img,.search-suggestion-item .no-img{width:36px;height:36px;object-fit:cover;border-radius:4px;background:var(--gray-bg);flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#ccc;}
.search-suggestion-item .s-name{flex:1;font-size:13px;}
.search-suggestion-item .s-price{font-family:var(--font-mono);font-size:12px;font-weight:600;color:var(--blue);white-space:nowrap;}
.btn-outline{border:1px solid #3a3a3a;color:#fff;font-size:13px;padding:8px 14px;white-space:nowrap;border-radius:4px;}
.header-account{display:flex;align-items:center;gap:10px;color:#fff;font-size:13px;white-space:nowrap;}
.logout-link{color:#aaa;}
.cart-link{position:relative;color:#fff;font-size:22px;}
.cart-badge{position:absolute;top:-8px;right:-10px;background:var(--yellow);color:var(--dark);font-size:10px;font-weight:bold;border-radius:50%;width:17px;height:17px;display:flex;align-items:center;justify-content:center;}

/* ---- Nav / mega menu ---- */
.main-nav{background:var(--dark3);border-bottom:1px solid #2a2a2a;position:relative;z-index:20;}
.nav-inner{display:flex;gap:4px;font-size:13px;color:#ddd;height:44px;align-items:stretch;overflow:visible;}
.mega-item{position:relative;display:flex;align-items:center;}
.mega-item > a{padding:0 14px;display:flex;align-items:center;gap:4px;height:100%;}
.mega-item > a:hover{color:var(--yellow);}
.mega-panel{display:none;position:absolute;top:100%;left:0;background:#fff;border:1px solid var(--border);border-top:2px solid var(--yellow);border-radius:0 0 8px 8px;min-width:220px;padding:10px;box-shadow:0 10px 24px rgba(0,0,0,.12);z-index:30;}
.mega-item.has-mega:hover .mega-panel{display:block;}
.mega-panel a{display:flex;align-items:center;gap:8px;padding:8px 10px;font-size:13px;color:#222;border-radius:4px;}
.mega-panel a:hover{background:var(--gray-bg);color:var(--blue);}
.mega-panel a i{color:var(--blue);font-size:16px;}
.b2b-badge{margin-left:auto;background:var(--blue);color:#fff;padding:5px 12px;border-radius:4px;font-size:12px;white-space:nowrap;align-self:center;}
.shop-badge{margin-left:auto;background:var(--yellow);color:#141414;padding:5px 12px;border-radius:4px;font-size:12px;font-weight:600;white-space:nowrap;align-self:center;}
.shop-badge + .b2b-badge{margin-left:8px;}

/* ---- Hero (split, contained, dot-grid background) ---- */
.hero-v2{
    background-image:radial-gradient(circle,#ebebe8 1px,transparent 1px);
    background-size:22px 22px;
    padding:56px 24px;
}
.hero-v2-inner{max-width:1280px;margin:0 auto;display:flex;gap:40px;align-items:center;flex-wrap:wrap;}
.hero-v2 .left{flex:0 1 420px;min-width:300px;}
.hero-v2 .right{flex:1 1 560px;min-width:320px;position:relative;}
.hero-badge{display:inline-flex;align-items:center;gap:7px;background:#111;color:#fff;font-family:var(--font-mono);font-size:11px;font-weight:600;letter-spacing:0.05em;padding:6px 14px;border-radius:4px;margin-bottom:20px;}
.hero-badge .dot{width:6px;height:6px;background:#2dd4bf;border-radius:1px;}
.hero-v2 h1{font-size:42px;font-weight:700;line-height:1.15;letter-spacing:-0.02em;margin:0 0 20px;}
.hero-v2 h1 .accent{color:var(--blue);}
.hero-v2 p.desc{font-size:15px;color:#555;max-width:100%;margin:0 0 26px;line-height:1.75;}
.hero-v2 .actions{display:flex;gap:10px;margin-bottom:36px;flex-wrap:wrap;}
.hero-v2 .actions .btn-primary{background:#111;color:#fff;border:none;padding:13px 24px;font-size:13px;font-weight:600;border-radius:4px;cursor:pointer;}
.hero-v2 .actions .btn-secondary{background:#fff;color:#111;border:1px solid #ddd;padding:13px 24px;font-size:13px;font-weight:600;border-radius:4px;cursor:pointer;}
.hero-stats{display:flex;gap:40px;flex-wrap:wrap;}
.hero-stats .num{font-family:var(--font-mono);font-size:24px;font-weight:600;margin:0;}
.hero-stats .label{font-size:10px;color:#888;letter-spacing:0.06em;text-transform:uppercase;margin:0;}
.hero-v2 .right .photo{background:#eceae6;border-radius:10px;height:380px;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.hero-v2 .right .photo img{max-height:100%;max-width:100%;object-fit:contain;width:100%;height:100%;}
.hero-badge-float{position:absolute;background:#111;color:#fff;font-family:var(--font-mono);font-size:10px;padding:8px 12px;border-radius:4px;line-height:1.4;}
.hero-badge-float.top-right{top:-14px;right:14px;}
.hero-badge-float.bottom-left{bottom:-16px;left:14px;background:var(--yellow);color:#141414;font-family:var(--font-display);font-size:12px;font-weight:600;}
.hero-dots{display:flex;gap:6px;margin-top:28px;}
.hero-dots span{width:20px;height:3px;border-radius:2px;background:#e3e3e0;cursor:pointer;}
.hero-dots span.active{background:var(--blue);}
.hero-v2 h1 .accent{color:var(--blue);}
@media(max-width:760px){.hero-v2 h1{font-size:30px;} .hero-stats{gap:24px;}}

/* ---- Service cards (corporate homepage) ---- */
.service-cards{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:8px 24px 40px;}
@media(max-width:900px){.service-cards{grid-template-columns:repeat(2,minmax(0,1fr));}}
.service-card{display:block;border:1px solid var(--border);border-radius:10px;padding:24px;transition:transform .15s,box-shadow .15s;}
.service-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.06);}
.service-card .icon-badge{width:180px;height:180px;border-radius:12px;background:var(--gray-bg);display:flex;align-items:center;justify-content:center;margin-bottom:16px;overflow:hidden;}
.service-card .icon-badge img{width:100%;height:100%;object-fit:cover;}
.service-card .icon-badge i{font-size:64px;color:var(--blue);}
.service-card h3{font-size:15px;font-weight:700;margin-bottom:6px;color:#111;}
.service-card p{font-size:13px;color:#777;line-height:1.6;}

/* ---- CTA band (corporate homepage) ---- */
.cta-band{background:#111;padding:40px 0;}
.cta-band-inner{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;}
.cta-band-inner h2{color:#fff;font-size:22px;font-weight:700;margin-bottom:6px;}
.cta-band-inner p{color:#aaa;font-size:13px;}

/* ---- Technical service banner (corporate homepage) ---- */
.svc-banner{background:#0d0d0d;padding:50px 0;}
.svc-banner-inner{display:flex;gap:40px;align-items:center;flex-wrap:wrap;}
.svc-banner .left{flex:1;min-width:280px;}
.svc-banner .right{flex:1;min-width:280px;}
.svc-banner .tag{font-family:var(--font-mono);font-size:11px;color:#777;letter-spacing:0.1em;text-transform:uppercase;padding-bottom:6px;border-bottom:1px solid #333;margin-bottom:16px;display:inline-block;}
.svc-banner h2{color:#fff;font-size:32px;font-weight:800;letter-spacing:-0.02em;line-height:1.15;margin:0 0 16px;}
.svc-banner .desc{color:#aaa;font-size:14px;line-height:1.7;margin:0 0 26px;max-width:420px;}
.svc-btn{display:inline-flex;align-items:center;gap:8px;color:#fff;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:0.03em;border-bottom:3px solid var(--yellow);padding-bottom:8px;text-decoration:none;}
.svc-banner .right img{width:100%;height:260px;object-fit:cover;border-radius:8px;}
.svc-banner .right{background:#1a1a1a;border-radius:8px;height:260px;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.svc-banner .right i{font-size:50px;color:#444;}
@media(max-width:760px){.svc-banner h2{font-size:24px;}}

/* ---- Shop page header ---- */
.shop-hero{background-image:radial-gradient(circle,#ebebe8 1px,transparent 1px);background-size:20px 20px;padding:36px 0;border-bottom:1px solid var(--border);}
.shop-hero .eyebrow-small{font-family:var(--font-mono);font-size:11px;color:var(--blue);font-weight:600;letter-spacing:0.08em;text-transform:uppercase;margin-bottom:6px;}
.shop-hero h1{font-size:28px;font-weight:700;margin-bottom:8px;}
.shop-hero .desc{font-size:14px;color:#666;max-width:560px;}

/* ---- Blog ---- */
.blog-grid-wrap{padding:30px 24px 10px;}
.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
@media(max-width:900px){.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:600px){.blog-grid{grid-template-columns:1fr;}}
.blog-card{display:block;border:1px solid var(--border);border-radius:10px;overflow:hidden;color:inherit;transition:box-shadow .15s,transform .15s;}
.blog-card:hover{box-shadow:0 8px 20px rgba(0,0,0,.07);transform:translateY(-2px);}
.blog-card-img{aspect-ratio:427/300;background:var(--gray-bg);display:flex;align-items:center;justify-content:center;overflow:hidden;}
.blog-card-img img{width:100%;height:100%;object-fit:contain;object-position:center;}
.blog-card-img i{font-size:34px;color:#bbb;}
.blog-card-body{padding:16px;}
.blog-date{font-family:var(--font-mono);font-size:11px;color:#999;margin-bottom:8px;}
.blog-card-body h3{font-size:15px;font-weight:700;margin-bottom:8px;line-height:1.4;}
.blog-excerpt{font-size:13px;color:#666;line-height:1.6;}

.blog-content{font-size:15px;line-height:1.8;color:#222;}
.blog-content p{margin:0 0 16px;}
.blog-content h1,.blog-content h2,.blog-content h3{font-weight:700;margin:26px 0 12px;line-height:1.3;}
.blog-content h1{font-size:24px;} .blog-content h2{font-size:21px;} .blog-content h3{font-size:18px;}
.blog-content ul,.blog-content ol{margin:0 0 16px;padding-left:22px;}
.blog-content li{margin-bottom:6px;}
.blog-content blockquote{border-left:3px solid var(--yellow);padding-left:16px;color:#555;font-style:italic;margin:0 0 16px;}
.blog-content a{color:var(--blue);text-decoration:underline;}
.blog-content strong{font-weight:700;}
.blog-content img{width:100%;max-width:608px;aspect-ratio:608/347;object-fit:cover;object-position:center;border-radius:6px;margin:10px 0;display:block;}

/* ---- Category page: filter sidebar ---- */
.category-layout{display:flex;gap:28px;align-items:flex-start;max-width:1280px;margin:0 auto;padding:24px 24px 10px;}
.cat-filter-sidebar{width:250px;flex-shrink:0;background:#fff;border:1px solid var(--border);border-radius:10px;overflow:hidden;position:sticky;top:20px;}
.cat-filter-head{background:var(--gray-bg);padding:14px 16px;font-weight:700;font-size:14px;border-bottom:1px solid var(--border);}
.cat-filter-body{padding:16px;}
.cat-filter-title{font-size:13px;font-weight:700;margin:0 0 10px;}
.cat-filter-tree, .cat-filter-children{list-style:none;margin:0;padding:0;}
.cat-filter-link{display:flex;align-items:center;gap:8px;padding:9px 8px;border-radius:6px;font-size:13px;color:#333;}
.cat-filter-link:hover{background:var(--gray-bg);}
.cat-filter-link.active{font-weight:700;color:#111;background:var(--gray-bg);}
.cat-filter-link .cat-count{margin-left:auto;font-size:11px;color:#999;}
.cat-filter-link.child{padding-left:26px;font-weight:400;}
.cat-filter-link.child.active{color:var(--blue);font-weight:700;}
.cat-chevron{font-size:12px;color:#999;transition:transform .15s;}
.cat-chevron.open{transform:rotate(90deg);color:#333;}
.cat-chevron-spacer{width:12px;display:inline-block;}
.cat-filter-children{margin-top:2px;margin-bottom:6px;}
.cat-filter-content{flex:1;min-width:0;}
.brand-filter-list{max-height:220px;overflow-y:auto;}
.brand-filter-item{display:flex;align-items:center;gap:8px;padding:6px 4px;font-size:13px;color:#333;cursor:pointer;}
.brand-filter-item input{width:auto;margin:0;}
.brand-filter-item .cat-count{margin-left:auto;font-size:11px;color:#999;}
@media(max-width:900px){
    .category-layout{flex-direction:column;}
    .cat-filter-sidebar{width:100%;position:static;}
}

/* ---- Homepage blog section ---- */
.home-blog-section{padding:50px 0;background:#fff;}
.home-blog-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px;flex-wrap:wrap;gap:12px;}
.home-blog-head h2{font-size:26px;font-weight:800;letter-spacing:-0.02em;margin:0;}
.home-blog-more{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:0.05em;color:#111;text-decoration:none;border-bottom:2px solid var(--yellow);padding-bottom:4px;white-space:nowrap;}
.home-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
@media(max-width:900px){.home-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:600px){.home-blog-grid{grid-template-columns:1fr;}}

/* ---- Homepage brands carousel ---- */
.brands-section{padding:50px 0;background:var(--gray-bg);text-align:center;}
.brands-eyebrow{font-family:var(--font-mono);font-size:11px;color:var(--blue);font-weight:600;letter-spacing:0.1em;text-transform:uppercase;margin:0 0 8px;}
.brands-title{font-size:26px;font-weight:800;margin:0 0 28px;}
.brands-carousel-wrap{position:relative;display:flex;align-items:center;gap:10px;margin-bottom:20px;}
.brands-track{flex:1;display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:6px;-webkit-overflow-scrolling:touch;}
.brands-track::-webkit-scrollbar{height:6px;}
.brands-track::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px;}
.brand-card{flex:0 0 170px;height:150px;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;scroll-snap-align:start;box-shadow:0 1px 3px rgba(0,0,0,.05);}
.brand-card img{max-width:75%;max-height:60%;object-fit:contain;}
.brand-card span{font-size:13px;font-weight:700;letter-spacing:0.04em;color:#333;text-transform:uppercase;}
.brands-arrow{width:38px;height:38px;border-radius:50%;background:#fff;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;box-shadow:0 1px 4px rgba(0,0,0,.06);}
.brands-arrow i{font-size:18px;color:#333;}

/* ---- Homepage video section ---- */
.home-video-section{padding:50px 0;background:#fff;}
.home-video-title{font-size:26px;font-weight:800;letter-spacing:-0.02em;margin:0 0 10px;}
.home-video-desc{font-size:14px;color:#666;max-width:560px;margin:0 auto 26px;}
.home-video-embed{position:relative;width:100%;max-width:820px;margin:0 auto;padding-top:46.25%;border-radius:10px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.1);}
.home-video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;}

/* ---- Banners ---- */
.banner-row{background:linear-gradient(135deg,#0d3f6b 0%,#155fa0 100%);padding:0;}
.banner-row-inner{max-width:1280px;margin:0 auto;padding:24px 24px;display:flex;gap:16px;flex-wrap:wrap;}
.banner-row-inner-single{justify-content:center;}
.banner-b2b{flex:2;min-width:260px;background:var(--dark2);border:1px solid #2a2a2a;border-radius:10px;padding:24px;}
.banner-b2b .tag{color:var(--yellow);font-family:var(--font-mono);font-size:11px;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;margin-bottom:8px;}
.banner-b2b h3{color:#fff;font-size:19px;font-weight:700;margin-bottom:14px;}
.banner-coupon{flex:1;min-width:200px;background:var(--dark2);border:1px solid var(--yellow);border-radius:10px;padding:20px;}
.banner-coupon h4{color:#fff;font-size:14px;font-weight:600;margin-bottom:12px;}
.banner-coupon-solo{flex:0 1 420px;background:#fff;border:none;box-shadow:0 10px 28px rgba(0,0,0,.18);}
.banner-coupon-solo h4{color:#111;display:flex;align-items:center;gap:8px;}
.banner-coupon-solo h4 i{color:var(--yellow);font-size:18px;}
.banner-coupon-solo .coupon-code{background:var(--gray-bg);border:1px dashed var(--blue);color:var(--blue);}
.coupon-code-input{flex:1;padding:10px 12px;border:1px dashed var(--blue);border-radius:6px;background:var(--gray-bg);color:var(--blue);font-family:var(--font-mono);font-size:13px;}
.coupon-code-input::placeholder{color:#8fb3d1;}
.coupon-apply-btn{background:var(--blue);color:#fff;border:none;padding:0 18px;border-radius:6px;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap;}
.coupon-apply-btn:hover{background:#0d3f6b;}
.coupon-code{background:var(--dark3);border:1px dashed var(--yellow);border-radius:4px;padding:9px 10px;text-align:center;color:var(--yellow);font-family:var(--font-mono);font-size:12px;letter-spacing:0.05em;}

/* ---- Product grid ---- */
.section-title{max-width:1280px;margin:24px auto 12px;padding:0 24px;font-size:16px;font-weight:bold;}

/* ---- Section header ---- */
.section-header-v2{max-width:1280px;margin:0 auto;padding:30px 24px 4px;}
.section-header-v2 .eyebrow{font-family:var(--font-mono);font-size:11px;color:var(--blue);font-weight:600;letter-spacing:0.08em;text-transform:uppercase;margin-bottom:8px;padding-left:14px;border-left:3px solid var(--yellow);}
.section-header-v2 .row{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;}
.section-header-v2 h2{font-size:26px;font-weight:700;color:#111;letter-spacing:-0.02em;margin:0;}
.btn-view-all{background:#111;color:#fff;border:none;padding:10px 18px;font-size:12px;font-weight:600;border-radius:4px;white-space:nowrap;}

/* ---- Product card v2 (photo-forward, discount badge) ---- */
.product-grid-v2{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:16px 24px 30px;}
@media(max-width:900px){.product-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr));}}

/* ---- Horizontal scrolling product strip (homepage highlight rows) ---- */
.product-scroll-v2{max-width:1280px;margin:0 auto;display:flex;gap:16px;overflow-x:auto;padding:16px 24px 30px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;}
.product-scroll-v2::-webkit-scrollbar{height:6px;}
.product-scroll-v2::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px;}
.product-scroll-v2 .product-card-v2{flex:0 0 220px;scroll-snap-align:start;}
@media(max-width:600px){.product-scroll-v2 .product-card-v2{flex-basis:170px;}}

/* ---- Scrollable product row arrows ---- */
.scroll-row-wrap{position:relative;max-width:1280px;margin:0 auto;}
.scroll-row-arrow{position:absolute;top:90px;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;background:#fff;border:1px solid var(--border);box-shadow:0 4px 12px rgba(0,0,0,.14);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;}
.scroll-row-arrow.left{left:8px;}
.scroll-row-arrow.right{right:8px;}
.scroll-row-arrow i{font-size:16px;color:#333;}
.scroll-row-arrow.dark{background:#1a1a1a;border-color:#333;}
.scroll-row-arrow.dark i{color:#fff;}
@media(max-width:640px){.scroll-row-arrow{display:none;}}
.product-scroll-v2.dragging{cursor:grabbing;user-select:none;scroll-behavior:auto;}
.product-scroll-v2{cursor:grab;}
.product-card-v2{background:#fff;border-radius:14px;overflow:hidden;border:1px solid var(--border);transition:box-shadow .18s,transform .18s;}
.product-card-v2:hover{box-shadow:0 12px 28px rgba(0,0,0,.09);transform:translateY(-3px);}
.product-card-v2 .thumb{position:relative;height:170px;background:#fff;display:flex;align-items:center;justify-content:center;}
.product-card-v2 .thumb img{max-height:160px;object-fit:contain;}
.product-card-v2 .discount-badge{position:absolute;top:12px;left:12px;background:#e83a4e;color:#fff;font-size:10px;font-weight:700;letter-spacing:0.02em;padding:5px 11px;border-radius:20px;}
.product-card-v2 .used-badge{position:absolute;top:12px;right:12px;background:#c0392b;color:#fff;font-size:10px;font-weight:800;letter-spacing:0.03em;padding:5px 10px;border-radius:20px;}
.product-card-v2 .body{padding:16px;}
.product-card-v2 .name{display:block;font-size:14px;font-weight:700;color:#111;margin-bottom:8px;min-height:36px;line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.product-card-v2 .rating-row{display:flex;align-items:center;gap:2px;margin-bottom:10px;}
.product-card-v2 .rating-row i{font-size:12px;color:#ddd;}
.product-card-v2 .rating-row span{font-size:11px;color:#999;margin-left:6px;}
.product-card-v2 .price-row{display:flex;align-items:baseline;gap:8px;margin-bottom:4px;}
.product-card-v2 .old-price{font-family:var(--font-mono);font-size:12px;color:#aaa;text-decoration:line-through;margin:0;}
.product-card-v2 .cur-price{font-family:var(--font-mono);font-size:18px;font-weight:800;color:#111;margin:0;}
.product-card-v2 .stock-line{font-size:11px;color:#999;margin:0 0 12px;padding-bottom:12px;border-bottom:1px solid var(--border);}
.product-card-v2 .card-actions{display:flex;gap:8px;align-items:stretch;}
.btn-wishlist{width:38px;flex-shrink:0;background:#fff;border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#888;}
.btn-wishlist:hover{color:#e83a4e;border-color:#f0c3c8;}
.btn-wishlist i{font-size:16px;}
.btn-add-v2{width:100%;background:#111;color:#fff;border:none;padding:0 14px;height:38px;font-size:12px;font-weight:700;border-radius:20px;cursor:pointer;white-space:nowrap;display:flex;align-items:center;justify-content:center;gap:6px;}
.btn-add-v2:hover{background:#000;}
.btn-add-v2 i{font-size:14px;}
.card-qty-form{display:flex;gap:6px;width:100%;}
.card-qty-input{width:46px;flex-shrink:0;border:1px solid var(--border);border-radius:20px;text-align:center;font-size:12px;font-family:var(--font-mono);-moz-appearance:textfield;}
.card-qty-input::-webkit-inner-spin-button,.card-qty-input::-webkit-outer-spin-button{opacity:1;}
.card-qty-form .btn-add-v2{flex:1;}

/* ---- Product detail page ---- */
.breadcrumb{font-size:12px;color:#888;}
.breadcrumb a{color:#888;}
.breadcrumb a:hover{color:var(--blue);}
.breadcrumb-current{color:#333;font-weight:600;}
.product-detail-wrap{display:flex;gap:36px;padding:20px 20px 10px;flex-wrap:wrap;}
.pd-gallery{flex:1;min-width:280px;max-width:460px;}
.pd-main-img{position:relative;background:#f7f7f5;border-radius:10px;height:340px;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.pd-main-img img{max-height:310px;max-width:88%;object-fit:contain;}
.pd-img-counter{position:absolute;top:12px;right:12px;background:rgba(0,0,0,.6);color:#fff;font-size:11px;font-weight:600;padding:4px 10px;border-radius:12px;}
.pd-arrow{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;background:#fff;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.08);}
.pd-arrow.prev{left:10px;} .pd-arrow.next{right:10px;}
.pd-thumbs{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap;}
.pd-thumb{width:64px;height:64px;object-fit:cover;border-radius:6px;border:2px solid transparent;cursor:pointer;background:#f7f7f5;}
.pd-thumb.active{border-color:var(--blue);}

.pd-info{flex:1;min-width:300px;}
.pd-title{font-size:22px;font-weight:800;margin-bottom:8px;line-height:1.3;}
.pd-short-desc{font-size:13px;color:#777;margin-bottom:18px;}
.pd-price-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:4px;}
.pd-old-price{font-family:var(--font-mono);font-size:15px;color:#aaa;text-decoration:line-through;}
.pd-cur-price{font-family:var(--font-mono);font-size:28px;font-weight:800;color:#111;}
.pd-discount-pill{background:#1c7c3c;color:#fff;font-size:11px;font-weight:700;padding:4px 10px;border-radius:6px;}
.pd-price-note{font-size:12px;color:#999;margin-bottom:16px;}
.pd-stock-line{font-size:13px;margin-bottom:18px;}
.pd-stock-line i{vertical-align:-2px;margin-right:3px;}

.pd-buy-form{margin-bottom:18px;}
.pd-qty-stepper{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:8px;overflow:hidden;margin-bottom:14px;}
.pd-qty-btn{width:38px;height:38px;background:#fff;border:none;font-size:18px;cursor:pointer;color:#333;}
.pd-qty-btn:hover{background:var(--gray-bg);}
.pd-qty-stepper input{width:50px;height:38px;border:none;border-left:1px solid var(--border);border-right:1px solid var(--border);text-align:center;font-size:14px;-moz-appearance:textfield;}
.pd-buy-buttons{display:flex;gap:10px;flex-wrap:wrap;}
.pd-btn-buynow{flex:1;min-width:140px;height:48px;border-radius:24px;background:#fff;border:2px solid #111;color:#111;font-size:14px;font-weight:700;cursor:pointer;}
.pd-btn-buynow:hover{background:#111;color:#fff;}
.pd-btn-addcart{flex:1;min-width:160px;height:48px;border-radius:24px;background:#111;border:none;color:#fff;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;}
.pd-btn-addcart:hover{background:#000;}
.pd-btn-buynow:disabled,.pd-btn-addcart:disabled{opacity:.45;cursor:not-allowed;}
.pd-delivery-badge{display:inline-flex;align-items:center;gap:6px;background:var(--gray-bg);color:#333;font-size:12px;font-weight:600;padding:8px 14px;border-radius:20px;margin-bottom:14px;}
.pd-sku{font-size:11px;color:#aaa;font-family:var(--font-mono);}

.img-lightbox{display:none;position:fixed;inset:0;background:rgba(10,10,10,.92);z-index:999;align-items:center;justify-content:center;cursor:zoom-out;padding:30px;}
.img-lightbox.open{display:flex;}
.img-lightbox img{max-width:92%;max-height:92%;object-fit:contain;border-radius:6px;}
.img-lightbox-close{position:absolute;top:18px;right:26px;color:#fff;font-size:34px;line-height:1;cursor:pointer;}

@media(max-width:700px){
    .pd-cur-price{font-size:22px;}
    .pd-buy-buttons{flex-wrap:nowrap;gap:8px;}
    .pd-btn-buynow,.pd-btn-addcart{height:56px;font-size:13px;min-width:0;padding:0 10px;}
}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:0 20px 24px;}
@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
.product-card{border:1px solid var(--border);border-radius:8px;overflow:hidden;background:#fff;transition:box-shadow .15s;}
.product-card:hover{box-shadow:0 2px 10px rgba(0,0,0,.08);}
.product-card .thumb{height:150px;background:#f4f4f2;display:flex;align-items:center;justify-content:center;}
.product-card .thumb img{max-height:140px;}
.product-card .body{padding:12px;}
.product-card .name{font-size:13px;color:#111;margin-bottom:6px;min-height:34px;}
.product-card .price{font-size:14px;color:var(--blue);font-weight:bold;}
.product-card .price .old{color:#999;font-size:11px;font-weight:normal;text-decoration:line-through;margin-left:6px;}
.product-card .b2b-tag{color:var(--yellow);background:var(--dark);font-size:10px;padding:2px 6px;border-radius:3px;margin-left:6px;}
.product-card form{margin-top:8px;}
.product-card .btn-add{width:100%;background:var(--blue);color:#fff;border:none;padding:8px;border-radius:4px;font-size:12px;cursor:pointer;}

/* ---- Flash deal countdown section ---- */
.flash-deal-section{max-width:1280px;margin:0 auto 30px;border-radius:12px;background:#111;padding:22px 22px 6px;}
.flash-deal-head{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:6px;}
.flash-deal-head h2{color:#fff;font-size:22px;font-weight:700;margin:6px 0 0;}
.flash-countdown{display:flex;gap:8px;}
.flash-countdown div{background:#1e1e1e;border-radius:6px;padding:8px 12px;text-align:center;min-width:52px;}
.flash-countdown span{display:block;font-family:var(--font-mono);font-size:20px;font-weight:600;color:var(--yellow);}
.flash-countdown small{font-size:9px;color:#999;letter-spacing:0.05em;}
.flash-deal-section .product-card-v2{background:#1a1a1a;border-color:#2a2a2a;}
.flash-deal-section .product-card-v2 .name{color:#fff;}
.flash-deal-section .product-card-v2 .cur-price{color:#fff;}
.flash-deal-section .product-card-v2 .cat-label{color:#888;}
.cat-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:28px 24px 8px;}
@media(max-width:900px){.cat-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
.cat-card{border:1px solid var(--border);border-radius:10px;overflow:hidden;text-align:center;transition:transform .15s,box-shadow .15s,border-color .15s;padding:0 0 14px;}
.cat-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.06);border-color:#ddd;}
.cat-card .icon-badge{width:100%;aspect-ratio:1/1;height:auto;border-radius:0;background:var(--gray-bg);display:flex;align-items:center;justify-content:center;margin:0 0 12px;border:none;border-bottom:1px solid var(--border);overflow:hidden;}
.cat-card .icon-badge img{width:100%;height:100%;object-fit:cover;}
.cat-card .icon-badge i{font-size:38px;color:var(--blue);}
.cat-card p{font-size:13px;font-weight:600;margin-top:2px;padding:0 10px;}

/* ---- Homepage popup ---- */
.home-popup-overlay{display:none;position:fixed;inset:0;background:rgba(10,10,10,.75);z-index:1000;align-items:center;justify-content:center;padding:20px;}
.home-popup-overlay.open{display:flex;}
.home-popup-box{position:relative;max-width:min(1366px,92vw);width:100%;}
.home-popup-box img{width:100%;height:auto;border-radius:10px;display:block;box-shadow:0 20px 50px rgba(0,0,0,.3);}
.home-popup-close{position:absolute;top:-16px;right:-16px;width:34px;height:34px;border-radius:50%;background:#fff;border:none;font-size:20px;line-height:1;color:#111;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.2);}

/* ---- Forms (login/register/checkout/admin) ---- */
.form-wrap{max-width:440px;margin:40px auto;padding:24px;border:1px solid var(--border);border-radius:8px;}
.form-wrap h1{font-size:20px;margin-bottom:18px;}
.form-group{margin-bottom:14px;}
.form-group label{display:block;font-size:13px;margin-bottom:5px;color:#333;}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:9px 10px;border:1px solid #ccc;border-radius:4px;font-size:13px;}
.btn-block{width:100%;background:var(--blue);color:#fff;border:none;padding:11px;border-radius:4px;font-size:14px;cursor:pointer;font-weight:bold;}
.btn-yellow{background:var(--yellow);color:var(--dark);}
.oauth-row{display:flex;gap:10px;margin-top:14px;}
.oauth-row a{flex:1;text-align:center;border:1px solid #ddd;padding:9px;border-radius:4px;font-size:12px;color:#333;}
.oauth-row a i{margin-right:6px;}
.divider{text-align:center;color:#999;font-size:12px;margin:16px 0;}
.alert{padding:10px 14px;border-radius:4px;font-size:13px;margin-bottom:14px;}
.alert-error{background:#fcebeb;color:#791f1f;}
.alert-success{background:#eaf3de;color:#27500a;}

/* ---- Cart / Checkout tables ---- */
.cart-table{width:100%;max-width:1280px;margin:20px auto;border-collapse:collapse;}
.cart-table th,.cart-table td{padding:10px;border-bottom:1px solid var(--border);font-size:13px;text-align:left;}
.qty-input{width:55px;padding:5px;border:1px solid #ccc;border-radius:4px;}
.cart-summary{max-width:340px;margin:0 auto 30px;margin-right:calc((100% - 1280px) / 2 + 20px);border:1px solid var(--border);border-radius:8px;padding:18px;}
@media(max-width:1320px){.cart-summary{margin-right:20px;}}
.cart-summary .row{display:flex;justify-content:space-between;font-size:13px;margin-bottom:8px;}
.cart-summary .grand{font-weight:bold;font-size:15px;border-top:1px solid var(--border);padding-top:10px;margin-top:10px;}
.pay-methods{display:flex;flex-direction:column;gap:8px;margin:14px 0;}
.pay-methods label{border:1px solid #ccc;border-radius:4px;padding:10px;font-size:13px;display:flex;align-items:center;gap:8px;}

.whatsapp-float{position:fixed;bottom:20px;right:20px;background:#25d366;color:#fff;width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:26px;box-shadow:0 2px 8px rgba(0,0,0,.3);z-index:99;}

.main-footer{background:var(--dark);color:#ccc;padding:22px 0;margin-top:0;}

/* ---- Customer account panel ---- */
.acc-wrap{display:flex;gap:28px;padding:30px 24px 60px;align-items:flex-start;}
.acc-sidebar{width:250px;flex-shrink:0;background:#fff;border:1px solid var(--border);border-radius:10px;overflow:hidden;position:sticky;top:20px;}
.acc-user{display:flex;align-items:center;gap:12px;padding:20px;border-bottom:1px solid var(--border);}
.acc-avatar{width:42px;height:42px;border-radius:50%;background:var(--dark);color:var(--yellow);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;flex-shrink:0;}
.acc-user-name{font-size:14px;font-weight:700;margin:0;}
.acc-user-email{font-size:11px;color:#999;margin:2px 0 0;word-break:break-all;}
.acc-nav{display:flex;flex-direction:column;padding:10px;}
.acc-nav a{display:flex;align-items:center;gap:10px;padding:10px 12px;font-size:13px;font-weight:600;color:#444;border-radius:6px;}
.acc-nav a:hover{background:var(--gray-bg);}
.acc-nav a.active{background:#111;color:#fff;}
.acc-nav a.active i{color:var(--yellow);}
.acc-badge{margin-left:auto;background:var(--yellow);color:#141414;font-size:10px;font-weight:700;padding:1px 7px;border-radius:10px;}
.acc-logout{margin-top:8px;border-top:1px solid var(--border);padding-top:14px !important;color:#a32d2d !important;}

.acc-content{flex:1;min-width:0;}
.acc-title{font-size:24px;font-weight:800;margin:0 0 6px;}
.acc-subtitle{font-size:13px;color:#777;margin:0 0 24px;}
.acc-section-heading{font-size:15px;font-weight:700;margin:30px 0 12px;}
.acc-empty{font-size:13px;color:#777;}
.acc-empty a{color:var(--blue);font-weight:600;}

.acc-stat-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;}
.acc-stat-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:16px;display:flex;align-items:center;gap:12px;}
.acc-stat-card i{font-size:26px;color:var(--blue);}
.acc-stat-card .num{font-family:var(--font-mono);font-size:20px;font-weight:700;margin:0;}
.acc-stat-card .label{font-size:11px;color:#888;margin:2px 0 0;}
@media(max-width:900px){.acc-stat-cards{grid-template-columns:repeat(2,minmax(0,1fr));}}

.acc-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:20px;}
.acc-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--border);border-radius:10px;overflow:hidden;}
.acc-table th,.acc-table td{padding:12px 14px;font-size:13px;text-align:left;border-bottom:1px solid var(--border);}
.acc-table th{background:var(--gray-bg);font-weight:600;color:#555;}
.acc-table tr:last-child td{border-bottom:none;}

.acc-status{font-size:11px;font-weight:600;padding:3px 9px;border-radius:12px;background:#eee;color:#555;}
.acc-status-new{background:#e5f0fa;color:#155fa0;}
.acc-status-preparing{background:#fdf3d8;color:#854f0b;}
.acc-status-shipped{background:#e3ecff;color:#2b3a9e;}
.acc-status-delivered{background:#e2f0da;color:#27500a;}
.acc-status-cancelled{background:#fcebeb;color:#791f1f;}

.acc-address-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
@media(max-width:760px){.acc-address-grid{grid-template-columns:1fr;}}
.acc-address-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:16px;}
.addr-title{font-size:13px;font-weight:700;margin:0 0 8px;}
.addr-body{font-size:12px;color:#666;line-height:1.6;margin:0 0 12px;}
.addr-actions{display:flex;gap:8px;}
.acc-btn-sm{font-size:11px;padding:6px 10px;border:1px solid #ccc;border-radius:5px;background:#fff;cursor:pointer;}
.acc-btn-sm.danger{border-color:#e0a0a0;color:#a32d2d;}
.acc-badge-outline{font-size:9px;font-weight:700;border:1px solid var(--blue);color:var(--blue);padding:1px 6px;border-radius:10px;margin-left:6px;}

.acc-contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}
@media(max-width:760px){.acc-contact-grid{grid-template-columns:1fr;}}
.acc-contact-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:18px;display:flex;align-items:center;gap:12px;transition:box-shadow .15s,transform .15s;}
.acc-contact-card:hover{box-shadow:0 8px 20px rgba(0,0,0,.06);transform:translateY(-2px);}
.acc-contact-card i{font-size:26px;}
.ct-label{font-size:11px;color:#888;margin:0;}
.ct-value{font-size:14px;font-weight:700;color:#111;margin:2px 0 0;}

@media(max-width:760px){
    .acc-wrap{flex-direction:column;padding:20px 14px 40px;}
    .acc-sidebar{width:100%;position:static;}
    .acc-nav{flex-direction:row;overflow-x:auto;}
    .acc-nav a{white-space:nowrap;}
    .acc-logout{margin-top:0;border-top:none;border-left:1px solid var(--border);}
}
.footer-badges{display:flex;gap:20px;font-size:12px;flex-wrap:wrap;margin-bottom:10px;}
.footer-badges i{color:var(--yellow);margin-right:5px;}
.footer-inner p{font-size:11px;color:#777;}
.footer-pages{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:10px;}
.footer-pages a{font-size:13px;color:#999;}
.footer-pages a:hover{color:var(--yellow);}

/* ============================================================
   MOBIL DUZENLEMELER (max-width: 640px)
   ============================================================ */
@media(max-width:640px){
    .card-qty-input{display:none;}
    .card-qty-form{width:100%;}

    .container{padding:0 14px;}

    /* Top bar: ikinci yazi (bayi/kapida odeme) kalabalik yapiyor, gizle */
    .top-bar-inner span:last-child{display:none;}
    .top-bar-inner{justify-content:center;}

    /* Header: logo+hesap+sepet ust satirda, arama alta tam genislik */
    .header-inner{flex-wrap:wrap;padding:10px 14px;gap:10px;}
    .header-inner .logo{order:1;}
    .header-inner .header-account,
    .header-inner .btn-outline{order:2;margin-left:auto;font-size:12px;padding:6px 10px;}
    .header-inner .cart-link{order:3;}
    .search-form{order:4;flex-basis:100%;width:100%;}

    /* Nav: yatay kaydirma, sigdirmaya calismasin */
    .nav-inner{gap:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;}
    .nav-inner::-webkit-scrollbar{display:none;}
    .mega-item > a{padding:0 10px;font-size:12px;white-space:nowrap;}
    .shop-badge,.b2b-badge{font-size:11px;padding:4px 8px;white-space:nowrap;}

    /* Hero */
    .hero-v2{padding:32px 14px;}
    .hero-v2-inner{gap:24px;}
    .hero-v2 h1{font-size:26px;}
    .hero-v2 .actions{flex-direction:column;}
    .hero-v2 .actions button{width:100%;}
    .hero-stats{gap:20px;}
    .hero-v2 .right .photo{height:200px;}
    .hero-badge-float{font-size:9px;padding:6px 9px;}

    /* Service cards / kategori / urun gridleri tek sutun */
    .service-cards{grid-template-columns:1fr;padding:8px 14px 24px;}
    .cat-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:20px 14px 8px;}
    .product-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr));padding:12px 14px 24px;gap:10px;}
    .product-scroll-v2{padding:12px 14px 24px;}
    .product-scroll-v2 .product-card-v2{flex-basis:150px;}

    /* Teknik servis banner */
    .svc-banner{padding:32px 0;}
    .svc-banner h2{font-size:22px;}
    .svc-banner .right{height:180px;}
    .cta-band-inner{flex-direction:column;align-items:flex-start;text-align:left;}
    .cta-band-inner button{width:100%;}

    /* Banner satiri (b2b + kupon) */
    .banner-row-inner{flex-direction:column;padding:16px 14px;}

    /* Formlar (giris/kayit/checkout) */
    .form-wrap{margin:20px auto;padding:16px;width:calc(100% - 28px);}
    .checkout-page .container,
    .container[style*="display:flex"]{flex-direction:column;}

    /* Sepet tablosu: yatay kaydirma ile taskmayi engelle */
    .cart-table{display:block;overflow-x:auto;white-space:nowrap;}
    .cart-summary{max-width:100%;margin:0 14px 20px;}

    /* Admin panel: sidebar ustte yatay menu, icerik altta */
    .admin-wrap{flex-direction:column;}
    .admin-sidebar{width:100%;flex-direction:row;overflow-x:auto;padding:10px;}
    .admin-sidebar nav{flex-direction:row;}
    .admin-sidebar nav a{white-space:nowrap;padding:8px 12px;}
    .admin-logo,.admin-logout{display:none;}
    .admin-content{padding:16px;}
}

/* ---- Service badges strip (above footer) ---- */
.service-badges{background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border);}
.service-badges-inner{max-width:1280px;margin:0 auto;padding:22px 24px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;}
.service-badges-inner > div{display:flex;align-items:center;gap:12px;}
.service-badges-inner i{font-size:26px;color:var(--blue);flex-shrink:0;}
.service-badges-inner strong{display:block;font-size:13px;font-weight:600;}
.service-badges-inner span{display:block;font-size:11px;color:#888;margin-top:2px;}
@media(max-width:900px){.service-badges-inner{grid-template-columns:repeat(2,minmax(0,1fr));}}

/* ---- Brand strip (footer) ---- */
.brand-strip{margin-bottom:18px;}
.brand-strip > span{display:block;font-family:var(--font-mono);font-size:10px;color:#777;letter-spacing:0.08em;margin-bottom:10px;}
.brand-chips{display:flex;flex-wrap:wrap;gap:10px;}
.brand-chips span{background:#1a1a1a;border:1px solid #2a2a2a;color:#ccc;font-size:12px;font-weight:600;padding:6px 14px;border-radius:4px;}
