.page-about {
  color: #ffffff; /* Body background is dark (#121212), so text should be light */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-about__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  overflow: hidden;
  background-color: #1a1a1a;
}

.page-about__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

.page-about__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-about__hero-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
}

.page-about__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #26A9E0;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-about__intro-text {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-about__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.page-about__btn-primary,
.page-about__btn-secondary,
.page-about__btn-link {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  text-align: center;
  flex-grow: 1;
  max-width: 220px;
}

.page-about__btn-primary {
  background: #EA7C07; /* Custom color for Login */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-about__btn-primary:hover {
  background: #d46f06;
  border-color: #d46f06;
}

.page-about__btn-secondary {
  background: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-about__btn-secondary:hover {
  background: #26A9E0;
  color: #ffffff;
}

.page-about__btn-link {
  background: transparent;
  color: #26A9E0;
  border: none;
  text-decoration: underline;
  padding: 5px 0;
  font-weight: normal;
  max-width: none;
  flex-grow: 0;
}

.page-about__btn-link:hover {
  color: #1e87b7;
}

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

.page-about__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
}

.page-about__section-description {
  font-size: 1.1rem;
  color: #f0f0f0;
  text-align: center;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-about__sub-title {
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  font-weight: 600;
  color: #26A9E0;
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-about__mission-vision-section,
.page-about__history-section,
.page-about__commitment-section,
.page-about__future-section,
.page-about__contact-faq-section {
  padding: 80px 0;
  background-color: #1a1a1a; /* Darker background for sections */
  color: #ffffff; /* Light text for dark background */
}

.page-about__light-bg {
  background-color: #222222; /* Slightly lighter dark background for contrast */
  color: #ffffff;
}

.page-about__grid-two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: flex-start;
}

.page-about__card {
  background: rgba(255, 255, 255, 0.08); /* Semi-transparent white for cards on dark background */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-about__card-title {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-about__card p {
  color: #f0f0f0;
  margin-bottom: 15px;
}

.page-about__image-block {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-about__image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  display: block;
}

.page-about__grid-history {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: flex-start;
}

.page-about__milestone-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-about__milestone-list li {
  background: rgba(255, 255, 255, 0.05);
  border-left: 4px solid #26A9E0;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  color: #f0f0f0;
  font-size: 1.05rem;
}

.page-about__milestone-list li strong {
  color: #26A9E0;
  font-weight: 700;
}

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

.page-about__advantage-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.page-about__advantage-icon {
  width: 100%; /* Ensure image fills card width */
  max-width: 250px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 5px;
  display: block;
}

.page-about__advantage-card .page-about__card-title {
  margin-top: 0;
}

.page-about__advantage-card p {
  color: #f0f0f0;
}

.page-about__contact-block {
  display: flex;
  flex-direction: column;
}

.page-about__contact-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-about__contact-list li {
  margin-bottom: 10px;
  font-size: 1.1rem;
  color: #f0f0f0;
}

.page-about__contact-list a {
  color: #26A9E0;
  text-decoration: none;
}

.page-about__contact-list a:hover {
  text-decoration: underline;
}

.page-about__contact-image {
  margin-top: 20px;
}

.page-about__faq-list {
  margin-top: 20px;
}

.page-about__faq-item {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-about__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.1rem;
  color: #26A9E0;
  background: rgba(255, 255, 255, 0.05);
}

.page-about__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-about__faq-qtext {
  flex-grow: 1;
}

.page-about__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
}

.page-about__faq-item[open] .page-about__faq-toggle {
  content: '−';
}

.page-about__faq-answer {
  padding: 0 20px 20px;
  font-size: 1rem;
  color: #f0f0f0;
}

.page-about__faq-answer p {
  margin-bottom: 10px;
  color: #f0f0f0;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-about__grid-two-columns,
  .page-about__grid-history {
    grid-template-columns: 1fr;
  }
  .page-about__hero-image-wrapper {
    margin-bottom: 20px;
  }
  .page-about__hero-content {
    padding: 0 15px;
  }
  .page-about__image-block {
    order: -1; /* Image appears above text on smaller screens */
  }
  .page-about__advantage-card {
    padding: 25px;
  }
}

@media (max-width: 768px) {
  .page-about__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important; /* Ensure small top padding on mobile */
  }
  .page-about__main-title {
    font-size: 2.2rem;
  }
  .page-about__intro-text {
    font-size: 1rem;
  }
  .page-about__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-about__btn-primary,
  .page-about__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 15px 20px;
  }
  .page-about__container {
    padding: 30px 15px;
  }
  .page-about__section-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .page-about__sub-title {
    font-size: 1.8rem;
  }
  .page-about__mission-vision-section,
  .page-about__history-section,
  .page-about__commitment-section,
  .page-about__future-section,
  .page-about__contact-faq-section {
    padding: 50px 0;
  }
  .page-about__card {
    padding: 20px;
  }
  .page-about__image,
  .page-about__hero-image,
  .page-about__advantage-icon,
  .page-about__contact-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-about__image-block,
  .page-about__hero-image-wrapper,
  .page-about__advantage-card,
  .page-about__contact-block,
  .page-about__faq-block,
  .page-about__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    padding-left: 0;
    padding-right: 0;
  }
  .page-about__milestone-list li {
    font-size: 0.95rem;
    padding: 12px 15px;
  }
  .page-about__faq-item summary {
    font-size: 1rem;
    padding: 15px;
  }
  .page-about__faq-answer {
    padding: 0 15px 15px;
  }
  .page-about__contact-list li {
    font-size: 1rem;
  }
}