/* ============================================
   BANNER SLIDER
   ============================================ */
.banner-slider {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  background: var(--secondary);
}

.banner-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.banner-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 1;
}

.banner-slide.active {
  opacity: 1;
  z-index: 2;
}

.banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.banner-bg-1 {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 30%, #0f3460 60%, #1a1a2e 100%);
}
.banner-bg-1::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(212, 69, 26, 0.15) 0%, transparent 70%);
  border-radius: 50%;
}
.banner-bg-1::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(245, 166, 35, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}

.banner-bg-2 {
  background: linear-gradient(135deg, #0f3460 0%, #1a1a2e 40%, #16213e 70%, #0f3460 100%);
}
.banner-bg-2::before {
  content: '';
  position: absolute;
  top: -30%;
  left: -15%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(39, 174, 96, 0.12) 0%, transparent 70%);
  border-radius: 50%;
}
.banner-bg-2::after {
  content: '';
  position: absolute;
  bottom: -40%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(245, 166, 35, 0.12) 0%, transparent 70%);
  border-radius: 50%;
}

.banner-bg-3 {
  background: linear-gradient(135deg, #16213e 0%, #0f3460 30%, #1a1a2e 60%, #16213e 100%);
}
.banner-bg-3::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -10%;
  width: 550px;
  height: 550px;
  background: radial-gradient(circle, rgba(245, 166, 35, 0.15) 0%, transparent 70%);
  border-radius: 50%;
}
.banner-bg-3::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -15%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(212, 69, 26, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}

/* Slide Background Images - faded on right side */
.banner-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.3) 25%, rgba(0,0,0,0.7) 50%, rgba(0,0,0,1) 75%);
  mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.3) 25%, rgba(0,0,0,0.7) 50%, rgba(0,0,0,1) 75%);
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 46, 0.25);
  z-index: 2;
}

.banner-content {
  position: relative;
  z-index: 5;
  height: 100%;
  display: flex;
  align-items: center;
}

/* ============================================
   SLIDE 1: Hero Layout (Two-Column with Stats)
   ============================================ */
.banner-hero-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  width: 100%;
}

.banner-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(212, 69, 26, 0.2);
  color: var(--accent);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 20px;
  border: 1px solid rgba(212, 69, 26, 0.3);
}

.banner-badge .dot {
  width: 8px;
  height: 8px;
  background: var(--primary);
  border-radius: 50%;
  animation: pulse-dot 2s ease infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.banner-hero-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 14px;
}

.banner-hero-headline span {
  color: var(--primary);
}

.banner-hero-sub {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 22px;
}

.banner-hero-btns {
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}

.btn-outline-light {
  color: #fff;
  border: 2px solid rgba(255,255,255,0.4);
  background: transparent;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-outline-light:hover {
  background: rgba(255,255,255,0.12);
  border-color: #fff;
  color: #fff;
}

.banner-hero-trust {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.banner-hero-trust span {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.6);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.banner-hero-trust span i {
  color: var(--success);
  font-size: 0.75rem;
}

/* Stats Card inside Slide 1 */
.banner-stats-card {
  background: rgba(255,255,255,0.97);
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
  border: 1px solid rgba(255,255,255,0.3);
}

.banner-stats-card h3 {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  color: var(--secondary);
  margin-bottom: 24px;
  letter-spacing: 1px;
}

.banner-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.banner-stat-item {
  text-align: center;
  padding: 18px 12px;
  background: var(--bg-cream);
  border-radius: 10px;
  border: 1px solid var(--border);
  transition: all 0.3s ease;
}

.banner-stat-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  border-color: var(--primary);
}

.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 4px;
}

.stat-label {
  font-size: 0.75rem;
  color: var(--text-light);
  font-weight: 500;
}

/* ============================================
   SLIDES 2 & 3: Standard Text Layout
   ============================================ */
.banner-text {
  max-width: 700px;
}

.banner-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 24px;
  box-shadow: 0 8px 30px rgba(212, 69, 26, 0.3);
}

.banner-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 18px;
}

.banner-headline span {
  color: var(--accent);
}

.banner-sub {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  margin-bottom: 24px;
  max-width: 580px;
}

.banner-tags {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.banner-tags span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  color: #fff;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.banner-tags span i {
  color: var(--accent);
}

/* ============================================
   SLIDER CONTROLS
   ============================================ */
.banner-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.banner-nav:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-50%) scale(1.1);
}

.banner-prev { left: 24px; }
.banner-next { right: 24px; }

/* Dots */
.banner-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 10px;
}

.banner-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.banner-dot.active {
  background: var(--accent);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.2);
}

.banner-dot:hover {
  background: rgba(255, 255, 255, 0.6);
}

/* Bottom Tagline Bar */
.banner-tagline-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: linear-gradient(90deg, rgba(212,69,26,0.85), rgba(183,58,21,0.85));
  backdrop-filter: blur(4px);
  padding: 5px 0;
  text-align: center;
}

.banner-tagline-bar span {
  color: rgba(255,255,255,0.92);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
}

.banner-tagline-bar i {
  color: var(--accent);
  margin-right: 8px;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .banner-slider { height: 550px; }
  .banner-hero-layout { gap: 30px; }
  .banner-hero-headline { font-size: 1.8rem; }
  .banner-stats-card { padding: 24px; }
  .stat-num { font-size: 1.5rem; }
  .banner-nav { width: 42px; height: 42px; }
  .banner-prev { left: 16px; }
  .banner-next { right: 16px; }
}

@media (max-width: 768px) {
  .banner-slider { height: 620px; }
  .banner-hero-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .banner-hero-right { display: none; }
  .banner-hero-headline { font-size: 1.6rem; }
  .banner-hero-sub { font-size: 0.88rem; }
  .banner-hero-btns .btn { font-size: 0.85rem; padding: 10px 20px; }
  .banner-icon { width: 50px; height: 50px; font-size: 1.2rem; margin-bottom: 18px; }
  .banner-headline { font-size: 1.8rem; }
  .banner-sub { font-size: 0.92rem; }
  .banner-nav { width: 38px; height: 38px; font-size: 0.85rem; }
  .banner-prev { left: 10px; }
  .banner-next { right: 10px; }
  .banner-dots { bottom: 50px; }
  .banner-tags span { font-size: 0.78rem; padding: 6px 14px; }
}

@media (max-width: 480px) {
  .banner-slider { height: 520px; }
  .banner-hero-headline { font-size: 1.4rem; }
  .banner-hero-btns { flex-direction: column; }
  .banner-hero-trust { gap: 10px; }
  .banner-headline { font-size: 1.5rem; }
  .banner-sub { font-size: 0.85rem; margin-bottom: 16px; }
  .banner-tags { gap: 8px; }
  .banner-tags span { font-size: 0.72rem; padding: 5px 10px; }
  .banner-nav { display: none; }
}
