:root{
  --home-bg:#f3f4f6;
  --home-card:#ffffff;
  --home-border:#e6e8ec;
  --home-text:#17191d;
  --home-muted:#7d8490;
  --home-accent:#eea21d;
  --home-accent-dark:#1f2329;
  --home-shadow:0 8px 24px rgba(16,24,40,.04);
  --home-radius:22px;
}
.home-page{padding:20px 0 36px;background:transparent}
.home-wrap{width:min(1760px,calc(100% - 48px));margin:0 auto}
.home-section{margin-top:24px}
.home-section-tight{margin-top:18px}
.home-section-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}
.home-section-head h2{margin:0;color:var(--home-text);font-size:28px;line-height:1.1;font-weight:900;letter-spacing:-.02em}
.home-section-head a{display:inline-flex;align-items:center;gap:7px;color:#4a5059;text-decoration:none;font-size:16px;font-weight:700}
.home-section-head a svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2}

.home-hero-banner a,.home-hero-banner img{display:block;width:100%}
.home-hero-banner a{overflow:hidden;border:1px solid rgba(255,255,255,.55);border-radius:28px;background:rgba(255,255,255,.55);box-shadow:var(--home-shadow);backdrop-filter:blur(10px)}
.home-hero-banner img{aspect-ratio:16/6;object-fit:cover}

.home-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:16px;overflow:hidden;border:1px solid rgba(255,255,255,.7);border-radius:22px;background:rgba(255,255,255,.66);box-shadow:var(--home-shadow);backdrop-filter:blur(10px)}
.home-benefits article{display:flex;align-items:center;gap:14px;min-height:106px;padding:18px 20px;border-right:1px solid #eceff3}
.home-benefits article:last-child{border-right:0}
.home-icon{display:grid;place-items:center;flex:0 0 50px;width:50px;height:50px;border:1px solid #f4d8aa;border-radius:15px;background:#fff8eb;color:#dc971a}
.home-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.75}
.home-benefits strong{display:block;font-size:18px;line-height:1.2}
.home-benefits small{display:block;margin-top:5px;color:var(--home-muted);font-size:13px;line-height:1.45}

.home-categories-grid,.home-products-grid,.home-solutions-grid{display:grid;gap:18px}
.home-categories-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.home-category-card{display:grid;grid-template-columns:46% 54%;align-items:center;min-height:184px;padding:16px 18px;border:1px solid rgba(255,255,255,.72);border-radius:22px;background:rgba(255,255,255,.68);box-shadow:var(--home-shadow);backdrop-filter:blur(10px);text-decoration:none;color:inherit;transition:transform .18s ease, box-shadow .18s ease}
.home-category-card:hover,.home-product-card:hover,.home-solution-card:hover,.home-service-card:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(16,24,40,.08)}
.home-category-media{display:flex;align-items:center;justify-content:center;height:135px;padding-right:12px}
.home-category-media img{max-width:100%;max-height:128px;object-fit:contain;mix-blend-mode:multiply}
.home-category-copy{min-width:0}
.home-category-copy strong{display:block;font-size:20px;line-height:1.15}
.home-category-copy p{margin:8px 0 0;color:var(--home-muted);font-size:14px;line-height:1.45}

.home-brands{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.home-brands a{display:grid;place-items:center;height:76px;padding:14px;border:1px solid rgba(255,255,255,.72);border-radius:18px;background:rgba(255,255,255,.68);box-shadow:var(--home-shadow);backdrop-filter:blur(10px)}
.home-brands img{max-width:100%;max-height:30px;object-fit:contain}

.home-products-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.home-product-card{position:relative;display:flex;flex-direction:column;min-height:320px;padding:16px;border:1px solid rgba(255,255,255,.72);border-radius:22px;background:rgba(255,255,255,.72);box-shadow:var(--home-shadow);backdrop-filter:blur(10px)}
.home-product-badge{position:absolute;left:13px;top:13px;z-index:3;display:inline-flex;align-items:center;min-height:23px;padding:0 9px;border-radius:999px;background:#28b463;color:#fff;font-size:10px;font-weight:800}
.home-product-top{display:grid;grid-template-columns:42% 58%;gap:10px;min-height:205px}
.home-product-image{display:flex;align-items:center;justify-content:center;min-width:0;height:195px;padding:16px 2px 4px;text-decoration:none}
.home-product-image img{max-width:100%;max-height:178px;object-fit:contain}
.home-product-body{min-width:0;padding:7px 2px 0}
.home-product-title{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;color:var(--home-text);text-decoration:none;font-size:15px;line-height:1.28;font-weight:850}
.home-product-specs{margin:9px 0 0;padding:0 0 0 15px;color:#59606b;font-size:11px;line-height:1.45}
.home-product-specs li+li{margin-top:2px}
.home-product-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-top:auto;padding-top:12px;border-top:1px solid rgba(229,232,236,.8)}
.home-product-meta strong{display:block;color:var(--home-text);font-size:25px;line-height:1;font-weight:900;letter-spacing:-.02em}
.home-product-meta span{display:block;margin-top:6px;font-size:11px;font-weight:750}
.home-product-meta .is-in-stock{color:#18a34a}
.home-product-meta .is-out-stock{color:#a26a00}
.home-product-buy{display:inline-flex;align-items:center;justify-content:center;min-width:88px;height:39px;padding:0 14px;border-radius:11px;background:var(--home-accent);color:#181b20;text-decoration:none;font-size:12px;font-weight:900;box-shadow:0 6px 16px rgba(238,162,29,.18)}

.home-solutions-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.home-solution-card{position:relative;overflow:hidden;display:block;min-height:175px;border-radius:20px;background:#111 center/cover no-repeat;text-decoration:none;color:#fff;box-shadow:var(--home-shadow)}
.home-solution-card:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,14,20,.88) 0%,rgba(10,14,20,.55) 45%,rgba(10,14,20,.18) 100%)}
.home-solution-copy{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;height:100%;padding:18px}
.home-solution-copy strong{font-size:24px;line-height:1.05;font-weight:900}
.home-solution-copy span{display:block;margin-top:8px;max-width:220px;color:rgba(255,255,255,.88);font-size:14px;line-height:1.4}

.home-why-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));overflow:hidden;border:1px solid rgba(255,255,255,.72);border-radius:22px;background:rgba(255,255,255,.68);box-shadow:var(--home-shadow);backdrop-filter:blur(10px)}
.home-why-grid article{padding:20px 18px;min-height:124px;border-right:1px solid #eceff3}
.home-why-grid article:last-child{border-right:0}
.home-why-grid span{display:grid;place-items:center;width:42px;height:42px;border:1px solid #f4d8aa;border-radius:50%;background:#fff8eb;color:#dc971a}
.home-why-grid span svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.75}
.home-why-grid strong{display:block;margin-top:12px;font-size:17px;line-height:1.25}
.home-why-grid p{margin:8px 0 0;color:var(--home-muted);font-size:14px;line-height:1.45}

.home-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:24px}
.home-service-card{position:relative;overflow:hidden;display:block;min-height:240px;border-radius:24px;background:#111 center/cover no-repeat;text-decoration:none;color:#fff;box-shadow:var(--home-shadow)}
.home-service-card:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,16,22,.92) 0%,rgba(11,16,22,.72) 45%,rgba(11,16,22,.20) 100%)}
.home-service-card div{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;height:100%;padding:22px}
.home-service-card strong{display:block;max-width:240px;font-size:26px;line-height:1.08;font-weight:900}
.home-service-card p{max-width:300px;margin:10px 0 0;color:rgba(255,255,255,.86);font-size:14px;line-height:1.55}
.home-service-card span{display:block;margin-top:14px;color:#ffbc44;font-size:14px;font-weight:900}

.home-order-section{padding:22px;border:1px solid rgba(255,255,255,.72);border-radius:24px;background:rgba(255,255,255,.68);box-shadow:var(--home-shadow);backdrop-filter:blur(10px)}
.home-order-section .home-section-head{margin-bottom:18px}
.home-order-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}
.home-order-steps article{text-align:center}
.home-step-number{display:grid;place-items:center;width:48px;height:48px;margin:0 auto 12px;border-radius:50%;background:#fff7e8;color:#d38e15;border:1px solid #f3d7ab;font-size:18px;font-weight:900}
.home-order-steps strong{display:block;font-size:18px;line-height:1.2}
.home-order-steps p{margin:8px 0 0;color:var(--home-muted);font-size:14px;line-height:1.45}

.home-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.home-faq-grid details{overflow:hidden;border:1px solid rgba(255,255,255,.72);border-radius:18px;background:rgba(255,255,255,.7);box-shadow:var(--home-shadow);backdrop-filter:blur(10px)}
.home-faq-grid summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px;list-style:none;cursor:pointer;font-size:17px;font-weight:800}
.home-faq-grid summary::-webkit-details-marker{display:none}
.home-faq-grid summary svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;transition:transform .18s}
.home-faq-grid details[open] summary svg{transform:rotate(180deg)}
.home-faq-grid p{margin:0;padding:0 18px 18px;color:var(--home-muted);font-size:15px;line-height:1.55}

.home-consultation{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;margin-top:26px;padding:18px 22px;border-radius:24px;background:linear-gradient(105deg,#0f151d 0%,#151f28 65%,#101821 100%);box-shadow:0 18px 36px rgba(16,24,40,.10);color:#fff}
.home-consult-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;border:1px solid rgba(255,184,68,.35);background:rgba(255,184,68,.08);color:#ffbc44}
.home-consult-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7}
.home-consultation strong{display:block;font-size:30px;line-height:1;font-weight:900}
.home-consultation p{margin:6px 0 0;color:rgba(255,255,255,.72);font-size:15px;line-height:1.45}
.home-consultation a{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:48px;padding:0 18px;border-radius:14px;background:var(--home-accent);color:#15181d;text-decoration:none;font-size:15px;font-weight:900}
.home-consultation a svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2}

@media (max-width: 1520px){
  .home-wrap{width:min(1760px,calc(100% - 28px))}
  .home-categories-grid,.home-products-grid,.home-solutions-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .home-why-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .home-why-grid article:nth-child(3n){border-right:0}
  .home-why-grid article:nth-child(n+4){border-top:1px solid #eceff3}
  .home-service-grid{grid-template-columns:1fr}
}
@media (max-width: 1100px){
  .home-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-benefits article:nth-child(2n){border-right:0}
  .home-benefits article:nth-child(n+3){border-top:1px solid #eceff3}
  .home-brands{grid-template-columns:repeat(3,minmax(0,1fr))}
  .home-order-steps{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-faq-grid{grid-template-columns:1fr}
  .home-consultation{grid-template-columns:auto 1fr}
  .home-consultation a{grid-column:1/-1}
}
@media (max-width: 760px){
  .home-page{padding-top:10px}
  .home-wrap{width:calc(100% - 14px)}
  .home-section{margin-top:18px}
  .home-section-head h2{font-size:24px}
  .home-section-head a{font-size:13px}
  .home-hero-banner a{border-radius:22px}
  .home-hero-banner img{aspect-ratio:5/4}
  .home-benefits{grid-template-columns:1fr;border-radius:18px}
  .home-benefits article{min-height:82px;padding:14px 16px;border-right:0;border-top:1px solid #eceff3}
  .home-benefits article:first-child{border-top:0}
  .home-icon{width:42px;height:42px;flex-basis:42px}
  .home-icon svg{width:20px;height:20px}
  .home-benefits strong{font-size:15px}
  .home-benefits small{font-size:12px}
  .home-categories-grid,.home-products-grid,.home-solutions-grid,.home-brands{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px}
  .home-categories-grid::-webkit-scrollbar,.home-products-grid::-webkit-scrollbar,.home-solutions-grid::-webkit-scrollbar,.home-brands::-webkit-scrollbar{display:none}
  .home-category-card,.home-product-card,.home-solution-card,.home-brands a{scroll-snap-align:start;flex:0 0 auto}
  .home-category-card{width:84%;min-height:166px;grid-template-columns:45% 55%}
  .home-product-card{width:88%;min-height:315px}
  .home-product-title{font-size:14px}
  .home-product-image{height:175px}
  .home-product-meta strong{font-size:22px}
  .home-product-specs{font-size:11px}
  .home-product-buy{min-width:94px;height:40px;font-size:13px}
  .home-solution-card{width:84%;min-height:155px}
  .home-brands a{width:44%;height:68px}
  .home-why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-why-grid article{min-height:112px;border-right:1px solid #eceff3;border-top:1px solid #eceff3}
  .home-why-grid article:nth-child(-n+2){border-top:0}
  .home-why-grid article:nth-child(2n){border-right:0}
  .home-service-card{min-height:210px}
  .home-service-card strong{font-size:22px}
  .home-service-card p{font-size:13px}
  .home-order-section{padding:16px}
  .home-order-steps{grid-template-columns:1fr}
  .home-order-steps article{text-align:left}
  .home-step-number{margin:0 0 10px}
  .home-faq-grid summary{padding:16px;font-size:15px}
  .home-faq-grid p{font-size:14px}
  .home-consultation{grid-template-columns:1fr;gap:12px;padding:16px}
  .home-consult-icon{width:50px;height:50px}
  .home-consultation strong{font-size:24px}
  .home-consultation p{font-size:14px}
  .home-consultation a{width:100%}
}
@media (max-width: 430px){
  .home-category-card,.home-product-card,.home-solution-card{width:90%}
  .home-brands a{width:58%}
  .home-why-grid{grid-template-columns:1fr}
  .home-why-grid article{border-right:0!important}
  .home-why-grid article:first-child{border-top:0}
}

/* v3 compact desktop — matches approved homepage preview proportions */
@media (min-width: 901px){
  .home-page{padding:14px 0 28px}
  .home-wrap{width:min(1480px,calc(100% - 40px))!important}
  .home-section{margin-top:18px!important}
  .home-section-tight{margin-top:14px!important}
  .home-section-head{margin-bottom:10px!important}
  .home-section-head h2{font-size:22px!important;letter-spacing:-.018em}
  .home-section-head a{font-size:13px!important;gap:5px}
  .home-section-head a svg{width:14px;height:14px}

  .home-hero-banner a{border-radius:21px!important}
  .home-hero-banner img{aspect-ratio:16/5.35!important;object-fit:cover}

  .home-benefits{grid-template-columns:repeat(4,minmax(0,1fr))!important;margin-top:12px!important;border-radius:18px!important}
  .home-benefits article{min-height:74px!important;padding:11px 15px!important;gap:10px!important;border-top:0!important;border-right:1px solid #eceff3!important}
  .home-benefits article:last-child{border-right:0!important}
  .home-icon{flex-basis:38px!important;width:38px!important;height:38px!important;border-radius:12px!important}
  .home-icon svg{width:18px!important;height:18px!important}
  .home-benefits strong{font-size:13px!important}
  .home-benefits small{margin-top:3px!important;font-size:10px!important;line-height:1.3!important}

  .home-categories-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important;overflow:visible!important}
  .home-category-card{width:auto!important;min-height:148px!important;padding:12px!important;border-radius:17px!important}
  .home-category-media{height:82px!important}
  .home-category-media img{max-height:78px!important}
  .home-category-copy strong{font-size:14px!important;line-height:1.15!important}
  .home-category-copy p{margin-top:4px!important;font-size:10px!important;line-height:1.3!important}

  .home-brands{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:9px!important;overflow:visible!important}
  .home-brands a{width:auto!important;height:56px!important;padding:10px!important;border-radius:14px!important}
  .home-brands img{max-height:24px!important}

  .home-products-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important;overflow:visible!important}
  .home-product-card{width:auto!important;min-height:294px!important;padding:11px!important;border-radius:17px!important}
  .home-product-badge{left:10px!important;top:10px!important;min-height:20px!important;padding:0 8px!important;font-size:9px!important}
  .home-product-image{height:106px!important;margin-bottom:8px!important;padding-top:3px!important}
  .home-product-image img{max-height:102px!important}
  .home-product-title{font-size:12px!important;line-height:1.25!important;min-height:31px!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important}
  .home-product-specs{margin-top:6px!important;padding-left:13px!important;font-size:9.5px!important;line-height:1.35!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:4!important;overflow:hidden!important}
  .home-product-specs li+li{margin-top:1px!important}
  .home-product-bottom{gap:7px!important;padding-top:9px!important}
  .home-product-meta strong{font-size:20px!important}
  .home-product-meta span{margin-top:4px!important;font-size:9px!important}
  .home-product-buy{min-width:70px!important;height:31px!important;padding:0 10px!important;border-radius:9px!important;font-size:10px!important}

  .home-solutions-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important;overflow:visible!important}
  .home-solution-card{width:auto!important;min-height:112px!important;border-radius:16px!important}
  .home-solution-copy{padding:13px!important}
  .home-solution-copy strong{font-size:15px!important}
  .home-solution-copy span{margin-top:5px!important;max-width:180px!important;font-size:9.5px!important;line-height:1.3!important}

  .home-why-grid{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;border-radius:17px!important}
  .home-why-grid article{min-height:84px!important;padding:12px 11px!important;border-top:0!important;border-right:1px solid #eceff3!important}
  .home-why-grid article:last-child{border-right:0!important}
  .home-why-grid span{width:31px!important;height:31px!important}
  .home-why-grid span svg{width:15px!important;height:15px!important}
  .home-why-grid strong{margin-top:7px!important;font-size:11px!important}
  .home-why-grid p{margin-top:3px!important;font-size:8.5px!important;line-height:1.3!important}

  .home-service-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin-top:18px!important}
  .home-service-card{min-height:150px!important;border-radius:17px!important}
  .home-service-card div{padding:15px!important}
  .home-service-card strong{max-width:190px!important;font-size:17px!important}
  .home-service-card p{max-width:230px!important;margin-top:6px!important;font-size:9px!important;line-height:1.4!important}
  .home-service-card span{margin-top:8px!important;font-size:9.5px!important}

  .home-order-section{padding:16px!important;border-radius:18px!important}
  .home-order-section .home-section-head{margin-bottom:12px!important}
  .home-order-steps{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important}
  .home-step-number{width:34px!important;height:34px!important;margin-bottom:7px!important;font-size:12px!important}
  .home-order-steps strong{font-size:11px!important}
  .home-order-steps p{margin-top:4px!important;font-size:8.5px!important;line-height:1.3!important}

  .home-faq-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}
  .home-faq-grid details{border-radius:13px!important}
  .home-faq-grid summary{padding:12px 14px!important;font-size:11px!important}
  .home-faq-grid summary svg{width:14px!important;height:14px!important}
  .home-faq-grid p{padding:0 14px 12px!important;font-size:9.5px!important;line-height:1.4!important}

  .home-consultation{grid-template-columns:auto 1fr auto!important;gap:12px!important;margin-top:18px!important;padding:12px 15px!important;border-radius:17px!important}
  .home-consult-icon{width:43px!important;height:43px!important}
  .home-consult-icon svg{width:19px!important;height:19px!important}
  .home-consultation strong{font-size:19px!important}
  .home-consultation p{margin-top:3px!important;font-size:10px!important}
  .home-consultation a{grid-column:auto!important;width:auto!important;height:36px!important;padding:0 13px!important;border-radius:10px!important;font-size:10px!important}
}

/* only start collapsing the desktop composition on genuinely narrow screens */
@media (min-width: 901px) and (max-width: 1120px){
  .home-wrap{width:calc(100% - 24px)!important}
  .home-product-title{font-size:11px!important}
  .home-category-copy strong{font-size:13px!important}
  .home-category-copy p{font-size:9px!important}
}

/* v4 — compact popular products, matching the approved preview */
@media (min-width:901px){
  .home-products-grid{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:9px!important;
  }
  .home-product-card{
    display:grid!important;
    grid-template-columns:82px minmax(0,1fr)!important;
    grid-template-rows:1fr!important;
    column-gap:9px!important;
    min-height:196px!important;
    height:196px!important;
    padding:10px!important;
    border-radius:16px!important;
    overflow:hidden!important;
  }
  .home-product-badge{
    left:8px!important;
    top:8px!important;
    min-height:18px!important;
    padding:0 6px!important;
    font-size:8px!important;
  }
  .home-product-image{
    grid-column:1!important;
    grid-row:1!important;
    align-self:start!important;
    width:82px!important;
    height:112px!important;
    margin:2px 0 0!important;
    padding:0!important;
    border-radius:10px!important;
    background:rgba(255,255,255,.55)!important;
  }
  .home-product-image img{
    width:100%!important;
    height:100%!important;
    max-height:none!important;
    object-fit:contain!important;
  }
  .home-product-body{
    grid-column:2!important;
    grid-row:1!important;
    min-width:0!important;
    display:flex!important;
    flex-direction:column!important;
    height:176px!important;
  }
  .home-product-title{
    min-height:30px!important;
    margin:0!important;
    font-size:11px!important;
    line-height:1.25!important;
    font-weight:850!important;
    -webkit-line-clamp:2!important;
  }
  .home-product-specs{
    flex:0 0 auto!important;
    margin:6px 0 0!important;
    padding-left:12px!important;
    font-size:8.5px!important;
    line-height:1.28!important;
    color:#606773!important;
    -webkit-line-clamp:4!important;
  }
  .home-product-specs li+li{margin-top:0!important}
  .home-product-bottom{
    margin-top:auto!important;
    padding-top:7px!important;
    border-top:1px solid #edf0f3!important;
    align-items:flex-end!important;
    gap:5px!important;
  }
  .home-product-meta strong{
    font-size:17px!important;
    line-height:1!important;
  }
  .home-product-meta span{
    margin-top:3px!important;
    font-size:8px!important;
    line-height:1.1!important;
  }
  .home-product-buy{
    flex:0 0 auto!important;
    min-width:58px!important;
    height:28px!important;
    padding:0 8px!important;
    border-radius:8px!important;
    font-size:8.5px!important;
  }

  .home-solutions-grid{gap:9px!important}
  .home-solution-card{
    min-height:104px!important;
    height:104px!important;
    background-position:center!important;
  }
  .home-solution-copy{padding:11px!important}
  .home-solution-copy strong{font-size:14px!important}
  .home-solution-copy span{font-size:8.5px!important;line-height:1.25!important}
}

@media (max-width:760px){
  .home-product-card{min-height:280px!important;height:auto!important}
  .home-product-image{height:128px!important}
}

/* v5 balanced polish — compact, but readable at desktop scale */
@media (min-width:901px){
  .home-section{margin-top:20px!important}
  .home-section-head{margin-bottom:11px!important}
  .home-section-head h2{font-size:24px!important;line-height:1.08!important}
  .home-section-head a{font-size:13.5px!important}

  /* benefits */
  .home-benefits article{min-height:80px!important;padding:13px 16px!important;gap:11px!important}
  .home-icon{width:41px!important;height:41px!important;flex-basis:41px!important}
  .home-icon svg{width:19px!important;height:19px!important}
  .home-benefits strong{font-size:14px!important}
  .home-benefits small{font-size:10.5px!important;line-height:1.35!important}

  /* category cards: slightly larger without returning to oversized v2 */
  .home-categories-grid{gap:11px!important}
  .home-category-card{min-height:160px!important;padding:13px!important;border-radius:18px!important}
  .home-category-media{height:88px!important}
  .home-category-media img{max-height:84px!important}
  .home-category-copy strong{font-size:15.5px!important;line-height:1.16!important}
  .home-category-copy p{margin-top:5px!important;font-size:11px!important;line-height:1.33!important}

  /* brands */
  .home-brands{gap:10px!important}
  .home-brands a{height:60px!important;padding:11px!important}
  .home-brands img{max-height:26px!important}

  /* Popular products: content-driven height, no dead air */
  .home-products-grid{gap:11px!important;align-items:start!important}
  .home-product-card{
    grid-template-columns:92px minmax(0,1fr)!important;
    column-gap:10px!important;
    height:auto!important;
    min-height:172px!important;
    padding:11px!important;
    border-radius:17px!important;
  }
  .home-product-badge{left:9px!important;top:9px!important;font-size:8.5px!important}
  .home-product-image{
    width:92px!important;
    height:118px!important;
    margin:1px 0 0!important;
  }
  .home-product-body{
    height:auto!important;
    min-height:150px!important;
  }
  .home-product-title{
    min-height:0!important;
    font-size:12.5px!important;
    line-height:1.28!important;
    -webkit-line-clamp:3!important;
  }
  .home-product-specs{
    margin-top:6px!important;
    font-size:9.7px!important;
    line-height:1.34!important;
    -webkit-line-clamp:4!important;
  }
  .home-product-bottom{
    margin-top:10px!important;
    padding-top:8px!important;
  }
  .home-product-meta strong{font-size:18.5px!important}
  .home-product-meta span{font-size:8.8px!important}
  .home-product-buy{min-width:64px!important;height:30px!important;padding:0 9px!important;font-size:9.5px!important}

  /* solutions */
  .home-solutions-grid{gap:11px!important}
  .home-solution-card{height:118px!important;min-height:118px!important;border-radius:17px!important}
  .home-solution-copy{padding:13px!important}
  .home-solution-copy strong{font-size:15.5px!important;line-height:1.1!important}
  .home-solution-copy span{font-size:9.5px!important;line-height:1.3!important}

  /* why us */
  .home-why-grid article{min-height:92px!important;padding:13px 12px!important}
  .home-why-grid span{width:33px!important;height:33px!important}
  .home-why-grid span svg{width:16px!important;height:16px!important}
  .home-why-grid strong{margin-top:8px!important;font-size:12px!important;line-height:1.2!important}
  .home-why-grid p{margin-top:4px!important;font-size:9.3px!important;line-height:1.32!important}

  /* service banners */
  .home-service-grid{gap:11px!important;margin-top:20px!important}
  .home-service-card{min-height:164px!important;border-radius:18px!important}
  .home-service-card div{padding:16px!important}
  .home-service-card strong{font-size:18.5px!important;line-height:1.08!important}
  .home-service-card p{margin-top:7px!important;font-size:10px!important;line-height:1.42!important}
  .home-service-card span{margin-top:9px!important;font-size:10px!important}

  /* order path */
  .home-order-section{padding:17px 18px!important}
  .home-order-steps{gap:12px!important}
  .home-step-number{width:37px!important;height:37px!important;font-size:13px!important}
  .home-order-steps strong{font-size:12px!important;line-height:1.2!important}
  .home-order-steps p{font-size:9.3px!important;line-height:1.34!important}

  /* faq */
  .home-faq-grid{gap:8px!important}
  .home-faq-grid summary{padding:13px 15px!important;font-size:12px!important}
  .home-faq-grid p{padding:0 15px 13px!important;font-size:10px!important;line-height:1.45!important}

  /* consultation */
  .home-consultation{padding:13px 16px!important}
  .home-consult-icon{width:45px!important;height:45px!important}
  .home-consultation strong{font-size:20.5px!important}
  .home-consultation p{font-size:10.5px!important}
  .home-consultation a{height:38px!important;font-size:10.5px!important}
}

/* At very wide CSS viewports keep the composition readable, not microscopic. */
@media (min-width:1800px){
  .home-wrap{width:min(1560px,calc(100% - 48px))!important}
}

/* v6 — fix popular product card layout + one-step typography increase */
@media (min-width:901px){
  /* General homepage typography: +1 sensible step, not oversized */
  .home-section-head h2{font-size:26px!important}
  .home-section-head a{font-size:14.5px!important}
  .home-benefits strong{font-size:15px!important}
  .home-benefits small{font-size:11.5px!important}
  .home-category-copy strong{font-size:16.5px!important}
  .home-category-copy p{font-size:12px!important;line-height:1.38!important}

  /* Popular products — reset conflicting old grid rules first */
  .home-products-grid{
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:12px!important;
    align-items:stretch!important;
    overflow:visible!important;
  }
  .home-product-card{
    display:flex!important;
    flex-direction:column!important;
    width:auto!important;
    height:246px!important;
    min-height:246px!important;
    padding:12px!important;
    border-radius:18px!important;
    overflow:hidden!important;
  }
  .home-product-top{
    display:grid!important;
    grid-template-columns:42% minmax(0,58%)!important;
    gap:10px!important;
    min-height:0!important;
    height:178px!important;
  }
  .home-product-image{
    grid-column:auto!important;
    grid-row:auto!important;
    width:auto!important;
    height:166px!important;
    min-width:0!important;
    margin:0!important;
    padding:8px 0 0!important;
    align-self:start!important;
  }
  .home-product-image img{
    display:block!important;
    max-width:100%!important;
    max-height:154px!important;
    object-fit:contain!important;
  }
  .home-product-body{
    grid-column:auto!important;
    grid-row:auto!important;
    display:block!important;
    min-width:0!important;
    width:auto!important;
    height:auto!important;
    min-height:0!important;
    padding:3px 0 0!important;
    overflow:hidden!important;
  }
  .home-product-title{
    display:-webkit-box!important;
    min-height:0!important;
    margin:0!important;
    overflow:hidden!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:3!important;
    font-size:14px!important;
    line-height:1.28!important;
    font-weight:850!important;
  }
  .home-product-specs{
    display:block!important;
    max-height:86px!important;
    margin:8px 0 0!important;
    padding-left:14px!important;
    overflow:hidden!important;
    color:#555d68!important;
    font-size:11px!important;
    line-height:1.36!important;
  }
  .home-product-specs li+li{margin-top:2px!important}
  .home-product-bottom{
    display:flex!important;
    align-items:flex-end!important;
    justify-content:space-between!important;
    gap:7px!important;
    margin-top:auto!important;
    padding-top:9px!important;
    border-top:1px solid #eceff2!important;
  }
  .home-product-meta{min-width:0!important}
  .home-product-meta strong{
    display:block!important;
    font-size:22px!important;
    line-height:1!important;
    white-space:nowrap!important;
  }
  .home-product-meta span{
    margin-top:4px!important;
    font-size:10px!important;
    line-height:1.1!important;
  }
  .home-product-buy{
    flex:0 0 auto!important;
    min-width:72px!important;
    height:34px!important;
    padding:0 11px!important;
    border-radius:9px!important;
    font-size:10.5px!important;
  }
  .home-product-badge{
    left:10px!important;
    top:10px!important;
    min-height:21px!important;
    padding:0 8px!important;
    font-size:9px!important;
  }

  /* Other blocks: modest readability increase */
  .home-solution-copy strong{font-size:17px!important}
  .home-solution-copy span{font-size:10.5px!important;line-height:1.35!important}
  .home-why-grid strong{font-size:13.5px!important}
  .home-why-grid p{font-size:10.5px!important;line-height:1.38!important}
  .home-service-card strong{font-size:20px!important}
  .home-service-card p{font-size:11.5px!important;line-height:1.48!important}
  .home-service-card span{font-size:11.5px!important}
  .home-order-steps strong{font-size:13.5px!important}
  .home-order-steps p{font-size:10.5px!important;line-height:1.4!important}
  .home-faq-grid summary{font-size:13.5px!important}
  .home-faq-grid p{font-size:11.5px!important}
  .home-consultation strong{font-size:22px!important}
  .home-consultation p{font-size:11.5px!important}
  .home-consultation a{font-size:11.5px!important}
}

@media (min-width:901px) and (max-width:1180px){
  .home-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .home-product-card{height:255px!important;min-height:255px!important}
}

/* v8 final compact: smaller full hero + compact readable popular products */
@media (min-width:901px){
  /* Hero is a ready CRM image. Show all of it, but don't let it dominate the screen. */
  .home-hero-banner{
    display:flex!important;
    justify-content:center!important;
    width:100%!important;
  }
  .home-hero-banner a{
    display:flex!important;
    justify-content:center!important;
    width:auto!important;
    max-width:100%!important;
    border-radius:22px!important;
    overflow:hidden!important;
  }
  .home-hero-banner img{
    display:block!important;
    width:auto!important;
    max-width:100%!important;
    height:auto!important;
    max-height:470px!important;
    aspect-ratio:auto!important;
    object-fit:contain!important;
    object-position:center!important;
  }

  /* Five clean compact cards. Fewer facts, readable type, almost no dead space. */
  .home-products-grid{
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:12px!important;
    align-items:stretch!important;
  }
  .home-product-card{
    position:relative!important;
    display:grid!important;
    grid-template-columns:39% minmax(0,61%)!important;
    grid-template-rows:auto 1fr auto!important;
    column-gap:10px!important;
    row-gap:0!important;
    width:auto!important;
    height:auto!important;
    min-height:220px!important;
    padding:11px!important;
    overflow:hidden!important;
    border-radius:17px!important;
  }
  .home-product-image{
    grid-column:1!important;
    grid-row:1 / 3!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    height:145px!important;
    margin:0!important;
    padding:7px 0!important;
  }
  .home-product-image img{
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    max-height:136px!important;
    object-fit:contain!important;
  }
  .home-product-body{
    display:contents!important;
  }
  .home-product-title{
    grid-column:2!important;
    grid-row:1!important;
    display:-webkit-box!important;
    margin:2px 0 0!important;
    min-height:0!important;
    max-height:none!important;
    overflow:hidden!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:3!important;
    font-size:14px!important;
    line-height:1.25!important;
    font-weight:850!important;
  }
  .home-product-specs{
    grid-column:2!important;
    grid-row:2!important;
    align-self:start!important;
    display:block!important;
    margin:7px 0 0!important;
    padding-left:13px!important;
    max-height:none!important;
    overflow:visible!important;
    color:#555d68!important;
    font-size:11px!important;
    line-height:1.33!important;
  }
  .home-product-specs li+li{margin-top:2px!important}
  .home-product-bottom{
    grid-column:1 / 3!important;
    grid-row:3!important;
    display:flex!important;
    align-items:flex-end!important;
    justify-content:space-between!important;
    gap:8px!important;
    margin-top:8px!important;
    padding-top:8px!important;
    border-top:1px solid #edf0f3!important;
  }
  .home-product-meta strong{
    font-size:21px!important;
    line-height:1!important;
  }
  .home-product-meta span{
    margin-top:4px!important;
    font-size:10px!important;
    line-height:1.1!important;
  }
  .home-product-buy{
    min-width:70px!important;
    height:33px!important;
    padding:0 10px!important;
    border-radius:9px!important;
    font-size:10.5px!important;
  }
  .home-product-badge{
    left:9px!important;
    top:9px!important;
    min-height:20px!important;
    padding:0 7px!important;
    font-size:8.5px!important;
  }
}

@media (min-width:901px) and (max-width:1180px){
  .home-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}

@media (max-width:900px){
  .home-hero-banner a{width:100%!important}
  .home-hero-banner img{
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    aspect-ratio:auto!important;
    object-fit:contain!important;
  }
  .home-product-title{
    font-size:15px!important;
    line-height:1.28!important;
  }
  .home-product-specs{
    font-size:12px!important;
    line-height:1.38!important;
  }
}

/* v9 recovery — correct compact product card grid + moderate hero */
@media (min-width:901px){
  /* Finished banner image: keep it complete and visually compact. */
  .home-hero-banner{
    display:flex!important;
    justify-content:center!important;
    width:100%!important;
  }
  .home-hero-banner a{
    display:block!important;
    width:min(100%,1180px)!important;
    max-width:1180px!important;
    height:auto!important;
    overflow:hidden!important;
    border-radius:22px!important;
  }
  .home-hero-banner img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    aspect-ratio:auto!important;
    object-fit:contain!important;
  }

  /* Popular products: wrapper itself owns the two-column layout. */
  .home-products-grid{
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:12px!important;
    align-items:start!important;
  }
  .home-product-card{
    display:flex!important;
    flex-direction:column!important;
    width:auto!important;
    min-width:0!important;
    height:auto!important;
    min-height:238px!important;
    padding:11px!important;
    overflow:hidden!important;
    border-radius:17px!important;
  }
  .home-product-top{
    display:grid!important;
    grid-template-columns:42% minmax(0,58%)!important;
    gap:10px!important;
    align-items:start!important;
    width:100%!important;
    min-width:0!important;
  }
  .home-product-image{
    grid-column:auto!important;
    grid-row:auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    height:155px!important;
    margin:0!important;
    padding:4px!important;
    overflow:hidden!important;
  }
  .home-product-image img{
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    max-height:148px!important;
    object-fit:contain!important;
  }
  .home-product-body{
    display:block!important;
    min-width:0!important;
    width:100%!important;
    padding:2px 0 0!important;
    overflow:visible!important;
  }
  .home-product-title{
    display:-webkit-box!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    max-height:none!important;
    overflow:hidden!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:3!important;
    font-size:13.5px!important;
    line-height:1.28!important;
    font-weight:850!important;
    word-break:normal!important;
    overflow-wrap:break-word!important;
  }
  .home-product-specs{
    display:block!important;
    width:100%!important;
    margin:8px 0 0!important;
    padding-left:14px!important;
    max-height:none!important;
    overflow:visible!important;
    color:#555d68!important;
    font-size:11.5px!important;
    line-height:1.38!important;
    word-break:normal!important;
    overflow-wrap:break-word!important;
  }
  .home-product-specs li{margin:0!important}
  .home-product-specs li+li{margin-top:4px!important}
  .home-product-bottom{
    display:flex!important;
    align-items:flex-end!important;
    justify-content:space-between!important;
    gap:8px!important;
    width:100%!important;
    margin-top:10px!important;
    padding-top:9px!important;
    border-top:1px solid #edf0f3!important;
  }
  .home-product-meta strong{
    font-size:22px!important;
    line-height:1!important;
  }
  .home-product-meta span{
    margin-top:4px!important;
    font-size:10.5px!important;
    line-height:1.15!important;
  }
  .home-product-buy{
    min-width:74px!important;
    height:35px!important;
    padding:0 12px!important;
    border-radius:10px!important;
    font-size:11px!important;
  }
}

@media (min-width:901px) and (max-width:1180px){
  .home-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}

@media (max-width:900px){
  .home-hero-banner a{width:100%!important;max-width:none!important}
  .home-hero-banner img{width:100%!important;height:auto!important;object-fit:contain!important}
}


/* v12 — one site grid: header / homepage / hero / footer */
@media (min-width:1024px){
  .home-page{
    padding-top:10px!important;
  }

  /* Same desktop container as the existing header/footer: max 1320px, 24px side gutters. */
  .home-wrap{
    width:calc(100% - 48px)!important;
    max-width:1320px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  /* Every homepage section follows the same edges. */
  .home-hero-banner,
  .home-benefits,
  .home-section,
  .home-service-grid,
  .home-order-section,
  .home-consultation{
    width:100%!important;
    max-width:none!important;
    margin-left:0!important;
    margin-right:0!important;
    box-sizing:border-box!important;
  }

  /* 4:1 hero standard. Current image is supplied pre-converted to 4:1 so no crop is needed. */
  .home-hero-banner{
    display:block!important;
    margin-top:0!important;
  }
  .home-hero-banner a{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    height:auto!important;
    aspect-ratio:4 / 1!important;
    overflow:hidden!important;
    border-radius:22px!important;
  }
  .home-hero-banner img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-height:none!important;
    aspect-ratio:4 / 1!important;
    object-fit:cover!important;
    object-position:center!important;
  }

  /* Keep section rhythm compact after bringing the hero upward. */
  .home-benefits{margin-top:12px!important}
  .home-section{margin-top:20px!important}
  .home-service-grid{margin-top:20px!important}
  .home-consultation{margin-top:20px!important}
}

@media (min-width:640px) and (max-width:1023px){
  .home-wrap{
    width:calc(100% - 24px)!important;
    max-width:1320px!important;
  }
}

@media (max-width:639px){
  .home-wrap{
    width:calc(100% - 16px)!important;
    max-width:none!important;
  }
}
