 :root {
    --charcoal-950: #16161E;
    --charcoal-900: #16161E;
    --charcoal-800: #16161E;
    --charcoal-700: #16161E;
    --cream-50: #ffffff;
    --cream-100: #FFFFFF;
    --cream-200: #FFFFFF;
    --orange-500: #008557;
    --orange-600: #008557;
    --orange-700: #008557;
    --gold: #008557;
    --green: #008557;
    --white: #ffffff;
    --muted: #16161E;
    --line: rgba(22, 22, 30, .10);
    --shadow-soft: 0 18px 56px rgba(22, 22, 30, .08);
    --shadow-card: 0 16px 42px rgba(22, 22, 30, .11);
    --shadow-glow: 0 22px 70px rgba(0, 133, 87, .18);
    --radius-lg: 24px;
    --radius-xl: 32px;
    --radius-2xl: 42px;
    --container: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--charcoal-900);
    background:
        radial-gradient(circle at 10% 0%, rgba(0, 133, 87, .09), transparent 34rem),
        radial-gradient(circle at 95% 12%, rgba(0, 133, 87, .06), transparent 28rem),
        linear-gradient(180deg, var(--cream-50), var(--cream-100) 38%, #fff 100%);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font: inherit;
}

.page-shell {
    position: relative;
    overflow: hidden;
}

.blob {
    position: absolute;
    z-index: -1;
    border-radius: 999px;
    filter: blur(18px);
    opacity: .34;
    pointer-events: none;
    animation: floatBlob 12s ease-in-out infinite;
}

.blob-one {
    top: 120px;
    left: -90px;
    width: 260px;
    height: 260px;
    background: rgba(0, 133, 87, .10);
}

.blob-two {
    right: -120px;
    top: 620px;
    width: 340px;
    height: 340px;
    background: rgba(0, 133, 87, .07);
    animation-delay: -4s;
}

.container {
    width: min(100% - 32px, var(--container));
    margin-inline: auto;
}

.site-header {
    position: fixed;
    inset: 16px 0 auto;
    z-index: 50;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: min(100% - 32px, var(--container));
    margin-inline: auto;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 999px;
    background: rgba(255, 255, 255, .78);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(22px);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 850;
    letter-spacing: -.03em;
    color: var(--charcoal-950);
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 16px;
    color: #fff;
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow-glow);
    animation: brandPulse 4.8s ease-in-out infinite;
}

.brand-logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 26px;
}

.nav-links a {
    color: var(--charcoal-700);
    font-size: 14px;
    font-weight: 800;
    transition: color .2s ease;
}

.nav-links a:hover {
    color: var(--orange-600);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 850;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}

.button svg {
    width: 18px;
    height: 18px;
}

.button:hover {
    transform: translateY(-2px);
}

.button-primary {
    color: #fff;
    background: var(--orange-500);
    box-shadow: var(--shadow-glow);
    position: relative;
    overflow: hidden;
}

.button-primary::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.28) 45%, transparent 70%);
    transform: translateX(-120%);
    animation: buttonShine 7s ease-in-out infinite;
}

.button-primary:hover {
    background: var(--orange-600);
}

.button-dark {
    color: #fff;
    background: var(--charcoal-900);
    box-shadow: var(--shadow-card);
}

.button-light {
    color: var(--charcoal-900);
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(22, 22, 30, .09);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(18px);
}

.menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--charcoal-900);
    background: #fff;
}

.hero {
    position: relative;
    padding: 138px 0 78px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 70px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 16px;
    color: var(--orange-700);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--orange-500);
    box-shadow: 0 0 0 7px rgba(0, 133, 87, .12);
}

h1, h2, h3, p {
    margin-top: 0;
}

.hero h1 {
    max-width: 680px;
    margin-bottom: 22px;
    color: var(--charcoal-950);
    font-size: clamp(40px, 5.5vw, 66px);
    line-height: 1.02;
    letter-spacing: -.052em;
}

.hero-copy {
    max-width: 590px;
    margin-bottom: 30px;
    color: var(--charcoal-700);
    font-size: clamp(16px, 1.65vw, 19px);
    line-height: 1.72;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 28px;
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    max-width: 520px;
}

.metric {
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, .72);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(18px);
}

.metric strong {
    display: block;
    color: var(--charcoal-950);
    font-size: 23px;
    line-height: 1;
    letter-spacing: -.04em;
}

.metric span {
    display: block;
    margin-top: 8px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 720;
}

.mockup-stage {
    position: relative;
    min-height: 620px;
}

.phone {
    position: relative;
    z-index: 2;
    width: min(100%, 300px);
    margin-inline: auto;
    /* padding: 12px; */
    border: 10px solid var(--charcoal-950);
    border-radius: 54px;
    background: var(--charcoal-950);
    box-shadow: var(--shadow-glow);
    animation: floatPhone 6s ease-in-out infinite;
}

.phone-screen {
    min-height: 610px;
    padding: 20px;
    border-radius: 40px;
    background: var(--cream-50);
    overflow: hidden;
}

.phone-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.phone-kicker {
    margin-bottom: 4px;
    color: var(--orange-600);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.phone-title {
    margin: 0;
    color: var(--charcoal-950);
    font-size: 24px;
    line-height: 1.05;
    letter-spacing: -.04em;
}

.qr-bubble {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    flex: 0 0 auto;
    border-radius: 20px;
    color: #fff;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 16px 32px rgba(0, 133, 87, .24);
    animation: qrPulse 4.8s ease-in-out infinite;
}

.app-logo-mark {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.category-row {
    display: flex;
    gap: 8px;
    margin: 24px 0 18px;
    overflow: hidden;
}

.category-pill {
    flex: 0 0 auto;
    padding: 10px 13px;
    border-radius: 999px;
    color: var(--charcoal-700);
    background: #fff;
    font-size: 12px;
    font-weight: 950;
    box-shadow: 0 8px 20px rgba(22, 22, 30, .06);
}

.category-pill.active {
    color: #fff;
    background: var(--charcoal-900);
}

.menu-list {
    display: grid;
    gap: 12px;
}

.menu-item {
    display: grid;
    grid-template-columns: 68px 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(22, 22, 30, .08);
    animation: slideIn .8s ease both;
    transition: transform .22s ease, box-shadow .22s ease;
}

.menu-item:hover {
    transform: translateX(4px);
}

.menu-item:nth-child(2) { animation-delay: .12s; }
.menu-item:nth-child(3) { animation-delay: .24s; }

.food-art {
    width: 68px;
    height: 68px;
    border-radius: 22px;
    background:
        radial-gradient(circle at 35% 35%, rgba(255,255,255,.9), transparent 28%),
        radial-gradient(circle at 70% 70%, #16161E, transparent 30%),
        linear-gradient(135deg, #008557, #008557);
}

.food-art.green {
    background:
        radial-gradient(circle at 40% 35%, rgba(255,255,255,.9), transparent 30%),
        radial-gradient(circle at 75% 68%, #008557, transparent 32%),
        linear-gradient(135deg, #FFFFFF, #008557);
}

.food-art.dark {
    background:
        radial-gradient(circle at 40% 40%, rgba(255,255,255,.86), transparent 30%),
        radial-gradient(circle at 72% 72%, #16161E, transparent 32%),
        linear-gradient(135deg, #008557, #16161E);
}

.menu-item h4 {
    margin: 0;
    color: var(--charcoal-950);
    font-size: 15px;
}

.menu-item p {
    margin: 4px 0 0;
    color: var(--orange-600);
    font-size: 12px;
    font-weight: 850;
}

.menu-item strong {
    display: block;
    margin-top: 6px;
    color: var(--charcoal-800);
    font-size: 14px;
}

.add-button {
    padding: 9px 12px;
    border-radius: 999px;
    color: #fff;
    background: var(--orange-500);
    font-size: 12px;
    font-weight: 950;
}

.cart-strip {
    margin-top: 18px;
    padding: 18px;
    border-radius: 28px;
    color: #fff;
    background: var(--charcoal-900);
}

.cart-strip div {
    display: flex;
    justify-content: space-between;
    font-weight: 950;
}

.app-dock {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 22px;
}

.dock-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(22, 22, 30, .18);
    animation: dockBlink 2.4s ease-in-out infinite;
}

.dock-dot:nth-child(2) { animation-delay: .2s; }
.dock-dot:nth-child(3) { animation-delay: .4s; }

.dock-dot.active {
    width: 24px;
    background: var(--orange-500);
}

.floating-card {
    position: absolute;
    z-index: 3;
    padding: 18px;
    border-radius: 28px;
    box-shadow: var(--shadow-card);
    backdrop-filter: blur(18px);
    animation: floatCard 9s ease-in-out infinite;
}

.floating-card.verified {
    left: 0;
    top: 120px;
    width: 220px;
    color: #fff;
    background: rgba(22, 22, 30, .84);
    border: 1px solid rgba(255, 255, 255, .12);
}

.floating-card.order {
    right: 0;
    bottom: 110px;
    width: 230px;
    background: rgba(255, 255, 255, .76);
    border: 1px solid rgba(255, 255, 255, .66);
    animation-delay: -3s;
}

.floating-card.app-alert {
    right: 28px;
    top: 70px;
    width: 185px;
    color: var(--charcoal-950);
    background: rgba(255, 255, 255, .86);
    border: 1px solid rgba(255, 255, 255, .66);
    animation: alertSlide 8s ease-in-out infinite;
}

.floating-card .row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mini-icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 16px;
    color: #fff;
    background: var(--orange-500);
}

.floating-card strong {
    display: block;
    font-size: 14px;
}

.floating-card span {
    display: block;
    margin-top: 3px;
    color: inherit;
    opacity: .68;
    font-size: 12px;
    font-weight: 750;
}

.progress-line {
    height: 8px;
    margin-top: 16px;
    border-radius: 999px;
    background: var(--orange-500);
    position: relative;
    overflow: hidden;
}

.progress-line::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent);
    animation: progressSweep 3.4s linear infinite;
}

.section {
    padding: 78px 0;
}

.section.dark {
    color: #fff;
    background:
        radial-gradient(circle at 85% 10%, rgba(0, 133, 87, .14), transparent 28rem),
        var(--charcoal-950);
}

.section.cream {
    background: var(--cream-100);
}

.section-header {
    max-width: 700px;
    margin: 0 auto 40px;
    text-align: center;
}

.section-header.left {
    margin-left: 0;
    text-align: left;
}

.section-header h2 {
    margin-bottom: 14px;
    color: var(--charcoal-950);
    font-size: clamp(30px, 3.8vw, 46px);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.dark .section-header h2 {
    color: #fff;
}

.section-header p:not(.eyebrow) {
    color: var(--charcoal-700);
    font-size: 16px;
    line-height: 1.72;
}

.dark .section-header p:not(.eyebrow) {
    color: rgba(255, 255, 255, .68);
}

.restaurant-grid,
.pricing-grid,
.testimonial-grid {
    display: grid;
    gap: 18px;
}

.restaurant-grid {
    grid-template-columns: repeat(3, 1fr);
}

.pricing-grid,
.testimonial-grid {
    grid-template-columns: repeat(3, 1fr);
}

.card {
    position: relative;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    background: rgba(255, 255, 255, .82);
    box-shadow: var(--shadow-soft);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.card:nth-child(2) { transition-delay: .04s; }
.card:nth-child(3) { transition-delay: .08s; }
.card:nth-child(4) { transition-delay: .12s; }
.card:nth-child(5) { transition-delay: .16s; }
.card:nth-child(6) { transition-delay: .20s; }

.card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 133, 87, .22);
    box-shadow: var(--shadow-card);
}

.restaurant-card {
    display: grid;
    gap: 20px;
}

.restaurant-top {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.avatar {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    overflow: hidden;
    border-radius: 20px;
    color: var(--orange-600);
    background: var(--cream-100);
    font-weight: 900;
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.verified-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: fit-content;
    height: 30px;
    padding: 8px 11px;
    border-radius: 999px;
    color: var(--green);
    background: rgba(0, 133, 87, .10);
    font-size: 12px;
    font-weight: 950;
}

.card h3 {
    margin-bottom: 10px;
    color: var(--charcoal-950);
    font-size: 19px;
    letter-spacing: -.025em;
}

.card p {
    color: var(--charcoal-700);
    line-height: 1.58;
}

.icon-box {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-bottom: 22px;
    border-radius: 20px;
    color: var(--orange-600);
    background: rgba(0, 133, 87, .10);
    transition: background .25s ease, color .25s ease, transform .25s ease;
}

.card:hover .icon-box {
    color: #fff;
    background: var(--orange-500);
    transform: scale(1.05);
}

.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.step-card {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: var(--radius-xl);
    background: rgba(255, 255, 255, .045);
}

.step-number {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.step-number em {
    color: rgba(255, 255, 255, .12);
    font-size: 34px;
    font-style: normal;
    font-weight: 950;
}

.step-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 17px;
    background: var(--orange-500);
}

.step-card h3 {
    color: #fff;
}

.step-card p {
    color: rgba(255, 255, 255, .68);
}

.split {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 58px;
    align-items: center;
}

.dashboard {
    padding: 10px;
    border-radius: var(--radius-2xl);
    background: var(--charcoal-950);
    box-shadow: var(--shadow-card);
}

.dashboard-inner {
    padding: 10px;
    border-radius: 34px;
    background: var(--cream-50);
}

.dashboard-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.dashboard-head h3 {
    margin: 0;
    color: var(--charcoal-950);
    font-size: 22px;
    letter-spacing: -.04em;
}

.plan-pill {
    padding: 10px 14px;
    border-radius: 999px;
    color: #fff;
    background: var(--orange-500);
    font-size: 13px;
    font-weight: 950;
}

.stat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 16px;
}

.stat-card {
    padding: 16px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(22, 22, 30, .08);
}

.stat-card strong {
    display: block;
    margin-top: 12px;
    color: var(--charcoal-950);
    font-size: 22px;
}

.stat-card span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
}

.chart-card {
    padding: 22px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(22, 22, 30, .08);
}

.bars {
    display: flex;
    align-items: end;
    gap: 9px;
    height: 150px;
    margin-top: 22px;
}

.bar {
    flex: 1;
    min-width: 16px;
    border-radius: 14px 14px 4px 4px;
    background: linear-gradient(180deg, #008557, var(--orange-600));
    transform-origin: bottom;
    animation: growBar 1.2s ease both;
}

.flow-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.flow-card {
    padding: 24px;
    border-radius: var(--radius-xl);
    background: #fff;
    box-shadow: var(--shadow-soft);
}

.flow-card svg {
    color: var(--orange-600);
}

.flow-card h3 {
    margin: 18px 0 8px;
}

.pricing-card {
    display: flex;
    flex-direction: column;
    min-height: 420px;
}

.pricing-card.featured {
    color: #fff;
    background: var(--charcoal-950);
    box-shadow: var(--shadow-card);
}

.pricing-card.featured h3,
.pricing-card.featured p {
    color: #fff;
}

.price {
    margin: 22px 0;
    color: inherit;
    font-size: 34px;
    font-weight: 950;
    letter-spacing: -.05em;
}

.feature-list {
    display: grid;
    gap: 13px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.feature-list li {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 800;
}

.feature-list svg {
    color: var(--orange-500);
    flex: 0 0 auto;
}

.pricing-card .button {
    margin-top: auto;
}

.seo-panel {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: var(--radius-xl);
    background: rgba(255, 255, 255, .06);
}

.search-box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 17px;
    border-radius: 24px;
    color: var(--charcoal-950);
    background: var(--cream-100);
    font-weight: 950;
}

.seo-list {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.seo-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border-radius: 24px;
    color: var(--charcoal-950);
    background: #fff;
}

.seo-item span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 750;
}

.stars {
    display: flex;
    gap: 4px;
    color: var(--orange-500);
    margin-bottom: 18px;
}

.testimonial-card blockquote {
    margin: 0;
    color: var(--charcoal-800);
    line-height: 1.8;
}

.person {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 24px;
}

.person-photo {
    width: 50px;
    height: 50px;
    border-radius: 999px;
    background: linear-gradient(145deg, #FFFFFF, var(--orange-600));
}

.final-cta {
    padding: 64px 24px;
    border-radius: var(--radius-2xl);
    color: #fff;
    text-align: center;
    background:
        radial-gradient(circle at 50% 0%, rgba(0, 133, 87, .22), transparent 24rem),
        var(--charcoal-950);
    box-shadow: var(--shadow-card);
    overflow: hidden;
}

.final-cta h2 {
    max-width: 720px;
    margin: 0 auto 16px;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.final-cta p {
    max-width: 680px;
    margin: 0 auto 28px;
    color: rgba(255, 255, 255, .68);
    font-size: 16px;
    line-height: 1.72;
}

.section-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.store-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 18px;
}

.store-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 188px;
    min-height: 62px;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 22px;
    color: #fff;
    background: rgba(255, 255, 255, .10);
    box-shadow: 0 16px 38px rgba(0, 0, 0, .14);
    backdrop-filter: blur(18px);
    transition: transform .22s ease, background .22s ease, border-color .22s ease;
    position: relative;
    overflow: hidden;
}

.store-button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,.16), transparent);
    transform: translateX(-120%);
    animation: buttonShine 8s ease-in-out infinite;
}

.store-icon {
    position: relative;
    z-index: 1;
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
}

.store-copy,
.store-copy span,
.store-copy strong {
    position: relative;
    z-index: 1;
    display: block;
}

.store-copy {
    text-align: left;
}

.store-button:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, .16);
    border-color: rgba(255, 255, 255, .34);
}

.store-copy span {
    opacity: .72;
    font-size: 12px;
    font-weight: 800;
}

.store-copy strong {
    font-size: 20px;
    line-height: 1;
}

.footer {
    padding: 56px 0 32px;
}

.footer-panel {
    display: grid;
    grid-template-columns: 1.15fr 2fr;
    gap: 48px;
    padding: 30px;
    border-radius: var(--radius-2xl);
    background: #fff;
    box-shadow: var(--shadow-soft);
}

.footer p {
    color: var(--charcoal-700);
    line-height: 1.7;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

.footer-links h3 {
    margin-bottom: 14px;
    color: var(--charcoal-950);
    font-size: 15px;
}

.footer-links ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links a {
    color: var(--charcoal-700);
    font-size: 14px;
    font-weight: 750;
}

.directory-hero {
    position: relative;
    padding: 138px 0 72px;
}

.directory-hero-grid {
    display: grid;
    grid-template-columns: 1.08fr .72fr;
    gap: 64px;
    align-items: center;
}

.directory-hero h1 {
    max-width: 760px;
    margin-bottom: 22px;
    color: var(--charcoal-950);
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.03;
    letter-spacing: -.052em;
}

.directory-search {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) auto;
    gap: 10px;
    max-width: 840px;
    margin: 30px 0 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: rgba(255, 255, 255, .84);
    box-shadow: var(--shadow-soft);
}

.directory-search input {
    width: 100%;
    min-height: 52px;
    padding: 0 17px;
    border: 1px solid rgba(22, 22, 30, .06);
    border-radius: 20px;
    outline: none;
    color: var(--charcoal-950);
    background: #fff;
    font: inherit;
    font-weight: 720;
}

.directory-search input:focus {
    border-color: rgba(0, 133, 87, .34);
    box-shadow: 0 0 0 4px rgba(0, 133, 87, .08);
}

.directory-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 700px;
    margin-top: 18px;
}

.directory-stat strong {
    font-size: 24px;
}

.directory-visual {
    position: relative;
}

.directory-phone-card {
    position: relative;
    max-width: 360px;
    margin-inline: auto;
    padding: 30px;
    border: 10px solid var(--charcoal-950);
    border-radius: 44px;
    background: #fff;
    box-shadow: var(--shadow-glow);
    animation: floatPhone 7s ease-in-out infinite;
}

.directory-phone-card::before {
    content: "";
    display: block;
    width: 58px;
    height: 58px;
    margin-bottom: 42px;
    border-radius: 20px;
    background: url("/static/site/img/dineflow_icon.png") center / contain no-repeat #fff;
    box-shadow: var(--shadow-soft);
}

.directory-phone-card h2 {
    max-width: 260px;
    margin: 18px 0 24px;
    color: var(--charcoal-950);
    font-size: 34px;
    line-height: 1.06;
    letter-spacing: -.045em;
}

.directory-mini-list {
    display: grid;
    gap: 12px;
}

.directory-mini-list span {
    display: block;
    height: 54px;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(0, 133, 87, .12), rgba(22, 22, 30, .06));
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 34px;
}

.section-heading h2 {
    max-width: 620px;
    margin-bottom: 0;
    color: var(--charcoal-950);
    font-size: clamp(30px, 3.8vw, 46px);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.section-heading > p {
    max-width: 430px;
    margin-bottom: 0;
    color: var(--charcoal-700);
    line-height: 1.72;
}

.directory-card {
    min-height: 286px;
    overflow: hidden;
}

.restaurant-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.restaurant-card__logo {
    width: 64px;
    height: 64px;
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--shadow-soft);
}

.restaurant-card__body {
    align-self: end;
}

.restaurant-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.pill {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    color: var(--charcoal-950);
    background: rgba(0, 133, 87, .08);
    font-size: 12px;
    font-weight: 820;
}

.directory-link {
    color: var(--orange-600);
    font-size: 13px;
    font-weight: 850;
}

.discovery-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
    gap: 28px;
    align-items: center;
}

.discovery-copy h2 {
    max-width: 620px;
    margin-bottom: 14px;
    color: var(--charcoal-950);
    font-size: clamp(28px, 3.4vw, 42px);
    line-height: 1.08;
    letter-spacing: -.04em;
}

.discovery-copy p:not(.eyebrow) {
    max-width: 620px;
    color: var(--charcoal-700);
    line-height: 1.72;
}

.discovery-panel {
    display: grid;
    gap: 14px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    background: rgba(255, 255, 255, .82);
    box-shadow: var(--shadow-soft);
}

.signal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px;
    border-radius: 22px;
    background: var(--cream-100);
}

.signal strong {
    color: var(--charcoal-950);
    font-size: 14px;
}

.signal span {
    color: var(--charcoal-700);
    font-size: 13px;
    line-height: 1.45;
    text-align: right;
}

.category-links {
    display: flex;
    gap: 10px;
    margin-bottom: 28px;
    overflow-x: auto;
    padding-bottom: 8px;
}

.category-links a {
    flex: 0 0 auto;
    padding: 11px 15px;
    border: 1px solid rgba(0, 133, 87, .16);
    border-radius: 999px;
    color: var(--charcoal-800);
    background: rgba(255, 255, 255, .82);
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 12px 30px rgba(16, 22, 28, .06);
}

.category-links a:hover {
    color: #fff;
    background: var(--green);
}

.food-card {
    display: grid;
    gap: 12px;
    min-height: 100%;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    color: inherit;
    background: rgba(255, 255, 255, .84);
    box-shadow: var(--shadow-soft);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.food-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 133, 87, .22);
    box-shadow: var(--shadow-card);
}

.food-card img,
.seo-item-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 22px;
    object-fit: cover;
    background: var(--cream-100);
}

.food-card strong {
    color: var(--charcoal-950);
    font-size: 17px;
    letter-spacing: -.02em;
}

.food-card span {
    color: var(--charcoal-700);
    line-height: 1.5;
}

.food-card small {
    color: var(--green);
    font-size: 14px;
    font-weight: 950;
}

.empty-state {
    grid-column: 1 / -1;
    padding: 44px;
    border: 1px dashed rgba(22, 22, 30, .18);
    border-radius: var(--radius-2xl);
    background: rgba(255, 255, 255, .82);
    box-shadow: var(--shadow-soft);
    text-align: center;
}

.empty-state h2 {
    color: var(--charcoal-950);
    font-size: clamp(28px, 4vw, 40px);
    letter-spacing: -.04em;
}

.directory-download {
    padding-top: 32px;
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .7s ease, transform .7s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.visible .bar:nth-child(2) { animation-delay: .08s; }
.visible .bar:nth-child(3) { animation-delay: .16s; }
.visible .bar:nth-child(4) { animation-delay: .24s; }
.visible .bar:nth-child(5) { animation-delay: .32s; }
.visible .bar:nth-child(6) { animation-delay: .40s; }
.visible .bar:nth-child(7) { animation-delay: .48s; }

@keyframes brandPulse {
    0%, 100% { transform: scale(1); box-shadow: var(--shadow-glow); }
    50% { transform: scale(1.025); box-shadow: 0 24px 72px rgba(0, 133, 87, .20); }
}

@keyframes buttonShine {
    0%, 58% { transform: translateX(-120%); }
    100% { transform: translateX(120%); }
}

@keyframes qrPulse {
    0%, 100% { transform: scale(1); box-shadow: 0 16px 32px rgba(0, 133, 87, .20); }
    50% { transform: scale(1.035); box-shadow: 0 18px 42px rgba(0, 133, 87, .28); }
}

@keyframes dockBlink {
    0%, 100% { opacity: .38; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.12); }
}

@keyframes alertSlide {
    0%, 100% { transform: translate3d(4px, 0, 0); opacity: .86; }
    50% { transform: translate3d(-4px, -6px, 0); opacity: 1; }
}

@keyframes progressSweep {
    from { transform: translateX(-100%); }
    to { transform: translateX(100%); }
}

@keyframes floatBlob {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(24px, -28px, 0) scale(1.08); }
}

@keyframes floatPhone {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-14px); }
}

@keyframes floatCard {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-14px) rotate(1.5deg); }
}

@keyframes slideIn {
    from { opacity: 0; transform: translateX(22px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes growBar {
    from { transform: scaleY(.08); opacity: .4; }
    to { transform: scaleY(1); opacity: 1; }
}

@media (max-width: 1040px) {
    .hero-grid,
    .directory-hero-grid,
    .split,
    .discovery-split,
    .footer-panel {
        grid-template-columns: 1fr;
    }

    .mockup-stage {
        min-height: 560px;
    }

    .restaurant-grid,
    .pricing-grid,
    .testimonial-grid,
    .steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .directory-visual {
        display: none;
    }

    .section-heading {
        display: block;
    }

    .section-heading > p {
        margin-top: 14px;
    }
}

@media (max-width: 760px) {
    .site-header {
        inset: 10px 0 auto;
    }

    .nav {
        border-radius: 26px;
    }

    .nav-links,
    .nav-actions {
        position: fixed;
        left: 16px;
        right: 16px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        padding: 18px;
        border: 1px solid rgba(255, 255, 255, .72);
        border-radius: 28px;
        background: rgba(255, 255, 255, .94);
        box-shadow: var(--shadow-card);
        backdrop-filter: blur(22px);
    }

    .nav-links {
        top: 84px;
    }

    .nav-actions {
        top: 270px;
    }

    .nav-links.open,
    .nav-actions.open {
        display: flex;
    }

    .nav-links a {
        padding: 12px 4px;
    }

    .menu-toggle {
        display: grid;
        place-items: center;
    }

    .hero {
        padding-top: 126px;
    }

    .directory-hero {
        padding-top: 126px;
        padding-bottom: 56px;
    }

    .directory-hero h1 {
        font-size: clamp(36px, 12vw, 50px);
    }

    .directory-search,
    .directory-stats {
        grid-template-columns: 1fr;
    }

    .directory-search .button {
        width: 100%;
    }

    .hero-metrics,
    .restaurant-grid,
    .pricing-grid,
    .testimonial-grid,
    .steps,
    .flow-grid,
    .footer-links {
        grid-template-columns: 1fr;
    }

    .floating-card {
        display: none;
    }

    .phone {
        width: min(100%, 320px);
    }

    .phone-screen {
        min-height: auto;
    }

    .mockup-stage {
        min-height: auto;
    }

    .section {
        padding: 72px 0;
    }

    .directory-download {
        padding-top: 16px;
    }

    .footer-panel {
        padding: 24px;
    }
}

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