:root{--navy:#06265f;--blue:#0b63f6;--cyan:#39b8ff;--ink:#10213c;--muted:#5f6f86;--line:#dce5f2;--soft:#f4f8ff;--white:#fff;--success:#0b8f62;--shadow:0 18px 55px rgba(8,37,87,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:var(--white);line-height:1.55}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.site-header{height:84px;display:flex;align-items:center;gap:24px;padding:0 clamp(20px,5vw,72px);position:sticky;top:0;z-index:20;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);color:var(--navy);border-bottom:1px solid var(--line);box-shadow:0 5px 22px rgba(6,38,95,.08)}.brand{height:100%;display:flex;align-items:center;flex:0 0 auto}.brand img{display:block;width:auto;max-width:112px;height:64px;object-fit:contain;object-position:center}.site-header nav{display:flex;gap:25px;margin-left:auto}.site-header nav a{font-size:.94rem;color:#365273}.site-header nav a:hover{color:var(--blue)}.quote-button{border:1px solid var(--navy);background:var(--navy);color:#fff;padding:11px 15px;border-radius:10px;font-weight:800;cursor:pointer}.quote-button span{display:inline-grid;place-items:center;min-width:22px;height:22px;margin-left:6px;background:var(--blue);color:#fff;border-radius:50%;font-size:.76rem}.menu-toggle{display:none;background:var(--soft);border:1px solid #b8c8df;color:var(--navy);border-radius:8px;padding:7px 10px}.hero{min-height:620px;display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center;padding:90px clamp(20px,7vw,110px);background:radial-gradient(circle at 90% 8%,#66c9ff55,transparent 28%),linear-gradient(135deg,#f5f9ff 0%,#fff 58%,#eaf4ff 100%);overflow:hidden}.hero h1{font-size:clamp(2.7rem,6vw,5.8rem);line-height:.98;letter-spacing:-.06em;max-width:850px;margin:12px 0 28px;color:var(--navy)}.hero-content>p:not(.eyebrow){font-size:1.15rem;color:var(--muted);max-width:680px}.eyebrow{text-transform:uppercase;letter-spacing:.17em;font-size:.74rem;font-weight:900;color:var(--blue);margin:0 0 8px}.hero-actions,.contact-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;padding:13px 19px;border-radius:11px;font-weight:800;border:1px solid transparent;cursor:pointer}.button.primary{background:var(--blue);color:#fff;box-shadow:0 10px 28px #0b63f644}.button.secondary{border-color:#9bb4d7;color:var(--navy);background:#fff}.button.secondary.dark{background:transparent;border-color:#ffffff55;color:#fff}.button.full{width:100%}.trust-list{display:flex;gap:24px;flex-wrap:wrap;padding:0;margin:34px 0 0;list-style:none;color:#3e587a;font-weight:700;font-size:.9rem}.trust-list li:before{content:"✓";color:var(--success);margin-right:7px}.hero-card{background:var(--navy);color:#fff;border-radius:28px;padding:34px;box-shadow:var(--shadow);position:relative}.hero-card:after{content:"";position:absolute;inset:12px;border:1px solid #ffffff22;border-radius:20px;pointer-events:none}.hero-card img{width:100%;height:260px;object-fit:contain;filter:drop-shadow(0 20px 25px #0005)}.hero-card strong{font-size:1.25rem}.hero-card p{color:#bed4f5;margin-bottom:0}.section{padding:95px clamp(20px,7vw,110px)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}.section-heading h2,.about h2,.contact h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1.08;letter-spacing:-.04em;margin:0;color:var(--navy)}.search-field{display:grid;gap:6px;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.09em;color:var(--muted)}.search-field input{width:min(330px,80vw);padding:12px 14px;border:1px solid var(--line);border-radius:10px;outline:none}.search-field input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #0b63f61a}.filters{display:flex;gap:8px;overflow:auto;padding-bottom:8px;margin-bottom:28px}.filters button{white-space:nowrap;border:1px solid var(--line);background:#fff;color:var(--muted);border-radius:999px;padding:9px 14px;cursor:pointer}.filters button.active{background:var(--navy);border-color:var(--navy);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.product-card{border:1px solid var(--line);border-radius:18px;padding:20px;background:#fff;display:flex;flex-direction:column;min-height:310px;transition:.2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-visual{height:185px;border-radius:14px;display:grid;place-items:center;background:#fff;border:1px solid #edf2f8;overflow:hidden;margin-bottom:18px}.product-visual img{width:100%;height:100%;object-fit:contain;padding:10px}.product-card .tag{color:var(--blue);font-size:.72rem;text-transform:uppercase;letter-spacing:.11em;font-weight:900}.product-card h3{font-size:1.2rem;margin:6px 0}.product-card p{color:var(--muted);font-size:.92rem;margin:0 0 18px}.product-card button{margin-top:auto;border:0;background:var(--navy);color:#fff;border-radius:9px;padding:10px;font-weight:800;cursor:pointer}.product-card button.added{background:var(--success)}.empty-state{text-align:center;padding:35px;color:var(--muted)}.services{background:var(--soft)}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service-grid article{background:#fff;border-radius:18px;padding:25px;border:1px solid var(--line)}.service-grid span{font-weight:900;color:var(--cyan)}.service-grid h3{margin:18px 0 8px}.service-grid p{margin:0;color:var(--muted)}.about{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about>p{font-size:1.2rem;color:var(--muted)}.contact{background:var(--navy);color:#fff;display:flex;justify-content:space-between;gap:50px;align-items:center}.contact h2{color:#fff}.contact p{color:#c1d5f5}footer{background:#031936;color:#d5e5ff;padding:55px clamp(20px,7vw,110px);display:grid;grid-template-columns:1fr 1fr;gap:18px}footer img{width:130px}footer p{margin:0}footer div{display:flex;justify-content:flex-end;gap:24px}footer small{grid-column:1/-1;border-top:1px solid #ffffff22;padding-top:20px;color:#91a9ca}dialog{width:min(620px,calc(100% - 28px));border:0;border-radius:22px;padding:28px;box-shadow:0 30px 90px #00143d88}dialog::backdrop{background:#001331aa;backdrop-filter:blur(4px)}.dialog-header{display:flex;align-items:flex-start;justify-content:space-between}.dialog-header h2{margin:0;color:var(--navy)}.close-button{border:0;background:var(--soft);border-radius:50%;width:38px;height:38px;font-size:1.5rem;cursor:pointer}.quote-items{display:grid;gap:8px;margin:22px 0}.quote-row{display:flex;justify-content:space-between;gap:15px;padding:11px;background:var(--soft);border-radius:9px}.quote-row button{border:0;background:transparent;color:#b62735;cursor:pointer}.customer-field{display:grid;gap:6px;margin:14px 0;font-weight:800;font-size:.85rem}.customer-field input,.customer-field textarea{padding:11px;border:1px solid var(--line);border-radius:9px}.privacy-note{font-size:.76rem;color:var(--muted);text-align:center}.menu-open{display:flex!important}
@media(max-width:900px){.site-header{gap:12px}.site-header nav{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;padding:20px;flex-direction:column;border-top:1px solid var(--line);box-shadow:0 12px 25px rgba(6,38,95,.12)}.menu-toggle{display:block;margin-left:auto}.quote-button{font-size:.82rem}.hero{grid-template-columns:1fr;padding-top:65px}.hero-card{max-width:620px}.product-grid{grid-template-columns:repeat(2,1fr)}.service-grid{grid-template-columns:repeat(2,1fr)}.about{grid-template-columns:1fr;gap:25px}.contact{align-items:flex-start;flex-direction:column}footer{grid-template-columns:1fr}footer div{justify-content:flex-start}footer small{grid-column:auto}}
@media(max-width:600px){.site-header{height:92px;padding:0 14px;gap:10px}.brand{min-width:72px}.brand img{width:auto;max-width:82px;height:68px}.quote-button{padding:9px}.hero{padding:55px 20px}.hero h1{font-size:3.2rem}.hero-card{padding:20px}.hero-card img{height:190px}.section{padding:70px 20px}.section-heading{align-items:stretch;flex-direction:column}.search-field input{width:100%}.product-grid,.service-grid{grid-template-columns:1fr}.about>p{font-size:1rem}.contact{padding:65px 20px}footer{padding:45px 20px}.trust-list{gap:12px}.button{width:100%}}
