/* 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-split {
  display: grid;
  gap: 1.25rem;
  align-items: stretch;
}

@media (min-width: 992px) {
  .hero-split {
    grid-template-columns: 1fr minmax(220px, 0.55fr) 1fr;
    gap: 0;
    align-items: center;
  }
}

.hero-panel {
  position: relative;
  border-radius: var(--alsoor-radius);
  min-height: 220px;
  overflow: hidden;
  box-shadow: var(--alsoor-shadow);
  background: #e8e4dc;
}

@media (min-width: 992px) {
  .hero-panel {
    min-height: 320px;
  }
}

.hero-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.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 .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);
}

.media-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
  background: linear-gradient(145deg, #dfe8e6 0%, #e8dfd0 100%);
  color: var(--alsoor-muted);
  font-size: 0.9rem;
  font-weight: 500;
}

.media-placeholder i {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  opacity: 0.55;
  color: var(--alsoor-teal);
}

.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;
}

.partner-placeholder {
  height: 40px;
  min-width: 100px;
  border-radius: 8px;
  background: repeating-linear-gradient(
    -45deg,
    #e5e1d8,
    #e5e1d8 6px,
    #ece8df 6px,
    #ece8df 12px
  );
  border: 1px dashed rgba(92, 101, 112, 0.35);
}

.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;
}

/* Branch / storefront photo (typically square, e.g. 1024×1024) */
.storefront-figure {
  margin: 0;
  max-width: 520px;
}

.storefront-figure__img {
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid rgba(15, 20, 25, 0.06);
}

@media (min-width: 992px) {
  .storefront-figure--feature {
    max-width: none;
  }

  .storefront-figure--feature .storefront-figure__img {
    min-height: 280px;
  }
}
