@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap");

:root {
    --ink: #10241f;
    --muted: #687b75;
    --cream: #f7f5ee;
    --paper: #fffdf8;
    --green: #0d765d;
    --green-dark: #064c3d;
    --lime: #b9da78;
    --line: #dfe6df;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.container { margin: 0 auto; max-width: 1180px; padding-left: 24px; padding-right: 24px; }
.topbar { background: rgba(255,253,248,.94); border-bottom: 1px solid rgba(16,36,31,.08); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px); }
.topbar-inner { align-items: center; display: flex; justify-content: space-between; min-height: 76px; }
.logo { align-items: center; display: inline-flex; font-family: Manrope, sans-serif; font-size: 1.25rem; font-weight: 700; letter-spacing: -.05em; }
.logo strong { color: var(--green); font-weight: 800; }
.logo-mark { align-items: center; background: var(--green); border-radius: 9px 2px 9px 2px; color: white; display: inline-flex; font-size: .9rem; height: 31px; justify-content: center; margin-right: 9px; transform: rotate(-5deg); width: 31px; }
.main-nav { align-items: center; display: flex; gap: 30px; font-size: .88rem; font-weight: 600; }
.main-nav a:hover { color: var(--green); }
.main-nav .nav-cta { background: var(--ink); border-radius: 99px; color: white; padding: 10px 19px; }
.main-nav .nav-cta:hover { background: var(--green); color: white; }
.hero { background: radial-gradient(circle at 80% 20%, #e6efda 0, transparent 28%), var(--cream); overflow: hidden; padding: 92px 0 70px; }
.hero-grid { align-items: center; display: grid; gap: 68px; grid-template-columns: 1.05fr .95fr; }
.eyebrow { align-items: center; color: var(--green); display: flex; font-size: .72rem; font-weight: 700; gap: 9px; letter-spacing: .15em; margin: 0 0 20px; text-transform: uppercase; }
.eyebrow span { background: var(--lime); border-radius: 50%; height: 7px; width: 7px; }
h1,h2,h3 { font-family: Manrope, sans-serif; letter-spacing: -.055em; line-height: 1.08; margin-top: 0; }
h1 { font-size: clamp(3.1rem, 6vw, 5.6rem); margin-bottom: 24px; }
h1 em,h2 em { color: var(--green); font-style: normal; }
.hero-lead { color: var(--muted); font-size: 1.08rem; margin: 0 0 31px; max-width: 580px; }
.hero-actions,.product-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 13px; }
.button { align-items: center; border: 1px solid transparent; border-radius: 99px; display: inline-flex; font-size: .88rem; font-weight: 700; gap: 22px; justify-content: center; padding: 14px 22px; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: white; }
.button-primary:hover { background: var(--green-dark); }
.button-secondary { border-color: #ccd7d0; }
.button-secondary:hover { background: white; }
.hero-proof { border-top: 1px solid #d8dfd8; display: grid; gap: 20px; grid-template-columns: repeat(3,1fr); margin-top: 48px; padding-top: 25px; }
.hero-proof strong,.hero-proof span { display: block; }
.hero-proof strong { font-family: Manrope,sans-serif; font-size: .9rem; }
.hero-proof span { color: var(--muted); font-size: .72rem; margin-top: 3px; }
.hero-visual { min-height: 520px; position: relative; }
.glow { border-radius: 50%; position: absolute; }
.glow-one { background: var(--green); height: 390px; right: 10px; top: 55px; width: 390px; }
.glow-two { border: 1px solid rgba(255,255,255,.35); height: 470px; right: -30px; top: 15px; width: 470px; }
.dashboard-card { background: white; border: 1px solid rgba(16,36,31,.1); border-radius: 21px; box-shadow: 0 28px 70px rgba(10,55,45,.22); left: 20px; padding: 20px; position: absolute; right: 50px; top: 75px; transform: rotate(2deg); z-index: 2; }
.dashboard-head,.dashboard-title,.orders-preview div { align-items: center; display: flex; justify-content: space-between; }
.mini-logo { font-family: Manrope,sans-serif; font-weight: 800; }
.mini-logo i { background: var(--green); border-radius: 4px; display: inline-block; height: 13px; margin-right: 5px; width: 13px; }
.live-dot { background: #edf7ed; border-radius: 99px; color: var(--green); font-size: .58rem; font-weight: 700; padding: 5px 9px; }
.dashboard-title { background: var(--cream); border-radius: 13px; margin-top: 18px; padding: 17px; }
.dashboard-title span,.metric span,.metric small,.orders-preview>span,.orders-preview small { color: var(--muted); display: block; font-size: .63rem; }
.dashboard-title strong { display: block; font-family: Manrope,sans-serif; font-size: 1.05rem; }
.dashboard-title .status-icon { align-items: center; background: var(--green); border-radius: 50%; color: white; display: flex; font-size: 1rem; height: 34px; justify-content: center; width: 34px; }
.metric-grid { display: grid; gap: 11px; grid-template-columns: 1fr 1fr; margin: 11px 0; }
.metric { border: 1px solid var(--line); border-radius: 12px; padding: 13px; }
.metric strong { display: block; font-family: Manrope,sans-serif; font-size: 1.7rem; line-height: 1.2; }
.metric small { color: var(--green); }
.orders-preview { border: 1px solid var(--line); border-radius: 12px; padding: 13px; }
.orders-preview>span { font-weight: 700; margin-bottom: 7px; }
.orders-preview div { border-top: 1px solid #edf0ed; gap: 9px; padding: 8px 0; }
.orders-preview i { align-items: center; background: var(--cream); border-radius: 7px; display: flex; font-size: .65rem; font-style: normal; height: 29px; justify-content: center; width: 29px; }
.orders-preview p { flex: 1; line-height: 1.2; margin: 0; }
.orders-preview strong { display: block; font-size: .66rem; }
.orders-preview b { background: #edf7ed; border-radius: 99px; color: var(--green); font-size: .53rem; padding: 4px 7px; }
.float-card { align-items: center; background: white; border-radius: 12px; box-shadow: 0 16px 35px rgba(10,55,45,.18); display: flex; gap: 9px; padding: 11px 14px; position: absolute; z-index: 3; }
.float-card p { line-height: 1.2; margin: 0; }
.float-card strong,.float-card small { display: block; font-size: .65rem; }
.float-card small { color: var(--muted); margin-top: 3px; }
.float-order { left: -13px; top: 35px; }
.float-order>span { align-items: center; background: var(--lime); border-radius: 50%; display: flex; height: 27px; justify-content: center; width: 27px; }
.float-qr { bottom: 18px; right: 8px; }
.qr-mini { background: repeating-conic-gradient(#10241f 0 25%,white 0 50%) 0/8px 8px; border: 4px solid white; box-shadow: 0 0 0 1px #ddd; height: 34px; width: 34px; }
.section { padding: 110px 0; }
.centered { justify-content: center; }
.intro { text-align: center; }
.intro h2,.about h2 { font-size: clamp(2.5rem,5vw,4.3rem); margin-bottom: 18px; }
.section-lead { color: var(--muted); margin: 0 auto; max-width: 560px; }
.value-grid { display: grid; gap: 22px; grid-template-columns: repeat(3,1fr); margin-top: 60px; text-align: left; }
.value-grid article { border-top: 1px solid var(--line); padding: 28px 12px 0 0; }
.feature-icon { color: var(--green); font-family: Manrope,sans-serif; font-size: .7rem; font-weight: 800; }
.value-grid h3 { font-size: 1.25rem; margin: 24px 0 10px; }
.value-grid p { color: var(--muted); font-size: .9rem; margin: 0; }
.product { background: var(--green-dark); color: white; overflow: hidden; }
.product-grid { align-items: center; display: grid; gap: 90px; grid-template-columns: 1fr 1fr; }
.eyebrow.light { color: var(--lime); }
.product h2 { font-size: clamp(2.7rem,5vw,4.5rem); margin-bottom: 24px; }
.product h2 em { color: var(--lime); }
.product-copy>p:not(.eyebrow) { color: #b7ccc5; max-width: 570px; }
.check-list { display: grid; gap: 19px; list-style: none; margin: 35px 0; padding: 0; }
.check-list li { align-items: flex-start; display: flex; gap: 13px; }
.check-list li>span { align-items: center; background: rgba(185,218,120,.15); border-radius: 50%; color: var(--lime); display: flex; flex: 0 0 auto; height: 26px; justify-content: center; width: 26px; }
.check-list strong,.check-list small { display: block; }
.check-list strong { font-size: .91rem; }
.check-list small { color: #9eb8af; font-size: .78rem; margin-top: 3px; }
.button-light { background: var(--lime); color: var(--ink); }
.button-light:hover { background: white; }
.text-link { border-bottom: 1px solid rgba(255,255,255,.35); color: white; font-size: .84rem; font-weight: 700; padding: 8px 0; }
.phone-stage { min-height: 630px; position: relative; }
.phone { background: #071e18; border: 7px solid #071e18; border-radius: 38px; box-shadow: 0 30px 70px rgba(0,0,0,.38); left: 50%; overflow: hidden; position: absolute; top: 0; transform: translateX(-50%) rotate(3deg); width: 315px; z-index: 2; }
.phone-top { background: white; height: 23px; text-align: center; }
.phone-top span { background: #071e18; border-radius: 0 0 12px 12px; display: inline-block; height: 14px; width: 82px; }
.phone-screen { background: #faf9f5; color: var(--ink); min-height: 570px; padding: 17px; }
.phone-header { align-items: center; display: flex; justify-content: space-between; }
.phone-header small { color: var(--green); font-weight: 800; }
.phone-header b { background: #e8eee8; border-radius: 99px; font-size: .57rem; padding: 5px 8px; }
.phone-screen>p { font-family: Manrope,sans-serif; font-size: 1.45rem; font-weight: 800; letter-spacing: -.05em; line-height: 1.15; margin: 34px 0 18px; }
.phone-tabs { display: flex; gap: 13px; overflow: hidden; }
.phone-tabs span,.phone-tabs b { font-size: .58rem; white-space: nowrap; }
.phone-tabs b { border-bottom: 2px solid var(--green); padding-bottom: 4px; }
.dish { align-items: center; background: white; border: 1px solid #e7e9e5; border-radius: 12px; display: grid; gap: 8px; grid-template-columns: 45px 1fr auto; margin-top: 12px; padding: 9px; }
.dish i { align-items: center; background: var(--cream); border-radius: 8px; display: flex; font-size: 1.35rem; height: 45px; justify-content: center; }
.dish p { line-height: 1.2; margin: 0; }
.dish b,.dish small { display: block; }
.dish b { font-size: .62rem; }
.dish small { color: var(--muted); font-size: .52rem; margin-top: 3px; }
.dish strong { font-size: .61rem; }
.phone-total { background: var(--ink); border-radius: 11px; bottom: 18px; color: white; left: 17px; padding: 12px; position: absolute; right: 17px; }
.phone-total span,.phone-total b { display: block; font-size: .58rem; }
.phone-total span { color: #a8bab3; margin-bottom: 4px; }
.phone-badge { background: white; border-radius: 12px; box-shadow: 0 18px 40px rgba(0,0,0,.25); color: var(--ink); padding: 12px 16px; position: absolute; z-index: 3; }
.phone-badge b,.phone-badge span { display: block; font-size: .67rem; }
.phone-badge span { color: var(--muted); font-size: .58rem; }
.badge-top { right: 0; top: 65px; transform: rotate(-3deg); }
.badge-bottom { bottom: 110px; left: 0; transform: rotate(2deg); }
.about { background: var(--cream); }
.about-grid { display: grid; gap: 80px; grid-template-columns: 1fr 1fr; }
.about-lead { color: var(--ink)!important; font-family: Manrope,sans-serif; font-size: 1.35rem!important; font-weight: 700; letter-spacing: -.03em; }
.about-grid p { color: var(--muted); font-size: .95rem; }
.text-link.dark { border-color: #bdc9c2; color: var(--green); display: inline-block; margin-top: 17px; }
.cta-section { background: var(--cream); padding: 0 0 80px; }
.cta-box { align-items: center; background: var(--green); border-radius: 24px; color: white; display: flex; justify-content: space-between; padding-bottom: 55px; padding-top: 55px; }
.cta-box h2 { font-size: clamp(2.5rem,5vw,4.2rem); margin: 0; }
.cta-box h2 em { color: var(--lime); }
footer { background: var(--ink); color: #99ada6; font-size: .74rem; padding: 30px 0; }
.footer-inner { align-items: center; display: flex; gap: 25px; justify-content: space-between; }
.footer-logo { color: white; }
.footer-inner p { margin: 0; }

@media (max-width: 900px) {
    .hero-grid,.product-grid,.about-grid { grid-template-columns: 1fr; }
    .hero { padding-top: 65px; }
    .hero-visual { margin: 0 auto; max-width: 540px; width: 100%; }
    .value-grid { grid-template-columns: 1fr; }
    .product-grid { gap: 55px; }
    .phone-stage { margin: 0 auto; max-width: 500px; width: 100%; }
}

@media (max-width: 620px) {
    .container { padding-left: 18px; padding-right: 18px; }
    .topbar-inner { min-height: 66px; }
    .main-nav a:not(.nav-cta) { display: none; }
    .hero { padding-top: 48px; }
    h1 { font-size: 3rem; }
    .hero-proof { gap: 10px; }
    .hero-visual { min-height: 430px; transform: scale(.88); transform-origin: top center; width: 112%; margin-left: -6%; }
    .dashboard-card { left: 0; right: 20px; }
    .float-order { left: -5px; }
    .section { padding: 78px 0; }
    .phone-stage { min-height: 610px; transform: scale(.92); transform-origin: top center; }
    .badge-top { right: -15px; }
    .badge-bottom { left: -12px; }
    .cta-box { align-items: flex-start; border-radius: 0; flex-direction: column; gap: 30px; }
    .footer-inner { align-items: flex-start; flex-direction: column; }
}
