:root{--cola-navy:#07345f;--cola-blue:#0b5592;--cola-orange:#ff641f;--cola-cream:#f7f2e8;--cola-ink:#152535}
.cola-b2b{max-width:1240px;margin:0 auto;padding:38px 24px 80px;color:var(--cola-ink)}
.cola-b2b-hero{padding:72px clamp(24px,6vw,78px);border-radius:28px;background:linear-gradient(135deg,#062d54,#0b5d9c);color:#fff;box-shadow:0 24px 70px rgba(4,38,70,.18)}
.cola-b2b-hero>span,.cola-b2b-group header span,.cola-b2b-cta span{font-size:12px;font-weight:800;letter-spacing:.18em;color:#ff8a50}
.cola-b2b-hero h1{max-width:850px;margin:14px 0 18px;font-size:clamp(38px,5vw,68px);line-height:1.02;color:#fff}
.cola-b2b-hero p{max-width:760px;margin:0;font-size:18px;line-height:1.7;color:rgba(255,255,255,.82)}
.cola-b2b-hero-actions,.cola-b2b-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px;align-items:center}
.cola-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:999px;font-weight:800;text-decoration:none!important;transition:.2s ease}
.cola-btn-primary{background:var(--cola-orange);color:#fff!important}.cola-btn-primary:hover{background:#e94f0c;transform:translateY(-1px)}
.cola-btn-light{background:#fff;color:var(--cola-navy)!important}.cola-btn-outline{border:1px solid #cbd8e3;color:var(--cola-navy)!important;background:#fff}
.cola-b2b-group{padding:68px 0 0}.cola-b2b-group header{margin-bottom:24px}.cola-b2b-group h2{margin:8px 0 0;font-size:clamp(30px,4vw,44px);color:var(--cola-navy)}
.cola-b2b-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.cola-b2b-card{display:flex;flex-direction:column;min-height:300px;padding:28px;border:1px solid #dce4eb;border-radius:22px;background:#fff;box-shadow:0 12px 34px rgba(6,50,89,.07)}
.cola-b2b-icon,.cola-b2b-check{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#fff1e9;color:var(--cola-orange);font-weight:900}
.cola-b2b-card h3{margin:22px 0 10px;font-size:23px;line-height:1.15;color:var(--cola-navy)}.cola-b2b-card p{margin:0;color:#607080;line-height:1.65}
.cola-b2b-actions{margin-top:auto}.cola-text-link{font-weight:800;color:var(--cola-orange)!important;text-decoration:none!important}
.cola-b2b-cta{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-top:70px;padding:40px;border-radius:24px;background:var(--cola-cream)}.cola-b2b-cta h2{margin:8px 0;font-size:34px;color:var(--cola-navy)}.cola-b2b-cta p{margin:0;max-width:720px}
.cola-b2b-contact-list{max-width:800px;margin:48px auto;padding:36px;border-radius:22px;background:var(--cola-cream)}.cola-b2b-contact-list li{margin:12px 0}
.cola-b2b-results{margin:54px 0;padding:34px;border-radius:24px;background:#eef5fa}.cola-b2b-results h2{margin:8px 0;color:var(--cola-navy);font-size:36px}.cola-b2b-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:24px}.cola-b2b-product-card{display:flex;flex-direction:column;padding:20px;border-radius:18px;background:#fff}.cola-b2b-product-image{display:block;aspect-ratio:1/1;border-radius:13px;overflow:hidden;background:#f6f7f8}.cola-b2b-product-image img{width:100%;height:100%;object-fit:contain}.cola-b2b-product-card h3{margin:18px 0 8px;color:var(--cola-navy);font-size:22px}.cola-b2b-product-card p{color:#607080}.cola-b2b-product-card .cola-b2b-actions{margin-top:auto}
.cola-b2b-nav{position:relative;display:flex;align-items:center;gap:2px;list-style:none}.cola-b2b-nav>a{white-space:nowrap}.cola-b2b-toggle{border:0;background:transparent;color:inherit;padding:4px;cursor:pointer}.cola-b2b-nav>.sub-menu{position:absolute;z-index:9999;top:100%;left:0;display:none;min-width:270px;padding:10px!important;margin:0!important;border-radius:14px;background:#fff;box-shadow:0 18px 50px rgba(0,32,60,.2);list-style:none}.cola-b2b-nav:hover>.sub-menu,.cola-b2b-nav:focus-within>.sub-menu,.cola-b2b-nav.is-open>.sub-menu{display:block}.cola-b2b-nav>.sub-menu a{display:block;padding:11px 14px;color:var(--cola-navy)!important;text-decoration:none!important;border-radius:9px}.cola-b2b-nav>.sub-menu a:hover{background:#fff1e9;color:var(--cola-orange)!important}
.cola-b2b-product-actions{display:flex;gap:12px;flex-wrap:wrap;margin:22px 0}.cola-b2b-mode{flex-basis:100%;padding:13px 16px;border-radius:12px;background:#fff1e9;color:#713516;font-weight:700}.cola-b2b-view .price,.cola-b2b-view form.cart,.cola-b2b-view .single_add_to_cart_button{display:none!important}
@media(max-width:900px){.cola-b2b-grid,.cola-b2b-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cola-b2b-nav>.sub-menu{position:static;box-shadow:none;margin-top:8px!important}.cola-b2b-cta{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.cola-b2b{padding:18px 15px 56px}.cola-b2b-hero{padding:42px 22px;border-radius:20px}.cola-b2b-hero h1{font-size:38px}.cola-b2b-hero p{font-size:16px}.cola-b2b-grid,.cola-b2b-product-grid{grid-template-columns:1fr}.cola-b2b-card{min-height:0;padding:22px}.cola-b2b-results{padding:22px}.cola-b2b-hero-actions .cola-btn,.cola-b2b-actions .cola-btn{width:100%}.cola-b2b-cta{padding:26px}.cola-b2b-nav{flex-wrap:wrap}.cola-b2b-nav>.sub-menu{flex-basis:100%;width:100%}}
