.brand{display:inline-flex;align-items:center;width:132px;height:42px}
.brand img{display:block;width:132px;height:auto;max-height:42px;object-fit:contain;object-position:left center}
.brand span{display:none}
.brand-footer{width:132px;height:32px;background:url('../images/logo-en.png') left center/132px auto no-repeat}
.brand-footer span{display:none}
.nav>a.is-active:not(.btn){background:#eef3f7;color:var(--navy);box-shadow:inset 0 -3px 0 var(--red)}
.nav>a.is-active:not(.btn):hover{background:#e6edf2}
.product-download{border-color:var(--navy);background:var(--navy);color:#fff!important}
.product-decision{padding-top:24px;background:#fff}
.decision-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line)}
.decision-grid article{background:#f7f9fa;padding:30px;min-height:245px}
.decision-grid span{display:block;color:var(--red);font-size:12px;font-weight:850;letter-spacing:.12em}
.decision-grid h3{color:var(--navy);font-size:22px;line-height:1.25;margin:28px 0 14px}
.decision-grid p{color:#536575;font-size:15px;line-height:1.75;margin:0}
@media(max-width:900px){.decision-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.brand,.brand img{width:120px}.brand{height:34px}.brand img{max-height:34px}}
@media(max-width:560px){.decision-grid{grid-template-columns:1fr}.decision-grid article{min-height:0}}
.product-quote-dialog{width:min(760px,calc(100% - 32px));max-height:calc(100vh - 32px);padding:0;border:0;border-radius:3px;box-shadow:0 24px 80px rgba(5,25,47,.32);color:var(--text);overflow:auto}
.product-quote-dialog::backdrop{background:rgba(5,25,47,.72);backdrop-filter:blur(3px)}
.quote-dialog-head{padding:34px 38px 22px;background:#f3f6f8;border-bottom:1px solid var(--line)}
.quote-dialog-head h2{font-size:32px;margin:8px 0}.quote-dialog-head p{margin:0;color:#5c6d7b}
.quote-dialog-close{position:absolute;top:14px;right:16px;width:40px;height:40px;border:0;background:transparent;color:var(--navy);font-size:30px;line-height:1;cursor:pointer}
.quote-inquiry-form{padding:30px 38px 38px}
.quote-form-status{display:none;margin:0;padding:11px 14px;font-weight:700}.quote-form-status:not(:empty){display:block;background:#edf3f7}.quote-form-status.success{background:#e6f5eb;color:#21733d}.quote-form-status.error{background:#fde9e6;color:#a63224}
.quote-inquiry-form button[disabled]{opacity:.6;cursor:wait}
.actions button.btn,.maintenance-card button.btn{font:inherit;cursor:pointer}
@media(max-width:600px){.quote-dialog-head,.quote-inquiry-form{padding-left:22px;padding-right:22px}.quote-dialog-head h2{font-size:26px}}
