/* ============================================
   debtrecoveryuae.com — Main Stylesheet
   Summit Legal Consultants UAE
   ============================================ */

@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;
  --gold-light:  #e8c97a;
  --gold-dim:    rgba(201,168,76,0.15);
  --gold-border: rgba(201,168,76,0.25);
  --cream:       #faf8f4;
  --cream2:      #f0ede6;
  --white:       #ffffff;
  --gray:        #6b7280;
  --gray-light:  #9ca3af;
  --text-dark:   #1a1a2e;
  --green:       #25d366;
  --red:         #e24b4a;
  --font-en:     'Source Sans 3', sans-serif;
  --font-ar:     'Cairo', sans-serif;
  --font-serif:  'Playfair Display', serif;
  --transition:  0.22s ease;
  --shadow-sm:   0 2px 12px rgba(10,22,40,0.08);
  --shadow-md:   0 4px 24px rgba(10,22,40,0.12);
}

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

/* ── Language Bar ── */
.lang-bar { background: var(--navy); padding: 7px 48px; display: flex; justify-content: space-between; align-items: center; }
.lang-bar-label { font-size: 11px; color: rgba(255,255,255,0.45); }
.lang-switcher { display: flex; gap: 6px; }
.lang-btn { display: flex; align-items: center; gap: 5px; padding: 4px 12px; border-radius: 20px; border: 0.5px solid rgba(255,255,255,0.18); background: transparent; cursor: pointer; font-size: 11px; color: rgba(255,255,255,0.5); font-family: var(--font-en); transition: var(--transition); text-decoration: none; }
.lang-btn:hover { border-color: var(--gold); color: var(--gold); }
.lang-btn.active { background: var(--gold); border-color: var(--gold); color: var(--navy); font-weight: 600; }
.lang-btn .flag { font-size: 14px; line-height: 1; }

/* ── Navigation ── */
.nav { background: var(--navy2); padding: 14px 48px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--gold-border); position: sticky; top: 0; z-index: 100; }
.nav-logo { display: flex; flex-direction: column; gap: 2px; }
.nav-logo-main { font-family: var(--font-serif); font-size: 17px; color: var(--gold); letter-spacing: 0.3px; }
.nav-logo-sub { font-size: 10px; color: rgba(255,255,255,0.38); font-style: italic; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-link { font-size: 12.5px; color: rgba(255,255,255,0.65); transition: var(--transition); white-space: nowrap; }
.nav-link:hover { color: var(--gold); }
.nav-link.active { color: var(--gold); }
.nav-cta { background: var(--gold); color: var(--navy); padding: 8px 18px; border-radius: 5px; font-size: 12.5px; font-weight: 700; transition: var(--transition); white-space: nowrap; }
.nav-cta:hover { background: var(--gold-light); }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.nav-hamburger span { display: block; width: 22px; height: 1.5px; background: var(--white); border-radius: 2px; }

/* ── Gold Divider ── */
.gold-line { height: 2px; background: linear-gradient(90deg, var(--gold) 0%, transparent 80%); opacity: 0.3; }
body.ar .gold-line { background: linear-gradient(270deg, var(--gold) 0%, transparent 80%); }

/* ── Hero ── */
.hero { background: var(--navy); padding: 72px 48px 60px; position: relative; overflow: hidden; }
.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 .hero::before { background: radial-gradient(ellipse at 20% 50%, rgba(201,168,76,0.07) 0%, transparent 60%); }
.hero-deco { position: absolute; right: 48px; top: 50%; transform: translateY(-50%); opacity: 0.035; font-family: var(--font-serif); font-size: 200px; font-weight: 900; color: var(--gold); pointer-events: none; user-select: none; line-height: 1; }
body.ar .hero-deco { right: auto; left: 48px; }
.hero-badge { display: inline-flex; align-items: center; gap: 7px; background: rgba(201,168,76,0.1); border: 0.5px solid var(--gold-border); border-radius: 20px; padding: 5px 15px; margin-bottom: 22px; }
.hero-badge-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.4} }
.hero-badge-text { font-size: 11px; color: var(--gold); font-family: var(--font-ar); }
.hero-title { font-family: var(--font-serif); font-size: 44px; font-weight: 900; color: var(--white); line-height: 1.12; margin-bottom: 16px; max-width: 580px; }
.hero-title em { color: var(--gold); font-style: normal; }
body.ar .hero-title { font-family: var(--font-serif); font-size: 38px; }
.hero-sub { font-size: 14.5px; color: rgba(255,255,255,0.6); line-height: 1.8; max-width: 500px; margin-bottom: 26px; font-family: var(--font-ar); }
.hero-trust { display: inline-flex; align-items: center; gap: 12px; background: rgba(255,255,255,0.04); border: 0.5px solid var(--gold-border); border-radius: 7px; padding: 11px 18px; margin-bottom: 30px; }
.hero-trust-icon { font-size: 18px; color: var(--gold); flex-shrink: 0; }
.hero-trust-text { font-size: 11.5px; color: rgba(255,255,255,0.65); line-height: 1.6; font-family: var(--font-ar); }
.hero-trust-link { color: var(--gold); }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.btn-primary { background: var(--gold); color: var(--navy); padding: 13px 24px; border-radius: 6px; font-size: 13.5px; font-weight: 700; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: var(--transition); border: none; font-family: var(--font-ar); white-space: nowrap; }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }
.btn-secondary { background: transparent; color: var(--white); padding: 13px 24px; border-radius: 6px; border: 0.5px solid rgba(255,255,255,0.3); font-size: 13.5px; cursor: pointer; transition: var(--transition); font-family: var(--font-ar); }
.btn-secondary:hover { border-color: var(--gold); color: var(--gold); }

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

/* ── Sections ── */
.section { padding: 56px 48px; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section.dark { background: var(--navy); }
.section.light { background: var(--cream); }
.section.mid { background: var(--cream2); }
.section.navy3 { background: var(--navy3); }
.section-label { font-size: 11px; color: var(--gold); font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px; font-family: var(--font-en); }
.section-title { font-family: var(--font-serif); font-size: 30px; font-weight: 700; color: var(--navy); line-height: 1.25; margin-bottom: 12px; }
.section.dark .section-title { color: var(--white); }
.section-sub { font-size: 14px; color: var(--gray); line-height: 1.75; max-width: 580px; margin-bottom: 36px; font-family: var(--font-ar); }
.section.dark .section-sub { color: rgba(255,255,255,0.52); }

/* ── Cards ── */
.cards-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.cards-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.card { background: var(--white); border: 0.5px solid #e5e2da; border-radius: 10px; padding: 24px 22px; transition: var(--transition); }
.card:hover { box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.card.dark-card { background: rgba(255,255,255,0.04); border: 0.5px solid var(--gold-border); border-radius: 10px; padding: 24px 22px; transition: var(--transition); }
.card.dark-card:hover { background: rgba(201,168,76,0.07); border-color: rgba(201,168,76,0.4); }
.card-num { width: 36px; height: 36px; border-radius: 50%; background: var(--gold); display: flex; align-items: center; justify-content: center; font-family: var(--font-serif); font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 14px; }
.card-icon { font-size: 26px; margin-bottom: 12px; }
.card-title { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 8px; font-family: var(--font-ar); }
.card.dark-card .card-title { color: var(--gold); }
.card-text { font-size: 13px; color: var(--gray); line-height: 1.7; font-family: var(--font-ar); }
.card.dark-card .card-text { color: rgba(255,255,255,0.5); }
.card-link { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; color: var(--gold); margin-top: 12px; transition: var(--transition); font-family: var(--font-ar); }
.card-link:hover { gap: 10px; }

/* ── Differentiation Box ── */
.diff-box { background: rgba(201,168,76,0.07); border: 0.5px solid var(--gold-border); border-radius: 10px; padding: 24px 26px; margin-bottom: 32px; }
.diff-title { font-family: var(--font-serif); font-size: 18px; color: var(--gold); margin-bottom: 10px; }
.diff-text { font-size: 13.5px; color: rgba(255,255,255,0.65); line-height: 1.8; font-family: var(--font-ar); }

/* ── Case Story ── */
.case-story-box { background: rgba(255,255,255,0.03); border: 0.5px solid var(--gold-border); border-radius: 12px; padding: 32px; }
.case-story-quote { font-family: var(--font-serif); font-size: 22px; font-weight: 700; color: var(--gold); line-height: 1.4; margin-bottom: 16px; }
.case-story-text { font-size: 13.5px; color: rgba(255,255,255,0.62); line-height: 1.85; margin-bottom: 20px; font-family: var(--font-ar); }
.case-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }
.case-tag { background: rgba(201,168,76,0.1); border: 0.5px solid var(--gold-border); border-radius: 20px; padding: 5px 14px; font-size: 11.5px; color: var(--gold); font-family: var(--font-ar); }
.case-link { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--gold); cursor: pointer; transition: var(--transition); font-family: var(--font-ar); }
.case-link:hover { gap: 10px; }

/* ── Full Case Story Page ── */
.story-content { max-width: 780px; margin: 0 auto; }
.story-section-title { font-family: var(--font-serif); font-size: 20px; color: var(--gold); margin: 32px 0 14px; padding-bottom: 8px; border-bottom: 0.5px solid var(--gold-border); }
.story-para { font-size: 14px; color: rgba(255,255,255,0.7); line-height: 1.9; margin-bottom: 14px; font-family: var(--font-ar); }
.story-highlight { background: rgba(201,168,76,0.08); border-right: 3px solid var(--gold); padding: 14px 18px; border-radius: 0 6px 6px 0; margin: 20px 0; font-size: 14px; color: var(--white); font-family: var(--font-ar); line-height: 1.8; }
body:not(.ar) .story-highlight { border-right: none; border-left: 3px solid var(--gold); border-radius: 6px 0 0 6px; }

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

/* ── Disclaimer ── */
.disclaimer { background: rgba(255,255,255,0.025); border: 0.5px solid rgba(255,255,255,0.07); border-radius: 7px; padding: 16px 20px; margin-top: 36px; }
.disclaimer-text { font-size: 11.5px; color: rgba(255,255,255,0.36); line-height: 1.75; font-family: var(--font-ar); }

/* ── CTA Section ── */
.cta-section { background: var(--gold); padding: 48px 48px; text-align: center; }
.cta-title { font-family: var(--font-serif); font-size: 30px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.cta-sub { font-size: 14px; color: rgba(10,22,40,0.65); max-width: 520px; margin: 0 auto 26px; line-height: 1.7; font-family: var(--font-ar); }
.cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn-cta-dark { background: var(--navy); color: var(--gold); padding: 13px 24px; border-radius: 6px; font-size: 13.5px; font-weight: 700; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: var(--transition); font-family: var(--font-ar); border: none; }
.btn-cta-dark:hover { background: var(--navy2); }
.btn-cta-out { background: transparent; color: var(--navy); padding: 13px 24px; border-radius: 6px; border: 1.5px solid var(--navy); font-size: 13.5px; cursor: pointer; transition: var(--transition); font-family: var(--font-ar); }
.btn-cta-out:hover { background: rgba(10,22,40,0.08); }
.cta-note { font-size: 11.5px; color: rgba(10,22,40,0.48); margin-top: 14px; font-family: var(--font-ar); }

/* ── Footer ── */
.footer { background: var(--navy3); padding: 40px 48px 24px; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; margin-bottom: 28px; flex-wrap: wrap; }
.footer-brand { flex: 1; min-width: 220px; }
.footer-logo { font-family: var(--font-serif); font-size: 16px; color: var(--gold); margin-bottom: 6px; }
.footer-tagline { font-size: 11.5px; color: rgba(255,255,255,0.32); font-style: italic; margin-bottom: 16px; font-family: var(--font-ar); }
.footer-contact { display: flex; flex-direction: column; gap: 7px; }
.footer-contact-item { font-size: 12px; color: rgba(255,255,255,0.5); display: flex; align-items: center; gap: 8px; font-family: var(--font-ar); }
.footer-contact-item a { color: rgba(255,255,255,0.5); transition: var(--transition); }
.footer-contact-item a:hover { color: var(--gold); }
.footer-cols { display: flex; gap: 48px; }
.footer-col-title { font-size: 12.5px; font-weight: 700; color: var(--gold); margin-bottom: 12px; font-family: var(--font-ar); }
.footer-col-link { font-size: 12px; color: rgba(255,255,255,0.42); display: block; margin-bottom: 8px; cursor: pointer; transition: var(--transition); font-family: var(--font-ar); }
.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-size: 11px; color: rgba(255,255,255,0.25); font-family: var(--font-ar); }
.footer-powered { font-size: 11px; color: rgba(201,168,76,0.5); font-family: var(--font-ar); }

/* ── WhatsApp Float ── */
.wa-float { position: fixed; bottom: 28px; right: 28px; width: 52px; height: 52px; border-radius: 50%; background: var(--green); display: flex; align-items: center; justify-content: center; font-size: 24px; cursor: pointer; z-index: 999; box-shadow: 0 4px 16px rgba(37,211,102,0.4); transition: var(--transition); text-decoration: none; }
.wa-float:hover { transform: scale(1.08); box-shadow: 0 6px 22px rgba(37,211,102,0.5); }

/* ── Page Hero (inner pages) ── */
.page-hero { background: var(--navy); padding: 48px 48px 40px; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 80% 50%, rgba(201,168,76,0.06) 0%, transparent 60%); pointer-events: none; }
.page-hero-label { font-size: 11px; color: var(--gold); font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px; font-family: var(--font-en); }
.page-hero-title { font-family: var(--font-serif); font-size: 36px; font-weight: 900; color: var(--white); line-height: 1.2; margin-bottom: 14px; }
.page-hero-sub { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.8; max-width: 580px; font-family: var(--font-ar); }

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

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

/* ── Outcome Tags ── */
.outcome-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin: 20px 0; }
.outcome-item { background: rgba(201,168,76,0.07); border: 0.5px solid var(--gold-border); border-radius: 8px; padding: 12px 16px; display: flex; align-items: center; gap: 10px; }
.outcome-icon { font-size: 18px; }
.outcome-text { font-size: 12.5px; color: var(--gold); font-family: var(--font-ar); }

/* ── Utilities ── */
.mt-8  { margin-top: 8px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }
.mt-48 { margin-top: 48px; }
.mb-8  { margin-bottom: 8px; }
.mb-16 { margin-bottom: 16px; }
.mb-24 { margin-bottom: 24px; }
.mb-32 { margin-bottom: 32px; }
.text-gold { color: var(--gold); }
.text-white { color: var(--white); }
.text-muted { color: rgba(255,255,255,0.5); }
.bold { font-weight: 700; }
.text-center { text-align: center; }
.max-600 { max-width: 600px; }

/* ── Mobile ── */
@media (max-width: 768px) {
  .lang-bar { padding: 6px 20px; }
  .nav { padding: 12px 20px; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .hero { padding: 44px 20px 40px; }
  .hero-title { font-size: 30px; }
  .hero-deco { display: none; }
  .stats-bar { padding: 12px 20px; }
  .stats-inner { flex-wrap: wrap; }
  .stat-item { flex: 0 0 50%; border: none; padding: 6px 12px; }
  .section { padding: 36px 20px; }
  .cards-3 { grid-template-columns: 1fr; }
  .cards-2 { grid-template-columns: 1fr; }
  .footer { padding: 28px 20px 16px; }
  .footer-top { flex-direction: column; }
  .footer-cols { flex-wrap: wrap; gap: 24px; }
  .cta-section { padding: 36px 20px; }
  .page-hero { padding: 36px 20px 28px; }
  .breadcrumb { padding: 10px 20px; }
  .wa-float { bottom: 18px; right: 18px; width: 46px; height: 46px; font-size: 20px; }
}
