/* ============================================================
   PROMOTOR.CSS — Nordic Consultores
   Prefijo: .prom-
   ============================================================ */

/* Variables locales */
:root {
  --prom-gold:       #9B8355;
  --prom-gold-light: #C4A96D;
  --prom-navy:       #0B1D2E;
  --prom-navy-core:  #162844;
  --prom-navy-mid:   #2A4A6B;
  --prom-ice:        #F0F4F8;
  --prom-line:       #D9E2EC;
  --prom-text:       #2C2F36;
  --prom-muted:      #6B7280;
  --prom-blue:       #3E6690;
  --prom-transition: 0.2s ease;
}

/* Utilidades compartidas */
.prom-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(24px, 6vw, 80px);
}

.prom-label {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--prom-gold);
  margin-bottom: 18px;
}
.prom-label--white { color: rgba(255,255,255,0.55); }

.prom-rule {
  display: inline-block;
  width: 40px;
  height: 1px;
  background: var(--prom-gold);
  flex-shrink: 0;
}
.prom-rule--gold { background: var(--prom-gold); }

.prom-h2 {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: clamp(36px, 3.8vw, 56px);
  color: var(--prom-navy);
  line-height: 1.1;
  letter-spacing: -0.005em;
  margin: 0 0 24px;
}
.prom-h2--white { color: #fff; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal[style*="--i:1"] { transition-delay: 0.1s; }
.reveal[style*="--i:2"] { transition-delay: 0.2s; }
.reveal[style*="--i:3"] { transition-delay: 0.3s; }
.reveal[style*="--i:4"] { transition-delay: 0.4s; }
.reveal.is-visible { opacity: 1; transform: none; }

/* ============================================================
   S01 — HERO
   ============================================================ */
.prom-hero {
  position: relative;
  min-height: 100vh;
  background-color: var(--prom-navy);
  background-image: url('../Assets/images-videos/hero/hero-financiacion.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
}

.prom-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(11, 29, 46, 0.70);
  z-index: 0;
}

.prom-hero__body {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 108px 0 40px;
}

.prom-hero__container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding: 0 clamp(24px, 4vw, 56px);
}

.prom-hero__grid {
  display: grid;
  grid-template-columns: 56% 44%;
  gap: 48px;
  align-items: center;
}

/* Columna izquierda */
.prom-hero__left { color: #fff; }

.prom-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--prom-gold-light);
  margin-bottom: 20px;
}

.prom-hero__rule {
  display: inline-block;
  width: 40px;
  height: 1px;
  background: var(--prom-gold-light);
  flex-shrink: 0;
}

.prom-hero__h1 {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: clamp(42px, 4.8vw, 68px);
  line-height: 1.08;
  color: #fff;
  letter-spacing: -0.01em;
  margin: 0 0 24px;
}

.prom-hero__tagline {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: clamp(17px, 1.6vw, 22px);
  color: rgba(255, 255, 255, 0.82);
  letter-spacing: -0.005em;
  line-height: 1.3;
  margin: 0 0 16px;
  max-width: 520px;
}

.prom-hero__p {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  max-width: 520px;
  margin: 0 0 28px;
}

.prom-hero__bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.prom-hero__bullets li {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.90);
  display: flex;
  align-items: center;
  gap: 10px;
}

.prom-hero__check {
  color: var(--prom-gold-light);
  font-size: 14px;
  flex-shrink: 0;
}

/* Columna derecha — form card */
.prom-hero__right {
  position: sticky;
  top: 100px;
  align-self: start;
}

.prom-form-card {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.prom-form-card__inner {
  padding: 36px 40px 32px;
}

.prom-form__title {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: var(--prom-navy);
  margin: 0 0 6px;
}

.prom-form__subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7EA3CB;
  margin: 0 0 24px;
}

.prom-form-step { display: none; }
.prom-form-step--active { display: block; }

.prom-form__progress {
  height: 2px;
  background: var(--prom-line);
  margin-top: 16px;
  margin-bottom: 24px;
}
.prom-form__progress-bar {
  height: 100%;
  background: var(--prom-gold);
  transition: width 0.4s ease;
}

.prom-form__label {
  display: block;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--prom-gold);
  margin: 16px 0 6px;
}
.prom-form__label:first-of-type { margin-top: 0; }

.prom-form__select-wrap {
  position: relative;
}
.prom-form__select-wrap::after {
  content: '›';
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-size: 14px;
  color: var(--prom-navy-mid);
  pointer-events: none;
}
.prom-form__select-wrap select {
  width: 100%;
  appearance: none;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: var(--prom-text);
  background: #fff;
  border: 1px solid var(--prom-line);
  padding: 10px 36px 10px 12px;
  outline: none;
  transition: border-color var(--prom-transition);
  border-radius: 0;
}
.prom-form__select-wrap select:focus { border-color: var(--prom-gold); }

.prom-form__input {
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: var(--prom-text);
  background: #fff;
  border: 1px solid var(--prom-line);
  padding: 10px 12px;
  outline: none;
  transition: border-color var(--prom-transition);
  border-radius: 0;
  box-sizing: border-box;
  margin-bottom: 2px;
}
.prom-form__input:focus { border-color: var(--prom-gold); }

.prom-form__check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 11.5px;
  font-weight: 300;
  color: var(--prom-muted);
  line-height: 1.5;
  cursor: pointer;
  margin: 16px 0 20px;
}
.prom-form__check input { flex-shrink: 0; margin-top: 2px; accent-color: var(--prom-gold); }
.prom-form__check a { color: var(--prom-navy-core); text-decoration: underline; }

.prom-form__continuar-wrap { margin-top: 20px; }

.prom-form__btn-continuar {
  width: 100%;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: var(--prom-navy-core);
  border: none;
  padding: 14px 32px;
  cursor: pointer;
  transition: background var(--prom-transition);
  border-radius: 0;
}
.prom-form__btn-continuar:hover { background: var(--prom-navy-mid); }

.prom-form__btn-submit {
  width: 100%;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: var(--prom-gold);
  border: none;
  padding: 16px;
  cursor: pointer;
  transition: background var(--prom-transition);
  border-radius: 0;
}
.prom-form__btn-submit:hover { background: #8a7248; }

.prom-form__note {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 11px;
  color: #7EA3CB;
  text-align: center;
  margin: 10px 0 0;
}

/* Strip */
.prom-hero__strip {
  position: relative;
  z-index: 1;
  background: var(--prom-navy);
  border-top: 1px solid var(--prom-gold);
}

.prom-hero__strip-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(24px, 6vw, 80px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.prom-strip__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  gap: 4px;
}

.prom-strip__num {
  font-family: 'Jost', sans-serif;
  font-weight: 200;
  font-size: 26px;
  color: var(--prom-gold-light);
  line-height: 1;
  letter-spacing: -0.01em;
}

.prom-strip__label {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}

/* ============================================================
   S02 — SITUACIONES
   ============================================================ */
.prom-s02 {
  padding: 100px clamp(24px, 6vw, 80px);
  background: #fff;
}

.prom-s02__header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 56px;
}
.prom-s02__header .prom-label { justify-content: center; }

.prom-s02__intro {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: var(--prom-blue);
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}

.prom-s02__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 24px;
}

.prom-s02__card {
  padding: 36px 32px 32px;
  border: 1px solid var(--prom-line);
  border-top: 3px solid transparent;
  background: #fff;
  transition: border-color var(--prom-transition), border-top-color var(--prom-transition), box-shadow var(--prom-transition), transform var(--prom-transition);
}
.prom-s02__card:hover {
  border-color: var(--prom-navy-mid);
  border-top-color: var(--prom-gold);
  box-shadow: 0 6px 32px rgba(22, 40, 68, 0.08);
  transform: translateY(-2px);
}

.prom-s02__card--wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 32px;
  align-items: start;
}
.prom-s02__card--wide .prom-s02__num { grid-row: 1 / 3; }

.prom-s02__num {
  font-family: 'Jost', sans-serif;
  font-weight: 200;
  font-size: 48px;
  color: var(--prom-gold);
  opacity: 0.20;
  display: block;
  line-height: 1;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}

.prom-s02__title {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: var(--prom-navy-core);
  margin: 0 0 12px;
  line-height: 1.3;
}

.prom-s02__body {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 14.5px;
  color: var(--prom-muted);
  line-height: 1.75;
  margin: 0;
}

/* ============================================================
   S03 — QUÉ FINANCIAMOS
   ============================================================ */
.prom-s03 {
  padding: 100px clamp(24px, 6vw, 80px);
  position: relative;
  overflow: hidden;
}
.prom-s03__bg {
  position: absolute;
  inset: 0;
  background-image: url('../Assets/images-videos/hero/hero-promotor4.jpg');
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.prom-s03__overlay {
  position: absolute;
  inset: 0;
  background: rgba(11, 29, 46, 0.58);
  z-index: 1;
}

.prom-s03__header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 56px;
}
.prom-s03__header .prom-label {
  justify-content: center;
  color: #C4A96D;
}
.prom-s03__header .prom-rule { background: #C4A96D; opacity: 0.6; }
.prom-s03 .prom-h2 {
  color: #fff;
  font-weight: 300;
}

.prom-s03__intro {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: rgba(255,255,255,0.82);
  line-height: 1.7;
  margin: 0 auto;
}

.prom-s03__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.prom-s03__card {
  padding: 36px 32px 32px;
  background: #fff;
  border: 1px solid var(--prom-line);
  border-top: 3px solid transparent;
  transition: border-top-color var(--prom-transition), box-shadow var(--prom-transition), transform var(--prom-transition);
}
.prom-s03__card:hover {
  border-top-color: var(--prom-gold);
  box-shadow: 0 6px 32px rgba(22, 40, 68, 0.08);
  transform: translateY(-2px);
}

.prom-s03__card--accent {
  grid-column: 2 / 4;
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.prom-s03__num {
  font-family: 'Jost', sans-serif;
  font-weight: 200;
  font-size: 44px;
  color: var(--prom-gold);
  opacity: 0.22;
  display: block;
  line-height: 1;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
  flex-shrink: 0;
}

.prom-s03__title {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: var(--prom-navy-core);
  margin: 0 0 10px;
  line-height: 1.3;
}

.prom-s03__body {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: var(--prom-muted);
  line-height: 1.75;
  margin: 0;
}

/* ============================================================
   S04 — TABLA COMPARATIVA
   ============================================================ */
.prom-s04 {
  padding: 100px clamp(24px, 6vw, 80px);
  background: var(--prom-navy);
}

.prom-s04__header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 56px;
}
.prom-s04__header .prom-label { justify-content: center; }

.prom-s04__table-wrap {
  max-width: 1000px;
  margin: 0 auto;
  overflow-x: auto;
}

.prom-table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.prom-table__th {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 24px;
  text-align: left;
}
.prom-table__th--empty { width: 38%; }
.prom-table__th--nordic {
  background: var(--prom-gold);
  color: #fff;
  width: 31%;
}
.prom-table__th--banca {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.80);
  width: 31%;
}

.prom-table__row td {
  padding: 13px 24px;
  vertical-align: middle;
}
.prom-table__row--alt td { background: rgba(255, 255, 255, 0.03); }

.prom-table__feature {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.prom-table__nordic {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.prom-table__banca {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.70);
}

.prom-check { color: var(--prom-gold-light); margin-right: 4px; }
.prom-cross { color: rgba(220, 38, 38, 0.70); margin-right: 4px; }

.prom-s04__cta {
  text-align: center;
  margin-top: 56px;
}
.prom-s04__cta-text {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.80);
  margin-bottom: 20px;
}
.prom-s04__cta-btn {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.40);
  padding: 16px 40px;
  text-decoration: none;
  transition: background var(--prom-transition), border-color var(--prom-transition);
}
.prom-s04__cta-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.70);
}

/* ============================================================
   S05 — REQUISITOS
   ============================================================ */
.prom-s05 {
  padding: 100px clamp(24px, 6vw, 80px);
  position: relative;
  overflow: hidden;
}
.prom-s05__bg {
  position: absolute;
  inset: 0;
  background-image: url('../Assets/images-videos/sections/section-promotor-edificios.jpg');
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.prom-s05__overlay {
  position: absolute;
  inset: 0;
  background: rgba(11, 29, 46, 0.82);
  z-index: 1;
}

.prom-s05__header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 56px;
}
.prom-s05__header .prom-label { justify-content: center; color: rgba(255,255,255,0.55); }
.prom-s05__header .prom-rule { background: var(--prom-gold); }
.prom-s05__header .prom-h2 { color: #fff; }

.prom-s05__intro {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
  margin: 0 auto;
}

.prom-s05__grid {
  max-width: 1200px;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.prom-s05__col {
  padding: 40px 36px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
  transition: background var(--prom-transition);
}
.prom-s05__col:hover { background: rgba(255, 255, 255, 0.24); }

.prom-s05__num {
  font-family: 'Jost', sans-serif;
  font-weight: 200;
  font-size: 52px;
  color: var(--prom-gold-light);
  opacity: 0.35;
  display: block;
  line-height: 1;
  margin-bottom: 16px;
}

.prom-s05__title {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  margin: 0 0 12px;
  line-height: 1.3;
}

.prom-s05__body {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.75;
  margin: 0;
}

.prom-s05__nota {
  max-width: 1200px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.20);
  padding: 24px 40px;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  line-height: 1.6;
}

/* ============================================================
   S06 — PROCESO
   ============================================================ */
.prom-s06 {
  padding: 100px clamp(24px, 6vw, 80px);
  background: #162844;
}

.prom-s06__header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 72px;
}
.prom-s06__header .prom-label {
  justify-content: center;
  color: #C4A96D;
}
.prom-s06__header .prom-rule { background: #C4A96D; }
.prom-s06 .prom-h2 { color: #fff; }

.prom-s06__steps {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.prom-s06__step {
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 32px;
  position: relative;
}

.prom-s06__circle {
  width: 48px;
  height: 48px;
  background: var(--prom-gold);
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.prom-s06__connector { display: none; }

.prom-s06__top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.prom-s06__icon {
  width: 20px;
  height: 20px;
  color: #C4A96D;
  flex-shrink: 0;
}

.prom-s06__title {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #fff;
  margin: 0 0 12px;
  line-height: 1.4;
}

.prom-s06__body {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 13.5px;
  color: rgba(255,255,255,0.60);
  line-height: 1.75;
  margin: 0;
}

/* ============================================================
   S07 — POR QUÉ NORDIC
   ============================================================ */
.prom-s07 {
  padding: 100px clamp(24px, 6vw, 80px);
  background: var(--prom-ice);
}

.prom-s07__header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 56px;
}
.prom-s07__header .prom-label { justify-content: center; }

.prom-s07__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.prom-s07__col {
  padding: 40px;
  background: #fff;
  border: 1px solid var(--prom-line);
  border-top: 3px solid transparent;
  transition: border-top-color var(--prom-transition), box-shadow var(--prom-transition), transform var(--prom-transition);
}
.prom-s07__col:hover {
  border-top-color: var(--prom-gold);
  box-shadow: 0 6px 32px rgba(22, 40, 68, 0.08);
  transform: translateY(-2px);
}

.prom-s07__icon-wrap {
  margin-bottom: 20px;
}

.prom-s07__icon {
  width: 40px;
  height: 40px;
  color: var(--prom-gold);
}

.prom-s07__title {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: var(--prom-navy-core);
  margin: 0 0 12px;
  line-height: 1.3;
}

.prom-s07__body {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 14.5px;
  color: var(--prom-muted);
  line-height: 1.75;
  margin: 0;
}

/* ============================================================
   S08 — FAQ
   ============================================================ */
.prom-s08 {
  padding: 100px clamp(24px, 6vw, 80px);
  background: #fff;
}

.prom-s08__header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 56px;
}
.prom-s08__header .prom-label { justify-content: center; }

.prom-s08__title {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: clamp(24px, 3vw, 36px);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--prom-navy);
  line-height: 1.3;
  margin: 0;
}

.prom-s08__list {
  max-width: 840px;
  margin: 0 auto;
}

.prom-s08__item {
  border-bottom: 1px solid var(--prom-line);
}

.prom-s08__q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  background: none;
  border: none;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--prom-navy-core);
  cursor: pointer;
  text-align: left;
  gap: 20px;
  transition: color var(--prom-transition);
}
.prom-s08__q:hover { color: var(--prom-gold); }

.prom-s08__icon {
  font-size: 20px;
  color: var(--prom-gold);
  flex-shrink: 0;
  transition: transform var(--prom-transition);
  font-family: 'Jost', sans-serif;
  font-weight: 200;
}
.prom-s08__item.is-open .prom-s08__icon { transform: rotate(45deg); }

.prom-s08__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.prom-s08__item.is-open .prom-s08__a { max-height: 200px; }

.prom-s08__a p {
  padding: 0 0 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: var(--prom-blue);
  line-height: 1.7;
  margin: 0;
}

/* ============================================================
   S09 — CTA FINAL + FORMULARIO
   ============================================================ */
.prom-s09 {
  padding: 100px clamp(24px, 6vw, 80px);
  background: var(--prom-navy);
}

.prom-s09__header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 56px;
}

.prom-s09__h2 {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: clamp(36px, 3.8vw, 56px);
  color: #fff;
  line-height: 1.12;
  letter-spacing: -0.005em;
  margin: 0 0 20px;
}

.prom-s09__p {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  margin: 0;
}

.prom-s09__form-wrap {
  max-width: 760px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 48px;
}

.prom-s09__row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.prom-s09__field { margin-bottom: 20px; }
.prom-s09__row-2 .prom-s09__field { margin-bottom: 0; }

.prom-s09__label {
  display: block;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.60);
  margin-bottom: 6px;
}

.prom-s09__optional {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.35);
  text-transform: none;
  letter-spacing: 0;
}

.prom-s09__input,
.prom-s09__select,
.prom-s09__textarea {
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 11px 14px;
  outline: none;
  transition: border-color var(--prom-transition);
  border-radius: 0;
  box-sizing: border-box;
}
.prom-s09__input::placeholder,
.prom-s09__textarea::placeholder { color: rgba(255,255,255,0.30); }
.prom-s09__input:focus,
.prom-s09__select:focus,
.prom-s09__textarea:focus { border-color: var(--prom-gold); }

.prom-s09__select {
  appearance: none;
  cursor: pointer;
}
.prom-s09__select option { background: var(--prom-navy-core); color: #fff; }

.prom-s09__textarea { resize: vertical; min-height: 100px; }

.prom-s09__check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.80);
  line-height: 1.5;
  cursor: pointer;
  margin-bottom: 24px;
}
.prom-s09__check input { flex-shrink: 0; margin-top: 2px; accent-color: var(--prom-gold); }
.prom-s09__check a { color: var(--prom-gold-light); text-decoration: underline; }

.prom-s09__submit {
  width: 100%;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: var(--prom-gold);
  border: none;
  padding: 18px;
  cursor: pointer;
  transition: background var(--prom-transition);
  border-radius: 0;
}
.prom-s09__submit:hover { background: #8a7248; }

.prom-s09__note {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.40);
  text-align: center;
  margin: 12px 0 0;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .prom-hero__grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .prom-s02__grid { grid-template-columns: 1fr 1fr; }
  .prom-s02__card--wide { grid-column: 1 / -1; }
  .prom-s03__grid { grid-template-columns: 1fr 1fr; }
  .prom-s03__card--accent { grid-column: 1 / -1; }
  .prom-s06__steps { grid-template-columns: 1fr 1fr; gap: 32px; }
  .prom-s07__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .prom-hero__grid { grid-template-columns: 1fr; }
  .prom-hero__body { padding: 120px 0 48px; }
  .prom-hero__right { position: static; }
  .prom-hero__strip-inner { grid-template-columns: 1fr 1fr; }
  .prom-s02__grid { grid-template-columns: 1fr; }
  .prom-s02__card--wide { display: block; }
  .prom-s03__grid { grid-template-columns: 1fr; }
  .prom-s03__card--accent { grid-column: auto; display: block; }
  .prom-s05__grid { grid-template-columns: 1fr; gap: 2px; }
  .prom-s06__steps { grid-template-columns: 1fr; }
  .prom-s07__grid { grid-template-columns: 1fr; }
  .prom-s09__row-2 { grid-template-columns: 1fr; }
  .prom-s09__form-wrap { padding: 32px 24px; }
  .prom-s04__table-wrap { overflow-x: auto; }
  .prom-table { min-width: 560px; }
  .prom-s05__nota { padding: 20px 24px; }

  /* Hero mobile — imagen propia + opacidad reducida */
  .prom-hero {
    background-image: url('../Assets/images-videos/hero/hero-financiacion-mobile.png');
  }
  .prom-hero__overlay {
    background: rgba(11, 29, 46, 0.55);
  }

  /* S03 — Qué financiamos — imagen mobile */
  .prom-s03__bg {
    background-image: url('../Assets/images-videos/sections/section-mobile-promotor.jpg');
  }
  .prom-s03__overlay {
    background: rgba(11, 29, 46, 0.48);
  }

  /* S05 — Qué necesitas — imagen mobile, opacidad muy baja */
  .prom-s05__bg {
    background-image: url('../Assets/images-videos/sections/section-promotor-mobile1.jpg');
  }
  .prom-s05__overlay {
    background: rgba(11, 29, 46, 0.65);
  }
}

@media (max-width: 480px) {
  .prom-hero__strip-inner { grid-template-columns: 1fr 1fr; }
  .prom-form-card__inner { padding: 28px 24px 24px; }
  .prom-s08__q { font-size: 14px; }
}
