.about-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.about-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.about-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.about-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(13, 31, 60, 0.72) 0%,
    rgba(13, 31, 60, 0.35) 55%,
    rgba(13, 31, 60, 0.15) 100%
  );
}

.about-hero__overlay {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  align-items: flex-start;
  padding: 48px 40px 180px;
}

.about-hero__title {
  font-size: clamp(3.2rem, 5vw, 6.4rem);
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.about-hero__subtitle {
  font-size: clamp(1.6rem, 2vw, 2rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
  max-width: 560px;
  margin-bottom: 0;
}

.about-stats {
  position: relative;
  z-index: 2;
  background: #0d1f3c;
  padding: 28px 0;
}

.about-stats__row {
  --bs-gutter-x: 0;
}

.about-stats__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.about-stats__item:last-child {
  border-right: 0;
}

.about-stats__icon {
  width: 2.4rem;
  height: 2.4rem;
  color: #ffbe4a;
  stroke: currentColor;
  flex-shrink: 0;
}

.about-stats__item strong {
  display: block;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
}

.about-stats__item span {
  display: block;
  font-size: 1.3rem;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.about-services {
  padding: 50px 0;
}

.about-service-card {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  aspect-ratio: 4 / 3;
}

.about-service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.about-service-card:hover img {
  transform: scale(1.04);
}

.about-service-card__label {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  background: #fff;
  color: #1a1b29;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 12px 28px;
  white-space: nowrap;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.about-empowering {
  background: #f3f3f3;
  padding: 70px 0;
}

.about-our-goal {
  background: #fff;
  padding: 70px 0;
}

.about-section-title {
  font-size: clamp(2.4rem, 3vw, 3.6rem);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 20px;
  color: #1a1b29;
}

.about-empowering p,
.about-our-goal p {
  font-size: 1.7rem;
  line-height: 1.7;
  margin-bottom: 16px;
  color: #333;
}

.about-empowering__img,
.about-our-goal__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 768px) {
  .about-media-col {
    position: relative;
    min-height: 480px;
  }

  .about-empowering__img,
  .about-our-goal__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
  }
}

.about-key-features {
  display: flex;
  border: 1px solid #d8d8d8;
  background: #fff;
}

.about-key-features__item {
  width: 33.33%;
  display: flex;
  align-items: center;
  gap: 16px;
  border-right: 1px solid #d8d8d8;
  padding: 36px 24px;
}

.about-key-features__item:last-child {
  border-right: 0;
}

.about-key-features__item img {
  width: 48px;
  height: auto;
  flex-shrink: 0;
}

.about-key-features__item p {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #1a1b29;
}

.about-press {
  background: #f3f3f3;
  padding: 36px 0;
  text-align: center;
}

.about-press__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.35em;
  margin-bottom: 40px;
  color: #1a1b29;
}

.about-press__heading::before,
.about-press__heading::after {
  content: "";
  width: 48px;
  height: 1px;
  background: #ffbe4a;
}

.about-press__marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
}

.about-press__logos {
  display: flex;
  width: max-content;
  animation: about-press-marquee 40s linear infinite;
}

.about-press__marquee:hover .about-press__logos {
  animation-play-state: paused;
}

.about-press__logos-set {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 16px;
  padding-right: 16px;
}

.about-press__logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  height: 88px;
  padding: 16px 28px;
  background: #fff;
  border-radius: 8px;
}

.about-press__logo img,
.about-press__mark {
  display: block;
  height: 52px;
  width: auto;
  max-width: 190px;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.about-press__logo:hover img {
  transform: scale(1.04);
}

.about-press__logo--shark img {
  height: 58px;
  max-width: 52px;
}

.about-press__logo--josh img {
  height: 44px;
  max-width: 150px;
}

.about-press__logo--poi img {
  height: 52px;
  max-width: 52px;
}

.about-press__logo--toi img {
  height: 52px;
  max-width: 140px;
}

.about-press__logo--br img {
  height: 44px;
  max-width: 170px;
}

.about-press__logo--gibs img {
  height: 44px;
  max-width: 200px;
}

@keyframes about-press-marquee {
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-press__logos {
    animation: none;
    width: 100%;
    justify-content: center;
  }

  .about-press__logos-set {
    flex-wrap: wrap;
    justify-content: center;
    padding-right: 0;
  }

  .about-press__logos-set[aria-hidden="true"] {
    display: none;
  }
}

.about-community {
  padding: 70px 0 90px;
  background: #fff;
  text-align: center;
}

.about-community__heading {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.35em;
  margin-bottom: 16px;
  color: #1a1b29;
}

.about-community__sub {
  font-size: 1.7rem;
  line-height: 1.6;
  color: #555;
  max-width: 680px;
  margin: 0 auto 40px;
}

.about-community__card {
  display: block;
  color: inherit;
}

.about-community__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  background: #111;
}

.about-community__play-trigger {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  position: relative;
}

.about-community__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
  display: block;
}

.about-community__card:hover .about-community__media img {
  transform: scale(1.03);
}

.about-community__iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #000;
}

.about-community__media--embedded {
  background: #000;
}

.about-community__instagram-embed,
.about-community__twitter-embed {
  margin: 0 !important;
  min-width: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.about-community__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1b29;
  padding-left: 3px;
}

.about-community__play svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
}

.about-community__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  padding: 12px 10px;
  background: #f3f3f3;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #1a1b29;
  line-height: 1.3;
  text-decoration: none;
  transition: background 0.2s ease;
}

.about-community__cta:hover {
  background: #e8e8e8;
  color: #1a1b29;
}

.about-community__cta-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  object-fit: contain;
}

@media (max-width: 991px) {
  .about-hero {
    min-height: 0;
    display: block;
  }

  .about-hero__bg {
    position: relative;
    inset: auto;
    height: clamp(220px, 52vw, 300px);
  }

  .about-hero__bg img {
    object-position: center 25%;
  }

  .about-hero__bg::after {
    background: linear-gradient(
      180deg,
      rgba(13, 31, 60, 0) 55%,
      rgba(13, 31, 60, 0.4) 100%
    );
  }

  .about-hero__overlay {
    position: relative;
    flex: none;
    align-items: flex-start;
    background: #0d1f3c;
    padding: 28px 20px 24px;
  }

  .about-hero__title {
    font-size: clamp(2.6rem, 7vw, 3.4rem);
  }

  .about-hero__subtitle {
    font-size: 1.6rem;
    max-width: none;
  }

  .about-stats {
    padding-top: 0;
  }

  .about-stats__item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 16px 12px;
  }

  .about-stats__item:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .about-stats__item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .about-empowering,
  .about-our-goal,
  .about-community {
    padding: 50px 0;
  }

  .about-services {
    padding: 30px 0;
  }

  .about-key-features {
    flex-direction: column;
  }

  .about-key-features__item {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #d8d8d8;
    flex-direction: column;
    text-align: center;
    padding: 24px 16px;
  }

  .about-key-features__item:last-child {
    border-bottom: 0;
  }

  .about-service-card {
    aspect-ratio: 16 / 10;
  }

  .about-service-card__label {
    font-size: 1.2rem;
    padding: 10px 18px;
    bottom: 16px;
  }

  .about-press__heading::before,
  .about-press__heading::after {
    width: 28px;
  }

  .about-press__logos-set {
    gap: 12px;
    padding-right: 12px;
  }

  .about-press__logo {
    min-width: 140px;
    height: 76px;
    padding: 12px 20px;
  }

  .about-press__logo img,
  .about-press__mark {
    height: 40px;
    max-width: 150px;
    object-fit: contain;
  }

  .about-press__logo--shark img {
    height: 48px;
  }
}

@media (max-width: 575px) {
  .about-press__logo img {
    height: 36px;
    max-width: 140px;
  }

  .about-press__logo--shark img {
    height: 42px;
    max-width: 40px;
  }

  .about-press__logo--poi img {
    height: 40px;
    max-width: 40px;
  }

  .about-press__logo--toi img {
    height: 40px;
    max-width: 120px;
  }

  .about-press__logo--gibs img {
    height: 34px;
    max-width: 150px;
  }
}

@media (max-width: 575px) {
  .about-hero__bg {
    height: clamp(200px, 48vw, 260px);
  }

  .about-hero__overlay {
    padding: 24px 16px 20px;
  }

  .about-stats__item strong {
    font-size: 1.8rem;
  }

  .about-stats__item span {
    font-size: 1.1rem;
  }

  .about-stats__icon {
    width: 2rem;
    height: 2rem;
  }
}
