@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); backdrop-filter: blur(18px); }
.top-header .container { padding-top: 0 !important; padding-bottom: 0 !important; }
.top-header img { width: 164px; height: auto; }
.top-header nav { display: flex; align-items: center; gap: 12px; }
.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; }

.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; }

.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: 560px; }
.hero-visual-stage { position: relative; width: 100%; height: 560px; }
.hero-visual-glow { position: absolute; width: 400px; height: 400px; top: 70px; left: 50%; border-radius: 50%; transform: translateX(-50%); background: rgba(255, 107, 53, .2); filter: blur(65px); }
.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-dashboard { position: absolute; z-index: 1; top: 68px; left: 4%; width: 84%; padding: 11px; border-radius: 20px; transform: rotate(3deg); }
.browser-dots { display: flex; align-items: center; gap: 5px; padding: 3px 4px 9px; }
.browser-dots span { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.55); }
.browser-dots small { margin-left: 6px; color: rgba(255,255,255,.44); font-size: 8px; }
.hero-dashboard img { display: block; width: 100%; border-radius: 10px; }
.hero-owner { position: absolute; z-index: 3; right: -2%; bottom: -28px; width: auto; height: 520px; max-width: none; filter: drop-shadow(0 28px 24px rgba(0,0,0,.42)); }
.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: 18px; left: -2%; right: auto; }
.floating-orders { right: 8%; bottom: 56px; }
.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-number { display: block; color: var(--foodiz-orange); font-family: 'Manrope', sans-serif; font-size: 29px; letter-spacing: -.06em; }
.stat-item span { color: var(--foodiz-muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; 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%; }

.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, .integration-layout h2 { margin: 0 0 18px; color: #fff; font-size: clamp(2.4rem, 4vw, 4rem); line-height: 1.02; }
.product-copy h2 span, .integration-layout 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: 420px; }
.dashboard-glass-card { position: absolute; top: 40px; right: -20px; width: 98%; padding: 12px; border-radius: 18px; transform: rotate(-4deg); }
.dashboard-glass-card img { display: block; width: 100%; border-radius: 10px; }
.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: 5px; right: -5px; }
.dashboard-chip-two { bottom: 26px; left: 10px; 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 { color: #fff; background: var(--foodiz-orange); }
.integration-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 60px; }
.integration-list { display: flex; flex-wrap: wrap; gap: 10px; }
.integration-list span { display: inline-flex; align-items: center; gap: 9px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.27); border-radius: 999px; color: #fff; background: rgba(255,255,255,.1); font-size: 13px; font-weight: 700; backdrop-filter: blur(10px); }
.integration-list i { font-size: 16px; }

.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); }

.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 (max-width: 991px) {
    .top-header nav::before { display: none; }
    .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 { margin-top: 36px; }
    .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, .integration-layout { grid-template-columns: 1fr; }
    .product-shell { padding: 58px 45px 35px; }
    .product-dashboard { min-height: 390px; }
    .integration-layout { gap: 30px; }
}

@media (max-width: 767px) {
    .top-header .row, .site-home .row, .footer .row { margin-right: 0; margin-left: 0; }
    .benefits { overflow: hidden; }
    .top-header { padding: 14px 0; }
    .top-header img { width: 138px; }
    .top-header nav .btn-outline-primary { display: none; }
    .top-header nav .btn-primary { 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: 395px; }
    .hero-visual-stage { height: 395px; }
    .hero-dashboard { top: 28px; left: 0; width: 93%; }
    .hero-owner { right: -8%; bottom: -17px; width: auto; height: 330px; }
    .hero-visual-glow { width: 260px; height: 260px; top: 60px; }
    .brand-watermark-hero { top: 2%; right: -18%; width: 86vw; opacity: .055; }
    .floating-metric { padding: 8px 10px; }
    .floating-metric strong { font-size: 14px; }
    .metric-icon { width: 28px; height: 28px; font-size: 11px; }
    .floating-sales { top: 14px; left: 0; right: auto; }
    .floating-orders { right: 1%; bottom: 20px; }
    .hero-scroll { display: none; }
    .stats-section { padding: 28px 0 18px; }
    .stat-item { margin-bottom: 12px; padding: 6px; border-right: 0; }
    .stat-number { font-size: 25px; }
    .stat-item span { font-size: 9px; }
    .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%; }
    .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: 290px; margin-top: 22px; }
    .dashboard-glass-card { top: 25px; right: -18px; width: 106%; }
    .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-list span { padding: 11px 14px; font-size: 11px; }
    .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; }
}

@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, .btn { display: none !important; }
    .hero-section, .product-section, .integrations-section { color: #000; background: #fff; }
}
