@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@400;600;700;800;900&display=swap');

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  background: #042940;
  color: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
}

/* ===== HERO SECTION ===== */
.about-hero {
  position: relative;
  background: #042940;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 100px 20px 80px;
  overflow: hidden;
}

.about-hero__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 700px;
  background: radial-gradient(ellipse at center, rgba(0, 197, 195, 0.18) 0%, rgba(4, 41, 64, 0) 70%);
  pointer-events: none;
  z-index: 0;
}

.about-hero__glow2 {
  position: absolute;
  top: 20%;
  right: 10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(ellipse at center, rgba(219, 242, 39, 0.07) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.about-hero__content {
  position: relative;
  z-index: 1;
  max-width: 800px;
}

.about-hero__breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #00C5C3;
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 24px;
  letter-spacing: 0.5px;
}

.about-hero__breadcrumb a {
  color: #00C5C3;
  text-decoration: none;
  transition: opacity 0.2s;
}

.about-hero__breadcrumb a:hover {
  opacity: 0.8;
}

.about-hero__breadcrumb span {
  opacity: 0.6;
}

.about-hero__title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 800;
  color: #DBF227;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.about-hero__subtitle {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  color: #ffffff;
  font-weight: 400;
  max-width: 620px;
  margin: 0 auto;
  opacity: 0.9;
  line-height: 1.7;
}

/* ===== MEET SOPHIE SECTION ===== */
.about-meet {
  background: #D6D58E;
  padding: 100px 20px;
}

.about-meet__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.about-meet__image-wrap {
  position: relative;
}

.about-meet__image-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 4px solid #00C5C3;
  box-shadow: 0 20px 60px rgba(4, 41, 64, 0.25);
}

.about-meet__image-container img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}

.about-meet__image-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: #042940;
  color: #DBF227;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 14px 20px;
  border-radius: 12px;
  text-align: center;
  line-height: 1.3;
  border: 3px solid #00C5C3;
  min-width: 140px;
}

.about-meet__image-badge span {
  display: block;
  font-size: 1.4rem;
  color: #00C5C3;
}

.about-meet__text-wrap {
  padding: 10px 0;
}

.about-meet__heading {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  color: #042940;
  margin-bottom: 28px;
  line-height: 1.15;
}

.about-meet__heading span {
  color: #00C5C3;
}

.about-meet__body p {
  font-family: 'Inter', sans-serif;
  font-size: 1.05rem;
  color: #042940;
  line-height: 1.8;
  margin-bottom: 18px;
  opacity: 0.9;
}

.about-meet__body p:last-child {
  margin-bottom: 0;
}

.about-meet__highlight {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #042940;
  border-radius: 12px;
  padding: 16px 20px;
  margin-top: 30px;
}

.about-meet__highlight-icon {
  font-size: 1.8rem;
  flex-shrink: 0;
}

.about-meet__highlight p {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  color: #DBF227 !important;
  font-weight: 600;
  margin: 0 !important;
  opacity: 1 !important;
}

/* ===== QUALIFICATIONS SECTION ===== */
.about-qualifications {
  background: #042940;
  padding: 100px 20px;
}

.about-qualifications__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.about-qualifications__header {
  text-align: center;
  margin-bottom: 60px;
}

.about-qualifications__heading {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  color: #DBF227;
  margin-bottom: 20px;
  line-height: 1.15;
}

.about-qualifications__intro {
  font-family: 'Inter', sans-serif;
  font-size: 1.05rem;
  color: #ffffff;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.8;
  opacity: 0.85;
}

.about-qualifications__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.about-qual-card {
  background: #0a3a55;
  border-radius: 16px;
  padding: 40px 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(0, 197, 195, 0.2);
  position: relative;
  overflow: hidden;
}

.about-qual-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #00C5C3, #DBF227);
}

.about-qual-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.4);
}

.about-qual-card__icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
  display: block;
}

.about-qual-card__title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #00C5C3;
  margin-bottom: 14px;
  line-height: 1.3;
}

.about-qual-card__desc {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  color: #ffffff;
  line-height: 1.75;
  opacity: 0.85;
}

/* ===== APPROACH SECTION ===== */
.about-approach {
  background: #9FC131;
  padding: 100px 20px;
}

.about-approach__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.about-approach__heading {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  color: #042940;
  margin-bottom: 30px;
  line-height: 1.15;
}

.about-approach__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.about-approach__text p {
  font-family: 'Inter', sans-serif;
  font-size: 1.05rem;
  color: #042940;
  line-height: 1.8;
  margin-bottom: 18px;
}

.about-approach__text p:last-child {
  margin-bottom: 0;
}

.about-approach__quote {
  background: #042940;
  border-left: 5px solid #00C5C3;
  border-radius: 0 16px 16px 0;
  padding: 40px 36px;
  position: relative;
}

.about-approach__quote::before {
  content: '\201C';
  font-family: 'Poppins', sans-serif;
  font-size: 5rem;
  color: #00C5C3;
  position: absolute;
  top: -10px;
  left: 20px;
  line-height: 1;
  opacity: 0.5;
}

.about-approach__quote p {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.1rem, 2.2vw, 1.4rem);
  color: #DBF227;
  font-weight: 600;
  line-height: 1.6;
  font-style: italic;
  position: relative;
  z-index: 1;
}

.about-approach__quote-author {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  color: #00C5C3;
  font-style: normal;
  font-weight: 500;
  margin-top: 16px;
}

/* ===== WHY CHOOSE SECTION ===== */
.about-why {
  background: #D6D58E;
  padding: 100px 20px;
}

.about-why__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.about-why__header {
  text-align: center;
  margin-bottom: 60px;
}

.about-why__heading {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  color: #042940;
  line-height: 1.15;
}

.about-why__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.about-why-feature {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid transparent;
}

.about-why-feature:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(4, 41, 64, 0.15);
  border-color: #00C5C3;
}

.about-why-feature__icon {
  font-size: 2.8rem;
  margin-bottom: 20px;
  display: block;
  color: #00C5C3;
}

.about-why-feature__title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #042940;
  margin-bottom: 14px;
}

.about-why-feature__desc {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  color: #042940;
  line-height: 1.75;
  opacity: 0.85;
}

/* ===== CTA SECTION ===== */
.about-cta {
  background: #042940;
  padding: 100px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.about-cta__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 300px;
  background: radial-gradient(ellipse at center, rgba(219, 242, 39, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.about-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}

.about-cta__heading {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #DBF227;
  margin-bottom: 20px;
  line-height: 1.15;
}

.about-cta__body {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  color: #ffffff;
  line-height: 1.8;
  margin-bottom: 40px;
  opacity: 0.9;
}

.about-cta__btn {
  display: inline-block;
  background: #DBF227;
  color: #042940;
  font-family: 'Poppins', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 18px 44px;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  letter-spacing: 0.3px;
  box-shadow: 0 8px 24px rgba(219, 242, 39, 0.3);
}

.about-cta__btn:hover {
  background: #c8df1a;
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(219, 242, 39, 0.45);
}

.about-cta__btn:active {
  transform: translateY(-1px);
}

/* ===== SCROLL REVEAL ANIMATIONS ===== */
.about-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.about-reveal.about-revealed {
  opacity: 1;
  transform: translateY(0);
}

.about-reveal-delay-1 { transition-delay: 0.1s; }
.about-reveal-delay-2 { transition-delay: 0.2s; }
.about-reveal-delay-3 { transition-delay: 0.3s; }
.about-reveal-delay-4 { transition-delay: 0.4s; }

/* ===== SECTION DIVIDER ===== */
.about-divider {
  height: 4px;
  background: linear-gradient(90deg, #00C5C3, #DBF227, #9FC131);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .about-meet__inner {
    gap: 50px;
  }

  .about-qualifications__cards {
    gap: 20px;
  }

  .about-approach__body {
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .about-meet__inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .about-meet__image-badge {
    right: 10px;
    bottom: 10px;
  }

  .about-qualifications__cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-approach__body {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .about-why__features {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-hero {
    min-height: 360px;
    padding: 80px 20px 60px;
  }

  .about-meet {
    padding: 70px 20px;
  }

  .about-qualifications {
    padding: 70px 20px;
  }

  .about-approach {
    padding: 70px 20px;
  }

  .about-why {
    padding: 70px 20px;
  }

  .about-cta {
    padding: 70px 20px;
  }

  .about-meet__image-container img {
    height: 380px;
  }
}

@media (max-width: 480px) {
  .about-hero__title {
    font-size: 2rem;
  }

  .about-hero__subtitle {
    font-size: 0.95rem;
  }

  .about-qual-card {
    padding: 30px 22px;
  }

  .about-approach__quote {
    padding: 30px 24px;
  }

  .about-cta__btn {
    padding: 16px 34px;
    font-size: 1rem;
  }
}