:root{--white:#FFF;--grey-bg:#F4F7FB;--grey-brd:#E5E9F0;--navy:#1B3A6B;--blue:#2563EB;--blue-lt:#EEF3FD;--orange:#E65100;--orange-h:#BF360C;--text-h:#111827;--text-b:#374151;--text-muted:#6B7280;--text-xs:#9CA3AF;--fh:'Montserrat',sans-serif;--fb:'Inter',sans-serif;--r:10px;--rs:6px;--tile-blue:#EEF3FD;--tile-mint:#E8F5EF;--tile-warm:#FEF6EE;--tile-blue-brd:#C9D9F5;--tile-mint-brd:#B8E0CC;--tile-warm-brd:#F5D9B8}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--fb);color:var(--text-b);background:var(--white);-webkit-font-smoothing:antialiased;padding-bottom:60px}@media(min-width:601px){body{padding-bottom:0}}
#hdr{position:sticky;top:0;z-index:900;background:var(--white);border-bottom:1px solid var(--grey-brd)}
.hdr-in{max-width:1240px;margin:0 auto;padding:13px 24px;display:flex;align-items:center;gap:16px}
.logo{flex-shrink:0;display:flex;align-items:center;text-decoration:none}.logo img{height:30px;width:auto}
.logo-txt{font-family:var(--fh);font-weight:900;font-size:20px;color:var(--text-h)}.logo-txt em{font-style:normal;color:var(--orange)}
.hdr-nav{flex:1;display:flex;gap:2px;margin-left:12px}.hdr-nav a{font-family:var(--fh);font-size:13px;font-weight:600;color:var(--text-muted);text-decoration:none;padding:5px 10px;border-radius:6px;transition:color .15s,background .15s}.hdr-nav a:hover{color:var(--text-h);background:var(--grey-bg)}
.hdr-r{margin-left:auto;display:flex;align-items:center;gap:14px;flex-shrink:0}
.hdr-phone{font-family:var(--fh);font-weight:700;font-size:15px;color:var(--text-h);text-decoration:none}.hdr-phone:hover{color:var(--navy)}
.btn-o{background:var(--orange);color:var(--white);font-family:var(--fh);font-weight:700;font-size:13px;padding:9px 20px;border-radius:var(--rs);border:none;cursor:pointer;transition:background .15s}.btn-o:hover{background:var(--orange-h)}
.bc{padding:11px 24px;border-bottom:1px solid var(--grey-brd)}.bc-in{max-width:1240px;margin:0 auto;font-size:12.5px;color:var(--text-xs);display:flex;align-items:center;gap:4px;flex-wrap:wrap}.bc-in a{color:var(--text-xs);text-decoration:none}.bc-in a:hover{color:var(--blue)}.bc-sep{color:var(--grey-brd)}
.cat-head{padding:28px 24px 24px;border-bottom:1px solid var(--grey-brd)}.cat-head-in{max-width:1240px;margin:0 auto}
.cat-label{font-family:var(--fh);font-weight:700;font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:var(--text-xs);margin-bottom:8px}
.cat-h1{font-family:var(--fh);font-weight:900;font-size:clamp(22px,3vw,32px);color:var(--text-h);margin-bottom:10px}
.cat-desc{font-size:13.5px;color:var(--text-b);line-height:1.7;max-width:680px}
.models{padding:32px 24px 48px;max-width:1240px;margin:0 auto}
.mo-block{border:1px solid var(--grey-brd);border-radius:var(--r);overflow:hidden;margin-bottom:20px}
.mo-block.tile-blue{border-color:var(--tile-blue-brd)}.mo-block.tile-mint{border-color:var(--tile-mint-brd)}.mo-block.tile-warm{border-color:var(--tile-warm-brd)}
.mo-head{padding:14px 18px;border-bottom:1px solid var(--grey-brd);background:var(--white);display:flex;align-items:center;justify-content:space-between;gap:12px}
.mo-block.tile-blue .mo-head{background:var(--tile-blue);border-bottom-color:var(--tile-blue-brd)}
.mo-block.tile-mint .mo-head{background:var(--tile-mint);border-bottom-color:var(--tile-mint-brd)}
.mo-block.tile-warm .mo-head{background:var(--tile-warm);border-bottom-color:var(--tile-warm-brd)}
.mo-head-title{font-family:var(--fh);font-weight:800;font-size:16px;color:var(--text-h)}
.mo-head-sub{font-size:12px;color:var(--text-muted);margin-top:2px}
.btn-all{font-family:var(--fh);font-weight:700;font-size:12.5px;color:var(--blue);text-decoration:none;white-space:nowrap;flex-shrink:0}.btn-all:hover{color:var(--navy)}
.mo-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:0}
.mc{padding:14px 16px;text-decoration:none;color:inherit;border-right:1px solid var(--grey-brd);border-bottom:1px solid var(--grey-brd);transition:background .15s;display:block;position:relative}
.mc:nth-child(3n){border-right:none}.mc:nth-last-child(-n+3){border-bottom:none}.mc:hover{background:var(--blue-lt)}
.mc-badges{display:flex;gap:4px;margin-bottom:5px;min-height:16px}
.badge{font-family:var(--fh);font-weight:700;font-size:10px;padding:2px 6px;border-radius:3px}
.b-stock{background:#dcfce7;color:#166534}.b-new{background:#e8f0fe;color:#1a56db}.b-du{background:#fff3e0;color:#c05621}
.mc-name{font-family:var(--fh);font-weight:800;font-size:15px;color:var(--text-h);margin-bottom:3px}
.mc-sub{font-size:11.5px;color:var(--text-muted);margin-bottom:6px}
.mc-params{display:flex;gap:5px;flex-wrap:wrap}.mc-p{font-size:11px;background:var(--grey-bg);border-radius:3px;padding:2px 7px;color:var(--text-b);font-family:var(--fh);font-weight:600}
.mc-arr{position:absolute;bottom:10px;right:12px;color:var(--grey-brd);font-size:13px;transition:color .15s}.mc:hover .mc-arr{color:var(--blue)}
.cta-block{background:var(--navy);border-radius:var(--r);padding:28px 36px;display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;margin:0 0 48px}
.cta-block h2{font-family:var(--fh);font-weight:800;font-size:clamp(15px,1.8vw,20px);color:var(--white);margin-bottom:6px}.cta-block p{font-size:13px;color:rgba(255,255,255,.55);line-height:1.55}
.cta-btns{display:flex;flex-direction:column;gap:8px;flex-shrink:0}.btn-cta{background:var(--orange);color:var(--white);font-family:var(--fh);font-weight:700;font-size:14px;padding:11px 24px;border-radius:var(--rs);border:none;cursor:pointer;transition:background .15s;white-space:nowrap}.btn-cta:hover{background:var(--orange-h)}.btn-cta-s{background:transparent;color:rgba(255,255,255,.65);font-family:var(--fh);font-weight:700;font-size:13px;padding:9px 20px;border-radius:var(--rs);border:1.5px solid rgba(255,255,255,.2);text-decoration:none;display:block;text-align:center;transition:all .15s}.btn-cta-s:hover{border-color:rgba(255,255,255,.55);color:var(--white)}
footer{background:#0F2240;color:rgba(255,255,255,.4);padding:22px 24px 14px}
.foot-in{max-width:1240px;margin:0 auto}.foot-top{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;font-size:12.5px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.07);margin-bottom:10px}.foot-disc{font-size:11.5px;color:rgba(255,255,255,.2);text-align:center;line-height:1.5}footer a{color:rgba(255,255,255,.4);text-decoration:none}footer a:hover{color:rgba(255,255,255,.7)}

/* ── MODAL FORM ── */
.m-ov{display:none;position:fixed;inset:0;background:rgba(17,24,39,.7);z-index:2000;align-items:center;justify-content:center;padding:20px;backdrop-filter:blur(4px)}
.m-ov.on{display:flex}
.modal{background:var(--white);border-radius:var(--r);padding:36px;max-width:420px;width:100%;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.25)}
.m-x{position:absolute;top:12px;right:14px;width:28px;height:28px;background:var(--grey-bg);border:none;border-radius:6px;cursor:pointer;font-size:16px;color:var(--text-muted);display:flex;align-items:center;justify-content:center}
.m-x:hover{background:var(--grey-brd)}
.modal h3{font-family:var(--fh);font-weight:800;font-size:19px;color:var(--text-h);margin-bottom:5px}
.modal-sub{font-size:13px;color:var(--text-muted);margin-bottom:20px;line-height:1.5}
.mfield{margin-bottom:13px}
.mfield label{display:block;font-family:var(--fh);font-weight:600;font-size:12px;color:var(--text-b);margin-bottom:4px}
.mfield input,.mfield textarea{width:100%;padding:10px 13px;border:1.5px solid var(--grey-brd);border-radius:var(--rs);font-family:var(--fb);font-size:14px;color:var(--text-h);outline:none;transition:border-color .15s}
.mfield input:focus,.mfield textarea:focus{border-color:var(--blue)}
.mfield textarea{resize:vertical;min-height:64px}
.mcheck{display:flex;align-items:flex-start;gap:8px;margin:12px 0 16px}
.mcheck input{width:16px;height:16px;min-width:16px;margin-top:2px;accent-color:var(--orange)}
.mcheck label{font-size:11.5px;color:var(--text-muted);line-height:1.5}
.mcheck a{color:var(--blue)}
.btn-msubmit{width:100%;background:var(--orange);color:var(--white);font-family:var(--fh);font-weight:700;font-size:15px;padding:13px;border-radius:var(--rs);border:none;cursor:pointer;transition:background .15s}
.btn-msubmit:hover{background:var(--orange-h)}
.m-suc{display:none;text-align:center;padding:20px 0}
.m-suc .sico{font-size:48px;margin-bottom:12px}
.m-suc h3{font-family:var(--fh);font-weight:700;font-size:18px;color:var(--text-h);margin-bottom:6px}
.m-suc p{font-size:13px;color:var(--text-muted)}
/* ── FLOAT PHONE ── */
.float-phone{position:fixed;bottom:24px;right:24px;z-index:1500;display:flex;flex-direction:column;align-items:flex-end;gap:8px}
.fp-btn{width:52px;height:52px;border-radius:50%;background:var(--navy);color:var(--white);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(27,58,107,.4);text-decoration:none;transition:transform .2s,box-shadow .2s}
.fp-btn:hover{transform:scale(1.08);box-shadow:0 6px 28px rgba(27,58,107,.5)}
.fp-form{width:44px;height:44px;border-radius:50%;background:var(--orange);color:var(--white);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(230,81,0,.4);cursor:pointer;border:none;transition:transform .2s}
.fp-form:hover{transform:scale(1.08)}
/* ── MOBILE BOTTOM BAR ── */
.mob-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:1400;background:var(--white);border-top:1px solid var(--grey-brd);padding:10px 16px;gap:10px}
@media(max-width:600px){.mob-bar{display:flex}.float-phone{display:none}}
.mob-btn{flex:1;padding:11px;border-radius:var(--rs);font-family:var(--fh);font-weight:700;font-size:14px;text-align:center;text-decoration:none;display:block;transition:background .15s}
.mob-call{background:var(--grey-bg);color:var(--text-h);border:1.5px solid var(--grey-brd)}
.mob-request{background:var(--orange);color:var(--white);border:none;cursor:pointer}
.mob-request:hover,.mob-call:hover{opacity:.9}

@media(max-width:1024px){.mo-cards{grid-template-columns:repeat(2,1fr)}.mc:nth-child(3n){border-right:1px solid var(--grey-brd)}.mc:nth-child(2n){border-right:none}.cta-block{grid-template-columns:1fr}.hdr-nav{display:none}}
@media(max-width:600px){.mo-cards{grid-template-columns:1fr}.mc{border-right:none!important}.hdr-phone{display:none}.foot-top{flex-direction:column;text-align:center}}
