/* About Us Page Styles */

/* ===== Hero / Mission Section ===== */
.about-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 200px 40px 80px;
  background: linear-gradient(
    180deg,
    #fef3ea 0%,
    #fdfaf5 60%,
    var(--bg-color) 100%
  );
}

.about-hero-content {
  max-width: 700px;
  margin: 0 auto;
}

.about-hero-content h1 {
  font-family: "Harmonia Sans Pro", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--primary-text);
  line-height: 1.15;
  margin-bottom: 24px;
}

.about-hero-subtitle {
  font-family: "Harmonia Sans Pro", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: var(--secondary-text);
  line-height: 1.65;
  max-width: 600px;
  margin: 0 auto;
}

/* ===== Trusted By Section ===== */
.about-trusted {
  text-align: center;
  padding: 40px 40px 80px;
}

.about-trusted-label {
  font-family: "Harmonia Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--secondary-text);
  margin-bottom: 32px;
}

.about-trusted-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.trusted-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Harmonia Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-text);
}

/* ===== Our Story Section ===== */
.about-story {
  padding: 80px 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.about-story-inner {
  display: flex;
  gap: 64px;
  align-items: center;
}

.about-story-text {
  flex: 1.2;
}

.about-story-text h2 {
  font-family: "Harmonia Sans Pro", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--primary-text);
  margin-bottom: 24px;
}

.about-story-text p {
  font-family: "Harmonia Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--secondary-text);
  line-height: 1.7;
  margin-bottom: 20px;
}

.about-story-text p:last-child {
  margin-bottom: 0;
}

.about-story-visual {
  flex: 0.8;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 12px;
}

.story-card {
  width: 260px;
  background: var(--white-color);
  border-radius: 16px;
  padding: 28px;
  transition: transform 0.3s ease;
  border-bottom: 3px solid var(--brand-orange-primary);
}

.story-card:hover {
  transform: translateY(-10px);
}

.story-card h4 {
  font-family: "Harmonia Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-text);
  margin: 14px 0 6px;
}

.story-card p {
  font-family: "Harmonia Sans Pro", sans-serif;
  width: 90%;
  font-size: 14px;
  font-weight: 400;
  color: var(--secondary-text);
  line-height: 1.5;
  margin: 0;
}

/* ===== Values Section ===== */
.about-values {
  padding: 80px 40px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.about-values h2 {
  font-family: "Harmonia Sans Pro", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--primary-text);
  margin-bottom: 12px;
}

.about-values-subtitle {
  font-family: "Harmonia Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--secondary-text);
  margin-bottom: 56px;
  line-height: 1.5;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.value-card {
  background: var(--white-color);
  border-radius: 16px;
  padding: 36px 28px;
  text-align: left;
  transition: transform 0.3s ease;
  border-bottom: 3px solid var(--brand-orange-primary);
}

.value-card:hover {
  transform: translateY(-10px);
}

.value-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: #fff3eb;
  border-radius: 14px;
  margin-bottom: 20px;
}

.value-icon wa-icon {
  font-size: 24px;
  color: var(--brand-orange-primary);
}

.value-card h3 {
  font-family: "Harmonia Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-text);
  margin-bottom: 10px;
}

.value-card p {
  font-family: "Harmonia Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--secondary-text);
  line-height: 1.6;
  margin: 0;
}

/* ===== Roadmap Section ===== */
.about-roadmap {
  padding: 80px 40px 100px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.about-roadmap h2 {
  font-family: "Harmonia Sans Pro", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--primary-text);
  margin-bottom: 12px;
}

.about-roadmap-subtitle {
  font-family: "Harmonia Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--secondary-text);
  margin-bottom: 64px;
  line-height: 1.5;
}

.roadmap-timeline {
  position: relative;
  padding: 0 0 20px;
}

.roadmap-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(
    to bottom,
    var(--brand-orange-primary),
    var(--brand-orange-secondary),
    #e0ddd8
  );
  transform: translateX(-50%);
  border-radius: 3px;
}

.roadmap-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 48px;
}

.roadmap-item:last-child {
  margin-bottom: 0;
}

.roadmap-dot {
  position: absolute;
  left: 50%;
  top: 24px;
  width: 18px;
  height: 18px;
  background: var(--brand-orange-primary);
  border: 4px solid var(--bg-color);
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 2;
  box-shadow: 0 0 0 3px rgba(255, 90, 0, 0.2);
}

.roadmap-dot-future {
  background: var(--brand-orange-secondary);
  box-shadow: 0 0 0 3px rgba(255, 160, 60, 0.3);
}

.roadmap-card {
  background: var(--white-color);
  border-radius: 16px;
  padding: 28px;
  text-align: left;
  width: 42%;
  transition: transform 0.3s ease;
  border-bottom: 3px solid var(--brand-orange-primary);
}

.roadmap-card:hover {
  transform: translateY(-10px);
}

.roadmap-card-future {
  border: 2px dashed var(--brand-orange-secondary);
  background: #fffbf7;
}

.roadmap-left .roadmap-card {
  margin-right: auto;
  margin-left: 0;
}

.roadmap-right .roadmap-card {
  margin-left: auto;
  margin-right: 0;
}

.roadmap-date {
  display: inline-block;
  font-family: "Harmonia Sans Pro", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--brand-orange-primary);
  background: #fff3eb;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.roadmap-card h3 {
  font-family: "Harmonia Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-text);
  margin-bottom: 8px;
}

.roadmap-card p {
  font-family: "Harmonia Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--secondary-text);
  line-height: 1.6;
  margin: 0;
}

/* ===== Team Section ===== */
.about-team {
  padding: 80px 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.about-team h2 {
  font-family: "Harmonia Sans Pro", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--primary-text);
  text-align: center;
  margin-bottom: 56px;
}

.about-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 40px;
}

.team-member {
  text-align: left;
}

.team-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 16px;
  border: 3px solid var(--white-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.team-member h3 {
  font-family: "Harmonia Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-text);
  margin-bottom: 2px;
}

.team-role {
  display: block;
  font-family: "Harmonia Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--brand-orange-primary);
  margin-bottom: 8px;
}

.team-member p {
  font-family: "Harmonia Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--secondary-text);
  line-height: 1.5;
  margin-bottom: 12px;
}

.team-social {
  display: flex;
  gap: 14px;
}

.team-social a {
  color: var(--secondary-text);
  text-decoration: none;
  transition: color 0.2s ease;
  font-size: 18px;
}

.team-social a:hover {
  color: var(--brand-orange-primary);
}

/* ===== CTA Section ===== */
.about-cta {
  padding: 60px 40px 120px;
  max-width: 800px;
  margin: 0 auto;
}

.about-cta-inner {
  background: #fef3ea;
  border-radius: 20px;
  padding: 48px;
  text-align: center;
}

.about-cta-avatars {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.cta-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fef3ea;
  margin-left: -12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.cta-avatar:first-child {
  margin-left: 0;
}

.about-cta-inner h3 {
  font-family: "Harmonia Sans Pro", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-text);
  margin-bottom: 8px;
}

.about-cta-inner p {
  font-family: "Harmonia Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--secondary-text);
  margin-bottom: 28px;
  line-height: 1.5;
}

.about-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 12px 36px;
  background: #e04f16;
  color: var(--white-color);
  border-radius: 50px;
  text-decoration: none;
  font-family: "Harmonia Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  box-shadow: 3px 3px 0px 2px #a52e00;
}

.about-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0px 0px 0px 0px transparent;
}

/* ===== Animations ===== */
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .about-hero {
    padding: 160px 24px 60px;
  }

  .about-hero-content h1 {
    font-size: 2.4rem;
  }

  .about-story-inner {
    flex-direction: column;
    gap: 40px;
  }

  .about-story-visual {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }

  .about-values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .story-card {
    flex: 1;
    min-width: 200px;
  }

  .about-team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 32px;
  }

  .roadmap-line {
    left: 20px;
  }

  .roadmap-dot {
    left: 20px;
  }

  .roadmap-left .roadmap-card,
  .roadmap-right .roadmap-card {
    width: auto;
    margin-left: 52px;
    margin-right: 0;
  }
}

/* ===== Responsive — Mobile (max 575px) ===== */
@media (max-width: 575px) {
  /* Hero */
  .about-hero {
    padding: 120px 30px 20px 30px;
  }

  .about-hero-content h1 {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 16px;
  }

  .about-hero-subtitle {
    font-size: 14px;
    line-height: 1.6;
  }

  /* Trusted By */
  .about-trusted {
    padding: 20px;
  }

  .about-trusted-label {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .about-trusted-logos {
    gap: 20px 28px;
    justify-content: center;
  }

  .trusted-logo {
    font-size: 15px;
  }

  /* Story */
  .about-story {
    padding: 40px 20px 20px 20px;
  }

  .about-story-text h2 {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }

  .about-story-text p {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .about-story-visual {
    flex-direction: column;
    gap: 14px;
    width: 100%;
    padding-top: 0;
  }

  .story-card {
    width: 100%;
    min-width: auto;
    padding: 20px;
    border-radius: 12px;
  }

  .story-card h4 {
    font-size: 16px;
    margin: 10px 0 4px;
  }

  .story-card p {
    width: 100%;
    font-size: 13px;
  }

  /* Values */
  .about-values {
    padding: 48px 20px;
  }

  .about-values h2 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .about-values-subtitle {
    font-size: 14px;
    margin-bottom: 32px;
  }

  .about-values-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .value-card {
    padding: 24px 20px;
    border-radius: 12px;
  }

  .value-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    margin-bottom: 14px;
  }

  .value-icon wa-icon {
    font-size: 20px;
  }

  .value-card h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .value-card p {
    font-size: 13px;
  }

  /* Roadmap */
  .about-roadmap {
    padding: 40px 20px 60px;
  }

  .about-roadmap h2 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .about-roadmap-subtitle {
    font-size: 14px;
    margin-bottom: 40px;
  }

  .roadmap-line {
    left: 14px;
  }

  .roadmap-dot {
    left: 14px;
    top: 20px;
    width: 14px;
    height: 14px;
    border-width: 3px;
  }

  .roadmap-left .roadmap-card,
  .roadmap-right .roadmap-card {
    width: auto;
    margin-left: 40px;
    margin-right: 0;
  }

  .roadmap-card {
    padding: 18px 16px;
    border-radius: 12px;
  }

  .roadmap-date {
    font-size: 12px;
    padding: 3px 10px;
    margin-bottom: 8px;
  }

  .roadmap-card h3 {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .roadmap-card p {
    font-size: 13px;
    line-height: 1.55;
  }

  .roadmap-item {
    margin-bottom: 32px;
  }

  /* Team */
  .about-team {
    padding: 20px;
  }

  .about-team h2 {
    font-size: 1.6rem;
    margin-bottom: 36px;
  }

  .about-team-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .team-avatar {
    width: 68px;
    height: 68px;
    margin-bottom: 12px;
  }

  .team-member h3 {
    font-size: 16px;
  }

  .team-role {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .team-member p {
    width: 80%;
    font-size: 13px;
    margin-bottom: 10px;
  }

  .team-social {
    gap: 12px;
  }

  .team-social a {
    font-size: 16px;
  }

  /* CTA */
  .about-cta {
    padding: 32px 20px 72px;
    margin-bottom: 30px;
  }

  .about-cta-inner {
    padding: 28px 20px;
    border-radius: 16px;
  }

  .cta-avatar {
    width: 40px;
    height: 40px;
  }

  .about-cta-avatars {
    margin-bottom: 16px;
  }

  .about-cta-inner h3 {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .about-cta-inner p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .about-cta-btn {
    height: 46px;
    padding: 10px 28px;
    font-size: 15px;
    width: 100%;
  }
}
