:root{--navy:#0d1b2a;--orange:#ff7a00;--paper:#f5f7fa;--text:#172033;--muted:#667085}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,sans-serif;color:var(--text);background:white}a{text-decoration:none;color:inherit}
.site-header{min-height:78px;padding:10px 4vw;display:grid;grid-template-columns:280px 1fr auto;align-items:center;gap:24px;border-bottom:1px solid #e8ebf0;position:sticky;top:0;background:#fff;z-index:20}.brand img{width:250px}.main-nav{display:flex;justify-content:center;gap:24px;font-weight:700}.header-phone{font-weight:800}.menu-toggle{display:none;background:none;border:0}.menu-toggle span{display:block;width:28px;height:3px;background:var(--orange);margin:5px}
.hero{min-height:620px;display:grid;grid-template-columns:.9fr 1.1fr}.hero-copy{padding:70px 5vw;display:flex;flex-direction:column;justify-content:center}.eyebrow{text-transform:uppercase;color:#e56400;font-weight:800;letter-spacing:.08em}.hero h1,.page-hero h1{font-size:clamp(48px,5vw,78px);line-height:1.03;margin:0;color:var(--navy)}h1 span,strong{color:#e56400}.lead{font-size:20px;line-height:1.6;max-width:650px}.actions{display:flex;gap:16px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 28px;border-radius:8px;border:2px solid var(--navy);font-weight:800;text-transform:uppercase}.primary{background:var(--orange);border-color:var(--orange);color:white}.secondary{background:white;color:var(--navy)}.phone-block{display:grid;gap:4px;margin-top:28px}.phone-block a{font-size:26px;font-weight:800}.hero-visual{background:linear-gradient(135deg,#f6f9fc,#fff4e8);display:grid;place-items:center;padding:40px}.industry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:min(700px,100%)}.industry-grid article{background:white;border-radius:18px;padding:28px;display:grid;place-items:center;gap:10px;font-size:38px;box-shadow:0 12px 32px rgba(13,27,42,.08)}.industry-grid b{font-size:15px}.promise{text-align:center;padding:28px;font-size:22px}.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:40px 6vw 80px}.benefits article{padding:28px;border:1px solid #e8ebf0;border-radius:14px}.page-hero{padding:100px 6vw;min-height:55vh;background:linear-gradient(135deg,#fff,#fff5ea)}
.site-footer{background:var(--navy);color:white;padding:50px 5vw 24px;display:grid;grid-template-columns:280px 1fr 230px;gap:36px}.footer-brand img{width:210px}.footer-brand p{color:#cbd5e1}.footer-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.footer-columns div,.footer-contact{display:grid;gap:8px}.site-footer h3{color:var(--orange);font-size:14px;text-transform:uppercase}.footer-bottom{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.15);padding-top:18px;color:#b7c0cc}.floating-call{position:fixed;right:18px;bottom:18px;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:var(--orange);color:white;font-size:24px;box-shadow:0 12px 28px rgba(229,100,0,.35)}
@media(max-width:900px){.site-header{grid-template-columns:1fr auto}.header-phone{display:none}.menu-toggle{display:block}.main-nav{display:none;position:absolute;top:68px;left:0;right:0;background:white;padding:24px;flex-direction:column}.main-nav.open{display:flex}.hero{grid-template-columns:1fr}.site-footer{grid-template-columns:1fr 1fr}.footer-columns{grid-column:1/-1}}
@media(max-width:650px){.brand img{width:190px}.hero-copy{padding:42px 24px}.hero h1{font-size:46px}.industry-grid{grid-template-columns:repeat(2,1fr)}.benefits{grid-template-columns:1fr}.site-footer{grid-template-columns:1fr}.footer-columns{grid-template-columns:1fr 1fr;grid-column:auto}.footer-bottom{grid-column:auto}.actions{flex-direction:column}.button{width:100%}}
