/* Contacto y cotizaciones */
.anza-contact-page {
  color: #526a79;
  background: #f4f7f9;
}

.anza-contact-hero {
  position: relative;
  overflow: hidden;
  padding: 180px 0 88px;
  color: #fff;
  background:
    linear-gradient(108deg, rgba(5, 22, 34, 0.98) 0%, rgba(10, 44, 65, 0.95) 62%, rgba(22, 70, 96, 0.92) 100%);
}

.anza-contact-hero::after {
  display: none;
  content: none;
}

.anza-contact-hero .container {
  position: relative;
  z-index: 1;
}

.anza-contact-hero h1 {
  max-width: 760px;
  margin: 14px 0 22px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(44px, 5.2vw, 74px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.anza-contact-hero p {
  max-width: 740px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.75;
}

.anza-contact-proof {
  margin: 0 0 4px 32px;
  padding: 0;
  list-style: none;
}

.anza-contact-proof li {
  position: relative;
  padding: 14px 0 14px 31px;
  color: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.anza-contact-proof li::before {
  position: absolute;
  top: 13px;
  left: 2px;
  color: #a9dcfa;
  content: "✓";
  font-size: 16px;
}

.anza-contact-section {
  padding: 86px 0 96px;
}

.anza-contact-form-card,
.anza-contact-aside-card {
  background: #fff;
  border: 1px solid #d9e3e9;
  border-radius: 7px;
  box-shadow: 0 20px 55px rgba(9, 37, 54, 0.08);
}

.anza-contact-form-card {
  padding: 48px;
}

.anza-contact-form-heading {
  margin-bottom: 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e0e8ed;
}

.anza-contact-form-heading h2,
.anza-contact-aside-card h2 {
  color: #0e2738;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.anza-contact-form-heading h2 {
  margin: 9px 0 10px;
  font-size: 34px;
  letter-spacing: -0.025em;
}

.anza-contact-form-heading p {
  margin: 0;
  color: #657b89;
  font-size: 13px;
}

.anza-contact-form label {
  display: block;
  margin-bottom: 8px;
  color: #173448;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.anza-contact-form .form-group {
  margin-bottom: 23px;
}

.anza-contact-form .form-control {
  height: 50px;
  padding: 10px 14px;
  color: #173448;
  background: #f9fbfc;
  border: 1px solid #cbd9e1;
  border-radius: 4px;
  font-size: 15px;
}

.anza-contact-form textarea.form-control {
  min-height: 150px;
  padding-top: 13px;
  resize: vertical;
}

.anza-contact-form .form-control:focus {
  background: #fff;
  border-color: #1d72da;
  box-shadow: 0 0 0 3px rgba(29, 114, 218, 0.13);
}

.anza-contact-form.was-validated .form-control:invalid,
.anza-contact-form.was-validated input[type="checkbox"]:invalid {
  border-color: #b73737;
}

.anza-field-help {
  display: block;
  margin-top: 8px;
  color: #718692;
  font-size: 12px;
  line-height: 1.55;
}

.anza-contact-technical {
  margin: 4px 0 28px;
  border: 1px solid #d8e3e9;
  border-radius: 5px;
}

.anza-contact-technical summary {
  padding: 18px 20px;
  color: #163448;
  background: #f2f7fa;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.anza-contact-technical summary span {
  float: right;
  color: #687f8d;
  font-family: "Oxygen", sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.anza-contact-technical-fields {
  padding: 24px 20px 2px;
}

.anza-contact-consent {
  display: grid;
  grid-template-columns: 19px 1fr;
  gap: 11px;
  align-items: start;
  padding: 17px 18px;
  background: #f5f8fa;
  border-radius: 4px;
}

.anza-contact-consent input {
  width: 17px;
  height: 17px;
  margin-top: 2px;
}

.anza-contact-consent label {
  margin: 0;
  color: #526a79;
  font-family: "Oxygen", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.55;
}

.anza-turnstile-wrap {
  min-height: 70px;
  margin: 25px 0 22px;
}

.anza-contact-submit-row {
  display: flex;
  gap: 24px;
  align-items: center;
}

.anza-contact-submit,
body .anza-contact-submit {
  flex: 0 0 auto;
  min-height: 54px;
  padding: 15px 25px;
  color: #fff;
  background: #1d72da;
  border: 0;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.anza-contact-submit:hover,
.anza-contact-submit:focus {
  color: #fff;
  background: #155eb8;
}

.anza-contact-submit:disabled {
  cursor: wait;
  opacity: 0.64;
}

.anza-contact-submit-row p {
  max-width: 290px;
  margin: 0;
  color: #718692;
  font-size: 11px;
  line-height: 1.55;
}

.anza-contact-status {
  margin-bottom: 26px;
  padding: 16px 18px;
  border: 1px solid;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.6;
}

.anza-contact-status--success {
  color: #175b38;
  background: #eaf8f0;
  border-color: #9fd4b7;
}

.anza-contact-status--error {
  color: #802929;
  background: #fff0f0;
  border-color: #e3aaaa;
}

.anza-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.anza-contact-aside-card {
  margin: 0 0 24px 18px;
  padding: 34px 31px;
}

.anza-contact-aside-card h2 {
  margin: 9px 0 25px;
  font-size: 23px;
  line-height: 1.28;
}

.anza-contact-aside-card--soft {
  background: #eaf2f6;
  box-shadow: none;
}

.anza-contact-channels,
.anza-contact-data-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.anza-contact-channels li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: center;
  padding: 17px 0;
  border-top: 1px solid #e0e8ed;
}

.anza-contact-channels .fa {
  color: #1d72da;
  font-size: 19px;
  text-align: center;
}

.anza-contact-channels small,
.anza-contact-channels a {
  display: block;
}

.anza-contact-channels small {
  margin-bottom: 2px;
  color: #758894;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.anza-contact-channels a {
  color: #173448;
  font-size: 14px;
  font-weight: 700;
}

.anza-contact-data-list li {
  position: relative;
  padding: 9px 0 9px 25px;
  color: #2c4d60;
  font-size: 13px;
}

.anza-contact-data-list li::before {
  position: absolute;
  left: 1px;
  color: #1d72da;
  content: "✓";
  font-weight: 700;
}

.anza-contact-aside-card--soft p {
  margin: 22px 0 0;
  padding-top: 19px;
  color: #607784;
  border-top: 1px solid #cedce4;
  font-size: 12px;
  line-height: 1.65;
}

.anza-contact-page a:focus-visible,
.anza-contact-page button:focus-visible,
.anza-contact-page input:focus-visible,
.anza-contact-page select:focus-visible,
.anza-contact-page textarea:focus-visible,
.anza-contact-page summary:focus-visible {
  outline: 3px solid #75bdf0;
  outline-offset: 3px;
}

@media (max-width: 991.98px) {
  .anza-contact-hero {
    padding: 150px 0 78px;
  }

  .anza-contact-proof {
    margin: 38px 0 0;
  }

  .anza-contact-aside-card {
    margin: 28px 0 0;
  }
}

@media (max-width: 767.98px) {
  .anza-contact-hero {
    padding: 132px 0 68px;
  }

  .anza-contact-hero h1 {
    font-size: 41px;
  }

  .anza-contact-hero p {
    font-size: 16px;
  }

  .anza-contact-section {
    padding: 62px 0 72px;
  }

  .anza-contact-form-card {
    padding: 31px 24px;
  }

  .anza-contact-form-heading h2 {
    font-size: 29px;
  }

  .anza-contact-submit-row {
    display: block;
  }

  .anza-contact-submit,
  body .anza-contact-submit {
    width: 100%;
  }

  .anza-contact-submit-row p {
    max-width: none;
    margin-top: 14px;
  }
}

@media (max-width: 380px) {
  .anza-contact-form-card {
    padding: 27px 18px;
  }

  .anza-turnstile-wrap {
    overflow-x: auto;
  }
}
