```css
.vf-modular-section {
  width: 100%;
  background: #ffffff;
  padding: 105px 24px;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  color: #040A10;
}

.vf-modular-section * {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  text-decoration: none;
}

.vf-modular-wrap {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 74px;
  align-items: center;
}

.vf-modular-badge {
  display: inline-block;
  margin-bottom: 28px;
  color: #465BFF;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.vf-modular-left h2 {
  max-width: 660px;
  margin: 0;
  color: #040A10;
  font-size: clamp(46px, 5vw, 76px);
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -1.9px;
}

.vf-modular-line {
  width: 76px;
  height: 3px;
  margin: 34px 0 34px;
  border-radius: 999px;
  background: linear-gradient(90deg, #465BFF 0%, rgba(70, 91, 255, 0.08) 100%);
}

.vf-modular-copy {
  max-width: 650px;
  margin: 0;
  color: #5F6475;
  font-size: 19px;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: -0.2px;
}

.vf-modular-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 44px;
  flex-wrap: wrap;
}

.vf-modular-btn {
  min-height: 58px;
  padding: 0 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.1px;
  transition: all 0.25s ease;
}

.vf-modular-btn-primary {
  background: linear-gradient(135deg, #465BFF 0%, #5266FF 100%);
  color: #ffffff !important;
  box-shadow: 0 22px 44px rgba(70, 91, 255, 0.26);
}

.vf-modular-btn-secondary {
  background: #ffffff;
  color: #07132F !important;
  border: 1px solid #CED5FF;
  box-shadow: 0 14px 32px rgba(20, 35, 90, 0.04);
}

.vf-modular-btn:hover {
  transform: translateY(-2px);
}

.vf-modular-mini-benefits {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 690px;
}

.vf-mini-benefit {
  text-align: center;
}

.vf-mini-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #F0F2FF;
  color: #465BFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vf-mini-icon svg {
  width: 30px;
  height: 30px;
}

.vf-mini-benefit h4 {
  margin: 0 0 10px;
  color: #040A10;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: -0.4px;
}

.vf-mini-benefit p {
  margin: 0;
  color: #646A7C;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: -0.1px;
}

/* CARD DERECHA */
.vf-config-card {
  width: 100%;
  background: #ffffff;
  border: 1px solid #E4E8FF;
  border-radius: 36px;
  padding: 38px;
  box-shadow:
    0 34px 88px rgba(20, 35, 90, 0.08),
    0 10px 28px rgba(20, 35, 90, 0.04);
}

.vf-config-header {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 22px;
  align-items: center;
  padding-bottom: 28px;
  margin-bottom: 18px;
  border-bottom: 1px solid #E9EDFF;
}

.vf-config-main-icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #F0F2FF;
  color: #465BFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vf-config-main-icon svg {
  width: 34px;
  height: 34px;
}

.vf-config-header h3 {
  margin: 0 0 6px;
  color: #040A10;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: -0.8px;
}

.vf-config-header p {
  margin: 0;
  color: #5F6475;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: -0.1px;
}

/* LISTA */
.vf-module-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.vf-module-item {
  min-height: 86px;
  display: grid;
  grid-template-columns: 64px 1fr 46px;
  gap: 18px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #EEF1FF;
}

.vf-module-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: #F0F2FF;
  color: #465BFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vf-module-icon svg {
  width: 30px;
  height: 30px;
}

.vf-module-text h4 {
  margin: 0 0 5px;
  color: #040A10;
  font-size: 16.5px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: -0.4px;
}

.vf-module-text p {
  max-width: 420px;
  margin: 0;
  color: #565C6E;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: -0.1px;
}

.vf-module-check,
.vf-module-add {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  font-size: 23px;
  font-weight: 400;
}

.vf-module-check {
  background: linear-gradient(135deg, #465BFF 0%, #5266FF 100%);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(70, 91, 255, 0.22);
}

.vf-module-add {
  background: #F0F2FF;
  color: #465BFF;
  border: 1px solid #CED5FF;
}

/* RESULTADO */
.vf-result-card {
  margin-top: 30px;
  padding: 28px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 15%, rgba(255,255,255,0.34), transparent 30%),
    linear-gradient(135deg, #465BFF 0%, #5266FF 100%);
  color: #ffffff;
  display: grid;
  grid-template-columns: 72px 1fr 92px;
  gap: 22px;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 22px 46px rgba(70, 91, 255, 0.25);
}

.vf-result-icon {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #ffffff;
  color: #465BFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vf-result-icon svg {
  width: 31px;
  height: 31px;
}

.vf-result-card h4 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.5px;
  color: #ffffff;
}

.vf-result-card p {
  margin: 0;
  max-width: 390px;
  font-size: 14.5px;
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: -0.1px;
  color: rgba(255,255,255,0.86);
}

.vf-result-bars {
  display: flex;
  align-items: end;
  justify-content: end;
  gap: 9px;
  height: 70px;
}

.vf-result-bars span {
  width: 18px;
  border-radius: 8px 8px 0 0;
  background: rgba(255,255,255,0.45);
  display: block;
}

.vf-result-bars span:nth-child(1) {
  height: 28px;
}

.vf-result-bars span:nth-child(2) {
  height: 46px;
}

.vf-result-bars span:nth-child(3) {
  height: 64px;
}

/* RESPONSIVE */
@media (max-width: 1180px) {
  .vf-modular-wrap {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .vf-modular-left h2,
  .vf-modular-copy,
  .vf-modular-mini-benefits {
    max-width: 100%;
  }

  .vf-config-card {
    max-width: 780px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .vf-modular-section {
    padding: 72px 16px;
  }

  .vf-modular-badge {
    font-size: 11px;
    letter-spacing: 0.24em;
    margin-bottom: 22px;
  }

  .vf-modular-left h2 {
    font-size: 40px;
    line-height: 1.04;
    letter-spacing: -1.5px;
  }

  .vf-modular-line {
    margin: 26px 0;
  }

  .vf-modular-copy {
    font-size: 16px;
    line-height: 1.7;
  }

  .vf-modular-actions {
    gap: 14px;
    margin-top: 32px;
  }

  .vf-modular-btn {
    width: 100%;
    min-height: 54px;
    padding: 0 22px;
  }

  .vf-modular-mini-benefits {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 44px;
  }

  .vf-config-card {
    padding: 22px;
    border-radius: 28px;
  }

  .vf-config-header {
    grid-template-columns: 58px 1fr;
    gap: 16px;
  }

  .vf-config-main-icon {
    width: 58px;
    height: 58px;
  }

  .vf-config-header h3 {
    font-size: 22px;
    letter-spacing: -0.5px;
  }

  .vf-config-header p {
    font-size: 14px;
  }

  .vf-module-item {
    grid-template-columns: 50px 1fr 34px;
    gap: 12px;
    min-height: auto;
    padding: 15px 0;
  }

  .vf-module-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .vf-module-icon svg {
    width: 25px;
    height: 25px;
  }

  .vf-module-text h4 {
    font-size: 15.5px;
  }

  .vf-module-text p {
    font-size: 13px;
    line-height: 1.5;
  }

  .vf-module-check,
  .vf-module-add {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    font-size: 18px;
  }

  .vf-result-card {
    grid-template-columns: 54px 1fr;
    padding: 22px;
  }

  .vf-result-icon {
    width: 52px;
    height: 52px;
  }

  .vf-result-bars {
    display: none;
  }
}
```
