/* CONTACTO / PRESUPUESTO */

.active-link {
  opacity: .6;
}

/* HERO */

.ct-hero {
  padding: 170px 0 110px;
  background:
    radial-gradient(circle at 85% 20%, rgba(54,103,255,.12), transparent 28%),
    #f6f6f3;
}

.ct-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 80px;
  align-items: center;
}

.ct-hero-copy > span,
.ct-label,
.ct-final-content > span {
  display: inline-block;
  margin-bottom: 18px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .18em;
}

.ct-hero h1 {
  margin: 0;
  max-width: 800px;
  font-size: clamp(4.4rem, 9vw, 8rem);
  line-height: .86;
  letter-spacing: -.065em;
}

.ct-hero-copy > p {
  max-width: 670px;
  margin: 30px 0 38px;
  color: #66666d;
  font-size: 1.15rem;
  line-height: 1.7;
}

.ct-hero-points {
  display: grid;
  gap: 0;
  border-top: 1px solid #d8d8dc;
}

.ct-hero-points > div {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 16px;
  padding: 17px 0;
  border-bottom: 1px solid #d8d8dc;
}

.ct-hero-points strong {
  color: #96969d;
}

.ct-hero-points span {
  font-weight: 700;
}

.ct-hero-card {
  padding: 45px;
  border-radius: 28px;
  background: #111114;
  color: #fff;
  box-shadow: 0 30px 80px rgba(0,0,0,.15);
}

.ct-hero-card > span {
  color: #99999f;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .16em;
}

.ct-hero-card h2 {
  margin: 20px 0 16px;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: .98;
  letter-spacing: -.045em;
}

.ct-hero-card p {
  margin-bottom: 28px;
  color: rgba(255,255,255,.62);
  line-height: 1.65;
}

.ct-whatsapp-btn {
  display: block;
  padding: 17px 22px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-weight: 800;
  text-align: center;
}

.ct-hero-card small {
  display: block;
  margin-top: 17px;
  color: rgba(255,255,255,.45);
  line-height: 1.5;
}

/* FORMULARIO */

.ct-form-section {
  padding: 115px 0;
  background: #fff;
}

.ct-form-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 85px;
  align-items: start;
}

.ct-form-intro {
  position: sticky;
  top: 120px;
}

.ct-form-intro h2 {
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: .96;
  letter-spacing: -.055em;
}

.ct-form-intro > p {
  margin-top: 25px;
  color: #6c6c72;
  line-height: 1.7;
}

.ct-side-info {
  margin-top: 45px;
  border-top: 1px solid #dedee2;
}

.ct-side-info article {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 15px;
  padding: 21px 0;
  border-bottom: 1px solid #dedee2;
}

.ct-side-info article > span {
  color: #9a9aa0;
  font-size: .8rem;
}

.ct-side-info h3 {
  margin-bottom: 5px;
  font-size: 1.05rem;
}

.ct-side-info p {
  color: #77777d;
  font-size: .92rem;
  line-height: 1.5;
}

/* CARD FORM */

.ct-form-card {
  padding: 45px;
  border-radius: 26px;
  background: #f5f5f3;
}

.ct-form-card form {
  display: grid;
  gap: 24px;
}

.ct-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.ct-field {
  display: grid;
  gap: 9px;
}

.ct-field label {
  font-size: .86rem;
  font-weight: 800;
}

.ct-field input,
.ct-field select,
.ct-field textarea {
  width: 100%;
  padding: 15px 17px;
  border: 1px solid #d6d6da;
  border-radius: 13px;
  outline: none;
  background: #fff;
  color: #151517;
  font: inherit;
  transition:
    border-color .2s ease,
    box-shadow .2s ease;
}

.ct-field input:focus,
.ct-field select:focus,
.ct-field textarea:focus {
  border-color: #222;
  box-shadow: 0 0 0 3px rgba(0,0,0,.05);
}

.ct-field textarea {
  min-height: 170px;
  resize: vertical;
}

.ct-field small {
  color: #8a8a90;
  font-size: .78rem;
  line-height: 1.45;
}

.ct-file input {
  padding: 13px;
}

.ct-check {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: #66666c;
  font-size: .85rem;
  line-height: 1.45;
}

.ct-check input {
  margin-top: 3px;
}

.ct-submit {
  width: 100%;
  padding: 18px 25px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  background: #111114;
  color: #fff;
  font: inherit;
  font-weight: 800;
  transition:
    transform .2s ease,
    opacity .2s ease;
}

.ct-submit:hover {
  transform: translateY(-2px);
  opacity: .9;
}

/* CONFIANZA */

.ct-trust {
  padding: 110px 0;
  background: #f5f5f2;
}

.ct-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.ct-trust-grid article {
  min-height: 270px;
  padding: 27px;
  border-radius: 20px;
  background: #fff;
}

.ct-trust-grid article > span {
  display: block;
  margin-bottom: 80px;
  color: #9b9ba0;
  font-size: .75rem;
}

.ct-trust-grid h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
}

.ct-trust-grid p {
  color: #717177;
  line-height: 1.6;
}

/* FINAL CTA */

.ct-final {
  padding: 120px 0;
  background: #101012;
  color: #fff;
  text-align: center;
}

.ct-final-content {
  max-width: 1050px;
}

.ct-final h2 {
  margin-bottom: 24px;
  font-size: clamp(3rem, 7vw, 6.7rem);
  line-height: .9;
  letter-spacing: -.06em;
}

.ct-final p {
  max-width: 650px;
  margin: 0 auto 32px;
  color: rgba(255,255,255,.62);
  font-size: 1.05rem;
  line-height: 1.7;
}

.ct-final-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.ct-light-btn {
  background: #fff;
  color: #111;
  border-color: #fff;
}

/* RESPONSIVE */

@media (max-width: 1024px) {

  .ct-hero-grid,
  .ct-form-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .ct-form-intro {
    position: static;
  }

  .ct-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 650px) {

  .ct-hero {
    padding: 140px 0 75px;
  }

  .ct-form-section,
  .ct-trust,
  .ct-final {
    padding: 75px 0;
  }

  .ct-hero-card,
  .ct-form-card {
    padding: 28px 22px;
    border-radius: 20px;
  }

  .ct-field-row {
    grid-template-columns: 1fr;
  }

  .ct-trust-grid {
    grid-template-columns: 1fr;
  }

  .ct-trust-grid article {
    min-height: auto;
  }

  .ct-trust-grid article > span {
    margin-bottom: 45px;
  }

}
