@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');
:root{--ink:#171817;--cream:#f5f1e9;--orange:#f26a2c;--muted:#7e7a72;--line:rgba(23,24,23,.13);--white:#fffdfa}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',sans-serif}a{color:inherit;text-decoration:none}.page-shell{max-width:1440px;margin:auto;padding:0 6vw;overflow:hidden}.site-header{height:92px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:11px;font:700 22px 'Space Grotesk',sans-serif;letter-spacing:-1px}.brand span span{color:var(--orange)}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--orange);color:#fff;font:700 21px 'Space Grotesk',sans-serif}.status-pill{display:flex;align-items:center;gap:8px;padding:8px 13px;border:1px solid var(--line);border-radius:30px;color:var(--muted);font-size:12px}.status-pill i{width:7px;height:7px;border-radius:50%;background:#42aa67;box-shadow:0 0 0 4px rgba(66,170,103,.12)}
.hero{display:grid;grid-template-columns:1fr 1fr;gap:7vw;align-items:center;min-height:650px;padding:82px 0 95px}.eyebrow{text-transform:uppercase;letter-spacing:2.2px;font-size:10px;font-weight:700;color:var(--orange);margin:0 0 22px}.hero h1,.closing h2{font:700 clamp(48px,6.2vw,88px)/.98 'Space Grotesk',sans-serif;letter-spacing:-5px;margin:0}.hero h1 em,.closing h2 em{font-style:normal;color:var(--orange)}.hero-text{max-width:500px;color:#6f6b63;font-size:17px;line-height:1.65;margin:30px 0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;gap:28px;border-radius:8px;padding:15px 18px;font-weight:700;font-size:13px;transition:.2s transform,.2s box-shadow}.button:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(23,24,23,.12)}.button-primary{background:var(--orange);color:#fff}.button-secondary{border:1px solid var(--ink)}.button span{font-size:18px}.microcopy{color:var(--muted);font-size:11px;margin-top:22px}
.hero-art{position:relative;min-height:450px;display:grid;place-items:center}.glow{position:absolute;width:390px;height:390px;border-radius:50%;background:rgba(242,106,44,.16);filter:blur(35px)}.dashboard-card{position:relative;width:min(100%,475px);padding:22px;border-radius:18px;background:var(--white);box-shadow:0 25px 65px rgba(64,47,26,.17);transform:rotate(2.5deg);transition:transform .2s ease}.dash-top{display:flex;align-items:center;gap:10px;border-bottom:1px solid #eee9df;padding-bottom:17px}.dash-logo{display:grid;place-items:center;width:27px;height:27px;background:var(--orange);border-radius:8px;color:#fff;font-weight:700}.dash-line{height:9px;width:130px;background:#eeeae3;border-radius:10px}.dash-dot{margin-left:auto;width:24px;height:24px;background:#f0a835;border-radius:50%}.dash-welcome{font:700 25px 'Space Grotesk';margin:30px 0 19px}.dash-welcome span{display:block;font:400 11px 'DM Sans';color:#98938b;margin-top:7px}.dash-banner{display:flex;align-items:center;gap:12px;padding:15px;border-radius:10px;color:#fff;background:linear-gradient(100deg,#ed652c,#d9431e);font-size:12px}.dash-banner small{display:block;opacity:.72;margin-top:4px}.dash-banner b{margin-left:auto;font-size:20px}.pulse{width:25px;height:25px;border:5px solid rgba(255,255,255,.35);border-radius:50%}.dash-label{font:700 17px 'Space Grotesk';margin:27px 0 13px}.product-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mini-product{padding:12px;border:1px solid #eee9df;border-radius:10px;font-size:11px}.product-icon{display:grid;place-items:center;height:66px;margin-bottom:10px;border-radius:7px;background:#4d3325;color:#ffb2a1;font-size:35px}.product-icon.box{color:#f8d58c}.mini-product small{display:block;color:#7d9d6a;margin-top:7px;font-size:9px}.dash-cart{display:flex;align-items:center;gap:14px;background:var(--ink);color:#fff;padding:13px;margin:15px -5px -5px;border-radius:10px;font-size:9px}.dash-cart strong{font-size:16px}.dash-cart button{margin-left:auto;background:var(--orange);color:#fff;border:0;padding:9px;border-radius:6px;font-size:9px;font-weight:700}
.feature-section{border-top:1px solid var(--line);padding:100px 0 110px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:43px}.section-heading h2{font:700 clamp(35px,4vw,57px)/1 'Space Grotesk';letter-spacing:-3px;margin:0}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.feature-card{position:relative;padding:29px;border:1px solid var(--line);border-radius:13px;min-height:280px;background:rgba(255,253,250,.4)}.feature-card.featured{background:var(--ink);color:#fff}.feature-number{position:absolute;right:25px;top:27px;font-size:11px;color:var(--muted)}.featured .feature-number{color:#aaa}.feature-icon{font-size:35px;color:var(--orange);margin:24px 0 31px}.feature-card h3{font:700 22px 'Space Grotesk';margin:0 0 12px}.feature-card p{color:#858078;font-size:13px;line-height:1.65;max-width:270px}.featured p{color:#aaa}
.closing{display:flex;justify-content:space-between;gap:60px;padding:95px 0 110px;border-top:1px solid var(--line)}.closing h2{font-size:clamp(40px,5vw,69px)}.closing-copy{max-width:300px;align-self:end;color:#77736b;line-height:1.7;font-size:15px}.text-link{display:inline-flex;gap:18px;color:var(--orange);font-weight:700;margin-top:18px}.site-footer{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;border-top:1px solid var(--line);padding:25px 0 32px;color:var(--muted);font-size:11px}.site-footer a{color:var(--orange)}
@media(max-width:800px){.page-shell{padding:0 6vw}.hero{grid-template-columns:1fr;padding:65px 0 80px;gap:40px}.hero-art{min-height:390px}.section-heading,.closing{display:block}.section-heading h2{margin-top:15px}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:230px}.closing-copy{margin-top:35px}.site-footer{display:grid;grid-template-columns:1fr 1fr}.site-footer a{grid-column:1/-1}.hero h1,.closing h2{letter-spacing:-3px}}
@media(max-width:450px){.site-header{height:78px}.status-pill{font-size:10px}.hero h1{font-size:49px}.hero-text{font-size:15px}.button{width:100%;justify-content:space-between}.dashboard-card{padding:14px}.dash-welcome{font-size:21px}.product-row{grid-template-columns:1fr}.product-icon{height:50px}.site-footer{display:flex;flex-direction:column}}
.signup-form{max-width:520px;margin-top:33px}.signup-form label{display:block;font-size:13px;font-weight:700;margin-bottom:10px}.signup-row{display:flex;gap:8px}.signup-row input{min-width:0;flex:1;border:1px solid var(--line);border-radius:8px;background:var(--white);padding:15px 14px;color:var(--ink);font:inherit;font-size:13px;outline:none}.signup-row input:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(242,106,44,.12)}.signup-row .button{border:0;cursor:pointer;white-space:nowrap}.signup-note{color:var(--muted);font-size:11px;margin:10px 0 0}.signup-note.success{color:#398457}.signup-note.error{color:#c64c32}@media(max-width:450px){.signup-row{display:block}.signup-row input,.signup-row .button{width:100%}.signup-row .button{margin-top:8px}}