/* ═══════════════════════════════════════════════════════════
   ESDIAC — ABOUT US PAGE  (prefix: au-)
   Sections: hero · connect · values · story · milestones
             corporate-responsibility · cta
═══════════════════════════════════════════════════════════ */


/* ─── HERO ──────────────────────────────────────────────── */
.au-hero {
  padding: 2rem 3.75rem;
  overflow: visible;
}

.au-hero__container {
  max-width: 1320px;
  margin: 0 auto;
  background: linear-gradient(135deg, #071738 0%, #0d2a58 45%, #163c78 100%);
  border-radius: 50px;
  display: flex;
  align-items: center;
  position: relative;
  height: 526px;
  padding: 3.75rem 0 0 3.75rem;
  overflow: hidden;
}

.au-hero__content {
  flex: 0 0 52%;
  max-width: 52%;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-bottom: 3.75rem;
}

.au-hero__title {
  font-family: 'Urbanist', sans-serif;
  font-size: 58px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.15;
}

.au-hero__sub {
  font-family: 'Urbanist', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  max-width: 440px;
}

.au-hero__bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  z-index: 1;
  pointer-events: none;
}

.au-hero__woman {
  position: absolute;
  right: 6%;
  bottom: 0;
  height: 96%;
  width: auto;
  object-fit: contain;
  object-position: bottom;
  z-index: 2;
}


/* ─── CONNECTIVITY SECTION ───────────────────────────────── */
.au-connect {
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fe 100%);
  padding: 5rem 0 0;
  overflow: hidden;
}

.au-connect__container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 5.25rem;
}

.au-connect__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.au-connect__title {
  font-family: 'Urbanist', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #071738;
  line-height: 1.2;
}

.au-connect__paras {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.au-connect__text {
  font-family: 'Urbanist', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #3e4554;
  line-height: 1.4;
}


/* ─── IMAGE STRIP ─────────────────────────────────────────── */
.au-strip {
  margin-top: 3.5rem;
  overflow: hidden;
}

.au-strip__track {
  display: flex;
  gap: 23px;
  justify-content: center;
}

.au-strip__img {
  flex: 0 0 356px;
  width: 356px;
  height: 221px;
  object-fit: cover;
  border-radius: 18px;
}


/* ─── VISION & MISSION ───────────────────────────────────── */
.au-vm__container {
  max-width: 1320px;
  margin: 3.5rem auto 0;
  padding: 0 5.25rem 5.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.au-vm__card {
  background: radial-gradient(ellipse 107.95% 93.59% at 101.38% 90.04%, #c4d7ff 0%, #ffffff 62%), #f7f5f3;
  border-radius: 18px;
  border: 1px solid #e0e0e0;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 356px;
  position: relative;
}

.au-vm__icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  margin-bottom: auto;
}

.au-vm__heading {
  font-family: 'Urbanist', sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #071738;
  line-height: 1.05;
  text-transform: capitalize;
  margin-top: 5rem;
}

.au-vm__text {
  font-family: 'Urbanist', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3e4554;
  text-transform: capitalize;
  line-height: 1.5;
  margin-top: 1rem;
}


/* ─── CORE VALUES ────────────────────────────────────────── */
.au-values {
  background: #ffffff;
  padding: 5rem 0;
}

.au-values__container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 3.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

.au-values__heading {
  font-family: 'Urbanist', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #071738;
  line-height: 1.2;
  text-align: center;
}

.au-values__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17.54px;
  width: 100%;
}

.au-values__card {
  background: #f7f5f3;
  border-radius: 7.8px;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  min-height: 249px;
}

.au-values__icon {
  flex-shrink: 0;
}

.au-values__title {
  font-family: 'Urbanist', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #071738;
  line-height: 1.2;
  margin-bottom: 0;
}

.au-values__body {
  font-family: 'Urbanist', sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  color: #3e4554;
  line-height: 1.4;
  margin-top: -1.5rem;
}


/* ─── STORY SECTION ──────────────────────────────────────── */
.au-story {
  background: #ffffff;
  padding: 5rem 0 0;
  overflow: hidden;
}

.au-story__container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 3.75rem;
}

.au-story__top {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 4rem;
  align-items: start;
  margin-bottom: 4rem;
}

.au-story__title {
  font-family: 'Urbanist', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #071738;
  line-height: 1.2;
}

.au-story__right {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.au-story__lead {
  font-family: 'Urbanist', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #071738;
  line-height: 1.4;
}

.au-story__body {
  font-family: 'Urbanist', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #3e4554;
  line-height: 1.4;
}

.au-story__images {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.au-story__img {
  object-fit: cover;
  border-radius: 28px;
  flex-shrink: 0;
}

.au-story__img--left {
  width: 335px;
  height: 363px;
}

.au-story__img--center {
  flex: 1;
  width: 0;
  height: 451px;
}

.au-story__img--right {
  width: 255px;
  height: 263px;
}


/* ─── MILESTONES ─────────────────────────────────────────── */
.au-miles {
  background: #eeeff9;
  padding: 5rem 0;
  overflow: hidden;
  position: relative;
}

.au-miles::before {
  content: '';
  position: absolute;
  width: 1430px;
  height: 1430px;
  left: -363px;
  bottom: -500px;
  background: #f0f2ff;
  border-radius: 50%;
  pointer-events: none;
}

.au-miles__earth {
  position: absolute;
  top: 462px;
  left: 205px;
  width: 990px;
  height: auto;
  pointer-events: none;
  z-index: 0;
}

.au-miles__container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 3.75rem;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4rem;
  position: relative;
  z-index: 1;
}

.au-miles__left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 0.5rem;
}

.au-miles__title {
  font-family: 'Urbanist', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #071738;
  line-height: 1.2;
}

.au-miles__sub {
  font-family: 'Urbanist', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #3e4554;
  line-height: 1.4;
  max-width: 526px;
}

.au-miles__timeline {
  display: flex;
  gap: 1.5rem;
  align-items: stretch;
}

.au-miles__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2.6rem;
  flex-shrink: 0;
}

.au-miles__line-track {
  width: 1px;
  flex: 1;
  background: linear-gradient(180deg, #071738 0%, #d1d2d5 40%);
  position: relative;
}

.au-miles__line-track::before,
.au-miles__line-track::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}

.au-miles__line-track::before {
  width: 20px;
  height: 20px;
  background: white;
  top: -2px;
  outline: 1px #d1d2d5 solid;
}

.au-miles__line-track::after {
  width: 10px;
  height: 10px;
  background: #071738;
  top: 3px;
}

.au-miles__cards {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  flex: 1;
}

.au-miles__card {
  background: #ffffff;
  border-radius: 40px;
  border: 1px solid #e8e5e5;
  padding: 2.5rem 2.5rem 2rem;
  overflow: hidden;
  position: relative;
}

.au-miles__year {
  font-family: 'Urbanist', sans-serif;
  font-size: 37px;
  font-weight: 500;
  color: #6799ff;
  line-height: 1.2;
  display: block;
  margin-bottom: 0.5rem;
}

.au-miles__card-title {
  font-family: 'Urbanist', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #0d0d0d;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.au-miles__card-body {
  font-family: 'Urbanist', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 1.4;
}


/* ─── CORPORATE RESPONSIBILITY ───────────────────────────── */
.au-corp {
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fe 100%);
  padding: 5rem 0;
}

.au-corp__container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 3.75rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.au-corp__header {
  text-align: center;
}

.au-corp__title {
  font-family: 'Urbanist', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #071738;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.au-corp__sub {
  font-family: 'Urbanist', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #3e4554;
  line-height: 1.4;
}

.au-corp__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.au-corp__card {
  height: 419px;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
}

.au-corp__card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(134deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 60%),
              linear-gradient(109deg, #141e62cc 0%, transparent 60%);
  border-radius: 40px;
}

.au-corp__card-content {
  position: absolute;
  inset: 0;
  padding: 3.25rem 3.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 1;
}

.au-corp__card-title {
  font-family: 'Urbanist', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

.au-corp__card-body {
  font-family: 'Urbanist', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.4;
  max-width: 448px;
}


/* ─── CTA ────────────────────────────────────────────────── */
.au-cta {
  padding: 5rem 3.75rem;
}

.au-cta__card {
  max-width: 1320px;
  margin: 0 auto;
  height: 460px;
  background: linear-gradient(317deg, #071738 0%, #24407b 100%);
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}

.au-cta__content {
  position: absolute;
  left: 82px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  z-index: 3;
}

.au-cta__title {
  font-family: 'Urbanist', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

.au-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #071738;
  font-family: 'Urbanist', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 24px;
  border-radius: 40px;
  text-decoration: none;
  width: fit-content;
}

.au-cta__btn:hover {
  background: #f0f4ff;
}

.au-cta__deco {
  position: absolute;
  border: 2.39px solid rgba(255,255,255,0.7);
  pointer-events: none;
}

.au-cta__deco--rect-1 {
  width: 529px;
  height: 292px;
  left: 20%;
  bottom: -80px;
  transform: rotate(-154deg);
  opacity: 0.7;
}

.au-cta__deco--rect-2 {
  width: 533px;
  height: 294px;
  right: 60px;
  top: -60px;
  transform: rotate(-26deg);
  opacity: 0.7;
}

.au-cta__circles {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 55%;
}

.au-cta__circle {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  background: #c37e7e;
}

.au-cta__circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.au-cta__circle--sm {
  width: 209px;
  height: 209px;
  top: -59px;
  left: 383px;
}

.au-cta__circle--md {
  width: 320px;
  height: 320px;
  top: 99px;
  left: 125px;
}

.au-cta__circle--lg {
  width: 223px;
  height: 223px;
  top: 192px;
  left: 498px;
}

.au-cta__circle--sm img {
  object-position: 50.0% 50.0%;
}

.au-cta__circle--md img {
  object-position: 78.2% 43.6%;
}

.au-cta__circle--lg img {
  object-position: 36.0% 42.8%;
}


/* ═══════════════════════════════════════════════════════════
   ABOUT PAGE — RESPONSIVE
═══════════════════════════════════════════════════════════ */

/* ─── 1380px: fluid grids before overflow ─────────────────── */
@media (max-width: 1380px) {

  .au-values__grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }

  .au-corp__cards {
    gap: 1rem;
  }

}

/* ─── 1024px: tablet — stack layouts, hide decoratives ────── */
@media (max-width: 1024px) {

  /* ─── HERO ─────────────────────────────────────────────── */
  .au-hero__bg,
  .au-hero__woman {
    display: none !important;
  }

  .au-hero {
    padding: 1rem 1.5rem 2rem;
  }

  .au-hero__container {
    height: auto !important;
    padding: 3rem 2rem;
  }

  .au-hero__content {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    align-items: center;
    text-align: center;
    padding-bottom: 0;
  }

  .au-hero__title {
    font-size: 38px;
  }

  .au-hero__sub {
    max-width: 100%;
  }

  /* ─── CONNECT ───────────────────────────────────────────── */
  .au-connect__container {
    padding: 0 1.5rem;
  }

  .au-connect__top {
    grid-template-columns: 1fr !important;
    gap: 1.5rem;
  }

  .au-connect__title {
    font-size: 36px;
  }

  /* ─── IMAGE STRIP ───────────────────────────────────────── */
  .au-strip__track {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.5rem;
  }

  .au-strip__img {
    flex: 0 0 240px;
    width: 240px;
    height: 160px;
  }

  /* ─── VISION & MISSION ──────────────────────────────────── */
  .au-vm__container {
    grid-template-columns: 1fr !important;
    padding: 0 1.5rem 3rem;
  }

  .au-vm__card {
    min-height: auto;
  }

  .au-vm__heading {
    font-size: 32px;
    margin-top: 2rem;
  }

  /* ─── CORE VALUES ───────────────────────────────────────── */
  .au-values {
    padding: 3rem 0;
  }

  .au-values__container {
    padding: 0 1.5rem;
  }

  .au-values__heading {
    font-size: 36px;
  }

  .au-values__grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  /* ─── STORY ─────────────────────────────────────────────── */
  .au-story__container {
    padding: 0 1.5rem;
  }

  .au-story__top {
    grid-template-columns: 1fr !important;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }

  .au-story__title {
    font-size: 36px;
  }

  .au-story__lead {
    font-size: 20px;
  }

  .au-story__images {
    display: none !important;
  }

  /* ─── MILESTONES ────────────────────────────────────────── */
  .au-miles__earth {
    display: none !important;
  }

  .au-miles__container {
    grid-template-columns: 1fr !important;
    padding: 0 1.5rem;
    gap: 2rem;
  }

  .au-miles__title {
    font-size: 36px;
  }

  /* ─── CORPORATE RESPONSIBILITY ──────────────────────────── */
  .au-corp__container {
    padding: 0 1.5rem;
  }

  .au-corp__title {
    font-size: 36px;
  }

  .au-corp__cards {
    grid-template-columns: 1fr !important;
  }

  .au-corp__card {
    height: 340px;
  }

  /* ─── CTA ───────────────────────────────────────────────── */
  .au-cta__circles,
  .au-cta__deco--rect-1,
  .au-cta__deco--rect-2 {
    display: none !important;
  }

  .mt-app-cta__star,
  .mt-app-cta__ellipse,
  .mt-app-cta__ellipse-right {
    display: none !important;
  }

  .mt-app-cta__content {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    transform: none !important;
    text-align: center;
    align-items: center;
    max-width: 100%;
    padding: 3rem 2rem;
    margin: 0 auto;
  }

  .mt-app-cta__container {
    justify-content: center;
    align-items: center;
  }

  .mt-app-cta__heading {
    font-size: 36px !important;
  }

}

/* ─── 768px: mobile ─────────────────────────────────────── */
@media (max-width: 768px) {

  /* ─── HERO ─────────────────────────────────────────────── */
  .au-hero__title {
    font-size: 30px;
  }

  /* ─── CONNECT ───────────────────────────────────────────── */
  .au-connect__title {
    font-size: 28px;
  }

  .au-connect__text {
    font-size: 16px;
  }

  /* ─── VISION & MISSION ──────────────────────────────────── */
  .au-vm__heading {
    font-size: 28px;
  }

  /* ─── CORE VALUES: 1 col ────────────────────────────────── */
  .au-values__heading {
    font-size: 28px;
  }

  .au-values__grid {
    grid-template-columns: 1fr !important;
  }

  /* ─── STORY ─────────────────────────────────────────────── */
  .au-story__title {
    font-size: 28px;
  }

  .au-story__lead {
    font-size: 18px;
  }

  .au-story__body {
    font-size: 16px;
  }

  /* ─── MILESTONES ────────────────────────────────────────── */
  .au-miles {
    padding: 3rem 0;
  }

  .au-miles__title {
    font-size: 28px;
  }

  .au-miles__card {
    border-radius: 24px;
    padding: 1.75rem 1.5rem;
  }

  .au-miles__year {
    font-size: 28px;
  }

  .au-miles__card-title {
    font-size: 22px;
  }

  .au-miles__card-body {
    font-size: 16px;
  }

  /* ─── CORPORATE RESPONSIBILITY ──────────────────────────── */
  .au-corp__title {
    font-size: 28px;
  }

  .au-corp__card {
    height: 280px;
  }

  .au-corp__card-title {
    font-size: 24px;
  }

  .au-corp__card-body {
    font-size: 16px;
  }

  /* ─── CTA ───────────────────────────────────────────────── */
  .mt-app-cta__heading {
    font-size: 28px !important;
  }

}
