html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #020024;
background: linear-gradient(45deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
background-size: contain;
background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Inputs y textareas (más específico y compatible) */
input::placeholder,
textarea::placeholder {
      font-size: 18px;
  color: #c1c1c1 !important;
  opacity: 1; /* Evita transparencia en Firefox */
}

/* Modern Browsers */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
      font-size: 18px;
  color: #c1c1c1;
}

/* Modern Firefox (19+) */
input::-moz-placeholder,
textarea::-moz-placeholder {
      font-size: 18px;
  color: #c1c1c1;
  opacity: 1;
}

/* Older Firefox (18-) */
input:-moz-placeholder,
textarea:-moz-placeholder {
      font-size: 18px;
  color: #c1c1c1;
}

/* Internet Explorer (10-11) */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
      font-size: 18px;
  color: #c1c1c1;
}


.hero-title {
      font-size: 50px;
      font-weight: 700;
      color: #ffffff;
      line-height: 50px;
          margin-bottom: 30px;
}

.hero-subtitle {
          font-size: 18px;
      color: #ffffff;
          margin-bottom: 60px;
}

.feature {
      display: flex;
    margin-bottom: 22px;
}

.feature .feature-icon {
    padding-right: 20px;
    display: flex;
}

.feature .feature-icon i {
        font-size: 22px;
    color: #ffbf00;
    padding-top: 6px;
}

.feature .feature-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffbf00;
}

.feature .feature-subtitle {
          font-size: 16px;
    color: #ffffff;
}

/* CTA */
.hero-cta.card-help {
      background: #ffffff;
        padding: 30px 36px;
    border-radius: 14px;
    margin-top: 70px;
      max-width: 460px;
}

.hero-cta.card-help .card-help-title {
    display: flex;
    align-items: center;
}

.hero-cta.card-help .card-help-text {
        color: #737373;
}

.hero-cta.card-help .card-help-title i {
        font-size: 20px;
    color: #42b6e1;
    padding-right: 16px;
}

.hero-cta.card-help .card-help-title span {
      font-size: 16px;
         font-weight: 700;
}

.hero-cta.card-help .btn-call {
      font-size: 16px;
      font-weight: 600;
      color: #ffffff;
      background: #020024;
      background: linear-gradient(45deg, rgb(0 207 253) 0%, rgb(72 1 165) 35%, rgba(0, 212, 255, 1) 100%);
      width: 100%;
    height: 50px;
    border-radius: 14px;
      border: none;
          margin-top: 20px;
}



.form-label {
      font-size: 12px;
    font-weight: 600;
    color: #8b8b8b;
    margin-bottom: 6px;
}

.input-icon {
  position: relative;
}

.input-icon i {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  color: #c1c1c1;
  pointer-events: none;
}

.input-icon input {
    border-radius: 10px;
  padding-left: 54px;
  height: 54px;
}





.payment-card {
    background: #ffffff;
    background: linear-gradient(156deg, rgba(255, 255, 255, 1) 0%, rgba(227, 235, 255, 1) 100%);
    padding: 40px 40px;
    border-radius: 30px;
}

.payment-card .payment-card-header {
          margin-bottom: 32px;
      display: flex;
    justify-content: space-between;
    align-items: center;
}

.payment-card .payment-card-header h3 {
    font-size: 20px;
    font-weight: 700;
margin: 0;
}

.payment-card .payment-card-header .payment-card-price {
        font-size: 26px;
    font-weight: 700;
    color: #02a3de;
}

.payment-card .payment-card-methods {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-card .payment-card-methods img {
        height: 26px;
    padding: 0 6px;
}

.btn-send {
      font-size: 16px;
      font-weight: 600;
      color: #ffffff;
      background: #020024;
      background: linear-gradient(270deg,rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
      width: 100%;
    height: 60px;
    border-radius: 14px;
      border: none;
          margin-top: 20px;
}

.btn-send:hover {
    color: #ffffff;
}


/* Testimonials */
.testimonials {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.testimonials__card {
  position: relative;
  padding: 35px;
  border-radius: 20px;
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 
    0 10px 30px rgba(0,0,0,0.2),
    0 0 25px rgba(0, 102, 255, 0.25); /* glow azul */
}

/* Header */
.testimonials__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.testimonials__stars {
  color: #f7c948;
  font-size: 18px;
}

.testimonials__label {
  font-size: 12px;
font-weight: 700;
color: #ffffff;
  letter-spacing: 2px;
  opacity: 0.7;
}

/* Slides */
.testimonials__slides {
  position: relative;
  overflow: hidden;
  min-height: 120px;
}

.testimonial {
  position: absolute;
  width: 100%;
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.6s ease;
}

.testimonial.active {
  opacity: 1;
  transform: translateX(0);
  position: relative;
}

/* Text */
.testimonials__text {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 20px;
  font-style: italic;
}

/* Author */
.testimonials__author {
      color: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.testimonials__avatar {
      width: 40px;
    height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  color: #1e3c72;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

/* Dots */
.testimonials__dots {
  text-align: center;
  margin-top: 8px;
}

.dot {
  width: 6px;
  height: 6px;
  background: rgba(255,255,255,0.4);
  border-radius: 50%;
  display: inline-block;
  margin: 0 4px;
  transition: all 0.3s ease;
}

.dot.active {
  width: 18px;
  border-radius: 10px;
  background: #fff;
}


/* Payment Confirmation */
.payment-status {
    background: #ffffff;
    background: linear-gradient(156deg, rgba(255, 255, 255, 1) 0%, rgba(227, 235, 255, 1) 100%);
    padding: 40px 40px;
    border-radius: 30px;
}

.payment-status__card {
  border-radius: 25px;
  padding: 32px 0px;
  text-align: center;
  max-width: 520px;
  margin: auto;
}

/* Icon Base */
.payment-status__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 30px;
  font-weight: bold;
}

/* Success */
.payment-status--success .payment-status__icon {
  background: #c7f0d8;
  color: #1f9d68;
}

.payment-status--success .payment-status__title {
    font-size: 30px;
    font-weight: 700;
}

/* Error */
.payment-status--error .payment-status__icon {
  background: #ffd6d6;
  color: #d93025;
}

.payment-status__box {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 15px;
  padding: 20px;
  margin-top: 20px;

  backdrop-filter: blur(6px);
}

.payment-status__info {
    margin-top: 32px;
}

.payment-status__info a {
    color: #2a62cb;
    font-weight: 700;
    text-decoration: none;
}

/* LISTA */
.payment-status__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* ITEM */
.payment-status__list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

/* ICONO */
.payment-status__list-icon {
  min-width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #22c55e;
  color: white;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 12px;
  font-weight: bold;
  margin-top: 2px;
}

/* TEXTO */
.payment-status__list-text {
  font-size: 14px;
  color: #555;
  line-height: normal;
  text-align: left;
}