/* Alsoor marketing — extends brand tokens from maintenance page */
:root {
  --alsoor-gold: #c9a962;
  --alsoor-gold-dark: #a88b4a;
  --alsoor-ink: #0f1419;
  --alsoor-muted: #5c6570;
  --alsoor-sand: #f6f3ec;
  --alsoor-white: #ffffff;
  --alsoor-teal: #0d6e6e;
  --alsoor-radius: 18px;
  --alsoor-shadow: 0 18px 50px rgba(15, 20, 25, 0.08);
  --alsoor-max: 1180px;
}

html {
  scroll-behavior: smooth;
}

body.landing-body {
  font-family: "Outfit", system-ui, sans-serif;
  color: var(--alsoor-ink);
  background: var(--alsoor-sand);
  line-height: 1.65;
}

.landing-body .font-display {
  font-family: "Cormorant Garamond", Georgia, serif;
}

.landing-nav {
  background: rgba(246, 243, 236, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201, 169, 98, 0.22);
  z-index: 1030;
}

.landing-nav .navbar-brand img {
  height: 44px;
  width: auto;
}

.landing-nav .nav-link {
  color: var(--alsoor-ink) !important;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.5rem 0.85rem !important;
  border-radius: 10px;
  transition: background 0.2s, color 0.2s;
}

.landing-nav .nav-link:hover,
.landing-nav .nav-link:focus {
  background: rgba(201, 169, 98, 0.15);
  color: var(--alsoor-ink) !important;
}

.landing-nav .btn-nav-cta {
  background: linear-gradient(135deg, var(--alsoor-gold) 0%, var(--alsoor-gold-dark) 100%);
  color: #fff !important;
  border-radius: 999px;
  padding: 0.45rem 1.15rem !important;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(201, 169, 98, 0.35);
}

.landing-nav .btn-nav-cta:hover {
  filter: brightness(1.05);
  color: #fff !important;
}

.hero-alsoor {
  position: relative;
  padding: 4.5rem 0 3.5rem;
  overflow: hidden;
}

@media (min-width: 992px) {
  .hero-alsoor {
    padding: 5.5rem 0 4rem;
  }
}

.hero-alsoor::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 420px at 12% 20%, rgba(201, 169, 98, 0.18), transparent 60%),
    radial-gradient(700px 380px at 88% 10%, rgba(13, 110, 110, 0.12), transparent 55%);
  pointer-events: none;
}

.hero-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.75rem 1rem;
  z-index: 2;
}

.hero-center--stack {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.landing-intro {
  position: relative;
  margin-bottom: 0.25rem;
}

.landing-intro::after {
  content: "";
  display: block;
  width: 3.25rem;
  height: 3px;
  margin-top: 1.1rem;
  background: linear-gradient(90deg, var(--alsoor-gold), var(--alsoor-gold-dark));
  border-radius: 2px;
}

[dir="rtl"] .landing-intro::after {
  background: linear-gradient(270deg, var(--alsoor-gold), var(--alsoor-gold-dark));
}

.care-chain {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.45rem 0.55rem;
  margin-top: 0.15rem;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(201, 169, 98, 0.22);
  box-shadow: 0 6px 24px rgba(15, 20, 25, 0.04);
}

.hero-center--stack .care-chain {
  display: flex;
  width: 100%;
  max-width: 26rem;
  justify-content: center;
  margin-top: 0.35rem;
}

.landing-intro + .care-chain {
  justify-content: flex-start;
  margin-top: 0.75rem;
}

.col-lg-5 .care-chain {
  justify-content: flex-start;
  margin-top: 0;
}

.care-chain__node {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--alsoor-ink);
  white-space: nowrap;
}

.care-chain__node i {
  color: var(--alsoor-gold-dark);
  font-size: 1.05rem;
  opacity: 0.95;
}

.care-chain__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--alsoor-gold);
  opacity: 0.45;
  flex-shrink: 0;
}

.hero-center .logo-hero {
  width: min(200px, 55vw);
  height: auto;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.12));
  margin-bottom: 0.5rem;
}

.hero-kicker {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--alsoor-teal);
  margin-bottom: 0.75rem;
}

.hero-title {
  font-size: clamp(2rem, 4.5vw, 3.15rem);
  font-weight: 700;
  line-height: 1.12;
  margin-bottom: 1rem;
}

.hero-lead {
  font-size: 1.08rem;
  color: var(--alsoor-muted);
  max-width: 38rem;
  margin: 0 auto 1.5rem;
}

.btn-alsoor-primary {
  background: linear-gradient(135deg, var(--alsoor-gold) 0%, var(--alsoor-gold-dark) 100%);
  color: #fff !important;
  border: none;
  border-radius: 999px;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  box-shadow: 0 8px 24px rgba(201, 169, 98, 0.35);
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}

.btn-alsoor-primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
  color: #fff !important;
}

.btn-alsoor-outline {
  border-radius: 999px;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border: 2px solid var(--alsoor-ink);
  color: var(--alsoor-ink) !important;
  background: transparent;
  transition: background 0.2s, color 0.2s;
}

.btn-alsoor-outline:hover {
  background: var(--alsoor-ink);
  color: #fff !important;
}

.btn-whatsapp-lg {
  background: #25d366;
  color: #fff !important;
  border-radius: 999px;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border: none;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
  transition: transform 0.2s, filter 0.2s;
}

.btn-whatsapp-lg:hover {
  color: #fff !important;
  transform: translateY(-2px);
  filter: brightness(1.03);
}

.home-branch-card {
  padding: 2rem 1.75rem;
  border: 1px solid rgba(201, 169, 98, 0.22);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 248, 245, 0.99) 100%);
  box-shadow: var(--alsoor-shadow);
}

.home-branch-card__accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--alsoor-gold) 0%, var(--alsoor-gold-dark) 50%, rgba(201, 169, 98, 0.35) 100%);
  border-radius: 4px 0 0 4px;
}

[dir="rtl"] .home-branch-card__accent {
  left: auto;
  right: 0;
  border-radius: 0 4px 4px 0;
}

.landing-team-photo {
  max-width: 100%;
}

.landing-team-photo__img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid rgba(15, 20, 25, 0.06);
}

.trust-bar {
  border-top: 1px solid rgba(201, 169, 98, 0.25);
  border-bottom: 1px solid rgba(201, 169, 98, 0.25);
  background: rgba(255, 255, 255, 0.65);
  padding: 1.25rem 0;
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--alsoor-ink);
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(201, 169, 98, 0.12);
  border: 1px solid rgba(201, 169, 98, 0.25);
  white-space: nowrap;
}

.trust-bar__copy {
  max-width: 28rem;
  line-height: 1.55;
}

.section-alsoor {
  padding: 4rem 0;
}

.section-title {
  font-size: clamp(1.85rem, 3.2vw, 2.45rem);
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.section-lead {
  color: var(--alsoor-muted);
  max-width: 40rem;
  font-size: 1.05rem;
}

.card-alsoor {
  background: var(--alsoor-white);
  border-radius: var(--alsoor-radius);
  border: 1px solid rgba(15, 20, 25, 0.06);
  box-shadow: var(--alsoor-shadow);
  padding: 1.75rem 1.5rem;
  height: 100%;
  transition: transform 0.2s, box-shadow 0.2s;
}

.card-alsoor:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 55px rgba(15, 20, 25, 0.1);
}

.card-alsoor .icon-round {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 110, 110, 0.1);
  color: var(--alsoor-teal);
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.flow-step {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 2rem;
}

.flow-step::before {
  content: attr(data-step);
  position: absolute;
  left: 0;
  top: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--alsoor-gold), var(--alsoor-gold-dark));
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(201, 169, 98, 0.4);
}

.flow-connector {
  position: absolute;
  left: 1.1rem;
  top: 2.5rem;
  bottom: -2rem;
  width: 2px;
  background: linear-gradient(to bottom, rgba(201, 169, 98, 0.55), rgba(201, 169, 98, 0));
}

.flow-step:last-child .flow-connector {
  display: none;
}

.highlight-band {
  border-radius: var(--alsoor-radius);
  background: linear-gradient(120deg, rgba(13, 110, 110, 0.1) 0%, rgba(201, 169, 98, 0.14) 100%);
  border: 1px solid rgba(13, 110, 110, 0.15);
  padding: 1.75rem 1.5rem;
}

.landing-footer {
  background: var(--alsoor-ink);
  color: rgba(255, 255, 255, 0.82);
  padding: 3rem 0 2rem;
  margin-top: 2rem;
}

.landing-footer a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.landing-footer a:hover {
  color: var(--alsoor-gold-light, #e8d9b0);
  text-decoration: underline;
}

.stat-pill {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.85rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.map-embed-wrap {
  border-radius: var(--alsoor-radius);
  overflow: hidden;
  box-shadow: var(--alsoor-shadow);
  border: 1px solid rgba(15, 20, 25, 0.08);
  min-height: 320px;
}

.map-embed-wrap iframe {
  width: 100%;
  height: 360px;
  border: 0;
}

.faq-item {
  border-bottom: 1px solid rgba(15, 20, 25, 0.08);
  padding: 1rem 0;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-q {
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.faq-a {
  color: var(--alsoor-muted);
  padding-top: 0.5rem;
  display: none;
}

.faq-item.open .faq-a {
  display: block;
}

[dir="rtl"] .hero-center {
  direction: rtl;
}

[dir="rtl"] body.landing-body {
  font-family: "Noto Sans Arabic", system-ui, sans-serif;
}

[dir="rtl"] .landing-body .font-display {
  font-family: Amiri, "Noto Naskh Arabic", Georgia, serif;
}

[dir="rtl"] .navbar-nav.ms-auto {
  margin-right: auto !important;
  margin-left: 0 !important;
}

[dir="rtl"] .flow-step {
  padding-left: 0;
  padding-right: 3rem;
}

[dir="rtl"] .flow-step::before {
  left: auto;
  right: 0;
}

[dir="rtl"] .flow-connector {
  left: auto;
  right: 1.1rem;
}

[dir="rtl"] .landing-flow-wrap {
  padding-left: 0 !important;
  padding-right: 0.5rem;
}

.landing-list-padded {
  padding-inline-start: 1rem;
}

.error-landing {
  background: var(--alsoor-sand);
}

.error-landing__code {
  font-size: clamp(3rem, 8vw, 4.5rem);
  line-height: 1;
  opacity: 0.35;
}

.error-landing__icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--alsoor-gold), var(--alsoor-gold-dark));
  color: #fff;
  font-size: 2.25rem;
  box-shadow: 0 12px 32px rgba(201, 169, 98, 0.35);
}

.error-landing__icon--warn {
  background: linear-gradient(135deg, #b8860b, #8b6914);
}
