.clean-test-page {
  background: #0f1a17;
}

.clean-test-page .section {
  padding: clamp(72px, 9vw, 112px) 0;
}

.clean-hero {
  padding: clamp(50px, 7vw, 88px) 0;
}

.clean-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: clamp(42px, 7vw, 86px);
}

.clean-hero .human-hero-copy {
  max-width: 690px;
}

.clean-hero .human-hero-copy h1 {
  max-width: 680px;
  margin-bottom: 20px;
  font-size: clamp(2.65rem, 4.9vw, 4.35rem);
  line-height: 1.01;
}

.clean-hero .human-hero-lead {
  max-width: 620px;
  margin-bottom: 22px;
  color: rgba(255, 250, 240, 0.78);
  font-size: 1.05rem;
}

.clean-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  margin: 24px 0;
  color: rgba(255, 250, 240, 0.72);
  font-size: 0.88rem;
  font-weight: 750;
}

.clean-facts strong,
.clean-facts span {
  padding: 0 15px;
  border-right: 1px solid rgba(231, 198, 127, 0.28);
}

.clean-facts strong {
  padding-left: 0;
  color: #fffaf0;
}

.clean-facts span:last-child {
  border-right: 0;
}

.clean-hero-offer {
  display: grid;
  max-width: 560px;
  gap: 10px;
  padding: 22px;
  background: rgba(255, 250, 240, 0.06);
  border: 1px solid rgba(231, 198, 127, 0.3);
  border-radius: 16px;
}

.clean-hero-offer > span {
  color: rgba(255, 250, 240, 0.72);
  font-size: 0.84rem;
  font-weight: 750;
}

.clean-hero-offer > p {
  margin: 0;
  color: #fffaf0;
  line-height: 1;
}

.clean-hero-offer > p strong {
  color: #e7c67f;
  font-family: Georgia, serif;
  font-size: clamp(2.8rem, 6vw, 4.25rem);
  letter-spacing: -0.05em;
}

.clean-hero-offer > p small {
  margin-left: 7px;
  font-size: 0.86rem;
  font-weight: 800;
}

.clean-hero-offer .button {
  width: 100%;
  margin-top: 2px;
}

.clean-hero-reassurance {
  display: grid;
  gap: 4px;
  color: rgba(255, 250, 240, 0.72);
  font-size: 0.8rem;
  line-height: 1.45;
  text-align: center;
}

.clean-hero-reassurance strong {
  color: #fffaf0;
}

.clean-secondary-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  color: #e7c67f;
  font-size: 0.87rem;
  font-weight: 800;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.clean-hero-offer > small {
  color: rgba(255, 250, 240, 0.68);
  font-size: 0.76rem;
  text-align: center;
}

.clean-hero .human-real-page {
  width: min(100%, 430px);
}

.clean-hero .human-real-page figcaption {
  color: rgba(255, 250, 240, 0.7);
  font-size: 0.82rem;
}

.clean-hero .human-real-page figcaption strong {
  color: #fffaf0;
}

.clean-proof {
  background: #f3ede2;
  color: #0f1a17;
}

.clean-proof .section-heading > p:not(.eyebrow) {
  color: #5f5a50;
}

.clean-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.clean-proof-card {
  overflow: hidden;
  background: #fffaf0;
  border: 1px solid rgba(52, 72, 62, 0.16);
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(15, 26, 23, 0.1);
}

.clean-proof-card > button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background: #17251f;
  border: 0;
  cursor: zoom-in;
}

.clean-proof-card > button img {
  width: 100%;
  aspect-ratio: 0.86;
  object-fit: cover;
  object-position: top;
  transition: transform 0.25s ease;
}

.clean-proof-card > button:hover img {
  transform: scale(1.02);
}

.clean-proof-card > button span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 8px 11px;
  color: #fffaf0;
  background: rgba(15, 26, 23, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  font-size: 0.76rem;
  font-weight: 800;
}

.clean-proof-card > div {
  padding: 20px;
}

.clean-proof-card small {
  color: #856024;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.clean-proof-card h3 {
  margin: 7px 0 8px;
  font-size: 1.25rem;
}

.clean-proof-card p {
  margin: 0;
  color: #645d52;
  font-size: 0.94rem;
}

.clean-value-section {
  color: #fffaf0;
  background: #0f1a17;
}

.clean-value-section .section-heading > p:not(.eyebrow) {
  color: rgba(255, 250, 240, 0.72);
}

.clean-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(231, 198, 127, 0.22);
  border-radius: 14px;
}

.clean-stat-grid article {
  padding: 30px 18px;
  text-align: center;
}

.clean-stat-grid article + article {
  border-left: 1px solid rgba(231, 198, 127, 0.18);
}

.clean-stat-grid strong,
.clean-stat-grid span {
  display: block;
}

.clean-stat-grid strong {
  color: #e7c67f;
  font-family: Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.clean-stat-grid span {
  margin-top: 9px;
  color: rgba(255, 250, 240, 0.7);
  font-size: 0.8rem;
  font-weight: 750;
}

.clean-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.clean-benefit-grid article {
  padding: 26px;
  background: #16231e;
  border: 1px solid rgba(231, 198, 127, 0.14);
  border-radius: 14px;
}

.clean-benefit-grid article > span {
  color: #e7c67f;
  font-family: Georgia, serif;
  font-size: 1.1rem;
  font-style: italic;
}

.clean-benefit-grid h3 {
  margin: 12px 0 8px;
  color: #fffaf0;
}

.clean-benefit-grid p {
  margin: 0;
  color: rgba(255, 250, 240, 0.68);
  font-size: 0.94rem;
}

.clean-offers {
  padding: clamp(72px, 9vw, 112px) 0;
  background: #e6dccb;
}

/*
 * Contrast locks
 *
 * This page intentionally reuses a few structural classes from the previous
 * landing. Some of those legacy rules have higher specificity and were
 * forcing light text onto light backgrounds. Keep the final colour decisions
 * scoped to this version so every section remains readable.
 */
.clean-test-page #contenido-del-material.clean-value-section {
  color: #fffaf0 !important;
  background: #0f1a17 !important;
}

.clean-test-page #contenido-del-material.clean-value-section .section-heading h2 {
  color: #fffaf0 !important;
}

.clean-test-page #contenido-del-material.clean-value-section .section-heading .eyebrow {
  color: #e7c67f !important;
}

.clean-test-page #contenido-del-material.clean-value-section .section-heading > p:not(.eyebrow) {
  color: #d9d7d0 !important;
  opacity: 1 !important;
}

.clean-test-page #contenido-del-material.clean-value-section .clean-stat-grid strong {
  color: #e7c67f !important;
}

.clean-test-page #contenido-del-material.clean-value-section .clean-stat-grid span {
  color: #e9e5dc !important;
  font-size: 0.875rem;
}

.clean-test-page .clean-offers {
  color: #0f1a17 !important;
  background: #e6dccb !important;
}

.clean-test-page .clean-offers .human-offers-heading h2 {
  color: #0f1a17 !important;
}

.clean-test-page .clean-offers .human-offers-heading .eyebrow {
  color: #704b15 !important;
}

.clean-test-page .clean-offers .human-offers-heading > p:last-child {
  color: #514c44 !important;
}

.clean-test-page .clean-offers .human-trust-line {
  color: #263830 !important;
  background: rgba(255, 250, 240, 0.62);
  border: 1px solid rgba(15, 26, 23, 0.16);
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 750;
}

.clean-test-page .clean-offers .human-trust-line span {
  color: #263830 !important;
  border-color: rgba(15, 26, 23, 0.15) !important;
}

.clean-tax-note {
  max-width: 720px;
  margin: 13px auto 0;
  color: #625c53;
  font-size: 0.8rem;
  line-height: 1.5;
  text-align: center;
}

.clean-offers .human-choice-layout {
  align-items: stretch;
}

.clean-offers .human-choice {
  display: flex;
  flex-direction: column;
}

.clean-offers .human-choice-base {
  order: 1;
}

.clean-offers .human-choice-complete {
  order: 2;
}

.clean-primary-offer {
  border: 2px solid #c99a49;
  box-shadow: 0 24px 58px rgba(15, 26, 23, 0.16);
}

.clean-primary-offer .choice-badge {
  color: #142019;
  background: #e7c67f;
}

.choice-badge-subtle {
  color: #e7c67f;
  background: #263830;
}

.clean-offers .human-choice ul {
  flex: 1;
}

.clean-offers .human-choice-price {
  margin-top: auto;
}

.clean-guarantee {
  color: #0f1a17;
  background: #fffaf0;
}

.clean-guarantee .guarantee-card {
  background: #f3ede2;
  border-radius: 16px;
}

.clean-guarantee .guarantee-card h2 {
  color: #0f1a17;
}

.clean-guarantee .guarantee-card p {
  color: #5f5a50;
}

.clean-delivery-line {
  margin-top: 18px;
  color: #3d614f !important;
  font-size: 0.86rem;
  font-weight: 850;
}

.clean-faq {
  background: #f3ede2 !important;
  color: #0f1a17;
}

.clean-test-page .faq-section.clean-faq {
  color: #0f1a17 !important;
  background: #f3ede2 !important;
}

.clean-test-page .faq-section.clean-faq .section-heading h2,
.clean-test-page .faq-section.clean-faq .faq-list summary {
  color: #0f1a17 !important;
}

.clean-test-page .faq-section.clean-faq .section-heading .eyebrow {
  color: #704b15 !important;
}

.clean-test-page .faq-section.clean-faq .section-heading > p:not(.eyebrow),
.clean-test-page .faq-section.clean-faq .faq-list details p {
  color: #514c44 !important;
  opacity: 1 !important;
}

.clean-test-page .faq-section.clean-faq .faq-list summary span {
  color: #8a5d18 !important;
}

.clean-faq .section-heading > p:not(.eyebrow),
.clean-faq .faq-list details p {
  color: #645d52;
}

.clean-faq .faq-list {
  border-color: rgba(52, 72, 62, 0.2);
}

.clean-faq .faq-list details {
  border-color: rgba(52, 72, 62, 0.18);
}

.clean-final-cta {
  background: #c99a49 !important;
}

.clean-final-cta .button {
  border-color: #0f1a17 !important;
  background: #0f1a17 !important;
  color: #fffaf0 !important;
}

.clean-test-page .site-footer {
  background: #09110e;
}

.clean-test-page .mobile-cta {
  background: #c99a49;
  color: #142019;
}

@media (max-width: 900px) {
  .clean-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.7fr);
    gap: 38px;
  }

  .clean-proof-grid {
    gap: 16px;
  }
}

@media (max-width: 760px) {
  .clean-test-page {
    padding-bottom: 76px;
  }

  .clean-test-page .container {
    width: min(100% - 28px, 1120px);
  }

  .clean-test-page .section {
    padding: 68px 0;
  }

  .clean-hero {
    padding: 48px 0 64px;
  }

  .clean-hero-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .clean-hero .human-hero-copy,
  .clean-hero .human-real-page {
    width: 100%;
    max-width: 560px;
    margin-inline: auto;
  }

  .clean-hero .human-hero-copy {
    text-align: center;
  }

  .clean-hero .human-hero-copy h1 {
    margin-inline: auto;
    font-size: clamp(2.3rem, 11vw, 3.55rem);
  }

  .clean-hero .human-hero-lead {
    margin-inline: auto;
    font-size: 1rem;
  }

  .clean-facts {
    justify-content: center;
  }

  .clean-hero-offer {
    margin-inline: auto;
    text-align: center;
  }

  .clean-hero .human-real-page {
    width: min(100%, 400px);
  }

  .clean-proof-grid,
  .clean-benefit-grid {
    grid-template-columns: 1fr;
  }

  .clean-proof-card {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    max-width: 560px;
    margin-inline: auto;
  }

  .clean-proof-card > button img {
    height: 100%;
    aspect-ratio: auto;
  }

  .clean-proof-card > div {
    align-self: center;
    padding: 18px;
  }

  .clean-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .clean-stat-grid article:nth-child(odd) {
    border-left: 0;
  }

  .clean-stat-grid article:nth-child(n+3) {
    border-top: 1px solid rgba(231, 198, 127, 0.18);
  }

  .clean-benefit-grid article {
    text-align: center;
  }

  .clean-offers .human-choice-layout {
    grid-template-columns: 1fr;
  }

  .clean-offers .human-choice {
    max-width: 560px;
    margin-inline: auto;
  }

  .clean-offers .human-choice .button,
  .clean-hero-offer .button,
  .clean-test-page .mobile-cta {
    font-size: 0.8rem !important;
  }

  .clean-offers .human-offers-heading h2,
  .clean-faq .section-heading h2,
  .clean-final-cta h2 {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .clean-guarantee .guarantee-card,
  .clean-faq .faq-layout {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .clean-guarantee .guarantee-number,
  .clean-faq .section-heading {
    margin-inline: auto;
  }

  .clean-faq .faq-list {
    text-align: left;
  }

  .clean-final-cta .final-cta-inner {
    align-items: center;
    text-align: center;
  }

  .clean-final-cta .button {
    width: min(100%, 430px);
  }
}

@media (max-width: 420px) {
  .clean-facts strong,
  .clean-facts span {
    width: 100%;
    padding: 3px 0;
    border-right: 0;
  }

  .clean-hero-offer {
    padding: 18px 14px;
  }

  .clean-hero-offer .button {
    font-size: 0.8rem;
  }

  .clean-proof-card {
    grid-template-columns: 105px minmax(0, 1fr);
  }

  .clean-proof-card h3 {
    font-size: 1.05rem;
  }

  .clean-proof-card p {
    font-size: 0.86rem;
  }
}
