.page-about {
  color: #FFF3E6;
  background-color: #0D0E12;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-about__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px;
}

.page-about__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

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

.page-about__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-about__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 20px;
  border-radius: 8px;
}

.page-about__hero-content h1 {
  font-size: clamp(2em, 4vw, 3.2em);
  font-weight: bold;
  color: #FFF3E6;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-about__hero-content p {
  font-size: 1.1em;
  color: #FFF3E6;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-about__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-about__cta-button:hover {
  background: linear-gradient(180deg, #D96800 0%, #FFA53A 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.page-about__cta-button--contact {
  background: #FFA53A;
  margin-right: 15px;
}

.page-about__cta-button--contact:hover {
  background: #FF8C1A;
}

.page-about__cta-button--secondary {
  background: #D96800;
}

.page-about__cta-button--secondary:hover {
  background: #FF8C1A;
}

.page-about__section {
  padding: 80px 20px;
  text-align: center;
}

.page-about__section--mission {
  background-color: #17191F;
}

.page-about__section--values {
  background-color: #0D0E12;
}

.page-about__section--history {
  background-color: #17191F;
}

.page-about__section--team {
  background-color: #0D0E12;
}

.page-about__section--contact {
  background-color: #17191F;
}

.page-about__section--faq {
  background-color: #0D0E12;
}

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

.page-about__heading {
  font-size: 2.8em;
  color: #FF8C1A;
  margin-bottom: 50px;
  font-weight: bold;
}

.page-about__heading--light {
  color: #FFF3E6;
}

.page-about__description {
  font-size: 1.1em;
  color: #FFF3E6;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-about__description--light {
  color: #FFF3E6;
}

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

.page-about__card {
  background: #17191F;
  border: 1px solid #A84F0C;
  border-radius: 10px;
  padding: 30px;
  text-align: left;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  color: #FFF3E6;
}

.page-about__card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  max-width: 100%;
  display: block;
}

.page-about__card-title {
  font-size: 1.8em;
  color: #FFA53A;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-about__card p {
  font-size: 1em;
  color: #FFF3E6;
}

.page-about__values-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.page-about__value-item {
  background: #17191F;
  border: 1px solid #A84F0C;
  border-radius: 10px;
  padding: 25px;
  text-align: left;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  color: #FFF3E6;
}

.page-about__value-title {
  font-size: 1.5em;
  color: #FF8C1A;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-about__value-item p {
  font-size: 0.95em;
  color: #FFF3E6;
}

.page-about__history-timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0;
}

.page-about__history-timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #FFA53A;
  transform: translateX(-50%);
}

.page-about__timeline-item {
  position: relative;
  margin-bottom: 40px;
  padding: 20px;
  background: #17191F;
  border: 1px solid #A84F0C;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  color: #FFF3E6;
}

.page-about__timeline-item:nth-child(odd) {
  left: -50%;
  text-align: right;
  padding-right: calc(50% + 30px);
}

.page-about__timeline-item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: calc(50% + 30px);
}

.page-about__timeline-item::after {
  content: '';
  position: absolute;
  top: 25px;
  width: 15px;
  height: 15px;
  background: #FF8C1A;
  border-radius: 50%;
  border: 2px solid #FFF3E6;
  z-index: 1;
}

.page-about__timeline-item:nth-child(odd)::after {
  right: -8px;
}

.page-about__timeline-item:nth-child(even)::after {
  left: -8px;
}

.page-about__timeline-year {
  font-size: 1.6em;
  color: #FFA53A;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-about__timeline-item p {
  font-size: 0.95em;
  color: #FFF3E6;
}

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

.page-about__team-member {
  background: #17191F;
  border: 1px solid #A84F0C;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  color: #FFF3E6;
}

.page-about__team-member img {
  
  
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
  border: 3px solid #FF8C1A;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-about__member-name {
  font-size: 1.5em;
  color: #FFA53A;
  margin-bottom: 5px;
  font-weight: bold;
}

.page-about__member-role {
  font-size: 0.9em;
  color: #FFF3E6;
}

.page-about__contact-info {
  margin-top: 30px;
  font-size: 1.1em;
  color: #FFF3E6;
}

.page-about__contact-info p {
  margin-bottom: 10px;
}

.page-about__contact-info a {
  color: #FF8C1A;
  text-decoration: none;
}

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

.page-about__button-group {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

details.page-about__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #A84F0C;
  overflow: hidden;
  background: #17191F;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

details.page-about__faq-item summary.page-about__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: #FFF3E6;
}

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

details.page-about__faq-item summary.page-about__faq-question:hover {
  background: rgba(255, 132, 26, 0.1);
}

.page-about__faq-qtext {
  flex: 1;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #FFA53A;
}

.page-about__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FF8C1A;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-about__faq-item .page-about__faq-answer {
  padding: 0 20px 20px;
  background: #0D0E12;
  border-radius: 0 0 5px 5px;
  color: #FFF3E6;
  text-align: left;
}

.page-about__faq-answer p {
  margin: 0;
  padding-top: 15px;
  font-size: 0.95em;
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-about {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-about img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-about__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-about__hero-content h1 {
    font-size: 2em;
  }

  .page-about__hero-image img {
    border-radius: 4px;
  }

  .page-about__cta-button {
    padding: 12px 30px;
    font-size: 16px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-about__button-group {
    flex-direction: column;
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-about__cta-button--contact {
    margin-right: 0;
  }

  .page-about__section {
    padding: 40px 15px;
  }

  .page-about__heading {
    font-size: 2em;
    margin-bottom: 30px;
  }

  .page-about__description {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-about__card {
    padding: 20px;
  }

  .page-about__card-title {
    font-size: 1.5em;
  }

  .page-about__values-list {
    grid-template-columns: 1fr;
  }

  .page-about__value-item {
    padding: 20px;
  }

  .page-about__value-title {
    font-size: 1.3em;
  }

  .page-about__history-timeline::before {
    left: 15px;
  }

  .page-about__timeline-item {
    left: 0 !important;
    padding-left: 40px !important;
    padding-right: 20px !important;
    text-align: left !important;
  }

  .page-about__timeline-item::after {
    left: 8px !important;
    right: auto !important;
  }

  .page-about__team-grid {
    grid-template-columns: 1fr;
  }

  details.page-about__faq-item summary.page-about__faq-question {
    padding: 15px;
  }

  .page-about__faq-qtext {
    font-size: 1em;
  }

  .page-about__faq-answer {
    padding: 0 15px 15px;
  }
}