.about-section {
  position: relative;
  overflow: hidden;
  padding-block: 96px;
  background: linear-gradient(180deg, #ffffff 0%, #f5fbfd 100%);
}

.about-network {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.04;
  background-image:
    radial-gradient(rgba(5, 131, 167, 0.9) 1px, transparent 1px);
  background-size: 26px 26px;
}

.about-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-inline: 32px;
}

.about-top {
  display: grid;
  grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.6fr);
  gap: 56px 56px;
  align-items: center;
}

.about-intro {
  max-width: 460px;
}

.about-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(6, 180, 193, 0.1);
  border: 1px solid rgba(6, 180, 193, 0.22);
  color: #0583a7;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-badge i {
  font-size: 12px;
  color: #06b4c1;
}

.about-intro h2 {
  margin: 0;
  font-size: clamp(40px, 4.6vw, 64px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.98;
  color: #102634;
}

.about-intro h2 span {
  color: #06b4c1;
}

.about-heading-mark {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0 28px;
}

.about-heading-mark::before {
  content: "";
  width: 36px;
  height: 1.5px;
  border-radius: 2px;
  background: rgba(6, 180, 193, 0.7);
}

.about-heading-mark::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(6, 180, 193, 0.7);
}

.about-intro p {
  margin: 0;
  font-size: 18.5px;
  font-weight: 450;
  line-height: 1.7;
  color: #3d4f5a;
}

.about-intro p strong {
  font-weight: 700;
  color: #102634;
}

.about-media {
  position: relative;
}

.about-media-frame {
  position: relative;
}

.about-media-frame picture {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  border-radius: 22px;
  border: 2px solid #ffffff;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

.about-media-frame img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 360px;
  max-height: 480px;
  object-fit: cover;
  object-position: center 28%;
}

.about-metric {
  position: absolute;
  top: 20px;
  right: 16px;
  z-index: 2;
  width: 156px;
  padding: 16px 14px 14px;
  background: #091a24;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(9, 26, 36, 0.22);
  text-align: center;
}

.about-metric-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: rgba(6, 180, 193, 0.16);
  color: #06b4c1;
  font-size: 13px;
}

.about-metric strong {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
  color: #06b4c1;
}

.about-metric p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
}

.about-connect {
  position: relative;
  height: 40px;
  margin: 4px 0 0;
}

.about-connect::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 8%;
  right: 8%;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(5, 131, 167, 0.1), transparent);
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.about-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 28px 26px 26px;
  background: #ffffff;
  border: 1px solid rgba(14, 165, 198, 0.12);
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.about-card:hover {
  transform: translateY(-2px);
  border-color: rgba(6, 180, 193, 0.28);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.1);
}

.about-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.about-card-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #06b4c1 0%, #0583a7 100%);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(6, 180, 193, 0.26);
  transition: filter 220ms ease, box-shadow 220ms ease;
}

.about-card:hover .about-card-icon {
  filter: brightness(1.08);
  box-shadow: 0 10px 20px rgba(6, 180, 193, 0.34);
}

.about-card-icon i {
  font-size: 20px;
}

.about-card h3 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #06b4c1;
}

.about-card-mark {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
}

.about-card-mark::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: #06b4c1;
}

.about-card-mark::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #06b4c1;
}

.about-card p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.7;
  color: #5b6b75;
}

.about-tagline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 48px 0 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7a8b94;
  text-align: center;
}

.about-tagline::before,
.about-tagline::after {
  content: "";
  width: min(88px, 14vw);
  height: 1px;
  background: rgba(5, 131, 167, 0.1);
}

.about-tagline span {
  color: #06b4c1;
}

.about-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.about-media.about-reveal {
  transform: translateY(18px);
}

.about-card.about-reveal:nth-child(2) {
  transition-delay: 80ms;
}

.about-card.about-reveal:nth-child(3) {
  transition-delay: 160ms;
}

.about-reveal.is-inview {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .about-reveal,
  .about-card,
  .about-card-icon {
    transition: none;
  }

  .about-reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1199px) {
  .about-intro h2 {
    font-size: clamp(36px, 5vw, 52px);
  }

  .about-media-frame img {
    min-height: 300px;
    max-height: 400px;
  }
}

@media (max-width: 991px) {
  .about-section {
    padding-block: 72px;
  }

  .about-top {
    gap: 28px 24px;
  }

  .about-intro h2 {
    font-size: clamp(32px, 5vw, 44px);
  }

  .about-media-frame img {
    min-height: 240px;
    max-height: 320px;
  }

  .about-metric {
    width: 148px;
    padding: 14px 12px 12px;
    top: 20px;
    right: 4px;
  }

  .about-metric strong {
    font-size: 18px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }

  .about-connect {
    display: none;
  }

  .about-tagline {
    margin-top: 36px;
    letter-spacing: 0.06em;
  }
}

@media (max-width: 767px) {
  .about-top {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-intro {
    max-width: none;
  }

  .about-intro p {
    font-size: 17px;
  }

  .about-media-frame {
    padding: 0;
  }

  .about-media-frame::before,
  .about-media-frame::after {
    display: none;
  }

  .about-metric {
    position: static;
    width: 100%;
    max-width: 280px;
    margin: 16px auto 0;
  }
}

@media (max-width: 575px) {
  .about-wrap {
    padding-inline: 20px;
  }

  .about-section {
    padding-block: 64px;
  }

  .about-intro h2 {
    font-size: 36px;
  }

  .about-intro p {
    font-size: 15.5px;
  }

  .about-media-frame img {
    min-height: 220px;
    max-height: 280px;
  }

  .about-card {
    padding: 24px 20px 22px;
  }

  .about-tagline {
    flex-wrap: wrap;
    gap: 10px;
  }

  .about-tagline::before,
  .about-tagline::after {
    width: 48px;
  }
}

.decade-section {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  background: #091A24;
}

.decade-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("/img/photos/certs-waves.svg");
  background-size: cover;
  background-position: center;
}

.decade-glows {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.decade-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(64px);
  will-change: transform, opacity;
}

.decade-glow-cyan {
  background: radial-gradient(circle, rgba(6, 180, 193, 0.42) 0%, rgba(6, 180, 193, 0) 70%);
}

.decade-glow-purple {
  background: radial-gradient(circle, rgba(114, 62, 143, 0.4) 0%, rgba(114, 62, 143, 0) 70%);
}

.decade-glow-a {
  width: 640px;
  height: 640px;
  top: -180px;
  left: -8%;
  animation: decade-drift-a 18s ease-in-out infinite;
}

.decade-glow-b {
  width: 700px;
  height: 700px;
  top: -12%;
  right: -10%;
  animation: decade-drift-b 22s ease-in-out infinite;
}

.decade-glow-c {
  width: 520px;
  height: 520px;
  bottom: -18%;
  left: 28%;
  animation: decade-drift-c 16s ease-in-out infinite;
}

@keyframes decade-drift-a {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.7; }
  50% { transform: translate(48px, 28px) scale(1.12); opacity: 1; }
}

@keyframes decade-drift-b {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.65; }
  50% { transform: translate(-56px, 36px) scale(1.18); opacity: 1; }
}

@keyframes decade-drift-c {
  0%, 100% { transform: translate(0, 0) scale(1.05); opacity: 0.6; }
  50% { transform: translate(36px, -44px) scale(0.92); opacity: 0.95; }
}

@media (prefers-reduced-motion: reduce) {
  .decade-glow {
    animation: none;
  }
}

.decade-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 48px 56px;
  align-items: center;
}

.decade-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.16;
  color: #f4fbfd;
}

.decade-copy p {
  margin: 0;
  max-width: 480px;
  font-size: 17px;
  line-height: 1.65;
  color: #9db4bf;
}

.decade-photo {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35), 0 0 32px rgba(6, 180, 193, 0.12);
}

.decade-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

@media (max-width: 991px) {
  .decade-section {
    padding: 64px 0;
  }

  .decade-wrap {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 0 20px;
  }

  .decade-photo img {
    min-height: 220px;
  }
}

@media (max-width: 575px) {
  .decade-wrap {
    padding: 0 16px;
  }
}
