:root{color-scheme:light;--ink:#111a15;--dark:#07100b;--green:#225432;--teal:#087b61;--mint:#8cf2d2;--surface:#f4f7f5;--line:#d8e3dc}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;color:var(--ink);background:#fbfffc;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;letter-spacing:0}a{color:inherit;text-decoration:none}a:focus-visible,summary:focus-visible{outline:3px solid #22c99a;outline-offset:5px}.skip{position:absolute;top:-100px;z-index:10;background:white;padding:12px}.skip:focus{top:0}
header{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:20px 6%;background:var(--dark);color:white;border-bottom:1px solid #294136}.brand{font-size:19px;line-height:1.35;font-weight:650}.brand span{display:block;font-size:13px;font-weight:400;color:var(--mint);margin-top:3px}nav{display:flex;align-items:center;gap:32px;font-size:13px}nav a{display:flex;align-items:center;min-height:44px;border-bottom:1px solid transparent}nav a:hover{color:var(--mint);border-color:var(--mint)}
.hero{position:relative;isolation:isolate;color:white;min-height:460px;height:min(660px,calc(100svh - 175px));display:flex;align-items:center;padding:56px 6% 82px}.hero>img,.shade{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.hero>img{object-position:center}.shade{z-index:-1;background:linear-gradient(90deg,rgba(7,16,11,.88),rgba(7,16,11,.48) 48%,rgba(7,16,11,.02) 85%)}.hero-content{max-width:780px}.eyebrow{font-size:11px;font-weight:650;line-height:1.5;margin:0 0 20px;color:var(--teal)}.hero .eyebrow{color:var(--mint);display:flex;align-items:center;gap:12px}.hero .eyebrow:before{content:"";width:32px;height:2px;background:var(--mint)}h1{font-size:62px;line-height:1.07;font-weight:550;margin:0 0 26px;max-width:770px}h1 span{color:#b7f3df}.hero-description{font-size:17px;line-height:1.75;margin:0 0 32px;color:#edf7ef;max-width:420px}.button{display:inline-flex;gap:34px;align-items:center;justify-content:space-between;min-height:50px;padding:14px 21px;background:#8cf2d2;color:#07100b;font-size:14px;font-weight:650;border-radius:3px;transition:background .2s}.button:hover{background:#dffcf4}.button span{font-size:20px}.image-note{position:absolute;bottom:17px;right:6%;left:6%;font-size:10px;color:#fff;margin:0;line-height:1.5;text-shadow:0 1px 4px #07100b}.section{padding:76px 6%}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:38px}h2{font-size:38px;line-height:1.16;font-weight:550;margin:0;max-width:520px}.section-heading>p{font-size:14px;color:#536158;line-height:1.7;margin:0;max-width:230px}
.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:42px;counter-reset:service}.service-grid article{position:relative;padding:28px 0 32px;border-top:1px solid var(--line);counter-increment:service}.service-grid article:before{content:"0" counter(service);display:block;color:var(--teal);font-size:12px;font-weight:600;margin-bottom:22px}.service-grid article:after{content:"";position:absolute;top:-1px;left:0;width:32px;height:2px;background:var(--teal)}h3{font-size:20px;line-height:1.4;font-weight:600;margin:0 0 10px}.service-grid p,.steps p{font-size:14px;line-height:1.8;color:#536158;margin:0;max-width:350px}
.approach{background:#102a20;color:white;border-top:1px solid #225432;border-bottom:1px solid #225432}.approach .eyebrow{color:var(--mint)}.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:42px}.steps article{border-top:1px solid #3c574b;padding-top:24px}.step{display:block;color:var(--mint);font-size:12px;margin-bottom:24px}.steps h3{font-size:20px}.steps p{color:#c4d5cc}.questions{display:grid;grid-template-columns:1fr 1.15fr;gap:70px;background:#f0f7f6}.questions h2{font-size:34px;max-width:360px}.faq details{border-top:1px solid #c5d7cf}.faq details:last-child{border-bottom:1px solid #c5d7cf}summary{padding:22px 26px 22px 0;cursor:pointer;font-size:15px;font-weight:550;line-height:1.6}.faq p{font-size:14px;line-height:1.8;color:#465a4e;margin:0 0 24px}footer{padding:36px 6%;display:flex;justify-content:space-between;align-items:center;gap:25px;background:var(--dark);color:white}footer .brand{font-size:17px}footer .brand span{font-size:12px}.back-top{display:inline-flex;align-items:center;gap:16px;font-size:12px;min-height:44px}
@media(min-width:1700px){header,.section,footer{padding-left:12%;padding-right:12%}.hero{padding-left:12%;padding-right:12%}.image-note{left:12%;right:12%}}
@media(max-width:1050px){h1{font-size:52px;max-width:660px}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section-heading>p{max-width:180px}.questions{gap:36px}h2{font-size:33px}}
@media(max-width:700px){header{padding:17px 6% 9px;flex-wrap:wrap;gap:10px}.brand{font-size:17px}nav{width:100%;justify-content:space-between;gap:16px;font-size:12px}nav a{min-height:44px}.hero{padding:38px 6% 65px;height:auto;min-height:440px}.hero>img{object-position:62% center}.shade{background:linear-gradient(90deg,rgba(7,16,11,.87),rgba(7,16,11,.5) 75%,rgba(7,16,11,.3))}h1{font-size:40px;line-height:1.12;max-width:480px}.hero-description{font-size:15px;max-width:330px}.hero-description br{display:none}.section{padding:46px 6%}.section-heading{display:block;margin-bottom:30px}.section-heading>p{max-width:none;margin-top:16px}h2{font-size:29px}.service-grid{column-gap:24px}.service-grid h3{font-size:18px}.service-grid article{padding:22px 0 26px}.service-grid article:before{margin-bottom:16px}.steps{grid-template-columns:1fr;gap:26px}.steps article{position:relative;padding:22px 0 0 44px}.step{position:absolute;left:0;top:25px;margin:0}.steps h3{font-size:18px}.questions{grid-template-columns:1fr;gap:28px}.questions h2{font-size:29px}.image-note{font-size:9px}.back-top{white-space:nowrap}footer{padding:28px 6%}}
@media(max-width:430px){h1{font-size:35px}.hero{min-height:435px}.hero .eyebrow{font-size:10px}.service-grid{grid-template-columns:1fr}.service-grid article{padding:22px 0 24px 40px}.service-grid article:before{position:absolute;left:0;top:26px}.service-grid article:after{width:22px}.service-grid p{font-size:14px}footer{align-items:start;flex-direction:column;gap:16px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
