/* Horeca example theme — snackbar */
:root {
    --primary: #dc2626;
    --accent: #f59e0b;
    --secondary: #1e293b;
    --on-primary: #fff;
    --primary-12: color-mix(in srgb, #dc2626 12%, transparent);
    --primary-25: color-mix(in srgb, #dc2626 25%, transparent);
    --font-heading: 'Poppins', Georgia, serif;
    --font-body: 'Inter', system-ui, sans-serif;
    --surface-warm: #fdf8f3;
}

body { font-family: var(--font-body); background: #fff; }
h1, h2, h3, .hp-logo-text, .hp-section-head h2, .rf-hdr h1 { font-family: var(--font-heading); }

.hp-hero::before,
.hp-hero.hp-hero--photo::before {
    background: linear-gradient(135deg, color-mix(in srgb, #f59e0b 82%, transparent), color-mix(in srgb, #dc2626 75%, transparent)), var(--hero-bg, none) center/cover no-repeat;
}

.hp-nav-cta, .hp-btn[style*="var(--primary)"], .rp-checkout-btn, .rf-btn { color: #fff !important; }

.horeca-demo-banner {
    background: linear-gradient(90deg, #f59e0b, #dc2626);
    color: #fff; text-align: center; padding: 10px 16px; font-size: .82rem; font-weight: 600;
}
.horeca-demo-banner a { color: #fff; text-decoration: underline; font-weight: 700; }

.horeca-features { background: var(--surface-warm); padding: 56px 20px; }
.horeca-features-grid {
    max-width: 1100px; margin: 0 auto;
    display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px;
}
.horeca-feature {
    background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 20px; text-align: center;
}
.horeca-feature i { font-size: 1.6rem; color: var(--primary); margin-bottom: 10px; }
.horeca-feature h3 { font-size: 1rem; margin-bottom: 6px; }
.horeca-feature p { color: #64748b; font-size: .88rem; line-height: 1.5; }

.horeca-example-badge {
    display: inline-block; background: var(--primary); color: #fff;
    padding: 4px 12px; border-radius: 99px; font-size: .72rem; font-weight: 700;
    letter-spacing: .04em; text-transform: uppercase; margin-bottom: 10px;
}
.horeca-footer { background: #020617; color: #94a3b8; padding: 30px 20px; text-align: center; font-size: .82rem; }
.horeca-footer a { color: var(--accent); }
.horeca-footer-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin: 12px 0; }
.horeca-footer-nav a { color: #cbd5e1; font-weight: 600; }
.horeca-demo-label {
    display: inline-block; margin-left: 8px; font-size: .65rem; font-weight: 700;
    background: var(--primary-12); color: var(--primary); padding: 2px 8px; border-radius: 6px; vertical-align: middle;
}
.horeca-wa-fab {
    position: fixed; bottom: 88px; right: 20px; width: 52px; height: 52px; border-radius: 50%;
    background: #25d366; color: #fff; display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; box-shadow: 0 4px 20px rgba(37,211,102,.45); z-index: 90;
}
.horeca-ai-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.horeca-ai-chip {
    background: var(--primary-12); color: var(--primary); border: 1px solid color-mix(in srgb, var(--primary) 25%, transparent);
    padding: 6px 12px; border-radius: 99px; font-size: .78rem; font-weight: 600; cursor: pointer;
}
.horeca-demo-checkout-notice{background:#fef3c7;border:1px solid #fcd34d;color:#92400e;padding:12px 14px;border-radius:10px;font-size:.85rem;margin-bottom:16px;line-height:1.45}
.horeca-demo-checkout-notice a{color:#b45309;font-weight:700}

/* Trust row + opening hours strip */
.horeca-trust-row,.tajine-trust-row{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 24px;padding:14px 20px;background:#fff;border-bottom:1px solid #e2e8f0}
.horeca-trust-item,.tajine-trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:90px;font-size:.8rem;color:#475569}
.horeca-trust-item i,.tajine-trust-item i{font-size:1.2rem;color:var(--primary);margin-bottom:4px}
.horeca-trust-item span,.tajine-trust-item span{font-weight:700;color:#0f172a}
.horeca-trust-item small,.tajine-trust-item small{font-size:.65rem;color:#94a3b8;margin-top:2px}
.horeca-hours-strip,.tajine-hours-strip{background:var(--surface-warm,#fdf8f3);border-bottom:1px solid #f1e8df;padding:10px 16px}
.horeca-hours-strip-inner,.tajine-hours-strip-inner{max-width:1100px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 20px;font-size:.9rem;color:#475569}
.horeca-hours-strip-label,.tajine-hours-strip-label{font-weight:800;color:var(--primary);display:inline-flex;align-items:center;gap:6px;white-space:nowrap}
.horeca-hours-strip-inner>span:not(.horeca-hours-strip-label):not(.tajine-hours-strip-label){white-space:nowrap}
.horeca-hours-strip a,.tajine-hours-strip a{color:var(--accent);font-weight:700;text-decoration:none;white-space:nowrap}
.horeca-hours-strip a:hover,.tajine-hours-strip a:hover{text-decoration:underline}
@media(max-width:600px){.horeca-trust-row,.tajine-trust-row{gap:10px 16px;padding:12px 14px}.horeca-hours-strip-inner,.tajine-hours-strip-inner{gap:6px 12px;font-size:.82rem}}

/* Scroll reveal + a11y skip link */
.horeca-reveal,.tajine-reveal{opacity:0;transform:translateY(20px);transition:opacity .55s ease,transform .55s ease}
.horeca-reveal.is-visible,.tajine-reveal.is-visible{opacity:1;transform:none}
.skip-link{position:absolute;top:-100px;left:16px;background:var(--primary);color:#fff!important;padding:10px 16px;border-radius:8px;font-weight:700;z-index:9999;transition:top .2s}
.skip-link:focus{top:16px}

/**
 * Horeca Menu Manager — shared premium UI polish (all cuisine demos)
 * Injected via horeca_generate_site_theme_css() → site-theme.css
 */
:root {
    --dim: #374151;
    --shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.06);
    --shadow-md: 0 8px 24px rgba(15, 23, 42, 0.08);
    --shadow-lg: 0 16px 48px rgba(15, 23, 42, 0.12);
    --radius-lg: 16px;
    --radius-xl: 20px;
    --touch-min: 44px;
    --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

html { scroll-padding-top: 88px; }

/* ── Demo banner — subtle, dismissible ── */
.horeca-demo-banner,
.tajine-demo-banner {
    position: relative;
    background: linear-gradient(90deg, color-mix(in srgb, var(--accent) 88%, #000), color-mix(in srgb, var(--primary) 92%, #000));
    color: #fff;
    text-align: center;
    padding: 8px 44px 8px 16px;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.45;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    z-index: 110;
}

.horeca-demo-banner a,
.tajine-demo-banner a {
    color: #fde68a;
    text-decoration: underline;
    font-weight: 700;
}

.horeca-demo-banner-close {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}

.horeca-demo-banner-close:hover { background: rgba(255, 255, 255, 0.28); }

body.horeca-banner-dismissed .horeca-demo-banner,
body.horeca-banner-dismissed .tajine-demo-banner { display: none; }

.rp-demo-notice {
    background: linear-gradient(90deg, #fffbeb, #fef3c7);
    border-bottom: 1px solid #fcd34d;
    color: #92400e;
    padding: 8px 16px;
    text-align: center;
    font-size: 0.76rem;
    font-weight: 600;
    line-height: 1.4;
}

.rp-demo-notice::before { content: none; }

/* ── Opening hours strip — animated status dot ── */
.horeca-hours-strip,
.tajine-hours-strip {
    background: var(--surface-warm, #fdf8f3);
    border-bottom: 1px solid color-mix(in srgb, var(--primary) 12%, #e2e8f0);
    padding: 12px 16px;
}

.horeca-hours-strip-inner,
.tajine-hours-strip-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 18px;
    font-size: 0.88rem;
    color: var(--dim);
}

.horeca-hours-strip-label,
.tajine-hours-strip-label {
    font-weight: 800;
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.horeca-hours-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex-shrink: 0;
    animation: horeca-pulse-dot 2s ease-in-out infinite;
}

.horeca-hours-dot.is-open {
    background: #10b981;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.25);
}

.horeca-hours-dot.is-closed {
    background: #f59e0b;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.25);
    animation: none;
}

@keyframes horeca-pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.65; transform: scale(0.92); }
}

.horeca-hours-strip-btn {
    background: none;
    border: none;
    color: var(--accent);
    font-weight: 700;
    font-size: inherit;
    font-family: inherit;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
    padding: 4px 0;
    min-height: var(--touch-min);
    display: inline-flex;
    align-items: center;
}

.horeca-hours-strip-btn:hover { color: var(--primary); }

/* Hours accordion modal */
.horeca-hours-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9500;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    align-items: flex-end;
    justify-content: center;
    padding: 0;
}

.horeca-hours-modal.is-open { display: flex; }

.horeca-hours-modal-box {
    background: #fff;
    width: 100%;
    max-width: 420px;
    border-radius: 20px 20px 0 0;
    padding: 24px 20px calc(24px + env(safe-area-inset-bottom, 0px));
    max-height: 70vh;
    overflow-y: auto;
    animation: horeca-sheet-up 0.35s var(--ease-out);
    box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.15);
}

@media (min-width: 601px) {
    .horeca-hours-modal { align-items: center; padding: 20px; }
    .horeca-hours-modal-box { border-radius: var(--radius-lg); max-height: 80vh; animation: horeca-fade-scale 0.25s var(--ease-out); }
}

@keyframes horeca-sheet-up {
    from { transform: translateY(100%); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes horeca-fade-scale {
    from { transform: scale(0.96); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.horeca-hours-modal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.horeca-hours-modal-head h3 {
    font-size: 1.1rem;
    font-weight: 800;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 8px;
}

.horeca-hours-modal-close {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #f1f5f9;
    color: var(--dim);
    cursor: pointer;
    font-size: 0.9rem;
}

.horeca-hours-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 12px;
    font-size: 0.9rem;
    border-bottom: 1px solid #f1f5f9;
    border-radius: 8px;
}

.horeca-hours-row.is-today {
    background: var(--primary-12);
    font-weight: 700;
    color: var(--primary);
}

.horeca-hours-row.is-closed .horeca-hours-time { color: #ef4444; font-style: italic; }

/* ── Trust row ── */
.horeca-trust-row,
.tajine-trust-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 20px;
    padding: 16px 20px;
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.horeca-trust-item,
.tajine-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 88px;
    font-size: 0.78rem;
    color: var(--dim);
    padding: 4px 8px;
}

.horeca-trust-item i,
.tajine-trust-item i {
    font-size: 1.25rem;
    color: var(--primary);
    margin-bottom: 4px;
}

.horeca-trust-item span,
.tajine-trust-item span { font-weight: 700; color: #0f172a; }

.horeca-trust-item small,
.tajine-trust-item small { font-size: 0.65rem; color: #94a3b8; margin-top: 2px; }

/* ── Buttons ── */
.btn-primary,
.hp-btn-primary,
.hp-nav-cta,
.hp-btn[style*="var(--primary)"],
.rp-checkout-btn,
.rp-confirm-btn,
.rp-modal-add,
.rp-dish-btn,
.mollie-btn {
    color: #fff !important;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--primary);
    color: #fff !important;
    border: none;
    padding: 14px 24px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    cursor: pointer;
    font-family: inherit;
    transition: transform 0.2s, box-shadow 0.2s, filter 0.15s;
    min-height: var(--touch-min);
}

.btn-primary:hover {
    filter: brightness(0.95);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.btn-primary:active { transform: translateY(0); }

.btn-primary.is-loading {
    pointer-events: none;
    opacity: 0.85;
}

/* ── Hero polish ── */
.hp-hero {
    min-height: clamp(420px, 72vh, 680px);
}

.hp-hero h1 {
    letter-spacing: -0.02em;
}

.hp-open-badge {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hp-hero-cta .hp-btn {
    min-height: var(--touch-min);
    min-width: var(--touch-min);
}

/* ── Featured dishes / gallery ── */
.hp-menu-grid {
    gap: 22px;
}

.hp-dish {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.hp-dish-img {
    aspect-ratio: 4 / 3;
    height: auto;
}

.hp-dish-img img {
    transition: transform 0.4s var(--ease-out);
}

.hp-dish:hover .hp-dish-img img {
    transform: scale(1.06);
}

.hp-gallery-item {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.hp-gallery-item img {
    transition: transform 0.45s var(--ease-out);
}

/* ── Reviews ── */
.horeca-reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
    gap: 16px;
}

.horeca-review-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-lg);
    padding: 20px;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s, box-shadow 0.2s;
}

.horeca-review-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.horeca-review-stars {
    color: #f59e0b;
    letter-spacing: 2px;
    font-size: 0.88rem;
    margin-bottom: 10px;
}

.horeca-review-stars .dim { color: #e2e8f0; }

.horeca-review-text {
    color: var(--dim);
    line-height: 1.55;
    flex: 1;
    font-size: 0.92rem;
    margin: 0;
}

.horeca-review-meta {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #f1f5f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.82rem;
}

.horeca-review-meta strong { color: #0f172a; }

.horeca-review-meta time { color: #94a3b8; font-size: 0.72rem; }

.horeca-review-reply {
    margin-top: 10px;
    padding: 8px 12px;
    background: var(--primary-12);
    border-left: 3px solid var(--primary);
    border-radius: 0 8px 8px 0;
    font-size: 0.82rem;
    color: var(--dim);
}

/* ── Demo upsell block ── */
.horeca-demo-upsell,
.tajine-demo-upsell {
    background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 8%, #fff), color-mix(in srgb, var(--primary) 10%, #fff));
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-lg);
    padding: 28px 24px;
    margin: 0 auto;
    max-width: 720px;
    text-align: center;
    box-shadow: var(--shadow-sm);
}

.horeca-demo-upsell-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: var(--primary-12);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.horeca-demo-upsell h3 {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 8px;
    color: #0f172a;
}

.horeca-demo-upsell p {
    color: var(--dim);
    font-size: 0.92rem;
    line-height: 1.55;
    margin-bottom: 18px;
}

.horeca-demo-upsell-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.horeca-demo-upsell-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none;
    min-height: var(--touch-min);
    transition: filter 0.15s, transform 0.15s;
}

.horeca-demo-upsell-btn-primary {
    background: var(--primary);
    color: #fff !important;
}

.horeca-demo-upsell-btn-outline {
    background: #fff;
    color: var(--accent) !important;
    border: 2px solid var(--accent);
}

.horeca-demo-upsell-btn:hover { filter: brightness(0.95); transform: translateY(-1px); }

/* ── Footer + social ── */
.horeca-footer {
    background: linear-gradient(165deg, #0f172a 0%, #020617 100%);
    padding: 36px 20px 28px !important;
}

.horeca-footer-social {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 16px 0;
}

.horeca-footer-social a {
    width: var(--touch-min);
    height: var(--touch-min);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
}

.horeca-footer-social a:hover {
    background: var(--primary);
    transform: translateY(-2px);
}

.horeca-footer-nav a {
    min-height: var(--touch-min);
    display: inline-flex;
    align-items: center;
    padding: 4px 0;
}

/* ── Mobile homepage CTA bar ── */
.horeca-mobile-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9990;
    background: #fff;
    border-top: 1px solid #e2e8f0;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
    gap: 10px;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.08);
}

@media (max-width: 700px) {
    .horeca-mobile-cta { display: flex; }
    body.horeca-has-mobile-cta { padding-bottom: 72px; }
    .horeca-wa-fab,
    .tajine-wa-fab { bottom: calc(80px + env(safe-area-inset-bottom, 0px)) !important; }
}

.horeca-mobile-cta-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 12px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 0.88rem;
    text-decoration: none;
    color: #fff !important;
    min-height: var(--touch-min);
}

.horeca-mobile-cta-order { background: var(--primary); }
.horeca-mobile-cta-reserve { background: var(--accent); }

/* ── Menu: diet / allergen pills ── */
.rp-diet-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 10px;
}

.rp-diet-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 9px;
    border-radius: 99px;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.3;
    border: 1px solid transparent;
}

.rp-diet-pill--halal { background: rgba(16, 185, 129, 0.15); color: #047857; border-color: rgba(16, 185, 129, 0.3); }
.rp-diet-pill--veg { background: rgba(34, 197, 94, 0.12); color: #15803d; border-color: rgba(34, 197, 94, 0.25); }
.rp-diet-pill--vegan { background: rgba(132, 204, 22, 0.15); color: #4d7c0f; border-color: rgba(132, 204, 22, 0.3); }
.rp-diet-pill--gluten { background: rgba(245, 158, 11, 0.12); color: #b45309; border-color: rgba(245, 158, 11, 0.25); }
.rp-diet-pill--spicy { background: rgba(239, 68, 68, 0.12); color: #b91c1c; border-color: rgba(239, 68, 68, 0.25); }
.rp-diet-pill--popular { background: linear-gradient(135deg, #f59e0b, #d97706); color: #fff; }

.rp-dish-btn.is-loading {
    pointer-events: none;
    opacity: 0.7;
}

.rp-dish-btn.is-loading i::before { content: "\f110"; }

/* Cart drawer polish */
.rp-cart-footer {
    background: linear-gradient(180deg, #fafbfc, #fff);
}

.rp-cart-total.final {
    font-size: 1.15rem;
    color: var(--primary);
}

.rp-mobile-bar {
    border-radius: var(--radius-lg);
    box-shadow: 0 8px 32px color-mix(in srgb, var(--primary) 35%, transparent);
}

.rp-mobile-bar-main {
    min-height: var(--touch-min);
}

/* Checkout demo notice + upsell */
.horeca-demo-checkout-notice,
.tajine-demo-checkout-notice {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #fffbeb;
    border: 1px solid #fcd34d;
    color: #92400e;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 0.84rem;
    line-height: 1.45;
    margin-bottom: 14px;
}

.horeca-demo-checkout-notice i { margin-top: 2px; flex-shrink: 0; }
.horeca-demo-checkout-notice a { color: #b45309; font-weight: 700; }

.horeca-demo-upsell--compact {
    padding: 16px;
    margin-bottom: 16px;
    text-align: left;
}

.horeca-demo-upsell--compact h3 { font-size: 1rem; text-align: center; }
.horeca-demo-upsell--compact p { font-size: 0.85rem; margin-bottom: 12px; text-align: center; }

/* AI chat widget styling */
.itlive-chat-widget,
[class*="itlive-chat"] {
    --chat-accent: var(--primary);
    z-index: 99800 !important;
}

.horeca-ai-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 8px 10px 4px;
}

.horeca-ai-chip {
    background: var(--primary-12);
    color: var(--primary);
    border: 1px solid color-mix(in srgb, var(--primary) 25%, transparent);
    padding: 8px 14px;
    border-radius: 99px;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    min-height: 36px;
    transition: background 0.15s;
}

.horeca-ai-chip:hover { background: color-mix(in srgb, var(--primary) 18%, #fff); }

/* PWA install prompt */
.horeca-pwa-prompt {
    display: none;
    position: fixed;
    bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    left: 16px;
    right: 16px;
    max-width: 400px;
    margin: 0 auto;
    z-index: 99700;
    background: #0f172a;
    color: #e2e8f0;
    padding: 14px 16px;
    border-radius: 14px;
    box-shadow: var(--shadow-lg);
    align-items: center;
    gap: 12px;
    animation: horeca-fade-scale 0.3s var(--ease-out);
}

.horeca-pwa-prompt.is-visible { display: flex; }

@media (max-width: 700px) {
    body.horeca-has-mobile-cta .horeca-pwa-prompt { bottom: calc(88px + env(safe-area-inset-bottom, 0px)); }
}

.horeca-pwa-prompt-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.horeca-pwa-prompt-text { flex: 1; font-size: 0.82rem; line-height: 1.4; }
.horeca-pwa-prompt-text strong { display: block; color: #fff; margin-bottom: 2px; }

.horeca-pwa-prompt-actions { display: flex; gap: 8px; flex-shrink: 0; }

.horeca-pwa-prompt-btn {
    border: none;
    padding: 8px 14px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.78rem;
    cursor: pointer;
    font-family: inherit;
    min-height: 36px;
}

.horeca-pwa-prompt-install { background: var(--primary); color: #fff; }
.horeca-pwa-prompt-dismiss { background: rgba(255, 255, 255, 0.1); color: #94a3b8; }

/* Scroll reveal */
.horeca-reveal,
.tajine-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.55s var(--ease-out), transform 0.55s var(--ease-out);
}

.horeca-reveal.is-visible,
.tajine-reveal.is-visible {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    .horeca-reveal,
    .tajine-reveal,
    .hp-open-dot,
    .horeca-hours-dot { animation: none !important; transition: none !important; opacity: 1 !important; transform: none !important; }
}

/* Section spacing */
.hp-section { padding: clamp(56px, 8vw, 88px) 20px; }
.hp-contact { padding: clamp(56px, 8vw, 88px) 20px; }

/* Subpages */
.horeca-subpage-hero {
    background: linear-gradient(135deg, var(--accent), var(--primary));
    color: #fff;
    padding: clamp(48px, 8vw, 72px) 20px;
    text-align: center;
}

.horeca-subpage-hero h1 {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 900;
    margin: 8px 0;
}

.horeca-subpage-hero .hp-section-label { color: rgba(255, 255, 255, 0.85); }

@media (max-width: 600px) {
    .horeca-trust-row,
    .tajine-trust-row { gap: 10px 14px; padding: 12px 14px; }
    .horeca-hours-strip-inner,
    .tajine-hours-strip-inner { gap: 6px 12px; font-size: 0.8rem; }
    .hp-nav-links a,
    .hp-nav-cta { min-height: var(--touch-min); }
}
