/* ============================================================
   KARUWEB — Page À propos
   SECTION 9 : CTA FINAL
   Fichier : section-09-cta.css
   Pas de variables CSS — titres #FFFFFF — texte #ECE9F2
   ============================================================ */

/* ── Reset minimal ── */
.kwcta *,
.kwcta *::before,
.kwcta *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ============================================================
   SECTION WRAPPER
   ============================================================ */
.kwcta {
  position: relative;
  width: 100%;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;

  background:
    radial-gradient(ellipse at 50% 0%,   #3D0A50 0%, transparent 60%),
    radial-gradient(ellipse at 50% 100%, #3D0A50 0%, transparent 60%),
    #0A0118;
}

/* ── Halos décoratifs ── */
.kwcta__halo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  pointer-events: none;
}

.kwcta__halo--top {
  top: -120px;
  width: 700px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(255, 127, 194, 0.14) 0%, transparent 70%);
  filter: blur(40px);
}

.kwcta__halo--bottom {
  bottom: -80px;
  width: 500px;
  height: 300px;
  background: radial-gradient(ellipse, rgba(61, 10, 80, 0.5) 0%, transparent 70%);
  filter: blur(30px);
}

/* ── Container ── */
.kwcta__container {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin: 0 auto;
  padding: 110px 40px 120px;
  display: flex;
  justify-content: center;
}

/* ── Bloc central ── */
.kwcta__inner {
  width: 100%;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
}

/* ============================================================
   EN-TÊTE
   ============================================================ */

/* Label */
.kwcta__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FF7FC2;
  margin-bottom: 20px;
}

.kwcta__label::before,
.kwcta__label::after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 1.5px;
  background: #FF7FC2;
  border-radius: 2px;
  opacity: 0.6;
}

/* H2 */
.kwcta__h2 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: #FFFFFF;
  margin-bottom: 24px;
}

.kwcta__h2-accent {
  color: #FF7FC2;
  text-shadow:
    0 0 30px rgba(255, 127, 194, 0.5),
    0 0 80px rgba(255, 127, 194, 0.15);
  display: block;
}

/* Texte */
.kwcta__text {
  font-size: 1rem;
  color: #ECE9F2;
  line-height: 1.8;
  max-width: 520px;
  margin-bottom: 40px;
}

.kwcta__text strong {
  color: #FFFFFF;
  font-weight: 600;
}

/* ============================================================
   BOUTONS PRINCIPAUX
   ============================================================ */
.kwcta__btn-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.kwcta__btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 14px 28px;
  border-radius: 30px;
  border: 0.5px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
}

/* Primaire — rose plein */
.kwcta__btn--primary {
  background: #FF7FC2;
  color: #0A0118;
  border-color: #FF7FC2;
  box-shadow:
    0 0 30px rgba(255, 127, 194, 0.25),
    0 4px 16px rgba(255, 127, 194, 0.15);
}

.kwcta__btn--primary:hover {
  background: transparent;
  color: #FF7FC2;
  box-shadow: 0 0 40px rgba(255, 127, 194, 0.4);
}

/* Ghost */
.kwcta__btn--ghost {
  background: transparent;
  color: #ECE9F2;
  border-color: #3A2D52;
}

.kwcta__btn--ghost:hover {
  border-color: rgba(255, 127, 194, 0.45);
  color: #FFFFFF;
  background: rgba(255, 127, 194, 0.06);
}

/* ============================================================
   SÉPARATEUR
   ============================================================ */
.kwcta__sep {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  margin-bottom: 28px;
}

.kwcta__sep-line {
  flex: 1;
  height: 0.5px;
  background: linear-gradient(90deg, transparent, #3A2D52);
}

.kwcta__sep-line:last-child {
  background: linear-gradient(90deg, #3A2D52, transparent);
}

.kwcta__sep-text {
  font-size: 0.7rem;
  font-weight: 500;
  color: #6B6080;
  white-space: nowrap;
  letter-spacing: 0.04em;
}

/* ============================================================
   CONTACTS DIRECTS
   ============================================================ */
.kwcta__contacts {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 32px;
}

/* ── Carte contact ── */
.kwcta__contact {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  background: #13082A;
  border: 0.5px solid #3A2D52;
  border-radius: 14px;
  text-decoration: none;
  transition: all 0.22s;
  flex: 1;
  min-width: 160px;
  max-width: 200px;
}

.kwcta__contact:hover {
  border-color: rgba(255, 127, 194, 0.45);
  background: #1A0F33;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

/* Variante WhatsApp — léger accent vert au hover */
.kwcta__contact--whatsapp:hover {
  border-color: rgba(74, 222, 128, 0.35);
}

.kwcta__contact--whatsapp:hover .kwcta__contact-icon {
  border-color: rgba(74, 222, 128, 0.35);
  background: rgba(74, 222, 128, 0.08);
  color: #4ADE80;
}

/* Icône */
.kwcta__contact-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 127, 194, 0.08);
  border: 0.5px solid rgba(255, 127, 194, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #FF7FC2;
  transition: all 0.22s;
}

.kwcta__contact:not(.kwcta__contact--whatsapp):hover .kwcta__contact-icon {
  background: rgba(255, 127, 194, 0.15);
  border-color: rgba(255, 127, 194, 0.4);
}

/* Corps texte */
.kwcta__contact-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: left;
}

.kwcta__contact-label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6B6080;
  line-height: 1;
}

.kwcta__contact-value {
  font-size: 0.8rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.2;
  transition: color 0.2s;
}

.kwcta__contact:hover .kwcta__contact-value {
  color: #FF7FC2;
}

.kwcta__contact--whatsapp:hover .kwcta__contact-value {
  color: #4ADE80;
}

/* ============================================================
   DISPONIBILITÉ
   ============================================================ */
.kwcta__availability {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  color: #6B6080;
  letter-spacing: 0.02em;
}

/* Point vert animé */
.kwcta__availability-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4ADE80;
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(74, 222, 128, 0.5);
  animation: kwctaPulse 2s ease-in-out infinite;
}

@keyframes kwctaPulse {
  0%, 100% { box-shadow: 0 0 6px rgba(74, 222, 128, 0.5); }
  50%       { box-shadow: 0 0 14px rgba(74, 222, 128, 0.85); }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* ── Tablette ── */
@media (max-width: 1024px) {
  .kwcta__container {
    padding: 80px 28px 90px;
  }

  .kwcta__contacts {
    gap: 8px;
  }

  .kwcta__contact {
    min-width: 140px;
  }
}

/* ── Mobile ── */
@media (max-width: 768px) {
  .kwcta__container {
    padding: 64px 20px 72px;
  }

  .kwcta__h2 {
    font-size: 2.2rem;
  }

  .kwcta__btn-row {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .kwcta__btn {
    justify-content: center;
    padding: 15px 24px;
  }

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

  .kwcta__contact {
    max-width: 100%;
  }

  .kwcta__sep-text {
    font-size: 0.65rem;
  }
}