/* pricing */
.pricing-table h4 {
  color: white;
  font-size: 20px;
}

/* footer  */

@media (max-width: 767px) {
  .payment-methods {
    justify-content: center;
  }
}

.payment-methods .list-payment__item {
  width: 45px;
}

/* tutorial */

.industry-work .version {
  display: flex;
  align-items: center;
  gap: 20px;
}

.pricing-block .pricemain del {
  color: #dddddd;
  margin-right: 15px;
  font-size: 35px;
}

@media (max-width: 767px) {
  .pricing-block .filters div div {
    font-size: 13px;
  }
}

/* steps */
.row.justify-content-between.mt30 {
  display: flex;
  flex-wrap: wrap;
  /* espacio entre tarjetas */
  /* gap: 30px;  */
}

.sw-card {
  display: flex;
  flex-direction: column;
  height: 100%; /* para que Flex haga que todas tengan la misma altura */
}

.col-lg-4.col-sm-6.mt30 {
  display: flex;
}

/* GDPR cookie banner */
#gdpr-cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(17, 17, 17, 0.98);
  color: #fff;
  padding: 16px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(110%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
#gdpr-cookie-banner.gdpr-visible {
  transform: translateY(0);
  opacity: 1;
}
#gdpr-cookie-banner .gdpr-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
}
#gdpr-cookie-banner .gdpr-text {
  margin: 0;
  line-height: 1.5;
  flex: 1 1 auto;
}
#gdpr-cookie-banner .gdpr-text a {
  color: #4db6ff;
  text-decoration: underline;
}
#gdpr-cookie-banner .gdpr-actions {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}
#gdpr-cookie-banner .sw-btn {
  border: none;
  cursor: pointer;
}
#gdpr-cookie-banner .sw-grey-btn {
  background: #444;
  color: #fff;
}
@media (max-width: 767px) {
  #gdpr-cookie-banner .gdpr-inner {
    flex-direction: column;
    align-items: stretch;
  }
  #gdpr-cookie-banner .gdpr-actions {
    justify-content: space-between;
  }
}

/* Trial CTA */
.trial-card {
  padding: 24px;
  border-radius: 12px;
}
.trial-subtitle {
  margin: 0;
  opacity: 0.9;
}
/* .trial-form {
  max-width: 720px;
  margin: 0 auto;
} */
.trial-input-group {
  display: flex;
  gap: 10px;
  /* flex-direction: column; */
  margin-top: 20px;
  width: 100%;
}
.trial-input {
  width: calc(100% - 240px);
  height: 48px;
  padding: 10px 14px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}
.trial-btn {
  width: 240px;
  height: 48px;
  padding: 0 18px;
  border-radius: 8px;
}
.trial-privacy {
  margin-top: 10px;
  font-size: 13px;
  opacity: 0.8;
}
@media (max-width: 575px) {
  .trial-input-group {
    flex-direction: column;
  }
  .trial-input {
    width: 100%;
  }
  .trial-btn {
    width: 100%;
  }
}

/* Accessibility utility - ensure labels are visually hidden but accessible */
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ELITE10 promo banner */
.promo-banner {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(90deg, #1b4bff 0%, #6a11cb 100%);
  color: #fff;
  border-radius: 12px;
  padding: 14px 18px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.promo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: #00d09c;
  color: #111;
  border-radius: 999px;
  padding: 6px 10px;
}
.promo-text {
  font-size: 16px;
}
.promo-code {
  background: rgba(255, 255, 255, 0.18);
  border: 1px dashed rgba(255, 255, 255, 0.6);
  border-radius: 6px;
  padding: 2px 6px;
  font-weight: 800;
}
.promo-copy-btn {
  margin-top: 20px;
  margin-left: 8px;
  margin-bottom: 15px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 6px;
  border: 0;
  background: #fff;
  color: #111;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.1s ease, box-shadow 0.2s ease;
}
.promo-copy-btn:active {
  transform: translateY(1px);
}
.promo-copy-btn.copied {
  background: #00d09c;
  color: #111;
}
.promo-deadline {
  margin-left: auto;
  font-size: 14px;
  opacity: 0.95;
}
.promo-timer {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}
@media (max-width: 767px) {
  .promo-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .promo-deadline {
    margin-left: 0;
  }
  .promo-copy-btn {
    margin-left: 6px;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
  }
}

/* Additional Content Section - ensure spacing under headings without overriding explicit margin classes */
.content-section :where(h3):not([class*="mb"]) {
  margin-bottom: 20px;
}

.content-section :where(p):not([class*="mb"]) {
  margin-bottom: 16px;
}