@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap');:root{--forest:#24433a;--forest2:#17352c;--cream:#f5f2e9;--paper:#fffdf8;--orange:#e5a974;--ink:#18362e;--line:#d7d9ce}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.6 'DM Sans',Arial,sans-serif}a{color:inherit}button,input{font:inherit}.wrap{width:min(1180px,calc(100% - 48px));margin:auto}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Outfit,Arial,sans-serif;letter-spacing:-.045em;line-height:1.1}h1{font-size:clamp(50px,5.6vw,82px);font-weight:700;max-width:670px}h2{font-size:clamp(36px,3.8vw,55px)}.skip{position:absolute;left:20px;top:-80px;background:white;padding:10px;z-index:10}.skip:focus{top:10px}header{border-bottom:1px solid var(--line)}.nav{height:88px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;gap:10px;align-items:center;text-decoration:none;font:600 12px/1.1 Outfit,Arial,sans-serif;letter-spacing:.12em}.logo b{font-size:16px}.logo-icon{width:43px;height:43px;border-radius:50%;background:var(--forest);color:var(--orange);display:grid;place-items:center;font-size:27px}.nav nav{display:flex;align-items:center;gap:32px;font-size:14px;font-weight:700}.nav nav a{text-decoration:none}.nav-button{border:1px solid var(--forest);padding:11px 17px;border-radius:100px}.nav-button:hover,.button:hover{transform:translateY(-2px)}.hero{padding:88px 0 94px}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}.kicker{font:700 11px Outfit,Arial,sans-serif;letter-spacing:.17em;color:#996042;text-transform:uppercase;margin-bottom:23px}.intro{font-size:19px;max-width:590px;color:#4f5f55}.hero-actions{display:flex;gap:23px;align-items:center;flex-wrap:wrap;margin:30px 0 20px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:20px;min-height:55px;padding:15px 21px;text-decoration:none;font-weight:700;border-radius:3px;transition:transform .2s}.filled{background:var(--forest);color:white;min-width:225px}.filled:hover{background:var(--forest2)}.underlink{text-decoration:none;border-bottom:1px solid var(--forest);padding-bottom:5px;font-weight:700}.note{font-size:13px;color:#6d766e}.hero-art{height:500px;background:#dfe8d8;border-radius:200px 200px 14px 14px;position:relative;overflow:hidden;border:1px solid #d4dfd3}.hero-art:after{content:'';position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent 0 32px,#ffffff35 33px);pointer-events:none}.art-caption,.art-bottom{position:absolute;z-index:3;font:700 11px Outfit,Arial,sans-serif;letter-spacing:.15em;color:#46665c}.art-caption{top:31px;left:35px}.art-bottom{bottom:30px;left:35px}.art-glow{position:absolute;width:340px;height:340px;border-radius:50%;background:#f9d6a0;left:25%;top:20%;filter:blur(6px)}.unit{position:absolute;z-index:2;width:72%;height:175px;top:31%;left:14%;background:#fefefb;border:5px solid #e4e9e3;border-radius:20px;box-shadow:18px 25px 0 #5872652b,0 35px 70px #5e766652}.unit-line{position:absolute;left:7%;right:7%;top:28%;height:3px;background:#aebbb4}.unit-grill{position:absolute;left:10%;right:10%;bottom:17%;height:39px;background:repeating-linear-gradient(0deg,#8eada0 0 2px,transparent 3px 9px)}.unit-light{position:absolute;right:10%;top:14%;width:8px;height:8px;border-radius:50%;background:#8cc19d}.air{position:absolute;font:60px Outfit;color:#426b62;transform:rotate(90deg);z-index:1;bottom:15%}.a1{left:28%}.a2{left:48%;bottom:8%}.a3{left:68%}.strip{background:var(--forest);color:#ecf1e9}.strip-grid{display:grid;grid-template-columns:repeat(3,1fr)}.strip-grid div{display:flex;gap:20px;align-items:center;padding:23px;border-right:1px solid #789283}.strip-grid div:first-child{padding-left:0}.strip-grid div:last-child{border:0}.strip-grid b{color:var(--orange);font:700 13px Outfit}.strip-grid span{font-weight:700;font-size:14px}.section{padding:105px 0}.section-top{text-align:center;max-width:700px;margin:0 auto 44px}.section-top p:last-child{color:#617065}.check-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.check-card{display:flex;flex-direction:column;background:var(--paper);border:1px solid #d9dccf;border-radius:7px;padding:31px;min-height:350px;cursor:pointer;transition:transform .2s,box-shadow .2s,border .2s}.check-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px #24433a13}.check-card:has(input:checked){border:2px solid #628e6e;background:#f6fbf3}.check-card input{position:absolute;opacity:0}.check-card:has(input:focus-visible){outline:3px solid #d98e44;outline-offset:3px}.check-number{font:700 11px Outfit;letter-spacing:.14em;color:#a26644}.check-title{font:700 29px Outfit;letter-spacing:-.04em;margin:55px 0 10px}.check-text{color:#56665a;font-size:15px}.check-action{margin-top:auto;padding-top:28px;font-size:13px;font-weight:700;display:flex;justify-content:space-between}.check-action i{width:28px;height:28px;border:1px solid #aabbab;border-radius:50%;display:grid;place-items:center;font-style:normal;color:transparent}.check-card:has(input:checked) i{background:var(--forest);color:white;border-color:var(--forest)}.progress{display:flex;align-items:center;gap:20px;margin-top:26px}.progress-line{height:7px;background:#d7e0d4;flex:1;border-radius:10px;overflow:hidden}.progress-line span{display:block;height:100%;width:0;background:var(--forest);transition:width .25s}.progress p{margin:0;font-size:13px;color:#5b6f61;min-width:165px}.service{background:#e9ebe0}.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.service-grid>div:first-child>p:not(.kicker){font-size:18px;color:#59695d}.outline{border:1px solid var(--forest);margin-top:16px}.service-panel{background:var(--forest);color:white;border-radius:7px;padding:42px}.panel-tag{color:#efba8d;font:700 11px Outfit;letter-spacing:.14em}.service-panel h3{font-size:34px}.service-panel ul{padding-left:19px}.service-panel li{margin:10px 0}.service-panel>p:not(.panel-tag){color:#c8d8ce;font-size:14px}.service-panel a{color:#f4c49f;font-weight:700;font-size:14px}.sources{padding:85px 0;background:#fffdf8}.sources-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px}.sources-grid p{color:#56665a}.sources-grid a{font-weight:700;color:#95603d}.source-date{font-size:12px!important;margin-top:30px}.cta{background:var(--forest2);color:white;padding:90px 0}.cta-grid{display:grid;grid-template-columns:1fr auto;gap:80px;align-items:center}.cta .kicker{color:#efb381}.cta p:not(.kicker){max-width:620px;color:#c9d8cd}.light{background:var(--orange);color:var(--forest2);min-width:270px}footer{padding:55px 0;background:#122a23;color:#d5e0d6;font-size:13px}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr .6fr;gap:35px}.footer-grid b{font:700 15px Outfit;letter-spacing:.08em}.footer-grid p{margin:9px 0}.footer-grid a{display:block;margin-bottom:8px}.footer-grid a:hover{text-decoration:none}a:focus-visible{outline:3px solid #d98e44;outline-offset:3px}@media(max-width:900px){.hero-grid{gap:30px}.service-grid,.sources-grid{gap:35px}.check-card{padding:24px}}@media(max-width:700px){.wrap{width:min(calc(100% - 32px),560px)}.nav{height:72px}.logo{font-size:10px}.logo b{font-size:12px}.logo-icon{width:38px;height:38px}.nav nav>a:not(.nav-button){display:none}.nav-button{font-size:12px;padding:9px 11px}.hero{padding:62px 0 70px}.hero-grid,.service-grid,.sources-grid,.cta-grid,.footer-grid{grid-template-columns:1fr}.hero-grid{gap:35px}h1{font-size:clamp(46px,11vw,63px)}.intro{font-size:16px}.hero-actions .button{width:100%}.hero-art{height:360px}.unit{height:135px}.strip-grid{grid-template-columns:1fr}.strip-grid div{padding:10px 0;border-right:0;border-bottom:1px solid #789283}.strip-grid div:last-child{border:0}.section{padding:74px 0}.check-grid{grid-template-columns:1fr}.check-card{min-height:260px}.check-title{margin:28px 0 10px}.progress{display:block}.progress p{margin-top:10px}.service-panel{padding:29px}.cta-grid{gap:25px}.light{width:100%}.footer-grid{gap:20px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
