.logo.logo-photo {
  width: 205px;
  min-width: 205px;
  height: 44px;
  padding-left: 0;
  display: flex;
  align-items: center;
}

.logo.logo-photo::before,
.logo.logo-photo::after {
  display: none;
}

.logo-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.hero-gif {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9% 4% 5% 32%;
}

.hero-gif img {
  width: min(520px, 48vw);
  height: auto;
  max-height: 74vh;
  object-fit: contain;
  object-position: center;
  opacity: 0.48;
  filter: grayscale(0.28) saturate(0.92) contrast(1.08);
  transform: none;
}

.process-photo {
  display: block;
  width: calc(100% + 68px);
  height: 150px;
  margin: -34px -34px 24px;
  object-fit: cover;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.testimonial-photo {
  width: 66px;
  height: 66px;
  display: block;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 16px;
  border: 3px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.mini-document img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: inherit;
}

@media (max-width: 900px) {
  .logo.logo-photo {
    width: 165px;
    min-width: 165px;
    height: 38px;
  }

  .hero-gif {
    padding: 18% 2% 8% 28%;
  }

  .hero-gif img {
    width: min(430px, 62vw);
    opacity: 0.32;
  }
}

@media (max-width: 620px) {
  .logo.logo-photo {
    width: 142px;
    min-width: 142px;
    height: 34px;
  }

  .hero-gif {
    padding: 28% 0 20% 10%;
  }

  .hero-gif img {
    width: 78vw;
    opacity: 0.23;
  }
}

/* Ajuste visual: contacto centrado */
.cta {
  min-height: 290px;
  padding: 48px 8% 78px !important;
  text-align: center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #061426 !important;
}

.cta .section-kicker {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
}

.cta h2 {
  width: min(100%, 720px);
  max-width: 720px !important;
  margin: 14px auto 18px !important;
  font-size: clamp(2.45rem, 4.6vw, 4rem) !important;
  line-height: 0.98 !important;
  text-align: center !important;
  text-wrap: balance;
}

.cta p {
  max-width: 650px !important;
  margin: 0 auto 24px !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
  text-align: center !important;
}

.cta-actions {
  position: relative;
  z-index: 2;
  justify-content: center !important;
  margin-top: 0 !important;
}

.cta::before {
  right: -72px !important;
  top: 52% !important;
  width: 250px !important;
  height: 250px !important;
  transform: translateY(-50%) !important;
  border: 1px solid rgba(220, 232, 246, 0.34) !important;
  background:
    repeating-linear-gradient(
      135deg,
      rgba(49, 83, 121, 0.32) 0 10px,
      rgba(18, 48, 82, 0.24) 10px 22px
    ),
    radial-gradient(circle at 40% 35%, rgba(76, 119, 167, 0.22), transparent 64%) !important;
  box-shadow: inset 0 0 42px rgba(0, 0, 0, 0.2) !important;
}

.cta::after {
  content: "✦";
  position: absolute;
  z-index: 1;
  right: 6.6%;
  bottom: 13%;
  color: rgba(224, 235, 247, 0.7);
  font-size: 2.3rem;
  line-height: 1;
  pointer-events: none;
}

@media (max-width: 900px) {

  .cta {
    min-height: 340px;
    padding-top: 62px !important;
  }

  .cta::before {
    right: -120px !important;
    width: 230px !important;
    height: 230px !important;
  }

  .cta::after {
    right: 4%;
    bottom: 10%;
  }
}

@media (max-width: 620px) {

  .cta {
    min-height: 330px;
    padding: 46px 20px 66px !important;
  }

  .cta h2 {
    font-size: clamp(2.25rem, 12vw, 3.1rem) !important;
  }

  .cta p {
    font-size: 0.96rem !important;
  }

  .cta::before {
    right: -145px !important;
    width: 220px !important;
    height: 220px !important;
    opacity: 0.75;
  }

  .cta::after {
    display: none;
  }
}

.cta::before,
.cta::after {
  display: none !important;
  content: none !important;
}
