.page-support-phone-hotline {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f4f7fa;
}

.page-support-phone-hotline__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-support-phone-hotline__hero-section {
  background: linear-gradient(135deg, #003366 0%, #001a33 100%);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-support-phone-hotline__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract_pattern,geometric,dark_blue_gold,subtle]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-support-phone-hotline__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFCC00;
  position: relative;
  z-index: 1;
}

.page-support-phone-hotline__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #e0e0e0;
  position: relative;
  z-index: 1;
}

.page-support-phone-hotline__highlight {
  color: #FFCC00;
  font-weight: bold;
}

.page-support-phone-hotline__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.page-support-phone-hotline__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-support-phone-hotline__btn--primary {
  background-color: #FFCC00;
  color: #003366;
  border: 2px solid #FFCC00;
}

.page-support-phone-hotline__btn--primary:hover {
  background-color: #e6b800;
  transform: translateY(-3px);
}

.page-support-phone-hotline__btn--secondary {
  background-color: transparent;
  color: #FFCC00;
  border: 2px solid #FFCC00;
}

.page-support-phone-hotline__btn--secondary:hover {
  background-color: #FFCC00;
  color: #003366;
  transform: translateY(-3px);
}

.page-support-phone-hotline__section-title {
  font-size: 2.5em;
  color: #003366;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 15px;
}

.page-support-phone-hotline__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFCC00;
  border-radius: 2px;
}

.page-support-phone-hotline__contact-info-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.page-support-phone-hotline__info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-support-phone-hotline__info-card {
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-support-phone-hotline__info-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-support-phone-hotline__info-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  color: #003366;
  fill: #003366; /* For SVG icons */
}

.page-support-phone-hotline__card-title {
  font-size: 1.8em;
  color: #003366;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-support-phone-hotline__card-text {
  font-size: 1em;
  color: #555555;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-support-phone-hotline__phone-number,
.page-support-phone-hotline__email-address,
.page-support-phone-hotline__chat-link {
  font-size: 1.3em;
  color: #FFCC00;
  font-weight: bold;
  text-decoration: none;
  margin-top: auto; /* Push to bottom */
  transition: color 0.3s ease;
}

.page-support-phone-hotline__phone-number:hover,
.page-support-phone-hotline__email-address:hover,
.page-support-phone-hotline__chat-link:hover {
  color: #003366;
}

.page-support-phone-hotline__availability {
  font-size: 0.9em;
  color: #777777;
  margin-top: 10px;
}

.page-support-phone-hotline__why-contact-section {
  padding: 80px 0;
  background-color: #f4f7fa;
}

.page-support-phone-hotline__reason-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-support-phone-hotline__reason-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-support-phone-hotline__reason-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-support-phone-hotline__reason-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  color: #FFCC00;
  fill: #FFCC00; /* For SVG icons */
}

.page-support-phone-hotline__faq-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.page-support-phone-hotline__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-support-phone-hotline__faq-item {
  background-color: #f9f9f9;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-support-phone-hotline__faq-question {
  font-size: 1.3em;
  color: #003366;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: bold;
}

.page-support-phone-hotline__faq-answer {
  font-size: 1em;
  color: #555555;
  display: none;
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
  margin-top: 10px;
}

.page-support-phone-hotline__faq-item.active .page-support-phone-hotline__faq-answer {
  display: block;
}

.page-support-phone-hotline__final-cta-section {
  background: linear-gradient(45deg, #003366 0%, #001a33 100%);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-support-phone-hotline__final-cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract_pattern,geometric,dark_blue_gold,subtle]') no-repeat center center/cover;
  opacity: 0.15;
  z-index: 0;
}

.page-support-phone-hotline__final-cta-description {
  font-size: 1.2em;
  max-width: 900px;
  margin: 0 auto 50px auto;
  color: #e0e0e0;
  position: relative;
  z-index: 1;
}

.page-support-phone-hotline__background-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1400px;
  height: auto;
  opacity: 0.2;
  z-index: 0;
  pointer-events: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-support-phone-hotline__hero-title {
    font-size: 2.5em;
  }

  .page-support-phone-hotline__hero-description,
  .page-support-phone-hotline__final-cta-description {
    font-size: 1em;
  }

  .page-support-phone-hotline__section-title {
    font-size: 2em;
  }

  .page-support-phone-hotline__info-grid,
  .page-support-phone-hotline__reason-grid {
    grid-template-columns: 1fr;
  }

  .page-support-phone-hotline__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-support-phone-hotline__btn {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .page-support-phone-hotline__hero-title {
    font-size: 2em;
  }

  .page-support-phone-hotline__btn {
    padding: 12px 20px;
    font-size: 1em;
    width: 90%;
  }

  .page-support-phone-hotline__section-title {
    font-size: 1.8em;
  }

  .page-support-phone-hotline__info-card,
  .page-support-phone-hotline__reason-card,
  .page-support-phone-hotline__faq-item {
    padding: 20px;
  }
}