/* ============================================================
   فودستيشن — الموقع التعريفي
   نفس هوية المنصة: برتقالي #E73E1F، خط Cairo، RTL أولاً.
   مكتبة مكوّنات كاملة — الصفحات تستعمل هذه الأصناف ولا تضيف CSS خاصاً
   إلا لتفاصيل فريدة حقاً.
   ============================================================ */

:root {
    /* اللون معايَر على ملف الشعار الرسمي نفسه (E73E1F) لا تقريباً منه */
    --primary: #E73E1F;
    --primary-hover: #cf3315;
    --primary-dark: #ad2a11;
    --primary-light: #fbdcd3;
    --primary-lighter: #fdf1ec;

    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --gray-900: #111827;

    --green-600: #16a34a;
    --red-500: #ef4444;
    --navy: #1f2937;
    --teal: #0d9488;

    --background: #ffffff;
    --surface: var(--gray-50);
    --card: #ffffff;
    --border: var(--gray-200);

    --radius: 0.75rem;
    --radius-lg: 1rem;
    --radius-xl: 1.5rem;

    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow: 0 4px 6px -1px rgb(0 0 0 / 0.07), 0 2px 4px -2px rgb(0 0 0 / 0.05);
    --shadow-lg: 0 10px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.05);

    --font: 'Cairo', ui-sans-serif, system-ui, -apple-system, sans-serif;
    --container: 72rem;
}

/* ── إعادة الضبط ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
    font-family: var(--font);
    font-size: 1rem;
    line-height: 1.7;
    color: var(--gray-900);
    background: var(--background);
    -webkit-font-smoothing: antialiased;
}
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; background: none; border: 0; }
input, textarea, select { font: inherit; }

.container { max-width: var(--container); margin-inline: auto; padding-inline: 1.25rem; }

/* ── الهيدر ── */
.site-header {
    position: sticky; top: 0; z-index: 50;
    background: rgb(255 255 255 / 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: 4.25rem; }
.logo { display: flex; align-items: center; gap: 0.5rem; font-weight: 900; font-size: 1.35rem; color: var(--gray-900); }
.logo-mark { font-size: 1.5rem; }
.logo-img { width: 2.5rem; height: 2.5rem; border-radius: 0.6rem; object-fit: contain; }
.footer-logo .logo-img, .admin-logo .logo-img { display: inline-block; vertical-align: middle; width: 2.1rem; height: 2.1rem; }
.logo-text b, .logo .accent { color: var(--primary); }

.main-nav { display: flex; gap: 1.5rem; }
.main-nav a { font-weight: 600; font-size: 0.95rem; color: var(--gray-600); padding: 0.35rem 0; border-bottom: 2px solid transparent; transition: color 0.15s; }
.main-nav a:hover { color: var(--gray-900); }
.main-nav a.active { color: var(--primary); border-bottom-color: var(--primary); }

.header-actions { display: flex; align-items: center; gap: 0.75rem; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; padding: 0.5rem; }
.nav-toggle span { width: 22px; height: 2px; background: var(--gray-700); border-radius: 2px; }

/* ── الأزرار ── */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
    font-weight: 700; border-radius: var(--radius);
    padding: 0.7rem 1.6rem; transition: all 0.15s; white-space: nowrap;
}
.btn-primary { background: var(--primary); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--primary-hover); transform: translateY(-1px); box-shadow: var(--shadow); }
.btn-outline { border: 1.5px solid var(--gray-300); color: var(--gray-800); background: #fff; }
.btn-outline:hover { border-color: var(--primary); color: var(--primary); }
.btn-ghost { color: var(--gray-600); }
.btn-ghost:hover { color: var(--gray-900); }
.btn-lg { padding: 0.9rem 2.2rem; font-size: 1.1rem; border-radius: var(--radius-lg); }
.btn-sm { padding: 0.45rem 1.1rem; font-size: 0.9rem; }
.btn-block { width: 100%; }
.btn-white { background: #fff; color: var(--primary); }
.btn-white:hover { background: var(--primary-lighter); }

/* ── الأقسام ── */
.section { padding-block: 4.5rem; }
.section-alt { background: var(--surface); }
.section-head { text-align: center; max-width: 40rem; margin-inline: auto; margin-bottom: 3rem; }
.section-title { font-size: 2rem; font-weight: 900; line-height: 1.3; margin-bottom: 0.6rem; }
.section-subtitle { color: var(--gray-500); font-size: 1.05rem; }
.section-eyebrow {
    display: inline-block; background: var(--primary-lighter); color: var(--primary-dark);
    font-weight: 700; font-size: 0.85rem; padding: 0.25rem 0.9rem; border-radius: 999px; margin-bottom: 0.75rem;
}

/* ── البطل (hero) ── */
.hero {
    background: linear-gradient(180deg, var(--primary-lighter) 0%, #fff 100%);
    padding-block: 5.5rem 4.5rem;
    text-align: center;
}
.hero-title { font-size: clamp(2.1rem, 5vw, 3.4rem); font-weight: 900; line-height: 1.25; margin-bottom: 1rem; }
.hero-title .accent { color: var(--primary); }
.hero-subtitle { color: var(--gray-600); font-size: 1.15rem; max-width: 38rem; margin-inline: auto; margin-bottom: 2rem; }
.hero-actions { display: flex; gap: 0.9rem; justify-content: center; flex-wrap: wrap; }

/* ── الشبكات والبطاقات ── */
.grid { display: grid; gap: 1.5rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
    background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg);
    padding: 1.75rem; transition: box-shadow 0.2s, transform 0.2s;
}
.card-hover:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.card-icon {
    width: 3.25rem; height: 3.25rem; display: flex; align-items: center; justify-content: center;
    background: var(--primary-lighter); color: var(--primary); border-radius: var(--radius);
    font-size: 1.5rem; margin-bottom: 1rem;
}
.card-title { font-size: 1.15rem; font-weight: 800; margin-bottom: 0.4rem; }
.card-text { color: var(--gray-500); font-size: 0.95rem; }

/* ── خطوات «كيف تعمل» ── */
.step { text-align: center; }
.step-number {
    width: 3rem; height: 3rem; display: flex; align-items: center; justify-content: center;
    background: var(--primary); color: #fff; font-weight: 900; font-size: 1.25rem;
    border-radius: 50%; margin-inline: auto; margin-bottom: 1rem;
}

/* ── الأرقام ── */
.stats { display: flex; justify-content: center; gap: clamp(2rem, 8vw, 6rem); flex-wrap: wrap; }
.stat { text-align: center; }
.stat-number { font-size: 2.6rem; font-weight: 900; color: var(--primary); line-height: 1.2; }
.stat-label { color: var(--gray-500); font-weight: 600; }

/* ── بطاقة علامة تجارية ── */
.brand-card { overflow: hidden; padding: 0; display: flex; flex-direction: column; }
.brand-cover { height: 10.5rem; background: var(--gray-100); object-fit: cover; width: 100%; }
.brand-cover-placeholder {
    height: 10.5rem; display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, var(--primary-lighter), var(--primary-light));
    font-size: 2.5rem;
}
.brand-body { padding: 1.25rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.brand-head { display: flex; align-items: center; gap: 0.75rem; }
.brand-logo { width: 3rem; height: 3rem; border-radius: var(--radius); object-fit: cover; border: 1px solid var(--border); background: #fff; }
.brand-name { font-weight: 800; font-size: 1.1rem; }
.brand-meta { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.brand-tagline { color: var(--gray-500); font-size: 0.92rem; flex: 1; }

.badge {
    display: inline-flex; align-items: center; gap: 0.25rem;
    font-size: 0.78rem; font-weight: 700; padding: 0.15rem 0.7rem; border-radius: 999px;
    background: var(--gray-100); color: var(--gray-600);
}
.badge-primary { background: var(--primary-lighter); color: var(--primary-dark); }
.badge-featured { background: #fef9c3; color: #a16207; }

/* ── التصفية ── */
.filter-bar { display: flex; gap: 0.75rem; flex-wrap: wrap; justify-content: center; margin-bottom: 2.5rem; }
.filter-bar select {
    padding: 0.55rem 1rem; border: 1.5px solid var(--border); border-radius: var(--radius);
    background: #fff; font-weight: 600; color: var(--gray-700); min-width: 10rem;
}

/* ── النماذج ── */
.form-card { max-width: 34rem; margin-inline: auto; }
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-weight: 700; font-size: 0.92rem; margin-bottom: 0.35rem; }
.input, .textarea, .select {
    width: 100%; padding: 0.7rem 1rem; border: 1.5px solid var(--border); border-radius: var(--radius);
    background: #fff; transition: border-color 0.15s;
}
.input:focus, .textarea:focus, .select:focus { outline: none; border-color: var(--primary); }
.textarea { min-height: 7.5rem; resize: vertical; }
.hint { font-size: 0.83rem; color: var(--gray-400); margin-top: 0.25rem; }
/* حقلان جنباً إلى جنب (سنوات الخبرة / مناسبات شهرياً) — عمود واحد على الجوال */
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; }
@media (max-width: 480px) { .field-row { grid-template-columns: 1fr; } }
.radio-row { display: flex; gap: 1.25rem; flex-wrap: wrap; }
.radio { display: inline-flex; align-items: center; gap: 0.4rem; font-weight: 500; cursor: pointer; }
.radio input { width: 1rem; height: 1rem; accent-color: var(--primary); }
/* حقل الفخ للسبام — مخفي عن البشر، تعبّئه الروبوتات فيُرفض الإرسال */
.hp-field { position: absolute; right: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* ── التنبيهات ── */
.alert { padding: 0.9rem 1.25rem; border-radius: var(--radius); font-weight: 600; margin-block: 1rem; }
.alert-success { background: #f0fdf4; color: var(--green-600); border: 1px solid #bbf7d0; }
.alert-error { background: #fef2f2; color: var(--red-500); border: 1px solid #fecaca; }

/* ── CTA الختامي ── */
.cta-band {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: #fff; text-align: center; border-radius: var(--radius-xl);
    padding: 3.5rem 2rem; margin-block: 2rem;
}
.cta-band h2 { font-size: 1.9rem; font-weight: 900; margin-bottom: 0.5rem; }
.cta-band p { opacity: 0.9; margin-bottom: 1.75rem; max-width: 34rem; margin-inline: auto; }

/* ── المدونة ── */
.post-card { overflow: hidden; padding: 0; }
.post-cover { height: 12rem; width: 100%; object-fit: cover; background: var(--gray-100); }
.post-body { padding: 1.4rem; }
.post-date { font-size: 0.83rem; color: var(--gray-400); font-weight: 600; }
.post-title { font-size: 1.15rem; font-weight: 800; margin-block: 0.3rem 0.5rem; }
.post-excerpt { color: var(--gray-500); font-size: 0.95rem; }

/* محتوى مقال/صفحة نصية طويل */
.prose { max-width: 46rem; margin-inline: auto; font-size: 1.05rem; }
.prose h2 { font-size: 1.5rem; font-weight: 800; margin: 2rem 0 0.75rem; }
.prose h3 { font-size: 1.2rem; font-weight: 800; margin: 1.5rem 0 0.5rem; }
.prose p { margin-bottom: 1rem; }
.prose ul, .prose ol { margin: 0 1.5rem 1rem 0; }
.prose li { margin-bottom: 0.35rem; }
.prose img { border-radius: var(--radius-lg); margin-block: 1.5rem; }
.prose blockquote { border-inline-start: 3px solid var(--primary); padding-inline-start: 1rem; color: var(--gray-500); margin-block: 1.25rem; }

/* ── الأسئلة الشائعة ── */
.faq-item { border: 1px solid var(--border); border-radius: var(--radius); margin-bottom: 0.75rem; background: #fff; }
.faq-item summary {
    padding: 1rem 1.25rem; font-weight: 700; cursor: pointer; list-style: none;
    display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 1.4rem; color: var(--primary); font-weight: 400; transition: transform 0.2s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-answer { padding: 0 1.25rem 1.1rem; color: var(--gray-600); }

/* ── ميزات بأيقونات جانبية ── */
.feature-row { display: flex; gap: 1rem; align-items: flex-start; }
.feature-icon {
    flex-shrink: 0; width: 2.75rem; height: 2.75rem; display: flex; align-items: center; justify-content: center;
    background: var(--primary-lighter); border-radius: var(--radius); font-size: 1.25rem;
}

/* ── صفحة العلامة ── */
.brand-hero { position: relative; }
.brand-hero-cover { height: clamp(14rem, 32vw, 22rem); width: 100%; object-fit: cover; background: var(--gray-200); }
.brand-hero-body {
    display: flex; align-items: flex-end; gap: 1.25rem; margin-top: -3.25rem; position: relative;
    flex-wrap: wrap;
}
.brand-hero-logo {
    width: 6.5rem; height: 6.5rem; border-radius: var(--radius-lg); object-fit: cover;
    border: 4px solid #fff; box-shadow: var(--shadow); background: #fff;
}

/* ── الفوتر ── */
.site-footer { background: var(--navy); color: var(--gray-300); margin-top: 4rem; padding-top: 3.5rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 2.5rem; padding-bottom: 2.5rem; }
.footer-logo { font-size: 1.3rem; font-weight: 900; color: #fff; margin-bottom: 0.5rem; }
.footer-tagline { font-size: 0.92rem; color: var(--gray-400); max-width: 20rem; }
.footer-title { color: #fff; font-weight: 800; margin-bottom: 0.9rem; }
.footer-link { display: block; padding-block: 0.28rem; font-size: 0.92rem; color: var(--gray-400); transition: color 0.15s; }
.footer-link:hover { color: #fff; }
.footer-socials { display: flex; gap: 1rem; margin-top: 1rem; flex-wrap: wrap; }
.footer-socials a { font-size: 0.88rem; font-weight: 700; color: var(--gray-400); }
.footer-socials a:hover { color: #fff; }
.store-badge {
    display: inline-flex; align-items: center; gap: 0.4rem; border: 1px solid var(--gray-600);
    border-radius: var(--radius); padding: 0.5rem 1rem; font-size: 0.88rem; font-weight: 700;
    color: #fff; margin-bottom: 0.6rem; margin-inline-end: 0.5rem; transition: border-color 0.15s;
}
.store-badge:hover { border-color: #fff; }
.footer-contact { font-size: 0.9rem; color: var(--gray-400); margin-top: 0.5rem; text-align: right; }
.footer-bottom { border-top: 1px solid var(--gray-700); padding-block: 1.5rem; text-align: center; font-size: 0.88rem; color: var(--gray-500); }

/* ── أدوات ── */
.text-center { text-align: center; }
.mt-2 { margin-top: 1rem; } .mt-3 { margin-top: 1.5rem; } .mt-4 { margin-top: 2rem; }
.mb-2 { margin-bottom: 1rem; } .mb-3 { margin-bottom: 1.5rem; }
.empty-state { text-align: center; color: var(--gray-400); padding-block: 4rem; }
.empty-state .icon { font-size: 3rem; margin-bottom: 0.75rem; }

/* ── الجوال ── */
@media (max-width: 960px) {
    .grid-4 { grid-template-columns: repeat(2, 1fr); }
    .grid-3 { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
    .main-nav {
        display: none; position: absolute; top: 4.25rem; right: 0; left: 0;
        background: #fff; border-bottom: 1px solid var(--border);
        flex-direction: column; gap: 0; padding: 0.75rem 1.25rem 1rem;
        box-shadow: var(--shadow-lg);
    }
    .main-nav.open { display: flex; }
    .main-nav a { padding: 0.6rem 0; border-bottom: 0; }
    .nav-toggle { display: flex; }
    .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 1.75rem; }
    .section { padding-block: 3rem; }
    .hero { padding-block: 3.5rem 3rem; }
}

/* ============================================================
   الواجهة الرئيسية الجديدة — دافئة، حيوية، ومبنية حول المناسبة
   ============================================================ */
.locale-bar { background: var(--gray-900); color: #fff; font-size: 0.78rem; }
.locale-bar-inner { min-height: 2rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.locale-note { color: var(--gray-400); }
.locale-meta, .locale-item { display: flex; align-items: center; gap: 0.45rem; }
.locale-meta { gap: 0.75rem; font-weight: 700; }
.country-flag { font-size: 1.05rem; line-height: 1; }
.locale-divider { width: 1px; height: 0.85rem; background: var(--gray-600); }

.btn-soft { background: #fff; border: 1px solid #f0dfd5; color: var(--gray-800); box-shadow: 0 8px 24px rgb(72 38 20 / 0.06); }
.btn-soft:hover { color: var(--primary); border-color: #f6b89d; transform: translateY(-1px); }

.home-hero { position: relative; overflow: hidden; padding-block: 5.75rem 6.5rem; background: #fffaf5; }
.home-hero::before { content: ''; position: absolute; inset: 0; opacity: 0.32; background-image: radial-gradient(#e73e1f 0.7px, transparent 0.7px); background-size: 24px 24px; mask-image: linear-gradient(to left, #000, transparent 68%); }
.home-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 0.92fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.home-hero-copy { max-width: 37rem; }
.home-kicker { display: inline-flex; align-items: center; gap: 0.6rem; color: var(--primary-dark); background: rgb(255 255 255 / 0.78); border: 1px solid #f5d6c8; border-radius: 999px; padding: 0.35rem 0.85rem; font-size: 0.84rem; font-weight: 800; margin-bottom: 1.3rem; }
.kicker-dot { width: 0.55rem; height: 0.55rem; border-radius: 50%; background: var(--primary); box-shadow: 0 0 0 5px rgb(232 73 15 / 0.12); }
.home-hero-title { max-width: 35rem; font-size: clamp(2.65rem, 5.3vw, 4.8rem); font-weight: 900; line-height: 1.15; letter-spacing: -0.055em; margin-bottom: 1.25rem; }
.home-hero-title::first-line { color: var(--gray-900); }
.home-hero-subtitle { color: var(--gray-600); font-size: 1.12rem; max-width: 35rem; margin-bottom: 2rem; }
.hero-actions-start { justify-content: flex-start; }
.hero-proof { display: flex; gap: 1.15rem; flex-wrap: wrap; margin-top: 1.5rem; color: var(--gray-500); font-size: 0.82rem; font-weight: 700; }
.hero-proof b { display: inline-grid; place-items: center; width: 1.15rem; height: 1.15rem; margin-inline-end: 0.22rem; border-radius: 50%; background: #dcfce7; color: #15803d; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-orb-one { width: 19rem; height: 19rem; background: #ffe3d3; left: -9rem; bottom: -10rem; }
.hero-orb-two { width: 7rem; height: 7rem; border: 1.5rem solid #fff0e7; right: 44%; top: 2rem; }

.hero-visual { position: relative; min-height: 31rem; display: grid; place-items: center; }
.visual-backdrop { position: absolute; width: 25rem; height: 25rem; border-radius: 44% 56% 61% 39% / 45% 36% 64% 55%; background: linear-gradient(145deg, #f05b23, #d93f09); transform: rotate(-8deg); box-shadow: 0 35px 70px rgb(173 57 15 / 0.2); }
.booking-preview { position: relative; z-index: 2; width: min(21rem, 82%); background: #fff; border: 1px solid rgb(255 255 255 / 0.7); border-radius: 1.65rem; overflow: hidden; box-shadow: 0 30px 80px rgb(78 30 10 / 0.22); transform: rotate(2.5deg); }
.preview-top { display: flex; justify-content: space-between; align-items: center; padding: 1.1rem 1.2rem 0.7rem; font-size: 0.72rem; }
.preview-logo { display: flex; align-items: center; gap: 0.4rem; font-weight: 900; }
.preview-logo > span { display: grid; place-items: center; width: 1.6rem; height: 1.6rem; border-radius: 0.5rem; background: var(--primary); color: #fff; }
.preview-status { color: #16803c; background: #edfff2; border-radius: 999px; padding: 0.2rem 0.55rem; font-weight: 700; }
.occasion-visual { position: relative; height: 12rem; margin: 0 0.8rem; border-radius: 1.2rem; background: radial-gradient(circle at 48% 45%, #fff 0 13%, transparent 13.5%), linear-gradient(135deg, #fff0e5, #ffd0ba); overflow: hidden; }
.serving-dish { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); width: 7.7rem; height: 7.7rem; display: grid; place-items: center; border-radius: 50%; background: #fff; box-shadow: 0 15px 30px rgb(129 53 18 / 0.14), inset 0 0 0 9px #fff8f3; }
.serving-dish span { font-size: 3.5rem; filter: drop-shadow(0 5px 5px rgb(0 0 0 / 0.1)); }
.food-bubble { position: absolute; display: grid; place-items: center; width: 3rem; height: 3rem; border-radius: 50%; background: #fff; box-shadow: 0 9px 20px rgb(139 53 16 / 0.14); font-size: 1.35rem; }
.bubble-one { top: 1rem; right: 1.2rem; }.bubble-two { bottom: 0.8rem; right: 2rem; }.bubble-three { top: 2.2rem; left: 1.2rem; }
.occasion-spark { position: absolute; color: var(--primary); }.spark-one { top: 0.7rem; left: 4.5rem; }.spark-two { bottom: 1rem; left: 3.4rem; font-size: 0.65rem; }
.preview-content { padding: 1rem 1.2rem 1.3rem; }
.preview-content > span { display: block; color: var(--primary); font-size: 0.65rem; font-weight: 800; }
.preview-content strong { display: block; font-size: 0.95rem; margin-bottom: 0.7rem; }
.occasion-pills { display: flex; gap: 0.35rem; }
.occasion-pills i { font-style: normal; font-size: 0.57rem; font-weight: 700; color: var(--gray-500); padding: 0.22rem 0.52rem; background: var(--gray-50); border: 1px solid var(--gray-100); border-radius: 999px; }
.floating-note { position: absolute; z-index: 4; display: flex; align-items: center; gap: 0.65rem; background: rgb(255 255 255 / 0.96); border: 1px solid #f4e1d7; border-radius: 0.9rem; padding: 0.65rem 0.85rem; box-shadow: 0 16px 35px rgb(70 27 9 / 0.14); }
.floating-note > span { display: grid; place-items: center; width: 2rem; height: 2rem; border-radius: 0.65rem; background: #fff1d6; color: #e79a00; font-weight: 900; }
.floating-note b, .floating-note small { display: block; line-height: 1.4; }.floating-note b { font-size: 0.76rem; }.floating-note small { color: var(--gray-400); font-size: 0.62rem; }
.note-rating { top: 4rem; right: -0.5rem; }.note-booking { bottom: 3rem; left: -1rem; }
.note-booking > span { background: #e9fff0; color: #16a34a; border-radius: 50%; }

.home-stats { position: relative; z-index: 5; margin-top: -2.5rem; }
.stats-shell { display: grid; grid-template-columns: repeat(3, 1fr) 1.6fr; align-items: center; background: #fff; border: 1px solid #f3e7e0; border-radius: 1.25rem; box-shadow: 0 18px 55px rgb(80 35 14 / 0.08); padding-block: 1.45rem; }
.stats-shell .stat { border-inline-start: 1px solid var(--gray-100); padding-inline: 1.2rem; }
.stats-shell .stat:first-child { border-inline-start: 0; }
.stats-shell .stat-number { font-size: 1.65rem; }.stats-shell .stat-label { font-size: 0.72rem; }
.stat-promise { display: flex; align-items: center; justify-content: center; gap: 0.8rem; padding-inline: 1.5rem; }
.stat-promise > span { display: grid; place-items: center; width: 2.8rem; height: 2.8rem; flex: 0 0 auto; border-radius: 50%; background: var(--primary-lighter); color: var(--primary); }
.stat-promise p { font-size: 0.73rem; line-height: 1.6; color: var(--gray-500); }.stat-promise b { color: var(--gray-800); font-size: 0.82rem; }

.journey-section { background: #fff; }
.journey-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.journey-grid::before { content: ''; position: absolute; top: 3.6rem; right: 18%; left: 18%; border-top: 1px dashed #f1bca6; }
.journey-card { position: relative; z-index: 2; background: #fff; border: 1px solid #f1e5df; border-radius: 1.25rem; padding: 2rem 1.7rem; box-shadow: 0 10px 30px rgb(62 31 18 / 0.035); transition: transform 0.2s, box-shadow 0.2s; }
.journey-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgb(62 31 18 / 0.08); }
.journey-card-featured { background: var(--gray-900); border-color: var(--gray-900); color: #fff; transform: translateY(-0.7rem); }
.journey-card-featured:hover { transform: translateY(-1rem); }
.journey-number { position: absolute; top: 1rem; left: 1.2rem; color: #efcec0; font-size: 0.75rem; font-weight: 900; }
.journey-icon { width: 3.5rem; height: 3.5rem; display: grid; place-items: center; border-radius: 1rem; background: var(--primary-lighter); color: var(--primary); font-size: 1.55rem; font-weight: 900; margin-bottom: 1.2rem; }
.journey-card-featured .journey-icon { background: var(--primary); color: #fff; }.journey-card-featured .journey-number { color: var(--gray-600); }
.journey-card h3 { font-size: 1.1rem; margin-bottom: 0.45rem; }.journey-card p { color: var(--gray-500); font-size: 0.88rem; }.journey-card-featured p { color: var(--gray-400); }

.brands-showcase { background: #fffaf7; }
.section-head-split { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; text-align: right; gap: 2rem; }
.section-head-split .section-title { margin-bottom: 0.3rem; }
.text-link { display: inline-flex; align-items: center; gap: 0.4rem; color: var(--primary); font-size: 0.9rem; font-weight: 800; white-space: nowrap; padding-bottom: 0.55rem; }
.text-link:hover span { transform: translateX(-4px); }.text-link span { transition: transform 0.2s; }
.home-brand-card { border: 0; box-shadow: 0 9px 28px rgb(72 36 19 / 0.06); border-radius: 1.15rem; }
.home-brand-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgb(72 36 19 / 0.12); }
.brand-media { position: relative; }.brand-featured-tag { position: absolute; top: 0.75rem; right: 0.75rem; background: rgb(255 255 255 / 0.92); color: var(--primary-dark); border-radius: 999px; padding: 0.2rem 0.65rem; font-size: 0.68rem; font-weight: 800; backdrop-filter: blur(8px); }
.warm-empty { background: #fff; border: 1px dashed #efc9b8; border-radius: 1.25rem; }

.audience-section { position: relative; overflow: hidden; background: var(--gray-900); color: #fff; }
.audience-section::after { content: ''; position: absolute; width: 28rem; height: 28rem; border: 6rem solid rgb(255 255 255 / 0.025); border-radius: 50%; left: -10rem; top: -11rem; }
.audience-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 0.9fr 1.2fr; gap: 5rem; align-items: center; }
.dark-eyebrow { background: rgb(255 255 255 / 0.08); color: #ffb492; }
.audience-copy h2 { font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.22; margin-bottom: 1rem; }.audience-copy p { color: var(--gray-400); max-width: 29rem; margin-bottom: 1.7rem; }
.audience-cards { display: grid; gap: 1rem; }
.audience-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.1rem; padding: 1.35rem; background: #fff; color: var(--gray-900); border-radius: 1.15rem; transform: rotate(1deg); }
.audience-card:nth-child(2) { transform: rotate(-1deg); }.audience-card:hover { transform: rotate(0) translateX(-5px); }
.audience-card-icon { display: grid; place-items: center; width: 4rem; height: 4rem; border-radius: 1rem; background: var(--primary-lighter); font-size: 1.65rem; }
.audience-card small { color: var(--primary); font-weight: 800; }.audience-card h3 { font-size: 1.15rem; }.audience-card p { font-size: 0.78rem; color: var(--gray-500); }.audience-card > b { color: var(--primary); font-size: 1.4rem; }
.audience-card-orange { background: var(--primary); color: #fff; }.audience-card-orange .audience-card-icon { background: rgb(255 255 255 / 0.15); }.audience-card-orange small, .audience-card-orange p, .audience-card-orange > b { color: #fff; }.audience-card-orange p { opacity: 0.75; }

.final-cta { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: 2.7rem 3rem; border-radius: 1.4rem; background: linear-gradient(110deg, #fff0e8, #fffaf6); border: 1px solid #f5d5c6; }
.final-cta > div > span { color: var(--primary); font-size: 0.8rem; font-weight: 800; }.final-cta h2 { font-size: 2rem; }.final-cta p { color: var(--gray-500); }.final-cta-actions { display: flex; gap: 0.7rem; flex-wrap: wrap; }

/* فودستيشن أعمال: العملاء والمشاريع */
.business-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 15% 20%, #ffd8c7, transparent 24%), linear-gradient(145deg, #fff8f3, #fff); }
.business-hero::after { content: ''; position: absolute; width: 19rem; height: 19rem; border: 3rem solid rgb(232 73 15 / 0.05); border-radius: 50%; right: -7rem; bottom: -8rem; }
.business-hero-inner { position: relative; z-index: 2; }
.business-clients { padding-block: 3rem; border-bottom: 1px solid var(--gray-100); }
.client-strip-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; margin-bottom: 2rem; }.client-strip-head h2 { font-size: 1.55rem; }.client-strip-head p { max-width: 27rem; color: var(--gray-500); font-size: 0.9rem; }
.client-sectors { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--gray-200); border-radius: 1rem; overflow: hidden; }
.client-sector { min-height: 6rem; display: flex; align-items: center; justify-content: center; gap: 0.6rem; padding: 1rem; border-inline-start: 1px solid var(--gray-200); color: var(--gray-600); text-align: center; }.client-sector:first-child { border-inline-start: 0; }.client-sector span { color: var(--primary); font-size: 1.3rem; }.client-sector b { font-size: 0.8rem; }
.business-projects { background: #fffaf7; }
.project-grid { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 1.25rem; }
.project-card { overflow: hidden; background: #fff; border: 1px solid #f0e3dc; border-radius: 1.2rem; box-shadow: 0 8px 28px rgb(72 36 19 / 0.04); }.project-card-large { grid-row: span 2; display: grid; grid-template-rows: 1.2fr auto; }
.project-art { min-height: 11rem; position: relative; display: grid; place-items: center; overflow: hidden; background: #f4eee9; }.project-card-large .project-art { min-height: 20rem; }
.project-art-office { background: linear-gradient(145deg, #25282c, #3d4147); }.project-art-office > span { position: relative; z-index: 2; font-size: 5rem; filter: drop-shadow(0 15px 18px rgb(0 0 0 / 0.28)); }.project-art-office i { position: absolute; width: 8rem; height: 13rem; border-radius: 6rem; background: rgb(232 73 15 / 0.6); filter: blur(30px); }.project-art-office i:nth-of-type(1) { right: 10%; top: -30%; }.project-art-office i:nth-of-type(2) { left: 5%; bottom: -45%; background: rgb(255 203 149 / 0.25); }.project-art-office i:nth-of-type(3) { width: 70%; height: 1px; background: rgb(255 255 255 / 0.2); filter: none; bottom: 24%; }
.project-art-event { background: linear-gradient(135deg, #ffe5d6, #fff6ef); color: var(--primary); grid-template-columns: auto auto; align-content: center; column-gap: 0.7rem; }.project-art-event span { font-size: 2.2rem; }.project-art-event b { font-size: 2.7rem; line-height: 1; }.project-art-event small { grid-column: 2; color: var(--gray-500); }
.project-art-season { background: var(--gray-900); color: #fff; align-content: center; }.project-art-season span { font-size: 3.6rem; color: #ff9b70; font-weight: 900; line-height: 1; }.project-art-season small { color: var(--gray-300); }
.project-card-body { padding: 1.4rem; }.project-type { color: var(--primary); font-size: 0.7rem; font-weight: 800; }.project-card h3 { font-size: 1.1rem; margin-block: 0.2rem 0.45rem; }.project-card p { color: var(--gray-500); font-size: 0.85rem; }.project-tags { display: flex; gap: 0.4rem; flex-wrap: wrap; margin-top: 1rem; }.project-tags span { background: var(--gray-50); border: 1px solid var(--gray-100); border-radius: 999px; padding: 0.2rem 0.65rem; font-size: 0.7rem; font-weight: 700; color: var(--gray-600); }

@media (max-width: 960px) {
    .main-nav { gap: 0.8rem; }.main-nav a { font-size: 0.8rem; }
    .home-hero-grid { grid-template-columns: 1fr 0.8fr; gap: 2rem; }.hero-visual { min-height: 27rem; }.visual-backdrop { width: 21rem; height: 21rem; }.booking-preview { width: 18rem; }
    .stats-shell { grid-template-columns: repeat(3, 1fr); }.stat-promise { display: none; }
    .audience-grid { gap: 2.5rem; }
    .client-sectors { grid-template-columns: repeat(3, 1fr); }.client-sector { border-bottom: 1px solid var(--gray-200); }
}

@media (max-width: 720px) {
    .locale-note { display: none; }.locale-bar-inner { justify-content: center; }
    .home-hero { padding-block: 3.5rem 4.5rem; }.home-hero-grid { grid-template-columns: 1fr; }.home-hero-copy { text-align: center; margin-inline: auto; }.hero-actions-start, .hero-proof { justify-content: center; }
    .home-hero-title { font-size: clamp(2.35rem, 12vw, 3.4rem); }.hero-visual { min-height: 25rem; margin-top: 0.5rem; }.visual-backdrop { width: 19rem; height: 19rem; }.note-rating { right: 0; }.note-booking { left: 0; bottom: 1.5rem; }
    .home-stats { margin-top: -1.8rem; }.stats-shell { padding: 0.6rem; grid-template-columns: repeat(3, 1fr); }.stats-shell .stat { padding: 0.7rem 0.3rem; }.stats-shell .stat-number { font-size: 1.25rem; }.stats-shell .stat-label { font-size: 0.58rem; line-height: 1.35; }
    .journey-grid { grid-template-columns: 1fr; }.journey-grid::before { display: none; }.journey-card-featured { transform: none; }.journey-card-featured:hover { transform: translateY(-5px); }
    .section-head-split, .client-strip-head { align-items: flex-start; flex-direction: column; gap: 0.7rem; }.section-head-split { text-align: right; }
    .audience-grid { grid-template-columns: 1fr; }.audience-copy { text-align: center; }.audience-copy p { margin-inline: auto; }
    .final-cta { align-items: flex-start; flex-direction: column; padding: 2rem; }.final-cta-actions { width: 100%; }.final-cta-actions .btn { flex: 1; }
    .client-sectors { grid-template-columns: repeat(2, 1fr); }.client-sector:nth-child(odd) { border-inline-start: 0; }
    .project-grid { grid-template-columns: 1fr; }.project-card-large { grid-row: auto; }.project-card-large .project-art { min-height: 15rem; }
}

@media (max-width: 420px) {
    .locale-item:first-child { max-width: 13rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .home-hero { padding-top: 2.6rem; }.home-hero-subtitle { font-size: 1rem; }.hero-visual { min-height: 22rem; }.booking-preview { width: 16.5rem; }.occasion-visual { height: 10rem; }.visual-backdrop { width: 17rem; height: 17rem; }
    .floating-note { padding: 0.45rem 0.6rem; }.note-rating { top: 2rem; }.note-booking { bottom: 0; }
    .client-sectors { grid-template-columns: 1fr 1fr; }.client-sector { min-height: 5rem; flex-direction: column; gap: 0.2rem; }
    .audience-card { grid-template-columns: auto 1fr; }.audience-card > b { display: none; }
    .final-cta-actions { flex-direction: column; }
}
