:root {
  --cream: #fffaf3;
  --teal: #2d9db5;
  --orange: #ff7900;
  --ink: #1f1f1f;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; }

.ke-hero-clean {
  background: var(--cream);
  padding: 26px 16px 40px;
  text-align: center;
}

.ke-hero-clean__wrap { max-width: 520px; margin: 0 auto; }

.ke-hero-clean__image img {
  width: 100%;
  max-width: 430px;
  display: block;
  margin: 0 auto 22px;
}

.ke-hero-clean__badge {
  display: inline-block;
  background: #fff1dc;
  color: #9b5a14;
  padding: 11px 22px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 20px;
}

.ke-hero-clean h1 {
  font-size: clamp(34px, 8vw, 50px);
  line-height: 1.08;
  letter-spacing: -0.5px;
  margin: 0 0 22px;
  color: var(--ink);
  font-weight: 950;
  text-transform: uppercase;
}

.ke-hero-clean__subtitle {
  font-size: 18px;
  line-height: 1.75;
  color: #555;
  margin: 0 auto 26px;
  max-width: 460px;
}

.ke-hero-clean__pricing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: center;
  margin: 22px auto 18px;
  max-width: 430px;
}

.ke-hero-clean__old span,
.ke-hero-clean__new span {
  display: block;
  font-size: 14px;
  color: #777;
  margin-bottom: 8px;
}

.ke-hero-clean__old strong {
  display: block;
  font-size: 26px;
  color: #999;
  text-decoration: line-through;
  font-weight: 500;
}

.ke-hero-clean__old small {
  display: block;
  font-size: 13px;
  color: #999;
  margin-top: 4px;
}

.ke-hero-clean__new span {
  display: inline-block;
  background: #ff8a00;
  color: #fff;
  padding: 7px 14px;
  border-radius: 9px;
  font-weight: 800;
}

.ke-hero-clean__new strong {
  display: block;
  font-size: 34px;
  color: #e53935;
  font-weight: 950;
  margin-top: 6px;
}

.ke-hero-clean__new small {
  display: block;
  font-size: 13px;
  color: #e53935;
  font-weight: 800;
  margin-top: 4px;
}

.ke-hero-clean__cta-note {
  color: #ff8a00;
  font-size: 16px;
  font-weight: 900;
  margin: 18px 0 14px;
}

.ke-button {
  display: block;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  text-align: center;
  background: var(--orange);
  color: #fff;
  text-decoration: none;
  padding: 19px 18px;
  border-radius: 14px;
  font-size: 19px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(255,121,0,.28);
  transition: transform .2s ease, box-shadow .2s ease;
}

.ke-button:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(255,121,0,.38); }
.ke-button:focus-visible { outline: 4px solid rgba(255,121,0,.3); outline-offset: 3px; }

.ke-hero-clean__trust {
  margin: 18px auto 0;
  color: #777;
  font-size: 14px;
  line-height: 1.7;
  max-width: 430px;
}

.ke-presente {
  position: relative;
  background: var(--teal);
  padding: 54px 22px 48px;
  overflow: hidden;
}

.ke-presente__triangle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 28px solid var(--cream);
}

.ke-presente__wrap { max-width: 520px; margin: 0 auto; }

.ke-presente h2 {
  color: #fff;
  font-size: clamp(38px, 9vw, 58px);
  line-height: 1.08;
  font-weight: 400;
  margin: 0 0 24px;
  letter-spacing: -1px;
}

.ke-presente h2 strong { font-weight: 900; }

.ke-presente p {
  color: #fff;
  font-size: 17px;
  line-height: 1.65;
  margin: 0 0 34px;
  max-width: 460px;
}

.ke-presente__image img { width: 100%; max-width: 420px; display: block; margin: 0 auto; }

@media (min-width: 900px) {
  .ke-presente__wrap {
    max-width: 1080px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 42px;
    align-items: center;
  }
  .ke-presente h2 { font-size: 58px; }
  .ke-presente p { font-size: 19px; }
}

@media (max-width: 420px) {
  .ke-hero-clean h1 { font-size: 33px; }
  .ke-hero-clean__subtitle { font-size: 17px; }
  .ke-hero-clean__pricing { gap: 8px; }
  .ke-hero-clean__old strong { font-size: 24px; }
  .ke-hero-clean__new strong { font-size: 31px; }
}

.ke-incluye {
  background: #fff;
  padding: 48px 20px 42px;
}

.ke-incluye__wrap { max-width: 600px; margin: 0 auto; }

.ke-incluye h2,
.ke-faq-wrap h2 {
  text-align: center;
  font-size: clamp(30px, 7vw, 44px);
  line-height: 1.08;
  color: #3a9bb3;
  font-weight: 950;
  margin: 0 0 24px;
}

.ke-incluye__intro {
  font-size: 17px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 24px;
}

.ke-incluye__subtitle,
.ke-incluye__bonus-title {
  font-weight: 900;
  margin: 24px 0 16px;
  font-size: 18px;
  color: #111;
}

.ke-incluye__list,
.ke-incluye__bonus {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.ke-incluye__list li,
.ke-incluye__bonus li {
  font-size: 17px;
  margin-bottom: 9px;
  color: #333;
  line-height: 1.55;
}

.ke-incluye__image img {
  width: 100%;
  max-width: 500px;
  margin: 18px auto 12px;
  display: block;
}

.ke-muestra,
.ke-testimonios {
  padding: 52px 0 56px;
  overflow: hidden;
}

.ke-muestra { background: #fff; }
.ke-testimonios { background: var(--cream); }

.ke-section-header {
  text-align: center;
  padding: 0 20px;
  max-width: 640px;
  margin: 0 auto 28px;
}

.ke-section-header > p {
  display: inline-block;
  background: #fff1dc;
  color: #9b5a14;
  padding: 9px 18px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  margin: 0 0 14px;
}

.ke-section-header h2 {
  font-size: clamp(30px, 7vw, 44px);
  line-height: 1.08;
  color: var(--ink);
  font-weight: 950;
  margin: 0 0 12px;
}

.ke-section-header span {
  display: block;
  color: #555;
  font-size: 17px;
  line-height: 1.5;
}

.ke-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 14px 0;
}

.ke-activity-track,
.ke-testimonial-track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.ke-activity-track { gap: 16px; }
.ke-testimonial-track { gap: 18px; animation: scrollTestimonials 42s linear infinite; }
.ke-activity-track--left { animation: scrollLeft 58s linear infinite; }
.ke-activity-track--right { animation: scrollRight 62s linear infinite; }

.ke-carousel:hover > div,
.ke-carousel:focus-within > div { animation-play-state: paused; }

.ke-activity-track img {
  width: 185px;
  max-width: 48vw;
  height: auto;
  border-radius: 14px;
  display: block;
  box-shadow: 0 10px 22px rgba(0,0,0,.10);
  background: #fff;
}

.ke-testimonial-track img {
  width: 290px;
  max-width: 78vw;
  height: auto;
  border-radius: 18px;
  display: block;
  box-shadow: 0 12px 26px rgba(0,0,0,.12);
  background: #fff;
}

.ke-muestra__cta { text-align: center; margin: 30px 20px 0; }

@keyframes scrollLeft { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes scrollRight { from { transform: translateX(-50%); } to { transform: translateX(0); } }
@keyframes scrollTestimonials { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.ke-bonus-pro {
  background: #2f91a8;
  padding: 56px 16px;
  text-align: center;
}

.ke-bonus-pro__header { max-width: 760px; margin: 0 auto 34px; }

.ke-bonus-pro__header h2 {
  color: #fff;
  font-size: clamp(30px, 7vw, 48px);
  line-height: 1.08;
  font-weight: 950;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.ke-bonus-pro__header p { color: #eefcff; font-size: 17px; line-height: 1.55; margin: 0; }

.ke-bonus-pro__grid {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.ke-bonus-pro__card {
  background: #fff;
  border-radius: 18px;
  padding: 20px 16px 22px;
  box-shadow: 0 12px 26px rgba(0,0,0,.16);
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
}

.ke-bonus-pro__card img { width: 100%; max-width: 150px; height: auto; margin-bottom: 16px; }
.ke-bonus-pro__card h3 { color: #111; font-size: 18px; line-height: 1.12; font-weight: 900; margin: 0 0 12px; }
.ke-bonus-pro__card p { color: #66727a; font-size: 14px; line-height: 1.45; margin: 0 0 18px; flex-grow: 1; }
.ke-bonus-pro__before { color: #d62828; font-size: 14px; font-weight: 800; text-decoration: line-through; margin-bottom: 10px; }
.ke-bonus-pro__free { color: #179b45; font-size: 16px; font-weight: 950; }

.ke-final-offer {
  background: #2f9bb3;
  padding: 54px 16px;
  text-align: center;
}

.ke-final-card {
  max-width: 560px;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  padding: 34px 20px;
  box-shadow: 0 18px 40px rgba(0,0,0,.22);
}

.ke-final-card h2 {
  font-size: clamp(30px, 7vw, 46px);
  line-height: 1.08;
  margin: 0 0 22px;
  color: #111;
  font-weight: 950;
  text-transform: uppercase;
}

.ke-final-img { width: 100%; max-width: 420px; margin: 0 auto 24px; display: block; }
.ke-final-list { text-align: left; max-width: 460px; margin: 0 auto 26px; }
.ke-final-list p { font-size: 16px; line-height: 1.45; margin: 9px 0; color: #222; font-weight: 700; }

.ke-final-urgency {
  background: #ff8a00;
  color: #fff;
  font-weight: 900;
  padding: 12px 14px;
  border-radius: 12px;
  margin: 26px auto 18px;
  max-width: 420px;
  animation: pulse 1.3s ease-in-out infinite;
}

@keyframes pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.035); } }

.ke-countdown { display: flex; justify-content: center; gap: 12px; margin: 18px 0 24px; }
.ke-countdown div { background: #26b84a; color: #fff; width: 110px; padding: 12px 8px; border-radius: 8px; }
.ke-countdown span { display: block; font-size: 44px; line-height: 1; font-weight: 950; }
.ke-countdown small { display: block; font-size: 14px; font-weight: 800; margin-top: 5px; }
.ke-final-price { margin: 10px 0 24px; }
.old-price { color: #999; text-decoration: line-through; font-size: 26px; margin: 0 0 4px; }
.new-price { color: #e53935; font-size: clamp(42px, 10vw, 62px); line-height: 1; font-weight: 950; margin: 0; }
.ke-final-price span { color: #e53935; font-size: 15px; font-weight: 900; }

.ke-final-button {
  display: block;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(180deg, #ff3b8d, #c2185b);
  color: #fff;
  text-decoration: none;
  padding: 18px 20px;
  border-radius: 14px;
  font-size: 19px;
  font-weight: 950;
  box-shadow: 0 12px 26px rgba(194,24,91,.32);
  transition: transform .2s ease;
}

.ke-final-button:hover { transform: translateY(-2px); }
.ke-final-button:focus-visible { outline: 4px solid rgba(255,59,141,.28); outline-offset: 3px; }
.ke-final-trust { color: #666; font-size: 14px; line-height: 1.6; margin: 18px 0 12px; }
.ke-final-warning { background: #fff1dc; color: #9b5a14; font-size: 14px; font-weight: 800; padding: 11px 12px; border-radius: 10px; }

.ke-faq-footer { background: #fff; padding: 54px 16px 0; }
.ke-faq-wrap { max-width: 860px; margin: 0 auto; }
.ke-faq-wrap h2 { text-transform: uppercase; margin-bottom: 28px; }

.ke-faq-item {
  background: #fff;
  margin-bottom: 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,.13);
  border-radius: 4px;
  overflow: hidden;
}

.ke-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 22px 52px 22px 24px;
  color: #6d9eed;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
}

.ke-faq-item summary::-webkit-details-marker { display: none; }
.ke-faq-item summary::after { content: "⌃"; position: absolute; right: 24px; top: 22px; color: #111; }
.ke-faq-item:not([open]) summary::after { content: "⌄"; }
.ke-faq-item p { padding: 0 24px 24px; margin: 0; color: #222; font-size: 17px; line-height: 1.7; }
.ke-faq-item a { color: #2f91a8; font-weight: 900; }

.ke-footer {
  margin: 42px -16px 0;
  background: #f6f6f6;
  text-align: center;
  padding: 24px 16px;
  color: #555;
  font-size: 14px;
  line-height: 1.5;
}

.ke-footer p { margin: 4px 0; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media (max-width: 900px) {
  .ke-bonus-pro__grid { grid-template-columns: repeat(2, 1fr); max-width: 560px; }
  .ke-bonus-pro__card--last { grid-column: 1 / -1; max-width: 270px; margin: 0 auto; }
}

@media (max-width: 768px) {
  .ke-muestra, .ke-testimonios { padding: 44px 0 48px; }
  .ke-activity-track { gap: 12px; }
  .ke-activity-track--left { animation-duration: 48s; }
  .ke-activity-track--right { animation-duration: 52s; }
  .ke-activity-track img { width: 150px; max-width: 52vw; border-radius: 12px; }
  .ke-testimonial-track { gap: 14px; animation-duration: 36s; }
  .ke-testimonial-track img { width: 260px; }
}

@media (max-width: 480px) {
  .ke-bonus-pro { padding: 48px 12px; }
  .ke-bonus-pro__grid { gap: 14px; }
  .ke-bonus-pro__card { padding: 18px 12px 20px; }
  .ke-bonus-pro__card img { max-width: 130px; }
  .ke-bonus-pro__card h3 { font-size: 16px; }
  .ke-bonus-pro__card p { font-size: 13px; }
  .ke-final-card { padding: 30px 16px; }
  .ke-countdown div { width: 96px; }
  .ke-countdown span { font-size: 38px; }
  .ke-faq-item summary { padding: 20px 42px 20px 18px; font-size: 14px; }
  .ke-faq-item summary::after { right: 18px; top: 20px; }
  .ke-faq-item p { padding: 0 18px 22px; font-size: 15px; }
}
