@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 {
    --foodiz-orange: #ff6b35;
    --foodiz-orange-dark: #e45523;
    --foodiz-cream: #f7f2eb;
    --foodiz-sand: #eadfd2;
    --foodiz-ink: #1b1716;
    --foodiz-muted: #756e68;
    --foodiz-green: #a9d6a2;
    --foodiz-line: rgba(27, 23, 22, .1);
    --foodiz-dark-line: rgba(255, 255, 255, .14);
    --foodiz-shadow: 0 22px 70px rgba(37, 24, 16, .12);
    --foodiz-radius: 28px;
}

html { scroll-behavior: smooth; }
body { margin: 0; color: var(--foodiz-ink); background: var(--foodiz-cream); font-family: 'DM Sans', sans-serif; overflow-x: hidden; }
body, button, input { -webkit-font-smoothing: antialiased; }
::selection { color: #fff; background: var(--foodiz-orange); }
a { color: inherit; transition: color .2s ease, opacity .2s ease, transform .2s ease; }
a:hover { color: var(--foodiz-orange); text-decoration: none; }
img { max-width: 100%; }
h1, h2, h3, h4, h5, h6 { color: var(--foodiz-ink); font-family: 'Manrope', sans-serif; font-weight: 700; letter-spacing: -.04em; }
p { line-height: 1.7; }
.container { width: 100%; max-width: 1180px; }

.top-header { position: relative; z-index: 20; padding: 20px 0; background: rgba(23, 19, 17, .96); border-top: 3px solid var(--foodiz-orange); border-bottom: 1px solid rgba(255, 255, 255, .1); box-shadow: 0 14px 34px rgba(0, 0, 0, .12); }
.top-header .container { padding-top: 0 !important; padding-bottom: 0 !important; }
.top-header img { width: 164px; height: auto; }
.header-navigation { display: flex; align-items: center; }
.header-desktop-nav { display: flex; align-items: center; gap: 12px; }
.header-mobile-actions { display: none; align-items: center; gap: 9px; }
.header-anchor { color: rgba(255, 255, 255, .68); font-size: 13px; font-weight: 700; }
.header-anchor:hover { color: var(--foodiz-orange); }
.top-header .btn { margin: 0 !important; }
.mobile-menu { position: relative; z-index: 70; }
.mobile-menu summary { list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu-toggle { display: grid; width: 42px; height: 42px; padding: 10px; place-content: center; gap: 4px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 14px; color: #fff; background: rgba(255, 255, 255, .08); cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus { border-color: var(--foodiz-orange); background: rgba(255, 107, 53, .18); transform: translateY(-2px); }
.mobile-menu-toggle > span:not(.sr-only) { display: block; width: 19px; height: 2px; border-radius: 99px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.mobile-menu[open] .mobile-menu-toggle > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.mobile-menu[open] .mobile-menu-toggle > span:nth-child(2) { opacity: 0; }
.mobile-menu[open] .mobile-menu-toggle > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu-layer { position: fixed; z-index: 60; inset: 0; visibility: hidden; opacity: 0; pointer-events: none; transition: visibility .25s ease, opacity .25s ease; }
.mobile-menu[open] .mobile-menu-layer { visibility: visible; opacity: 1; pointer-events: auto; }
.mobile-menu-backdrop { position: absolute; inset: var(--mobile-menu-top, 76px) 0 0; width: 100%; padding: 0; border: 0; background: rgba(8, 6, 5, .68); cursor: pointer; }
.mobile-menu-drawer { position: absolute; top: var(--mobile-menu-top, 76px); right: 0; bottom: 0; display: flex; width: min(380px, calc(100vw - 24px)); flex-direction: column; padding: 26px 23px calc(23px + env(safe-area-inset-bottom)); overflow-y: auto; border-left: 1px solid rgba(255, 255, 255, .14); color: #fff; background: linear-gradient(155deg, #2b211d 0%, #171311 72%); box-shadow: -22px 0 70px rgba(0, 0, 0, .28); transform: translateX(18px); transition: transform .3s cubic-bezier(.2,.8,.2,1); }
.mobile-menu[open] .mobile-menu-drawer { transform: translateX(0); }
.mobile-menu-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.mobile-menu-kicker { color: #ff9a71; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.mobile-menu-links { display: grid; gap: 8px; }
.mobile-menu-links a { display: grid; grid-template-columns: 24px minmax(0, 1fr) 18px; align-items: center; gap: 12px; padding: 17px 13px; border: 1px solid transparent; border-radius: 17px; color: rgba(255, 255, 255, .82); background: rgba(255, 255, 255, .045); font-size: 15px; font-weight: 700; }
.mobile-menu-links a > i:first-child { color: #ff9a71; text-align: center; }
.mobile-menu-links a:hover, .mobile-menu-links a:focus { border-color: rgba(255, 107, 53, .42); color: #fff; background: rgba(255, 107, 53, .13); transform: translateX(4px); }
.mobile-menu-arrow { color: rgba(255, 255, 255, .38); font-size: 11px; text-align: right; }
.mobile-menu-footer { margin-top: auto; padding-top: 28px; }
.mobile-menu-footer .btn { width: 100%; }
.mobile-menu-footer small { display: block; margin-top: 14px; color: rgba(255, 255, 255, .45); font-size: 11px; line-height: 1.55; text-align: center; }
body.mobile-menu-open { overflow: hidden; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 4px; min-height: 48px; padding: 12px 24px; border: 0; border-radius: 999px; font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: -.01em; transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease; }
.btn:hover { transform: translateY(-3px); }
.btn-primary { color: #fff; background: var(--foodiz-orange); box-shadow: 0 12px 26px rgba(255, 107, 53, .27); }
.btn-primary:hover, .btn-primary:focus { color: #fff; background: var(--foodiz-orange-dark); box-shadow: 0 16px 32px rgba(255, 107, 53, .33); }
.btn-outline-primary { color: var(--foodiz-orange); border: 1px solid rgba(255, 107, 53, .45); background: transparent; }
.btn-outline-primary:hover, .btn-outline-primary:focus { color: #fff; border-color: var(--foodiz-orange); background: var(--foodiz-orange); }
.btn-ghost { color: var(--foodiz-ink); border: 1px solid var(--foodiz-line); background: rgba(255, 255, 255, .35); }
.btn-ghost:hover, .btn-ghost:focus { color: var(--foodiz-ink); background: #fff; box-shadow: 0 10px 25px rgba(37, 24, 16, .08); }
.btn-light { color: var(--foodiz-ink); background: #fff; box-shadow: 0 14px 28px rgba(0, 0, 0, .15); }
.btn-light:hover, .btn-light:focus { color: var(--foodiz-orange); background: #fff; }
.btn:focus, a:focus, input:focus, button:focus { outline: 3px solid rgba(255, 107, 53, .35); outline-offset: 3px; }
.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 50; display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; color: #fff; background: #25d366; box-shadow: 0 8px 22px rgba(37, 211, 102, .3); font-size: 30px; animation: whatsappPulse 2.1s infinite; transition: color .2s ease, background .2s ease, transform .2s ease; }
.whatsapp-float:hover, .whatsapp-float:focus { color: #fff; background: #1da851; transform: translateY(-3px) scale(1.04); }
@keyframes whatsappPulse {
    0%, 100% { box-shadow: 0 8px 22px rgba(37, 211, 102, .3), 0 0 0 0 rgba(37, 211, 102, .42); }
    70% { box-shadow: 0 12px 26px rgba(37, 211, 102, .32), 0 0 0 14px rgba(37, 211, 102, 0); }
}

.section { padding: 120px 0; }
.section-kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; color: var(--foodiz-orange); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-kicker::before { content: ''; width: 24px; height: 2px; background: currentColor; }
.section-kicker-light { color: #ff9a71; }
.section-heading { margin-bottom: 58px; }
.section-heading h2 { margin: 0; font-size: clamp(2.35rem, 4vw, 4rem); line-height: 1.03; }
.section-heading h2 em { color: var(--foodiz-orange); font-style: normal; }
.section-heading p { max-width: 430px; margin: 14px 0 0; color: var(--foodiz-muted); font-size: 17px; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 70px; }
.centered-heading { text-align: center; }
.centered-heading > p { max-width: 600px; margin: 22px auto 0; }

.hero-section { position: relative; min-height: 690px; padding: 96px 0 88px; color: #fff; overflow: hidden; background: radial-gradient(circle at 75% 42%, rgba(255, 107, 53, .22), transparent 32%), linear-gradient(125deg, #171311 0%, #231a17 55%, #161110 100%); }
.hero-noise, .section-texture { position: absolute; inset: 0; opacity: .12; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); }
.section-texture { opacity: .08; mix-blend-mode: soft-light; }
.brand-watermark { position: absolute; z-index: 0; display: block; pointer-events: none; user-select: none; }
.brand-watermark-hero { top: -15%; right: 1%; width: min(48vw, 570px); opacity: .08; mix-blend-mode: screen; transform: rotate(-7deg); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb-one { width: 330px; height: 330px; right: 9%; top: 18%; border: 1px solid rgba(255, 153, 112, .17); }
.hero-orb-two { width: 220px; height: 220px; left: -110px; bottom: -50px; background: rgba(255, 107, 53, .12); filter: blur(45px); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 27px; padding: 9px 14px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 999px; color: rgba(255,255,255,.73); background: rgba(255,255,255,.07); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--foodiz-orange); box-shadow: 0 0 0 5px rgba(255,107,53,.15); }
.hero-title { max-width: 620px; margin: 0 0 25px; color: #fff; font-size: clamp(3.2rem, 6vw, 5.8rem); line-height: .96; }
.hero-title span { color: var(--foodiz-orange); }
.hero-subtitle { max-width: 520px; margin: 0 0 34px; color: rgba(255,255,255,.67); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-section .btn-ghost { color: #fff; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.06); }
.hero-section .btn-ghost:hover { color: var(--foodiz-ink); background: #fff; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 24px; color: rgba(255,255,255,.5); font-size: 12px; }
.hero-trust i { margin-right: 5px; color: var(--foodiz-green); }
.hero-visual { position: relative; z-index: 2; min-height: 630px; }
.hero-visual-stage { position: relative; width: calc(100% + 92px); height: 630px; margin-left: -42px; isolation: isolate; transform-style: preserve-3d; }
.hero-visual-glow { position: absolute; width: 500px; height: 500px; top: 44px; left: 52%; border-radius: 50%; transform: translateX(-50%); background: rgba(255, 107, 53, .22); filter: blur(76px); }
.glass-panel { border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.1); box-shadow: 0 22px 60px rgba(0,0,0,.2); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.hero-mockup { position: absolute; transform-style: preserve-3d; pointer-events: none; }
.hero-mockup img { display: block; width: 100%; height: auto; }
.hero-mockup-dashboard { z-index: 1; top: 47px; left: -4%; width: 112%; transform: perspective(1500px) rotateY(-11deg) rotateX(3deg) rotateZ(-3deg); filter: drop-shadow(0 40px 30px rgba(0,0,0,.36)); }
.hero-mockup-dashboard img { border-radius: 15px; }
.hero-mockup-waiter { z-index: 4; top: 150px; right: 2%; width: 29%; transform: perspective(1100px) rotateY(-15deg) rotateX(2deg) rotateZ(7deg); filter: drop-shadow(22px 35px 24px rgba(0,0,0,.4)); }
.hero-mockup-waiter img { border-radius: 27px; }
.hero-mockup-app { z-index: 6; top: 167px; left: 4%; width: 32%; transform: perspective(1100px) rotateY(15deg) rotateX(2deg) rotateZ(-7deg); filter: drop-shadow(-18px 35px 24px rgba(0,0,0,.42)); }
.hero-mockup-app img { border-radius: 27px; }
.hero-mockup-label { position: absolute; right: -18px; bottom: 17px; display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.88); background: rgba(24,18,16,.78); box-shadow: 0 12px 26px rgba(0,0,0,.2); font-size: 9px; font-weight: 800; letter-spacing: .04em; white-space: nowrap; }
.hero-mockup-label i { color: #ff9a71; font-size: 10px; }
.hero-mockup-label-dashboard { right: 14px; bottom: 13px; }
.hero-owner { position: absolute; z-index: 10; right: 12%; bottom: -50px; width: auto; height: 600px; max-width: none; filter: drop-shadow(0 32px 25px rgba(0,0,0,.46)); }
.floating-metric { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border-radius: 16px; }
.floating-metric small, .dashboard-chip small { display: block; color: rgba(255,255,255,.55); font-size: 10px; }
.floating-metric strong { display: block; color: #fff; font-size: 18px; }
.metric-icon { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 11px; color: #fff; background: var(--foodiz-orange); }
.metric-icon-green { color: #20351e; background: var(--foodiz-green); }
.floating-sales { top: 23px; left: -4%; right: auto; }
.floating-orders { right: 1%; bottom: 176px; z-index: 12; }
.hero-scroll { position: absolute; bottom: 22px; left: 50%; z-index: 3; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.45); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; transform: translateX(-50%); }
.hero-scroll span { position: relative; display: block; width: 22px; height: 34px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; }
.hero-scroll span::after { content: ''; position: absolute; top: 7px; left: 50%; width: 3px; height: 6px; border-radius: 99px; background: var(--foodiz-orange); transform: translateX(-50%); animation: scrollDot 1.6s infinite; }
@keyframes scrollDot { 0%, 100% { opacity: 0; transform: translate(-50%, 0); } 40% { opacity: 1; } 70% { opacity: 0; transform: translate(-50%, 12px); } }

.stats-section { padding: 37px 0; border-bottom: 1px solid var(--foodiz-line); background: #fff; }
.stats-intro { padding-right: 40px; border-right: 1px solid var(--foodiz-line); }
.stats-intro .section-kicker { margin-bottom: 7px; }
.stats-intro p { max-width: 235px; margin: 0; color: var(--foodiz-muted); font-size: 14px; }
.stats-grid { align-items: center; }
.stat-item { padding: 8px 22px; text-align: center; border-right: 1px solid var(--foodiz-line); }
.stats-grid > div:last-child .stat-item { border-right: 0; }
.stat-icon { display: grid; width: 32px; height: 32px; margin: 0 auto 9px; place-items: center; border-radius: 50%; color: var(--foodiz-orange); background: rgba(255, 107, 53, .1); font-size: 13px; }
.stat-capability { display: block; color: var(--foodiz-ink); font-family: 'Manrope', sans-serif; font-size: 15px; line-height: 1.15; letter-spacing: -.04em; }
.stat-item-label { display: block; margin-top: 5px; color: var(--foodiz-muted); font-size: 10px; font-weight: 700; letter-spacing: .04em; line-height: 1.3; text-transform: uppercase; }

.benefits { background: var(--foodiz-cream); }
.benefit-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.benefit-card { position: relative; min-height: 430px; overflow: hidden; border-radius: var(--foodiz-radius); }
.benefit-card-copy { position: relative; z-index: 2; max-width: 330px; padding: 38px; }
.card-index { display: block; margin-bottom: 50px; opacity: .55; font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.benefit-card h3 { max-width: 270px; margin: 0 0 14px; font-size: 26px; line-height: 1.06; }
.benefit-card p { max-width: 260px; margin: 0 0 22px; opacity: .7; font-size: 14px; }
.card-link { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 800; }
.card-link i { transition: transform .2s ease; }
.card-link:hover i { transform: translateX(4px); }
.benefit-card-dark { grid-column: span 7; color: #fff; background: #211b18; }
.benefit-card-dark h3 { color: #fff; }
.benefit-card-dark .card-link { color: #ff9a71; }
.benefit-card-cream { grid-column: span 5; background: #e9ddcf; }
.benefit-card-orange { grid-column: 3 / span 7; min-height: 380px; color: #fff; background: var(--foodiz-orange); }
.benefit-card-orange h3 { color: #fff; }
.benefit-card-orange .card-link { color: #fff; }
.benefit-art { position: absolute; pointer-events: none; }
.benefit-art-owner { right: 1%; bottom: 0; width: auto; height: 100%; }
.benefit-art-phone { right: -7%; bottom: -29%; width: 47%; transform: rotate(8deg); }
.benefit-art-chef { right: 0; bottom: -20%; width: 42%; }
.benefit-art img { display: block; width: 100%; filter: drop-shadow(0 24px 18px rgba(0,0,0,.22)); }
.benefit-art-owner img { width: auto; height: 100%; }

.feature-arsenal-section { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 82% 12%, rgba(255, 107, 53, .2), transparent 25%), linear-gradient(145deg, #171311 0%, #211815 60%, #15100e 100%); }
.feature-arsenal-section::before { content: ''; position: absolute; inset: 0; opacity: .13; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 72px 72px; -webkit-mask-image: linear-gradient(to bottom, #000, transparent 85%); mask-image: linear-gradient(to bottom, #000, transparent 85%); }
.feature-arsenal-section .container { position: relative; z-index: 1; }
.feature-arsenal-heading { align-items: end; margin-bottom: 48px; }
.feature-arsenal-heading h2 { color: #fff; }
.feature-arsenal-heading h2 em { color: #ff9a71; }
.feature-arsenal-intro { max-width: 420px; }
.feature-arsenal-intro p { margin: 0 0 17px; color: rgba(255, 255, 255, .6); font-size: 15px; }
.feature-arsenal-count { display: inline-flex; align-items: center; gap: 8px; color: rgba(255, 255, 255, .45); font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.feature-arsenal-count strong { color: #ff9a71; font-family: 'Manrope', sans-serif; font-size: 28px; letter-spacing: -.06em; }
.feature-arsenal-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.feature-arsenal-card { position: relative; display: flex; min-height: 270px; flex-direction: column; padding: 24px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .13); border-radius: 22px; color: #fff; background: rgba(255, 255, 255, .055); box-shadow: 0 18px 45px rgba(0, 0, 0, .12); }
.feature-arsenal-card::after { content: ''; position: absolute; right: -50px; bottom: -72px; width: 155px; height: 155px; border-radius: 50%; background: rgba(255, 107, 53, .14); filter: blur(18px); transition: transform .3s ease, background .3s ease; }
.feature-arsenal-card:hover, .feature-arsenal-card:focus { border-color: rgba(255, 107, 53, .56); color: #fff; background: rgba(255, 107, 53, .12); box-shadow: 0 22px 55px rgba(0, 0, 0, .25); transform: translateY(-7px); }
.feature-arsenal-card:hover::after, .feature-arsenal-card:focus::after { background: rgba(255, 107, 53, .28); transform: scale(1.35); }
.feature-arsenal-icon { position: relative; z-index: 1; display: grid; width: 43px; height: 43px; margin-bottom: 28px; place-items: center; border: 1px solid rgba(255, 154, 113, .28); border-radius: 14px; color: #ff9a71; background: rgba(255, 107, 53, .1); }
.feature-arsenal-category { position: relative; z-index: 1; margin-bottom: 8px; color: rgba(255, 255, 255, .42); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.feature-arsenal-card strong { position: relative; z-index: 1; margin-bottom: 9px; font-family: 'Manrope', sans-serif; font-size: 19px; line-height: 1.08; letter-spacing: -.04em; }
.feature-arsenal-description { position: relative; z-index: 1; display: -webkit-box; overflow: hidden; color: rgba(255, 255, 255, .57); font-size: 12px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.feature-arsenal-link { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 18px; color: #ff9a71; font-size: 11px; font-weight: 800; }
.feature-arsenal-link i { transition: transform .2s ease; }
.feature-arsenal-card:hover .feature-arsenal-link i, .feature-arsenal-card:focus .feature-arsenal-link i { transform: translateX(4px); }
.feature-spotlight { display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch; gap: 0; margin-top: 55px; overflow: hidden; border: 1px solid rgba(255, 154, 113, .25); border-radius: 30px; background: linear-gradient(120deg, rgba(255, 107, 53, .22), rgba(255, 255, 255, .06)); box-shadow: 0 24px 70px rgba(0, 0, 0, .2); }
.feature-spotlight-copy { padding: 48px 45px; }
.feature-spotlight-copy h3 { max-width: 450px; margin: 0 0 15px; color: #fff; font-size: clamp(2.2rem, 4vw, 3.5rem); line-height: .99; }
.feature-spotlight-copy h3 em { color: #ff9a71; font-style: normal; }
.feature-spotlight-copy p { max-width: 500px; margin: 0; color: rgba(255, 255, 255, .64); font-size: 15px; }
.feature-spotlight-points { display: grid; gap: 9px; margin: 25px 0 30px; padding: 0; list-style: none; color: rgba(255, 255, 255, .78); font-size: 13px; }
.feature-spotlight-points i { width: 18px; color: var(--foodiz-green); }
.feature-spotlight-visual { position: relative; min-height: 390px; overflow: hidden; background: #12100f; }
.feature-spotlight-visual::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(31, 23, 20, .45), transparent 45%), linear-gradient(0deg, rgba(20, 15, 13, .2), transparent 40%); }
.feature-spotlight-visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
.feature-spotlight-chip { position: absolute; right: 22px; bottom: 22px; z-index: 1; display: inline-flex; align-items: center; gap: 8px; padding: 11px 14px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 999px; color: #fff; background: rgba(23, 19, 17, .74); font-size: 11px; font-weight: 700; backdrop-filter: blur(12px); }
.feature-spotlight-chip i { color: #62e58a; font-size: 15px; }
.feature-arsenal-cta { margin-top: 36px; }
.feature-arsenal-cta .btn-light { color: var(--foodiz-ink); }

.product-section { background: #fff; }
.product-shell { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; min-height: 590px; align-items: center; gap: 40px; padding: 75px 65px; overflow: hidden; border-radius: 34px; color: #fff; background: #1e1917; }
.product-shell::after { content: ''; position: absolute; z-index: 0; right: -130px; bottom: -180px; width: 500px; height: 500px; border-radius: 50%; background: rgba(255, 107, 53, .22); filter: blur(55px); }
.brand-watermark-product { top: 50%; right: 12%; width: min(46%, 490px); opacity: .07; mix-blend-mode: screen; transform: translateY(-50%) rotate(6deg); }
.product-copy { position: relative; z-index: 2; }
.product-copy h2 { margin: 0 0 18px; color: #fff; font-size: clamp(2.4rem, 4vw, 4rem); line-height: 1.02; }
.product-copy h2 span { color: #ff9a71; }
.product-copy > p { max-width: 400px; color: rgba(255,255,255,.6); font-size: 15px; }
.product-points { display: grid; gap: 10px; margin: 24px 0 30px; color: rgba(255,255,255,.74); font-size: 13px; }
.product-points i { width: 18px; margin-right: 7px; color: var(--foodiz-green); }
.product-dashboard { position: relative; z-index: 2; min-height: 470px; }
.dashboard-glass-card { position: absolute; z-index: 1; top: -16px; right: -45px; width: 124%; padding: 0; border: 0; background: transparent; box-shadow: none; filter: drop-shadow(0 30px 24px rgba(0,0,0,.34)); transform: rotate(-4deg); }
.dashboard-glass-card img { display: block; width: 100%; border-radius: 0; }
.dashboard-chip { position: absolute; display: flex; align-items: center; gap: 10px; padding: 11px 14px; border-radius: 15px; color: #fff; font-size: 12px; }
.dashboard-chip > i { color: #ff9a71; }
.dashboard-chip-one { top: 0; right: 0; z-index: 2; }
.dashboard-chip-two { bottom: 18px; left: 0; z-index: 2; color: #20351e; background: rgba(169,214,162,.9); border-color: transparent; }
.dashboard-chip-two > i { color: #3d8745; }
.dashboard-chip strong { display: block; font-size: 16px; }

.steps-section { background: var(--foodiz-cream); }
.steps-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }
.steps-grid::before { content: ''; position: absolute; top: 25px; right: 10%; left: 10%; height: 1px; background: var(--foodiz-line); }
.step-item { position: relative; z-index: 1; padding: 0 20px; text-align: center; }
.step-number { display: grid; width: 51px; height: 51px; margin: 0 auto 21px; place-items: center; border: 1px solid rgba(255,107,53,.3); border-radius: 50%; color: var(--foodiz-orange); background: var(--foodiz-cream); font-size: 11px; font-weight: 800; }
.step-icon { display: block; margin-bottom: 16px; color: var(--foodiz-ink); font-size: 23px; }
.step-item h3 { margin: 0 0 7px; font-size: 18px; }
.step-item p { margin: 0; color: var(--foodiz-muted); font-size: 13px; }

.integrations-section { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 8% 0%, rgba(255,107,53,.16), transparent 28%), linear-gradient(145deg, #171311 0%, #211815 60%, #15100e 100%); }
.integrations-section::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, transparent, #000 15%, #000 85%, transparent); }
.integrations-section .container { position: relative; z-index: 1; }
.integration-ambient { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(35px); }
.integration-ambient-orange { top: -180px; right: -100px; width: 360px; height: 360px; background: rgba(255,107,53,.16); }
.integration-ambient-green { bottom: -150px; left: -90px; width: 240px; height: 240px; background: rgba(169,214,162,.12); }
.integration-command-center { position: relative; padding: 44px; border: 1px solid rgba(255,255,255,.13); border-radius: 32px; background: rgba(255,255,255,.045); box-shadow: 0 28px 80px rgba(0,0,0,.2); backdrop-filter: blur(12px); }
.integration-intro { max-width: 720px; margin-bottom: 42px; }
.integration-intro h2 { max-width: 720px; margin: 0 0 16px; color: #fff; font-size: clamp(2.4rem, 4.4vw, 4.4rem); line-height: 1.02; }
.integration-intro h2 span { color: #ff9a71; }
.integration-intro p { max-width: 650px; margin: 0; color: rgba(255,255,255,.62); font-size: 16px; }
.integration-intro-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 22px; color: rgba(255,255,255,.52); font-size: 12px; font-weight: 700; }
.integration-intro-proof i { margin-right: 6px; color: #a9d6a2; }
.integration-experience { display: grid; grid-template-columns: .86fr 1.14fr; align-items: stretch; gap: 24px; }
.integration-orbit { position: relative; min-height: 318px; padding: 22px; border: 1px solid rgba(255,255,255,.09); border-radius: 26px; background: rgba(0,0,0,.14); }
.integration-orbit::before { content: ''; position: absolute; top: 50%; right: 20%; left: 20%; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,154,113,.35), transparent); }
.integration-orbit::after { content: ''; position: absolute; top: 20%; bottom: 20%; left: 50%; width: 1px; background: linear-gradient(180deg, transparent, rgba(255,154,113,.25), transparent); }
.integration-tablist { position: absolute; inset: 22px; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 12px; }
.integration-tab { position: relative; z-index: 1; display: flex; min-width: 0; align-items: center; gap: 10px; padding: 13px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; color: rgba(255,255,255,.68); background: rgba(255,255,255,.05); text-align: left; cursor: pointer; transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease, color .25s ease; }
.integration-tab:hover, .integration-tab:focus-visible, .integration-tab.is-active { color: #fff; border-color: rgba(255,154,113,.75); outline: none; background: linear-gradient(145deg, rgba(255,107,53,.22), rgba(255,255,255,.08)); box-shadow: 0 12px 30px rgba(0,0,0,.16); transform: translateY(-3px); }
.integration-tab-index { position: absolute; top: 10px; right: 12px; color: rgba(255,255,255,.3); font-size: 9px; font-weight: 800; }
.integration-tab-icon { display: grid; flex: 0 0 35px; width: 35px; height: 35px; place-items: center; border: 1px solid rgba(255,154,113,.25); border-radius: 11px; color: #ff9a71; background: rgba(255,107,53,.12); }
.integration-tab-copy { min-width: 0; }
.integration-tab-copy strong { display: block; color: inherit; font-family: 'Manrope', sans-serif; font-size: 14px; }
.integration-tab-copy small { display: block; margin-top: 3px; overflow: hidden; color: rgba(255,255,255,.45); font-size: 9px; white-space: nowrap; text-overflow: ellipsis; text-transform: uppercase; letter-spacing: .08em; }
.integration-tab-arrow { margin-left: auto; color: rgba(255,255,255,.35); font-size: 10px; }
.integration-hub { position: absolute; z-index: 2; top: 50%; left: 50%; display: flex; width: 112px; height: 112px; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,154,113,.55); border-radius: 50%; background: radial-gradient(circle at 35% 30%, rgba(255,154,113,.35), rgba(255,107,53,.12) 48%, rgba(20,15,13,.85) 72%); box-shadow: 0 0 0 10px rgba(255,107,53,.08), 0 18px 38px rgba(0,0,0,.26); transform: translate(-50%, -50%); }
.integration-hub-mark { display: grid; width: 30px; height: 30px; margin-bottom: 4px; place-items: center; border-radius: 10px; background: #fff; }
.integration-hub-mark img { width: 22px; height: 22px; }
.integration-hub strong { font-family: 'Manrope', sans-serif; font-size: 14px; }
.integration-hub small { color: rgba(255,255,255,.5); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.integration-panels { min-width: 0; }
.integration-panel { min-height: 318px; height: 100%; padding: 25px; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.035)); box-shadow: 0 18px 40px rgba(0,0,0,.14); }
.integration-panel[hidden] { display: none; }
.integration-panel-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 23px; }
.integration-panel-kicker { display: block; margin-bottom: 8px; color: #ff9a71; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.integration-panel h3 { margin: 0 0 8px; color: #fff; font-size: 23px; line-height: 1.05; }
.integration-panel p { max-width: 410px; margin: 0; color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.5; }
.integration-panel-status { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 6px; padding: 7px 9px; border: 1px solid rgba(169,214,162,.28); border-radius: 999px; color: #a9d6a2; background: rgba(169,214,162,.08); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.integration-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.integration-feature-card { display: flex; min-width: 0; align-items: flex-start; gap: 10px; padding: 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; color: #fff; background: rgba(0,0,0,.13); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.integration-feature-card:hover, .integration-feature-card:focus-visible { color: #fff; border-color: rgba(255,154,113,.42); outline: none; background: rgba(255,107,53,.12); transform: translateY(-2px); }
.integration-feature-card-icon { display: grid; flex: 0 0 30px; width: 30px; height: 30px; place-items: center; border-radius: 9px; color: #ff9a71; background: rgba(255,107,53,.12); font-size: 12px; }
.integration-feature-card-copy { min-width: 0; }
.integration-feature-card-copy strong { display: block; overflow: hidden; font-family: 'Manrope', sans-serif; font-size: 12px; line-height: 1.15; text-overflow: ellipsis; white-space: nowrap; }
.integration-feature-card-copy small { display: -webkit-box; margin-top: 4px; overflow: hidden; color: rgba(255,255,255,.45); font-size: 10px; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.integration-feature-card > i { margin: 4px 0 0 auto; color: rgba(255,255,255,.32); font-size: 9px; }
.integration-connections { display: grid; grid-template-columns: .55fr 1.45fr; align-items: center; gap: 22px; margin-top: 28px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.11); }
.integration-connections-heading span { display: block; color: #fff; font-family: 'Manrope', sans-serif; font-size: 14px; font-weight: 700; }
.integration-connections-heading small { display: block; margin-top: 5px; color: rgba(255,255,255,.4); font-size: 11px; }
.integration-connections-list { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.integration-connection { display: inline-flex; align-items: center; gap: 8px; padding: 9px 11px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; color: rgba(255,255,255,.8); background: rgba(255,255,255,.045); }
.integration-connection > i { color: #ff9a71; font-size: 14px; }
.integration-connection strong { display: block; font-size: 11px; line-height: 1.1; }
.integration-connection small { display: block; margin-top: 3px; color: rgba(255,255,255,.38); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }

.plans { background: #fff; }
.plans-grid { margin-top: 18px; }
.plan-card { position: relative; height: 100%; padding: 35px 31px; overflow: hidden; border: 1px solid var(--foodiz-line); border-radius: 24px; background: var(--foodiz-cream); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.plan-card:hover { border-color: rgba(255,107,53,.4); box-shadow: var(--foodiz-shadow); transform: translateY(-8px); }
.plan-card.popular { border: 2px solid var(--foodiz-orange); background: #fff; box-shadow: 0 20px 50px rgba(255,107,53,.12); transform: translateY(-10px); }
.plan-card.popular:hover { transform: translateY(-17px); }
.popular-badge { position: absolute; top: 17px; right: 18px; color: var(--foodiz-orange); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.plan-label { display: block; margin-bottom: 15px; color: var(--foodiz-orange); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.plan-card h3 { margin: 0; font-size: 24px; }
.plan-price { margin: 22px 0 25px; color: var(--foodiz-ink); font-family: 'Manrope', sans-serif; font-size: 44px; font-weight: 800; letter-spacing: -.07em; }
.plan-price small, .plan-price span { color: var(--foodiz-muted); font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 500; letter-spacing: 0; }
.plan-price span { margin-left: 3px; }
.plan-card .btn { width: 100%; }
.plan-features { margin-top: 25px; color: var(--foodiz-muted); font-size: 13px; line-height: 1.7; }
.plan-features ul { margin: 0; padding: 0; list-style: none; }
.plan-features li { position: relative; margin-bottom: 8px; padding-left: 20px; }
.plan-features li::before { content: '\f00c'; position: absolute; left: 0; color: var(--foodiz-orange); font-family: 'Font Awesome 5 Pro'; font-size: 10px; }
.plan-note { margin: 15px 0 0; color: var(--foodiz-muted); text-align: center; font-size: 12px; }
.plan-note i { margin-right: 5px; color: #58a05d; }

.final-cta { padding-top: 20px; background: #fff; }
.cta-box { position: relative; padding: 90px 25px; overflow: hidden; border-radius: 34px; color: #fff; text-align: center; background: #1e1917; }
.cta-box::before { content: ''; position: absolute; z-index: 0; inset: 0; background: radial-gradient(circle at 50% 120%, rgba(255,107,53,.5), transparent 52%); }
.brand-watermark-cta { top: -22%; left: 50%; width: min(72%, 760px); opacity: .07; mix-blend-mode: screen; transform: translateX(-50%) rotate(-5deg); }
.cta-orb { position: absolute; top: -120px; left: 10%; width: 260px; height: 260px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.cta-box .section-texture, .cta-box .brand-watermark, .cta-box .cta-orb { position: absolute; z-index: 0; }
.cta-box > *:not(.section-texture):not(.brand-watermark):not(.cta-orb) { position: relative; z-index: 1; }
.cta-box h2 { margin: 0 0 18px; color: #fff; font-size: clamp(2.6rem, 5vw, 4.5rem); line-height: .98; }
.cta-box h2 span { color: #ff9a71; }
.cta-box p { max-width: 470px; margin: 0 auto 28px; color: rgba(255,255,255,.6); }
.cta-box small { display: block; margin-top: 20px; color: rgba(255,255,255,.38); font-size: 11px; }

.footer { margin-top: 0; background: #fff; }
.footer .main-footer { padding: 46px 0 24px; background: var(--foodiz-cream); }
.footer .main-footer .container { padding: 0 0 24px; border-top: 0; }
.footer .main-footer img { width: 154px; }
.footer-product { display: flex; align-items: center; justify-content: center; gap: 11px; margin: 26px auto 0; padding-top: 22px; border-top: 1px solid rgba(27, 23, 22, .1); }
.footer-product-label { color: var(--foodiz-muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer-product-link { display: inline-flex; align-items: center; padding: 4px; border-radius: 6px; transition: opacity .2s ease, transform .2s ease; }
.footer-product-link:hover, .footer-product-link:focus { opacity: .78; transform: translateY(-2px); }
.footer-product-link:focus { outline: 3px solid rgba(255, 107, 53, .3); outline-offset: 3px; }
.footer .main-footer .footer-product-logo { width: 170px; height: auto; }
.footer .copy-footer { padding: 14px 0; background: #fff; }
.footer .nav-footer { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; margin: 20px 0 0; padding: 0; list-style: none; }
.footer .nav-footer li { margin: 0; }
.footer .nav-footer li a { color: var(--foodiz-muted); font-size: 12px; }
.footer .nav-footer li a:hover { color: var(--foodiz-orange); }
.footer-social { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; margin-top: 24px; }
.footer-social-label { margin-right: 5px; color: var(--foodiz-muted); font-size: 12px; font-weight: 700; }
.footer-social-link { display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; border: 1px solid var(--foodiz-line); border-radius: 999px; color: var(--foodiz-ink); background: rgba(255, 255, 255, .45); font-size: 12px; font-weight: 700; }
.footer-social-link i { color: var(--foodiz-orange); font-size: 14px; }
.footer-social-link:hover, .footer-social-link:focus { color: #fff; border-color: var(--foodiz-orange); background: var(--foodiz-orange); }
.footer-social-link:hover i, .footer-social-link:focus i { color: #fff; }

.animate-on-scroll { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.animate-on-scroll.visible { opacity: 1; transform: translateY(0); }
.benefit-grid .animate-on-scroll:nth-child(2), .steps-grid .animate-on-scroll:nth-child(2) { transition-delay: .08s; }
.benefit-grid .animate-on-scroll:nth-child(3), .steps-grid .animate-on-scroll:nth-child(3) { transition-delay: .16s; }
.benefit-grid .animate-on-scroll:nth-child(4) { transition-delay: .24s; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (min-width: 768px) and (max-width: 1100px) {
    .integration-experience { grid-template-columns: 1fr; }
    .integration-orbit { min-height: 300px; }
    .integration-panel { min-height: 0; }
    .integration-connections { grid-template-columns: 1fr; }
    .integration-connections-list { justify-content: flex-start; }
}

@media (max-width: 1100px) and (min-width: 992px) {
    .hero-section .row > .hero-copy, .hero-section .row > .hero-visual { flex: 0 0 100%; max-width: 100%; }
    .hero-copy { text-align: center; }
    .hero-subtitle { margin-right: auto; margin-left: auto; }
    .hero-actions, .hero-trust { justify-content: center; }
    .hero-visual { min-height: 650px; margin-top: 40px; }
    .hero-visual-stage { width: calc(100% + 90px); height: 650px; margin-left: -45px; }
    .hero-mockup-dashboard { top: 42px; left: -2%; width: 109%; }
    .hero-mockup-waiter { top: 144px; right: 2%; width: 27%; }
    .hero-mockup-app { top: 178px; left: 3%; width: 29%; }
    .hero-owner { right: 12%; bottom: -42px; height: 555px; }
    .floating-sales { left: 1%; }
    .floating-orders { right: 3%; bottom: 104px; }
}

@media (max-width: 991px) {
    .top-header { --mobile-menu-top: 92px; }
    .header-desktop-nav { display: none; }
    .header-mobile-actions { display: flex; }
    .hero-section { padding-top: 72px; }
    .hero-copy { text-align: center; }
    .hero-subtitle { margin-right: auto; margin-left: auto; }
    .hero-actions, .hero-trust { justify-content: center; }
    .hero-visual { min-height: 650px; margin-top: 36px; }
    .hero-visual-stage { width: calc(100% + 90px); height: 650px; margin-left: -45px; }
    .hero-mockup-dashboard { top: 42px; left: -2%; width: 109%; }
    .hero-mockup-waiter { top: 144px; right: 2%; width: 27%; }
    .hero-mockup-app { top: 178px; left: 3%; width: 29%; }
    .hero-owner { right: 4%; bottom: -42px; height: 555px; }
    .floating-sales { left: 1%; }
    .floating-orders { right: 7%; bottom: 35px; }
    .stats-intro { margin-bottom: 20px; padding-right: 0; border-right: 0; text-align: center; }
    .stats-intro p { margin-right: auto; margin-left: auto; }
    .product-shell { grid-template-columns: 1fr; }
    .product-shell { padding: 58px 45px 35px; }
    .product-dashboard { min-height: 420px; }
    .integration-command-center { padding: 35px; }
    .integration-experience { grid-template-columns: 1fr; }
    .integration-orbit { min-height: 300px; }
    .integration-panel { min-height: 0; }
    .integration-connections { grid-template-columns: 1fr; }
    .integration-connections-list { justify-content: flex-start; }
}

@media (max-width: 767px) {
    .top-header .row, .site-home .row, .footer .row { margin-right: 0; margin-left: 0; }
    .benefits { overflow: hidden; }
    .top-header { --mobile-menu-top: 76px; }
    .top-header { padding: 14px 0; }
    .top-header img { width: 138px; }
    .header-mobile-cta { min-height: 40px; padding: 9px 14px; font-size: 11px; }
    .section { padding: 82px 0; }
    .hero-section { min-height: auto; padding: 62px 0 76px; }
    .eyebrow { font-size: 9px; }
    .hero-title { font-size: clamp(3rem, 15vw, 4.5rem); }
    .hero-subtitle { font-size: 16px; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero-actions .btn { width: 100%; }
    .hero-trust { flex-direction: column; gap: 8px; }
    .hero-visual { min-height: 500px; }
    .hero-visual-stage { width: calc(100% + 36px); height: 500px; margin-left: -18px; }
    .hero-mockup-dashboard { top: 59px; left: -2%; width: 106%; transform: perspective(1000px) rotateY(-8deg) rotateX(2deg) rotateZ(-2deg); }
    .hero-mockup-dashboard img { border-radius: 10px; }
    .hero-mockup-waiter { top: 190px; right: 3%; width: 31%; transform: perspective(800px) rotateY(-11deg) rotateZ(5deg); }
    .hero-mockup-waiter img, .hero-mockup-app img { border-radius: 17px; }
    .hero-mockup-app { top: 162px; left: 4%; width: 30%; transform: perspective(800px) rotateY(11deg) rotateZ(-5deg); }
    .hero-owner { right: 15%; bottom: -28px; height: 405px; }
    .hero-mockup-label { right: -12px; bottom: 8px; padding: 6px 8px; font-size: 7px; }
    .hero-mockup-label-dashboard { right: 7px; bottom: 7px; }
    .hero-visual-glow { width: 300px; height: 300px; top: 80px; }
    .brand-watermark-hero { top: 2%; right: -18%; width: 86vw; opacity: .055; }
    .floating-metric { padding: 8px 10px; }
    .floating-metric strong { font-size: 14px; }
    .floating-metric strong { max-width: 108px; font-size: 11px; line-height: 1.15; }
    .metric-icon { width: 28px; height: 28px; font-size: 11px; }
    .floating-sales { top: 12px; left: 0; right: auto; }
    .floating-orders { right: 17%; bottom: 48px; }
    .hero-scroll { display: none; }
    .stats-section { padding: 28px 0 18px; }
    .stat-item { margin-bottom: 12px; padding: 6px; border-right: 0; }
    .stat-capability { font-size: 13px; }
    .stat-item-label { font-size: 8px; }
    .split-heading { display: block; }
    .section-heading h2 { font-size: 2.5rem; }
    .section-heading p { font-size: 15px; }
    .benefit-grid { display: block; }
    .benefit-card { min-height: 430px; margin-bottom: 16px; }
    .benefit-card-orange { min-height: 430px; }
    .benefit-card-copy { padding: 30px; }
    .card-index { margin-bottom: 45px; }
    .benefit-art-owner { right: 2%; bottom: 0; width: auto; height: 100%; }
    .benefit-art-phone { right: -12%; bottom: -17%; width: 52%; }
    .benefit-art-chef { right: -8%; bottom: -11%; width: 50%; }
    .feature-arsenal-section { padding-bottom: 72px; }
    .feature-arsenal-heading { margin-bottom: 34px; }
    .feature-arsenal-heading h2 { font-size: 2.5rem; }
    .feature-arsenal-intro { margin-top: 18px; }
    .feature-arsenal-grid { grid-template-columns: 1fr; gap: 12px; }
    .feature-arsenal-card { min-height: 225px; }
    .feature-spotlight { display: flex; flex-direction: column; margin-top: 36px; border-radius: 25px; }
    .feature-spotlight-copy { padding: 35px 25px; }
    .feature-spotlight-copy h3 { font-size: 2.45rem; }
    .feature-spotlight-visual { min-height: 270px; }
    .feature-spotlight-chip { right: 14px; bottom: 14px; font-size: 10px; }
    .feature-arsenal-cta { margin-top: 28px; }
    .feature-arsenal-cta .btn { width: 100%; }
    .product-shell { display: block; padding: 48px 25px 20px; border-radius: 25px; }
    .brand-watermark-product { top: 47%; right: -22%; width: 92%; opacity: .045; }
    .product-copy h2 { font-size: 2.6rem; }
    .product-dashboard { min-height: 315px; margin-top: 22px; }
    .dashboard-glass-card { top: 0; right: -10px; width: 110%; }
    .dashboard-chip { font-size: 10px; }
    .dashboard-chip-one { top: 0; right: -12px; }
    .dashboard-chip-two { bottom: 5px; left: -5px; }
    .steps-grid { grid-template-columns: repeat(2, 1fr); gap: 35px 8px; }
    .steps-grid::before { display: none; }
    .step-item { padding: 0 8px; }
    .step-item p { font-size: 12px; }
    .integration-command-center { padding: 25px 18px; border-radius: 25px; }
    .integration-intro { margin-bottom: 28px; }
    .integration-intro h2 { font-size: 2.45rem; }
    .integration-intro p { font-size: 14px; }
    .integration-intro-proof { flex-direction: column; gap: 9px; }
    .integration-experience { gap: 14px; }
    .integration-orbit { display: flex; min-height: 0; gap: 8px; padding: 0 0 8px; overflow-x: auto; border: 0; border-radius: 0; background: transparent; scroll-snap-type: x mandatory; }
    .integration-orbit::before, .integration-orbit::after, .integration-hub { display: none; }
    .integration-tablist { position: static; display: flex; flex: 0 0 auto; gap: 8px; }
    .integration-tab { flex: 0 0 150px; min-height: 94px; flex-direction: column; align-items: flex-start; padding: 12px; scroll-snap-align: start; }
    .integration-tab-copy strong { font-size: 13px; }
    .integration-tab-copy small { font-size: 8px; }
    .integration-tab-arrow { display: none; }
    .integration-panel { padding: 19px; border-radius: 20px; }
    .integration-panel-heading { display: block; margin-bottom: 18px; }
    .integration-panel-status { margin-top: 13px; }
    .integration-feature-grid { grid-template-columns: 1fr; }
    .integration-connections { display: block; margin-top: 22px; padding-top: 20px; }
    .integration-connections-list { justify-content: flex-start; margin-top: 14px; }
    .integration-connection { flex: 1 1 calc(50% - 9px); }
    .plans .section-heading { margin-bottom: 35px; }
    .plan-card.popular { transform: none; }
    .plan-card.popular:hover { transform: translateY(-8px); }
    .cta-box { padding: 65px 22px; border-radius: 25px; }
    .cta-box h2 { font-size: 2.8rem; }
    .brand-watermark-cta { top: -18%; left: 50%; width: 128%; opacity: .045; }
    .whatsapp-float { right: 18px; bottom: calc(18px + env(safe-area-inset-bottom)); width: 54px; height: 54px; font-size: 27px; }
}

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

@media print {
    .top-header, .footer, .hero-scroll, .whatsapp-float, .btn { display: none !important; }
    .hero-section, .product-section, .integrations-section { color: #000; background: #fff; }
}

/* Legal pages */
.legal-page {
    padding-bottom: 100px;
    background: var(--foodiz-cream);
}

.legal-hero {
    position: relative;
    overflow: hidden;
    padding: 88px 0 82px;
    color: #fff;
    background: radial-gradient(circle at 82% 20%, rgba(255, 107, 53, .22), transparent 30%), linear-gradient(125deg, #171311 0%, #2a1e19 58%, #17110f 100%);
}

.legal-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 250px;
    align-items: center;
    gap: 50px;
}

.legal-hero h1 {
    max-width: 760px;
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(2.8rem, 6vw, 5.6rem);
    line-height: .98;
}

.legal-hero p {
    max-width: 590px;
    margin: 0;
    color: rgba(255, 255, 255, .68);
    font-size: 17px;
    line-height: 1.7;
}

.legal-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px 25px;
    margin-top: 32px;
    color: rgba(255, 255, 255, .48);
    font-size: 12px;
}

.legal-meta i {
    margin-right: 6px;
    color: #ff9a71;
}

.legal-meta a {
    color: rgba(255, 255, 255, .8);
    font-weight: 700;
}

.legal-meta a:hover {
    color: #ff9a71;
}

.legal-hero-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
}

.legal-hero-mark img {
    display: block;
    width: 100%;
    opacity: .13;
    transform: rotate(-8deg);
}

.legal-content-wrap {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    align-items: start;
    gap: 28px;
    margin-top: -36px;
}

.legal-main {
    min-width: 0;
}

.legal-intro,
.legal-article,
.legal-card {
    border: 1px solid var(--foodiz-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(37, 24, 16, .07);
}

.legal-intro {
    padding: 28px 32px;
}

.legal-eyebrow {
    display: block;
    margin-bottom: 10px;
    color: var(--foodiz-orange);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.legal-intro p {
    max-width: 850px;
    margin: 0;
    color: var(--foodiz-ink);
    font-size: 15px;
    line-height: 1.75;
}

.legal-article {
    margin-top: 18px;
    padding: 10px 34px;
}

.legal-section {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 18px;
    padding: 30px 0;
    border-bottom: 1px solid var(--foodiz-line);
    scroll-margin-top: 24px;
}

.legal-section:last-child {
    border-bottom: 0;
}

.legal-section-number {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 12px;
    color: var(--foodiz-orange);
    background: rgba(255, 107, 53, .11);
    font-size: 11px;
    font-weight: 800;
}

.legal-section h2 {
    margin: 2px 0 12px;
    color: var(--foodiz-ink);
    font-size: 23px;
    letter-spacing: -.035em;
}

.legal-section p,
.legal-section li {
    color: #625b56;
    font-size: 14px;
    line-height: 1.8;
}

.legal-section p {
    margin: 0 0 14px;
}

.legal-section p:last-child {
    margin-bottom: 0;
}

.legal-section ul {
    margin: 2px 0 16px;
    padding-left: 20px;
}

.legal-section li {
    margin-bottom: 6px;
    padding-left: 4px;
}

.legal-section li::marker {
    color: var(--foodiz-orange);
}

.legal-section a,
.legal-company-card a {
    color: var(--foodiz-orange-dark);
    font-weight: 700;
}

.legal-section a:hover,
.legal-company-card a:hover {
    color: var(--foodiz-orange);
}

.legal-aside {
    position: sticky;
    top: 24px;
}

.legal-card {
    padding: 24px;
}

.legal-card + .legal-card {
    margin-top: 18px;
}

.legal-toc nav {
    display: grid;
    gap: 4px;
}

.legal-toc nav a {
    padding: 8px 10px;
    border-radius: 9px;
    color: var(--foodiz-muted);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
}

.legal-toc nav a:hover,
.legal-toc nav a:focus {
    color: var(--foodiz-orange-dark);
    background: rgba(255, 107, 53, .08);
}

.legal-company-card > strong {
    display: block;
    margin-bottom: 18px;
    color: var(--foodiz-ink);
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    letter-spacing: -.04em;
}

.legal-company-card dl,
.legal-company-card dd {
    margin: 0;
}

.legal-company-card dl {
    display: grid;
    gap: 14px;
}

.legal-company-card dl > div {
    padding-top: 12px;
    border-top: 1px solid var(--foodiz-line);
}

.legal-company-card dt {
    margin-bottom: 3px;
    color: var(--foodiz-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.legal-company-card dd {
    color: var(--foodiz-ink);
    font-size: 12px;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .legal-hero {
        padding: 72px 0 68px;
    }

    .legal-content-wrap {
        grid-template-columns: minmax(0, 1fr) 240px;
    }

    .legal-hero-grid {
        grid-template-columns: minmax(0, 1fr) 180px;
        gap: 25px;
    }
}

@media (max-width: 767px) {
    .legal-page {
        padding-bottom: 65px;
    }

    .legal-hero {
        padding: 54px 0 74px;
    }

    .legal-hero-grid {
        display: block;
    }

    .legal-hero h1 {
        font-size: clamp(2.8rem, 14vw, 4.2rem);
    }

    .legal-hero p {
        font-size: 15px;
    }

    .legal-hero-mark {
        display: none;
    }

    .legal-content-wrap {
        display: flex;
        flex-direction: column;
        gap: 18px;
        margin-top: -38px;
    }

    .legal-aside {
        position: static;
        display: contents;
    }

    .legal-toc {
        order: -1;
    }

    .legal-toc nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4px 8px;
    }

    .legal-intro,
    .legal-card {
        padding: 22px;
    }

    .legal-article {
        padding: 4px 22px;
    }

    .legal-section {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 12px;
        padding: 25px 0;
    }

    .legal-section-number {
        width: 30px;
        height: 30px;
        border-radius: 10px;
        font-size: 10px;
    }

    .legal-section h2 {
        font-size: 20px;
    }

    .legal-section p,
    .legal-section li {
        font-size: 13px;
        line-height: 1.7;
    }
}

@media print {
    .legal-page {
        padding: 0;
        background: #fff;
    }

    .legal-hero {
        padding: 30px 0;
        color: #000;
        background: #fff;
    }

    .legal-hero h1,
    .legal-hero p,
    .legal-meta,
    .legal-meta a {
        color: #000;
    }

    .legal-hero-mark,
    .legal-aside,
    .legal-intro {
        display: none;
    }

    .legal-content-wrap {
        display: block;
        margin: 0;
    }

    .legal-article {
        border: 0;
        box-shadow: none;
    }
}
