#main-title,
.h1-seo,
label {
  font-family: Poppins, sans-serif;
}
#main-title,
.h1-visible {
  font-size: 61px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 15px;
  transition: color 0.3s;
  color: #fff;
}
.h1-seo,
.h1-visible {
  font-size: 3.81rem;
  line-height: 1.2;
  font-weight: 600;
}
.content-ventas,
.stats-grid {
  position: absolute;
  z-index: 2;
}
.h1-seo,
.reviews-slider {
  overflow: hidden;
}
.h1-seo {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  visibility: hidden;
  white-space: nowrap;
}
.h1-visible {
  min-height: 70px;
  font-size-adjust: 0.5;
}
@media (max-width: 992px) {
  .h1-visible {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .h1-visible {
    font-size: 2rem;
  }
}
.content-ventas {
  top: 46%;
  left: 10%;
  transform: translateY(-50%);
  color: #fff;
  text-align: left;
  max-width: 900px;
}
.promo-text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 25px;
}
.button-ventas {
  width: 100%;
  height: 80px;
  border-radius: 6px;
  background-color: #cf2223;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  transition: background-color 0.3s, box-shadow 0.3s;
  font-weight: 600;
  font-size: 20px;
  border: none;
  cursor: pointer;
}
.button-ventas:hover {
  background-color: #e02425;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
.button-ventas::after {
  content: "→";
  font-size: 18px;
}
.stats-grid {
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
  width: 90%;
  max-width: 1300px;
}
@media (min-width: 1025px) {
  .stats-grid {
    bottom: 60px;
  }
}
.stat-box {
  background: #ffffff29;
  width: 411px;
  height: 129px;
  border-radius: 8px;
  border: 1px solid #f3f5f7;
  padding: 16px 24px;
  text-align: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.3s;
  pointer-events: none;
}
.stat-box:hover {
  transform: translateY(-5px);
}
.stat-number {
  font-size: 61px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
.stat-description {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
}
.benefits-title,
.review-author,
.reviews-title {
  line-height: 120%;
  font-family: Poppins;
  font-weight: 600;
}
@media screen and (max-width: 1300px) {
  .stats-grid {
    width: 95%;
    gap: 20px;
    bottom: 5px;
  }
  .stat-box {
    width: 32%;
    height: 120px;
    padding: 12px 16px;
  }
  .stat-number {
    font-size: 48px;
  }
  .stat-description {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  #main-title,
  .h1-visible {
    font-size: 48px;
  }
  .content-ventas {
    left: 5%;
  }
  .stat-box {
    width: 31.5%;
    height: 100px;
  }
  .stat-number {
    font-size: 36px;
  }
  .stat-description {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #main-title,
  .h1-visible {
    font-size: 36px;
  }
  .promo-text {
    font-size: 16px;
  }
  .content-ventas {
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .button-ventas {
    width: 160px;
    height: 48px;
    font-size: 14px;
  }
  .stats-grid {
    flex-direction: column;
    bottom: 20px;
    gap: 15px;
    width: 90%;
    max-width: none;
  }
  .stat-box {
    width: 100%;
    height: 120px;
    padding: 16px 24px;
  }
  .stat-number {
    font-size: 48px;
  }
  .stat-description {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  #main-title,
  .h1-visible {
    font-size: 28px;
  }
  .promo-text {
    font-size: 14px;
  }
  .button-ventas {
    width: 140px;
    height: 44px;
    font-size: 13px;
  }
  .stat-box {
    height: 100px;
  }
  .stat-number {
    font-size: 36px;
  }
  .stat-description {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .content-ventas {
    top: 30%;
    left: 5%;
    transform: translateY(-50%);
    text-align: left;
    max-width: 90%;
  }
  .stats-grid {
    flex-direction: column;
    align-items: flex-start;
    left: 5%;
    transform: none;
    bottom: 20px;
    width: 90%;
    gap: 10px;
  }
  .stat-box {
    width: 100%;
    height: auto;
    padding: 16px;
  }
  .stat-number {
    font-size: 42px;
  }
  .stat-description {
    font-size: 16px;
  }
}
.reviews-section {
  padding: 50px 20px;
  text-align: center;
  background-color: #fff;
}
.benefits-title,
.reviews-title {
  font-size: 49px;
  letter-spacing: 0;
  color: #000912;
}
.reviews-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.slider-container {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}
.review-card {
  flex: 0 0 calc(33.33% - 20px);
  margin: 0 10px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 460px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.dot.active,
.slider-btn {
  background-color: red;
}
.profile-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
}
.review-text {
  font-size: 1rem;
  color: #666;
  margin: 70px 0 15px;
  text-align: center;
  flex-grow: 1;
}
.review-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
  gap: 4px;
}
.review-author {
  font-size: 20px;
  letter-spacing: 1%;
}
.rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.rating-score {
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  line-height: Label Large/Line Height;
  letter-spacing: 0;
}
.stars {
  color: gold;
  font-size: 1.2rem;
  margin-left: 20px;
}
.google-img {
  width: 95px;
  height: 48px;
}
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 1.5rem;
  padding: 8px;
  cursor: pointer;
  z-index: 20;
  line-height: 1;
}
label {
  color: #000912;
}
.prev-btn::before {
  content: "❮";
  display: block;
}
.next-btn::before {
  content: "❯";
  display: block;
}
.prev-btn {
  left: -45px;
}
.next-btn {
  right: -45px;
}
.slider-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.dot {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}
.benefits-section {
  padding: 50px 20px;
  text-align: center;
  background-color: #f3f5f7;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.benefit-card {
  width: 100%;
  max-width: 302px;
  margin: 0 auto;
  height: auto;
  padding: 40px 24px;
  gap: 24px;
  border-radius: 16px;
  border-width: 1px;
  background: #fff;
  box-shadow: 0 8px 8px 0 #00000008;
  box-shadow: 0 24px 20px 0 #00000014;
}
.icon-container {
  margin-bottom: 1rem;
  text-align: center;
}
.form-row,
.form-steps {
  display: flex;
  gap: 12px;
}
.benefit-card h3 {
  margin-bottom: 0.5rem;
  font-size: 20px;
  font-weight: 600;
}
.benefit-card p {
  font-size: 0.9rem;
  color: #555;
  text-align: center;
}
.logo-benefits {
  width: 64px;
  height: 64px;
  display: ruby;
}
@media (max-width: 1024px) {
  .review-card {
    flex: 0 0 calc(50% - 20px);
    margin: 10px;
  }
  .benefits-title,
  .reviews-title {
    font-size: 36px;
  }
  .slider-btn {
    width: 36px;
    height: 36px;
    font-size: 1.2rem;
  }
  .prev-btn {
    left: -30px;
  }
  .next-btn {
    right: -30px;
  }
  .google-img {
    width: 80px;
    height: auto;
  }
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  .benefits-title {
    font-size: 28px;
    line-height: 1.3;
  }
  .benefit-card {
    padding: 24px;
  }
  .logo-benefits {
    width: 48px;
    height: 48px;
  }
  .benefit-card h3 {
    font-size: 18px;
  }
  .benefit-card p {
    font-size: 0.85rem;
  }
  #btn-presupuesto {
    width: 100%;
    height: 68px;
    padding: 12px 24px;
    gap: 8px;
    border-radius: 4px;
    font-size: 16px;
  }
}
.pre-formulario-presup {
  margin: 40px auto;
  padding: 40px 20px;
  border-radius: 12px;
  text-align: center;
}
.pre-form-title {
  font-size: 49px;
  color: #cf2223;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.1;
}
.pre-form-text {
  font-size: 17px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .slider-container {
    flex-wrap: nowrap;
    gap: 0;
  }
  .review-card {
    flex: 0 0 100%;
    max-width: fit-content;
  }
  .reviews-title {
    font-size: 28px;
    line-height: 1.3;
  }
  .profile-img {
    width: 40px;
    height: 40px;
    top: 16px;
    left: 16px;
  }
  .review-text {
    margin: 60px 0 15px;
    font-size: 0.95rem;
  }
  .review-author {
    font-size: 18px;
  }
  .rating-score {
    font-size: 16px;
  }
  .stars {
    font-size: 1rem;
    margin-left: 10px;
  }
  .slider-btn {
    width: 28px;
    height: 28px;
    font-size: 1rem;
  }
  .prev-btn {
    left: -15px;
  }
  .next-btn {
    right: -15px;
  }
  .google-img {
    width: 70px;
    height: auto;
  }
  .slider-dots {
    margin-top: 16px;
  }
  .dot {
    width: 8px;
    height: 8px;
  }
  .pre-formulario-presup {
    padding: 30px 15px;
    margin: 20px;
  }
  .pre-form-title {
    font-size: 36px;
  }
  .pre-form-text {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .pre-form-title {
    font-size: 32px;
  }
  .pre-form-text {
    font-size: 15px;
  }
}
.pre-formulario {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
}
.pre-formulario-titulo {
  font-size: 2.2rem;
  color: #cf2223;
  text-align: center;
  margin-bottom: 20px;
}
.pre-form-text:last-child {
  font-size: 20px;
  font-weight: 700;
}
.pre-form-CTA {
  color: #cf2223;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 600px) {
  .form-steps .step {
    display: none;
  }
  .form-steps .step.active {
    display: inline-flex;
  }
  .form-steps .step.active::before {
    content: attr(data-index);
    margin-right: 0.5em;
    font-weight: 700;
  }
}
