html, body {
  overflow-x: hidden;
}

.fracta-geo-section {
  background: #f6f8fb;
  padding: 72px 0;
}

.fracta-geo-heading {
  max-width: 920px;
  margin: 0 auto 30px;
  text-align: center;
}

.fracta-geo-heading .eyebrow {
  color: #39847a;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.fracta-geo-heading h2 {
  color: #17243a;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.08;
  margin-bottom: 14px;
}

.fracta-geo-heading p {
  color: #4c596b;
  font-size: 1.08rem;
}

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

.geo-card {
  background: #ffffff;
  border: 1px solid rgba(23, 36, 58, .11);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(23, 36, 58, .08);
  padding: 24px;
}

.geo-card h3 {
  color: #17243a;
  font-size: 1.15rem;
  line-height: 1.25;
  margin: 0 0 10px;
}

.geo-card p {
  color: #4c596b;
  font-size: .98rem;
  line-height: 1.58;
  margin: 0;
}

.fracta-geo-cta {
  margin-top: 30px;
  text-align: center;
}

.fracta-contact-form {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 16px 45px rgba(23, 36, 58, .1);
  padding: 28px;
}

.fracta-contact-form .form-control {
  min-height: 52px;
}

.fracta-contact-form .form-control::placeholder {
  color: rgba(76, 89, 107, .46);
  opacity: 1;
}

.fracta-contact-form .form-control:focus::placeholder {
  color: transparent;
  opacity: 0;
}

.fracta-contact-form textarea.form-control {
  min-height: 150px;
}

.fracta-form-note {
  color: #4c596b;
  margin: 18px 0 0;
  text-align: center;
}

@media (max-width: 991px) {
  .fracta-geo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .fracta-geo-section {
    padding: 52px 0;
  }

  .fracta-geo-grid {
    grid-template-columns: 1fr;
  }

  .geo-card,
  .fracta-contact-form {
    padding: 20px;
  }
}

#chatbutton-wa.floating-wpp,
.floating-wpp.right {
  right: 18px !important;
  left: auto !important;
}

#chatbutton-wa.floating-wpp .floating-wpp-popup {
  right: 0;
  left: auto;
}

.fracta-page-form-section {
  background: #ffffff;
  padding: 72px 0;
}

.fracta-form-heading {
  max-width: 860px;
  margin: 0 auto 28px;
  text-align: center;
}

.fracta-form-heading h2 {
  color: #17243a;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.1;
  margin-bottom: 12px;
}

.fracta-form-heading p {
  color: #4c596b;
  font-size: 1.06rem;
}

.fracta-privacy-note {
  color: #4c596b;
  font-size: .96rem;
  margin-top: 18px;
  text-align: center;
}

.fracta-privacy-note p {
  margin: 0 0 6px;
}

.fracta-privacy-note a {
  color: #0b0b70;
  font-weight: 700;
  text-decoration: underline;
}

.fracta-compact-contact-header .cid-u9LtwFqhe9 {
  padding-bottom: .75rem;
}

.fracta-compact-contact-header .cid-u9LtwFqhe9 .image-wrapper {
  height: min(58vh, 540px);
  min-height: 0;
}

.fracta-compact-contact-header .cid-u9LtwFqhe9 .image-wrapper img {
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.fracta-compact-contact-header .cid-u9LtwFqhe9 .title {
  top: 43%;
}

.fracta-compact-contact-header .cid-u9LtwFqhe9 .btn-wrap {
  padding: 1rem 1.2rem;
  border-radius: 1.5rem;
}

.fracta-compact-contact-header .fracta-page-form-section[id^="cotizacion-"] {
  padding-top: 48px;
}

@media (max-width: 992px) {
  .fracta-compact-contact-header .cid-u9LtwFqhe9 .image-wrapper {
    height: min(56vh, 440px);
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .fracta-compact-contact-header .cid-u9LtwFqhe9 .item-wrapper {
    margin-top: 2rem;
  }

  .fracta-compact-contact-header .cid-u9LtwFqhe9 .image-wrapper {
    height: 360px;
    min-height: 0;
  }

  .fracta-compact-contact-header .cid-u9LtwFqhe9 .title {
    top: 34%;
  }

  .fracta-compact-contact-header .fracta-page-form-section[id^="cotizacion-"] {
    padding-top: 40px;
  }
}

