/* ==========================================================================
   SECTION: FULL-WIDTH CTA BANNER (CALL TO ACTION)
   Namespace: .mrd-cta-*
   ========================================================================== */

.mrd-cta-banner-wrapper {
  width: 100%;
  position: relative;
  background: linear-gradient(135deg, #061527 0%, #0a2540 55%, #003666 100%);
  padding: 68px 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 229, 255, 0.22);
  border-bottom: 1px solid rgba(0, 229, 255, 0.15);
  box-sizing: border-box;
}

/* Hiệu ứng ánh sáng nền ambient glow công nghiệp */
.mrd-cta-banner-wrapper::before {
  content: '';
  position: absolute;
  top: -40%;
  left: -10%;
  width: 55%;
  height: 180%;
  background: radial-gradient(circle at center, rgba(0, 159, 227, 0.16) 0%, transparent 65%);
  pointer-events: none;
  z-index: 1;
}

.mrd-cta-banner-wrapper::after {
  content: '';
  position: absolute;
  bottom: -40%;
  right: -5%;
  width: 50%;
  height: 180%;
  background: radial-gradient(circle at center, rgba(0, 229, 255, 0.12) 0%, transparent 65%);
  pointer-events: none;
  z-index: 1;
}

/* Container giới hạn bề ngang chuẩn */
.mrd-cta-banner-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  box-sizing: border-box;
}

/* Khối thông tin bên trái */
.mrd-cta-content {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

/* Tag Pill */
.mrd-cta-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 14px;
  background: rgba(0, 229, 255, 0.1);
  border: 1px solid rgba(0, 229, 255, 0.35);
  border-radius: 20px;
  color: #00e5ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.mrd-cta-tag-dot {
  width: 7px;
  height: 7px;
  background-color: #00e5ff;
  border-radius: 50%;
  box-shadow: 0 0 8px #00e5ff;
  flex-shrink: 0;
}

/* Tiêu đề CTA */
.mrd-cta-title {
  font-size: 27px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 12px;
  letter-spacing: -0.4px;
  white-space: nowrap;
}

.mrd-cta-title .mrd-highlight {
  color: #00e5ff;
  white-space: nowrap;
}

/* Mô tả ngắn */
.mrd-cta-desc {
  font-size: 15px;
  color: #cbd5e1;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Hàng bảo chứng cam kết (Perks list) */
.mrd-cta-perks {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.mrd-cta-perk-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e2e8f0;
  font-size: 13.5px;
  font-weight: 500;
}

.mrd-cta-perk-icon {
  width: 18px;
  height: 18px;
  background: rgba(0, 229, 255, 0.15);
  border: 1px solid rgba(0, 229, 255, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00e5ff;
  font-size: 11px;
  font-weight: 800;
  flex-shrink: 0;
}

/* Khối 2 nút hành động bên phải */
.mrd-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 360px;
  flex-shrink: 0;
}

/* Nút 1: Gọi Hotline */
.mrd-cta-btn-hotline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 54px;
  padding: 0 24px;
  background: linear-gradient(135deg, #009fe3 0%, #0072b0 100%);
  color: #ffffff;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 159, 227, 0.35), inset 0 1px 1px rgba(255, 255, 255, 0.3);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
}

.mrd-cta-btn-hotline:hover {
  background: linear-gradient(135deg, #00b4f5 0%, #0084cc 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 159, 227, 0.55), inset 0 1px 1px rgba(255, 255, 255, 0.4);
  color: #ffffff;
}

.mrd-cta-btn-hotline svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  flex-shrink: 0;
  animation: mrd-pulse-call 2s infinite ease-in-out;
}

@keyframes mrd-pulse-call {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}

/* Nút 2: Đăng Ký Nhận Báo Giá */
.mrd-cta-btn-quote {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 54px;
  padding: 0 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1.5px solid rgba(0, 229, 255, 0.6);
  color: #00e5ff;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-decoration: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
}

.mrd-cta-btn-quote:hover {
  background: rgba(0, 229, 255, 0.15);
  border-color: #00e5ff;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 229, 255, 0.25);
}

.mrd-cta-btn-quote svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.mrd-cta-btn-quote:hover svg {
  transform: translateX(4px);
}

/* Dòng note nhỏ phía dưới nút */
.mrd-cta-note {
  font-size: 12.5px;
  color: #94a3b8;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 2px;
}

.mrd-cta-note-dot {
  width: 5px;
  height: 5px;
  background-color: #10b981;
  border-radius: 50%;
  box-shadow: 0 0 6px #10b981;
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   RESPONSIVE DESIGN
   -------------------------------------------------------------------------- */
@media (max-width: 1240px) {
  .mrd-cta-title {
    font-size: 24px;
  }
}

@media (max-width: 1024px) {
  .mrd-cta-banner-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
  }

  .mrd-cta-title {
    white-space: normal;
    font-size: 26px;
  }

  .mrd-cta-content {
    max-width: 100%;
  }

  .mrd-cta-actions {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .mrd-cta-btn-hotline,
  .mrd-cta-btn-quote {
    flex: 1 1 280px;
  }

  .mrd-cta-note {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .mrd-cta-banner-wrapper {
    padding: 50px 0;
  }

  .mrd-cta-title {
    font-size: 24px;
  }

  .mrd-cta-desc {
    font-size: 14px;
  }

  .mrd-cta-perks {
    gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .mrd-cta-actions {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }

  .mrd-cta-btn-hotline,
  .mrd-cta-btn-quote {
    width: 100%;
    height: 50px;
    font-size: 14.5px;
  }
}
