/* ============================================================
   dubaipropertydispute.com — Master Stylesheet
   Summit Legal Consultants UAE
   Navy #0A1628 | Gold #C9A84C | Cream #FAF8F4
   ============================================================ */

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

/* ── Variables ── */
:root {
  --navy:    #0a1628;
  --navy2:   #0f2040;
  --navy3:   #060e1a;
  --gold:    #c9a84c;
  --gold2:   #e8c97a;
  --gold-bg: rgba(201,168,76,0.10);
  --gold-bd: rgba(201,168,76,0.28);
  --cream:   #faf8f4;
  --cream2:  #f0ede6;
  --white:   #ffffff;
  --gray:    #6b7280;
  --border:  #e5e2da;
  --green:   #25d366;
  --shadow:  0 2px 16px rgba(10,22,40,0.08);
  --shadow2: 0 4px 28px rgba(10,22,40,0.13);
  --serif:   'Playfair Display', serif;
  --ar:      'Cairo', sans-serif;
  --sans:    'Source Sans 3', sans-serif;
  --tr:      0.22s ease;
  --radius:  10px;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--cream); color: var(--navy); font-family: var(--sans); font-size: 15px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.ar { font-family: var(--ar); direction: rtl; }
body.ru { font-family: var(--sans); direction: ltr; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

/* ── Language Bar ── */
.lang-bar { background: var(--navy3); padding: 7px 48px; display: flex; justify-content: space-between; align-items: center; }
.lang-bar-label { font-family: var(--ar); font-size: 11px; color: rgba(255,255,255,0.45); }
.lang-sw { display: flex; gap: 5px; }
.lb { display: flex; align-items: center; gap: 5px; padding: 4px 12px; border-radius: 20px; border: 0.5px solid rgba(255,255,255,0.18); font-size: 11px; color: rgba(255,255,255,0.5); font-family: var(--sans); cursor: pointer; transition: var(--tr); text-decoration: none; }
.lb:hover { border-color: var(--gold); color: var(--gold); }
.lb.active { background: var(--gold); border-color: var(--gold); color: var(--navy); font-weight: 600; }

/* ── Navigation ── */
.nav { background: rgba(6,14,26,0.95); padding: 13px 48px; display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid var(--gold); position: sticky; top: 0; z-index: 100; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.nav-logo { display: flex; align-items: center; gap: 10px; }
.nav-logo-bar { width: 3px; height: 36px; background: var(--gold); border-radius: 2px; flex-shrink: 0; }
.nav-logo-main { font-family: var(--serif); font-size: 15px; color: var(--gold); letter-spacing: 0.3px; }
.nav-logo-sub { font-family: var(--ar); font-size: 10px; color: rgba(255,255,255,0.38); margin-top: 2px; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-link { font-family: var(--ar); font-size: 12px; color: rgba(255,255,255,0.65); transition: var(--tr); white-space: nowrap; }
.nav-link:hover, .nav-link.active { color: var(--gold); }
.nav-cta { background: var(--gold); color: var(--navy); padding: 8px 16px; border-radius: 5px; font-family: var(--ar); font-size: 12px; font-weight: 700; transition: var(--tr); white-space: nowrap; }
.nav-cta:hover { background: var(--gold2); }
.nav-burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.nav-burger span { display: block; width: 22px; height: 1.5px; background: var(--white); border-radius: 2px; transition: var(--tr); }

/* ── Hero (Photo) ── */
.hero { position: relative; min-height: 540px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 25%; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(6,14,26,0.18) 0%, rgba(6,14,26,0.38) 28%, rgba(6,14,26,0.80) 60%, rgba(6,14,26,0.97) 100%); }
.hero-content { position: relative; z-index: 2; padding: 40px 48px 48px; max-width: 700px; }
.hero-badge { display: inline-flex; align-items: center; gap: 7px; background: rgba(201,168,76,0.12); border: 0.5px solid var(--gold-bd); border-radius: 20px; padding: 5px 14px; margin-bottom: 20px; }
.hero-badge-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); animation: pulse 2.2s infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.35} }
.hero-badge-text { font-family: var(--ar); font-size: 11px; color: var(--gold); }
.hero-title { font-family: var(--serif); font-size: 44px; font-weight: 900; color: var(--white); line-height: 1.1; margin-bottom: 14px; }
.hero-title em { color: var(--gold); font-style: normal; }
.hero-sub { font-family: var(--ar); font-size: 14px; color: rgba(255,255,255,0.68); line-height: 1.85; max-width: 520px; margin-bottom: 22px; }
.hero-trust { display: inline-flex; align-items: center; gap: 11px; background: rgba(6,14,26,0.58); border: 0.5px solid var(--gold-bd); border-radius: 7px; padding: 11px 16px; margin-bottom: 26px; backdrop-filter: blur(8px); }
.hero-trust-icon { font-size: 17px; color: var(--gold); flex-shrink: 0; }
.hero-trust-text { font-family: var(--ar); font-size: 11.5px; color: rgba(255,255,255,0.72); line-height: 1.6; }
.hero-trust-link { color: var(--gold); }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-primary { background: var(--gold); color: var(--navy); padding: 13px 24px; border-radius: 6px; font-family: var(--ar); font-size: 13.5px; font-weight: 700; cursor: pointer; display: inline-flex; align-items: center; gap: 7px; transition: var(--tr); border: none; }
.btn-primary:hover { background: var(--gold2); transform: translateY(-1px); }
.btn-secondary { background: rgba(255,255,255,0.08); color: var(--white); padding: 13px 24px; border-radius: 6px; border: 0.5px solid rgba(255,255,255,0.35); font-family: var(--ar); font-size: 13.5px; cursor: pointer; transition: var(--tr); backdrop-filter: blur(4px); }
.btn-secondary:hover { border-color: var(--gold); color: var(--gold); }

/* ── Stats Bar ── */
.stats-bar { background: var(--gold); padding: 15px 48px; }
.stats-inner { display: flex; max-width: 1200px; margin: 0 auto; }
.stat-item { flex: 1; text-align: center; padding: 0 20px; border-left: 1px solid rgba(10,22,40,0.15); }
.stat-item:last-child { border-left: none; }
body.ar .stat-item { border-left: none; border-right: 1px solid rgba(10,22,40,0.15); }
body.ar .stat-item:last-child { border-right: none; }
body:not(.ar) .stat-item:first-child { border-left: none; }
.stat-text { font-family: var(--ar); font-size: 12px; color: var(--navy); font-weight: 600; line-height: 1.45; }

/* ── Sections ── */
.section { padding: 56px 48px; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.s-cream2 { background: var(--cream2); }
.s-white  { background: var(--white); }
.s-cream  { background: var(--cream); }
.s-navy   { background: var(--navy); }
.s-navy2  { background: var(--navy2); }
.s-label  { font-family: var(--sans); font-size: 10px; color: var(--gold); font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 10px; }
.s-title  { font-family: var(--serif); font-size: 28px; font-weight: 700; color: var(--navy); line-height: 1.22; margin-bottom: 12px; }
.s-navy .s-title, .s-navy2 .s-title { color: var(--white); }
.s-sub    { font-family: var(--ar); font-size: 14px; color: var(--gray); line-height: 1.78; max-width: 600px; margin-bottom: 32px; }
.s-navy .s-sub, .s-navy2 .s-sub { color: rgba(255,255,255,0.52); }

/* ── Cards ── */
.cards-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.cards-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.cards-5 { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }

.card { background: var(--white); border: 0.5px solid var(--border); border-radius: var(--radius); padding: 22px 20px; box-shadow: var(--shadow); transition: var(--tr); }
.card:hover { box-shadow: var(--shadow2); transform: translateY(-2px); }
.card-icon-box { width: 42px; height: 42px; border-radius: 9px; background: var(--gold-bg); border: 0.5px solid var(--gold-bd); display: flex; align-items: center; justify-content: center; font-size: 19px; flex-shrink: 0; }
.card-top { display: flex; align-items: center; gap: 11px; margin-bottom: 10px; }
.card-title { font-family: var(--ar); font-size: 13.5px; font-weight: 700; color: var(--navy); }
.card-text  { font-family: var(--ar); font-size: 12px; color: var(--gray); line-height: 1.68; margin-bottom: 10px; }
.card-link  { font-family: var(--ar); font-size: 12px; color: var(--gold); font-weight: 600; display: inline-flex; align-items: center; gap: 4px; }

/* dark cards */
.dcard { background: rgba(255,255,255,0.04); border: 0.5px solid var(--gold-bd); border-radius: var(--radius); padding: 22px 20px; transition: var(--tr); }
.dcard:hover { background: rgba(201,168,76,0.07); border-color: rgba(201,168,76,0.45); }
.dcard .card-title { color: var(--gold); }
.dcard .card-text  { color: rgba(255,255,255,0.52); }
.dcard .card-icon-box { background: rgba(201,168,76,0.1); }

/* ── Why Box ── */
.why-box { background: var(--cream2); border: 0.5px solid var(--border); border-radius: var(--radius); padding: 26px 28px; margin-bottom: 32px; }
.why-title { font-family: var(--serif); font-size: 19px; color: var(--navy); margin-bottom: 10px; }
.why-text  { font-family: var(--ar); font-size: 13.5px; color: var(--gray); line-height: 1.85; }
.why-text strong { color: var(--navy); }

/* ── Fact Cards ── */
.facts-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 24px; }
.fact-card { background: var(--white); border: 0.5px solid var(--border); border-right: 3px solid var(--gold); border-radius: 0 var(--radius) var(--radius) 0; padding: 18px 20px; box-shadow: var(--shadow); }
body:not(.ar) .fact-card { border-right: none; border-left: 3px solid var(--gold); border-radius: var(--radius) 0 0 var(--radius); }
.fact-title { font-family: var(--ar); font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 7px; }
.fact-text  { font-family: var(--ar); font-size: 12px; color: var(--gray); line-height: 1.68; }

/* ── Quote Box ── */
.quote-box { background: var(--gold-bg); border-right: 4px solid var(--gold); border-radius: 0 var(--radius) var(--radius) 0; padding: 20px 24px; margin-top: 28px; }
body:not(.ar) .quote-box { border-right: none; border-left: 4px solid var(--gold); border-radius: var(--radius) 0 0 var(--radius); }
.quote-title { font-family: var(--serif); font-size: 17px; color: var(--navy); line-height: 1.5; margin-bottom: 7px; }
.quote-sub   { font-family: var(--ar); font-size: 12.5px; color: var(--gray); line-height: 1.7; }

/* ── Disclaimer ── */
.disclaimer { background: var(--cream2); border: 0.5px solid var(--border); border-radius: 7px; padding: 15px 20px; margin-top: 24px; }
.disclaimer-text { font-family: var(--ar); font-size: 11.5px; color: var(--gray); line-height: 1.75; opacity: 0.85; }

/* ── Highlight / Story ── */
.story-highlight { background: var(--gold-bg); border-right: 3px solid var(--gold); border-radius: 0 7px 7px 0; padding: 14px 18px; margin: 18px 0; font-family: var(--ar); font-size: 13.5px; color: var(--navy); line-height: 1.8; }
body:not(.ar) .story-highlight { border-right: none; border-left: 3px solid var(--gold); border-radius: 7px 0 0 7px; }
.s-navy .story-highlight, .s-navy2 .story-highlight { color: var(--white); background: rgba(201,168,76,0.08); }

/* ── FAQ ── */
.faq-item { border-bottom: 0.5px solid rgba(255,255,255,0.08); padding: 18px 0; }
.s-white .faq-item, .s-cream .faq-item, .s-cream2 .faq-item { border-bottom: 0.5px solid var(--border); }
.faq-q { font-family: var(--ar); font-size: 14px; font-weight: 600; color: var(--white); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.s-white .faq-q, .s-cream .faq-q, .s-cream2 .faq-q { color: var(--navy); }
.faq-q::after { content: '+'; font-size: 20px; color: var(--gold); flex-shrink: 0; transition: var(--tr); }
.faq-item.open .faq-q::after { content: '−'; }
.faq-a { font-family: var(--ar); font-size: 13px; color: rgba(255,255,255,0.58); line-height: 1.82; margin-top: 10px; display: none; }
.s-white .faq-a, .s-cream .faq-a, .s-cream2 .faq-a { color: var(--gray); }
.faq-item.open .faq-a { display: block; }

/* ── Page Hero (inner pages) ── */
.page-hero { background: var(--navy); padding: 48px 48px 42px; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 80% 50%, rgba(201,168,76,0.07) 0%, transparent 60%); pointer-events: none; }
body.ar .page-hero::before { background: radial-gradient(ellipse at 20% 50%, rgba(201,168,76,0.07) 0%, transparent 60%); }
.page-hero-label { font-family: var(--sans); font-size: 10px; color: var(--gold); font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 10px; }
.page-hero-title { font-family: var(--serif); font-size: 36px; font-weight: 900; color: var(--white); line-height: 1.18; margin-bottom: 14px; }
.page-hero-sub { font-family: var(--ar); font-size: 14px; color: rgba(255,255,255,0.62); line-height: 1.82; max-width: 600px; }
.page-hero-sub2 { font-family: var(--ar); font-size: 13px; color: var(--gold); margin-top: 10px; font-style: italic; }

/* ── Breadcrumb ── */
.breadcrumb { background: var(--navy2); padding: 11px 48px; border-bottom: 0.5px solid var(--gold-bd); }
.breadcrumb-inner { font-family: var(--ar); font-size: 12px; color: rgba(255,255,255,0.42); display: flex; align-items: center; gap: 8px; }
.breadcrumb-inner a { color: rgba(255,255,255,0.42); transition: var(--tr); }
.breadcrumb-inner a:hover { color: var(--gold); }
.breadcrumb-inner span { color: var(--gold); }

/* ── Contact Block ── */
.contact-block { background: var(--navy2); border: 0.5px solid var(--gold-bd); border-radius: var(--radius); padding: 28px; }
.contact-block-title { font-family: var(--serif); font-size: 20px; color: var(--gold); margin-bottom: 20px; }
.contact-item { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 18px; }
.contact-item-icon { font-size: 20px; flex-shrink: 0; margin-top: 2px; }
.contact-label { font-family: var(--ar); font-size: 11px; color: rgba(255,255,255,0.4); margin-bottom: 3px; }
.contact-value { font-family: var(--ar); font-size: 14px; color: var(--white); }
.contact-value a { color: var(--gold); transition: var(--tr); }
.contact-value a:hover { color: var(--gold2); }

/* ── CTA Section ── */
.cta-section { background: var(--navy2); padding: 52px 48px; text-align: center; border-top: 3px solid var(--gold); border-bottom: 3px solid var(--gold); }
.cta-title { font-family: var(--serif); font-size: 30px; font-weight: 700; color: var(--white); margin-bottom: 12px; }
.cta-sub { font-family: var(--ar); font-size: 14px; color: rgba(255,255,255,0.62); max-width: 540px; margin: 0 auto 26px; line-height: 1.78; }
.cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn-cta-gold { background: var(--gold); color: var(--navy); padding: 13px 26px; border-radius: 6px; font-family: var(--ar); font-size: 13.5px; font-weight: 700; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: var(--tr); border: none; }
.btn-cta-gold:hover { background: var(--gold2); }
.btn-cta-out  { background: transparent; color: var(--white); padding: 13px 26px; border-radius: 6px; border: 0.5px solid rgba(255,255,255,0.38); font-family: var(--ar); font-size: 13.5px; cursor: pointer; transition: var(--tr); }
.btn-cta-out:hover { border-color: var(--gold); color: var(--gold); }
.cta-note { font-family: var(--ar); font-size: 12px; color: rgba(255,255,255,0.4); margin-top: 15px; }

/* ── Footer ── */
.footer { background: var(--navy3); padding: 44px 48px 26px; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 44px; margin-bottom: 30px; flex-wrap: wrap; }
.footer-brand { flex: 1; min-width: 220px; }
.footer-logo { font-family: var(--serif); font-size: 16px; color: var(--gold); margin-bottom: 6px; }
.footer-tagline { font-family: var(--ar); font-size: 11.5px; color: rgba(255,255,255,0.3); font-style: italic; margin-bottom: 18px; }
.footer-contact { display: flex; flex-direction: column; gap: 7px; }
.footer-contact-item { font-family: var(--ar); font-size: 12px; color: rgba(255,255,255,0.5); display: flex; align-items: center; gap: 8px; }
.footer-contact-item a { color: rgba(255,255,255,0.5); transition: var(--tr); }
.footer-contact-item a:hover { color: var(--gold); }
.footer-cols { display: flex; gap: 48px; }
.footer-col-title { font-family: var(--ar); font-size: 12.5px; font-weight: 700; color: var(--gold); margin-bottom: 12px; }
.footer-col-link { font-family: var(--ar); font-size: 12px; color: rgba(255,255,255,0.42); display: block; margin-bottom: 8px; cursor: pointer; transition: var(--tr); }
.footer-col-link:hover { color: var(--gold); }
.footer-bottom { border-top: 0.5px solid rgba(255,255,255,0.07); padding-top: 18px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.footer-copy    { font-family: var(--ar); font-size: 11px; color: rgba(255,255,255,0.24); }
.footer-powered { font-family: var(--ar); font-size: 11px; color: rgba(201,168,76,0.52); }
.footer-powered a { color: rgba(201,168,76,0.52); transition: var(--tr); }
.footer-powered a:hover { color: var(--gold); }

/* ── WhatsApp Float ── */
.wa-float { position: fixed; bottom: 26px; right: 26px; width: 54px; height: 54px; border-radius: 50%; background: var(--green); display: flex; align-items: center; justify-content: center; font-size: 26px; cursor: pointer; z-index: 9999; box-shadow: 0 4px 18px rgba(37,211,102,0.45); transition: var(--tr); text-decoration: none; }
.wa-float:hover { transform: scale(1.08); box-shadow: 0 6px 24px rgba(37,211,102,0.55); }
body.ar .wa-float { right: auto; left: 26px; }

/* ── Reveal Animations ── */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.55s ease, transform 0.55s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-d1 { transition-delay: 0.1s; }
.reveal-d2 { transition-delay: 0.2s; }
.reveal-d3 { transition-delay: 0.3s; }

/* ── Mobile ── */
@media (max-width: 768px) {
  .lang-bar { padding: 6px 16px; }
  .nav { padding: 12px 16px; }
  .nav-links { display: none; }
  .nav-burger { display: flex; }
  .hero { min-height: 420px; }
  .hero-content { padding: 28px 16px 36px; }
  .hero-title { font-size: 28px; }
  .stats-bar { padding: 12px 16px; }
  .stats-inner { flex-wrap: wrap; }
  .stat-item { flex: 0 0 50%; border: none; padding: 6px 10px; }
  .section { padding: 36px 16px; }
  .cards-3, .cards-2, .cards-5 { grid-template-columns: 1fr; }
  .facts-grid { grid-template-columns: 1fr; }
  .footer { padding: 28px 16px 18px; }
  .footer-top { flex-direction: column; }
  .footer-cols { flex-wrap: wrap; gap: 24px; }
  .cta-section { padding: 36px 16px; }
  .page-hero { padding: 36px 16px 28px; }
  .breadcrumb { padding: 10px 16px; }
  .wa-float { bottom: 18px; right: 18px; width: 48px; height: 48px; font-size: 22px; }
  body.ar .wa-float { right: auto; left: 18px; }
}
