:root {
  --ink: #071516;
  --ink-soft: #132628;
  --paper: #f6f8f5;
  --white: #ffffff;
  --aqua: #5ce7d4;
  --aqua-strong: #23c3c2;
  --cyan: #62cdd7;
  --lime: #d7ff64;
  --orange: #ff7048;
  --muted: #607072;
  --line: rgba(7, 21, 22, .13);
  --shadow: 0 28px 90px rgba(3, 20, 21, .13);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.6; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 16px; border-radius: 8px; color: var(--ink); background: var(--lime); font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 50; color: #fff; }
.nav-shell { min-height: 92px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-image { width: 46px; height: 46px; padding: 3px; overflow: hidden; border-radius: 13px; background: #fff; box-shadow: 0 8px 26px rgba(0,0,0,.14); }
.brand-image img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); }
.brand > span:last-child { display: grid; line-height: 1.05; }
.brand strong { font: 800 21px/1 "Manrope", sans-serif; letter-spacing: -.04em; }
.brand small { margin-top: 5px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; opacity: .72; }
.desktop-nav { justify-self: center; display: flex; gap: 32px; }
.desktop-nav a { position: relative; color: rgba(255,255,255,.76); font-size: 14px; font-weight: 700; text-decoration: none; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--aqua); transition: right .25s; }
.desktop-nav a:hover { color: #fff; }
.desktop-nav a:hover::after { right: 0; }
.nav-cta { min-height: 44px; padding: 11px 18px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: #fff; text-decoration: none; font-size: 13px; font-weight: 800; transition: .2s; }
.nav-cta:hover { color: var(--ink); border-color: var(--lime); background: var(--lime); }
.menu-toggle, .mobile-menu { display: none; }

.hero { position: relative; min-height: 860px; padding: 154px 0 0; overflow: hidden; color: #fff; background: radial-gradient(circle at 76% 30%, #123d3c 0, #0b2223 28%, var(--ink) 62%); }
.hero::after { content: ""; position: absolute; inset: auto -5% -105px; height: 190px; background: var(--paper); transform: rotate(-2.5deg); transform-origin: center; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.glow-one { width: 500px; height: 500px; right: -160px; top: 180px; background: radial-gradient(circle, rgba(92,231,212,.16), transparent 68%); }
.glow-two { width: 300px; height: 300px; left: -120px; top: 340px; background: radial-gradient(circle, rgba(98,205,215,.08), transparent 70%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 70px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--aqua); font: 800 14px/1.25 "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .11em; }
.eyebrow span { width: 27px; height: 2px; background: currentColor; }
.hero h1 { max-width: 620px; margin: 28px 0 24px; font: 800 clamp(3.35rem, 5.2vw, 5.25rem)/.98 "Manrope", sans-serif; letter-spacing: -.065em; }
.hero h1 em { color: var(--aqua); font-style: normal; }
.hero-copy > p { max-width: 590px; margin: 0; color: rgba(255,255,255,.72); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 13px 21px; border: 1px solid transparent; border-radius: 12px; font: 800 14px/1 "Manrope", sans-serif; text-decoration: none; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: var(--ink); background: var(--lime); box-shadow: 0 14px 32px rgba(215,255,100,.17); }
.button.primary:hover { background: #e1ff8b; }
.button.ghost { color: #fff; border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.04); }
.button.ghost:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.08); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 40px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); }
.hero-proof div { display: grid; }
.hero-proof strong { font: 800 16px/1.2 "Manrope", sans-serif; }
.hero-proof span { margin-top: 4px; color: rgba(255,255,255,.58); font-size: 14px; }

.product-stage { position: relative; min-height: 515px; }
.orbit { position: absolute; border: 1px solid rgba(92,231,212,.17); border-radius: 50%; }
.orbit-a { width: 520px; height: 520px; left: 0; top: -24px; }
.orbit-b { width: 390px; height: 390px; right: -80px; top: 38px; }
.dashboard-card { position: absolute; left: 15px; right: 0; top: 30px; padding: 24px; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.97), rgba(235,248,244,.92)); box-shadow: 0 42px 120px rgba(0,0,0,.35); color: var(--ink); transform: perspective(1200px) rotateY(-5deg) rotateX(2deg); }
.dash-top { display: flex; align-items: center; gap: 12px; }
.mini-logo { width: 42px; height: 42px; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; }
.mini-logo img { width: 100%; height: 100%; object-fit: cover; }
.dash-top > div { display: grid; line-height: 1.2; }
.dash-top small { color: #7b898a; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.dash-top strong { margin-top: 3px; font: 800 16px/1.2 "Manrope", sans-serif; }
.live-pill { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 999px; background: #e8f9f4; color: #218c7e; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.live-pill i { width: 7px; height: 7px; border-radius: 50%; background: #39c7a7; box-shadow: 0 0 0 4px rgba(57,199,167,.15); }
.metric-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 23px 0 18px; }
.metric-row div { display: grid; padding: 15px; border: 1px solid #dfe8e5; border-radius: 15px; background: rgba(255,255,255,.75); }
.metric-row span { color: #687576; font-size: 10px; font-weight: 700; }
.metric-row strong { margin: 4px 0; font: 800 24px/1 "Manrope", sans-serif; }
.metric-row small { color: #91a09e; font-size: 9px; }
.order-board { overflow: hidden; border: 1px solid #dde7e4; border-radius: 16px; background: #fff; }
.board-head, .order-row { display: grid; align-items: center; gap: 10px; padding: 12px 14px; }
.board-head { grid-template-columns: 1fr auto; border-bottom: 1px solid #edf1ef; }
.board-head strong { font-size: 12px; }
.board-head span { color: #90a09f; font-size: 9px; }
.order-row { grid-template-columns: .65fr 1fr 1fr auto; border-bottom: 1px solid #f0f3f2; font-size: 10px; }
.order-row:last-child { border-bottom: 0; }
.order-code { font-weight: 800; }
.status { justify-self: start; padding: 5px 8px; border-radius: 999px; font-size: 8px; font-weight: 800; }
.status.preparing { color: #a86a00; background: #fff1cf; }
.status.new { color: #126f85; background: #dff5fb; }
.status.ready { color: #17835d; background: #dff8ed; }
.phone-card { position: absolute; width: 205px; right: -42px; top: 218px; z-index: 4; padding: 17px 12px 13px; overflow: hidden; border: 5px solid #112224; border-radius: 30px; color: var(--ink); background: #fff; box-shadow: 0 28px 70px rgba(0,0,0,.34); transform: rotate(5deg); }
.phone-notch { position: absolute; width: 68px; height: 15px; left: 50%; top: 0; border-radius: 0 0 12px 12px; background: #112224; transform: translateX(-50%); }
.phone-brand { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 7px; margin: 6px 0 11px; }
.phone-brand strong { font-size: 10px; }
.phone-brand small { grid-column: 2; color: #278d71; font-size: 8px; }
.brand-dot { grid-row: span 2; width: 24px; height: 24px; border-radius: 8px; background: linear-gradient(145deg, var(--aqua), var(--cyan)); }
.food-photo { height: 135px; overflow: hidden; border-radius: 13px; background: #edf7f4; }
.food-photo img { width: 100%; height: 100%; object-fit: cover; }
.phone-copy { display: grid; margin: 10px 2px; }
.phone-copy small { color: #24a187; font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.phone-copy strong { margin-top: 2px; font: 800 12px/1.25 "Manrope", sans-serif; }
.phone-copy span { color: #899392; font-size: 8px; }
.phone-button { display: flex; align-items: center; justify-content: space-between; padding: 8px 10px; border-radius: 9px; color: #08231f; background: var(--aqua); font-size: 8px; font-weight: 800; }
.floating-ticket { position: absolute; left: -18px; bottom: 44px; z-index: 5; display: flex; align-items: center; gap: 10px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.3); border-radius: 15px; color: var(--ink); background: rgba(255,255,255,.94); box-shadow: 0 20px 45px rgba(0,0,0,.25); }
.floating-ticket > span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--lime); font-weight: 900; }
.floating-ticket div { display: grid; }
.floating-ticket strong { font-size: 11px; }
.floating-ticket small { color: #788786; font-size: 9px; }
.trust-strip { position: relative; z-index: 3; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 68px; color: rgba(255,255,255,.7); font-size: 13px; }
.trust-strip > span { color: rgba(255,255,255,.4); }
.trust-strip strong { color: #fff; font-weight: 700; }
.trust-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--aqua); }

.pain-section { padding: 120px 0 105px; }
.section-intro { max-width: 780px; }
.section-intro.centered { margin: 0 auto 46px; text-align: center; }
.section-kicker { color: #168d88; }
.section-kicker.light { color: var(--aqua); }
.section-intro h2, .section-heading h2, .workflow-copy h2, .integration-copy h2, .faq-title h2, .contact-copy h2 { margin: 15px 0 0; font: 800 clamp(2.2rem, 4vw, 3.8rem)/1.08 "Manrope", sans-serif; letter-spacing: -.05em; }
.pain-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.pain-grid article { min-height: 255px; padding: 27px 24px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.62); }
.pain-number { color: #1c9b94; font: 800 14px/1 "Manrope", sans-serif; letter-spacing: .12em; }
.pain-grid h3 { margin: 52px 0 10px; font: 800 20px/1.2 "Manrope", sans-serif; letter-spacing: -.025em; }
.pain-grid p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.pain-grid .pain-solution { position: relative; overflow: hidden; border-color: var(--ink); color: #fff; background: var(--ink); }
.pain-solution::after { content: ""; position: absolute; width: 160px; height: 160px; right: -55px; top: -55px; border: 1px solid rgba(92,231,212,.25); border-radius: 50%; box-shadow: 0 0 0 34px rgba(92,231,212,.05); }
.pain-solution .spark { color: var(--aqua); font-size: 25px; }
.pain-solution h3 { margin-top: 38px; }
.pain-solution p { color: rgba(255,255,255,.6); }
.pain-solution a { display: inline-flex; gap: 14px; margin-top: 20px; color: var(--lime); font-size: 15px; font-weight: 800; text-decoration: none; }

.solutions { padding: 112px 0 124px; background: #fff; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; margin-bottom: 48px; }
.split-heading p { margin: 0 0 5px; color: var(--muted); font-size: 17px; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.feature { min-height: 248px; padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: #fbfcfb; transition: transform .25s, box-shadow .25s, border-color .25s; }
.feature:hover { transform: translateY(-5px); border-color: rgba(35,195,194,.45); box-shadow: 0 20px 50px rgba(12,45,45,.09); }
.feature.featured { grid-column: span 2; position: relative; overflow: hidden; color: #fff; background: linear-gradient(125deg, #0b2425, #104242); }
.feature.featured::after { content: ""; position: absolute; width: 250px; height: 250px; right: -65px; bottom: -115px; border: 1px solid rgba(92,231,212,.35); border-radius: 50%; box-shadow: 0 0 0 45px rgba(92,231,212,.05), 0 0 0 90px rgba(92,231,212,.03); }
.feature-icon { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid #d6e5e1; border-radius: 13px; color: #0a7d78; background: #eaf9f5; font-size: 20px; font-weight: 800; }
.featured .feature-icon { border-color: rgba(255,255,255,.18); color: var(--lime); background: rgba(255,255,255,.08); }
.feature-tag { position: absolute; right: 25px; top: 25px; color: var(--aqua); font-size: 12px; font-weight: 800; letter-spacing: .11em; }
.feature h3 { margin: 35px 0 8px; font: 800 20px/1.2 "Manrope", sans-serif; letter-spacing: -.025em; }
.featured h3 { margin-top: 28px; font-size: 26px; }
.feature p { max-width: 570px; margin: 0; color: var(--muted); font-size: 16px; }
.featured p { color: rgba(255,255,255,.63); }
.mini-flow { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 21px; }
.mini-flow span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; background: rgba(255,255,255,.07); font-size: 12px; font-weight: 700; }
.mini-flow i { color: var(--aqua); font-style: normal; }

.workflow-section { padding: 116px 0; color: #fff; background: var(--ink); }
.workflow-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.workflow-copy p { max-width: 500px; color: rgba(255,255,255,.61); font-size: 17px; }
.light-button { margin-top: 18px; color: var(--ink); background: #fff; }
.workflow-list { display: grid; gap: 10px; }
.workflow-item { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 14px; padding: 20px; border: 1px solid rgba(255,255,255,.11); border-radius: 16px; background: rgba(255,255,255,.035); }
.workflow-item.active { border-color: rgba(92,231,212,.4); background: linear-gradient(90deg, rgba(92,231,212,.13), rgba(255,255,255,.04)); }
.workflow-item b { color: var(--aqua); font-size: 14px; }
.workflow-item div { display: grid; }
.workflow-item strong { font: 700 16px/1.3 "Manrope", sans-serif; }
.workflow-item span { color: rgba(255,255,255,.55); font-size: 14px; }
.workflow-item i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--aqua); font-style: normal; font-weight: 900; }

.projects { padding: 120px 0 128px; overflow: hidden; }
.section-note { max-width: 580px; margin-top: 13px !important; font-size: 15px !important; }
.project-nav { display: flex; justify-content: flex-end; gap: 9px; }
.project-nav button { width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: #fff; cursor: pointer; transition: .2s; }
.project-nav button:hover { color: #fff; border-color: var(--ink); background: var(--ink); }
.project-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(360px, 50%); gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.project-track::-webkit-scrollbar { display: none; }
.project-card { scroll-snap-align: start; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.project-visual { position: relative; height: 320px; overflow: hidden; background: linear-gradient(135deg, #cffaf2, #81dad7); }
.demo-visual { background: linear-gradient(135deg, #d8fbf3, #72d8d5); }
.niche-logo { position: absolute; width: 118px; height: 118px; right: 22px; bottom: 24px; z-index: 1; border-radius: 28px; background-image: url("assets/niche-emblems.png"); background-size: 400% 200%; background-repeat: no-repeat; filter: drop-shadow(0 18px 24px rgba(4,35,35,.22)); }
.niche-1 { background-position: 0 0; }
.niche-2 { background-position: 33.333% 0; }
.niche-3 { background-position: 66.666% 0; }
.niche-4 { background-position: 100% 0; }
.niche-5 { background-position: 0 100%; }
.niche-6 { background-position: 33.333% 100%; }
.niche-7 { background-position: 66.666% 100%; }
.niche-8 { background-position: 100% 100%; }
.demo-brand { position: absolute; right: 20px; top: 18px; z-index: 3; display: grid; justify-items: end; color: #092a2b; }
.demo-brand strong { font: 800 15px/1.2 "Manrope", sans-serif; }
.demo-brand span { margin-top: 2px; color: #376566; font-size: 12px; }
.project-bar .demo-visual, .project-skewer .demo-visual, .project-sushi .demo-visual { background: linear-gradient(135deg, #174748, #071819); }
.project-bar .demo-brand, .project-skewer .demo-brand, .project-sushi .demo-brand { color: #fff; }
.project-bar .demo-brand span, .project-skewer .demo-brand span, .project-sushi .demo-brand span { color: rgba(255,255,255,.65); }
.project-pizza .demo-visual, .project-cafe .demo-visual { background: linear-gradient(135deg, #fff0cc, #ffc55d); }
.project-burger .demo-visual, .project-lunch .demo-visual { background: linear-gradient(135deg, #ffbe6b, #ff7657); }
.project-visual > img { position: absolute; width: 48%; height: 78%; right: -4%; bottom: -5%; border-radius: 24px 0 0 0; object-fit: cover; box-shadow: -20px 20px 60px rgba(0,0,0,.18); transform: rotate(-4deg); }
.project-screen { position: absolute; width: 64%; left: 7%; top: 13%; z-index: 2; display: grid; padding: 27px; border: 1px solid rgba(255,255,255,.8); border-radius: 20px; background: rgba(255,255,255,.9); box-shadow: 0 22px 60px rgba(5,50,47,.18); }
.project-screen.dark { color: #fff; border-color: rgba(255,255,255,.15); background: rgba(7,21,22,.93); }
.project-screen > span { color: #1a8f87; font-size: 12px; font-weight: 800; letter-spacing: .11em; }
.project-screen.dark > span { color: var(--aqua); }
.project-screen > strong { margin-top: 16px; font: 800 23px/1.1 "Manrope", sans-serif; letter-spacing: -.04em; }
.project-screen > small { margin-top: 8px; color: #586c6e; font-size: 14px; }
.project-screen.dark > small { color: rgba(255,255,255,.54); }
.weight-display { margin-top: 30px; padding: 15px; border-radius: 13px; color: #0b4944; background: #dffff6; font: 800 27px/1 "Manrope", sans-serif; }
.weight-display b { font-size: 13px; }
.project-burger .project-visual { background: linear-gradient(135deg, #ffb256, #ff7048); }
.tiny-orders { display: flex; gap: 6px; margin-top: 30px; }
.tiny-orders i { width: 28%; height: 8px; border-radius: 999px; background: var(--lime); }
.tiny-orders i:nth-child(2) { background: var(--aqua); }
.tiny-orders i:nth-child(3) { background: rgba(255,255,255,.35); }
.project-visual.illustrated { background: radial-gradient(circle at 20% 20%, #fff1cc, #ffcd69 70%); }
.pizza-ring { position: absolute; width: 170px; height: 170px; right: -25px; bottom: -15px; display: grid; place-items: center; border: 25px solid #f8933c; border-radius: 50%; color: #b9571d; background: #ffd899; box-shadow: inset 0 0 0 9px #ffe8bd; }
.pizza-ring span { font: 800 32px/1 "Manrope", sans-serif; }
.print-chip, .table-chip { margin-top: 30px; justify-self: start; padding: 8px 11px; border-radius: 9px; color: #206750; background: #dffbed; font-size: 12px; font-weight: 800; }
.project-visual.bar { background: linear-gradient(135deg, #7b3a24, #160f0d); }
.project-visual.bar > img { width: 55%; height: 100%; opacity: .45; filter: saturate(.7); border-radius: 0; transform: none; }
.project-content { padding: 26px 27px 28px; }
.project-type { color: #1c928b; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.project-content h3 { margin: 8px 0; font: 800 25px/1.2 "Manrope", sans-serif; letter-spacing: -.035em; }
.project-content p { min-height: 78px; margin: 0 0 16px; color: var(--muted); font-size: 16px; }
.project-content a, .project-label { display: inline-flex; gap: 10px; color: var(--ink); font-size: 15px; font-weight: 800; text-decoration: none; }
.project-content a:hover { color: #0b9289; }
.project-label { color: #647273; }

.integrations { padding: 120px 0 44px; color: #fff; background: linear-gradient(135deg, #071516, #0b2d2e); }
.integrations-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: start; }
.integration-copy > p { max-width: 520px; color: rgba(255,255,255,.58); font-size: 17px; }
.integration-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.integration-tabs button { padding: 10px 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.7); background: transparent; font-size: 14px; font-weight: 800; cursor: pointer; }
.integration-tabs button[aria-selected="true"] { color: var(--ink); border-color: var(--lime); background: var(--lime); }
.integration-panel { min-height: 465px; padding: 36px; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: rgba(255,255,255,.07); box-shadow: 0 30px 80px rgba(0,0,0,.2); }
.integration-panel[hidden] { display: none; }
.panel-top { display: flex; justify-content: space-between; align-items: center; }
.integration-logo { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 17px; color: var(--ink); background: linear-gradient(145deg, var(--aqua), var(--cyan)); font: 900 16px/1 "Manrope", sans-serif; }
.availability { padding: 7px 9px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: var(--aqua); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.integration-panel h3 { margin: 52px 0 10px; font: 800 30px/1.15 "Manrope", sans-serif; letter-spacing: -.04em; }
.integration-panel > p { color: rgba(255,255,255,.6); }
.integration-panel ul { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin: 28px 0 0; padding: 0; list-style: none; }
.integration-panel li { position: relative; padding-left: 20px; color: rgba(255,255,255,.8); font-size: 15px; }
.integration-panel li::before { content: "✓"; position: absolute; left: 0; color: var(--lime); font-weight: 900; }
.tech-ribbon { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 80px; padding: 26px 0 0; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.62); font-size: 14px; }
.tech-ribbon i { width: 4px; height: 4px; border-radius: 50%; background: var(--aqua); }

.pricing { padding: 120px 0; background: linear-gradient(180deg, #f3f7f3, #fff); }
.pricing-heading { max-width: 820px; margin: 0 auto 50px; text-align: center; }
.pricing-heading h2 { margin: 15px 0 16px; font: 800 clamp(2.3rem, 4.2vw, 4rem)/1.06 "Manrope", sans-serif; letter-spacing: -.055em; }
.pricing-heading p { margin: 0; color: var(--muted); font-size: 18px; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 1000px; margin: 0 auto; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 555px; padding: 34px; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: 0 20px 60px rgba(7,35,36,.07); }
.price-card.featured-price { color: #fff; border-color: #173d3d; background: linear-gradient(145deg, #07191b, #103b3b); box-shadow: 0 28px 80px rgba(4,28,29,.2); }
.popular-label { position: absolute; right: 24px; top: 24px; padding: 7px 10px; border-radius: 999px; color: var(--ink); background: var(--lime); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.price-top { display: grid; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.featured-price .price-top { border-color: rgba(255,255,255,.13); }
.price-top > span { color: #178f88; font-size: 13px; font-weight: 900; letter-spacing: .11em; }
.featured-price .price-top > span { color: var(--aqua); }
.price-top strong { margin-top: 16px; font: 800 54px/1 "Manrope", sans-serif; letter-spacing: -.06em; }
.price-top strong small { font-size: 16px; letter-spacing: 0; }
.price-card > p { color: var(--muted); font-size: 16px; }
.featured-price > p { color: rgba(255,255,255,.66); }
.price-card ul { display: grid; gap: 12px; margin: 15px 0 30px; padding: 0; list-style: none; }
.price-card li { position: relative; padding-left: 27px; color: #405354; font-size: 15px; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: #139b8e; font-weight: 900; }
.featured-price li { color: rgba(255,255,255,.78); }
.featured-price li::before { color: var(--lime); }
.price-button { min-height: 52px; display: flex; justify-content: center; align-items: center; gap: 12px; margin-top: auto; border-radius: 12px; color: #fff; background: var(--ink); font-weight: 900; text-decoration: none; }
.price-button.light { color: var(--ink); background: var(--lime); }
.referral-card { max-width: 1000px; display: grid; grid-template-columns: 110px 1fr 1.1fr; align-items: center; gap: 28px; margin: 20px auto 0; padding: 28px; border: 1px solid #cfe4de; border-radius: 24px; background: #eaf8f3; }
.referral-badge { width: 98px; height: 98px; display: grid; place-items: center; border-radius: 25px; color: var(--ink); background: var(--lime); font: 900 30px/1 "Manrope", sans-serif; transform: rotate(-4deg); }
.referral-card > div:nth-child(2) > span { color: #168e86; font-size: 12px; font-weight: 900; letter-spacing: .11em; }
.referral-card h3 { margin: 7px 0; font: 800 23px/1.2 "Manrope", sans-serif; letter-spacing: -.035em; }
.referral-card p { margin: 0; color: var(--muted); font-size: 15px; }
.discount-steps { display: grid; grid-template-columns: repeat(5,1fr); gap: 6px; }
.discount-steps span { display: grid; place-items: center; padding: 10px 5px; border-radius: 10px; color: #54706d; background: rgba(255,255,255,.72); font-size: 10px; text-align: center; }
.discount-steps b { color: var(--ink); font-size: 16px; }
.discount-steps span:last-child { color: #fff; background: var(--ink); }
.discount-steps span:last-child b { color: var(--lime); }
.pricing-note { max-width: 1000px; margin: 16px auto 0; color: #71807f; font-size: 13px; text-align: center; }

.faq { padding: 120px 0; background: #fff; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 100px; }
.faq-title { position: sticky; top: 30px; }
.faq-title p { color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 15px; padding: 24px 0; border: 0; color: var(--ink); background: transparent; text-align: left; cursor: pointer; }
.faq-item button span { font: 700 17px/1.4 "Manrope", sans-serif; }
.faq-item button i { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-style: normal; }
.faq-item.open button i { color: var(--ink); border-color: var(--aqua); background: var(--aqua); }
.faq-answer p { margin: -5px 50px 25px 0; color: var(--muted); }

.contact { padding: 78px 0; color: #fff; background: var(--paper); }
.contact-card { position: relative; display: grid; grid-template-columns: 140px 1fr auto; align-items: center; gap: 38px; padding: 54px; overflow: hidden; border-radius: 28px; background: linear-gradient(125deg, #0d2425, #0e3f3e); box-shadow: var(--shadow); }
.contact-card::after { content: ""; position: absolute; width: 380px; height: 380px; right: -170px; top: -190px; border: 1px solid rgba(92,231,212,.25); border-radius: 50%; box-shadow: 0 0 0 70px rgba(92,231,212,.04); }
.contact-mark { position: relative; z-index: 2; width: 130px; height: 130px; padding: 8px; overflow: hidden; border-radius: 24px; background: #fff; }
.contact-mark img { width: 100%; height: 100%; object-fit: cover; }
.contact-copy { position: relative; z-index: 2; }
.contact-copy > span { color: var(--aqua); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.contact-copy h2 { max-width: 650px; font-size: clamp(2rem, 3.3vw, 3.2rem); }
.contact-copy p { max-width: 680px; margin-bottom: 0; color: rgba(255,255,255,.58); }
.contact-actions { position: relative; z-index: 2; display: grid; justify-items: start; gap: 10px; min-width: 230px; }
.button.large { min-height: 56px; padding-inline: 24px; }
.contact-actions small { color: rgba(255,255,255,.55); font-size: 13px; }

.site-footer { padding: 75px 0 28px; color: #fff; background: #050d0e; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 60px; }
.footer-brand { margin-bottom: 18px; }
.footer-grid p, .footer-grid span { color: rgba(255,255,255,.55); font-size: 15px; }
.footer-grid h3 { margin: 0 0 18px; color: rgba(255,255,255,.58); font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid a:not(.brand) { margin-bottom: 9px; color: rgba(255,255,255,.76); font-size: 15px; text-decoration: none; }
.footer-grid a:hover { color: var(--aqua); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.48); font-size: 13px; }
.back-top { position: fixed; right: 20px; bottom: 20px; z-index: 30; width: 44px; height: 44px; border: 0; border-radius: 50%; color: var(--ink); background: var(--aqua); box-shadow: 0 12px 35px rgba(0,0,0,.2); opacity: 0; pointer-events: none; cursor: pointer; transform: translateY(15px); transition: .2s; }
.back-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.whatsapp-float { position: fixed; right: 20px; bottom: 78px; z-index: 31; display: flex; align-items: center; gap: 10px; padding: 10px 10px 10px 16px; border-radius: 999px; color: #fff; background: #168f52; box-shadow: 0 14px 38px rgba(6,54,31,.3); font-size: 14px; font-weight: 800; text-decoration: none; transition: transform .2s, background .2s; }
.whatsapp-float:hover { background: #0f7c45; transform: translateY(-2px); }
.whatsapp-float b { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: #168f52; background: #fff; font-size: 18px; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .nav-shell { grid-template-columns: auto 1fr auto; }
  .nav-cta { justify-self: end; }
  .menu-toggle { display: none; }
  .hero { min-height: 1120px; }
  .hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .hero-copy { max-width: 760px; }
  .product-stage { width: min(690px, 95%); min-height: 480px; margin: 0 auto; }
  .trust-strip { margin-top: 25px; }
  .pain-grid { grid-template-columns: 1fr 1fr; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature.featured { grid-column: span 2; }
  .workflow-grid, .integrations-grid { gap: 50px; }
  .contact-card { grid-template-columns: 110px 1fr; }
  .contact-mark { width: 105px; height: 105px; }
  .contact-actions { grid-column: 2; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 620px); }
  .site-header { position: absolute; }
  .nav-shell { min-height: 76px; grid-template-columns: auto 1fr auto; }
  .nav-cta { display: none; }
  .menu-toggle { justify-self: end; width: 44px; height: 44px; display: grid; place-content: center; gap: 6px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(255,255,255,.05); }
  .menu-toggle span { width: 20px; height: 2px; background: #fff; transition: .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu { position: absolute; left: 14px; right: 14px; top: 72px; display: grid; gap: 7px; padding: 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(7,21,22,.98); box-shadow: 0 25px 60px rgba(0,0,0,.35); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s; }
  .mobile-menu.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .mobile-menu > a:not(.button) { padding: 9px; color: rgba(255,255,255,.75); text-decoration: none; }
  .hero { min-height: 1090px; padding-top: 120px; }
  .hero::after { bottom: -130px; }
  .hero-grid { gap: 30px; }
  .hero h1 { font-size: clamp(2.75rem, 13vw, 4rem); }
  .hero-copy > p { font-size: 17px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-proof { gap: 17px; justify-content: space-between; }
  .product-stage { min-height: 410px; width: 100%; }
  .dashboard-card { left: 0; top: 25px; padding: 15px; transform: none; }
  .metric-row div { padding: 10px; }
  .metric-row strong { font-size: 18px; }
  .metric-row small { display: none; }
  .order-row { grid-template-columns: .8fr 1fr auto; }
  .order-row > strong { display: none; }
  .phone-card { width: 154px; right: -8px; top: 245px; padding: 13px 9px 9px; border-width: 4px; border-radius: 23px; }
  .phone-card .food-photo { height: 92px; }
  .floating-ticket { left: 4px; bottom: 17px; }
  .orbit-a { width: 400px; height: 400px; }
  .orbit-b { display: none; }
  .trust-strip { justify-content: flex-start; margin-top: 20px; }
  .trust-strip > span { width: 100%; }
  .pain-section, .solutions, .projects, .pricing, .faq { padding: 88px 0; }
  .section-intro h2, .section-heading h2, .workflow-copy h2, .integration-copy h2, .faq-title h2 { font-size: 2.3rem; }
  .pain-grid, .feature-grid { grid-template-columns: 1fr; }
  .feature.featured { grid-column: auto; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .feature { min-height: 220px; }
  .workflow-section, .integrations { padding: 88px 0; }
  .workflow-grid, .integrations-grid, .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 0; }
  .referral-card { grid-template-columns: 1fr; }
  .discount-steps { grid-template-columns: repeat(5,1fr); }
  .project-track { grid-auto-columns: 88%; }
  .project-visual { height: 280px; }
  .niche-logo { width: 96px; height: 96px; right: 12px; bottom: 17px; }
  .project-screen { width: 75%; padding: 21px; }
  .project-screen > strong { font-size: 20px; }
  .integration-panel { min-height: 0; padding: 27px; }
  .integration-panel ul { grid-template-columns: 1fr; }
  .faq-title { position: static; }
  .contact { padding: 55px 0; }
  .contact-card { grid-template-columns: 1fr; gap: 25px; padding: 34px 25px; }
  .contact-mark { width: 92px; height: 92px; }
  .contact-actions { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
  .footer-grid > div:first-child { grid-column: span 2; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { right: 14px; bottom: 72px; padding-left: 12px; }
  .whatsapp-float span { font-size: 13px; }
}

@media (max-width: 520px) {
  .price-card { padding: 27px 22px; }
  .price-top strong { font-size: 46px; }
  .popular-label { position: static; justify-self: start; margin-bottom: 18px; }
  .referral-card { padding: 24px 20px; }
  .discount-steps { grid-template-columns: 1fr 1fr; }
  .discount-steps span:last-child { grid-column: span 2; }
}

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