@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@500;600;700&display=swap');
:root{--ink:#20201e;--muted:#6f6d67;--paper:#f2eee5;--red:#dd553d;--blue:#3976cc;--line:rgba(32,32,30,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:"DM Sans",system-ui,sans-serif}body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.28;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E")}.nav{height:92px;max-width:1240px;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:11px;font:700 19px Manrope;color:inherit;text-decoration:none}.brand img{filter:drop-shadow(0 3px 4px #0002)}footer a{color:inherit;text-decoration:none;border-bottom:1px solid var(--line)}.hero{text-align:center;max-width:900px;margin:100px auto 90px;padding:0 24px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:600;color:#b14232}.hero h1,.features h2,.closing h2{font-family:Manrope,sans-serif;letter-spacing:-.055em}.hero h1{font-size:clamp(62px,8vw,108px);line-height:.91;margin:25px 0 36px}.hero h1 em{font-style:normal;color:var(--red)}.lede{font-size:21px;line-height:1.55;color:var(--muted);max-width:650px;margin:0 auto}.actions{display:flex;align-items:center;justify-content:center;gap:28px;margin-top:42px}.download{display:inline-flex;align-items:center;gap:13px;background:var(--ink);color:white;text-decoration:none;padding:14px 24px 14px 19px;border-radius:13px;text-align:left;box-shadow:0 8px 24px #2d29211f;transition:.2s transform,.2s box-shadow}.download:hover{transform:translateY(-2px);box-shadow:0 12px 30px #2d292132}.download svg{width:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.download span{font-weight:600}.download small{display:block;font-size:11px;font-weight:400;color:#aaa;margin-top:2px}.product{position:relative;max-width:1380px;margin:0 auto;padding:0 34px 130px}.product img{position:relative;display:block;width:100%;height:auto;border-radius:17px;box-shadow:0 45px 100px #342b2040,0 2px 1px #fff inset}.glow{position:absolute;inset:15% 10% 25%;background:#d56b56;filter:blur(120px);opacity:.19}.features{max-width:1160px;margin:auto;padding:130px 28px 160px;display:grid;grid-template-columns:repeat(2,1fr);gap:70px 90px;border-top:1px solid var(--line)}.feature-intro{grid-column:1/-1}.features h2,.closing h2{font-size:clamp(42px,6vw,69px);line-height:1.04;margin:18px 0}.features article{padding-top:22px;border-top:1px solid var(--line)}.features article span{font:600 12px Manrope;color:var(--red)}.features h3{font:600 24px Manrope;margin:20px 0 12px}.features article p{font-size:17px;line-height:1.6;color:var(--muted);max-width:430px}.closing{text-align:center;padding:140px 25px;background:#dfd7c7}.closing>img{filter:drop-shadow(0 13px 16px #33251f45)}.closing h2{margin:35px 0}.compact{margin-top:15px}.compact small{color:#aaa}footer{min-height:110px;padding:30px max(28px,calc((100% - 1160px)/2));display:flex;align-items:center;justify-content:space-between;font-size:13px;color:var(--muted)}@media(max-width:700px){.hero{margin-top:55px}.hero h1{font-size:58px}.lede{font-size:18px}.actions{flex-direction:column;gap:20px}.product{padding:0 12px 85px;overflow:hidden}.product img{width:150%;margin-left:-25%}.features{grid-template-columns:1fr;padding-top:85px;gap:45px}.feature-intro{grid-column:auto}.closing{padding:90px 20px}footer{flex-direction:column;justify-content:center;gap:12px}.nav{height:75px}}
