.page-contact {
  color: #333333; /* Dark text for light background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #FFFFFF;
}

.page-contact__hero-section {
  padding-top: var(--header-offset, 120px);
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.page-contact__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  z-index: 1;
}

.page-contact__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFFFFF;
}

.page-contact__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #F0F0F0;
}

.page-contact__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.2;
  z-index: 0;
}

.page-contact__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-contact__hero-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top: 20px;
}

.page-contact__hero-button--primary {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-contact__hero-button--primary:hover {
  background-color: #E0A83D;
  transform: translateY(-2px);
}

.page-contact__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-contact__section-title {
  font-size: 2.5em;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-contact__section-intro {
  font-size: 1.1em;
  color: #555555;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
}

.page-contact__methods-section {
  padding: 60px 0;
  background-color: #F8F8F8;
}

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

.page-contact__method-card {
  background-color: #FFFFFF;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-contact__method-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.page-contact__method-icon {
  width: 200px; 
  height: 200px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-contact__method-title {
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 15px;
}

.page-contact__method-description {
  color: #666666;
  margin-bottom: 25px;
}

.page-contact__method-button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-contact__method-button--login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-contact__method-button--login:hover {
  background-color: #E0A83D;
}

.page-contact__method-button--register {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #000000;
}

.page-contact__method-button--register:hover {
  background-color: #333333;
}

.page-contact__faq-section {
  padding: 60px 0;
  background-color: #FFFFFF;
  text-align: center;
}

.page-contact__faq-button {
  margin-top: 30px;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-contact__faq-button:hover {
  background-color: #E0A83D;
  transform: translateY(-2px);
}

.page-contact__why-contact-section {
  padding: 60px 0;
  background-color: #F8F8F8;
}

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

.page-contact__reason-item {
  background-color: #FFFFFF;
  border-left: 5px solid #FCBC45;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.page-contact__reason-title {
  font-size: 1.6em;
  color: #000000;
  margin-bottom: 10px;
}

.page-contact__reason-description {
  color: #666666;
  margin-bottom: 15px;
}

.page-contact__reason-link {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-contact__reason-link:hover {
  color: #E0A83D;
  text-decoration: underline;
}

.page-contact__commitment-section {
  padding: 60px 0;
  background-color: #000000;
  color: #FFFFFF;
}

.page-contact__commitment-section .page-contact__section-title {
  color: #FFFFFF;
}

.page-contact__commitment-section .page-contact__section-intro {
  color: #F0F0F0;
}

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

.page-contact__commitment-item {
  background-color: #1a1a1a;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-contact__commitment-icon {
  width: 200px;
  height: 200px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-contact__commitment-title {
  font-size: 1.8em;
  color: #FCBC45;
  margin-bottom: 15px;
}

.page-contact__commitment-description {
  color: #CCCCCC;
  margin-bottom: 15px;
}

.page-contact__commitment-link {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-contact__commitment-link:hover {
  color: #E0A83D;
  text-decoration: underline;
}

.page-contact__social-section {
  padding: 60px 0;
  background-color: #F8F8F8;
  text-align: center;
}

.page-contact__social-links {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-contact__social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 1.5em;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  overflow: hidden; /* Hide text, use background for icon representation */
  text-indent: -9999px;
}

.page-contact__social-icon:hover {
  background-color: #FCBC45;
  transform: translateY(-3px);
}

.page-contact__social-icon--facebook {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M12 2C6.477 2 2 6.477 2 12c0 5.016 3.655 9.182 8.438 9.879V14.8H8.028V12h2.41V9.752c0-2.396 1.459-3.715 3.593-3.715 1.036 0 1.926.077 2.183.112v2.55h-1.503c-1.185 0-1.417.564-1.417 1.39V12h2.834l-.46 2.8h-2.374v6.879C18.345 21.182 22 17.016 22 12c0-5.523-4.477-10-10-10z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

.page-contact__social-icon--twitter {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M22.46 6c-.77.34-1.6.56-2.46.66.89-.53 1.57-1.37 1.89-2.37-.83.49-1.75.85-2.73 1.04-.79-.84-1.92-1.37-3.17-1.37-2.39 0-4.34 1.95-4.34 4.34 0 .34.04.67.11.98-3.61-.18-6.81-1.91-8.95-4.54-.37.64-.58 1.38-.58 2.17 0 1.5.76 2.83 1.92 3.61-.71-.02-1.38-.22-1.97-.54v.05c0 2.11 1.5 3.87 3.49 4.28-.37.1-.76.15-1.16.15-.28 0-.55-.03-.82-.08.55 1.73 2.15 2.99 4.05 3.03-1.49 1.17-3.37 1.87-5.41 1.87-.35 0-.69-.02-1.03-.06 1.93 1.24 4.23 1.96 6.69 1.96 8.03 0 12.42-6.65 12.42-12.42 0-.2-.01-.4-.01-.6.85-.61 1.58-1.37 2.16-2.24z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

.page-contact__social-icon--instagram {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M12 2.163c3.204 0 3.584.012 4.85.07c1.314.062 2.012.274 2.476.467.46.19.897.437 1.307.847s.657.847.847 1.307c.193.464.405 1.162.467 2.476.058 1.266.07 1.646.07 4.85s-.012 3.584-.07 4.85c-.062 1.314-.274 2.012-.467 2.476-.19.46-.437.897-.847 1.307s-.847.657-1.307.847c-.464.193-1.162.405-2.476.467-1.266.058-1.646.07-4.85.07s-3.584-.012-4.85-.07c-1.314-.062-2.012-.274-2.476-.467-.46-.19-.897-.437-1.307-.847s-.657-.847-.847-1.307c-.193-.464-.405-1.162-.467-2.476-.058-1.266-.07-1.646-.07-4.85s.012-3.584.07-4.85c.062-1.314.274-2.012.467-2.476.19-.46.437-.897.847-1.307s.847-.657 1.307-.847c.464-.193 1.162-.405 2.476-.467 1.266-.058 1.646-.07 4.85-.07zm0 2.163c-3.14 0-3.53.01-4.79.068-1.22.058-1.69.26-1.95.36-.26.1-.47.22-.68.43-.21.21-.33.42-.43.68-.1.26-.302.73-.36 1.95-.058 1.26-.068 1.65-.068 4.79s.01 3.53.068 4.79c.058 1.22.26 1.69.36 1.95.1.26.22.47.43.68.21.21.42.33.68.43.26.1.73.302 1.95.36 1.26.058 1.65.068 4.79.068s3.53-.01 4.79-.068c1.22-.058 1.69-.26 1.95-.36.26-.1.47-.22.68-.43.21-.21.33-.42.43-.68.1-.26.302-.73.36-1.95.058-1.26.068-1.65.068-4.79s-.01-3.53-.068-4.79c-.058-1.22-.26-1.69-.36-1.95-.1-.26-.22-.47-.43-.68-.21-.21-.42-.33-.68-.43-.26-.1-.73-.302-1.95-.36-1.26-.058-1.65-.068-4.79-.068zm0 4.163c-2.02 0-3.66 1.64-3.66 3.66s1.64 3.66 3.66 3.66 3.66-1.64 3.66-3.66-1.64-3.66-3.66-3.66zm0 2.163c.82 0 1.5.68 1.5 1.5s-.68 1.5-1.5 1.5-1.5-.68-1.5-1.5.68-1.5 1.5-1.5zm6.54-5.82c0 .92-.74 1.66-1.66 1.66s-1.66-.74-1.66-1.66.74-1.66 1.66-1.66 1.66.74 1.66 1.66z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

.page-contact__cta-section {
  padding: 80px 0;
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
}

.page-contact__cta-title {
  font-size: 3em;
  color: #FFFFFF;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-contact__cta-description {
  font-size: 1.2em;
  color: #F0F0F0;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-contact__cta-button {
  display: inline-block;
  padding: 18px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-contact__cta-button:hover {
  background-color: #E0A83D;
  transform: translateY(-3px);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-contact__hero-title {
    font-size: 2.8em;
  }
  .page-contact__section-title {
    font-size: 2em;
  }
  .page-contact__reasons-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-contact__hero-section {
    padding: 40px 15px;
  }
  .page-contact__hero-title {
    font-size: 2.2em;
  }
  .page-contact__hero-description {
    font-size: 1em;
  }
  .page-contact__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-contact__content-area {
    padding: 30px 15px;
  }
  .page-contact__section-title {
    font-size: 1.8em;
  }
  .page-contact__section-intro {
    font-size: 0.95em;
  }
  .page-contact__methods-grid, .page-contact__commitment-grid {
    grid-template-columns: 1fr;
  }
  .page-contact__reason-item {
    padding: 20px;
  }
  .page-contact__cta-title {
    font-size: 2.5em;
  }
  .page-contact__cta-description {
    font-size: 1em;
  }
  .page-contact__cta-button {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  /* Mobile image overflow prevention */
  .page-contact img {
    max-width: 100%;
    height: auto;
  }
  /* Ensure content images are not too small */
  .page-contact__method-icon, .page-contact__commitment-icon {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 480px) {
  .page-contact__hero-title {
    font-size: 1.8em;
  }
  .page-contact__section-title {
    font-size: 1.5em;
  }
  .page-contact__cta-title {
    font-size: 2em;
  }
  .page-contact__social-icon {
    width: 50px;
    height: 50px;
    font-size: 1.3em;
  }
}