/* style/support.css */
.page-support {
  font-family: 'Arial', sans-serif;
  color: #f5f5f5; /* Light text on dark background, WCAG AA contrast with #0A0A0A */
  background-color: #0A0A0A; /* Main dark background */
  line-height: 1.6;
}

.page-support__hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #0A0A0A 0%, #333333 100%); /* Darker gradient for hero */
  overflow: hidden;
  min-height: 400px;
}

.page-support__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 1;
}

.page-support__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.page-support__title {
  font-size: 3.5em;
  color: #FFD700; /* Gold for main title, WCAG AA contrast with #0A0A0A */
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
  font-weight: bold;
}

.page-support__description,
.page-support__section-subtitle,
.page-support__cta-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #CCCCCC; /* Lighter gray for descriptions, WCAG AA contrast with #0A0A0A */
}

.page-support__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #0A0A0A; /* Dark text on gold, WCAG AA contrast with #FFD700 */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-support__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-2px);
}

.page-support__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles, WCAG AA contrast with #0A0A0A */
  text-align: center;
  margin: 60px 0 30px;
  font-weight: bold;
}

.page-support__faq-section,
.page-support__contact-section,
.page-support__guides-section,
.page-support__cta-bottom {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.page-support__faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-support__faq-item {
  background-color: #1A1A1A; /* Slightly lighter dark for FAQ items, WCAG AA contrast with #f5f5f5 */
  padding: 30px;
  border-radius: 10px;
  border-left: 5px solid #FFD700; /* Gold accent */
  transition: transform 0.3s ease;
}

.page-support__faq-item:hover {
  transform: translateY(-5px);
}

.page-support__faq-item h3 {
  color: #FFD700; /* WCAG AA contrast with #1A1A1A */
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-support__faq-item p {
  color: #f5f5f5; /* WCAG AA contrast with #1A1A1A */
  font-size: 1em;
}

.page-support__faq-image,
.page-support__contact-image,
.page-support__guides-image,
.page-support__cta-image {
  position: absolute;
  z-index: 0;
  opacity: 0.1;
  pointer-events: none;
  user-select: none;
}

.page-support__faq-image {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: auto;
  max-width: 800px;
}

.page-support__contact-methods {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.page-support__contact-item {
  background-color: #1A1A1A;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  flex: 1 1 300px;
  max-width: 350px;
  border-bottom: 5px solid #FFD700;
  transition: background-color 0.3s ease;
}

.page-support__contact-item:hover {
  background-color: #2A2A2A;
}

.page-support__icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #FFD700;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  margin-bottom: 20px;
}

.page-support__icon--chat {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H6l-2 2V4h16v12zM7 9h10v2H7zm0 4h7v2H7z"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H6l-2 2V4h16v12zM7 9h10v2H7zm0 4h7v2H7z"/></svg>');
}

.page-support__icon--email {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/></svg>');
}

.page-support__icon--phone {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/></svg>');
}

.page-support__contact-item h3 {
  color: #FFD700; /* WCAG AA contrast with #1A1A1A */
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-support__contact-item p {
  color: #f5f5f5; /* WCAG AA contrast with #1A1A1A */
  margin-bottom: 20px;
}

.page-support__contact-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A0A0A; /* WCAG AA contrast with #FFD700 */
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
  transition: background-color 0.3s ease;
}

.page-support__contact-button:hover {
  background-color: #e6c200;
}

.page-support__contact-image {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: auto;
  max-width: 700px;
}

.page-support__guide-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-support__guide-card {
  background-color: #1A1A1A;
  padding: 25px;
  border-radius: 10px;
  text-decoration: none;
  color: #f5f5f5; /* WCAG AA contrast with #1A1A1A */
  display: block;
  border-right: 5px solid #FFD700;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-support__guide-card:hover {
  background-color: #2A2A2A;
  transform: translateY(-5px);
}

.page-support__guide-title {
  color: #FFD700; /* WCAG AA contrast with #1A1A1A */
  font-size: 1.3em;
  margin-bottom: 10px;
}

.page-support__guide-description {
  color: #CCCCCC; /* WCAG AA contrast with #1A1A1A */
  font-size: 0.95em;
}

.page-support__guides-image {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  height: auto;
  max-width: 750px;
}

.page-support__cta-bottom {
  text-align: center;
  background: linear-gradient(90deg, #0A0A0A 0%, #333333 100%);
  padding: 60px 20px;
  margin-top: 60px;
  border-radius: 10px;
  overflow: hidden;
}

.page-support__cta-bottom .page-support__cta-content {
  position: relative;
  z-index: 1;
}

.page-support__cta-title {
  font-size: 2.8em;
  color: #FFD700; /* WCAG AA contrast with #0A0A0A */
  margin-bottom: 20px;
  font-weight: bold;
}

.page-support__cta-buttons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-support__cta-button--secondary {
  background-color: transparent;
  color: #FFD700; /* WCAG AA contrast with #0A0A0A */
  border: 2px solid #FFD700;
}

.page-support__cta-button--secondary:hover {
  background-color: #FFD700;
  color: #0A0A0A; /* WCAG AA contrast with #FFD700 */
}

.page-support__cta-image {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
  max-width: 1000px;
  opacity: 0.08;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-support__title {
    font-size: 2.5em;
  }
  .page-support__section-title {
    font-size: 2em;
  }
  .page-support__description,
  .page-support__section-subtitle,
  .page-support__cta-text {
    font-size: 1em;
  }
  .page-support__hero {
    padding: 60px 15px;
  }
  .page-support__faq-grid,
  .page-support__contact-methods,
  .page-support__guide-cards {
    grid-template-columns: 1fr;
  }
  .page-support__contact-item {
    max-width: 100%;
  }
  .page-support__cta-title {
    font-size: 2em;
  }
  .page-support__cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .page-support__title {
    font-size: 2em;
  }
  .page-support__section-title {
    font-size: 1.8em;
  }
  .page-support__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-support__faq-item,
  .page-support__contact-item,
  .page-support__guide-card {
    padding: 20px;
  }
  .page-support__icon {
    width: 50px;
    height: 50px;
  }
}