:root {
  --coral: #ff5c45;
  --coral-dark: #e83f2d;
  --cream: #fff8ef;
  --paper: #fffdf9;
  --yellow: #ffd75e;
  --mint: #80efd0;
  --ink: #17211d;
  --ink-soft: #2c3934;
  --muted: #66716c;
  --line: rgba(23,33,29,.12);
  --shell: min(1180px, calc(100% - 48px));
  --radius: 28px;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body, button, a { font: inherit; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { border: 0; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 120px 0; }
.skip-link { position: fixed; z-index: 999; left: 12px; top: 12px; padding: 10px 14px; color: white; background: var(--ink); border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; color: var(--ink); transition: background .3s, border-color .3s, box-shadow .3s; }
.site-header.scrolled { background: rgba(255,253,249,.9); border-bottom: 1px solid var(--line); box-shadow: 0 10px 35px rgba(30,41,35,.06); backdrop-filter: blur(15px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 88px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 19px; font-weight: 820; letter-spacing: -.04em; }
.brand b { color: var(--coral); }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: var(--ink); transform: rotate(-3deg); }
.brand-mark svg { width: 22px; fill: var(--cream); }
.nav-links { display: flex; align-items: center; gap: 34px; font-size: 12px; font-weight: 720; }
.nav-links > a:not(.nav-cta) { color: #47534e; transition: color .2s; }
.nav-links > a:not(.nav-cta):hover { color: var(--coral); }
.nav-login { padding: 9px 13px; border: 1px solid rgba(23,33,29,.15); border-radius: 999px; }
.nav-cta { display: inline-flex; align-items: center; gap: 18px; padding: 12px 16px 12px 20px; color: white; background: var(--ink); border-radius: 999px; }
.nav-cta span { display: grid; place-items: center; width: 27px; height: 27px; color: var(--ink); background: var(--yellow); border-radius: 50%; }

.hero { position: relative; min-height: 830px; padding-top: 155px; overflow: hidden; background: var(--cream); }
.hero-grid-bg { position: absolute; inset: 0; opacity: .6; background-image: linear-gradient(rgba(55,60,50,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(55,60,50,.055) 1px,transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom,black,transparent 90%); }
.hero::before { content: ""; position: absolute; width: 480px; height: 480px; left: -220px; bottom: -220px; border: 1px solid rgba(255,92,69,.15); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,92,69,.025),0 0 0 160px rgba(255,92,69,.02); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 35px; min-height: 605px; }
.hero-copy { position: relative; z-index: 4; max-width: 660px; padding-bottom: 60px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 27px; color: #9e382c; font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 8px; height: 8px; background: var(--coral); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,92,69,.13); }
.eyebrow-dark { color: #68746e; }
.eyebrow-light { color: rgba(255,255,255,.65); }
.eyebrow-light > span { background: var(--yellow); box-shadow: 0 0 0 5px rgba(255,215,94,.12); }
h1,h2,h3,p { text-wrap: balance; }
h1,h2 { margin: 0; font-weight: 870; letter-spacing: -.068em; line-height: .92; }
h1 { font-size: clamp(68px, 6.75vw, 102px); }
h1 em,h2 em { color: var(--coral); font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.065em; }
.hero-lead { max-width: 590px; margin: 30px 0 0; color: #5f6964; font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-height: 58px; padding: 0 18px 0 25px; border-radius: 999px; font-size: 12px; font-weight: 820; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-3px); }
.button span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; }
.button-dark { color: white; background: var(--ink); box-shadow: 0 15px 35px rgba(23,33,29,.16); }
.button-dark span { color: var(--ink); background: var(--yellow); }
.button-dark:hover { background: var(--coral); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: #46514c; font-size: 12px; font-weight: 800; border-bottom: 1px solid #9ca39f; padding-bottom: 5px; }
.hero-trust { display: flex; align-items: center; gap: 24px; margin-top: 35px; color: #6b756f; font-size: 10px; font-weight: 700; }
.hero-trust span { display: flex; align-items: center; gap: 6px; }
.hero-trust i { color: #1f9c72; font-style: normal; }

.hero-visual { position: relative; align-self: stretch; min-height: 660px; }
.sun-disc { position: absolute; left: 50%; top: 52%; width: 520px; height: 520px; background: var(--coral); border-radius: 50%; transform: translate(-44%,-50%); box-shadow: 0 0 0 45px rgba(255,92,69,.07),0 35px 90px rgba(188,64,46,.2); }
.sun-disc::before { content: ""; position: absolute; inset: 38px; border: 1px dashed rgba(255,255,255,.3); border-radius: 50%; animation: spin 28s linear infinite; }
.nexo-food { position: absolute; z-index: 3; left: 48%; bottom: -35px; width: auto; height: 690px; max-width: none; transform: translateX(-50%); filter: drop-shadow(0 28px 25px rgba(75,33,20,.2)); }
.hero-card { position: absolute; z-index: 5; color: var(--ink); background: rgba(255,255,255,.92); border: 1px solid rgba(23,33,29,.08); box-shadow: 0 18px 50px rgba(75,51,42,.14); backdrop-filter: blur(12px); }
.order-float { left: -10px; top: 145px; display: flex; align-items: center; gap: 12px; min-width: 212px; padding: 14px 16px; border-radius: 17px; transform: rotate(-3deg); }
.float-icon { display: grid; place-items: center; width: 38px; height: 38px; color: white; background: #22b785; border-radius: 12px; }
.hero-card small { display: block; margin-bottom: 4px; color: #7c8882; font-size: 7px; font-weight: 850; letter-spacing: .12em; }
.hero-card strong { display: block; font-size: 13px; }
.sales-float { right: -2px; bottom: 62px; width: 210px; padding: 18px; border-radius: 19px; transform: rotate(3deg); }
.sales-float strong { font-size: 25px; letter-spacing: -.05em; }
.sales-float strong span { font-size: 15px; }
.sales-float em { display: block; margin-top: 7px; color: #209566; font-size: 8px; font-style: normal; font-weight: 800; }
.route-badge { position: absolute; z-index: 5; right: 12px; top: 142px; display: flex; align-items: center; padding: 12px 14px; color: white; background: var(--ink); border-radius: 999px; box-shadow: 0 15px 35px rgba(23,33,29,.16); transform: rotate(5deg); }
.route-badge span { color: var(--yellow); font-size: 9px; }
.route-badge i { width: 27px; border-top: 1px dashed rgba(255,255,255,.55); }
.route-badge b { margin-left: 8px; font-size: 9px; }
.hero-marquee { position: absolute; z-index: 8; inset: auto 0 0; display: flex; justify-content: center; gap: 28px; padding: 18px; color: white; background: var(--ink); font-size: 9px; font-weight: 850; letter-spacing: .18em; white-space: nowrap; }
.hero-marquee i { color: var(--coral); }

.section-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 70px; margin-bottom: 70px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -35px; }
.section-heading h2,.steps h2,.pricing h2,.faq h2 { font-size: clamp(52px, 6vw, 82px); }
.section-heading > p:not(.eyebrow),.steps-copy > p:not(.eyebrow),.pricing-copy > p:not(.eyebrow) { max-width: 470px; margin: 0 0 5px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.problem { overflow: hidden; background: var(--paper); }
.product-showcase { position: relative; padding-right: 98px; }
.dashboard-window { overflow: hidden; min-height: 565px; border: 1px solid var(--line); border-radius: 26px; background: white; box-shadow: 0 30px 80px rgba(28,48,39,.12); }
.window-top { display: grid; grid-template-columns: 1fr 260px auto; align-items: center; gap: 25px; height: 68px; padding: 0 23px; border-bottom: 1px solid var(--line); }
.window-brand { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 800; }.window-brand > span { display: grid; place-items: center; width: 29px; height: 29px; color: white; background: var(--coral); border-radius: 9px; font-size: 9px; }.window-brand b { color: var(--coral); }
.window-search { padding: 10px 14px; color: #a0a9a5; background: #f4f6f5; border-radius: 10px; font-size: 9px; }
.window-user { display: grid; place-items: center; width: 31px; height: 31px; color: white; background: var(--ink); border-radius: 50%; font-size: 8px; }
.dashboard-body { display: grid; grid-template-columns: 165px 1fr; min-height: 497px; }
.dashboard-menu { display: flex; flex-direction: column; gap: 8px; padding: 25px 14px; background: #f7f8f7; border-right: 1px solid var(--line); }
.dashboard-menu span { display: flex; align-items: center; gap: 10px; padding: 11px 12px; color: #7f8984; border-radius: 9px; font-size: 10px; }.dashboard-menu span.active { color: var(--coral-dark); background: #ffe8e1; }.dashboard-menu b { font-size: 9px; }
.dashboard-content { padding: 26px; background: #fbfcfb; }
.dashboard-title { display: flex; justify-content: space-between; align-items: center; }.dashboard-title small { display: block; margin-bottom: 5px; color: #9aa39f; font-size: 7px; font-weight: 800; letter-spacing: .1em; }.dashboard-title strong { font-size: 18px; letter-spacing: -.03em; }.dashboard-title button { padding: 10px 13px; color: white; background: var(--coral); border-radius: 9px; font-size: 8px; font-weight: 800; }
.metric-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 23px; }.metric-row article { position: relative; padding: 16px; border: 1px solid var(--line); border-radius: 13px; background: white; }.metric-row small { display: block; color: #929d97; font-size: 7px; font-weight: 850; letter-spacing: .09em; }.metric-row strong { display: block; margin-top: 9px; font-size: 20px; letter-spacing: -.05em; }.metric-row em { position: absolute; right: 13px; top: 13px; padding: 4px 6px; color: #1b986a; background: #e3f8ef; border-radius: 6px; font-size: 7px; font-style: normal; }
.orders-board { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 19px; }.board-column { min-height: 235px; padding: 10px; background: #f0f3f1; border-radius: 13px; }.board-column header { display: flex; justify-content: space-between; padding: 5px 3px 12px; font-size: 8px; font-weight: 800; }.board-column header b { display: grid; place-items: center; width: 18px; height: 18px; background: white; border-radius: 6px; }.order-mini { margin-bottom: 8px; padding: 12px; border: 1px solid rgba(23,33,29,.08); border-radius: 10px; background: white; box-shadow: 0 5px 12px rgba(23,33,29,.04); }.order-mini.hot { border-color: rgba(255,92,69,.4); }.order-mini small { display: block; color: #9ba49f; font-size: 6px; font-weight: 800; }.order-mini strong { display: block; margin: 7px 0; font-size: 9px; }.order-mini span { color: #3f5048; font-size: 8px; font-weight: 800; }.order-mini.route span { color: #149567; }
.phone-mock { position: absolute; right: 0; top: 60px; width: 245px; padding: 9px; border: 7px solid var(--ink); border-radius: 36px; background: var(--ink); box-shadow: 0 25px 65px rgba(18,30,24,.25); transform: rotate(2deg); }
.phone-screen { position: relative; min-height: 465px; overflow: hidden; padding-bottom: 54px; border-radius: 24px; background: #fffdf9; }.phone-status { display: flex; justify-content: space-between; padding: 8px 14px 6px; font-size: 6px; font-weight: 800; }.phone-status i { font-style: normal; }.store-cover { display: grid; place-items: center; height: 90px; background: linear-gradient(135deg,#ff725f,#ffad53); }.store-cover span { display: grid; place-items: center; width: 50px; height: 50px; color: white; border: 2px solid rgba(255,255,255,.7); border-radius: 16px; font-size: 13px; font-weight: 900; transform: rotate(-4deg); }.store-title { padding: 12px 13px 7px; }.store-title strong { display: block; font-size: 13px; }.store-title span { display: block; margin-top: 4px; color: #748078; font-size: 7px; }.category-pills { display: flex; gap: 6px; padding: 5px 13px 9px; overflow: hidden; white-space: nowrap; font-size: 6px; }.category-pills > * { padding: 6px 8px; border: 1px solid var(--line); border-radius: 999px; }.category-pills b { color: white; background: var(--ink); }.menu-item { display: grid; grid-template-columns: 1fr 58px; align-items: center; gap: 8px; padding: 10px 13px; border-top: 1px solid rgba(23,33,29,.08); }.menu-item small { color: var(--coral); font-size: 5px; font-weight: 850; }.menu-item strong { display: block; margin: 2px 0 4px; font-size: 9px; }.menu-item p { margin: 0 0 5px; color: #818b86; font-size: 6px; line-height: 1.35; }.menu-item b { font-size: 8px; }.food-pic { display: grid; place-items: center; height: 53px; color: var(--ink); border-radius: 12px; font-size: 25px; }.food-pic.burger { background: #ffd75e; }.food-pic.fries { background: #ffc7bb; }.cart-button { position: absolute; left: 10px; right: 10px; bottom: 10px; display: flex; justify-content: space-between; padding: 12px 13px; color: white; background: var(--coral); border-radius: 12px; font-size: 7px; font-weight: 800; }

.features { color: white; background: var(--ink); overflow: hidden; }
.features .section-heading.compact { display: block; }.features .section-heading .eyebrow { margin: 0 0 25px; }.features .section-heading h2 { max-width: 730px; }.features .section-heading h2 em { color: var(--yellow); }
.feature-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 16px; }
.feature-card { position: relative; grid-column: span 4; min-height: 390px; overflow: hidden; padding: 28px; border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius); background: #202c27; }
.feature-card::after { content: ""; position: absolute; width: 190px; height: 190px; right: -100px; bottom: -100px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 32px rgba(255,255,255,.018); }
.feature-large { grid-column: span 8; background: var(--coral); }
.feature-wide { grid-column: span 8; }
.feature-number { position: absolute; right: 25px; top: 25px; color: rgba(255,255,255,.26); font-size: 9px; font-weight: 850; letter-spacing: .15em; }
.feature-icon { display: grid; place-items: center; width: 53px; height: 53px; margin-bottom: 55px; color: var(--ink); background: var(--yellow); border-radius: 16px; font-size: 22px; }
.feature-card h3 { max-width: 450px; margin: 0; font-size: 28px; letter-spacing: -.045em; line-height: 1.05; }
.feature-card p { max-width: 480px; margin: 15px 0 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.65; }
.feature-large p { color: rgba(255,255,255,.8); }
.mini-menu { position: absolute; right: 28px; bottom: 25px; width: 280px; padding: 9px; color: var(--ink); background: white; border-radius: 17px; box-shadow: 0 20px 45px rgba(87,20,12,.18); transform: rotate(-2deg); }.mini-menu span { display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 9px; padding: 8px; border-bottom: 1px solid var(--line); }.mini-menu span:last-child { border: 0; }.mini-menu i { display: grid; place-items: center; width: 35px; height: 35px; background: var(--yellow); border-radius: 9px; font-style: normal; }.mini-menu b,.mini-menu em { font-size: 8px; }.mini-menu em { font-style: normal; font-weight: 800; }
.status-stack { display: grid; gap: 7px; margin-top: 30px; }.status-stack span { display: grid; grid-template-columns: 8px 1fr auto; align-items: center; gap: 8px; padding: 11px; color: #b9c5bf; background: #18221e; border-radius: 10px; font-size: 8px; }.status-stack i { width: 7px; height: 7px; background: var(--coral); border-radius: 50%; }.status-stack span:nth-child(2) i { background: var(--yellow); }.status-stack span:nth-child(3) i { background: var(--mint); }.status-stack b { display: grid; place-items: center; width: 19px; height: 19px; color: white; background: #34413b; border-radius: 6px; font-size: 7px; }
.map-line { display: flex; align-items: center; margin-top: 52px; }.map-line span { display: grid; place-items: center; width: 54px; height: 54px; color: var(--ink); background: var(--mint); border-radius: 50%; font-size: 8px; font-weight: 850; }.map-line span:last-child { background: var(--coral); color: white; }.map-line i { flex: 1; border-top: 1px dashed rgba(255,255,255,.35); }.map-line b { padding: 7px; color: var(--ink); background: var(--yellow); border-radius: 7px; font-size: 7px; }
.customer-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 35px; }.customer-tags span { padding: 8px 10px; color: #b9c5bf; background: #18221e; border: 1px solid rgba(255,255,255,.08); border-radius: 999px; font-size: 7px; }
.chart { position: absolute; right: 35px; bottom: 30px; display: flex; align-items: end; gap: 9px; width: 320px; height: 150px; padding: 18px 20px 0; border-left: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }.chart span { flex: 1; height: var(--h); background: linear-gradient(var(--coral),#ff9b76); border-radius: 5px 5px 0 0; }

.steps { background: #f4eee4; }
.steps-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 105px; }
.steps-copy { position: sticky; top: 135px; align-self: start; }.steps-copy h2 { max-width: 580px; }.steps-copy h2 em { color: var(--coral); }.steps-copy > p:not(.eyebrow) { margin-top: 28px; }.dark-link { margin-top: 28px; }
.step-list { margin: 0; padding: 0; list-style: none; }.step-list li { display: grid; grid-template-columns: 47px 1fr auto; gap: 20px; padding: 32px 0 37px; border-top: 1px solid rgba(23,33,29,.16); }.step-list li:last-child { border-bottom: 1px solid rgba(23,33,29,.16); }.step-list li > span { padding-top: 5px; color: var(--coral); font-size: 10px; font-weight: 850; }.step-list h3 { margin: 0 0 8px; font-size: 27px; letter-spacing: -.045em; }.step-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }.step-list i { display: grid; place-items: center; width: 37px; height: 37px; border: 1px solid rgba(23,33,29,.2); border-radius: 50%; font-style: normal; }

.pricing { position: relative; overflow: hidden; color: white; background: var(--coral); }
.pricing-shape { position: absolute; width: 740px; height: 740px; left: -370px; top: -190px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; box-shadow: 0 0 0 85px rgba(255,255,255,.025),0 0 0 170px rgba(255,255,255,.018); }
.pricing-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 510px; align-items: center; gap: 100px; }
.pricing h2 em { color: var(--yellow); }.pricing-copy > p:not(.eyebrow) { margin-top: 30px; color: rgba(255,255,255,.78); }.pricing-proof { display: flex; gap: 40px; margin-top: 45px; }.pricing-proof span { color: rgba(255,255,255,.75); font-size: 10px; }.pricing-proof b { display: block; margin-bottom: 5px; color: white; font-size: 28px; }
.price-card { padding: 34px; color: var(--ink); background: var(--cream); border-radius: 31px; box-shadow: 0 28px 75px rgba(112,28,18,.23); transform: rotate(1.2deg); }.price-card-head { display: flex; justify-content: space-between; align-items: center; font-size: 8px; font-weight: 850; letter-spacing: .09em; }.price-card-head b { padding: 7px 9px; color: var(--ink); background: var(--yellow); border-radius: 999px; font-size: 6px; }.price { display: flex; align-items: flex-start; margin: 30px 0 20px; letter-spacing: -.06em; }.price small { margin: 15px 7px 0 0; font-size: 12px; }.price strong { font-size: 76px; line-height: .8; }.price sup { margin-top: 1px; font-size: 28px; font-weight: 850; }.price > span { align-self: end; margin: 0 0 5px 5px; color: var(--muted); font-size: 10px; letter-spacing: 0; }.price-card > p { color: var(--muted); font-size: 12px; line-height: 1.55; }.price-card ul { display: grid; gap: 12px; margin: 25px 0 28px; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; }.price-card li { display: flex; gap: 10px; color: #455049; font-size: 11px; }.price-card li i { display: grid; place-items: center; width: 16px; height: 16px; color: white; background: #21a879; border-radius: 50%; font-size: 8px; font-style: normal; }.button-price { width: 100%; color: white; background: var(--ink); }.button-price span { color: var(--ink); background: var(--yellow); }.price-note { display: block; margin-top: 13px; color: #89918d; font-size: 8px; text-align: center; }

.faq { background: var(--paper); }.faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }.faq h2 em { color: var(--coral); }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; justify-content: space-between; gap: 25px; padding: 27px 0; cursor: pointer; font-size: 16px; font-weight: 730; list-style: none; }.faq-list summary::-webkit-details-marker { display:none; }.faq-list summary span { color: var(--coral); font-size: 24px; font-weight: 400; transition: transform .2s; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { margin: -8px 0 28px; padding-right: 60px; color: var(--muted); font-size: 13px; line-height: 1.7; }

.final-cta { position: relative; overflow: hidden; min-height: 670px; color: var(--ink); background: var(--yellow); }.final-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; min-height: 670px; }.final-kicker { display: block; margin-bottom: 25px; font-size: 9px; font-weight: 850; letter-spacing: .15em; }.final-cta h2 { margin: 0; font-size: clamp(61px,7vw,96px); font-weight: 870; line-height: .92; letter-spacing: -.07em; }.final-cta h2 em { color: var(--coral); font-family: Georgia,serif; font-weight: 500; }.final-cta p { max-width: 500px; margin: 28px 0 31px; color: #5c5e4d; font-size: 15px; line-height: 1.65; }.final-mascot { position: relative; align-self: stretch; }.final-disc { position: absolute; left: 50%; top: 50%; width: 500px; height: 500px; background: var(--cream); border-radius: 50%; transform: translate(-43%,-48%); box-shadow: 0 0 0 42px rgba(255,255,255,.18); }.final-mascot img { position: absolute; z-index: 2; left: 53%; bottom: -170px; height: 760px; max-width: none; transform: translateX(-50%); filter: drop-shadow(0 28px 24px rgba(91,68,20,.17)); }

.footer { color: white; background: #121b17; }.footer-main { display: grid; grid-template-columns: 1fr 1fr .7fr; align-items: start; gap: 60px; padding: 72px 0; }.footer-brand b { color: var(--yellow); }.footer-main > p { margin: 3px 0 0; color: rgba(255,255,255,.47); font-size: 13px; line-height: 1.6; }.footer-main nav { display: flex; flex-direction: column; gap: 14px; color: rgba(255,255,255,.63); font-size: 11px; }.footer-main nav a:hover { color: var(--yellow); }.footer-bottom { display: flex; justify-content: space-between; padding: 19px 0 24px; color: rgba(255,255,255,.3); border-top: 1px solid rgba(255,255,255,.1); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .75s cubic-bezier(.2,.8,.2,1),transform .75s cubic-bezier(.2,.8,.2,1); }
[data-reveal][data-delay="1"] { transition-delay: .12s; }
[data-reveal].visible { opacity: 1; transform: none; }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1050px) {
  .hero { min-height: 1000px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 0; }
  .hero-visual { min-height: 560px; }
  .nexo-food { height: 650px; }
  .sun-disc { width: 480px; height: 480px; }
  .order-float { left: 10%; }.sales-float { right: 8%; }
  .feature-card { grid-column: span 6; }.feature-large,.feature-wide { grid-column: span 12; }
  .steps-grid,.faq-grid { gap: 60px; }
  .pricing-grid { grid-template-columns: 1fr 460px; gap: 55px; }
}

@media (max-width: 780px) {
  :root { --shell: min(100% - 30px, 620px); --radius: 23px; }
  .section { padding: 88px 0; }
  .nav-wrap { height: 72px; }.brand { font-size: 16px; }.brand-mark { width: 33px; height: 33px; }.brand-mark svg { width: 19px; }
  .nav-links { gap: 7px; }.nav-links > a:not(.nav-cta):not(.nav-login) { display: none; }.nav-login { padding: 8px 10px; font-size: 9px; }.nav-cta { gap: 9px; padding: 8px 9px 8px 13px; font-size: 9px; }.nav-cta span { width: 25px; height: 25px; }
  .hero { min-height: 930px; padding-top: 125px; }.hero-grid { min-height: 760px; }.hero-copy { text-align: left; }.eyebrow { margin-bottom: 22px; }.hero h1 { font-size: clamp(57px, 16vw, 78px); }.hero-lead { font-size: 14px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }.hero-trust { gap: 12px; flex-wrap: wrap; }.hero-visual { min-height: 415px; }.sun-disc { width: 350px; height: 350px; transform: translate(-50%,-50%); }.nexo-food { height: 485px; bottom: -45px; }.order-float { left: 0; top: 50px; min-width: 180px; padding: 10px; }.float-icon { width: 31px; height: 31px; }.sales-float { right: -3px; bottom: 7px; width: 155px; padding: 13px; }.sales-float strong { font-size: 20px; }.route-badge { right: 0; top: 55px; }.hero-marquee { justify-content: flex-start; gap: 18px; padding-left: 15px; overflow: hidden; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 48px; }.section-heading .eyebrow { grid-column: auto; margin-bottom: 0; }.section-heading h2,.steps h2,.pricing h2,.faq h2 { font-size: 49px; }.section-heading > p:not(.eyebrow) { font-size: 14px; }
  .product-showcase { padding-right: 0; }.dashboard-window { min-height: 390px; border-radius: 19px; }.window-top { grid-template-columns: 1fr auto; height: 52px; padding: 0 12px; }.window-search { display: none; }.dashboard-body { grid-template-columns: 1fr; min-height: 340px; }.dashboard-menu { display: none; }.dashboard-content { padding: 14px; }.dashboard-title strong { font-size: 13px; }.metric-row { gap: 6px; }.metric-row article { padding: 9px; }.metric-row strong { font-size: 13px; }.metric-row em { display: none; }.orders-board { gap: 6px; }.orders-board .board-column:nth-child(3) { display: none; }.orders-board { grid-template-columns: repeat(2,1fr); }.board-column { min-height: 180px; padding: 6px; }.phone-mock { position: relative; top: auto; right: auto; width: 220px; margin: -35px auto 0; transform: rotate(2deg); }
  .feature-grid { grid-template-columns: 1fr; }.feature-card,.feature-large,.feature-wide { grid-column: auto; min-height: 330px; }.feature-icon { margin-bottom: 42px; }.mini-menu,.chart { position: relative; right: auto; bottom: auto; width: 100%; margin-top: 27px; }.chart { height: 120px; }.feature-large { min-height: 480px; }
  .steps-grid,.faq-grid,.pricing-grid,.final-grid { grid-template-columns: 1fr; gap: 55px; }.steps-copy { position: static; }.pricing-proof { margin-top: 30px; }.price-card { padding: 25px; transform: none; }.faq-grid { gap: 45px; }.faq-list details p { padding-right: 10px; }
  .final-cta { min-height: 970px; padding-top: 85px; }.final-grid { display: block; min-height: auto; }.final-cta h2 { font-size: 60px; }.final-mascot { min-height: 470px; margin-top: 25px; }.final-disc { width: 360px; height: 360px; }.final-mascot img { height: 540px; bottom: -130px; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; padding: 55px 0; }.footer-main nav { margin-top: 5px; }
}

@media (max-width: 400px) {
  .hero { min-height: 900px; }.hero h1 { font-size: 54px; }.hero-visual { min-height: 375px; }.nexo-food { height: 430px; }.sun-disc { width: 310px; height: 310px; }.order-float { transform: scale(.82) rotate(-3deg); transform-origin: left center; }.route-badge { transform: scale(.8) rotate(5deg); transform-origin: right center; }.sales-float { transform: scale(.85) rotate(3deg); transform-origin: right bottom; }
  .section-heading h2,.steps h2,.pricing h2,.faq h2 { font-size: 43px; }.price strong { font-size: 66px; }.pricing-proof { gap: 25px; }.feature-card h3 { font-size: 25px; }.final-cta h2 { font-size: 53px; }.footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
