@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:ital,wght@0,500;1,500&display=swap');

:root{--ink:#26302d;--muted:#737c77;--paper:#f8f7f3;--sage:#dce6df;--sage2:#eef2ed;--line:#dfe3df;--white:#fff}
*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif}
.nav{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 7%;border-bottom:1px solid var(--line);background:rgba(248,247,243,.92);position:relative;z-index:2}
.brand{display:flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none;font-weight:600;letter-spacing:-.2px}.brand-mark{height:34px;width:auto;display:block}
nav{display:flex;gap:28px;align-items:center}nav a{color:var(--muted);text-decoration:none;font-size:14px}nav a:hover,nav .active{color:var(--ink)}.nav-cta{padding:10px 17px;border:1px solid #cbd2cd;border-radius:999px;color:var(--ink)}
.count{display:inline-grid;place-items:center;min-width:18px;height:18px;padding:0 4px;border-radius:99px;background:var(--sage);font-size:10px;margin-left:3px}
.hero{max-width:900px;margin:0 auto;padding:120px 7% 105px;text-align:center}.eyebrow{font-size:11px;letter-spacing:2px;font-weight:600;color:#829089;margin-bottom:20px}
h1{font-size:clamp(50px,8vw,92px);line-height:.98;letter-spacing:-4px;margin:0 0 27px;font-weight:500}h1 em{font-family:"Playfair Display",serif;font-weight:500;letter-spacing:-3px}
.hero p{max-width:570px;margin:0 auto;color:var(--muted);line-height:1.8;font-size:16px}.actions{display:flex;justify-content:center;align-items:center;gap:25px;margin-top:35px}
.button{display:inline-block;background:var(--ink);color:#fff;text-decoration:none;padding:14px 22px;border-radius:999px;font-size:14px;border:0;cursor:pointer}.button.light{background:white;color:var(--ink)}.text-link{color:var(--ink);text-decoration:none;font-size:14px;border-bottom:1px solid #adb5b0;padding-bottom:3px}.block{display:block;margin-top:20px}
.feature-grid{max-width:1050px;margin:0 auto;padding:0 7% 90px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-grid article{background:white;border:1px solid var(--line);border-radius:22px;padding:30px}.feature-grid span{font-size:11px;color:#9aa49e}.feature-grid h3{font-size:18px;margin:28px 0 9px}.feature-grid p{color:var(--muted);font-size:14px;line-height:1.7;margin:0}
.notice{max-width:1050px;margin:0 auto 80px;padding:36px 40px;background:#dfe8e1;border-radius:26px;display:flex;align-items:center;justify-content:space-between}.notice small{font-size:10px;letter-spacing:1.5px;color:#75837b}.notice h2{font-size:24px;margin:9px 0 0;font-weight:500}
.page{max-width:1050px;margin:0 auto;padding:80px 7% 110px;min-height:calc(100vh - 162px)}.narrow{max-width:760px}.page-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:45px}.page-head h1{font-size:54px;letter-spacing:-2px;margin-bottom:10px}.page-head p{color:var(--muted);margin:0}.pill,.notice-badge{font-size:11px;letter-spacing:1px;text-transform:uppercase;padding:9px 13px;border-radius:99px;background:var(--sage2);color:#64736b}
.empty-store,.checkout-card{text-align:center;background:white;border:1px solid var(--line);border-radius:28px;padding:65px 30px}.soft-icon{width:58px;height:58px;border-radius:50%;background:var(--sage2);display:grid;place-items:center;margin:0 auto 25px;font-size:22px;color:#708078}.empty-store h2,.checkout-card h2{font-size:28px;font-weight:500;margin:0 0 12px}.empty-store p,.checkout-card>p{color:var(--muted);line-height:1.7;max-width:500px;margin:0 auto 27px}.form-preview{text-align:left;max-width:500px;margin:30px auto}.form-preview>div{margin-bottom:17px}label{display:block;font-size:12px;color:#69736e;margin-bottom:7px}.fake-input{border:1px solid var(--line);border-radius:12px;padding:14px;color:#a1a8a4;font-size:13px;background:#fbfbf9}.checkout-card .button{margin-top:8px}
footer{max-width:1050px;margin:0 auto;padding:25px 7%;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:#8a928e;font-size:12px}
@media(max-width:700px){.nav{padding:0 5%;height:72px}nav{gap:13px}nav a:not(.nav-cta){font-size:12px}.nav-cta{padding:8px 11px}.hero{padding:85px 6% 80px}h1{letter-spacing:-2.5px}.hero p{font-size:14px}.actions{flex-direction:column;gap:18px}.feature-grid{grid-template-columns:1fr;padding-bottom:60px}.notice{margin:0 5% 60px;padding:28px;display:block}.notice .button{margin-top:20px}.page{padding:55px 5% 80px}.page-head{display:block}.page-head h1{font-size:46px}.pill{display:inline-block;margin-top:18px}footer{padding:22px 5%;gap:10px;flex-direction:column}}
