.elementor-239 .elementor-element.elementor-element-fdaeca4{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-067d75d *//* ===== RESET & BASE ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f4f6fa;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: #1a1a1a;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1rem;
  line-height: 1.6;
}

/* ===== REUSABLE HEADER (black) ===== */
.site-header {
  width: 100%;
  max-width: 1280px;
  background: #0b0b0b;
  background-color: #000000;
  color: #ffffff;
  border-radius: 28px;
  padding: 1rem 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.04);
  margin-bottom: 2.5rem;
}

.header-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.8rem;
}

.brand-group {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.brand-name {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #ffffff 0%, #d0d0d0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
  text-decoration: none;
}

.brand-tag {
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9b9b9b;
  background: rgba(255, 255, 255, 0.06);
  padding: 0.2rem 0.7rem;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  white-space: nowrap;
}

.quick-links {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.quick-links a {
  color: #e0e0e0;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 450;
  padding: 0.3rem 0.1rem;
  border-bottom: 2px solid transparent;
  transition: border-color 0.15s, color 0.15s;
  white-space: nowrap;
}

.quick-links a:hover {
  color: #ffffff;
  border-bottom-color: #6c6cff;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex-wrap: wrap;
}

.search-widget {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 60px;
  padding: 0.4rem 0.9rem 0.4rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  gap: 0.5rem;
}

.search-widget i {
  color: #9a9a9a;
  font-size: 0.85rem;
}

.search-widget input {
  background: transparent;
  border: none;
  outline: none;
  color: #f0f0f0;
  font-size: 0.85rem;
  padding: 0.3rem 0;
  width: 120px;
}

.search-widget input::placeholder {
  color: #8a8a8a;
  font-weight: 300;
}

.weather-block {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #ececec;
  background: rgba(255, 255, 255, 0.03);
  padding: 0.2rem 0.8rem 0.2rem 0.7rem;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  font-size: 0.9rem;
  white-space: nowrap;
}

.weather-block i {
  color: #b0b0ff;
}

.weather-temp {
  font-weight: 500;
}

.weather-desc {
  color: #bdbdbd;
  font-size: 0.75rem;
}

/* ===== ABOUT PAGE WRAPPER ===== */
.about-wrapper {
  max-width: 1280px;
  width: 100%;
}

/* --- HERO (inspired by image: AI Resource Hub) --- */
.about-hero {
  background: linear-gradient(145deg, #0d0d0d 0%, #1a1a1a 100%);
  color: #ffffff;
  padding: 4rem 3rem;
  border-radius: 32px;
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.about-hero::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(108, 108, 255, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.about-hero-content {
  position: relative;
  z-index: 2;
  max-width: 750px;
}

.about-hero .pre-title {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #9a9aff;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.about-hero h1 {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 0.8rem;
  background: linear-gradient(135deg, #ffffff 0%, #b0b0ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.1;
}

.about-hero .sub-headline {
  font-size: 1.3rem;
  color: #d0d0d0;
  max-width: 600px;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.about-hero p {
  font-size: 1.05rem;
  color: #b0b0b0;
  max-width: 600px;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.btn-primary {
  display: inline-block;
  background: #6c6cff;
  color: #ffffff;
  padding: 0.8rem 2.5rem;
  border-radius: 60px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s, transform 0.15s;
  border: none;
  font-size: 1rem;
}

.btn-primary:hover {
  background: #5a5ae0;
  transform: scale(1.03);
}

.btn-secondary {
  display: inline-block;
  background: transparent;
  color: #ffffff;
  padding: 0.8rem 2.5rem;
  border-radius: 60px;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: background 0.2s, border-color 0.2s;
  font-size: 1rem;
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.4);
}

/* --- SECTION: Mission & Values (grid) --- */
.mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 3.5rem;
}

.mission-card {
  background: #ffffff;
  padding: 2.5rem 2rem;
  border-radius: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  border: 1px solid #eaeef5;
  transition: transform 0.2s, box-shadow 0.2s;
  text-align: center;
}

.mission-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.mission-card .icon {
  font-size: 2.6rem;
  color: #6c6cff;
  margin-bottom: 1rem;
  display: inline-block;
  background: rgba(108, 108, 255, 0.08);
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
}

.mission-card h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
  color: #1a1a1a;
}

.mission-card p {
  color: #4a4a4a;
  font-size: 0.95rem;
  line-height: 1.7;
}

/* --- TEAM SECTION --- */
.team-section {
  margin-bottom: 3.5rem;
}

.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.section-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1a1a1a;
}

.section-sub {
  color: #6a6a6a;
  font-size: 1.05rem;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
}

.team-member {
  background: #ffffff;
  padding: 2rem 1.5rem;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
  border: 1px solid #eaeef5;
  transition: all 0.2s;
}

.team-member:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.team-member .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6c6cff, #a78bfa);
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}

.team-member h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a1a;
}

.team-member .role {
  color: #6c6cff;
  font-size: 0.85rem;
  font-weight: 500;
  margin-top: 0.2rem;
}

.team-member p {
  font-size: 0.85rem;
  color: #5a5a5a;
  margin-top: 0.6rem;
}

/* --- STATS (partial, to match the "AI Resources" vibe) --- */
.stats-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 3.5rem;
  background: #ffffff;
  padding: 2rem 2rem;
  border-radius: 28px;
  border: 1px solid #eaeef5;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.02em;
}

.stat-label {
  color: #6a6a6a;
  font-size: 0.9rem;
  font-weight: 400;
}

/* --- CTA (inspired by "Browse Resources / Start Learning") --- */
.about-cta {
  background: linear-gradient(135deg, #0d0d0d, #1a1a1a);
  padding: 3.5rem 3rem;
  border-radius: 28px;
  text-align: center;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.04);
  margin-bottom: 2rem;
}

.about-cta h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  background: linear-gradient(135deg, #ffffff, #b0b0ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-cta p {
  color: #b0b0b0;
  max-width: 500px;
  margin: 0 auto 1.8rem;
  font-size: 1.05rem;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

/* --- FOOTER (minimal, like the image) --- */
.site-footer {
  max-width: 1280px;
  width: 100%;
  padding: 2rem 1.5rem;
  border-top: 1px solid #e2e6ed;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #6a6a6a;
  font-size: 0.85rem;
  margin-top: 1rem;
}

.site-footer .footer-links {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  flex-wrap: wrap;
}

.site-footer a {
  color: #6a6a6a;
  text-decoration: none;
  transition: color 0.15s;
}

.site-footer a:hover {
  color: #1a1a1a;
}

.footer-meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer-meta .weather-mini {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #4a4a4a;
}

.footer-meta .lang-date {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #4a4a4a;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .about-hero h1 {
    font-size: 2.8rem;
  }

  .mission-grid {
    grid-template-columns: 1fr 1fr;
  }

  .stats-bar {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  .site-header {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding: 1rem 1.2rem;
  }

  .header-left {
    gap: 0.8rem;
  }

  .header-right {
    justify-content: space-between;
  }

  .about-hero {
    padding: 2.5rem 1.5rem;
  }

  .about-hero h1 {
    font-size: 2.2rem;
  }

  .about-hero .sub-headline {
    font-size: 1.1rem;
  }

  .mission-grid {
    grid-template-columns: 1fr;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .stats-bar {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }

  .footer-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

@media (max-width: 500px) {
  .about-hero h1 {
    font-size: 1.8rem;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .stats-bar {
    grid-template-columns: 1fr;
  }

  .about-cta {
    padding: 2rem 1.5rem;
  }

  .about-cta h2 {
    font-size: 1.6rem;
  }
}/* End custom CSS */