@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#1b2a35;--orange:#f47745;--paper:#f6f7f4;--muted:#617078}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.7 'DM Sans',sans-serif}a{color:inherit;text-decoration:none}a:focus-visible,summary:focus-visible{outline:3px solid var(--orange);outline-offset:5px}.wrap{width:89%;max-width:1320px;margin:auto}.topline{background:var(--ink);color:#fff;font-size:12px;letter-spacing:.5px;padding:8px 0}.topline .wrap{display:flex;justify-content:space-between}.logo{display:flex;align-items:center;gap:7px;font-family:Manrope,sans-serif;font-size:27px;font-weight:800;letter-spacing:-1.5px}.logo span{color:var(--orange);margin-left:-7px}.logo svg{width:30px;height:34px;margin-right:5px}header{display:flex;align-items:center;justify-content:space-between;min-height:104px;gap:24px}nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:600}.button{display:inline-flex;gap:20px;align-items:center;justify-content:center;padding:16px 24px;background:var(--ink);color:#fff;border-radius:5px;font-size:15px;font-weight:700}.button.orange{background:var(--orange);color:#172832}.button.small{padding:12px 20px}.hero{display:grid;grid-template-columns:1.12fr 1fr;gap:5%;padding:45px 0 65px;align-items:center}.eyebrow{font-size:12px;letter-spacing:1.8px;font-weight:700;display:block}.hero h1{font:700 clamp(42px,4.3vw,65px)/1.12 Manrope,sans-serif;letter-spacing:-2.7px;margin:25px 0}h1 em{font-style:normal;color:#c95429}.lead{font-size:18px;color:var(--muted);max-width:540px;line-height:1.8}.actions{display:flex;gap:25px;align-items:center;flex-wrap:wrap;margin:29px 0}.textlink{font-weight:700;border-bottom:1px solid #8e989b;padding-bottom:5px}.heronote{font-size:13px;color:var(--muted)}.hero-image{height:550px;position:relative;overflow:hidden;border-radius:7px 7px 95px 7px;background:var(--ink)}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-image:after{content:'';position:absolute;inset:40% 0 0;background:linear-gradient(transparent,#10232de0)}.image-caption{position:absolute;bottom:40px;left:30px;right:25px;z-index:1;color:#fff}.image-caption span{font-size:11px;letter-spacing:2px}.image-caption strong{display:block;font:600 28px/1.35 Manrope;margin-top:13px}.image-label{position:absolute;top:25px;left:25px;padding:7px 13px;background:#ffffffed;font-size:11px;letter-spacing:2px}.trust{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #d8deda;border-bottom:1px solid #d8deda;padding:23px 0;font-size:14px}.trust span:before{content:'+';color:#c95429;font-weight:700;margin-right:10px}section.wrap{padding-top:75px;padding-bottom:75px}section.hero{padding-top:40px;padding-bottom:65px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}h2{font:600 clamp(29px,3vw,40px)/1.25 Manrope;letter-spacing:-1.5px;margin:15px 0}h3{font-family:Manrope;line-height:1.35}.section-head p{color:var(--muted);font-size:15px}.products,.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product{padding:30px;border:1px solid #d5dcd8;border-radius:6px;background:#fff;transition:transform .2s,box-shadow .2s}.product:hover{transform:translateY(-5px);box-shadow:0 10px 30px #1b2a3510}.cardtop{display:flex;justify-content:space-between;font-size:12px;color:var(--muted);gap:15px}.product h3{font-size:30px;letter-spacing:-1px;margin-top:40px}.product p{color:var(--muted);min-height:80px}.cardlink{font-size:14px;font-weight:700}.product:nth-child(2){background:#eaf0ed}.product:nth-child(3){background:#fae9df}.guide-band{background:var(--ink);color:#fff;padding:65px 0}.guide{display:grid;grid-template-columns:1fr 1fr;gap:9%;align-items:center}.guide p{color:#d0d8db}.guide .eyebrow{color:#ffab7e}.steps article{padding-right:25px}.steps b{display:block;color:#c95429;font-size:15px}.steps h3{font-size:21px}.steps p{color:var(--muted)}.cta{background:#e7ece8;padding:45px;display:flex;align-items:center;justify-content:space-between;gap:30px;border-radius:7px}.cta p{color:var(--muted)}footer{background:var(--ink);color:#fff;padding:55px 0 22px}.foot{display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:55px;font-size:14px}.foot p{color:#c0cbd0}.foot h3{font-size:15px}.foot>div:nth-child(2) a{display:block;margin:10px 0}.copyright{border-top:1px solid #ffffff25;margin-top:35px;padding-top:20px;color:#a4b5be;font-size:12px}.skip{position:absolute;top:-100px;background:white;padding:15px}.skip:focus{top:0;z-index:20}.breadcrumb{font-size:13px;color:var(--muted);padding-top:24px}.article{max-width:900px}.article h1{font:700 clamp(36px,4vw,55px)/1.15 Manrope;letter-spacing:-2px}.article h2{font-size:28px;margin-top:42px}.article li{margin-bottom:10px}.article p{color:#53656d}.note{font-size:13px;color:var(--muted)}details{padding:20px 0;border-bottom:1px solid #d1dad6}summary{font-weight:600;cursor:pointer}.source{font-size:13px}.source a{text-decoration:underline}.producthero{display:block;max-width:950px;margin-left:5.5%}.producthero h1{font-size:clamp(44px,5vw,70px)}.producthero .lead{max-width:720px}.examples{font-size:14px;color:#52636a;border-top:1px solid #d6ded8;padding-top:22px}.accentbar{height:6px;background:var(--orange);width:60px;margin-bottom:25px}@media(max-width:900px){nav{gap:15px}nav>a:not(.button){display:none}.hero{grid-template-columns:1fr;gap:35px}.hero-image{height:390px}.hero h1{font-size:52px}.products,.steps{grid-template-columns:1fr}.product p{min-height:0}.product h3{margin-top:22px}.guide{grid-template-columns:1fr;gap:15px}.section-head{display:block}.trust{flex-wrap:wrap;justify-content:start}.cta{display:block}.cta .button{margin-top:15px}.foot{grid-template-columns:1fr 1fr}.foot>div:last-child{grid-column:1/-1}section.wrap{padding-top:50px;padding-bottom:50px}}@media(max-width:500px){.topline span{display:none}.logo{font-size:24px}header{min-height:85px}.hero h1{font-size:43px;letter-spacing:-2px}.hero-image{height:320px}.image-caption strong{font-size:24px}.button{padding:14px 18px}.foot{grid-template-columns:1fr;gap:25px}.cta{padding:27px}.trust{font-size:12px;gap:15px}.actions{gap:20px}.lead{font-size:17px}}
