/* =========================================================
   PUNTO SEGURO SERVICES — NOSOTROS
========================================================= */

.punto-about-page-v2 {
  overflow: hidden;
  background: var(--punto-offwhite);
}


/* =========================================================
   HERO
========================================================= */

.punto-about-hero-v2 {
  position: relative;
  padding: 84px 0 96px;
  background:
    radial-gradient(circle at 10% 16%, rgba(30, 86, 160, 0.22), transparent 28%),
    radial-gradient(circle at 84% 16%, rgba(212, 146, 11, 0.16), transparent 24%),
    linear-gradient(135deg, #081f3a 0%, #0d2f57 58%, #123d70 100%);
}

.punto-about-hero-v2__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 56px;
}

.punto-eyebrow--light {
  background: rgba(255, 255, 255, 0.12);
  color: var(--punto-white);
}

.punto-eyebrow--light::before {
  background: var(--punto-accent);
}

.punto-about-hero-v2__content h1 {
  max-width: 760px;
  margin-bottom: 22px;
  color: var(--punto-white);
  font-size: clamp(48px, 6vw, 84px);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.punto-about-hero-v2__content p {
  max-width: 700px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.8;
}

.punto-about-hero-v2__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.punto-btn-secondary--light {
  background: rgba(255, 255, 255, 0.10);
  color: var(--punto-white);
  border-color: rgba(255, 255, 255, 0.24);
}

.punto-btn-secondary--light:hover {
  background: rgba(255, 255, 255, 0.18);
  color: var(--punto-white);
  border-color: rgba(255, 255, 255, 0.34);
}

.punto-about-hero-v2__media {
  position: relative;
  min-height: 560px;
}

.punto-about-hero-v2__photo-frame {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  overflow: hidden;
  border-radius: 42px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.punto-about-hero-v2__photo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.punto-about-hero-v2__shape {
  position: absolute;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(6px);
}

.punto-about-hero-v2__shape--one {
  top: 54px;
  right: -22px;
  width: 180px;
  height: 180px;
  z-index: 1;
}

.punto-about-hero-v2__shape--two {
  bottom: 34px;
  left: 40px;
  width: 120px;
  height: 120px;
  z-index: 1;
  background: rgba(212, 146, 11, 0.18);
}


/* =========================================================
   HERO BENEFITS — PREMIUM EDITORIAL
========================================================= */

.punto-about-floating-stats {
  position: relative;
  z-index: 3;
}

.punto-about-floating-stats--featured {
  display: grid;
  grid-template-columns: 1.32fr repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 58px;
  padding: 18px;
  border-radius: 38px;
  overflow: visible;
  background:
    radial-gradient(circle at 8% 10%, rgba(212, 146, 11, 0.13), transparent 28%),
    radial-gradient(circle at 86% 24%, rgba(30, 86, 160, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 249, 253, 0.96) 100%);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 30px 90px rgba(8, 31, 58, 0.18);
}

.punto-about-floating-stat {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  padding: 28px 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(8, 31, 58, 0.07);
  box-shadow: 0 14px 36px rgba(8, 31, 58, 0.055);
  transition:
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.38s ease;
}

.punto-about-floating-stat::before {
  content: "";
  position: absolute;
  right: -52px;
  top: -52px;
  width: 132px;
  height: 132px;
  border-radius: 999px;
  background: rgba(30, 86, 160, 0.08);
  pointer-events: none;
}

.punto-about-floating-stat:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 58px rgba(8, 31, 58, 0.11);
}

.punto-about-floating-stat__icon {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 24% 18%, rgba(212, 146, 11, 0.28), transparent 38%),
    linear-gradient(135deg, rgba(30, 86, 160, 0.12), rgba(30, 86, 160, 0.06));
  color: var(--punto-primary);
}

.punto-about-floating-stat__icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.punto-about-floating-stat strong,
.punto-about-floating-stat span,
.punto-about-floating-stat p {
  position: relative;
  z-index: 2;
}

.punto-about-floating-stat strong {
  display: block;
  margin-bottom: 10px;
  color: var(--punto-navy);
  font-size: 22px;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.punto-about-floating-stat span {
  display: block;
  color: var(--punto-muted);
  font-size: 14px;
  line-height: 1.65;
}

.punto-about-floating-stat--main {
  background:
    radial-gradient(circle at 16% 12%, rgba(212, 146, 11, 0.24), transparent 28%),
    linear-gradient(135deg, #1E56A0 0%, #123d70 100%);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 70px rgba(8, 31, 58, 0.20);
}

.punto-about-floating-stat--main::before {
  background: rgba(255, 255, 255, 0.10);
}

.punto-about-floating-stat--main .punto-about-floating-stat__icon {
  background: rgba(255, 255, 255, 0.14);
  color: var(--punto-white);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.punto-about-floating-stat--main > span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: var(--punto-radius-pill);
  background: rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.punto-about-floating-stat--main strong {
  color: var(--punto-white);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.punto-about-floating-stat--main p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.75;
}


/* =========================================================
   TEAM
========================================================= */

.punto-about-team {
  padding: 96px 0 108px;
  background:
    radial-gradient(circle at 88% 12%, rgba(212, 146, 11, 0.08), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f6f9fd 100%);
}

.punto-about-team__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.punto-team-card {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 0;
  overflow: hidden;
  border-radius: 36px;
  background: var(--punto-white);
  border: 1px solid var(--punto-border);
  box-shadow: var(--punto-shadow-medium);
}

.punto-team-card--alt {
  grid-template-columns: 1fr 360px;
}

.punto-team-card--alt .punto-team-card__media {
  order: 2;
}

.punto-team-card--alt .punto-team-card__content {
  order: 1;
}

.punto-team-card__media {
  min-height: 420px;
  background: #e9eef5;
}

.punto-team-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.punto-team-card__content {
  padding: 40px 42px;
}

.punto-team-card__role {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: var(--punto-radius-pill);
  background: var(--punto-primary-soft);
  color: var(--punto-primary);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.punto-team-card__content h3 {
  margin-bottom: 18px;
  color: var(--punto-navy);
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.punto-team-card__content p {
  margin-bottom: 16px;
  color: var(--punto-muted);
  font-size: 16px;
  line-height: 1.8;
}

.punto-team-card__content p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   CÓMO TRABAJAMOS — WORKFLOW PREMIUM
========================================================= */

.punto-about-method--workflow {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background:
    radial-gradient(circle at 86% 14%, rgba(255, 255, 255, 0.08), transparent 26%),
    radial-gradient(circle at 12% 78%, rgba(212, 146, 11, 0.10), transparent 24%),
    linear-gradient(135deg, #07172c 0%, #0b2341 54%, #123b6b 100%);
}

.punto-about-workflow-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.punto-about-workflow-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.10;
  filter: grayscale(18%) contrast(1.05);
}

.punto-about-method--workflow::before {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -170px;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  background: rgba(212, 146, 11, 0.12);
  pointer-events: none;
}

.punto-about-method--workflow::after {
  content: "";
  position: absolute;
  left: -150px;
  top: 70px;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.punto-about-method--workflow .punto-home-shell {
  position: relative;
  z-index: 2;
}

.punto-about-workflow-header {
  max-width: 980px;
  margin: 0 auto 56px;
  text-align: center;
}

.punto-about-workflow-header h2 {
  max-width: 880px;
  margin: 0 auto 20px;
  color: var(--punto-white);
  font-size: clamp(42px, 5.5vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.punto-about-workflow-header p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.8;
}

.punto-about-workflow-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}


.punto-about-workflow-step {
  position: relative;
  min-height: 270px;
  padding: 28px 22px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.18);
  transition:
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.42s ease,
    border-color 0.42s ease,
    box-shadow 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.punto-about-workflow-step:hover {
  transform: translateY(-7px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
}

.punto-about-workflow-icon {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 22% 18%, rgba(212, 146, 11, 0.30), transparent 38%),
    rgba(255, 255, 255, 0.14);
  color: var(--punto-white);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.punto-about-workflow-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.punto-about-workflow-step > span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--punto-accent);
  font-size: 13px;
  font-weight: 900;
}

.punto-about-workflow-step h3 {
  margin-bottom: 12px;
  color: var(--punto-white);
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.punto-about-workflow-step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.7;
}

.punto-about-workflow-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 32px;
  padding: 28px 32px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 18%, rgba(212, 146, 11, 0.18), transparent 28%),
    rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.punto-about-workflow-cta strong {
  display: block;
  margin-bottom: 6px;
  color: var(--punto-white);
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.punto-about-workflow-cta span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.6;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1180px) {
  .punto-about-hero-v2__grid {
    grid-template-columns: 1fr;
  }

  .punto-about-floating-stats--featured {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 42px;
  }

  .punto-about-floating-stat--main {
    grid-column: 1 / -1;
  }

  .punto-team-card,
  .punto-team-card--alt {
    grid-template-columns: 1fr;
  }

  .punto-team-card--alt .punto-team-card__media,
  .punto-team-card--alt .punto-team-card__content {
    order: initial;
  }

  .punto-about-workflow-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .punto-about-workflow-track::before {
    display: none;
  }

  .punto-about-workflow-step {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .punto-about-hero-v2,
  .punto-about-team,
  .punto-about-method--workflow {
    padding: 68px 0;
  }

  .punto-about-hero-v2 {
    padding-bottom: 74px;
  }

  .punto-about-hero-v2__grid {
    gap: 32px;
  }

  .punto-about-hero-v2__content h1,
  .punto-about-workflow-header h2 {
    font-size: clamp(36px, 10vw, 52px);
  }

  .punto-about-hero-v2__content p,
  .punto-about-workflow-header p {
    font-size: 15px;
  }

  .punto-about-hero-v2__actions {
    flex-direction: column;
  }

  .punto-about-hero-v2__media {
    min-height: auto;
  }

  .punto-about-hero-v2__photo-frame img {
    min-height: 420px;
  }

  .punto-about-floating-stats--featured {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 32px;
    padding: 14px;
    border-radius: 30px;
  }

  .punto-about-floating-stat {
    min-height: auto;
    padding: 24px;
    border-radius: 24px;
  }

  .punto-about-floating-stat--main strong {
    font-size: clamp(28px, 8vw, 38px);
  }

  .punto-team-card__content {
    padding: 28px;
  }

  .punto-team-card__media,
  .punto-team-card__media img {
    min-height: 320px;
  }

  .punto-team-card__content h3 {
    font-size: clamp(30px, 8vw, 40px);
  }

  .punto-about-workflow-header {
    margin-bottom: 36px;
    text-align: left;
  }

  .punto-about-workflow-header h2,
  .punto-about-workflow-header p {
    margin-left: 0;
    margin-right: 0;
  }

  .punto-about-workflow-track {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .punto-about-workflow-step {
    padding: 24px;
    border-radius: 24px;
  }

  .punto-about-workflow-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    border-radius: 24px;
  }

  .punto-about-workflow-cta .punto-btn-primary {
    width: 100%;
  }
}

/* =========================================================
   FIX HOVER TARJETA PRINCIPAL — COBERTURA NACIONAL
========================================================= */

.punto-about-floating-stats--featured .punto-about-floating-stat--main:hover {
  transform: translateY(-6px);
  background:
    radial-gradient(circle at 16% 12%, rgba(212, 146, 11, 0.24), transparent 28%),
    linear-gradient(135deg, #1E56A0 0%, #123d70 100%);
  box-shadow: 0 28px 78px rgba(8, 31, 58, 0.24);
}

.punto-about-floating-stats--featured .punto-about-floating-stat--main:hover strong,
.punto-about-floating-stats--featured .punto-about-floating-stat--main:hover p,
.punto-about-floating-stats--featured .punto-about-floating-stat--main:hover > span {
  color: var(--punto-white);
}

.punto-about-floating-stats--featured .punto-about-floating-stat--main:hover p {
  color: rgba(255, 255, 255, 0.78);
}

.punto-about-floating-stats--featured .punto-about-floating-stat--main:hover > span {
  color: rgba(255, 255, 255, 0.88);
}