/* inv — generado por refactor modular (verbatim de styles.css) */

.inv { background: #05080e; padding: var(--sp) 0; }
.inv__cta { font-family: var(--font-sora); font-weight: 800; font-size: 40px; text-align: center; line-height: 1.15; margin-bottom: 16px; }
.inv__cta-sub { text-align: center; color: var(--white-75); font-size: 16px; line-height: 1.55; max-width: 640px; margin: 0 auto 48px; }
.inv__cards { display: flex; gap: 24px; align-items: stretch; }
.inv__price-card { position: relative; isolation: isolate; overflow: hidden; flex: 1; background: #eef3f2; color: #10231f; border-radius: 20px; padding: 36px; display: flex; flex-direction: column; }
.inv__price-card::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; background: url("../../assets/img/fondo-inversion.webp") center / cover no-repeat; opacity: 0.25; mix-blend-mode: multiply; }
.inv__price-card > * { position: relative; z-index: 1; }
.inv__label { font-family: var(--font-sora); font-weight: 600; font-size: 13px; color: #9a7600; margin-bottom: 18px; }
.inv__price { display: flex; align-items: baseline; gap: 10px; margin-bottom: 26px; }
.inv__cur { font-family: var(--font-sora); font-weight: 700; font-size: 18px; }
.inv__amount { font-family: var(--font-sora); font-weight: 800; font-size: 46px; }
.inv__old { font-family: var(--font-sora); font-weight: 600; font-size: 18px; color: #9aa4b4; text-decoration: line-through; }
.inv__list { display: flex; flex-direction: column; gap: 13px; margin-bottom: auto; }
.inv__list li { font-family: var(--font-mont); font-size: 14px; color: #202d3a; padding-left: 28px; position: relative; }
.inv__list li::before {
  content: "";
  position: absolute; left: 0; top: 0;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--gold) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M10 3.5L4.7 8.5L2 6' stroke='%23000000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 11px no-repeat;
}
.inv__boxes { display: flex; gap: 14px; margin-top: 26px; }
.inv__box { flex: 1; border: 1px solid rgba(16, 35, 31, 0.2); border-radius: 10px; padding: 12px 14px; }
.inv__box-label { display: block; font-family: var(--font-sora); font-weight: 700; font-size: 12px; color: #10231f; margin-bottom: 5px; }
.inv__box-val { display: block; font-family: var(--font-mont); font-size: 12px; color: #3a4759; line-height: 1.3; }
.inv__pay-card { flex: 1; background: #06090f; border: 1px solid rgba(255, 200, 0, 0.2); border-radius: 20px; padding: 36px; display: flex; flex-direction: column; }
.inv__pay-title { font-family: var(--font-sora); font-weight: 700; font-size: 24px; line-height: 1.25; margin-bottom: 14px; }
.inv__start { font-family: var(--font-mont); font-size: 14px; color: var(--white-75); margin-bottom: 18px; }
.inv__start strong { color: var(--white); }
.inv__cost { font-family: var(--font-sora); font-size: 15px; color: var(--white-75); margin-bottom: 18px; }
.inv__cost span { font-weight: 800; font-size: 24px; color: var(--white); margin-left: 8px; }
.inv__cd-label { font-family: var(--font-mont); font-size: 13px; color: var(--white-75); margin-bottom: 10px; }
.inv__cd-label span { color: var(--white-50); }
.countdown--inv { display: flex; gap: 16px; margin-bottom: 24px; }
.countdown--inv .countdown__item { display: flex; flex-direction: column; align-items: center; }
.countdown--inv .countdown__number { font-family: var(--font-sora); font-weight: 800; font-size: 32px; color: var(--white); line-height: 1; }
.countdown--inv .countdown__label { font-family: var(--font-mont); font-size: 11px; color: var(--white-50); margin-top: 4px; }
.inv__pay-btn { width: 100%; margin-bottom: 18px; }
.inv__vac { font-family: var(--font-mont); font-size: 13px; color: var(--white-75); margin-bottom: 10px; }
.inv__vac strong { color: var(--white); }
.inv__bar { height: 8px; border-radius: 4px; background: rgba(255, 255, 255, 0.12); overflow: hidden; }
.inv__bar span { display: block; height: 100%; width: 28%; background: linear-gradient(90deg, #ff5b5b, #ffc800); border-radius: 4px; }
@media (max-width: 900px) {
  .inv__cards { flex-direction: column; }
}
@media (max-width: 600px) {
  .inv__cta { font-size: 30px; }
  .inv__boxes { flex-direction: column; }
  .countdown--inv { gap: 12px; }
  .countdown--inv .countdown__number { font-size: 26px; }
  .inv__amount { font-size: 38px; }
  .inv__price-card,
  .inv__pay-card { padding: 28px 22px; }
}
