:root{--ink:#182b35;--blue:#176b83;--blue-dark:#104657;--yellow:#f2c94c;--cream:#f3f2ed;--orange:#e87142;--muted:#68777c;--line:#d8e1e1;--white:#fff;--shadow:0 20px 52px rgba(24,43,53,.17)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:'DM Sans',sans-serif}img{display:block;width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:'Manrope',sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}.topbar{height:31px;background:var(--blue-dark);color:#dce9ec;display:flex;align-items:center;justify-content:center;gap:10px;text-transform:uppercase;font-size:8px;letter-spacing:1.2px}.topbar svg{width:13px}.topbar span{width:4px;height:4px;border-radius:50%;background:var(--yellow)}.header{height:80px;display:flex;align-items:center;gap:38px;padding:0 clamp(22px,5vw,74px);position:sticky;top:0;z-index:20;background:rgba(255,255,255,.95);backdrop-filter:blur(13px);border-bottom:1px solid var(--line)}.logo{display:flex;align-items:center;white-space:nowrap}.logo>span{width:39px;height:39px;display:grid;place-items:center;background:var(--yellow);color:var(--ink);border-radius:50% 50% 50% 10px;margin-right:9px}.logo>span svg{width:20px}.logo>div{font:500 19px Manrope}.logo strong{font-weight:800}.logo small{display:block;font:700 8px DM Sans;text-transform:uppercase;letter-spacing:1.2px;color:var(--muted)}.nav{display:flex;gap:29px;margin-left:auto}.nav a{font-size:13px;font-weight:600}.nav a:hover{color:var(--blue)}.header-cta,.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:700}.header-cta{background:var(--ink);color:white;padding:12px 17px;border-radius:6px;font-size:13px}.header-cta svg,.button svg{width:17px}.menu-button{display:none;border:0;background:none}.hero{min-height:680px;display:grid;grid-template-columns:1fr 1fr;background:var(--cream)}.hero-copy{padding:90px 6vw 90px max(24px,calc((100vw - 1180px)/2));align-self:center}.eyebrow{display:flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:1.6px;font-size:9px;font-weight:700}.eyebrow>span{width:27px;height:2px;background:var(--orange)}.eyebrow.dark{color:var(--blue)}.hero h1{font-size:clamp(47px,5.6vw,75px);line-height:1.04;letter-spacing:-1.7px;margin:22px 0 25px}.hero h1 em{font-style:normal;color:var(--blue)}.hero-copy>p:not(.eyebrow){font-size:17px;line-height:1.7;color:var(--muted);max-width:590px}.hero-actions{display:flex;gap:12px;margin:31px 0}.button{padding:15px 20px;border-radius:6px;font-size:13px;transition:.2s}.button:hover{transform:translateY(-2px)}.button.primary{background:var(--orange);color:white}.button.ghost{background:white;border:1px solid var(--line)}.trust{display:flex;align-items:center;gap:11px}.trust>svg{width:27px;color:var(--blue)}.trust span{display:flex;flex-direction:column;font-size:10px;color:var(--muted)}.trust strong{font-size:12px;color:var(--ink);margin-bottom:2px}.hero-image{position:relative;padding:52px max(24px,calc((100vw - 1180px)/2)) 52px 20px}.hero-image>img{height:100%;min-height:530px;object-fit:cover;border-radius:8px}.hero-card{position:absolute;left:-20px;bottom:85px;background:white;padding:17px 20px;box-shadow:var(--shadow);border-radius:7px;display:flex;align-items:center;gap:11px}.hero-card>svg{color:var(--blue)}.hero-card div{display:flex;flex-direction:column}.hero-card strong{font-size:13px}.hero-card span{font-size:10px;color:var(--muted)}.benefits{max-width:1180px;margin:auto;padding:34px 24px;display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line)}.benefits>div{display:flex;align-items:center;gap:11px;padding:0 18px;border-right:1px solid var(--line)}.benefits>div:last-child{border:0}.benefits svg{width:25px;color:var(--blue);flex:none}.benefits span{display:flex;flex-direction:column;font-size:10px;color:var(--muted)}.benefits strong{font-size:12px;color:var(--ink);margin-bottom:2px}.section{padding:100px max(24px,calc((100vw - 1180px)/2))}.services{background:white}.section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:43px}.section-head h2,.why h2,.contact h2{font-size:clamp(37px,4.5vw,57px);line-height:1.1;margin:0}.section-head>div{max-width:720px}.section-head>p{max-width:420px;color:var(--muted);line-height:1.7}.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.service-grid article{background:var(--cream);border-radius:8px;overflow:hidden}.service-photo{height:300px;position:relative}.service-photo img{height:100%;object-fit:cover}.service-photo>span{position:absolute;left:14px;top:14px;background:var(--yellow);padding:7px 10px;text-transform:uppercase;font-size:8px;font-weight:700;letter-spacing:1px}.service-copy{padding:30px}.service-copy>svg{width:29px;color:var(--blue);margin-bottom:22px}.service-copy h3{font-size:22px;line-height:1.25;margin-bottom:10px}.service-copy>p{font-size:13px;line-height:1.65;color:var(--muted)}.service-copy ul{list-style:none;padding:0;margin:21px 0}.service-copy li{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--muted);margin:9px 0}.service-copy li svg{width:15px;color:var(--blue)}.service-copy>a{display:inline-flex;align-items:center;gap:7px;color:var(--blue);font-size:11px;font-weight:700}.service-copy>a svg{width:15px}.why{display:grid;grid-template-columns:1.05fr .95fr;background:var(--blue-dark);color:white}.why-image img{height:100%;min-height:700px;object-fit:cover}.why-copy{padding:90px clamp(35px,7vw,105px);align-self:center}.eyebrow.light{color:#d2e1e4}.why-copy>p:not(.eyebrow){color:#bfd0d4;line-height:1.8;margin:25px 0}.why-list{margin:28px 0}.why-list>div{display:flex;gap:15px;padding:15px 0;border-top:1px solid rgba(255,255,255,.17)}.why-list>div>span{font-size:9px;color:var(--yellow);padding-top:3px}.why-list>div>div{display:flex;flex-direction:column}.why-list strong{font-size:13px}.why-list small{color:#b5c9ce;margin-top:3px}.light-button{background:var(--yellow);color:var(--ink)}.process{background:var(--cream)}.centered{justify-content:center;text-align:center}.process ol{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.process li{position:relative;background:white;padding:31px;border-radius:8px}.process li>span{position:absolute;right:22px;top:20px;color:var(--orange);font-size:9px;font-weight:700}.process li>svg{width:29px;color:var(--blue);margin-bottom:27px}.process h3{font-size:18px;margin-bottom:8px}.process li p{font-size:12px;line-height:1.6;color:var(--muted);margin:0}.contact{background:var(--yellow);display:grid;grid-template-columns:1.1fr .9fr;gap:9vw;align-items:center}.contact>div:first-child>p:last-child{color:#53564e;line-height:1.75;max-width:570px;margin-top:24px}.contact-card{background:white;padding:35px;border-radius:8px;box-shadow:var(--shadow)}.contact-card>svg{width:31px;color:var(--blue)}.contact-card h3{font-size:22px;margin:15px 0 7px}.contact-card p{font-size:13px;color:var(--muted)}.contact-card small{display:block;font-size:9px;color:var(--muted);margin-top:11px}footer{background:var(--ink);color:#acb9bd;padding:55px max(24px,calc((100vw - 1180px)/2)) 28px;display:grid;grid-template-columns:1.1fr .75fr 1.45fr 1.15fr;gap:38px;font-size:10px}.footer-logo{color:white;align-self:start}footer>div:not(.logo){display:flex;flex-direction:column;gap:8px}footer>div>strong{color:white;text-transform:uppercase;letter-spacing:1px;font-size:9px}footer p{margin:0;line-height:1.55}.company p:first-of-type{color:#e1e7e9}.copyright{grid-column:1/-1;border-top:1px solid #3a494f;padding-top:25px;margin-top:12px}
@media(max-width:950px){.header{height:70px}.nav{display:none;position:absolute;top:70px;left:0;right:0;padding:26px;background:white;flex-direction:column;border-bottom:1px solid var(--line)}.nav.open{display:flex}.header-cta{display:none}.menu-button{display:block;margin-left:auto}.hero{grid-template-columns:1fr}.hero-copy{padding:75px 24px 45px}.hero-image{padding:10px 24px 70px}.why-copy{padding:65px 38px}footer{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.topbar{font-size:6px;letter-spacing:.5px}.header{padding:0 18px}.hero h1{font-size:49px;letter-spacing:-1px}.hero-actions{flex-direction:column;align-items:stretch}.hero-image>img{min-height:0;height:410px}.hero-card{left:8px}.benefits{grid-template-columns:1fr 1fr;gap:20px;padding:28px 18px}.benefits>div{padding:0;border:0}.section{padding:75px 18px}.section-head{align-items:start;flex-direction:column}.service-grid{grid-template-columns:1fr}.service-photo{height:270px}.why{grid-template-columns:1fr}.why-image img{min-height:0;height:410px}.why-copy{padding:70px 22px}.process ol{grid-template-columns:1fr}.contact{grid-template-columns:1fr;gap:35px}footer{grid-template-columns:1fr;gap:28px}}
