/* ============================================
   BISHOY BASHA — MAIN STYLESHEET v2
   Mobile-first, fully responsive
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&family=Jost:wght@300;400;500&family=Amiri:ital,wght@0,400;0,700;1,400&family=Cairo:wght@300;400;500;600&display=swap');

:root {
  --ink:        #141210;
  --cream:      #f4efe6;
  --warm:       #e6ddd0;
  --gold:       #a07840;
  --gold-light: #c4a06a;
  --gold-pale:  #e8d5b0;
  --muted:      #6e6258;
  --white:      #faf7f2;
  --dark2:      #1e1a16;
  --dark3:      #0e0c0a;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Jost', sans-serif; background: var(--white); color: var(--ink); overflow-x: hidden; }
body.ar { font-family: 'Cairo', sans-serif; direction: rtl; }
img { display: block; max-width: 100%; }
a { text-decoration: none; }

.font-serif { font-family: 'Playfair Display', serif; }
body.ar .font-serif { font-family: 'Amiri', serif; }

/* SECTION TAG */
.section-tag { display: inline-flex; align-items: center; gap: 0.7rem; margin-bottom: 1.5rem; }
.section-tag::before { content: ''; display: block; width: 1.5rem; height: 1px; background: var(--gold); }
body.ar .section-tag::before { display: none; }
body.ar .section-tag::after { content: ''; display: block; width: 1.5rem; height: 1px; background: var(--gold); }
.section-tag span { font-size: 0.65rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
body.ar .section-tag span { letter-spacing: 0; font-size: 0.8rem; }

/* BUTTONS */
.btn-gold { display: inline-block; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); background: var(--gold); padding: 1.1rem 2.6rem; border-radius: 1px; transition: background 0.3s, transform 0.2s; }
.btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); }
body.ar .btn-gold { letter-spacing: 0; font-size: 0.9rem; font-family: 'Cairo', sans-serif; }
.btn-outline-gold { display: inline-block; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); border: 1px solid var(--gold); padding: 1.1rem 2.6rem; border-radius: 1px; transition: all 0.3s; }
.btn-outline-gold:hover { background: var(--gold); color: var(--ink); }
.btn-text { font-size: 0.72rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(250,247,242,0.45); border-bottom: 1px solid rgba(250,247,242,0.15); padding-bottom: 2px; transition: color 0.3s, border-color 0.3s; }
.btn-text:hover { color: var(--gold-light); border-color: var(--gold); }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 1.8rem 4rem; display: flex; justify-content: space-between; align-items: center; transition: all 0.5s ease; }
nav.scrolled { background: rgba(250,247,242,0.97); backdrop-filter: blur(12px); padding: 1rem 4rem; border-bottom: 1px solid var(--warm); }
.nav-logo { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 400; color: var(--white); transition: color 0.4s; }
body.ar .nav-logo { font-family: 'Amiri', serif; font-size: 1.2rem; }
nav.scrolled .nav-logo { color: var(--ink); }
.nav-links { display: flex; gap: 2.5rem; list-style: none; align-items: center; }
body.ar .nav-links { flex-direction: row-reverse; }
.nav-links a { font-size: 0.72rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.6); transition: color 0.3s; }
body.ar .nav-links a { letter-spacing: 0; font-size: 0.85rem; }
nav.scrolled .nav-links a { color: var(--muted); }
.nav-links a:hover { color: var(--gold-light); }
.nav-cta { color: var(--gold-light) !important; border: 1px solid rgba(196,160,106,0.5) !important; padding: 0.5rem 1.3rem; border-radius: 1px; transition: all 0.3s !important; }
.nav-cta:hover { background: var(--gold) !important; border-color: var(--gold) !important; color: var(--white) !important; }
.nav-lang { font-size: 0.7rem !important; opacity: 0.45; }
.nav-lang:hover { opacity: 1; color: var(--gold-light) !important; }
.nav-burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; background: none; border: none; }
.nav-burger span { display: block; width: 24px; height: 1.5px; background: var(--white); transition: all 0.3s; border-radius: 2px; }
nav.scrolled .nav-burger span { background: var(--ink); }
.nav-burger.active span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-burger.active span:nth-child(2) { opacity: 0; }
.nav-burger.active span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* TRUST STRIP */
.trust-strip { background: var(--dark2); border-bottom: 1px solid rgba(160,120,64,0.12); display: flex; align-items: stretch; flex-wrap: wrap; }
.trust-item { flex: 1; min-width: 120px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1.8rem 1rem; border-right: 1px solid rgba(255,255,255,0.04); gap: 0.3rem; }
.trust-item:last-child { border-right: none; }
.trust-num { font-family: 'Playfair Display', serif; font-size: 1.7rem; font-weight: 400; color: var(--gold); line-height: 1; }
body.ar .trust-num { font-family: 'Amiri', serif; }
.trust-label { font-size: 0.6rem; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(250,247,242,0.28); text-align: center; line-height: 1.5; }
body.ar .trust-label { letter-spacing: 0; font-size: 0.72rem; }

/* PAGE HERO */
.page-hero { background: var(--ink); padding: 9rem 4rem 5rem; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(20,18,16,1) 0%, rgba(20,18,16,0.85) 100%); }
.page-hero-content { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; }
.page-hero-label { font-size: 0.65rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; display: block; }
body.ar .page-hero-label { letter-spacing: 0; font-size: 0.8rem; }
.page-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.2rem, 5vw, 3.8rem); font-weight: 400; line-height: 1.15; color: var(--white); margin-bottom: 1.5rem; }
body.ar .page-hero h1 { font-family: 'Amiri', serif; line-height: 1.4; }
.page-hero p { font-size: 1rem; font-weight: 300; line-height: 1.9; color: rgba(250,247,242,0.5); max-width: 60ch; }
.page-hero-accent { position: absolute; bottom: 0; right: 4rem; width: 1px; height: 60%; background: linear-gradient(to bottom, transparent, rgba(160,120,64,0.2)); }

/* SECTIONS */
.section { padding: 6rem 4rem; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-cream { background: var(--cream); }
.section-dark { background: var(--ink); }
.section-white { background: var(--white); }
.section-heading { font-family: 'Playfair Display', serif; font-size: clamp(1.9rem, 3vw, 2.8rem); font-weight: 400; line-height: 1.2; color: var(--ink); margin-bottom: 1.5rem; }
body.ar .section-heading { font-family: 'Amiri', serif; line-height: 1.4; }
.section-heading em { font-style: italic; color: var(--gold); }
.section-heading-light { color: var(--white); }
.section-body { font-size: 0.97rem; font-weight: 300; line-height: 1.95; color: var(--muted); margin-bottom: 1.4rem; }
.section-body strong { color: var(--ink); font-weight: 500; }
.section-body-light { color: rgba(250,247,242,0.5); }
.section-body-light strong { color: var(--gold-pale); font-weight: 400; }

/* HERO */
.hero-section { height: 100vh; min-height: 600px; position: relative; display: flex; align-items: flex-end; overflow: hidden; background: var(--ink); }
.hero-bg-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; opacity: 0.38; transform: scale(1.06); animation: slowZoom 14s ease-out forwards; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(20,18,16,0.97) 0%, rgba(20,18,16,0.7) 45%, rgba(20,18,16,0.25) 100%); }
.hero-accent-line { position: absolute; top: 0; left: 38%; width: 1px; height: 100%; background: linear-gradient(to bottom, transparent, rgba(160,120,64,0.18), transparent); }
.hero-content { position: relative; z-index: 2; padding: 0 4rem 5rem; max-width: 840px; width: 100%; }
.hero-badge { display: inline-flex; align-items: center; gap: 0.8rem; margin-bottom: 2rem; }
.hero-badge-line { width: 2rem; height: 1px; background: var(--gold); flex-shrink: 0; }
.hero-badge-text { font-size: 0.68rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-light); }
body.ar .hero-badge-text { letter-spacing: 0; font-size: 0.8rem; }
.hero-title { font-family: 'Playfair Display', serif; font-size: clamp(2.6rem, 5.5vw, 5rem); font-weight: 400; line-height: 1.08; color: var(--white); margin-bottom: 1.8rem; }
body.ar .hero-title { font-family: 'Amiri', serif; line-height: 1.35; font-size: clamp(2.4rem, 5.5vw, 4.5rem); }
.hero-title em { font-style: italic; color: var(--gold-light); }
.hero-sub { font-size: 1rem; font-weight: 300; line-height: 1.9; color: rgba(250,247,242,0.6); max-width: 54ch; margin-bottom: 3rem; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.hero-creds { position: absolute; bottom: 5rem; right: 4rem; z-index: 2; text-align: right; }
.hero-creds p { font-size: 0.6rem; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(250,247,242,0.2); line-height: 2.2; }
.hero-creds p strong { color: rgba(196,160,106,0.55); font-weight: 500; }
.hero-lang { position: absolute; bottom: 1.8rem; left: 4rem; z-index: 2; display: flex; align-items: center; gap: 0.8rem; }
.hero-lang-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); opacity: 0.5; }
.hero-lang-text { font-size: 0.62rem; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(250,247,242,0.28); }
.hero-lang-strong { font-size: 0.62rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-light); }

/* SPLIT SECTIONS */
.split-section { display: grid; grid-template-columns: 1fr 1fr; }
.split-image { position: relative; overflow: hidden; background: var(--ink); min-height: 400px; }
.split-image img { width: 100%; height: 100%; object-fit: cover; object-position: top center; opacity: 0.88; transition: transform 0.8s ease; }
.split-image:hover img { transform: scale(1.03); }
.split-text { background: var(--cream); padding: 5rem 4.5rem; display: flex; flex-direction: column; justify-content: center; }
.split-text-dark { background: var(--ink); padding: 5rem 4.5rem; display: flex; flex-direction: column; justify-content: center; }

/* CARD GRIDS */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--warm); }
.card-grid-4 { grid-template-columns: repeat(4, 1fr); }
.card-grid-2 { grid-template-columns: repeat(2, 1fr); }
.card { background: var(--white); padding: 2.5rem 2.2rem; position: relative; overflow: hidden; transition: background 0.3s; }
.card::before { content: ''; position: absolute; top: 0; left: 0; width: 3px; height: 0; background: var(--gold); transition: height 0.4s ease; }
.card:hover { background: var(--cream); }
.card:hover::before { height: 100%; }
.card-cream { background: var(--cream); }
.card-num { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 400; color: rgba(160,120,64,0.12); line-height: 1; margin-bottom: 1rem; }
.card h3 { font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 400; color: var(--ink); margin-bottom: 0.8rem; line-height: 1.3; }
body.ar .card h3 { font-family: 'Amiri', serif; }
.card p { font-size: 0.87rem; font-weight: 300; line-height: 1.85; color: var(--muted); }
.card-link { display: inline-block; margin-top: 1.2rem; font-size: 0.65rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); border-bottom: 1px solid rgba(160,120,64,0.3); padding-bottom: 1px; transition: border-color 0.3s; }
.card-link:hover { border-color: var(--gold); }
body.ar .card-link { letter-spacing: 0; font-size: 0.8rem; }

/* TESTIMONIALS */
.testimonial-card { background: var(--cream); padding: 3rem 2.5rem; display: flex; flex-direction: column; justify-content: space-between; transition: background 0.3s; }
.testimonial-card:hover { background: var(--white); }
.testimonial-card.featured { background: var(--ink); }
.testimonial-card.featured .t-text { color: rgba(250,247,242,0.75); }
.testimonial-card.featured .t-attr { color: rgba(250,247,242,0.35); }
.testimonial-card.featured .t-area { color: var(--gold-light); }
.testimonial-card.featured .t-divider { border-color: rgba(255,255,255,0.08); }
.quote-icon { font-family: 'Playfair Display', serif; font-size: 4rem; line-height: 0.8; color: var(--gold); opacity: 0.25; margin-bottom: 1.5rem; display: block; }
.t-text { font-family: 'Playfair Display', serif; font-size: 0.97rem; font-weight: 400; font-style: italic; line-height: 1.8; color: var(--ink); margin-bottom: 2rem; flex: 1; }
body.ar .t-text { font-family: 'Amiri', serif; font-size: 1.05rem; }
.t-divider { border: none; border-top: 1px solid rgba(160,120,64,0.15); margin-bottom: 1.2rem; }
.t-area { font-size: 0.62rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.3rem; }
body.ar .t-area { letter-spacing: 0; font-size: 0.75rem; }
.t-attr { font-size: 0.75rem; font-weight: 300; color: var(--muted); }

/* DISTINCTION LIST */
.distinction-list { list-style: none; display: flex; flex-direction: column; gap: 1.5rem; }
.distinction-list li { display: flex; gap: 1.2rem; align-items: flex-start; }
.distinction-list li::before { content: ''; display: block; width: 1.5rem; height: 1px; background: var(--gold); margin-top: 0.75rem; flex-shrink: 0; }
body.ar .distinction-list li { flex-direction: row-reverse; }
body.ar .distinction-list li::before { display: none; }
body.ar .distinction-list li::after { content: ''; display: block; width: 1.5rem; height: 1px; background: var(--gold); margin-top: 0.75rem; flex-shrink: 0; }
.distinction-list li strong { color: var(--white); font-weight: 400; display: block; margin-bottom: 0.3rem; font-size: 0.97rem; }
.distinction-list li span { font-size: 0.88rem; font-weight: 300; line-height: 1.8; color: rgba(250,247,242,0.45); }

/* QUAL TAGS */
.qual-row { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 2rem; padding-top: 2rem; border-top: 1px solid var(--warm); }
.qual-tag { font-size: 0.65rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); background: rgba(160,120,64,0.07); border: 1px solid rgba(160,120,64,0.2); padding: 0.4rem 0.9rem; border-radius: 1px; }
body.ar .qual-tag { letter-spacing: 0; font-size: 0.75rem; }

/* SERVICE PAGE */
.service-content { display: grid; grid-template-columns: 1fr 320px; gap: 5rem; align-items: start; max-width: 1200px; margin: 0 auto; }
body.ar .service-content { grid-template-columns: 320px 1fr; }
.service-body h2 { font-family: 'Playfair Display', serif; font-size: 1.45rem; font-weight: 400; color: var(--ink); margin: 2.5rem 0 1rem; border-top: 1px solid var(--warm); padding-top: 2rem; }
body.ar .service-body h2 { font-family: 'Amiri', serif; }
.service-body h2:first-of-type { border-top: none; padding-top: 0; margin-top: 0; }
.service-body p { font-size: 0.97rem; font-weight: 300; line-height: 1.95; color: var(--muted); margin-bottom: 1.2rem; }
.service-body strong { color: var(--ink); font-weight: 500; }
.service-body em { font-style: italic; }
.service-sidebar { position: sticky; top: 7rem; }
.sidebar-card { background: var(--cream); border: 1px solid var(--warm); padding: 2.2rem; margin-bottom: 1.5rem; }
.sidebar-card h3 { font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 400; color: var(--ink); margin-bottom: 1.2rem; padding-bottom: 1rem; border-bottom: 1px solid var(--warm); }
body.ar .sidebar-card h3 { font-family: 'Amiri', serif; }
.sidebar-card p { font-size: 0.85rem; font-weight: 300; line-height: 1.8; color: var(--muted); margin-bottom: 1rem; }
.sidebar-contact-item { display: flex; align-items: flex-start; gap: 1rem; padding: 0.8rem 0; border-bottom: 1px solid var(--warm); }
.sidebar-contact-item:last-child { border-bottom: none; }
.sidebar-contact-label { font-size: 0.58rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); width: 4.5rem; flex-shrink: 0; padding-top: 2px; }
body.ar .sidebar-contact-label { letter-spacing: 0; font-size: 0.7rem; }
.sidebar-contact-item a, .sidebar-contact-item span { font-size: 0.85rem; font-weight: 300; color: var(--muted); word-break: break-word; }
.sidebar-contact-item a:hover { color: var(--gold); }
.sidebar-services { list-style: none; display: flex; flex-direction: column; }
.sidebar-services a { display: block; font-size: 0.82rem; font-weight: 300; color: var(--muted); padding: 0.55rem 0; border-bottom: 1px solid var(--warm); transition: color 0.3s; line-height: 1.4; }
.sidebar-services a:hover { color: var(--gold); }
.sidebar-services a.active { color: var(--gold); font-weight: 500; }

/* CALENDLY */
.calendly-section { background: var(--cream); padding: 6rem 4rem; }
.calendly-inner { max-width: 1200px; margin: 0 auto; }
.calendly-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.calendly-widget-wrap { background: var(--white); border: 1px solid var(--warm); overflow: hidden; }
.calendly-inline-widget { min-width: 280px !important; height: 680px; }
.calendly-info { padding: 1rem 0; }
.calendly-info h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 400; line-height: 1.2; color: var(--ink); margin-bottom: 1.5rem; }
body.ar .calendly-info h2 { font-family: 'Amiri', serif; }
.calendly-info h2 em { font-style: italic; color: var(--gold); }
.calendly-info p { font-size: 0.95rem; font-weight: 300; line-height: 1.95; color: var(--muted); margin-bottom: 1.2rem; }
.calendly-info strong { color: var(--ink); font-weight: 500; }
.calendly-details { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--warm); display: flex; flex-direction: column; gap: 1rem; }
.calendly-detail { display: flex; align-items: flex-start; gap: 1rem; }
.calendly-detail-label { font-size: 0.6rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); width: 5rem; flex-shrink: 0; padding-top: 2px; }
body.ar .calendly-detail-label { letter-spacing: 0; font-size: 0.72rem; }
.calendly-detail span { font-size: 0.88rem; font-weight: 300; color: var(--muted); }
.calendly-note { margin-top: 2rem; font-size: 0.8rem; font-weight: 300; color: var(--muted); line-height: 1.7; font-style: italic; }

/* CONTACT FORM */
.form-group { margin-bottom: 1.5rem; }
.form-group label { display: block; font-size: 0.62rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(250,247,242,0.28); margin-bottom: 0.6rem; }
body.ar .form-group label { letter-spacing: 0; font-size: 0.75rem; }
.form-group input, .form-group textarea, .form-group select { width: 100%; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); color: var(--white); padding: 0.9rem 1rem; font-family: 'Jost', sans-serif; font-size: 0.88rem; font-weight: 300; border-radius: 1px; outline: none; transition: border-color 0.3s; appearance: none; -webkit-appearance: none; }
body.ar .form-group input, body.ar .form-group textarea, body.ar .form-group select { font-family: 'Cairo', sans-serif; text-align: right; }
.form-group input::placeholder, .form-group textarea::placeholder { color: rgba(250,247,242,0.18); }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: rgba(160,120,64,0.5); }
.form-group select option { background: var(--dark2); color: var(--white); }
.form-group textarea { min-height: 110px; resize: vertical; }
.form-submit { width: 100%; background: var(--gold); color: var(--ink); border: none; padding: 1.1rem; font-family: 'Jost', sans-serif; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; cursor: pointer; border-radius: 1px; transition: background 0.3s; margin-top: 0.5rem; }
body.ar .form-submit { font-family: 'Cairo', sans-serif; letter-spacing: 0; font-size: 0.9rem; }
.form-submit:hover { background: var(--gold-light); }

/* CTA STRIP */
.cta-strip { background: var(--ink); padding: 5rem 4rem; text-align: center; }
.cta-strip-label { font-size: 0.65rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; display: block; }
body.ar .cta-strip-label { letter-spacing: 0; font-size: 0.8rem; }
.cta-strip-title { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 400; line-height: 1.2; color: var(--white); margin-bottom: 1.5rem; }
body.ar .cta-strip-title { font-family: 'Amiri', serif; line-height: 1.4; }
.cta-strip-title em { font-style: italic; color: var(--gold-light); }
.cta-strip-body { font-size: 0.95rem; font-weight: 300; line-height: 1.9; color: rgba(250,247,242,0.4); margin-bottom: 2.5rem; max-width: 52ch; margin-left: auto; margin-right: auto; }
.cta-strip-btns { display: flex; justify-content: center; align-items: center; gap: 1.5rem; flex-wrap: wrap; }

/* FOOTER */
footer { background: var(--dark3); padding: 3rem 4rem; border-top: 1px solid rgba(255,255,255,0.04); }
.footer-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1.5rem; }
.footer-logo { font-family: 'Playfair Display', serif; font-size: 0.95rem; color: var(--gold); font-weight: 400; }
body.ar .footer-logo { font-family: 'Amiri', serif; font-size: 1.1rem; }
.footer-links { display: flex; gap: 1.8rem; flex-wrap: wrap; }
body.ar .footer-links { flex-direction: row-reverse; }
.footer-links a { font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(250,247,242,0.2); transition: color 0.3s; }
body.ar .footer-links a { letter-spacing: 0; font-size: 0.8rem; }
.footer-links a:hover { color: var(--gold); }
.footer-copy { font-size: 0.65rem; color: rgba(250,247,242,0.12); letter-spacing: 0.06em; }

/* ANIMATIONS */
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes slowZoom { to { transform: scale(1); } }
.fade-up { opacity: 0; animation: fadeUp 0.9s forwards; }
.fade-in { opacity: 0; animation: fadeIn 1s forwards; }

/* ============================================
   TABLET (max 1024px)
   ============================================ */
@media (max-width: 1024px) {
  nav { padding: 1.5rem 2.5rem; }
  nav.scrolled { padding: 1rem 2.5rem; }
  .section { padding: 5rem 2.5rem; }
  .page-hero { padding: 8rem 2.5rem 4rem; }
  .service-content { grid-template-columns: 1fr; gap: 3rem; }
  body.ar .service-content { grid-template-columns: 1fr; }
  .service-sidebar { position: static; }
  .card-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .split-section { grid-template-columns: 1fr; }
  .split-image { height: 45vw; min-height: 280px; }
  .split-text { padding: 4rem 3rem; }
  .split-text-dark { padding: 4rem 3rem; }
  .calendly-grid { grid-template-columns: 1fr; gap: 3rem; }
}

/* ============================================
   MOBILE (max 768px)
   ============================================ */
@media (max-width: 768px) {

  /* Nav */
  nav { padding: 1.2rem 1.5rem; }
  nav.scrolled { padding: 0.9rem 1.5rem; }
  .nav-links { display: none !important; }
  .nav-links.open { display: flex !important; flex-direction: column !important; position: fixed !important; top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important; background: rgba(20,18,16,0.98) !important; backdrop-filter: blur(10px) !important; justify-content: center !important; align-items: center !important; gap: 2.5rem !important; z-index: 99 !important; }
  .nav-links.open a { font-size: 1.1rem !important; color: rgba(250,247,242,0.75) !important; letter-spacing: 0.05em !important; text-transform: uppercase; }
  body.ar .nav-links.open a { font-family: 'Cairo', sans-serif !important; font-size: 1.2rem !important; letter-spacing: 0 !important; text-transform: none !important; }
  .nav-links.open .nav-cta { border: 1px solid rgba(196,160,106,0.5) !important; padding: 0.8rem 2rem !important; color: var(--gold-light) !important; }
  .nav-burger { display: flex !important; }

  /* Hero */
  .hero-section { min-height: 100svh; }
  .hero-overlay { background: linear-gradient(to top, rgba(20,18,16,0.98) 0%, rgba(20,18,16,0.8) 40%, rgba(20,18,16,0.4) 100%) !important; }
  .hero-content { padding: 0 1.5rem 4rem; }
  .hero-title { font-size: clamp(2.2rem, 8vw, 3rem); line-height: 1.12; margin-bottom: 1.2rem; }
  body.ar .hero-title { font-size: clamp(2rem, 7vw, 2.8rem); }
  .hero-sub { font-size: 0.93rem; line-height: 1.85; margin-bottom: 2rem; }
  .hero-badge-text { font-size: 0.6rem; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .hero-actions .btn-gold { width: 100%; text-align: center; }
  .hero-creds { display: none; }
  .hero-lang { left: 1.5rem; }
  .hero-accent-line { display: none; }

  /* Trust strip */
  .trust-item { width: 50%; min-width: 50%; flex: none; border-right: none !important; border-bottom: 1px solid rgba(255,255,255,0.04); }
  .trust-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.04) !important; }
  .trust-num { font-size: 1.5rem; }

  /* Page hero */
  .page-hero { padding: 7rem 1.5rem 3.5rem; }
  .page-hero h1 { font-size: clamp(2rem, 7vw, 2.8rem); }
  .page-hero-accent { display: none; }

  /* Sections */
  .section { padding: 3.5rem 1.5rem; }

  /* Split */
  .split-section { display: flex !important; flex-direction: column; }
  .split-image { height: 60vw; min-height: 240px; order: -1; width: 100%; }
  .split-text { padding: 3rem 1.5rem; }
  .split-text-dark { padding: 3rem 1.5rem; }

  /* Cards */
  .card-grid { grid-template-columns: 1fr !important; }
  .card-grid-4 { grid-template-columns: 1fr !important; }
  .card-grid-2 { grid-template-columns: 1fr !important; }
  .card { padding: 2rem 1.5rem; }
  .testimonial-card { padding: 2rem 1.5rem; }

  /* Section heading */
  .section-heading { font-size: clamp(1.7rem, 6vw, 2.2rem); }

  /* Buttons */
  .btn-gold, .btn-outline-gold { display: block; width: 100%; text-align: center; }
  .cta-strip-btns .btn-gold, .cta-strip-btns .btn-outline-gold { width: auto; display: inline-block; }

  /* Calendly */
  .calendly-section { padding: 3.5rem 1.5rem; }
  .calendly-grid { display: flex !important; flex-direction: column; gap: 2rem; }
  .calendly-inline-widget { height: 600px !important; }

  /* CTA strip */
  .cta-strip { padding: 4rem 1.5rem; }
  .cta-strip-btns { flex-direction: column; align-items: stretch; }
  .cta-strip-btns .btn-gold, .cta-strip-btns .btn-outline-gold { width: 100%; text-align: center; }

  /* Service sidebar */
  .service-content { display: flex !important; flex-direction: column; gap: 2.5rem; }
  .service-sidebar { position: static !important; }
  .sidebar-card { padding: 1.8rem 1.5rem; }

  /* Contact */
  .contact-grid { display: flex !important; flex-direction: column !important; gap: 2.5rem !important; }

  /* Footer */
  footer { padding: 2.5rem 1.5rem; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 1.2rem; }
  .footer-links { gap: 1rem; }

  /* Two-col inline grids */
  [style*="grid-template-columns"] { display: flex !important; flex-direction: column !important; }
  [style*="gap: 8rem"] { gap: 2.5rem !important; }
  [style*="gap: 6rem"] { gap: 2rem !important; }
  [style*="padding: 6rem 5rem"] { padding: 3rem 1.5rem !important; }
  [style*="padding: 5rem 4.5rem"] { padding: 3rem 1.5rem !important; }
  [style*="padding: 3.5rem"] { padding: 2rem 1.5rem !important; }
}

/* SMALL MOBILE */
@media (max-width: 400px) {
  .hero-title { font-size: 2rem; }
  body.ar .hero-title { font-size: 1.9rem; }
  .trust-item { width: 100%; min-width: 100%; border-right: none !important; }
  nav { padding: 1rem 1.2rem; }
}


/* Arabic mobile menu — full screen overlay, centred */
body.ar .nav-links.open {
  display: flex !important;
  flex-direction: column !important;
  position: fixed !important;
  top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important;
  background: rgba(20,18,16,0.98) !important;
  backdrop-filter: blur(10px) !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 2.5rem !important;
  z-index: 99 !important;
  direction: rtl;
}

body.ar .nav-links.open a {
  font-size: 1.2rem !important;
  color: rgba(250,247,242,0.75) !important;
  letter-spacing: 0 !important;
  font-family: 'Cairo', sans-serif !important;
}

body.ar .nav-links.open .nav-cta {
  border: 1px solid rgba(196,160,106,0.5) !important;
  padding: 0.8rem 2rem !important;
  color: var(--gold-light) !important;
}

/* Burger always visible on mobile for Arabic */
body.ar .nav-burger {
  display: flex;
  z-index: 101;
}

/* Hero — hide overlapping credentials on medium screens */
@media (max-width: 1100px) {
  .hero-creds { display: none !important; }
}

/* Arabic hero — fix text overflow on mobile */
@media (max-width: 768px) {
  body.ar .hero-content { padding: 0 1.5rem 4.5rem; }
  body.ar .hero-title { font-size: clamp(1.9rem, 7vw, 2.6rem) !important; }
  body.ar .hero-sub { font-size: 0.9rem; }
  body.ar .hero-badge-text { font-size: 0.72rem; }
  body.ar .hero-actions { flex-direction: column; align-items: flex-end; gap: 1rem; }
  body.ar .hero-actions .btn-gold { width: 100%; text-align: center; }
  body.ar .hero-lang { right: 1.5rem; left: auto; }
}


/* Mobile nav override */
@media (max-width: 768px) {
  /* Nav — mobile (both LTR and RTL) */
  nav { padding: 1.2rem 1.5rem; }
  nav.scrolled { padding: 0.9rem 1.5rem; }
  .nav-links { display: none !important; }
  .nav-links.open {
    display: flex !important;
    flex-direction: column !important;
    position: fixed !important;
    top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important;
    background: rgba(20,18,16,0.98) !important;
    backdrop-filter: blur(10px) !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 2.5rem !important;
    z-index: 99 !important;
  }
  .nav-links.open a {
    font-size: 1.1rem !important;
    color: rgba(250,247,242,0.75) !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase;
  }
  body.ar .nav-links.open a {
    font-family: 'Cairo', sans-serif !important;
    font-size: 1.2rem !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }
  .nav-links.open .nav-cta {
    border: 1px solid rgba(196,160,106,0.5) !important;
    padding: 0.8rem 2rem !important;
    color: var(--gold-light) !important;
  }
  .nav-burger { display: flex !important; }
}
/* Arabic desktop grid overflow fix */
body.ar .card-grid {
  direction: rtl;
  overflow: hidden;
}
body.ar .card-grid * {
  text-align: right;
}
/* Prevent horizontal scroll on Arabic pages */
body.ar {
  overflow-x: hidden;
  max-width: 100vw;
}
body.ar .section-inner {
  overflow: hidden;
}
/* Fix card grid on desktop Arabic — ensure 3 columns don't overflow */
@media (min-width: 769px) {
  body.ar .card-grid {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
  body.ar .card-grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* Fix nav desktop for Arabic — right to left ordering */
@media (min-width: 769px) {
  body.ar nav {
    flex-direction: row;
  }
  body.ar .nav-links {
    flex-direction: row-reverse;
  }
}

/* ============================================
   AUTO-SLIDING TESTIMONIALS
   ============================================ */
.testimonials-slider-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.testimonials-slider {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.testimonials-slider .testimonial-card {
  min-width: 100%;
  flex-shrink: 0;
}
.slider-dots {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 2rem;
}
.slider-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--warm);
  border: none;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
  padding: 0;
}
.slider-dot.active {
  background: var(--gold);
  transform: scale(1.3);
}
/* On desktop show 3 at once */
@media (min-width: 769px) {
  .testimonials-slider .testimonial-card { min-width: 33.333%; }
}

/* ── Sidebar form — cream background inputs ── */
.sidebar-card input::placeholder,
.sidebar-card textarea::placeholder {
  color: var(--muted);
  opacity: 0.6;
}
.sidebar-card input:focus,
.sidebar-card textarea:focus {
  border-color: var(--gold) !important;
  outline: none;
}
/* Fix WHATSAPP label wrapping on mobile */
.contact-item-label {
  white-space: nowrap;
  min-width: 5rem;
}
