/* =========================
   COLABORACIONES NALS
   ========================= */

/* HERO */

.collab-hero {
  position: relative;
  min-height: 82vh;
  display: grid;
  place-items: center;
  padding-top: 140px;
  padding-bottom: 90px;
  overflow: hidden;
  background: #fff;
}

.collab-hero__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(147,207,186,.62)),
              url("../images/stock/bg_hero_colaboracion.png") center/cover no-repeat;
}

.collab-hero__content {
  position: relative;
  z-index: 2;
  max-width: 1240px;
}

.collab-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--azul-nals) !important;
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.collab-hero__title {
  max-width: 1120px;
  margin: 0 auto 24px auto;
  color: var(--text-dark);
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 800;
  line-height: .96;
  letter-spacing: -.8px;
}

.collab-hero__text {
  max-width: 980px;
}

.collab-hero__text p {
  color: var(--gris-texto);
  font-size: 19px;
  line-height: 1.75;
  margin-bottom: 16px;
}

.collab-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

/* BOTONES */

.collab-btn,
.option-btn,
.final-collab-btn {
  display: inline-block;
  border-radius: 6px;
  background: var(--azul-nals);
  color: #fff;
  text-decoration: none;
  font-family: "Satoshi-Bold", sans-serif;
  font-weight: 800;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}

.collab-btn {
  font-size: 20px;
  padding: 13px 28px;
}

.option-btn {
  width: fit-content;
  margin-top: auto;
  font-size: 18px;
  padding: 12px 24px;
}

.final-collab-btn {
  font-size: 21px;
  padding: 14px 30px;
}

.collab-btn:hover,
.option-btn:hover,
.final-collab-btn:hover {
  background: var(--azul-nals-dark);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
}

.collab-btn-outline,
.final-collab-btn-outline {
  background: transparent;
  color: var(--azul-nals);
  border: 2px solid var(--azul-nals);
}

.collab-btn-outline:hover,
.final-collab-btn-outline:hover {
  background: transparent;
  color: var(--azul-nals-dark);
  border-color: var(--azul-nals-dark);
}

/* TEXTOS */

.collab-section-intro {
  max-width: 850px;
  margin: 18px auto 0 auto;
  color: var(--gris-texto);
  font-size: 18px;
  line-height: 1.75;
}

.collab-text-block {
  max-width: 820px;
}

.collab-text-block p {
  color: var(--gris-texto);
  font-size: 18px;
  line-height: 1.78;
  margin-bottom: 18px;
}

.collab-text-block p:last-child {
  margin-bottom: 0;
}

/* OPCIONES */

.option-card {
  height: 100%;
  padding: 36px 32px;
  border-radius: 28px;
  background: var(--gris-claro);
  border: 1px solid var(--border-soft);
  box-shadow: 0px 0px 26px 7px rgba(147,207,186,0.30) !important;
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.option-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover) !important;
  border-color: rgba(29,175,150,.28);
}

.option-card-featured {
  background: linear-gradient(180deg, #ffffff 0%, var(--gris-claro) 100%);
}

.option-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 13px;
  border-radius: 999px;
  background: var(--azul-nals);
  color: var(--azul-cielo);
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.option-card h3 {
  color: var(--text-dark);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.02;
  margin-bottom: 18px;
}

.option-card p {
  color: var(--gris-texto);
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 28px;
}

/* INCLUYE */

.include-card,
.investment-card,
.support-card,
.ideal-card,
.benefit-card,
.final-collab-card {
  border: 1px solid var(--border-soft);
  box-shadow: 0px 0px 26px 7px rgba(147,207,186,0.30) !important;
}

.include-card {
  height: 100%;
  padding: 34px 30px;
  border-radius: 28px;
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.include-card:hover,
.benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover) !important;
  border-color: rgba(29,175,150,.28);
}

.include-number {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  background: var(--azul-nals);
  color: var(--azul-cielo);
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.include-card h3 {
  color: var(--text-dark);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 14px;
}

.include-card p {
  color: var(--gris-texto);
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 0;
}

/* INVERSIÓN */

.investment-card,
.support-card {
  height: 100%;
  padding: 34px 30px;
  border-radius: 28px;
  background: var(--gris-claro);
}

.investment-card h3,
.support-card h3 {
  color: var(--text-dark);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.02;
  margin-bottom: 24px;
}

.investment-list {
  display: grid;
  gap: 18px;
}

.investment-list div,
.support-row {
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--border-soft);
}

.investment-list span,
.support-row span {
  display: block;
  margin-bottom: 6px;
  color: var(--azul-nals);
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.investment-list strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text-dark);
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 26px;
  font-weight: 800;
}

.investment-list p,
.support-row p {
  color: var(--gris-texto);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
}

.support-card {
  display: grid;
  align-content: start;
  gap: 14px;
}

/* IDEAL */

.ideal-card {
  padding: 38px;
  border-radius: 30px;
  background: #fff;
}

.ideal-card h3 {
  color: var(--text-dark);
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 800;
  line-height: 1.03;
  margin-bottom: 16px;
}

.ideal-card p {
  color: var(--gris-texto);
  font-size: 17px;
  line-height: 1.72;
  margin-bottom: 0;
}

.ideal-card .collab-btn {
  width: 100%;
  text-align: center;
}

/* BENEFICIOS */

.benefit-card {
  height: 100%;
  padding: 32px 28px;
  border-radius: 28px;
  background: var(--gris-claro);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.benefit-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 22px auto;
  border-radius: 999px;
  background: var(--azul-nals);
  display: grid;
  place-items: center;
  color: var(--azul-cielo);
  font-size: 30px;
}

.benefit-card h3 {
  color: var(--text-dark);
  font-size: 27px;
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 14px;
}

.benefit-card p {
  color: var(--gris-texto);
  font-size: 16px;
  line-height: 1.65;
  line-height: 1.65;
  margin-bottom: 0;
}

/* FAQ */

.collab-faq {
  max-width: 920px;
  margin-inline: auto;
}

.collab-faq .accordion-item {
  border: 1px solid var(--azul-claro);
  margin-bottom: 14px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: none;
  background: #fff;
}

.collab-faq .accordion-button {
  background: #fff;
  color: var(--text-dark);
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 21px;
  font-weight: 800;
  padding: 20px 24px;
  box-shadow: none;
}

.collab-faq .accordion-button:not(.collapsed) {
  background: var(--azul-nals);
  color: var(--azul-cielo);
}

.collab-faq .accordion-button:focus {
  box-shadow: none;
}

.collab-faq .accordion-body {
  color: var(--gris-texto);
  font-size: 17px;
  line-height: 1.7;
  padding: 22px 24px 26px 24px;
}

/* CTA FINAL */

.final-collab-cta {
  background: var(--gris-claro);
}

.final-collab-card {
  max-width: 980px;
  margin-inline: auto;
  padding: 46px 34px;
  border-radius: 30px;
  background: #fff;
}

.final-collab-card h2 {
  max-width: 820px;
  margin: 0 auto 18px auto;
  color: var(--text-dark);
  font-size: clamp(34px, 3.8vw, 58px);
  font-weight: 800;
  line-height: 1.02;
}

.final-collab-card p {
  max-width: 760px;
  margin: 0 auto 30px auto;
  color: var(--gris-texto);
  font-size: 18px;
  line-height: 1.75;
}

.final-collab-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

/* RESPONSIVE */

@media (max-width: 992px) {

  .collab-hero {
    min-height: auto;
    padding-top: 130px;
    padding-bottom: 76px;
    text-align: center;
  }

  .collab-text-block {
    text-align: center;
    margin-inline: auto;
  }

  .ideal-card {
    text-align: center;
  }

  .ideal-card .collab-btn {
    width: fit-content;
  }
}

@media (max-width: 575px) {

  .collab-hero {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .collab-hero__title {
    font-size: clamp(38px, 13vw, 54px);
  }

  .collab-hero__text p {
    font-size: 17px;
    line-height: 1.65;
  }

  .collab-btn,
  .option-btn,
  .final-collab-btn {
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 13px 20px;
  }

  .option-card,
  .include-card,
  .investment-card,
  .support-card,
  .ideal-card,
  .benefit-card,
  .final-collab-card {
    border-radius: 24px;
    padding: 28px 22px;
  }

  .option-card h3,
  .investment-card h3,
  .support-card h3 {
    font-size: 30px;
  }

  .collab-section-intro {
    font-size: 16px;
    line-height: 1.65;
  }

  .collab-faq .accordion-button {
    font-size: 19px;
    padding: 18px 20px;
  }
}