
.maz-header{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif}
.maz-header .maz-topbar{background:var(--bosch-hero-dark1);color:#c9d1de;font-size:12.5px;min-height:38px;border-bottom:1px solid rgba(255,255,255,.05)}
.maz-header .maz-topbar-inner{display:flex;align-items:center;justify-content:space-between;min-height:38px;gap:16px}
.maz-header .maz-topbar-links{display:flex;gap:0;margin:0;padding:0;list-style:none}
.maz-header .maz-topbar-links li{display:flex;align-items:center}
.maz-header .maz-topbar-links li+li::before{content:'';display:inline-block;width:1px;height:12px;background:rgba(255,255,255,.14);margin:0 14px}
.maz-header .maz-topbar-links a{color:#c9d1de;text-decoration:none;font-weight:400;font-size:12.5px;transition:color .15s}
.maz-header .maz-topbar-links a:hover{color:#fff}
.maz-header .maz-topbar-promo{display:flex;align-items:center;gap:14px}
.maz-header .promo-pill{display:inline-flex;align-items:center;gap:7px;background:rgba(232,82,48,.16);color:#ffb39c;padding:4px 11px;border-radius:999px;font-weight:600;font-size:12px}
.maz-header .promo-dot{width:6px;height:6px;border-radius:50%;background:var(--bosch-primary);animation:mazPulse 1.6s infinite}
@keyframes mazPulse{0%{box-shadow:0 0 0 0 rgba(232,82,48,.5)}70%{box-shadow:0 0 0 6px rgba(232,82,48,0)}100%{box-shadow:0 0 0 0 rgba(232,82,48,0)}}
.maz-header .promo-code{color:#c9d1de;font-size:12.5px}
.maz-header .promo-code strong{color:#fff;letter-spacing:.5px}
.maz-header .locale{display:inline-flex;align-items:center;background:rgba(255,255,255,.06);border-radius:999px;padding:3px 4px}
.maz-header .locale-btn{background:transparent;border:0;color:#e4e8ef;display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;cursor:pointer;font-size:12px;font-weight:600;letter-spacing:.3px}
.maz-header .locale-btn:hover{background:rgba(255,255,255,.08);color:#fff}
.maz-header .locale-btn svg{display:inline-block;border-radius:2px}
.maz-header .locale-sep{width:1px;height:14px;background:rgba(255,255,255,.14)}
.maz-header .maz-upper{background:#fff;border-bottom:1px solid #eef0f4;padding:18px 0}
.maz-header .maz-upper-inner{display:grid;grid-template-columns:auto 1fr auto;gap:32px;align-items:center}
.maz-header .maz-logo img{max-height:56px;width:auto;display:block}
.maz-header .maz-search{max-width:720px;width:100%;margin:0 auto;position:relative}
.maz-header .maz-search-tabs{display:inline-flex;gap:0;background:#f5f6f9;border-radius:8px 8px 0 0;padding:4px 4px 0;margin-bottom:-4px;position:relative;z-index:2}
.maz-header .maz-search-tabs button{background:transparent;border:0;cursor:pointer;padding:7px 16px;font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:#4a5366;border-radius:6px 6px 0 0;transition:background .15s,color .15s}
.maz-header .maz-search-tabs button.active{background:#fff;color:var(--bosch-primary);box-shadow:0 -2px 8px rgba(0,0,0,.04)}
.maz-header .maz-search-form{position:relative;display:flex;align-items:center;background:#f5f6f9;border:1.5px solid transparent;border-radius:10px;border-top-left-radius:0;transition:border-color .15s,background .15s}
.maz-header .maz-search-form:focus-within{background:#fff;border-color:var(--bosch-primary);box-shadow:0 4px 16px rgba(232,82,48,.08)}
.maz-header .maz-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);font-size:16px;color:#8993a4;pointer-events:none}
.maz-header .maz-search-form input[type="search"]{flex:1;min-width:0;border:0;background:transparent;height:46px;padding:0 16px 0 44px;font-size:14.5px;color:#1a1a1a;outline:0}
.maz-header .maz-search-form input::placeholder{color:#8993a4}
.maz-header .maz-search-form button[type="submit"]{height:38px;margin:4px;padding:0 22px;background:var(--bosch-primary);color:#fff;border:0;border-radius:7px;font-weight:600;font-size:13.5px;letter-spacing:.3px;cursor:pointer;transition:background .15s}
.maz-header .maz-search-form button[type="submit"]:hover{background:#d04220}
.maz-header .maz-actions{display:flex;align-items:center;gap:6px;margin:0;padding:0;list-style:none}
.maz-header .maz-actions li{margin:0;padding:0}
.maz-header .maz-action{position:relative;display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;color:#1a1a1a;text-decoration:none;transition:background .15s}
.maz-header .maz-action:hover{background:#f5f6f9}
.maz-header .maz-action i{font-size:22px;color:#1a1a1a;line-height:1}
.maz-header .maz-action-label{font-size:12.5px;color:#4a5366;font-weight:500;display:none}
@media(min-width:1100px){.maz-header .maz-action-label{display:inline}}
.maz-header .maz-badge{position:absolute;top:2px;right:2px;min-width:18px;height:18px;padding:0 5px;background:var(--bosch-primary);color:#fff;border:2px solid #fff;border-radius:999px;font-size:10px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;line-height:1;transition:transform .25s cubic-bezier(.34,1.56,.64,1)}
.maz-header .maz-badge-hidden{display:none !important}
.maz-header .maz-badge.maz-badge-bump{transform:scale(1.4)}
.maz-header .maz-account{margin-left:4px;padding:6px 14px 6px 12px;border-left:1px solid #eef0f4;border-radius:0 8px 8px 0}
.maz-header .maz-account:hover{background:transparent;color:var(--bosch-primary)}
.maz-header .maz-account i{font-size:24px;color:#4a5366}
.maz-header .maz-account-text{display:none;line-height:1.15}
@media(min-width:900px){.maz-header .maz-account-text{display:block}}
.maz-header .maz-account-text small{display:block;font-size:11px;color:#8993a4;font-weight:400}
.maz-header .maz-account-text strong{display:block;font-size:13.5px;color:#1a1a1a;font-weight:600}
.maz-header .maz-account:hover .maz-account-text strong{color:var(--bosch-primary)}
.maz-header .maz-nav{background:#fff;border-bottom:1px solid #eef0f4;box-shadow:0 2px 0 rgba(0,0,0,.02)}
.maz-header .maz-nav-row{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:56px}
.maz-header .maz-nav-menu{flex:1}
.maz-header .maz-nav-list{display:flex;align-items:center;flex-wrap:wrap;gap:0;margin:0;padding:0;list-style:none}
.maz-header .maz-nav-list>li{position:relative;margin:0;padding:0}
.maz-header .maz-nav-list>li>a{display:inline-flex;align-items:center;gap:6px;padding:18px;color:#1a1a1a;background:transparent;text-decoration:none;font-size:13.5px;font-weight:600;letter-spacing:.3px;text-transform:uppercase;transition:color .15s;position:relative;line-height:1}
.maz-header .maz-nav-list>li>a::after{content:'';position:absolute;left:18px;right:18px;bottom:10px;height:2px;background:var(--bosch-primary);transform:scaleX(0);transform-origin:left;transition:transform .2s}
.maz-header .maz-nav-list>li:hover>a{color:var(--bosch-primary)}
.maz-header .maz-nav-list>li:hover>a::after{transform:scaleX(1)}
.maz-header .maz-nav-list .caret{opacity:.6;transition:transform .2s}
.maz-header .maz-nav-list>li:hover .caret{transform:rotate(180deg)}
.maz-header .maz-nav-list .maz-dropdown{position:absolute;top:100%;left:8px;min-width:220px;background:#fff;border:1px solid #eef0f4;border-radius:10px;box-shadow:0 12px 32px rgba(15,24,37,.08);padding:8px 0;margin:0;list-style:none;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .15s,transform .15s,visibility .15s;z-index:100}
.maz-header .maz-nav-list>li:hover .maz-dropdown{opacity:1;visibility:visible;transform:translateY(0)}
.maz-header .maz-nav-list .maz-dropdown li{margin:0}
.maz-header .maz-nav-list .maz-dropdown a{display:block;padding:9px 16px;color:#1a1a1a;text-decoration:none;font-size:13px;font-weight:500;text-transform:none;letter-spacing:0}
.maz-header .maz-nav-list .maz-dropdown a:hover{background:#f5f6f9;color:var(--bosch-primary)}
.maz-header .maz-phone{display:inline-flex;align-items:center;gap:10px;padding:8px 16px;background:linear-gradient(135deg,var(--bosch-primary) 0%,#d04220 100%);color:#fff !important;border-radius:10px;text-decoration:none;box-shadow:0 4px 12px rgba(232,82,48,.25);transition:transform .15s,box-shadow .15s}
.maz-header .maz-phone:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(232,82,48,.35)}
.maz-header .maz-phone-icon{width:36px;height:36px;background:rgba(255,255,255,.18);border-radius:50%;display:inline-flex;align-items:center;justify-content:center}
.maz-header .maz-phone-icon i{font-size:16px;color:#fff}
.maz-header .maz-phone-info{display:flex;flex-direction:column;line-height:1.15}
.maz-header .maz-phone-info small{font-size:11px;opacity:.85;font-weight:400}
.maz-header .maz-phone-info strong{font-size:14.5px;font-weight:700;letter-spacing:.3px}
@media(max-width:991px){.maz-header .maz-topbar-promo{display:none}.maz-header .maz-actions .maz-action-label,.maz-header .maz-actions .maz-account-text{display:none}.maz-header .maz-account{border-left:0;padding:8px 12px}}
@media(max-width:767px){.maz-header .maz-topbar{display:none}.maz-header .maz-upper{padding:12px 0}.maz-header .maz-upper-inner{grid-template-columns:auto auto}.maz-header .maz-search{order:3;grid-column:1/-1;max-width:100%;margin-top:10px}.maz-header .maz-search-form button[type="submit"]{padding:0 14px;font-size:0;width:38px}.maz-header .maz-search-form button[type="submit"]::before{content:'\1F50D';font-size:16px}.maz-header .maz-nav-menu{display:none}.maz-header .maz-phone-info{display:none}.maz-header .maz-phone{padding:8px}}

/* ===== FOOTER ===== */
.maz-footer{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;color:#c9d1de;background:var(--bosch-hero-dark1);margin-top:60px}
.maz-footer-strip{background:#1a2435;border-bottom:1px solid rgba(255,255,255,.05)}
.maz-footer-strip-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 0;flex-wrap:wrap}
.maz-strip-item{display:flex;align-items:center;gap:12px;flex:1;min-width:200px}
.maz-strip-icon{width:42px;height:42px;border-radius:50%;background:rgba(232,82,48,.15);color:var(--bosch-primary);display:inline-flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}
.maz-strip-icon svg{color:var(--bosch-primary)}
.maz-strip-text strong{display:block;color:#fff;font-size:14px;font-weight:600;line-height:1.3}
.maz-strip-text small{display:block;color:#8993a4;font-size:12px;margin-top:2px}
.maz-strip-divider{width:1px;height:36px;background:rgba(255,255,255,.08)}
@media(max-width:767px){.maz-strip-divider{display:none}.maz-footer-strip-inner{gap:18px}}

.maz-footer-main{padding:50px 0 30px}
.maz-footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.3fr;gap:40px}
@media(max-width:991px){.maz-footer-grid{grid-template-columns:1fr 1fr;gap:32px}}
@media(max-width:560px){.maz-footer-grid{grid-template-columns:1fr;gap:28px}}
.maz-footer-col h6{color:#fff;font-size:14px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;margin:0 0 18px;padding-bottom:12px;position:relative}
.maz-footer-col h6::after{content:'';position:absolute;left:0;bottom:0;width:32px;height:2px;background:var(--bosch-primary);border-radius:2px}
.maz-footer-col ul{margin:0;padding:0;list-style:none}
.maz-footer-col ul li{margin:0 0 10px}
.maz-footer-col ul li a{color:#c9d1de;text-decoration:none;font-size:13.5px;transition:color .15s,padding .15s}
.maz-footer-col ul li a:hover{color:#fff;padding-left:4px}
.maz-footer-brand p{color:#c9d1de;font-size:13.5px;line-height:1.6;margin:14px 0 22px;max-width:340px}
.maz-footer-logo img{max-height:48px;width:auto;display:block;filter:brightness(0) invert(1)}
.maz-footer-social{display:flex;gap:10px;flex-wrap:wrap}
.maz-footer-social a{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.06);color:#c9d1de;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:background .15s,color .15s,transform .15s}
.maz-footer-social a:hover{background:var(--bosch-primary);color:#fff;transform:translateY(-2px)}
.maz-footer-social i{font-size:15px;color:inherit}
.maz-footer-contact-list{margin:0;padding:0;list-style:none}
.maz-footer-contact-list li{display:flex;align-items:flex-start;gap:12px;margin:0 0 14px}
.maz-footer-contact-list li .maz-contact-icon{width:32px;height:32px;border-radius:6px;background:rgba(232,82,48,.12);color:var(--bosch-primary);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.maz-footer-contact-list small{display:block;color:#8993a4;font-size:11px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px}
.maz-footer-contact-list a,.maz-footer-contact-list span{color:#fff;font-size:13.5px;font-weight:500;text-decoration:none;line-height:1.45}
.maz-footer-contact-list a:hover{color:var(--bosch-primary)}

.maz-footer-bottom{background:#0a121d;padding:18px 0;border-top:1px solid rgba(255,255,255,.05)}
.maz-footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.maz-copy{margin:0;font-size:12.5px;color:#8993a4}
.maz-footer-pay{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.maz-footer-pay span{font-size:12px;color:#8993a4;margin-right:4px}
.maz-footer-pay img{height:22px;width:auto;opacity:.85;transition:opacity .15s;background:#fff;padding:3px 6px;border-radius:4px}
.maz-footer-pay img:hover{opacity:1}
.maz-footer-legal{display:flex;gap:0;margin:0;padding:0;list-style:none}
.maz-footer-legal li{display:flex;align-items:center}
.maz-footer-legal li+li::before{content:'·';color:#4a5366;margin:0 10px}
.maz-footer-legal a{color:#8993a4;font-size:12.5px;text-decoration:none;transition:color .15s}
.maz-footer-legal a:hover{color:#fff}
@media(max-width:767px){.maz-footer-bottom-inner{flex-direction:column;text-align:center;gap:14px}.maz-footer-pay{justify-content:center}}

/* =====================================================================
   RESPONSIVE OVERRIDES — hamburger, touch targets, search/tabs, footer
   ===================================================================== */

/* Hamburger button — solo visible <992px */
.maz-header .maz-hamburger{display:none;align-items:center;gap:8px;background:transparent;border:0;cursor:pointer;color:#1a1a1a;padding:10px 12px;min-height:44px;min-width:44px;border-radius:8px;font-size:13px;font-weight:600;letter-spacing:.3px;text-transform:uppercase}
.maz-header .maz-hamburger:hover{background:#f5f6f9;color:var(--bosch-primary)}
.maz-header .maz-hamburger:focus-visible{outline:2px solid var(--bosch-primary);outline-offset:2px}
.maz-header .maz-hamburger-label{display:inline-block;line-height:1}
.maz-header .maz-nav-close{display:none;position:absolute;top:14px;right:14px;background:transparent;border:0;color:#1a1a1a;cursor:pointer;padding:10px;min-height:44px;min-width:44px;border-radius:8px;align-items:center;justify-content:center}
.maz-header .maz-nav-close:hover{background:#f5f6f9;color:var(--bosch-primary)}
.maz-header .maz-nav-backdrop{display:none;position:fixed;inset:0;background:rgba(15,24,37,.55);z-index:1099;opacity:0;transition:opacity .2s}
.maz-header.maz-nav-open .maz-nav-backdrop{display:block;opacity:1}
body.maz-no-scroll{overflow:hidden}

/* Touch targets >=44px en mobile */
@media(max-width:991px){
  .maz-header .maz-hamburger{display:inline-flex}
  .maz-header .maz-topbar-links a{padding:12px 8px;display:inline-flex;align-items:center;min-height:44px}
  .maz-header .maz-topbar-links li+li::before{margin:0 4px}
  .maz-header .locale-btn{min-height:44px;padding:10px 14px}
  .maz-header .maz-action{min-height:44px;min-width:44px;padding:10px 12px}
  .maz-header .maz-phone{min-height:44px;padding:10px 14px}
  /* Drawer */
  .maz-header .maz-nav-menu{display:block;position:fixed;top:0;left:0;bottom:0;width:84vw;max-width:340px;background:#fff;box-shadow:4px 0 24px rgba(15,24,37,.18);transform:translateX(-105%);transition:transform .25s ease;z-index:1100;overflow-y:auto;padding:64px 0 24px;flex:none}
  .maz-header.maz-nav-open .maz-nav-menu{transform:translateX(0)}
  .maz-header .maz-nav-close{display:inline-flex}
  .maz-header .maz-nav-list{flex-direction:column;align-items:stretch;gap:0;flex-wrap:nowrap}
  .maz-header .maz-nav-list>li{width:100%;border-bottom:1px solid #eef0f4}
  .maz-header .maz-nav-list>li>a{padding:16px 22px;width:100%;min-height:48px;font-size:14px;justify-content:space-between}
  .maz-header .maz-nav-list>li>a::after{display:none}
  .maz-header .maz-nav-list .caret{margin-left:auto;padding:4px;cursor:pointer}
  .maz-header .maz-nav-list .maz-dropdown{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;border-radius:0;padding:0;background:#f7f8fb;max-height:0;overflow:hidden;transition:max-height .25s ease}
  .maz-header .maz-nav-list>li.maz-sub-open .maz-dropdown{max-height:1000px}
  .maz-header .maz-nav-list>li.maz-sub-open .caret{transform:rotate(180deg)}
  .maz-header .maz-nav-list .maz-dropdown a{padding:13px 38px;min-height:44px;display:flex;align-items:center}
  .maz-header .maz-nav-list>li:hover .maz-dropdown{opacity:1;visibility:visible}
}

/* Topbar links wrap suave en tablet */
@media(max-width:991px){
  .maz-header .maz-topbar-inner{flex-wrap:wrap;gap:8px}
  .maz-header .maz-topbar-links{flex-wrap:wrap}
}

/* Search input fix — evita overflow horizontal por flex item */
.maz-header .maz-search{min-width:0;overflow:hidden}
.maz-header .maz-search-form{min-width:0;overflow:hidden}
.maz-header .maz-search-form input[type="search"]{min-width:0}

/* Tabs REFACCIONES|LLANTAS — stack vertical en <480px */
@media(max-width:479px){
  .maz-header .maz-search-tabs{display:flex;width:100%;border-radius:8px 8px 0 0}
  .maz-header .maz-search-tabs button{flex:1;text-align:center;padding:10px 12px;min-height:44px;font-size:11.5px}
  .maz-header .maz-search-form{border-top-left-radius:0;border-top-right-radius:0}
}

/* Mobile <767px touch tweaks adicionales */
@media(max-width:767px){
  .maz-header .maz-search-form input[type="search"]{height:46px;padding:0 12px 0 40px;font-size:15px}
  .maz-header .maz-search-form button[type="submit"]{min-height:44px;min-width:44px;height:44px;margin:1px}
  .maz-header .maz-search-icon{left:12px}
  .maz-header .maz-actions{gap:2px}
  .maz-header .maz-action{padding:10px;min-width:44px;justify-content:center}
  /* maz-phone visible compacto en mobile, no se oculta el botón */
  .maz-header .maz-phone{padding:10px;min-width:44px;justify-content:center}
}

/* Footer strip — wrap suave en tablet/mobile */
@media(max-width:991px){
  .maz-footer-strip-inner{gap:16px;flex-wrap:wrap}
  .maz-strip-item{flex:1 1 calc(50% - 16px);min-width:0}
}
@media(max-width:767px){
  .maz-footer-strip-inner{flex-direction:column;align-items:flex-start;gap:14px}
  .maz-strip-item{flex:1 1 100%;width:100%}
}

/* Footer grid — 1 columna desde tablet vertical 768px (no 560px) */
@media(max-width:767px){
  .maz-footer-grid{grid-template-columns:1fr;gap:28px}
  .maz-footer-brand p{max-width:100%}
}
