/* ===================================================
   ABOUT US PAGE — Career Point Ahmedabad
   Premium dark-mode inspired design with accent gradients
   =================================================== */

/* ===== HERO BANNER ===== */
.abt-hero {
  position: relative;
  padding: 10rem 2rem 5rem;
  background: #0A1931;
  overflow: hidden;
  text-align: center;
}

.abt-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 20% 80%, rgba(244, 124, 32, 0.08) 0%, transparent 60%),
    radial-gradient(ellipse 50% 60% at 80% 20%, rgba(29, 158, 117, 0.06) 0%, transparent 60%),
    linear-gradient(180deg, #080F1E 0%, #0A1931 50%, #0D1F3C 100%);
  z-index: 0;
}

.abt-hero__container {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.abt-hero__tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  padding: 0.35rem 1rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.04em;
}

.abt-hero__headline {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.abt-hero__subtext {
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

/* ===== INTRO SECTION ===== */
.abt-intro {
  background: #FFFFFF;
  padding: 5rem 2rem;
}

.abt-intro__container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 3rem;
  align-items: start;
}

.abt-intro__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: #F47C20;
  border: 1px solid rgba(244, 124, 32, 0.2);
  background: rgba(244, 124, 32, 0.06);
  border-radius: 50px;
  padding: 0.25rem 0.9rem;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}

.abt-intro__title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: #0D0D0D;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}

.abt-intro__text {
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 0.95rem;
  color: #555;
  line-height: 1.75;
  margin-bottom: 1rem;
  text-align: justify;
}

/* Stats Cards */
.abt-intro__visual {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: sticky;
  top: 100px;
}

.abt-intro__stat-card {
  border-radius: 18px;
  padding: 1.8rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.abt-intro__stat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.abt-intro__stat-card--primary {
  background: linear-gradient(135deg, #0A1931 0%, #142850 100%);
  color: #fff;
}

.abt-intro__stat-card--accent {
  background: linear-gradient(135deg, #F47C20 0%, #FF9A44 100%);
  color: #fff;
}

.abt-intro__stat-card--dark {
  background: linear-gradient(135deg, #0a1f1a 0%, #0F3D30 100%);
  color: #fff;
}

.abt-intro__stat-number {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
}

.abt-intro__stat-label {
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
  opacity: 0.85;
}

/* ===== PHILOSOPHY SECTION ===== */
.abt-philosophy {
  background: #F8F9FA;
  padding: 5rem 2rem;
}

.abt-philosophy__container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.abt-philosophy__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: #6B3FA0;
  border: 1px solid rgba(107, 63, 160, 0.2);
  background: rgba(107, 63, 160, 0.06);
  border-radius: 50px;
  padding: 0.25rem 0.9rem;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}

.abt-philosophy__title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: #0D0D0D;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 1.2rem;
}

.abt-philosophy__text {
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.abt-philosophy__quote {
  position: relative;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 2.5rem 2rem 2rem;
  border: 1px solid #EBEBEB;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.04);
  margin: 0;
}

.abt-philosophy__quote-icon {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #F47C20, #FF9A44);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.abt-philosophy__quote p {
  font-family: 'Poppins', sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  color: #222;
  line-height: 1.6;
  font-style: italic;
  margin: 0;
}

/* ===== VALUES / WHAT WE STAND FOR ===== */
.abt-values {
  background: #FFFFFF;
  padding: 5rem 2rem;
}

.abt-values__container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.abt-values__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: #1D9E75;
  border: 1px solid rgba(29, 158, 117, 0.2);
  background: rgba(29, 158, 117, 0.06);
  border-radius: 50px;
  padding: 0.25rem 0.9rem;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}

.abt-values__title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: #0D0D0D;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 2.5rem;
}

.abt-values__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

/* Last 2 cards centered */
.abt-values__grid .abt-values__card:nth-child(4) {
  grid-column: 1 / 2;
  margin-left: auto;
  margin-right: 0;
}

.abt-values__grid .abt-values__card:nth-child(5) {
  grid-column: 2 / 3;
}

.abt-values__card {
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  border-radius: 20px;
  padding: 2rem 1.5rem;
  text-align: left;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.3s ease;
}

.abt-values__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.07);
  border-color: transparent;
}

.abt-values__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 1.2rem;
}

.abt-values__icon--orange {
  background: rgba(244, 124, 32, 0.1);
  color: #F47C20;
}

.abt-values__icon--green {
  background: rgba(29, 158, 117, 0.1);
  color: #1D9E75;
}

.abt-values__icon--blue {
  background: rgba(10, 25, 49, 0.08);
  color: #0A1931;
}

.abt-values__icon--purple {
  background: rgba(107, 63, 160, 0.1);
  color: #6B3FA0;
}

.abt-values__icon--amber {
  background: rgba(212, 160, 23, 0.1);
  color: #D4A017;
}

.abt-values__card-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #0D0D0D;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.abt-values__card-desc {
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 0.875rem;
  color: #666;
  line-height: 1.65;
}

/* ===== APPROACH SECTION ===== */
.abt-approach {
  background: #0A1931;
  padding: 5rem 2rem;
}

.abt-approach__container {
  max-width: 900px;
  margin: 0 auto;
}

.abt-approach__content {
  text-align: center;
}

.abt-approach__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50px;
  padding: 0.25rem 0.9rem;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}

.abt-approach__title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 1.2rem;
}

.abt-approach__text {
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
  margin-bottom: 0.8rem;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.abt-approach__steps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.abt-approach__step {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 1.5rem;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.abt-approach__step:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(244, 124, 32, 0.2);
}

.abt-approach__step-num {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  color: #F47C20;
  line-height: 1;
  min-width: 48px;
  opacity: 0.8;
}

.abt-approach__step-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 0.25rem;
}

.abt-approach__step-desc {
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.5;
}

/* ===== COMMITMENT + VISION ===== */
.abt-commitment {
  background: #F8F9FA;
  padding: 5rem 2rem;
}

.abt-commitment__container {
  max-width: 1100px;
  margin: 0 auto;
}

.abt-commitment__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.abt-commitment__card {
  border-radius: 24px;
  padding: 2.5rem 2rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.abt-commitment__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.abt-commitment__card--dark {
  background: linear-gradient(135deg, #0A1931 0%, #142850 100%);
  color: #fff;
}

.abt-commitment__card--accent {
  background: linear-gradient(135deg, #F47C20 0%, #FF9A44 100%);
  color: #fff;
}

.abt-commitment__card-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 1.5rem;
}

.abt-commitment__card-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  line-height: 1.2;
}

.abt-commitment__card-text {
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 0.92rem;
  line-height: 1.7;
  opacity: 0.88;
}

/* ===== CTA SECTION ===== */
.abt-cta {
  background: #FFFFFF;
  padding: 5rem 2rem;
  text-align: center;
}

.abt-cta__container {
  max-width: 700px;
  margin: 0 auto;
}

.abt-cta__headline {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: #0D0D0D;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 0.8rem;
}

.abt-cta__subtext {
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.abt-cta__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.abt-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.85rem 2rem;
  border-radius: 10px;
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.abt-cta__btn--primary {
  background: #F47C20;
  color: #FFFFFF;
}

.abt-cta__btn--primary:hover {
  background: #E06A10;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(244, 124, 32, 0.3);
}

.abt-cta__btn--outline {
  background: transparent;
  color: #0A1931;
  border: 2px solid #0A1931;
}

.abt-cta__btn--outline:hover {
  background: #0A1931;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(10, 25, 49, 0.2);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .abt-intro__container {
    grid-template-columns: 1fr;
  }

  .abt-intro__visual {
    flex-direction: row;
    flex-wrap: wrap;
    position: static;
  }

  .abt-intro__stat-card {
    flex: 1;
    min-width: 140px;
  }

  .abt-values__grid {
    grid-template-columns: 1fr 1fr;
  }

  .abt-values__grid .abt-values__card:nth-child(4),
  .abt-values__grid .abt-values__card:nth-child(5) {
    grid-column: auto;
    margin-left: 0;
  }

  .abt-commitment__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .abt-hero {
    padding: 8rem 1.5rem 3.5rem;
  }

  .abt-hero__headline {
    font-size: 2rem;
  }

  .abt-intro {
    padding: 3.5rem 1.25rem;
  }

  .abt-intro__visual {
    flex-direction: column;
  }

  .abt-values__grid {
    grid-template-columns: 1fr;
  }

  .abt-approach {
    padding: 3.5rem 1.25rem;
  }

  .abt-commitment {
    padding: 3.5rem 1.25rem;
  }

  .abt-commitment__grid {
    grid-template-columns: 1fr;
  }

  .abt-philosophy {
    padding: 3.5rem 1.25rem;
  }

  .abt-cta {
    padding: 3.5rem 1.25rem;
  }
}

@media (max-width: 576px) {
  .abt-hero {
    padding: 7rem 1rem 3rem;
  }

  .abt-hero__headline {
    font-size: 1.6rem;
  }

  .abt-hero__subtext {
    font-size: 0.95rem;
  }

  .abt-intro {
    padding: 2.5rem 1rem;
  }

  .abt-intro__title {
    font-size: 1.5rem;
  }

  .abt-values {
    padding: 2.5rem 1rem;
  }

  .abt-values__card {
    padding: 1.5rem 1.25rem;
  }

  .abt-approach__step {
    flex-direction: column;
    gap: 0.6rem;
    padding: 1.2rem;
  }

  .abt-approach__step-num {
    font-size: 1.4rem;
  }

  .abt-commitment__card {
    padding: 2rem 1.5rem;
  }

  .abt-cta__btn {
    width: 100%;
    justify-content: center;
  }
}
