/* ========================================
   AI Smile Design Banner Section
   Site renk paletine uyumlu
   #0066CC (primary), #00A86B (secondary), #1a1a2e (dark)
   ======================================== */

.ai-smile-banner {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #1a2744 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

/* Radial gradient accents — same as free-consultation-section */
.ai-smile-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 15% 50%, rgba(0, 102, 204, 0.12) 0%, transparent 50%),
    radial-gradient(circle at 85% 30%, rgba(0, 168, 107, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 50% 90%, rgba(0, 102, 204, 0.06) 0%, transparent 40%);
  pointer-events: none;
  z-index: 0;
}

.ai-smile-banner .container {
  position: relative;
  z-index: 1;
}

/* Subtle dot grid */
.ai-smile-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(0, 102, 204, 0.08) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
  z-index: 0;
}

/* Badge — matches .consultation-badge style */
.ai-smile-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, rgba(0, 102, 204, 0.15) 0%, rgba(0, 168, 107, 0.15) 100%);
  border: 1px solid rgba(0, 102, 204, 0.3);
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-light, #3399FF);
  margin-bottom: 24px;
  backdrop-filter: blur(10px);
}

.ai-smile-badge i {
  font-size: 14px;
  color: #fbbf24;
}

.ai-smile-badge .badge-dot {
  width: 8px;
  height: 8px;
  background: var(--secondary-color, #00A86B);
  border-radius: 50%;
  animation: aiBadgePulse 2s infinite;
}

@keyframes aiBadgePulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(0, 168, 107, 0.4); }
  50% { opacity: 0.8; box-shadow: 0 0 0 6px rgba(0, 168, 107, 0); }
}

/* Title — matches .consultation-title */
.ai-smile-title {
  font-size: 42px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

/* Gradient text — uses site's highlight-text colors */
.ai-smile-title .ai-gradient-text {
  background: linear-gradient(135deg, #4A9FFF 0%, var(--primary-color, #0066CC) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 900;
}

/* Subtitle — matches .consultation-subtitle */
.ai-smile-subtitle {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 500px;
}

/* Feature chips — matches .consultation-features li pattern */
.ai-smile-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}

.ai-feature-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.ai-feature-chip:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(0, 102, 204, 0.3);
  transform: translateX(4px);
}

.ai-feature-chip i {
  font-size: 16px;
  color: var(--secondary-color, #00A86B);
}

/* Buttons — matches .btn-primary-custom & .btn-outline-custom */
.ai-smile-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-ai-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: var(--primary-color, #0066CC);
  color: #ffffff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 102, 204, 0.3);
}

.btn-ai-primary:hover {
  background: var(--primary-dark, #0052A3);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 102, 204, 0.4);
  color: #ffffff;
}

.btn-ai-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 30px;
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
}

.btn-ai-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
  color: #ffffff;
}

/* ===== RIGHT SIDE: Before/After Image ===== */
.ai-smile-visual {
  position: relative;
  z-index: 2;
}

.ai-smile-image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease;
  max-width: 460px;
  margin: 0 auto;
}

.ai-smile-image-wrapper:hover {
  border-color: rgba(0, 102, 204, 0.4);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
  transform: translateY(-4px);
}

.ai-smile-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.ai-smile-image-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}

.ai-smile-image-badge i {
  color: #fbbf24;
  font-size: 14px;
}

/* Trust row */
.ai-trust-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ai-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  font-weight: 500;
}

.ai-trust-item i {
  font-size: 16px;
  color: var(--secondary-color, #00A86B);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .ai-smile-banner {
    padding: 70px 0;
  }
  
  .ai-smile-title {
    font-size: 32px;
  }
  
  .ai-smile-content {
    text-align: center;
    margin-bottom: 50px;
  }
  
  .ai-smile-subtitle {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .ai-smile-features {
    justify-content: center;
  }
  
  .ai-smile-buttons {
    justify-content: center;
  }
  
  .ai-trust-row {
    flex-wrap: wrap;
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .ai-smile-banner {
    padding: 50px 0;
  }
  
  .ai-smile-title {
    font-size: 26px;
  }
  
  .ai-smile-subtitle {
    font-size: 15px;
  }
  
  .ai-smile-features {
    gap: 8px;
  }
  
  .ai-feature-chip {
    padding: 10px 14px;
    font-size: 13px;
  }
  
  .ai-smile-buttons {
    flex-direction: column;
  }
  
  .btn-ai-primary,
  .btn-ai-secondary {
    justify-content: center;
    width: 100%;
  }
  
  .ai-smile-image-wrapper {
    border-radius: 16px;
  }
  
  .ai-trust-row {
    flex-direction: column;
    gap: 12px;
  }
}
