@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700;800&display=swap');
:root{--cream:#f4f0dc;--paper:#faf9f4;--ink:#1d1e1b;--green:#245f47;--line:#d9d9cc;--mint:#dce9c8}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:17px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #8fbc79;outline-offset:5px}header{max-width:1440px;margin:auto;padding:24px 5%;display:flex;align-items:center;justify-content:space-between;gap:25px}.logo{width:65px;height:auto;display:block}nav{display:flex;gap:35px;font-size:15px}nav a:hover{color:var(--green)}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:35px;padding:16px 23px;border-radius:100px;background:var(--green);color:white;border:1px solid transparent;font-size:15px;font-weight:600;cursor:pointer}.button:hover{background:#183f30;transform:translateY(-2px)}.button.light{background:var(--cream);color:var(--ink)}.button.outline{background:transparent;color:inherit;border-color:currentColor}.small{padding:11px 19px}main{overflow:hidden}.hero{margin:0 24px;background:var(--ink);color:var(--cream);border-radius:28px;padding:70px max(4%,calc((100vw - 1260px)/2));position:relative}.eyebrow{font-size:14px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;margin:0 0 25px}.eyebrow:before{content:'';display:inline-block;width:7px;height:7px;background:currentColor;border-radius:50%;margin-right:12px}h1,h2,h3{font-family:Manrope,sans-serif;font-weight:500;line-height:1.08;letter-spacing:-.055em;margin:0}h1{font-size:clamp(48px,6.8vw,100px);max-width:1100px}h1 em,h2 em{font-family:Georgia,serif;font-weight:400;letter-spacing:-.05em}h1 em{color:#cee2b0}.hero-bottom{display:grid;grid-template-columns:1fr 1fr;gap:70px;margin-top:42px;align-items:end}.hero-bottom p{max-width:480px;color:#c4c6be}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:25px}.hero-note{font-size:14px;color:#acb6a9;margin-top:35px}.product-window{background:var(--cream);color:var(--ink);padding:27px;border-radius:18px;transform:rotate(-3deg);box-shadow:15px 20px 0 #35644b}.window-top{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ced1bd;padding-bottom:15px;font-size:14px}.wordmark{font-size:27px;font-weight:800;letter-spacing:-1.5px}.preview-row{padding:18px 0;border-bottom:1px solid #d8d6c6;display:flex;justify-content:space-between;gap:20px}.preview-row:last-child{border:0}.preview-row small{display:block;color:#5d655a;font-size:14px}.micro{font-size:14px;text-transform:uppercase;letter-spacing:.14em}.strip{display:flex;justify-content:space-between;gap:20px;max-width:1280px;margin:0 auto;padding:30px 4%;border-bottom:1px solid var(--line);font-size:14px;color:#646b60}.section{max-width:1280px;margin:auto;padding:105px 4%}.section-head{display:grid;grid-template-columns:1fr 2fr;gap:50px;margin-bottom:50px}h2{font-size:clamp(36px,4.5vw,64px)}h3{font-size:30px}.section-head p{max-width:550px;color:#62665e}.products{display:grid;grid-template-columns:1.15fr 1fr;gap:22px}.product{border-radius:22px;background:var(--green);color:var(--cream);padding:40px;display:flex;flex-direction:column;min-height:470px}.product.pass{background:var(--cream);color:var(--ink)}.product-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:60px}.badge{border:1px solid currentColor;border-radius:30px;padding:5px 12px;font-size:14px;letter-spacing:.03em}.product h3{font-size:40px}.product p{max-width:410px}.product a{margin-top:auto;align-self:flex-start}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.step{border-top:1px solid var(--line);padding-top:25px}.step-num{font-size:14px;color:#66735f;display:block;margin-bottom:40px}.step p{color:#62665e}.compare{display:grid;grid-template-columns:1fr 1fr;margin-top:45px;border:1px solid var(--line);border-radius:18px;overflow:hidden}.compare article{padding:30px}.compare article+article{border-left:1px solid var(--line)}.compare h3{font-size:24px}.dark-section{background:var(--ink);color:var(--cream);margin:0 24px;border-radius:28px}.dark-section .section-head p{color:#b9bdb4}.services{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.service{border-top:1px solid #50554b;padding-top:30px}.service p{color:#b9bdb4}.service h3{font-size:26px}.about{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.brand-panel{background:var(--cream);border-radius:22px;padding:70px;min-height:390px;display:flex;align-items:center;justify-content:center}.brand-panel img{width:100%;max-width:300px}.about p{color:#62665e}.faq{max-width:820px;margin-left:auto}details{border-bottom:1px solid var(--line);padding:22px 0}summary{cursor:pointer;list-style:none;font-size:20px;display:flex;justify-content:space-between;gap:20px}summary:after{content:'+'}details[open] summary:after{content:'−'}details p{color:#62665e}.contact{background:var(--green);color:var(--cream);padding:65px;border-radius:24px;display:grid;grid-template-columns:1.1fr 1fr;gap:65px}.contact h2{font-size:50px}.contact form{display:grid;gap:15px}label{font-size:14px}input,textarea,select{display:block;width:100%;margin-top:6px;padding:12px;background:#ffffff0e;border:1px solid #96b1a1;border-radius:6px;color:var(--cream)}select option{color:var(--ink)}textarea{min-height:90px;resize:vertical}.form-note{font-size:14px;margin:0;opacity:.85}footer{max-width:1280px;margin:auto;padding:15px 4% 45px;display:flex;align-items:center;justify-content:space-between;gap:30px}footer p{font-size:14px}footer small{font-size:14px}.detail-hero{padding-bottom:90px}.detail-body{max-width:850px}.list{padding:0;list-style:none}.list li{border-bottom:1px solid var(--line);padding:17px 0}.launch{font-size:14px;color:#d0e2b9;margin-bottom:25px}.detail-links{display:flex;gap:20px;margin-top:35px}.topline{display:flex;justify-content:space-between;margin-bottom:40px}.subtitle{font-size:20px;max-width:600px;margin:35px 0}.contact-section{padding-top:40px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(max-width:760px){header{padding:20px 6%}nav{display:none}.logo{width:52px}.hero{margin:0 12px;padding:45px 25px;border-radius:20px}.hero-bottom,.section-head,.products,.about,.contact{grid-template-columns:1fr;gap:30px}.hero-bottom{margin-top:20px}.product-window{margin:10px 12px 30px 0}.strip{font-size:14px;flex-wrap:wrap;justify-content:center}.section{padding:65px 7%}.section-head{margin-bottom:35px}.steps,.services{grid-template-columns:1fr}.step-num{margin-bottom:18px}.product{padding:30px;min-height:380px}.product-title{margin-bottom:35px}.compare{grid-template-columns:1fr}.compare article+article{border-left:0;border-top:1px solid var(--line)}.dark-section{margin:0 12px}.brand-panel{min-height:280px;padding:45px}.contact{padding:30px;gap:35px}.contact h2{font-size:39px}footer{flex-wrap:wrap;padding:15px 7% 35px}footer p{max-width:220px}.contact-section{padding-top:15px}summary{font-size:18px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
body,button,input,select,textarea,h1,h2,h3{font-family:'Urbanist',sans-serif!important}h1 em,h2 em{font-family:'Urbanist',sans-serif!important;font-style:normal;font-weight:500}
