.about-page {
  background: var(--surface-primary);
  color: var(--text-secondary);
  overflow-x: hidden;
}

/* WAN Servicios - justificacion de textos en cards */
.about-feature p,
.strength-card p,
.work-step p,
.destination-card p,
.security-item p,
.since-card p {
  text-align: justify;
  text-justify: inter-word;
}

.about-page .container {
  max-width: var(--container-width);
}

.about-page *,
.about-page *::before,
.about-page *::after {
  min-width: 0;
}

.about-kicker {
  color: var(--brand-primary);
  display: block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.page-title-area .page-title-content h1 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .page-title-area .page-title-content h1 {
    font-size: 35px;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-title-area .page-title-content h1 {
    font-size: 40px;
  }
}

.about-section {
  padding: var(--section-space-desktop) 0;
}

.about-grid,
.work-about-grid,
.security-grid {
  align-items: center;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.about-media {
  display: grid;
  grid-template-columns: 1fr 0.62fr;
  min-height: 430px;
  position: relative;
}

.about-media img {
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.about-media-main {
  grid-column: 1 / 3;
  grid-row: 1;
  max-height: 360px;
}

.about-media-small {
  align-self: end;
  grid-column: 2;
  grid-row: 1;
  height: 210px;
  margin-bottom: -58px;
  margin-left: -24px;
}

.since-card {
  align-self: end;
  background: #ffffff;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  color: var(--text-primary);
  display: grid;
  gap: 14px;
  grid-column: 1;
  grid-row: 1;
  grid-template-columns: auto 1fr;
  margin: 0 0 -58px 18px;
  max-width: 250px;
  padding: 24px;
  z-index: 2;
}

.since-card i,
.about-feature i,
.strength-card i,
.work-step i,
.security-item i,
.destination-card i {
  color: var(--brand-primary);
}

.since-card i {
  font-size: 42px;
}

.since-card span {
  display: block;
  font-size: 13px;
  font-weight: 800;
}

.since-card strong {
  display: block;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}

.since-card p {
  grid-column: 1 / -1;
  line-height: 1.55;
  margin: 0;
  overflow-wrap: break-word;
}

.about-heading {
  color: var(--text-primary);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 900;
  line-height: 1.16;
  margin: 0 0 22px;
}

.about-copy {
  line-height: 1.78;
  margin-bottom: 18px;
}

.about-feature-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 30px;
}

.about-feature i {
  display: block;
  font-size: 44px;
  margin-bottom: 14px;
}

.about-feature h3,
.strength-card h3,
.work-step h3,
.destination-card h3,
.security-item h3 {
  color: var(--text-primary);
  font-size: 19px;
  font-weight: 900;
  margin: 0 0 9px;
}

.about-feature p,
.strength-card p,
.work-step p,
.destination-card p,
.security-item p {
  line-height: 1.62;
  margin: 0;
}

.strength-strip {
  background: var(--brand-dark);
  box-shadow: 0 18px 40px rgba(0, 21, 51, 0.18);
  color: #ffffff;
  padding: 36px 0;
}

.strength-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.strength-card {
  display: grid;
  gap: 18px;
  grid-template-columns: auto 1fr;
  padding: 6px 32px;
}

.strength-card + .strength-card {
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.strength-card i {
  font-size: 48px;
}

.strength-card h3 {
  color: #ffffff;
}

.strength-card p {
  color: rgba(255, 255, 255, 0.84);
}

.work-about-section {
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.work-list {
  display: grid;
  gap: 18px;
}

.work-step {
  align-items: flex-start;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}

.work-step-content {
  display: grid;
  gap: 12px;
  grid-template-columns: 44px auto;
}

.work-step i {
  font-size: 38px;
}

.work-image img,
.security-image img {
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  height: 100%;
  max-height: 470px;
  object-fit: cover;
  width: 100%;
}

.coverage-about-section {
  text-align: center;
}

.coverage-about-section .about-heading,
.coverage-about-section .about-copy {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}

.destination-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.destination-card {
  background-position: center;
  background-size: cover;
  border-radius: var(--radius-card);
  min-height: 230px;
  overflow: hidden;
  position: relative;
  text-align: left;
}

.destination-card::before {
  background: linear-gradient(180deg, rgba(0, 21, 51, 0.12), rgba(0, 21, 51, 0.88));
  content: "";
  inset: 0;
  position: absolute;
}

.destination-content {
  bottom: 0;
  color: #ffffff;
  left: 0;
  padding: 26px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.destination-content h3 {
  color: #ffffff;
}

.destination-content strong {
  display: block;
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 10px;
}

.destination-content p {
  color: rgba(255, 255, 255, 0.86);
}

.destination-note {
  align-items: center;
  color: var(--text-primary);
  display: inline-flex;
  font-weight: 900;
  gap: 10px;
  margin-top: 26px;
}

.destination-note i {
  color: var(--brand-primary);
  font-size: 28px;
}

.security-list {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 30px;
}

.security-item {
  text-align: center;
}

.security-item i {
  display: block;
  font-size: 44px;
  margin-bottom: 12px;
}

.security-item h3 {
  font-size: 15px;
}

.security-item p {
  font-size: 13px;
}

@media (max-width: 991px) {
  .about-section {
    padding: var(--section-space-tablet) 0;
  }

  .about-grid,
  .work-about-grid,
  .security-grid {
    grid-template-columns: 1fr;
  }

  .strength-grid,
  .destination-grid {
    grid-template-columns: 1fr;
  }

  .strength-card + .strength-card {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    padding-top: 26px;
  }

  .security-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .about-section {
    padding: var(--section-space-mobile) 0;
  }

  .about-page .container {
    max-width: 100%;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-media {
    grid-template-columns: 1fr;
    min-height: auto;
    width: 100%;
  }

  .about-media-main,
  .about-media-small,
  .since-card {
    grid-column: 1;
    grid-row: auto;
    margin: 0;
  }

  .about-media-small {
    height: 220px;
    margin-top: 16px;
  }

  .since-card {
    margin-top: 16px;
    max-width: 330px;
    width: 100%;
  }

  .about-feature-grid,
  .security-list {
    grid-template-columns: 1fr;
  }

  .about-heading,
  .about-copy,
  .about-feature,
  .strength-card,
  .work-step,
  .destination-card,
  .security-item {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .strength-card {
    grid-template-columns: 1fr;
    padding: 24px 0;
  }

  .work-step-content {
    grid-template-columns: 1fr;
  }
}

/* WAN Servicios - ultima capa justificacion de textos en cards */
.about-page .about-media {
  display: block;
  min-height: 0;
}

.about-page .about-media-main {
  display: block;
  height: auto;
  max-height: none;
  width: 100%;
}

.about-page .about-media-small,
.about-page .since-card {
  display: none;
}

.about-page .about-feature p,
.about-page .strength-card p,
.about-page .work-step p,
.about-page .destination-card p,
.about-page .security-item p,
.about-page .since-card p {
  text-align: justify;
  text-justify: inter-word;
}
