:root{--ink:#0d1d33;--muted:#617087;--cream:#f8f8f4;--line:#dce3e8;--mint:#9ce7ca;--mint-dark:#1c8967;--blue:#3573ef;--shadow:0 20px 60px rgba(13,29,51,.12)}
.strip{max-width:1200px;margin:18px auto 0;padding:19px 35px;display:flex;justify-content:space-between;align-items:center;border:1px solid var(--line);border-radius:17px;background:#fff}.strip p{margin:0;font-size:13px;font-weight:700}.strip div{display:flex;gap:27px;color:#65738a;font-size:12px}.strip span:before{content:"✓";color:#1d9b73;margin-right:7px;font-weight:800}.section{max-width:1200px;margin:0 auto;padding:120px 28px}.section-heading{max-width:610px}.section h2{font-size:clamp(37px,4.5vw,56px);line-height:1.08;margin:18px 0}.section-heading>p:last-child{color:var(--muted);line-height:1.65;max-width:490px}.feature-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:16px;margin-top:49px}.feature-card{min-height:255px;padding:28px;border:1px solid var(--line);border-radius:20px;background:#fff}.feature-card.featured{grid-row:span 2;background:var(--ink);color:white;min-height:526px}.feature-card h3{font-size:24px;margin:19px 0 8px}.feature-card p{font-size:14px;line-height:1.55;color:#6c7a8d}.feature-card.featured p{color:#bdc9d6}.feature-icon{display:grid;place-items:center;width:43px;height:43px;border-radius:13px;background:#e5f8f0;color:#25876a;font-size:23px}.featured .feature-icon{background:#24435a;color:var(--mint)}.mini-menu{margin-top:41px;padding:18px;border-radius:13px;background:#fff;color:var(--ink);font-size:11px}.mini-menu span,.mini-menu b{display:block}.mini-menu b{font:700 20px Outfit;margin:8px 0 19px}.mini-menu i{display:inline-block;width:31%;height:5px;border-radius:3px;background:#e5ebf0;margin-right:3px}.mini-menu i:nth-child(5){width:21%;background:#a2ead0}.steps{padding-top:40px;display:grid;grid-template-columns:1fr 1.1fr;gap:70px;align-items:center}.steps ol{margin:0;padding:0;list-style:none;border-top:1px solid var(--line)}.steps li{display:flex;gap:23px;padding:27px 0;border-bottom:1px solid var(--line)}.steps li b{color:#1d9b73;font:700 16px Outfit}.steps h3{font-size:21px;margin:0 0 7px}.steps p{color:var(--muted);font-size:14px;line-height:1.5;margin:0}.plan-section{display:grid;grid-template-columns:1fr .88fr;gap:80px;align-items:center}.plan-copy>p:not(.eyebrow){color:var(--muted);line-height:1.6;max-width:480px}.plan-copy ul{list-style:none;padding:0;margin:25px 0}.plan-copy li{margin:12px 0;font-size:14px;font-weight:600}.plan-copy li:before{content:"✓";display:inline-grid;place-items:center;background:#d8f7eb;color:#178361;border-radius:50%;width:20px;height:20px;margin-right:10px}.plan-card{padding:42px;border-radius:24px;background:#dcecff}.plan-label{color:#3973d7;text-transform:uppercase;letter-spacing:1.3px;font-size:10px;font-weight:800}.plan-card h3{font-size:31px;line-height:1.12;margin:15px 0}.plan-card>p:not(.plan-label){line-height:1.5;color:#53677c}.plan-card .button{margin:17px 0 15px;background:#3973d7;border-color:#3973d7}.plan-card small{display:block;color:#667a91;font-size:11px}.final-cta{max-width:1200px;margin:0 auto 35px;padding:75px 30px;text-align:center;border-radius:30px;background:var(--ink);color:#fff}.final-cta .eyebrow{justify-content:center;color:#a1ddc8}.final-cta .eyebrow span{background:var(--mint)}.final-cta h2{font-size:clamp(40px,5vw,64px);line-height:1.03;margin:18px 0}.final-cta p:not(.eyebrow){max-width:500px;margin:0 auto 27px;color:#b8c6d7;line-height:1.6}.button-light{background:var(--mint);border-color:var(--mint);color:#102439}.button-light:hover{background:#c2f5df}footer{max-width:1200px;margin:auto;padding:25px 28px 50px;display:flex;gap:24px;align-items:center;color:#718097;font-size:12px}footer p{margin-right:auto}footer .brand{color:var(--ink);font-size:19px}footer .brand-mark{width:26px;height:26px;font-size:15px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",Arial,sans-serif}a{text-decoration:none;color:inherit}.topbar{height:80px;display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:auto;padding:0 28px}.brand{display:flex;gap:9px;align-items:center;font:800 23px Outfit,sans-serif;letter-spacing:-1px}.brand-mark{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:var(--ink);color:var(--mint);font:800 18px Outfit}.topbar nav{display:flex;gap:30px;font-size:14px;font-weight:600;color:#415069}.topbar nav a:hover{color:var(--mint-dark)}.button{display:inline-flex;align-items:center;justify-content:center;gap:13px;background:var(--ink);border:1px solid var(--ink);color:#fff;border-radius:11px;padding:15px 20px;font-weight:700;transition:transform .2s,background .2s}.button:hover{background:#203753;transform:translateY(-2px)}.button-small{padding:11px 16px;font-size:14px}.hero{max-width:1200px;margin:25px auto 0;padding:72px 64px 0;border-radius:32px;min-height:565px;overflow:hidden;background:linear-gradient(125deg,#d8faec 0%,#b9eeda 48%,#8ad5c0 100%);display:grid;grid-template-columns:1.04fr .96fr}.hero-copy{position:relative;z-index:2}.eyebrow{display:flex;gap:9px;align-items:center;text-transform:uppercase;letter-spacing:1.6px;font-size:11px;font-weight:800;color:#32685c}.eyebrow span{height:8px;width:8px;border-radius:50%;background:var(--mint-dark)}h1,h2,h3{font-family:Outfit,sans-serif;letter-spacing:-1.8px}h1{font-size:clamp(45px,5.4vw,69px);line-height:1.03;margin:20px 0 22px;max-width:590px}em{font-style:normal;color:var(--mint-dark)}.hero-text{max-width:490px;font-size:17px;line-height:1.6;color:#365164}.hero-actions{display:flex;gap:25px;align-items:center;margin-top:31px}.text-link{font-weight:700;font-size:14px;border-bottom:1px solid #74978c;padding-bottom:4px}.hero-visual{position:relative;min-height:495px}.phone{position:absolute;width:282px;height:510px;right:57px;top:35px;border:8px solid #13253f;border-bottom-width:12px;border-radius:35px;background:#fff;overflow:hidden;box-shadow:0 28px 32px rgba(7,35,40,.24);transform:rotate(5deg)}.phone-top{display:flex;align-items:center;gap:8px;padding:25px 14px 13px}.mini-logo{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#e4fff4;color:#148363;font-weight:800}.phone-top strong{display:block;font-size:12px}.phone-top small{font-size:9px;color:#738096}.phone-top i{display:inline-block;background:#32ae79;width:6px;height:6px;border-radius:50%}.cart{margin-left:auto}.food-image{height:167px;background:linear-gradient(145deg,#eec075,#a95f28);padding:14px;color:#fff;font-size:10px;font-weight:700}.food-image span{padding:6px 9px;border-radius:20px;background:rgba(23,92,62,.9)}.phone-content{padding:13px 18px}.section-label{margin:0;color:#8190a5;font-size:8px;font-weight:700;letter-spacing:.8px}.phone-content h3{font-size:19px;margin:9px 0 5px}.phone-content p:not(.section-label){font-size:10px;color:#778397;line-height:1.4;margin:0 0 15px}.phone-content div{display:flex;align-items:center;color:#e14483;font-size:14px}.phone-content button{margin-left:auto;border:0;background:#e744a2;color:#fff;border-radius:50%;width:31px;height:31px;font-size:21px}.phone-nav{border-top:1px solid #edf0f3;display:flex;justify-content:space-around;padding:13px;color:#8290a2}.floating-card{position:absolute;background:#fff;padding:12px 14px;border-radius:13px;box-shadow:var(--shadow);display:flex;align-items:center;gap:9px;font-size:11px;z-index:3}.floating-card small{display:block;color:#748196}.floating-card strong{font:700 13px Outfit}.icon-circle{display:grid;place-items:center;background:#d6f8e8;color:#208d6a;border-radius:9px;width:30px;height:30px}.card-orders{top:115px;left:-5px}.card-sales{right:0;bottom:50px}.card-sales>span{display:grid;place-items:center;width:29px;height:29px;border-radius:8px;background:#e3ecff;color:#3573ef;font-size:17px}
@media(max-width:800px){.topbar{height:68px;padding:0 20px}.topbar nav{display:none}.topbar .button{font-size:12px;padding:10px 12px}.hero{margin:0;border-radius:0;display:block;padding:52px 25px 0}.hero-visual{min-height:420px;margin-top:18px}.phone{right:15%;top:20px;width:240px;height:435px}.card-orders{left:0;top:70px}.card-sales{right:0;bottom:28px}.strip{margin:0;border-radius:0;display:block;padding:25px}.strip div{margin-top:17px;gap:11px;flex-wrap:wrap}.section{padding:78px 24px}.feature-grid{grid-template-columns:1fr}.feature-card.featured{grid-row:auto;min-height:400px}.steps,.plan-section{grid-template-columns:1fr;gap:25px}.final-cta{border-radius:0;margin:0;padding:70px 24px}footer{flex-wrap:wrap;padding:28px 24px}footer p{width:100%;order:3}.hero-actions{flex-wrap:wrap}}