/* About Us page — template UI */

body.page-about { background: #fff; }

/* Hero */
.about-hero {
  position: relative;
  min-height: clamp(560px, 85vh, 720px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: calc(var(--nav-h) + 48px) clamp(20px, 5vw, 72px) 88px;
  overflow: hidden;
  color: #fff;
}

.about-hero__bg {
  position: absolute;
  inset: 0;
  background: url('../images/about-hero-bg.png') center 62% / cover no-repeat;
  background-color: #050a14;
}

.about-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 10, 20, 0.72) 0%, rgba(5, 10, 20, 0.32) 14%, transparent 30%),
    linear-gradient(90deg, rgba(5, 10, 20, 0.82) 0%, rgba(5, 10, 20, 0.5) 32%, rgba(5, 10, 20, 0.18) 52%, rgba(5, 10, 20, 0.05) 72%, transparent 100%),
    linear-gradient(180deg, transparent 68%, rgba(5, 10, 20, 0.08) 86%, rgba(232, 238, 243, 0.22) 100%);
}

.about-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: clamp(120px, 18vh, 200px);
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(232, 238, 243, 0.04) 18%,
    rgba(232, 238, 243, 0.14) 38%,
    rgba(232, 238, 243, 0.32) 58%,
    rgba(232, 238, 243, 0.58) 76%,
    rgba(232, 238, 243, 0.82) 90%,
    #e8eef3 100%
  );
  z-index: 2;
  pointer-events: none;
}

.about-hero__inner {
  position: relative;
  z-index: 3;
  width: min(520px, 44vw);
  max-width: 520px;
  margin: 0;
  padding-left: clamp(4px, 1.5vw, 16px);
}

.about-hero__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.9);
}

.about-hero__icon svg { width: 22px; height: 22px; }

.about-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5.5vw, 3.75rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.05;
  margin-bottom: 1.5rem;
}

.about-hero__title .accent { color: var(--aqua); }

.about-hero__text {
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.78);
  max-width: 52ch;
}

/* Mission / Vision / Commitment — unified layout */
.about-pillars {
  position: relative;
  padding: clamp(48px, 6vw, 72px) 0 clamp(12px, 2vw, 20px);
  margin-top: -2px;
  background: linear-gradient(180deg, #e8eef3 0%, #f2f7fb 45%, #eef5fa 100%);
  overflow: hidden;
}

.about-pillars::after {
  content: '';
  position: absolute;
  right: -6%;
  top: 18%;
  width: min(38%, 420px);
  height: 70%;
  background: radial-gradient(ellipse, rgba(55, 183, 240, 0.1) 0%, transparent 72%);
  pointer-events: none;
}

.about-pillars__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 2.5vw, 28px);
  width: 100%;
  position: relative;
  z-index: 1;
}

.about-pillar {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #fff;
  border: 1px solid rgba(11, 31, 58, 0.05);
  border-radius: 20px;
  padding: clamp(28px, 3.5vw, 36px);
  box-shadow: 0 10px 36px rgba(11, 31, 58, 0.06);
}

.about-pillar__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 18px;
}

.about-pillar__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1.5px solid rgba(55, 183, 240, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--aqua);
  flex-shrink: 0;
}

.about-pillar__icon svg { width: 24px; height: 24px; }

.about-pillar__num {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 2.5vw, 2.25rem);
  font-weight: 800;
  color: var(--aqua);
  line-height: 1;
}

.about-pillar h3 {
  font-family: var(--font-heading);
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 14px;
  line-height: 1.35;
}

.about-pillar p {
  font-size: clamp(0.88rem, 1vw, 0.95rem);
  line-height: 1.7;
  color: var(--text-muted);
  margin: 0;
}

/* Commitment section */
.about-commitment {
  padding: 0 0 clamp(56px, 7vw, 80px);
  background: linear-gradient(180deg, #eef5fa 0%, #f0f6fa 55%, #eef5fa 100%);
}

.about-commitment__inner {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(11, 31, 58, 0.05);
  border-radius: 20px;
  padding: clamp(28px, 3.5vw, 40px);
  box-shadow: 0 10px 36px rgba(11, 31, 58, 0.06);
}

.about-commitment__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 18px;
}

.about-commitment__inner h2 {
  font-family: var(--font-heading);
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 14px;
}

.about-commitment__inner > p {
  font-size: clamp(0.88rem, 1vw, 0.95rem);
  line-height: 1.7;
  color: var(--text-muted);
  margin-bottom: 24px;
  max-width: none;
}

.about-commitment__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 20px);
}

.about-commitment__list li {
  font-size: clamp(0.84rem, 0.95vw, 0.9rem);
  line-height: 1.65;
  color: var(--text-muted);
  padding: clamp(16px, 2vw, 20px);
  background: #f4f8fb;
  border-radius: 12px;
  border: 1px solid rgba(11, 31, 58, 0.05);
}

.about-commitment__list li strong {
  display: inline;
  color: var(--navy);
  font-weight: 700;
  font-size: inherit;
}

/* Stats */
.about-stats {
  background: linear-gradient(135deg, #061525 0%, #0b1f3a 100%);
  padding: clamp(40px, 5vw, 52px) 0;
}

.about-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.about-stat {
  text-align: center;
  padding: 12px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.about-stat:last-child { border-right: none; }

.about-stat__icon {
  width: 36px;
  height: 36px;
  margin: 0 auto 10px;
  color: var(--aqua);
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-stat__icon svg { width: 22px; height: 22px; }

.about-stat__num {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  font-weight: 800;
  color: var(--aqua);
  line-height: 1;
}

.about-stat__label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin-top: 6px;
}

.about-stat__sub {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 4px;
}

/* Why Choose */
.about-why {
  position: relative;
  background: linear-gradient(165deg, #061525 0%, #0a2444 50%, #0d2d52 100%);
  padding: clamp(64px, 8vw, 96px) 0;
  overflow: hidden;
  color: #fff;
}

.about-why::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 60%;
  background: radial-gradient(ellipse, rgba(55, 183, 240, 0.08) 0%, transparent 65%);
  pointer-events: none;
}

.about-why__grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(32px, 5vw, 56px);
  align-items: start;
  position: relative;
  z-index: 1;
}

.about-why__eyebrow {
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--aqua);
  margin-bottom: 12px;
}

.about-why__left h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.15;
  margin-bottom: 16px;
}

.about-why__left h2 .accent { color: var(--aqua); }

.about-why__divider {
  width: 48px;
  height: 3px;
  background: var(--aqua);
  border-radius: 2px;
  margin-bottom: 18px;
}

.about-why__left p {
  font-size: 0.95rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.65);
  max-width: 40ch;
}

.about-why__cards {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.about-why-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  backdrop-filter: blur(6px);
}

.about-why-card__icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 10px;
  background: rgba(55, 183, 240, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--aqua);
}

.about-why-card__icon svg { width: 20px; height: 20px; }

.about-why-card h4 {
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
  line-height: 1.35;
}

.about-why-card p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}

/* Promise / Tagline */
.about-tagline {
  position: relative;
  min-height: clamp(320px, 42vw, 420px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  color: #fff;
}

.about-tagline__bg {
  position: absolute;
  inset: 0;
  background: url('../images/about-promise-bg.png') center center / cover no-repeat;
  background-color: #061525;
}

.about-tagline__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 21, 37, 0.74) 0%, rgba(6, 21, 37, 0.52) 45%, rgba(6, 21, 37, 0.74) 100%),
    radial-gradient(ellipse 60% 50% at 50% 48%, rgba(55, 183, 240, 0.14) 0%, transparent 70%);
}

.about-tagline__content {
  position: relative;
  z-index: 2;
  padding: clamp(56px, 7vw, 88px) 24px;
}

.about-tagline__eyebrow {
  font-family: var(--font-heading);
  font-size: clamp(0.7rem, 1.1vw, 0.82rem);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--aqua);
  margin-bottom: clamp(16px, 2vw, 22px);
}

.about-tagline__title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4.8vw, 3.25rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.12;
  color: #fff;
  margin-bottom: clamp(14px, 2vw, 20px);
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
}

.about-tagline__hash {
  font-family: var(--font-heading);
  font-size: clamp(1.05rem, 2.2vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--aqua);
}

@media (max-width: 900px) {
  .about-pillars__grid { grid-template-columns: 1fr; }
  .about-commitment__list { grid-template-columns: 1fr; }
  .about-why__grid { grid-template-columns: 1fr; }
  .about-stats__grid { grid-template-columns: repeat(2, 1fr); }
  .about-stat:nth-child(2) { border-right: none; }
  .about-stat { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .about-stat:nth-last-child(-n+2) { border-bottom: none; }
  .about-hero {
    min-height: clamp(480px, 72vh, 640px);
    padding: calc(var(--nav-h) + 36px) clamp(20px, 4vw, 32px) 72px;
  }
  .about-hero__inner { width: min(100%, 560px); max-width: 100%; }
  .about-hero__bg { background-position: 78% center; }
  .about-hero__overlay {
    background:
      linear-gradient(180deg, rgba(5,10,20,0.78) 0%, rgba(5,10,20,0.42) 20%, rgba(5,10,20,0.55) 100%),
      linear-gradient(90deg, rgba(5,10,20,0.88) 0%, rgba(5,10,20,0.62) 46%, rgba(5,10,20,0.32) 100%);
  }
  .about-hero__title { font-size: clamp(2.4rem, 11vw, 3.2rem); letter-spacing: 0.02em; }
  .about-hero__text { font-size: 1rem; line-height: 1.7; max-width: 100%; color: rgba(255,255,255,0.86); }
  .about-tagline { min-height: clamp(260px, 48vw, 340px); }
  .about-tagline__content { padding-left: 20px; padding-right: 20px; }
}

@media (max-width: 480px) {
  .about-stats__grid { grid-template-columns: 1fr; }
  .about-stat { border-right: none; }
  .about-hero { min-height: clamp(440px, 68vh, 560px); }
  .about-pillars,
  .about-commitment { padding-left: 0; padding-right: 0; }
}


/* Promise text legibility over background image */
.about-tagline__eyebrow { color: var(--aqua-light); text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45); }
.about-tagline__title { text-shadow: 0 3px 18px rgba(0, 0, 0, 0.5); }
.about-tagline__hash { color: var(--aqua-light); text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5); }
