
:root{
  --navy:#061b33;--navy2:#082747;--orange:#ff5a00;--orange2:#ff7a1a;--cream:#fff8f3;--text:#102033;--muted:#5a6675;--border:#edf0f4;--shadow:0 14px 35px rgba(6,27,51,.12);
}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Arial,Helvetica,sans-serif;color:var(--text);line-height:1.55;background:#fff}.container{width:min(1180px,90%);margin:auto}a{color:inherit}.topbar{background:var(--navy);color:#fff;font-size:14px}.topbar .container{display:flex;justify-content:space-between;padding:8px 0;gap:12px;flex-wrap:wrap}.header{height:96px;background:#fff;box-shadow:0 2px 16px rgba(0,0,0,.06);position:sticky;top:0;z-index:20}.header .container{height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}.logo img{height:72px;display:block}.nav{display:flex;align-items:center;gap:22px;font-weight:800;font-size:15px}.nav a{text-decoration:none}.nav a:hover,.nav .active{color:var(--orange)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--orange);color:#fff!important;padding:14px 22px;border-radius:8px;text-decoration:none;font-weight:900;border:2px solid var(--orange);box-shadow:0 10px 20px rgba(255,90,0,.2)}.btn:hover{background:#e84f00}.btn.outline{background:#fff;color:var(--navy)!important}.btn.dark{background:var(--navy);border-color:var(--navy)}.hero{min-height:640px;display:grid;align-items:center;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.9) 43%,rgba(255,255,255,.15) 100%),linear-gradient(135deg,#e8f3ff 0%,#fff 40%,#d2d8de 100%);position:relative;overflow:hidden}.hero:after{content:"";position:absolute;right:-4%;top:0;width:58%;height:100%;background:linear-gradient(120deg,rgba(6,27,51,.08),rgba(255,90,0,.08)),url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 600"><rect width="800" height="600" fill="%23eef3f8"/><g fill="%23ffffff" stroke="%23cbd5df" stroke-width="4"><rect x="80" y="130" width="170" height="390"/><rect x="285" y="80" width="200" height="440"/><rect x="520" y="150" width="190" height="370"/></g><g fill="%23061b33" opacity=".55"><rect x="110" y="170" width="45" height="55"/><rect x="175" y="170" width="45" height="55"/><rect x="110" y="255" width="45" height="55"/><rect x="175" y="255" width="45" height="55"/><rect x="325" y="125" width="50" height="60"/><rect x="405" y="125" width="50" height="60"/><rect x="325" y="220" width="50" height="60"/><rect x="405" y="220" width="50" height="60"/><rect x="560" y="195" width="50" height="60"/><rect x="635" y="195" width="50" height="60"/></g><g fill="%23ff5a00" opacity=".55"><rect x="80" y="500" width="630" height="18"/></g></svg>') center/cover no-repeat;z-index:0}.hero .container{position:relative;z-index:1;display:grid;grid-template-columns:1fr 420px;gap:40px;align-items:center}.eyebrow{color:var(--orange);font-weight:900;letter-spacing:2px;text-transform:uppercase;font-size:13px}.hero h1{font-size:58px;line-height:1.05;text-transform:uppercase;color:var(--navy);margin:12px 0 24px;max-width:640px}.orange{color:var(--orange)}.lead{font-size:20px;max-width:620px;color:#1e2e40;margin-bottom:30px}.ticks{display:flex;gap:18px;flex-wrap:wrap;margin:30px 0 35px;font-weight:800;font-size:14px}.ticks span:before{content:"✓";color:var(--orange);border:2px solid var(--orange);border-radius:50%;padding:1px 5px;margin-right:8px}.actions{display:flex;gap:14px;flex-wrap:wrap}.hero-card{background:#fff;border-radius:15px;padding:30px;box-shadow:var(--shadow)}.hero-card h2{font-size:24px;color:var(--navy);margin-bottom:20px}.item{display:flex;gap:14px;align-items:flex-start;margin:18px 0}.icon{background:#fff0e8;color:var(--orange);width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:23px;flex:0 0 44px}.section{padding:70px 0}.title{text-align:center;margin-bottom:40px}.title h2{font-size:36px;color:var(--navy);margin-top:8px}.title p{color:var(--muted);font-size:18px}.services{display:grid;grid-template-columns:repeat(5,1fr);gap:22px}.card{background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:0 8px 25px rgba(0,0,0,.05);padding:30px 20px}.service{text-align:center}.big-icon{width:76px;height:76px;border-radius:50%;background:#fff0e8;color:var(--orange);font-size:34px;display:flex;align-items:center;justify-content:center;margin:0 auto 18px}.service h3{color:var(--navy);font-size:21px;margin-bottom:10px}.service p{color:#26384a;font-size:15px}.learn{display:inline-block;margin-top:18px;color:var(--orange);font-weight:900;text-decoration:none}.why{background:var(--cream)}.why-grid{display:grid;grid-template-columns:.9fr 1.5fr;gap:55px;align-items:center}.why h2{font-size:36px;line-height:1.2;color:var(--navy);margin:10px 0 18px}.features{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}.feature{display:flex;gap:15px}.cta-band{margin:0 auto;background:linear-gradient(90deg,var(--orange),var(--orange2));color:#fff;border-radius:12px 12px 0 0;padding:34px 7%;display:flex;align-items:center;justify-content:space-between;gap:20px}.cta-band h2{font-size:32px}.footer{background:var(--navy);color:#fff}.footer .container{padding:42px 0 18px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.25fr;gap:35px;margin-bottom:28px}.footer img{height:64px;margin-bottom:12px}.footer h4{margin-bottom:12px}.footer p,.footer li{color:#d8e2ec;font-size:14px;list-style:none;margin-bottom:8px}.footer li:before{content:"✓";color:var(--orange);margin-right:6px}.copyright{text-align:center;border-top:1px solid rgba(255,255,255,.14);padding-top:18px;color:#c8d3df;font-size:13px}.page-hero{background:linear-gradient(90deg,rgba(6,27,51,.96),rgba(6,27,51,.78)),linear-gradient(135deg,#0b2d50,#ff5a00);color:#fff;padding:86px 0}.page-hero h1{font-size:46px;line-height:1.12;margin:12px 0}.page-hero p{font-size:19px;max-width:720px;color:#eef4fa}.content-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:35px}.content h2{color:var(--navy);font-size:30px;margin:0 0 16px}.content p,.content li{margin-bottom:12px;color:#26384a}.list{padding-left:22px}.sidebox{background:var(--cream);border-left:5px solid var(--orange);border-radius:12px;padding:25px}.process{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.step{position:relative}.num{width:40px;height:40px;border-radius:50%;background:var(--orange);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;margin-bottom:12px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:35px}.form{display:grid;gap:14px}.form input,.form textarea,.form select{width:100%;padding:15px;border:1px solid #d8dee6;border-radius:8px;font:inherit}.form textarea{min-height:130px} .mobile-menu{display:none;background:#fff;border:2px solid var(--orange);color:var(--navy);padding:10px 12px;border-radius:8px;font-weight:900;font:inherit;cursor:pointer}.mobile-nav{display:none}
@media(max-width:1050px){.nav{display:none}.header-call{display:none}.mobile-menu{display:inline-flex;align-items:center;gap:8px}.services{grid-template-columns:repeat(2,1fr)}.hero .container{grid-template-columns:1fr}.hero-card{max-width:600px}.hero:after{opacity:.35;width:100%}.why-grid,.content-grid,.contact-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.process{grid-template-columns:1fr}.mobile-nav{display:none;position:sticky;top:96px;z-index:19;background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border);box-shadow:0 10px 20px rgba(0,0,0,.08);padding:10px 5%}.mobile-nav.open{display:grid}.mobile-nav a{display:block;text-decoration:none;font-weight:800;color:var(--navy);padding:13px 0;border-bottom:1px solid var(--border)}.mobile-nav a:last-child{border-bottom:0}.mobile-nav a:hover{color:var(--orange)}}
@media(max-width:620px){.topbar{display:none}.header{height:86px}.mobile-nav{top:86px}.logo img{height:58px}.hero{min-height:auto;padding:60px 0}.hero h1{font-size:39px}.lead{font-size:17px}.services,.features,.footer-grid{grid-template-columns:1fr}.cta-band{flex-direction:column;text-align:center}.page-hero h1{font-size:36px}.actions .btn{width:100%}}
