
:root{--navy:#173047;--blue:#8b4f2d;--green:#356b5a;--cream:#f7f3ee;--text:#27384a;--muted:#637383;--line:#d9e2ea;--white:#fff;--shadow:0 20px 48px rgba(18,43,67,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Nunito,Arial,sans-serif;color:var(--text);line-height:1.68;background:#fff}a{color:inherit;text-decoration:none}img{width:100%;display:block}
.container{width:min(1180px,calc(100% - 38px));margin:auto}.top{background:#eef3f7;border-bottom:1px solid var(--line);font-size:14px}.top .container{display:flex;justify-content:space-between;padding:10px 0;gap:20px}.service{font-weight:800;color:var(--blue)}
header{background:#fff;position:sticky;top:0;z-index:30;border-bottom:1px solid var(--line)}.navwrap{display:flex;align-items:center;justify-content:space-between;min-height:84px;gap:30px}.brand{font-size:24px;font-weight:900;color:var(--navy);white-space:nowrap}.brand span{color:var(--blue)}nav{display:flex;gap:18px;align-items:center;flex-wrap:wrap;justify-content:flex-end}nav a{font-size:14px;font-weight:750;padding:8px 0;border-bottom:2px solid transparent}nav a:hover,nav a.active{color:var(--blue);border-color:var(--blue)}
.hero{padding:72px 0;background:linear-gradient(135deg,#f4eee7,#fbfaf7 55%,#eef4f1)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:center}.hero h1{font-size:clamp(42px,6vw,70px);line-height:1.04;margin:0 0 22px;color:var(--navy);letter-spacing:-.035em}.hero p{font-size:19px;color:var(--muted)}.eyebrow{display:inline-block;padding:7px 12px;border-radius:999px;background:#dcecff;color:var(--blue);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.hero-img{height:520px;border-radius:14px;object-fit:cover;box-shadow:var(--shadow)}
.btn{display:inline-flex;background:var(--blue);color:#fff;padding:13px 22px;border-radius:8px;font-weight:850;margin-top:20px}.section{padding:82px 0}.section.alt{background:var(--cream)}.split{display:grid;grid-template-columns:.95fr 1.05fr;gap:50px;align-items:center}.split.reverse{grid-template-columns:1.05fr .95fr}.section-img{height:430px;object-fit:cover;border-radius:12px;box-shadow:var(--shadow)}h2{font-size:clamp(31px,4vw,48px);line-height:1.14;color:var(--navy);margin:0 0 20px}h3{font-size:23px;color:var(--navy);margin:0 0 12px}.copy p{color:var(--muted);font-size:17px}.sectionhead{max-width:820px;margin-bottom:38px}.sectionhead p{font-size:18px;color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:27px;box-shadow:0 12px 32px rgba(20,43,64,.06)}.card p{color:var(--muted)}.num{width:42px;height:42px;border-radius:50%;background:#e3efff;color:var(--blue);display:grid;place-items:center;font-weight:900;margin-bottom:17px}
.quote{background:var(--navy);color:#fff;border-radius:14px;padding:48px;display:grid;grid-template-columns:1.15fr .85fr;gap:34px;align-items:center}.quote h2{color:#fff}.quote p{color:#d4e0e9}.facts{background:rgba(255,255,255,.08);border-radius:18px;padding:8px 22px}.fact{display:flex;justify-content:space-between;gap:20px;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.14)}.fact:last-child{border:0}
.contact{padding:80px 0;background:linear-gradient(135deg,#f5eee6,#eef5f2)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:42px}.contact-card{background:#fff;border-radius:12px;padding:30px;box-shadow:var(--shadow)}form{display:grid;gap:15px}label{font-weight:800}input,textarea{width:100%;padding:13px 14px;border:1px solid #cdd8e2;border-radius:9px;font:inherit}textarea{min-height:130px}.submit{border:0;cursor:pointer}.map{height:350px;background:#dfe8ee;display:grid;place-items:center;text-align:center;padding:30px}.map-box{background:#fff;padding:22px 28px;border-radius:13px;box-shadow:var(--shadow);font-weight:800}
footer{background:#081a2a;color:#c8d6e1;padding:54px 0 24px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:32px}footer h4{color:#fff}footer a{display:block;margin:8px 0}.fine{font-size:12px;color:#91a4b4}.bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:30px;padding-top:20px;display:flex;justify-content:space-between;gap:20px}
.legal{padding:72px 0}.legal article{max-width:900px}.legal h1{font-size:54px;color:var(--navy)}.legal h2{font-size:28px;margin-top:34px}.legal p,.legal li{color:var(--muted)}
@media(max-width:960px){.hero-grid,.split,.split.reverse,.quote,.contact-grid,.footer-grid{grid-template-columns:1fr}.cards{grid-template-columns:1fr 1fr}.navwrap{align-items:flex-start;padding:20px 0;flex-direction:column}nav{justify-content:flex-start}.hero-img{height:390px}}
@media(max-width:650px){.cards{grid-template-columns:1fr}.top .container,.bottom{flex-direction:column}.hero{padding:52px 0}.section{padding:58px 0}.hero h1{font-size:44px}.section-img{height:300px}.quote{padding:28px}}
