/* Halal Ads landing — hero only */

/* Flush hero under header; full-width without bleeding past clip parents */
main.public-container.public-container--landing {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  align-items: stretch;
  overflow-x: visible;
}

.public-container--landing > div {
  overflow-x: visible;
}

.public-container--landing .halal-ads-landing {
  width: 100%;
  max-width: 100%;
}

.halal-hero {
  position: relative;
  min-height: clamp(520px, 78vh, 760px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  border-radius: 0 0 16px 16px;
}

.halal-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: 0 0 16px 16px;
  transform: translateZ(0);
}

.halal-hero__fallback {
  position: absolute;
  inset: 0;
  background: url('/assets/images/advertiser/halal_ads_11.jpg') center / cover no-repeat;
  z-index: 1;
  border-radius: inherit;
}

.halal-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 2;
  border-radius: inherit;
}

.halal-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(8, 18, 40, 0.55) 0%, rgba(8, 18, 40, 0.72) 45%, rgba(6, 12, 28, 0.88) 100%),
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(37, 99, 235, 0.35), transparent 70%);
}

.halal-hero__inner {
  position: relative;
  z-index: 4;
  width: min(920px, 100%);
  padding: 3.5rem 1.5rem 3rem;
  text-align: center;
}

.halal-hero__promo {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1.75rem;
  padding: 0.55rem 1.15rem;
  border-radius: var(--border-radius, 12px);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #fef9c3;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(251, 191, 36, 0.45);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

.halal-hero__promo i {
  color: #fbbf24;
  font-size: 1rem;
}

.halal-hero__promo strong {
  color: #fff;
  font-weight: 700;
}

.halal-hero__title {
  margin: 0 0 1.25rem;
  font-size: clamp(2.35rem, 5.5vw, 3.75rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

.halal-hero__title-accent {
  background: linear-gradient(120deg, #fde68a 0%, #fbbf24 45%, #f59e0b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.halal-hero__lead {
  margin: 0 auto 2.25rem;
  max-width: 640px;
  font-size: clamp(1.05rem, 2.2vw, 1.3rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.halal-hero__lead a {
  color: #fde68a;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid rgba(253, 230, 138, 0.45);
  transition: border-color 0.2s ease, color 0.2s ease;
}

.halal-hero__lead a:hover {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.7);
}

.halal-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.halal-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 52px;
  padding: 0.85rem 1.65rem;
  border-radius: var(--border-radius, 12px);
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  border: 2px solid transparent;
}

.halal-hero__btn--primary {
  color: #0f172a;
  background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
  border-color: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.halal-hero__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
  color: #0f172a;
}

.halal-hero__btn--ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(8px);
}

.halal-hero__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.75);
  transform: translateY(-2px);
  color: #fff;
}

.halal-hero__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.halal-hero__trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1rem;
  border-radius: var(--border-radius, 12px);
  font-size: 0.88rem;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
}

.halal-hero__trust i {
  color: #fbbf24;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .halal-hero {
    min-height: auto;
  }

  .halal-hero__inner {
    padding: 2.75rem 1.25rem 2.5rem;
  }

  .halal-hero__promo {
    font-size: 0.88rem;
    padding: 0.5rem 0.95rem;
    text-align: left;
  }

  .halal-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .halal-hero__btn {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
