:root{--blue:#073b72;--deep:#07345f;--green:#3a9c35;--text:#12233d;--muted:#526070;--line:#d9e2ea;--bg:#f6f8fb}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:white}.container{width:min(1160px,calc(100% - 40px));margin:0 auto}.site-header{height:72px;background:#fff;border-bottom:1px solid #eef2f6;position:sticky;top:0;z-index:20}.header-inner{height:72px;display:flex;align-items:center;gap:26px}.brand img{width:246px;display:block}.nav{display:flex;align-items:center;justify-content:center;gap:34px;flex:1}.nav a{text-decoration:none;color:#080d17;font-size:13px;font-weight:800;text-transform:uppercase}.nav a.active,.nav a:hover{color:var(--blue)}.phone-btn{background:#073b72;color:#fff;text-decoration:none;border-radius:8px;padding:15px 22px;font-weight:800;font-size:14px;white-space:nowrap;box-shadow:0 7px 18px rgba(7,59,114,.18)}.menu-btn{display:none;border:0;background:var(--blue);color:#fff;border-radius:8px;padding:10px 13px;font-size:22px}.hero{min-height:274px;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.9) 34%,rgba(255,255,255,.22) 58%,rgba(255,255,255,.02) 100%),url('assets/hero-port.png') center/cover no-repeat}.hero-inner{min-height:274px;display:flex;align-items:center}.hero-copy{width:min(620px,100%)}.hero h1{margin:0 0 4px;font-size:54px;line-height:1;font-weight:900;letter-spacing:2px;color:#073b72}.hero h1 span{color:#22882f}.hero h2{margin:0 0 16px;color:#073b72;font-size:30px;line-height:1.15;font-weight:900}.hero p{width:510px;max-width:100%;font-size:15px;line-height:1.62;font-weight:600;color:#1f2a38;margin:0 0 18px}.primary-btn{display:inline-flex;align-items:center;gap:12px;background:var(--green);color:#fff;text-decoration:none;border-radius:5px;padding:12px 28px;font-weight:700;font-size:14px;box-shadow:inset 0 -2px 0 rgba(0,0,0,.1)}.section-pad{padding:16px 0 28px}.section-title{text-align:center;margin:0 0 12px}.section-title h2{margin:0;color:#073b72;font-size:24px;font-weight:900;letter-spacing:.4px}.section-title span{display:block;width:28px;height:3px;background:var(--green);margin:6px auto 0;border-radius:999px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}.product-card{border:1px solid var(--line);border-radius:5px;background:#fff;overflow:hidden;box-shadow:0 2px 8px rgba(7,59,114,.06)}.product-card img{display:block;width:100%;height:86px;object-fit:cover;background:#123}.product-content{text-align:center;padding:12px 16px 11px}.product-content h3{margin:0 0 7px;color:#073b72;font-size:14px;line-height:1.25;font-weight:900}.product-content p{margin:0 0 10px;color:#1e3045;font-size:12px;line-height:1.55;font-weight:600}.product-content a{display:inline-flex;align-items:center;gap:11px;border:1px solid #073b72;border-radius:4px;color:#073b72;text-decoration:none;padding:6px 20px;font-size:12px;font-weight:700}.features{background:#f5f7fa;border-top:1px solid #e6edf3;border-bottom:1px solid #e6edf3}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr)}.feature-item{display:flex;gap:14px;padding:18px 18px;align-items:center;border-right:1px solid #d7e1ea}.feature-item:last-child{border-right:0}.feature-item img{width:48px;height:48px;flex:none}.feature-item h3{margin:0 0 4px;color:#073b72;font-size:13px;font-weight:900}.feature-item p{margin:0;font-size:11.5px;line-height:1.35;font-weight:600;color:#38485a}.footer{background:#073b72;color:#fff}.footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1.45fr 1.55fr;gap:26px;padding:16px 0 12px}.footer-grid>div,.footer-grid>form{border-right:1px solid rgba(255,255,255,.28);padding-right:28px}.footer-grid>form{border-right:0;padding-right:0}.footer-about img{width:190px;margin-bottom:10px}.footer p{margin:0 0 8px;color:#f3f8ff;font-size:12px;line-height:1.45}.footer h3{margin:0 0 10px;font-size:13px;font-weight:900;color:#fff}.socials{display:flex;gap:8px;margin-top:8px}.socials a{display:grid;place-items:center;width:22px;height:22px;border:1px solid white;border-radius:50%;color:white;text-decoration:none;font-weight:800;font-size:11px}.footer-links a{display:flex;justify-content:space-between;text-decoration:none;color:#fff;font-size:12px;padding:2px 0}.footer-contact a{color:#fff;text-decoration:none}.contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px}.contact-form input,.contact-form textarea{width:100%;border:0;border-radius:5px;padding:10px 12px;font-family:inherit;font-size:12px}.contact-form textarea{height:43px;resize:none;margin-bottom:6px}.contact-form button{float:right;background:#3a9c35;color:#fff;border:0;border-radius:5px;padding:7px 36px;font-weight:800;cursor:pointer}.copyright{text-align:center;background:#052f5c;color:white;font-size:11px;padding:8px 0}@media(max-width:980px){.nav{display:none}.menu-btn{display:block;margin-left:auto}.header-inner{gap:12px}.brand img{width:220px}.product-grid,.feature-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}.feature-item{border-bottom:1px solid #d7e1ea}.hero h1{font-size:44px}.hero h2{font-size:24px}}@media(max-width:640px){.container{width:min(100% - 24px,1160px)}.site-header,.header-inner{height:64px}.brand img{width:190px}.phone-btn{display:none}.hero{min-height:420px;background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.82) 48%,rgba(255,255,255,.16) 100%),url('assets/hero-port.png') center bottom/cover no-repeat}.hero-inner{min-height:420px;align-items:flex-start;padding-top:36px}.hero h1{font-size:38px}.hero h2{font-size:22px}.product-grid,.feature-grid,.footer-grid{grid-template-columns:1fr}.footer-grid>div,.footer-grid>form,.feature-item{border-right:0}.contact-form .form-row{grid-template-columns:1fr}}