body {
  font-family: 'Montserrat', 'Lexend', Arial, sans-serif;
  background: linear-gradient(120deg, #f8f9fa 70%, #ffe8d8 100%);
  margin: 0;
  color: #232323;
  min-height: 100vh;
}

/* Navbar */
.funlearn-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-bottom: 2.5px solid #ffe8d8;
  padding: 0 2vw;
  height: 62px;
  box-shadow: 0 2px 12px #ff670003;
  z-index: 10;
  position: relative;
}
.funlearn-logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.funlearn-logo {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  margin-right: 7px;
  box-shadow: 0 2px 12px #ffd7b545;
}
.funlearn-navbar-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: -1px;
  user-select: none;
}
.funlearn-navbar-links {
  display: flex;
  gap: 36px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.funlearn-navbar-links li a {
  font-size: 1.09rem;
  color: #444;
  font-weight: 500;
  text-decoration: none;
  opacity: 0.87;
  transition: color 0.17s;
  position: relative;
}
.funlearn-navbar-links li a.active,
.funlearn-navbar-links li a:hover {
  color: var(--primary);
  opacity: 1;
}

main.funlearn-main {
  max-width: 900px;
  margin: 0 auto;
  padding: 32px 14px 0 14px;
}
/* --- Hero Section --- */
.about-main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 12px 0 12px;
}
.about-hero {
  background: none;
  margin-bottom: 40px;
  margin-top: 10px;
}
.about-hero h1 {
  font-size: 2.9rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: -1.5px;
}
.about-highlight {
  background: linear-gradient(90deg, #ff6700, #ffb38a 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.about-hero-desc {
  display: flex;
  justify-content: center;
  gap: 34px;
  flex-wrap: wrap;
}
.about-hero-block {
  flex: 1 1 320px;
  background: #fff;
  border-radius: 17px;
  padding: 32px 22px;
  box-shadow: 0 2px 18px #ffb38a18;
  min-width: 260px;
  max-width: 480px;
  margin-bottom: 16px;
  transition: box-shadow 0.18s, transform 0.18s;
}
.about-hero-block:hover {
  box-shadow: 0 8px 38px #ff670022;
  transform: translateY(-7px) scale(1.03);
}
.about-section-title {
  font-size: 1.35rem;
  color: #ff6700;
  font-family: 'Lexend', 'Montserrat', sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
  letter-spacing: -0.5px;
}
.about-hero-block p {
  color: #444;
  font-size: 1.09rem;
  margin: 0;
}

/* --- Team Section --- */
.about-team-section {
  margin-top: 12px;
  margin-bottom: 48px;
}
.team-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2rem;
  color: #ff6700;
}
.about-team-cards {
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap;
}
.about-team-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px #ff670012;
  padding: 26px 26px 20px 26px;
  min-width: 245px;
  max-width: 290px;
  flex: 1 1 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow .21s, transform .19s;
  animation-delay: calc(var(--i, 0) * 110ms);
  margin-bottom: 10px;
  border: 1.5px solid #f7e5d1;
}
.about-team-card:hover {
  box-shadow: 0 15px 45px #ff670044;
  border: 1.5px solid #ff6700;
  transform: translateY(-10px) scale(1.04) rotate(-1.2deg);
}
.about-team-avatar img {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 14px #ffb38a33;
  margin-bottom: 17px;
  border: 3px solid #ff6700;
  background: #fff;
}
.about-team-name {
  font-size: 1.18rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #232323;
}
.about-team-role {
  font-size: 1.03rem;
  color: #ff6700;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.03em;
  font-family: 'Lexend', 'Montserrat', sans-serif;
}
.about-team-desc {
  font-size: 1rem;
  color: #444;
  text-align: center;
  margin: 0;
}

/* --- Milestones Carousel --- */
.about-milestones {
  margin: 56px 0 0 0;
  text-align: center;
}
.about-milestone-carousel {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 670px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px #ff67001a;
  padding: 22px;
  position: relative;
  min-height: 320px;
}
.about-section-title {
  margin-bottom: 19px;
}
.about-carousel-track {
  width: 410px;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.about-carousel-item {
  min-width: 410px;
  height: 230px;
  opacity: 0;
  transition: opacity 0.4s, transform 0.5s;
  position: absolute;
  left: 0; top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  pointer-events: none;
  background: #fff;
}
.about-carousel-item img {
  width: 400px;
  height: 220px;
  border-radius: 13px;
  object-fit: cover;
  box-shadow: 0 2px 22px #ffb38a22;
  border: 2.5px solid #f7e5d1;
  transition: transform 0.38s, box-shadow 0.22s;
}
.about-carousel-item.active {
  opacity: 1;
  transform: scale(1.03) rotate(-2deg);
  z-index: 2;
  pointer-events: auto;
}
.about-carousel-btn {
  background: #ff6700;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 18px;
  cursor: pointer;
  transition: background 0.2s, opacity 0.19s;
  opacity: 0.87;
  z-index: 3;
  box-shadow: 0 2px 7px #ffb38a25;
}
.about-carousel-btn:hover {
  background: #ffb38a;
  color: #ff6700;
  opacity: 1;
}
.about-carousel-btn-left {
  order: 0;
}
.about-carousel-btn-right {
  order: 2;
}

/* --- Animations --- */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px);}
  to { opacity: 1; transform: translateY(0);}
}
@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-30px);}
  to { opacity: 1; transform: translateY(0);}
}

/* --- Responsive --- */
@media (max-width: 1100px) {
  .about-main { max-width: 99vw; }
}
@media (max-width: 900px) {
  .about-hero-desc { flex-direction: column; gap: 18px; }
  .about-team-cards { flex-direction: column; gap: 17px;}
  .about-milestone-carousel { min-width: 0; padding: 8px;}
  .about-carousel-track, .about-carousel-item { width: 98vw !important; min-width: 98vw !important;}
  .about-carousel-item img { width: 94vw !important; min-width: 0; }
}
@media (max-width: 600px) {
  .about-navbar { flex-direction: column; gap: 7px; height: auto; }
  .about-navbar-title { font-size: 1.07rem;}
  .about-logo { width: 29px; height: 29px;}
  .about-team-avatar img { width: 66px; height: 66px;}
  .about-section-title { font-size: 1.1rem;}
  .about-milestone-carousel { padding: 2px;}
  .about-carousel-btn { width: 32px; height: 32px; font-size: 1.1rem;}
}
