*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;overflow-x:hidden;font-family:Arial,Helvetica,sans-serif;color:#172033;background:#f5f8fc}.container{width:min(1220px,92%);margin:auto}.header{position:sticky;top:0;z-index:1000;background:#0b2348;color:#fff;border-bottom:4px solid #f7b900}.nav{min-height:78px;display:flex;align-items:center;gap:28px}.logo{display:flex;flex-direction:column;line-height:.9;color:#fff;text-decoration:none;font-size:34px;font-weight:900;letter-spacing:-1px}.logo span{color:#fff}.logo small{font-size:10px;letter-spacing:1.1px;margin-top:7px;font-weight:800}.nav nav{margin-left:auto;display:flex;gap:26px}.nav nav a{color:#fff;text-decoration:none;font-weight:700}.nav-actions{display:flex;align-items:center;gap:9px}.auth-button{border:1px solid #5e7393;border-radius:8px;padding:10px 12px;background:#17345f;color:#fff;font-weight:800;cursor:pointer;max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.phone,.btn,.cart-button{background:#f7b900;color:#0b2348!important;padding:12px 16px;border-radius:8px;font-weight:900;text-decoration:none}.cart-button{border:0;cursor:pointer}.cart-button span{display:inline-grid;place-items:center;min-width:22px;height:22px;border-radius:99px;background:#0b2348;color:#fff;font-size:12px;margin-left:4px}.hero{min-height:610px;background:linear-gradient(90deg,rgba(7,34,74,.9),rgba(7,34,74,.28)),url('bud-cover.png') center/cover no-repeat;color:#fff}.hero-inner{min-height:610px;display:flex;align-items:center}.hero-inner>div{max-width:650px}.eyebrow{color:#f7b900;font-weight:900;letter-spacing:2px}.hero h1{font-size:clamp(48px,7vw,86px);line-height:.95;margin:18px 0}.hero p{font-size:20px;line-height:1.5;max-width:600px}.section{padding:72px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px}.section h2{font-size:42px;line-height:1.05;margin:12px 0}.eyebrow.dark{color:#0b4b91}.status{font-weight:800;color:#49627f}.toolbar{display:flex;flex-direction:column;gap:16px;margin:28px 0}.search-results{width:100%}.search-results .products{margin-top:0}.categories{width:100%}.toolbar input{padding:14px 16px;width:340px;max-width:100%;border:1px solid #d6e0ec;border-radius:10px;background:#fff;font-size:15px}.categories{display:block}.cat{padding:10px 15px;border:1px solid #cdd9e7;border-radius:999px;background:#fff;color:#17345f;cursor:pointer;font-weight:700}.cat.active{background:#0b4b91;color:#fff;border-color:#0b4b91}.category-all{margin-bottom:14px}.category-group{background:#fff;border:1px solid #dce5ee;border-radius:12px;padding:12px 14px;margin-bottom:10px}.category-group-title{font-size:15px;font-weight:900;color:#0b2348;margin-bottom:9px;display:flex;align-items:center;gap:7px}.category-group-title span{font-size:11px;background:#eef3f8;color:#49627f;border-radius:999px;padding:3px 7px}.category-group-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.category-group .cat{font-size:13px;padding:0;text-align:left;overflow:hidden}.category-card{display:flex;flex-direction:column;min-height:180px;border-radius:12px;transition:.15s}.category-card-image{display:block;height:120px;background:#eef3f8;overflow:hidden;border-bottom:1px solid #e3eaf2}.category-card-image img{width:100%;height:100%;object-fit:cover;display:block}.category-card-image.missing{display:grid;place-items:center}.category-card-image.missing:after{content:"BUD";font-size:22px;font-weight:900;color:#f7b900}.category-card-name{display:block;padding:10px 11px 11px;line-height:1.25;color:#17345f}.category-card.active .category-card-name{color:#fff}.category-card.active .category-card-image{border-bottom-color:rgba(255,255,255,.18)}.category-group .cat.active{background:#0b4b91;color:#fff}@media(max-width:1000px){.category-group-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:750px){.category-group-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.category-group-list{grid-template-columns:1fr}.category-group .cat{text-align:left}}
.products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{background:#fff;border:1px solid #e1e8f0;border-radius:12px;overflow:hidden;box-shadow:0 6px 22px rgba(11,35,72,.07);transition:.2s}.card:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(11,35,72,.12)}.card-image{height:230px;background:#eef3f8}.card-image img{width:100%;height:100%;object-fit:contain}.no-image{height:100%;display:grid;place-items:center;background:#0b4b91;color:#f7b900;font-size:28px;font-weight:900}.card-body{padding:17px}.card-cat{font-size:12px;color:#6d7e92;text-transform:uppercase;font-weight:800}.card h3{font-size:17px;line-height:1.25;min-height:44px}.card-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.card-row strong{font-size:19px;color:#0b2348}.stock{color:#18864b;font-size:12px;font-weight:800}.out{color:#b42318;font-size:12px;font-weight:800}.product-actions{display:flex;gap:8px;margin-top:12px}.details,.add-cart{width:100%;padding:11px;border-radius:8px;font-weight:900;cursor:pointer}.details{border:1px solid #d4dfeb;background:#fff;color:#0b4b91}.add-cart{border:0;background:#f7b900;color:#0b2348}.add-cart:disabled{opacity:.5;cursor:not-allowed}.about{background:#0b2348;color:#fff}.about p{max-width:780px;line-height:1.7;color:#d8e3f2}.about h2{max-width:850px}footer{background:#06172f;color:#aebdd0;padding:34px 0;border-top:4px solid #f7b900}.footer-inner{display:flex;justify-content:space-between;gap:30px}.legal-name{margin-top:14px;font-weight:800;line-height:1.45;color:#d8e3f2}.contact-list{display:grid;gap:7px}.contact-list a{color:inherit;text-decoration:none}.contact-list a:hover{text-decoration:underline}.hidden{display:none!important}.modal{position:fixed;inset:0;z-index:9999;background:rgba(3,17,37,.7);display:flex;align-items:center;justify-content:center;padding:18px;overflow:auto}.modal-card{position:relative;width:min(760px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:14px;padding:28px;box-shadow:0 20px 60px rgba(0,0,0,.35)}.close{position:absolute;right:12px;top:8px;border:0;background:transparent;font-size:34px;line-height:1;cursor:pointer;color:#64748b}.modal-image{height:280px;background:#eef3f8;border-radius:10px;display:grid;place-items:center;overflow:hidden;margin-bottom:16px}.modal-image img{width:100%;height:100%;object-fit:contain}.empty{padding:25px;text-align:center;color:#718096;grid-column:1/-1}.modal .btn:disabled{opacity:.5}.cart-card{max-width:760px}.cart-item{display:grid;grid-template-columns:58px 1fr auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid #e8edf3}.cart-thumb{width:58px;height:58px;border-radius:8px;background:#eef3f8;display:grid;place-items:center;font-size:10px;font-weight:800;overflow:hidden}.cart-thumb img{width:100%;height:100%;object-fit:contain}.cart-info{display:flex;flex-direction:column;gap:4px}.cart-info>span{color:#56677d}.qty{display:flex;align-items:center;gap:6px;margin-top:4px}.qty button{border:1px solid #d7e0ea;background:#fff;border-radius:6px;padding:4px 9px;cursor:pointer}.qty .remove{border:0;color:#a00;background:transparent;margin-left:6px}.cart-total{font-size:20px;font-weight:900;text-align:right;padding:18px 0;color:#0b2348}.order-form{display:flex;flex-direction:column;gap:9px;border-top:1px solid #e8edf3;padding-top:15px}.order-form input,.order-form textarea,.auth-form input{width:100%;padding:12px;border:1px solid #d6e0ec;border-radius:8px;font:inherit}.order-message{min-height:20px;color:#56677d}.order-submit{border:0;cursor:pointer}.payment-box{border:1px solid #dce5ee;border-radius:10px;padding:12px;margin-top:2px;background:#f7f9fc}.payment-title{font-weight:800;margin-bottom:8px}.payment-option{display:flex;gap:9px;align-items:flex-start;padding:9px 0;border-top:1px solid #e8edf3;cursor:pointer}.payment-option:first-of-type{border-top:0}.payment-option span{display:flex;flex-direction:column;gap:2px}.payment-option small{color:#667085;font-size:12px}.auth-card{max-width:520px}.auth-form{display:flex;flex-direction:column;gap:10px}.auth-hint{color:#667085;line-height:1.45}.auth-switch{display:flex;justify-content:center;margin-top:14px}.auth-switch button{border:0;background:transparent;color:#0b4b91;font-weight:800;cursor:pointer}.auth-logout{width:100%;margin-top:10px;padding:11px;border:1px solid #ddd;border-radius:8px;background:#fff;color:#a00;font-weight:800;cursor:pointer}.cart-top-actions{display:flex;justify-content:flex-end;margin:-6px 0 14px}.history-button{border:1px solid #d9e2ec;background:#fff;border-radius:10px;padding:9px 13px;cursor:pointer;font-weight:700}.history-card{max-width:620px}.history-hint{font-size:14px;color:#667085;margin:-6px 0 16px;line-height:1.45}.history-item{border:1px solid #e5e7eb;border-radius:12px;padding:14px;margin:10px 0;background:#fff}.history-row{display:flex;justify-content:space-between;gap:16px;align-items:center;margin:5px 0}.history-date{font-size:13px;color:#667085}.history-status{font-weight:700}.status-new{color:#b45309}.status-processing{color:#7c3aed}.status-confirmed{color:#2563eb}.status-shipped{color:#0891b2}.status-completed{color:#16a34a}.status-cancelled{color:#dc2626}.history-products{margin:12px 0;border-top:1px solid #eef0f2;border-bottom:1px solid #eef0f2;padding:9px 0}.history-products-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#667085;margin-bottom:6px}.history-product{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:8px 0}.history-product-main{display:flex;flex-direction:column;gap:2px;min-width:0}.history-product-main b{font-size:15px;white-space:normal;overflow-wrap:anywhere}.history-product-main span{font-size:13px;color:#667085}.history-product-price{font-weight:700;white-space:nowrap}.history-products-empty{font-size:13px;color:#98a2b3;padding:10px 0}@media(max-width:1000px){.products{grid-template-columns:repeat(3,1fr)}.nav nav{display:none}}@media(max-width:750px){.products{grid-template-columns:repeat(2,1fr)}.nav-actions .phone{display:none}.section h2{font-size:34px}.hero{min-height:520px}.hero-inner{min-height:520px}}@media(max-width:560px){.products{grid-template-columns:1fr}.footer-inner{display:block}.nav{min-height:68px}.logo{font-size:29px}.auth-button{max-width:120px;font-size:11px;padding:8px}.cart-button{padding:9px 10px}.hero h1{font-size:52px}.hero p{font-size:17px}.section{padding:52px 0}.cart-item{grid-template-columns:50px 1fr}.cart-item>strong{grid-column:2}.product-actions{flex-direction:column}.modal{padding:8px}.modal-card{padding:20px 16px;max-height:96vh}.modal-image{height:210px}}

.catalog-panel.hidden{display:none}.catalog-panel{animation:catalogOpen .22s ease-out}@keyframes catalogOpen{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
.category-prompt{grid-column:1/-1;background:#fff;border:1px dashed #b9c8d9;border-radius:12px;padding:24px;text-align:center;color:#49627f;font-weight:800}
.category-group-list .cat{transition:.15s}
.category-group-list .cat:hover{transform:translateY(-1px);border-color:#0b4b91}
/* BUDUN updated landing page */
.logo img{width:104px;height:66px;object-fit:contain;display:block}.home-hero{position:relative;min-height:640px;overflow:hidden;background:#071d3b;color:#fff}.home-hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,27,57,.96) 0%,rgba(5,27,57,.82) 42%,rgba(5,27,57,.22) 100%),url('hero-bg.jpg') center/cover no-repeat}.home-hero-inner{position:relative;z-index:1;min-height:640px;display:flex;flex-direction:column;justify-content:center;padding:70px 0 34px}.home-hero-copy{max-width:760px}.home-hero h1{font-size:clamp(48px,6vw,78px);line-height:1.02;margin:16px 0}.home-hero p{font-size:20px;line-height:1.55;max-width:650px;color:#e5edf8}.hero-actions{display:flex;gap:14px;align-items:center;margin-top:28px}.hero-link{color:#fff;text-decoration:none;font-weight:800;padding:12px 4px}.hero-badges{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:54px;max-width:920px}.hero-badges>div{padding:18px 20px;border:1px solid rgba(255,255,255,.18);background:rgba(3,20,42,.46);backdrop-filter:blur(5px);border-radius:12px}.hero-badges b,.hero-badges span{display:block}.hero-badges b{font-size:15px}.hero-badges span{font-size:13px;color:#cbd7e6;margin-top:6px}.home-section-head{margin-bottom:26px}.outline-btn{display:inline-block;border:1px solid #0b4b91;border-radius:9px;padding:11px 16px;color:#0b4b91;text-decoration:none;font-weight:800}.home-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.home-category{background:#fff;border:1px solid #dce5ee;border-radius:14px;overflow:hidden;text-decoration:none;color:#17345f;box-shadow:0 5px 18px rgba(11,35,72,.06);transition:.18s}.home-category:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(11,35,72,.12)}.home-category img{width:100%;height:160px;object-fit:cover;display:block;background:#eef3f8}.home-category b,.home-category span{display:block}.home-category b{padding:13px 14px 4px;font-size:15px}.home-category span{padding:0 14px 15px;font-size:12px;color:#52708f;font-weight:800}.home-about{background:#0b2348;color:#fff}.two-col{display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:center}.home-about h2{font-size:44px;max-width:720px;margin:12px 0}.home-about p{font-size:18px;line-height:1.7;color:#d6e1ef;max-width:760px;margin-bottom:25px}.about-points{display:grid;gap:12px}.about-points div{display:flex;gap:15px;align-items:center;border:1px solid rgba(255,255,255,.16);border-radius:12px;padding:18px}.about-points strong{font-size:24px;color:#f7b900}.about-points span{font-weight:800}.benefit-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:26px}.benefit-grid div{background:#fff;border:1px solid #dce5ee;border-radius:12px;padding:22px 16px;min-height:110px}.benefit-grid b,.benefit-grid span{display:block}.benefit-grid b{color:#0b2348}.benefit-grid span{font-size:13px;color:#66778b;margin-top:7px;line-height:1.4}.contacts{background:#fff}.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:25px}.contact-cards>div{background:#f7f9fc;border:1px solid #dce5ee;border-radius:14px;padding:22px}.contact-cards b{display:block;color:#0b2348;font-size:18px;margin-bottom:10px}.contact-cards a,.contact-cards span{display:block;color:#435d78;text-decoration:none;line-height:1.6}.requisites{background:#eef3f8}.requisites-box{background:#fff;border:1px solid #dce5ee;border-radius:16px;padding:30px;display:grid;grid-template-columns:.8fr 1.2fr;gap:35px}.requisites h2{margin:10px 0 0;font-size:34px}.requisites-list{display:grid;gap:10px}.requisites-list div{display:grid;grid-template-columns:180px 1fr;gap:15px;padding:13px 0;border-bottom:1px solid #edf1f5}.requisites-list span{color:#687a8e}.requisites-list b{color:#17345f}.newsletter{background:#0b2348;color:#fff;padding:28px 0;border-top:4px solid #f7b900}.newsletter-inner{display:flex;justify-content:space-between;align-items:center;gap:25px}.newsletter-inner b,.newsletter-inner span{display:block}.newsletter-inner b{font-size:20px}.newsletter-inner span{color:#c9d6e5;margin-top:5px}.newsletter form{display:flex;gap:8px}.newsletter input{width:min(340px,45vw);padding:13px 14px;border:0;border-radius:8px;font:inherit}.catalog{background:#f5f8fc}.catalog-panel.hidden{display:none}.catalog-panel{margin-top:20px}
@media(max-width:1000px){.home-category-grid{grid-template-columns:repeat(3,1fr)}.benefit-grid{grid-template-columns:repeat(3,1fr)}.contact-cards{grid-template-columns:1fr 1fr}.two-col{grid-template-columns:1fr}.requisites-box{grid-template-columns:1fr}.hero-badges{grid-template-columns:1fr 1fr}}
@media(max-width:750px){.home-hero,.home-hero-inner{min-height:570px}.home-category-grid{grid-template-columns:repeat(2,1fr)}.benefit-grid{grid-template-columns:repeat(2,1fr)}.contact-cards{grid-template-columns:1fr}.hero-badges{grid-template-columns:1fr}.newsletter-inner{display:block}.newsletter form{margin-top:15px}.newsletter input{width:100%}.home-about h2{font-size:36px}}
@media(max-width:560px){.home-category-grid{grid-template-columns:1fr}.benefit-grid{grid-template-columns:1fr}.requisites-list div{grid-template-columns:1fr}.hero-actions{flex-direction:column;align-items:flex-start}.home-hero h1{font-size:48px}.nav{gap:12px}.logo img{width:82px;height:58px}}

.main-cover{position:relative;width:100%;background:#071d3b;overflow:hidden;border-bottom:4px solid #f7b900}.main-cover img{display:block;width:100% !important;max-width:none !important;height:auto !important;object-fit:fill;object-position:center top;margin:0;padding:0}.main-cover-actions{position:absolute;left:50%;bottom:28px;transform:translateX(-50%);display:flex;gap:12px;align-items:center;padding:10px 14px;background:rgba(3,20,42,.72);backdrop-filter:blur(6px);border-radius:12px;box-shadow:0 8px 28px rgba(0,0,0,.22)}.cover-contact{color:#fff;text-decoration:none;font-weight:800;padding:12px 8px}.main-cover .btn{white-space:nowrap}@media(max-width:700px){.main-cover img{max-height:none}.main-cover-actions{bottom:12px;flex-direction:column;gap:3px;padding:7px 10px}.cover-contact{font-size:13px;padding:5px}.main-cover .btn{font-size:13px;padding:10px 13px}}
/* BUDUN full-width main cover — matches the approved homepage design */
.main-cover{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background:#071d3b;}
.main-cover img{width:100vw!important;max-width:none!important;height:auto!important;display:block;object-fit:cover;}

/* BUD logo from official 2026 catalogue cover */
.header .logo { display:flex; align-items:center; width:auto; height:72px; overflow:hidden; }
.header .logo img { display:block; width:116px; height:auto; max-height:68px; object-fit:contain; }
.footer .logo img { display:block; width:116px; height:auto; max-height:68px; object-fit:contain; }

/* Header logo: original 2026 catalogue logo with company name underneath */
.header .logo-header { align-items:flex-start; justify-content:center; width:245px; height:auto; min-height:78px; gap:2px; overflow:visible; }
.header .logo-header img { width:116px; height:auto; max-height:68px; object-fit:contain; }
.header .logo-company { display:block; color:#fff; font-size:13px; line-height:1.1; font-weight:900; letter-spacing:.15px; white-space:nowrap; margin-top:-1px; }
@media(max-width:750px){ .header .logo-header{width:170px; min-height:70px;} .header .logo-header img{width:92px; max-height:54px;} .header .logo-company{font-size:10px;} }
/* Final homepage cover: full-width visual with functional invisible CTA hotspots */
.main-cover{position:relative;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);overflow:hidden;background:#071d3b;border-bottom:4px solid #f7b900}
.main-cover>img{display:block;width:100%!important;height:auto!important;max-width:none!important;object-fit:cover}
.main-cover .cover-hotspot{position:absolute;z-index:3}
.main-cover .cover-hotspot a{display:block;width:100%;height:100%;text-decoration:none}
.main-cover .catalog-hotspot{left:3.1%;top:58.2%;width:15.0%;height:6.8%}
.main-cover .contact-hotspot{left:18.7%;top:58.2%;width:13.5%;height:6.8%}
@media(max-width:700px){
 .main-cover .catalog-hotspot{left:5%;top:58%;width:28%;height:7%}
 .main-cover .contact-hotspot{left:34%;top:58%;width:29%;height:7%}
}

/* Final BUDUN header polish */
.header .nav{align-items:center;}
.header .logo-header img{width:116px;height:68px;object-fit:contain;object-position:center;}
.header .logo-company{font-size:13px;line-height:1.15;font-weight:900;white-space:nowrap;text-align:left;}
.main-cover{width:100%;margin-left:0;margin-right:0;}
.main-cover img{width:100%;height:auto;display:block;}

/* Final header logo: transparent original BUD logo from 2026 catalogue */
.header .logo-header{width:245px;min-height:88px;align-items:flex-start;justify-content:flex-start;gap:0;overflow:visible;}
.header .logo-header img{width:116px;height:68px;object-fit:contain;object-position:left center;}
.header .logo-company{font-size:13px;line-height:1.15;font-weight:900;color:#fff;white-space:nowrap;text-align:left;margin-top:1px;}
@media(max-width:750px){.header .logo-header{width:170px;min-height:74px}.header .logo-header img{width:92px;height:54px}.header .logo-company{font-size:10px}}
