:root{--navy:#062d62;--blue:#1269d4;--orange:#f7941d;--ink:#122033;--muted:#5e6b7c;--line:#dfe6ee;--soft:#f3f7fb;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6}.wrap{width:min(1160px,calc(100% - 40px));margin:auto}.site-header{height:82px;background:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(8,45,95,.1)}.nav{height:100%;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;color:var(--navy);line-height:1}.brand-mark{display:grid;place-items:center;width:43px;height:43px;border-radius:10px;background:var(--navy);color:white;font-weight:800}.brand strong{font-size:20px;letter-spacing:.04em}.brand em{color:var(--blue);font-style:normal}.brand small{display:block;font-size:9px;letter-spacing:.28em;margin-top:5px}.nav nav{display:flex;gap:30px}.nav nav a,.phone{color:var(--ink);text-decoration:none;font-weight:700;font-size:14px}.phone{color:var(--blue)}.hero{min-height:670px;position:relative;display:flex;align-items:center;overflow:hidden}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.92) 32%,rgba(255,255,255,.25) 58%,rgba(255,255,255,0) 78%)}.hero-content{position:relative;padding:82px 0}.eyebrow,.section-kicker{font-size:13px;font-weight:800;letter-spacing:.16em;color:var(--blue);margin:0 0 18px}.hero h1{font-size:clamp(46px,5.3vw,76px);line-height:1.02;letter-spacing:-.05em;margin:0;max-width:700px;color:var(--navy)}.hero h1 span{color:var(--blue)}.hero-copy{max-width:590px;font-size:18px;color:#445268;margin:26px 0 30px}.actions{display:flex;gap:12px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:9px;text-decoration:none;font-weight:800}.primary{background:var(--orange);color:#1c2633}.secondary{background:#fff;color:var(--navy);border:1px solid var(--line)}.trust-row{display:flex;gap:24px;flex-wrap:wrap;margin-top:30px;font-size:13px;font-weight:700;color:#394a60}.section{padding:96px 0}.section-heading{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:end;margin-bottom:44px}.section h2,.dark-section h2,.request h2{font-size:clamp(34px,4vw,54px);line-height:1.12;letter-spacing:-.04em;margin:0;color:var(--navy)}.section-heading p,.area-card p{color:var(--muted);margin:0;font-size:17px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service-grid article{border:1px solid var(--line);border-radius:16px;padding:28px;min-height:250px;transition:.2s}.service-grid article:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(6,45,98,.09)}.icon{font-size:35px;color:var(--orange);height:54px}.service-grid h3{font-size:20px;margin:18px 0 10px;color:var(--navy)}.service-grid p{font-size:14px;color:var(--muted);margin:0}.dark-section{padding:94px 0;background:var(--navy);color:white}.split{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.dark-section h2{color:white}.dark-section p:not(.section-kicker){color:#c9d6e8;max-width:560px}.orange{color:var(--orange)}.benefits{display:grid;gap:2px}.benefits>div{display:flex;gap:22px;padding:22px;background:rgba(255,255,255,.07);border-radius:11px}.benefits b{color:var(--orange)}.benefits span{display:grid}.benefits small{color:#bdcbe0;margin-top:4px}.area-card{display:grid;grid-template-columns:1fr .9fr;gap:70px;align-items:center;background:var(--soft);border-radius:22px;padding:52px}.area-list{display:flex;flex-wrap:wrap;gap:10px}.area-list span{padding:10px 15px;border:1px solid #cedbeb;border-radius:999px;background:#fff;color:var(--navy);font-size:14px;font-weight:700}.request{padding:0 0 96px}.request-box{background:#0c2445;color:white;border-radius:22px;padding:54px;display:flex;align-items:center;justify-content:space-between;gap:40px}.request h2{color:#fff}.request p:not(.section-kicker){max-width:670px;color:#c7d2e1}.request-actions{display:flex;gap:10px;flex-shrink:0}.text-button{border:1px solid rgba(255,255,255,.3);color:white}footer{background:#061a35;color:#b9c6d7;padding:34px 0}.footer{display:flex;align-items:center;justify-content:space-between;gap:20px}.inverse{color:#fff}.footer p{font-size:13px}.footer>a{color:#fff;text-decoration:none;font-weight:700}@media(max-width:900px){.nav nav{display:none}.hero{min-height:620px}.hero>img{object-position:65% center}.hero-shade{background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.87) 50%,rgba(255,255,255,.15) 100%)}.service-grid{grid-template-columns:1fr 1fr}.section-heading,.split,.area-card{grid-template-columns:1fr;gap:35px}.request-box{align-items:flex-start;flex-direction:column}}@media(max-width:620px){.wrap{width:min(100% - 28px,1160px)}.site-header{height:72px}.phone{font-size:12px}.brand strong{font-size:16px}.brand-mark{width:38px;height:38px}.hero{min-height:680px;align-items:flex-end}.hero>img{object-position:69% center}.hero-shade{background:linear-gradient(180deg,rgba(255,255,255,.12) 0%,rgba(255,255,255,.88) 45%,#fff 68%)}.hero-content{padding:250px 0 50px}.hero h1{font-size:43px}.hero-copy{font-size:16px}.actions .button{width:100%}.trust-row{gap:8px 18px}.section{padding:70px 0}.section-heading{margin-bottom:30px}.service-grid{grid-template-columns:1fr}.service-grid article{min-height:auto}.split{gap:42px}.area-card,.request-box{padding:30px 24px}.request-actions{width:100%;flex-direction:column}.footer{flex-direction:column;text-align:center}}
