/* style/live-support.css */
.page-live-support {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light text on dark background */
  background-color: #0A2239; /* Primary dark background */
  line-height: 1.6;
}

.page-live-support__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-live-support__section {
  padding: 60px 0;
  text-align: center;
}

.page-live-support__section-title {
  font-size: 2.8em;
  color: #FFD700; /* Auxiliary gold for titles */
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-live-support__text {
  font-size: 1.1em;
  color: #C0C0C0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-live-support a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-live-support a:hover {
  color: #FFF;
}

.page-live-support__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  border: none;
  font-size: 1.1em;
}

.page-live-support__btn--primary {
  background-color: #FFD700;
  color: #0A2239;
}

.page-live-support__btn--primary:hover {
  background-color: #FFF;
  color: #0A2239;
}

.page-live-support__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-live-support__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A2239;
}

.page-live-support__btn--small {
  padding: 10px 20px;
  font-size: 0.9em;
  border-radius: 25px;
  margin-top: 20px;
}

.page-live-support__btn--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

/* Hero Section */
.page-live-support__hero {
  background: linear-gradient(135deg, #0A2239 0%, #1A3A5C 100%);
  padding: 100px 0 50px;
  position: relative;
  overflow: hidden;
}

.page-live-support__hero-title {
  font-size: 3.8em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-live-support__hero-title a {
  color: #FFD700;
}

.page-live-support__hero-description {
  font-size: 1.3em;
  color: #E0E0E0;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-live-support__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.page-live-support__hero-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin-top: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Why Choose Section */
.page-live-support__why-choose {
  background-color: #1A3A5C;
}

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

.page-live-support__feature-item {
  background-color: #0A2239;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-live-support__feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3);
}

.page-live-support__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-live-support__feature-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-live-support__feature-description {
  font-size: 0.95em;
  color: #C0C0C0;
}

/* Channels Section */
.page-live-support__channels {
  background-color: #0A2239;
}

.page-live-support__channel-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-live-support__channel-item {
  background-color: #1A3A5C;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-live-support__channel-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3);
}

.page-live-support__channel-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: brightness(1.2);
}

.page-live-support__channel-title {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-live-support__channel-description {
  font-size: 0.9em;
  color: #C0C0C0;
}

/* Common Issues Section */
.page-live-support__common-issues {
  background-color: #1A3A5C;
}

.page-live-support__issue-list {
  list-style: none;
  padding: 0;
  margin-top: 50px;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.page-live-support__issue-list li {
  background-color: #0A2239;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-live-support__issue-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-live-support__issue-list p {
  font-size: 1em;
  color: #C0C0C0;
  line-height: 1.5;
}

.page-live-support__image-full-width {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Responsible Gaming Section */
.page-live-support__responsible-gaming {
  background-color: #0A2239;
}

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

.page-live-support__responsible-item {
  background-color: #1A3A5C;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: left;
}

.page-live-support__responsible-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-live-support__responsible-item p {
  font-size: 1em;
  color: #C0C0C0;
}

.page-live-support__image-small {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Final CTA Section */
.page-live-support__cta-final {
  background: linear-gradient(135deg, #1A3A5C 0%, #0A2239 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

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

.page-live-support__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.page-live-support__image-large {
  width: 100%;
  max-width: 900px;
  height: auto;
  margin-top: 50px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-live-support__hero-title {
    font-size: 3em;
  }
  .page-live-support__section-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-live-support__hero-title {
    font-size: 2.5em;
  }
  .page-live-support__hero-description {
    font-size: 1.1em;
  }
  .page-live-support__section-title {
    font-size: 1.8em;
  }
  .page-live-support__features, .page-live-support__channel-list, .page-live-support__issue-list, .page-live-support__responsible-items {
    grid-template-columns: 1fr;
  }
  .page-live-support__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-live-support__btn--large {
    width: 100%;
    max-width: 300px;
  }
  .page-live-support__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .page-live-support__hero-title {
    font-size: 2em;
  }
  .page-live-support__hero-description {
    font-size: 1em;
  }
  .page-live-support__section-title {
    font-size: 1.5em;
  }
  .page-live-support__btn {
    font-size: 1em;
    padding: 12px 25px;
  }
}