:root {
  --bg: #f7f4ef;
  --bg-2: #fdfbf7;
  --card: #fdfbf7;
  --primary: #d4856a;
  --primary-hover: #c07258;
  --primary-dark: #a85a40;
  --accent: #7a9e8e;
  --accent-soft: #c5ddd5;
  --mist: #8bafc4;
  --terra-soft: #f0c4b2;
  --terra-wash: #fdf0eb;
  --text: #2c2319;
  --muted: #6b5d52;
  --muted-light: #a89890;
  --danger: #6b2e1b;
  --border: #ede6da;
  --shadow: 0 2px 12px rgba(44, 35, 25, 0.04);
  --shadow-soft: 0 4px 20px rgba(44, 35, 25, 0.08);
  --shadow-lg: 0 10px 32px rgba(44, 35, 25, 0.1);
  --radius: 14px;
  --radius-sm: 10px;
  --radius-lg: 20px;
  --radius-pill: 999px;
  --radius-btn: 12px;
  --radius-input: 10px;
  --radius-card: 14px;
  --space-section: 2.75rem;
  --ease-onda: cubic-bezier(0.22, 1, 0.36, 1);
  --dur-fast: 200ms;
  --dur: 320ms;
  --tap: 44px;
  --max-app: 520px;
  --max-quiz: 480px;
  --max-marketing: 720px;

  --lp-bg: var(--bg);
  --lp-bg-2: var(--bg-2);
  --lp-card: var(--card);
  --lp-primary: var(--primary);
  --lp-primary-hover: var(--primary-hover);
  --lp-primary-dark: var(--primary-dark);
  --lp-accent: var(--accent);
  --lp-text: var(--text);
  --lp-muted: var(--muted);
  --lp-border: var(--border);
  --lp-danger: var(--danger);
  --lp-shadow: var(--shadow);
  --lp-shadow-lg: var(--shadow-lg);
  --lp-radius: var(--radius);
  --lp-radius-sm: var(--radius-sm);
  --lp-radius-pill: var(--radius-pill);
  --lp-max: 960px;
  --lp-font: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --lp-font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --lp-font-kids: "Nunito", "Plus Jakarta Sans", system-ui, sans-serif;
  --lp-header-h: 3.5rem;
  --lp-tap: var(--tap);

  --lp-space-1: 0.25rem;
  --lp-space-2: 0.5rem;
  --lp-space-3: 0.75rem;
  --lp-space-4: 1rem;
  --lp-space-5: 1.5rem;
  --lp-space-6: 2rem;
  --lp-space-7: 2.75rem;
  --lp-space-8: 4rem;
  --lp-space-section: var(--space-section);
  --lp-space-section-lg: clamp(3rem, 6vw, 4.5rem);
  --lp-radius-lg: var(--radius-card);
  --lp-shadow-soft: var(--shadow-soft);
  --lp-eyebrow: 0.82rem;
  --lp-eyebrow-tracking: 0;
  --lp-ease: var(--ease-onda);
  --lp-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --lp-dur-fast: var(--dur-fast);
  --lp-dur: var(--dur);
  --lp-dur-reveal: 600ms;
  --lp-reveal-y: 1rem;
  --lp-max-wide: 1100px;
  --lp-lead: 1.65;
  --lp-focus: 2px solid var(--lp-primary);
}

::selection {
  background: rgba(212, 133, 106, 0.22);
  color: var(--lp-text);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  :root {
    --lp-dur-fast: 0.01ms;
    --lp-dur: 0.01ms;
    --lp-dur-reveal: 0.01ms;
    --lp-reveal-y: 0px;
  }

  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

body.lp {
  margin: 0;
  font-family: var(--lp-font);
  font-size: 16px;
  font-weight: 500;
  color: var(--lp-text);
  background: linear-gradient(180deg, var(--lp-bg) 0%, var(--lp-bg-2) 54%, var(--lp-bg) 100%);

  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  min-height: 100dvh;
  overflow-x: hidden;
  padding-left: env(safe-area-inset-left, 0);
  padding-right: env(safe-area-inset-right, 0);
  padding-bottom: env(safe-area-inset-bottom, 0);
}

@media (min-width: 1024px) {
  body.lp {
    background-attachment: scroll;
  }
}

.lp-skip {
  position: absolute;
  left: 0.75rem;
  top: -3.5rem;
  z-index: 100;
  background: var(--lp-primary-dark);
  color: #fff;
  font-weight: 700;
  padding: 0.55rem 0.9rem;
  border-radius: var(--lp-radius-sm);
  text-decoration: none;
}

.lp-skip:focus,
.lp-skip:focus-visible {
  top: 0.75rem;
  outline: var(--lp-focus);
  outline-offset: 3px;
  box-shadow: 0 0 0 4px rgba(123, 196, 160, 0.28);
}

.lp-container {
  width: min(var(--lp-max), 100% - 2rem);
  margin-inline: auto;
}

.lp-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--lp-header-h);
  padding-top: env(safe-area-inset-top, 0);
  background: color-mix(in srgb, var(--lp-bg) 88%, transparent);
  backdrop-filter: blur(14px) saturate(1.15);
  -webkit-backdrop-filter: blur(14px) saturate(1.15);
  border-bottom: 1px solid color-mix(in srgb, var(--lp-border) 80%, transparent);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55) inset;
  transition:
    box-shadow var(--lp-dur-fast) var(--lp-ease),
    background var(--lp-dur-fast) var(--lp-ease),
    border-color var(--lp-dur-fast) var(--lp-ease);
}

.lp-header.is-scrolled {
  background: color-mix(in srgb, var(--lp-bg) 96%, white);
  border-bottom-color: var(--lp-border);
  box-shadow: var(--lp-shadow-soft);
}

.lp-nav {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  margin-left: auto;
  gap: 0.45rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.lp-nav__quiz {
  color: #fff;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  min-height: var(--lp-tap);
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.95rem;
  border-radius: var(--lp-radius-pill);
  background: var(--lp-primary);
  border: none;
  box-shadow: 0 4px 14px color-mix(in srgb, var(--lp-primary) 28%, transparent);
  transition:
    background var(--lp-dur-fast) var(--lp-ease),
    transform var(--lp-dur-fast) var(--lp-ease),
    box-shadow var(--lp-dur-fast) var(--lp-ease);
}

.lp-nav__quiz:hover {
  background: var(--lp-primary-hover);
  color: #fff;
  box-shadow: 0 6px 18px color-mix(in srgb, var(--lp-primary) 35%, transparent);
}

.lp-nav__quiz:active {
  transform: scale(0.98);
}

.lp-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--lp-header-h);
  gap: 1rem;
  min-width: 0;
  overflow: hidden;
}

.lp-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
  flex: 0 1 auto;
  font-family: var(--lp-font-display);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--lp-primary-dark);
  text-decoration: none;
  letter-spacing: 0;
  min-height: var(--lp-tap);
}

.lp-logo__mark {
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(44, 35, 25, 0.12);
  flex-shrink: 0;
  object-fit: cover;
}

.lp-link-login {
  color: var(--lp-primary-dark);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  white-space: nowrap;
  min-height: var(--lp-tap);
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.95rem;
  border-radius: var(--lp-radius-pill);
  border: 1.5px solid var(--lp-border);
  background: var(--lp-card);
  transition:
    border-color var(--lp-dur-fast) var(--lp-ease),
    background var(--lp-dur-fast) var(--lp-ease),
    color var(--lp-dur-fast) var(--lp-ease);
}

.lp-link-login:hover {
  border-color: var(--lp-primary);
  color: var(--lp-primary-dark);
  background: #fff;
}

.lp-section {
  padding: var(--lp-space-section) 0;
  scroll-margin-top: calc(var(--lp-header-h) + 0.5rem);
  position: relative;
}

.lp-section--alt {
  background: color-mix(in srgb, var(--lp-card) 76%, transparent);
}

.lp-section h1 {
  font-family: var(--lp-font-display);
  font-size: 1.9rem;
  line-height: 1.15;
  margin: 0 0 1rem;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--lp-text);
  text-wrap: balance;
}

.lp-section h2 {
  font-family: var(--lp-font-display);
  font-size: 1.55rem;
  line-height: 1.2;
  margin: 0 0 1.1rem;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--lp-text);
  position: relative;
  text-wrap: balance;
}

.lp-section:not(.lp-hero):not(.lp-cta-final) h2::after {
  content: "";
  display: block;
  width: 2.75rem;
  height: 3px;
  margin-top: 0.65rem;
  border-radius: var(--lp-radius-pill);
  background: linear-gradient(90deg, var(--lp-primary), var(--lp-accent));
}

.lp-oferta h2::after {
  margin-inline: auto;
}

.lp-section h3 {
  margin: 0 0 0.4rem;
  font-size: 1.2rem;
  font-family: var(--lp-font-display);
  font-weight: 400;
  color: var(--lp-text);
}

.lp-section p {
  margin: 0 0 0.9rem;
}

.lp-section > .lp-container > p {
  max-width: 40rem;
  color: var(--lp-text);
}

.lp-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: max(2.85rem, var(--lp-tap));
  background: var(--lp-primary);
  color: #fff !important;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0;
  text-decoration: none;
  padding: 0.9rem 1.35rem;
  border-radius: var(--lp-radius-pill);
  text-align: center;
  line-height: 1.3;
  border: none;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.2) inset,
    0 10px 26px color-mix(in srgb, var(--lp-primary) 24%, transparent);
  transition:
    background var(--lp-dur-fast) var(--lp-ease),
    transform var(--lp-dur-fast) var(--lp-ease),
    box-shadow var(--lp-dur-fast) var(--lp-ease);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.lp-cta:hover {
  background: var(--lp-primary-hover);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.15) inset,
    0 12px 28px color-mix(in srgb, var(--lp-primary-dark) 24%, transparent);
}

.lp-cta:active {
  transform: scale(0.98);
}

.lp-cta--ghost {
  background: color-mix(in srgb, var(--lp-card) 88%, transparent);
  color: var(--lp-text) !important;
  border: 1.5px solid var(--lp-border);
  box-shadow: 0 4px 14px color-mix(in srgb, var(--lp-border) 40%, transparent);
  font-weight: 700;
}

.lp-cta--ghost:hover {
  background: var(--lp-card);
  border-color: color-mix(in srgb, var(--lp-primary) 45%, var(--lp-border));
  box-shadow: var(--lp-shadow-soft);
  color: var(--lp-primary-dark) !important;
}

.lp-cta:focus-visible,
.lp-cta--ghost:focus-visible,
.lp-link-login:focus-visible,
.lp-nav__quiz:focus-visible,
.lp-logo:focus-visible,
.lp-footer a:focus-visible,
.lp-faq summary:focus-visible,
.lp-cta-final__login:focus-visible {
  outline: var(--lp-focus);
  outline-offset: 3px;
  box-shadow: 0 0 0 4px rgba(123, 196, 160, 0.28);
}

.lp-cta__short,
.lp-price__cta-short {
  display: none;
}

.lp-cta__full,
.lp-price__cta-full {
  display: inline;
}

.lp-cta--lg {
  padding: 1.1rem 1.5rem;
  font-size: 1.02rem;
  width: 100%;
  max-width: 32rem;
  letter-spacing: 0;
}

.lp-cta--block {
  display: block;
  width: 100%;
  max-width: 32rem;
  margin-inline: auto;
}

.lp-hero {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
  overflow: hidden;
}

.lp-hero h1 {
  font-size: 1.9rem;

}

@media (max-width: 767px) {
  .lp-hero {
    padding-top: 1.15rem;
    padding-bottom: 2rem;
  }

  .lp-hero h1 {
    font-size: 1.65rem;
    margin-bottom: 0.75rem;
  }

  .lp-hero__sub {
    font-size: 0.98rem !important;
    margin-bottom: 1rem !important;
    line-height: var(--lp-lead);
  }

  .lp-hero__eyebrow {
    margin-bottom: 0.65rem !important;
    font-size: 0.75rem !important;
  }

  .lp-hero__cta-wrap {
    flex-direction: column;
  }

  .lp-hero__cta-wrap .lp-cta--lg,
  .lp-hero__cta-wrap .lp-cta--ghost {
    width: 100%;
    max-width: none;
    flex: 1 1 auto;
  }

  .lp-hero__frame {
    padding: 1rem 0.85rem;
  }

  .lp-hero__frame--product,
  .lp-hero__frame.has-img {
    min-height: 0;
    max-height: 240px;
    aspect-ratio: 4 / 3;
    padding: 0;
  }

  .lp-hero__visual {
    margin-top: 1.15rem !important;
  }

  .lp-logo span {
    max-width: min(9.5rem, 42vw);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lp-nav {
    gap: 0.3rem;
  }

  .lp-nav__quiz {
    font-size: 0.82rem;
    padding: 0.35rem 0.65rem;
  }

  .lp-link-login {
    font-size: 0.82rem;
    padding: 0.35rem 0.7rem;
  }
}

@media (max-width: 380px) {
  body.lp {
    font-size: 16px;
  }

  .lp-header__inner {
    gap: 0.35rem;
  }

  .lp-nav__quiz {
    font-size: 0;
    padding: 0.4rem 0.7rem;
    color: #fff;
  }

  .lp-nav__quiz::after {
    content: "Quiz";
    font-size: 0.82rem;
    font-weight: 700;
    color: #fff;
  }

  .lp-link-login {
    font-size: 0;
    padding: 0.4rem 0.65rem;
  }

  .lp-link-login::after {
    content: "Cuenta";
    font-size: 0.82rem;
    font-weight: 600;
  }

  .lp-hero__frame--product,
  .lp-hero__frame.has-img {
    max-height: 200px;
  }
}

.lp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 90% 10%, rgba(123, 196, 160, 0.18), transparent 55%),
    radial-gradient(ellipse 70% 50% at 0% 80%, rgba(212, 133, 106, 0.12), transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.lp-hero .lp-container {
  position: relative;
  z-index: 1;
}

.lp-hero__copy {
  min-width: 0;
  max-width: 100%;
}

.lp-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: var(--lp-eyebrow);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--lp-primary-dark);
  background: color-mix(in srgb, var(--lp-card) 90%, white);
  border: 1px solid var(--lp-border);
  padding: 0.35rem 0.75rem;
  border-radius: var(--lp-radius-pill);
  margin-bottom: 1rem;
  box-shadow: 0 2px 10px color-mix(in srgb, var(--lp-border) 30%, transparent);
}

.lp-hero__sub {
  font-size: 1.08rem;
  color: var(--lp-muted);
  max-width: 40rem;
  margin-bottom: 1.35rem !important;
  line-height: 1.6;
  overflow-wrap: anywhere;
  word-break: normal;
}

.lp-hero__em,
.lp-em {
  font-style: italic;
  font-weight: 700;
  color: var(--lp-primary-dark);
  letter-spacing: 0;
}

.lp-hero__cta-wrap {
  margin: 0.15rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: stretch;
}

.lp-hero__cta-wrap .lp-cta--lg {
  width: auto;
  flex: 1 1 12rem;
  max-width: 20rem;
}

.lp-hero__cta-wrap .lp-cta--ghost {
  flex: 1 1 10rem;
  max-width: 16rem;
  padding: 0.95rem 1.15rem;
}

.lp-badges {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  max-width: 100%;
}

.lp-badges li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-width: 0;
  max-width: 100%;
  width: max-content;
  white-space: normal;
  overflow-wrap: anywhere;
  background: color-mix(in srgb, var(--lp-card) 94%, var(--lp-primary));
  border: 1px solid color-mix(in srgb, var(--lp-primary) 16%, var(--lp-border));
  border-radius: var(--lp-radius-pill);
  padding: 0.4rem 0.85rem;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--lp-primary-dark);
  box-shadow: 0 4px 14px color-mix(in srgb, var(--lp-border) 35%, transparent);
}

.lp-badges__check {
  display: grid;
  place-items: center;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  font-size: 0.68rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(
    145deg,
    var(--lp-accent),
    color-mix(in srgb, var(--lp-primary) 55%, var(--lp-accent))
  );
  flex-shrink: 0;
}

.lp-hero__quiz-link {
  margin: 1rem 0 0;
  font-size: 0.92rem;
  font-weight: 600;
  max-width: 100%;
  overflow-wrap: anywhere;
}

@media (min-width: 560px) {
  .lp-badges {
    display: flex;
    flex-wrap: wrap;
  }
}

.lp-hero__quiz-link a {
  color: var(--lp-primary-dark);
  text-decoration: none;
  border-bottom: 1px solid color-mix(in srgb, var(--lp-primary) 35%, transparent);
  padding-bottom: 0.1rem;
  transition:
    color var(--lp-dur-fast) var(--lp-ease),
    border-color var(--lp-dur-fast) var(--lp-ease);
}

.lp-hero__quiz-link a:hover {
  color: var(--lp-primary);
  border-bottom-color: var(--lp-primary);
}

.lp-hero__quiz-link a:focus-visible {
  outline: var(--lp-focus);
  outline-offset: 3px;
  border-radius: 2px;
}

.lp-hero-enter {
  animation: lp-fade-up var(--lp-dur-reveal) var(--lp-ease-out) both;
}

.lp-hero-enter--delay {
  animation-delay: 90ms;
}

@keyframes lp-fade-up {
  from {
    opacity: 0;
    transform: translateY(var(--lp-reveal-y));
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-hero-enter,
  .lp-hero-enter--delay {
    animation: none;
  }
}

.lp-hero__visual {
  margin-top: 1.75rem;
}

.lp-hero__frame {
  position: relative;
  background: linear-gradient(160deg, #ffffff 0%, #fdf0eb 55%, #f5f8f4 100%);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-lg);
  padding: 2.5rem 1.5rem 2rem;
  text-align: center;
  box-shadow: var(--lp-shadow-soft);
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.lp-hero__frame--product {
  min-height: 0;
  aspect-ratio: 4 / 3;
  padding: 1.25rem 1.1rem 1.5rem;
}

.lp-hero__frame--product .lp-hero__img:not(.lp-asset-hidden) {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 25%;
  border-radius: calc(var(--lp-radius-lg) - 0.35rem);
  box-shadow: var(--lp-shadow);
}

.lp-hero__frame--product .lp-wave-art {
  margin-top: 0.75rem;
}

.lp-hero__frame.has-img .lp-wave-art,
.lp-hero__frame.has-img .lp-wave,
.lp-hero__frame.has-img > .lp-muted {
  display: none;
}

.lp-hero__frame.has-img {
  justify-content: center;
  padding: 0.85rem;
}

.lp-hero__frame::before {
  content: "";
  position: absolute;
  bottom: -20%;
  left: -10%;
  right: -10%;
  height: 55%;
  background: radial-gradient(ellipse at center, rgba(212, 133, 106, 0.16), transparent 70%);
  border-radius: 50%;
}

.lp-wave-art {
  position: relative;
  width: min(100%, 280px);
  height: 100px;
  margin-bottom: 1rem;
}

.lp-wave-art svg {
  width: 100%;
  height: 100%;
  display: block;
}

.lp-hero__frame p {
  position: relative;
  margin: 0.25rem 0;
  font-size: 0.92rem;
  color: var(--lp-muted);
  max-width: 16rem;
}

.lp-wave {
  font-size: 2.25rem;
  display: block;
  margin-bottom: 0.35rem;
  position: relative;
}

.lp-muted {
  color: var(--lp-muted);
  font-size: 0.9rem;
}

.lp-dra {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.65) 0%, transparent 100%);
}

.lp-dra__frame {
  background: var(--lp-card);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  padding: 1.75rem 1.25rem;
  text-align: center;
  box-shadow: var(--lp-shadow);
  aspect-ratio: 4 / 5;
  max-width: 280px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image:
    radial-gradient(circle at 50% 35%, rgba(212, 133, 106, 0.12), transparent 55%);
}

.lp-dra__avatar {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #f0c4b2, var(--lp-primary));
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
  font-size: 1.35rem;
  margin-bottom: 1rem;
  box-shadow: 0 8px 20px rgba(212, 133, 106, 0.22);
  border: 3px solid #fff;
}

.lp-dra__text p {
  margin-bottom: 0.95rem;
  max-width: 40rem;
  color: var(--lp-text);
}

.lp-dra__text p:first-child {
  font-size: 1.05rem;
  color: var(--lp-primary-dark);
  font-weight: 600;
}

.lp-dra__badges {
  list-style: none;
  padding: 0;
  margin: 1.35rem 0 0;
  display: grid;
  gap: 0.5rem;
}

.lp-dra__badges li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.9rem;
  background: var(--lp-card);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-sm);
  font-weight: 600;
  font-size: 0.92rem;
  box-shadow: var(--lp-shadow);
}

.lp-dra__badges li::before {
  content: "";
  flex: 0 0 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--lp-accent);
  box-shadow: 0 0 0 3px rgba(123, 196, 160, 0.25);
}

.lp-list-icons {
  list-style: none;
  padding: 0;
  margin: 1.15rem 0 0;
  display: grid;
  gap: 0.55rem;
}

.lp-list-icons li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  background: var(--lp-card);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-sm);
  box-shadow: var(--lp-shadow);
  font-weight: 500;
}

.lp-list-icons .lp-ico {
  flex: 0 0 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: rgba(224, 122, 95, 0.12);
  color: var(--lp-danger);
  display: grid;
  place-items: center;
  font-size: 0.85rem;
  font-weight: 800;
}

.lp-transition {
  margin-top: 1.5rem !important;
  font-weight: 700;
  font-size: 1.12rem;
  color: var(--lp-primary-dark);
  line-height: 1.4;
  padding: 1.15rem 1.25rem;
  background: var(--lp-card);
  border-radius: var(--lp-radius);
  border-left: 4px solid var(--lp-primary);
  box-shadow: var(--lp-shadow);
  max-width: none !important;
}

.lp-chips {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.lp-chips li {
  background: linear-gradient(180deg, #8fd0b0, var(--lp-accent));
  color: var(--lp-text);
  font-weight: 700;
  padding: 0.45rem 1rem;
  border-radius: var(--lp-radius-pill);
  font-size: 0.92rem;
  box-shadow: 0 4px 12px rgba(123, 196, 160, 0.35);
}

.lp-kicker {
  display: inline-block;
  margin: 0 0 0.45rem;
  font-size: var(--lp-eyebrow);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--lp-primary-dark);
}

.lp-kicker + h2 {
  margin-top: 0.1rem;
}

.lp-section h2:has(+ .lp-section-lead) {
  margin-bottom: 0.55rem;
}

.lp-section-lead {
  margin: 0.35rem 0 0;
  max-width: 34rem;
  color: var(--lp-muted);
  line-height: var(--lp-lead);
  font-size: 1.02rem;
  overflow-wrap: anywhere;
}

.lp-steps,
.lp-rotina {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
  display: grid;
  gap: 0.85rem;
}

.lp-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: stretch;
  min-width: 0;
  padding: 1rem 1rem 1.1rem;
  border-radius: var(--lp-radius-lg);
  border: 1px solid color-mix(in srgb, var(--lp-border) 75%, white);
  background: linear-gradient(
    165deg,
    #fff 0%,
    color-mix(in srgb, var(--lp-bg-2) 55%, white) 100%
  );
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 12px 32px color-mix(in srgb, var(--lp-border) 45%, transparent);
  transition:
    transform var(--lp-dur-fast) var(--lp-ease),
    box-shadow var(--lp-dur-fast) var(--lp-ease),
    border-color var(--lp-dur-fast) var(--lp-ease);
}

@media (hover: hover) and (pointer: fine) {
  .lp-step-card:hover {
    transform: translateY(-2px);
    border-color: color-mix(in srgb, var(--lp-primary) 28%, var(--lp-border));
    box-shadow: var(--lp-shadow-lg);
  }
}

.lp-step-card:active {
  transform: scale(0.99);
}

.lp-step-card__aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  padding-top: 0.1rem;
  min-width: 2.75rem;
}

.lp-step-card__num {
  display: grid;
  place-items: center;
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 0.95rem;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
  color: var(--lp-primary-dark);
  background: linear-gradient(
    160deg,
    color-mix(in srgb, var(--lp-primary) 16%, white),
    color-mix(in srgb, var(--lp-accent) 20%, white)
  );
  border: 1px solid color-mix(in srgb, var(--lp-primary) 22%, var(--lp-border));
  box-shadow: 0 4px 12px color-mix(in srgb, var(--lp-primary) 18%, transparent);
}

.lp-step-card__ico {
  font-size: 1.1rem;
  line-height: 1;
  opacity: 0.92;
}

.lp-step-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.lp-step-card__label {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--lp-primary) 70%, var(--lp-muted));
}

.lp-step-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--lp-text);
  line-height: 1.3;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.lp-step-card__text {
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--lp-muted);
  line-height: 1.5;
  margin-top: 0.15rem;
  overflow-wrap: anywhere;
}

@media (min-width: 720px) {
  .lp-rotina {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.9rem;
  }

  .lp-step-card--stack {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .lp-step-card--stack .lp-step-card__aside {
    flex-direction: row;
    justify-content: flex-start;
    gap: 0.55rem;
  }
}

@media (max-width: 380px) {
  .lp-step-card {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .lp-step-card__aside {
    flex-direction: row;
    justify-content: flex-start;
    gap: 0.55rem;
  }
}

html.lp-reveal-on .lp-reveal {
  opacity: 0;
  transform: translateY(var(--lp-reveal-y));
  transition:
    opacity var(--lp-dur-reveal) var(--lp-ease-out),
    transform var(--lp-dur-reveal) var(--lp-ease-out);
}

html.lp-reveal-on .lp-reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}

html.lp-reveal-on .lp-reveal[data-reveal-delay="1"] {
  transition-delay: 70ms;
}

html.lp-reveal-on .lp-reveal[data-reveal-delay="2"] {
  transition-delay: 140ms;
}

@media (prefers-reduced-motion: reduce) {
  html.lp-reveal-on .lp-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .lp-step-card:hover,
  .lp-step-card:active,
  .lp-grid-modules li:hover,
  .lp-price--featured {
    transform: none;
    box-shadow: var(--lp-shadow-soft);
  }
}

@media (max-width: 767.98px) {
  .lp-container {
    width: min(var(--lp-max), 100% - 1.5rem);
  }

  .lp-hero__frame--product {
    max-height: 280px;
  }

  .lp-step-card {
    padding: 1rem 1rem 1.05rem;
    gap: 0.8rem;
  }

  .lp-step-card__num {
    width: 2.4rem;
    height: 2.4rem;
  }

  .lp-section-lead {
    font-size: 0.98rem;
  }

  .lp-cta__full,
  .lp-price__cta-full {
    display: none;
  }

  .lp-cta__short,
  .lp-price__cta-short {
    display: inline;
  }

  .lp-price {
    padding: 1.1rem 1rem 1.15rem;
  }

  .lp-price .lp-cta,
  .lp-oferta__cta-wrap .lp-cta,
  .lp-cta-final .lp-cta {
    width: 100%;
    max-width: none;
    font-size: 1rem;
  }

  .lp-oferta__inclui,
  .lp-oferta__garantia {
    max-width: none !important;
  }

  .lp-grid-modules--featured li {
    min-height: 0;
    padding: 0.9rem 0.95rem;
  }

  .lp-grid-modules--more li {
    padding: 0.7rem 0.8rem;
  }

  .lp-faq {
    max-width: none;
  }

  .lp-faq summary {
    font-size: 0.95rem;
    gap: 0.6rem;
  }

  .lp-cta-final {
    padding: 2.75rem 0;
  }

  .lp-cta-final h2 {
    font-size: 1.55rem;
  }

  .lp-cta-final__lead {
    font-size: 0.98rem;
  }

  .lp-footer__nav {
    gap: 0.15rem 0.05rem;
  }
}

.lp-grid-modules {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
  display: grid;
  gap: 0.75rem;
}

.lp-grid-modules--featured {
  margin-top: 1.25rem;
}

.lp-grid-modules li {
  background: var(--lp-card);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-lg);
  padding: 1.05rem 1.1rem 1.05rem 1rem;
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 0.15rem 0.75rem;
  box-shadow: var(--lp-shadow-soft);
  transition:
    transform var(--lp-dur-fast) var(--lp-ease),
    box-shadow var(--lp-dur-fast) var(--lp-ease);
  min-height: 4.75rem;
  align-content: start;
  min-width: 0;
}

@media (hover: hover) and (pointer: fine) {
  .lp-grid-modules li:hover {
    transform: translateY(-2px);
    box-shadow: var(--lp-shadow-lg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-grid-modules li:hover {
    transform: none;
    box-shadow: var(--lp-shadow-soft);
  }
}

.lp-mod-ico {
  grid-row: span 2;
  grid-column: 1;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--lp-radius-sm);
  background: linear-gradient(145deg, #f7f4ef, #f0c4b2);
  display: grid;
  place-items: center;
  font-size: 1.15rem;
  align-self: start;
}

.lp-grid-modules strong {
  grid-column: 2;
  color: var(--lp-primary-dark);
  font-size: 0.98rem;
  line-height: 1.3;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.lp-grid-modules li > span:not(.lp-mod-ico) {
  color: var(--lp-muted);
  font-size: 0.9rem;
  line-height: 1.4;
  grid-column: 2;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.lp-modules-more-label {
  margin: 1.5rem 0 0;
  font-size: var(--lp-eyebrow);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--lp-muted);
}

.lp-grid-modules--more {
  margin-top: 0.75rem;
  gap: 0.55rem;
}

.lp-grid-modules--more li {
  min-height: 0;
  padding: 0.75rem 0.9rem;
  border-radius: var(--lp-radius);
  box-shadow: none;
  background: rgba(255, 255, 255, 0.72);
}

.lp-grid-modules--more .lp-mod-ico {
  width: 2.1rem;
  height: 2.1rem;
  font-size: 0;
}

.lp-grid-modules--more strong {
  font-size: 0.92rem;
}

.lp-grid-modules--more li > span:not(.lp-mod-ico) {
  font-size: 0.84rem;
}

.lp-testimonials,
.lp-why {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
  display: grid;
  gap: 0.75rem;
}

.lp-testimonial {
  background: var(--lp-card);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-lg);
  padding: 1.2rem 1.2rem 1.25rem;
  margin: 0;
  box-shadow: var(--lp-shadow-soft);
  position: relative;
}

.lp-testimonial::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  margin-bottom: 0.55rem;
  border-radius: 50%;
  background: rgba(123, 196, 160, 0.2);
  color: var(--lp-primary-dark);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0;
}

.lp-testimonial p {
  margin: 0;
  color: var(--lp-text);
  font-size: 0.98rem;
  line-height: 1.55;
  font-weight: 500;
}

.lp-testimonial footer {
  color: var(--lp-muted);
  font-size: 0.9rem;
  font-weight: 600;
  font-style: normal;
}

.lp-testimonial--trust::before {
  content: "✓";
  color: var(--lp-primary-dark);
}

.lp-testimonial--trust p {
  margin-bottom: 0;
}

.lp-oferta {
  background:
    radial-gradient(ellipse 60% 40% at 50% 0%, rgba(212, 133, 106, 0.1), transparent 60%);
}

.lp-oferta__lead {
  margin-bottom: 0.25rem;
}

.lp-prices {
  display: grid;
  gap: 0.85rem;
  margin: 1.25rem 0 1.15rem;
}

.lp-price {
  background: var(--lp-card);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-lg);
  padding: 1.25rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-height: 100%;
  box-shadow: var(--lp-shadow-soft);
  position: relative;
}

.lp-price h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--lp-text);
}

.lp-price--featured {
  border: 2px solid var(--lp-primary);
  box-shadow: var(--lp-shadow-lg), 0 0 0 4px rgba(212, 133, 106, 0.12);
  background: linear-gradient(180deg, #ffffff 0%, #fdf0eb 100%);
  transform: none;
  order: -1;
}

@media (min-width: 768px) {
  .lp-oferta .lp-kicker,
  .lp-oferta .lp-section-lead,
  .lp-oferta h2 {
    text-align: center;
    margin-inline: auto;
  }

  .lp-oferta h2::after {
    margin-inline: auto;
  }

  .lp-oferta__lead {
    margin-inline: auto;
  }

  .lp-price--featured {
    transform: scale(1.02);
    z-index: 1;
    order: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-price--featured {
    transform: none;
  }
}

.lp-price__badge {
  display: inline-block;
  align-self: flex-start;
  background: linear-gradient(180deg, #8fd0b0, var(--lp-accent));
  font-weight: 800;
  font-size: 0.75rem;
  text-transform: lowercase;
  letter-spacing: 0;
  padding: 0.3rem 0.7rem;
  border-radius: var(--lp-radius-pill);
  margin: 0 0 0.45rem;
  color: var(--lp-text);
}

.lp-price__value {
  margin: 0.35rem 0 0.95rem !important;
}

.lp-price__num {
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--lp-primary-dark);
  letter-spacing: 0;
  line-height: 1;
}

.lp-price__per {
  color: var(--lp-muted);
  margin-left: 0.3rem;
  font-size: 0.95rem;
  font-weight: 500;
}

.lp-price .lp-cta {
  margin-top: auto;
  width: 100%;
  font-size: 0.95rem;
  padding-inline: 1rem;
  text-wrap: balance;
}

.lp-oferta__inclui {
  margin: 0.5rem 0 0.75rem !important;
  font-weight: 600;
  max-width: 36rem !important;
  font-size: 0.95rem;
  color: var(--lp-muted);
}

.lp-oferta__garantia {
  background: var(--lp-card);
  border-left: 4px solid var(--lp-accent);
  padding: 0.9rem 1.05rem;
  border-radius: 0 var(--lp-radius-sm) var(--lp-radius-sm) 0;
  margin: 0 0 1.25rem !important;
  font-weight: 600;
  font-size: 0.95rem;
  box-shadow: var(--lp-shadow-soft);
  max-width: 36rem !important;
}

.lp-oferta__cta-wrap {
  text-align: center;
}

.lp-oferta__cta-wrap .lp-cta {
  width: 100%;
  max-width: 22rem;
  text-wrap: balance;
}

.lp-faq {
  margin-top: 1.25rem;
  max-width: 40rem;
}

.lp-faq-note {
  margin: 0 0 1.1rem !important;
  font-size: 0.9rem;
  padding: 0.75rem 1rem;
  background: #fff9eb;
  border-radius: var(--lp-radius-sm);
  border: 1px solid #f0e0b8;
  max-width: none !important;
}

.lp-faq details {
  background: var(--lp-card);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  padding: 0 1rem;
  margin-bottom: 0.5rem;
  box-shadow: var(--lp-shadow-soft);
}

.lp-faq summary {
  font-weight: 700;
  cursor: pointer;
  padding: 0.9rem 0;
  color: var(--lp-primary-dark);
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: var(--lp-tap);
  border-radius: 2px;
  text-align: left;
  line-height: 1.35;
  font-size: 0.98rem;
  overflow-wrap: anywhere;
}

.lp-faq summary::-webkit-details-marker {
  display: none;
}

.lp-faq summary::after {
  content: "+";
  flex: 0 0 auto;
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--lp-primary);
  line-height: 1;
  margin-top: 0.1rem;
  transition: transform var(--lp-dur-fast) var(--lp-ease);
}

.lp-faq details[open] summary::after {
  content: "−";
}

.lp-faq details[open] summary {
  border-bottom: 1px solid var(--lp-border);
  margin-bottom: 0.15rem;
}

.lp-faq__body {
  padding-bottom: 0.9rem;
}

.lp-faq details p,
.lp-faq__body p {
  margin: 0;
  padding: 0;
  color: var(--lp-muted);
  max-width: none;
  line-height: var(--lp-lead);
  font-size: 0.94rem;
}

.lp-faq details a,
.lp-faq__body a {
  color: var(--lp-primary-dark);
  font-weight: 600;
}

.lp-faq details a:hover,
.lp-faq__body a:hover {
  text-decoration: underline;
}

.lp-faq details a:focus-visible,
.lp-faq__body a:focus-visible {
  outline: var(--lp-focus);
  outline-offset: 2px;
  border-radius: 2px;
}

.lp-cta-final {
  background: linear-gradient(165deg, #fdf0eb 0%, #f7f4ef 45%, #f5f8f4 100%);
  text-align: center;
  padding: var(--lp-space-section-lg) 0;
}

.lp-cta-final .lp-container {
  max-width: 34rem;
}

.lp-cta-final h2 {
  margin-bottom: 0.65rem;
}

.lp-cta-final h2::after {
  margin-inline: auto;
}

.lp-kicker--on-soft {
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(208, 228, 236, 0.85);
  padding: 0.3rem 0.7rem;
  border-radius: var(--lp-radius-pill);
}

.lp-cta-final__lead {
  font-size: 1.05rem;
  font-weight: 500;
  margin: 0.35rem auto 0 !important;
  line-height: var(--lp-lead);
  color: var(--lp-muted);
  max-width: 28rem !important;
}

.lp-cta-final__wrap {
  margin-top: 1.35rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
}

.lp-cta-final .lp-cta {
  margin-top: 0;
  font-size: 1.02rem;
  max-width: 100%;
  width: min(100%, 22rem);
  box-shadow: 0 10px 28px rgba(212, 133, 106, 0.24);
}

.lp-cta-final__login {
  color: var(--lp-primary-dark);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  min-height: var(--lp-tap);
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: var(--lp-radius-pill);
}

.lp-cta-final__login:hover {
  text-decoration: underline;
  background: rgba(255, 255, 255, 0.45);
}

.lp-cta-final__quiz {
  color: var(--lp-primary-dark);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  min-height: var(--lp-tap);
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.65rem;
  border-radius: var(--lp-radius-pill);
  border-bottom: 1px solid color-mix(in srgb, var(--lp-primary) 30%, transparent);
}

.lp-cta-final__quiz:hover {
  color: var(--lp-primary);
  border-bottom-color: var(--lp-primary);
}

.lp-cta-final__quiz:focus-visible {
  outline: var(--lp-focus);
  outline-offset: 3px;
}

@media (max-width: 767.98px) {
  .lp-hero__quiz-link {
    font-size: 0.88rem;
    margin-top: 0.75rem;
  }

  .lp-cta-final__wrap {
    gap: 0.65rem;
  }
}

.lp-footer {
  padding: 2rem 0 calc(2.5rem + env(safe-area-inset-bottom, 0px));
  text-align: center;
  color: var(--lp-muted);
  font-size: 0.95rem;
  border-top: 1px solid var(--lp-border);
  background: var(--lp-bg-2);
}

.lp-footer__brand {
  margin: 0.25rem 0 0.55rem;
  font-weight: 700;
  color: var(--lp-primary-dark);
}

.lp-footer__nav {
  margin-top: 0.35rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.25rem 0.15rem;
}

.lp-footer__dot {
  color: var(--lp-border);
  padding: 0 0.2rem;
  user-select: none;
}

.lp-footer a {
  color: var(--lp-primary);
  text-decoration: none;
  font-weight: 600;
  min-height: var(--lp-tap);
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.4rem;
  border-radius: var(--lp-radius-sm);
}

.lp-footer a:hover {
  text-decoration: underline;
  color: var(--lp-primary-dark);
}

.lp-footer a:focus-visible {
  outline: var(--lp-focus);
  outline-offset: 2px;
}

.lp-footer__note {
  margin: 0.9rem auto 0;
  max-width: 28rem;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.45;
  color: var(--lp-muted);
}

.lp-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 640px) {
  .lp-grid-modules--featured {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-grid-modules--more {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-dra__badges {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 768px) {
  :root {
    --lp-max: 960px;
  }

  body.lp {
    font-size: 17px;
  }

  .lp-cta--lg {
    width: auto;
    min-width: 18rem;
  }

  .lp-hero {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }

  .lp-hero__grid,
  .lp-dra__grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 2.5rem;
    align-items: center;
  }

  .lp-dra__grid {
    grid-template-columns: 0.72fr 1.28fr;
    align-items: start;
  }

  .lp-hero__visual {
    margin-top: 0;
  }

  .lp-hero__frame {
    min-height: 300px;
  }

  .lp-dra__frame {
    max-width: none;
    position: sticky;
    top: calc(var(--lp-header-h) + 1rem);
  }

  .lp-grid-modules--featured {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
  }

  .lp-grid-modules--more {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.65rem;
  }

  .lp-prices {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    max-width: 720px;
    margin-inline: auto;
  }

  .lp-oferta .lp-container > h2,
  .lp-oferta .lp-oferta__inclui,
  .lp-oferta .lp-oferta__garantia {
    text-align: center;
    margin-inline: auto;
  }

  .lp-oferta .lp-oferta__garantia {
    max-width: 720px !important;
  }

  .lp-testimonials,
  .lp-why {
    grid-template-columns: repeat(3, 1fr);
  }

  .lp-section {
    padding: 3.75rem 0;
  }

  .lp-hero h1 {
    font-size: 2.35rem;
  }

  .lp-oferta__inclui,
  .lp-oferta__garantia {
    max-width: 36rem;
  }
}

@media (min-width: 900px) {
  .lp-grid-modules--featured {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.9rem;
  }

  .lp-grid-modules--more {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.7rem;
  }

  .lp-steps,
  .lp-rotina {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }

  .lp-steps .lp-step-card,
  .lp-rotina .lp-step-card {
    min-height: 100%;
  }

  .lp-steps .lp-step-card {
    grid-template-columns: 1fr;
  }

  .lp-steps .lp-step-card__aside {
    flex-direction: row;
    justify-content: flex-start;
    gap: 0.55rem;
  }
}

@media (min-width: 1024px) {
  :root {
    --lp-max: 1000px;
  }

  .lp-container {
    width: min(var(--lp-max), 100% - 2.5rem);
  }

  .lp-steps {
    gap: 1.1rem;
  }

  .lp-step-card {
    padding: 1.15rem 1.1rem 1.2rem;
  }

  .lp-rotina {
    gap: 1.15rem;
  }

  .lp-hero__frame.has-img {
    max-height: 400px;
  }
}

@media (min-width: 1200px) {
  :root {
    --lp-max: var(--lp-max-wide);
  }

  .lp-container {
    width: min(var(--lp-max), 100% - 3rem);
  }

  .lp-hero {
    padding-top: 3.75rem;
    padding-bottom: 4.25rem;
  }

  .lp-section {
    padding: clamp(3.75rem, 5vw, 4.5rem) 0;
  }

  .lp-grid-modules--featured {
    gap: 1rem;
  }

  .lp-cta-final {
    padding: 4.5rem 0;
  }
}

.lp-hero__img,
.lp-dra__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  border-radius: inherit;
}

.lp-hero__frame.has-img,
.lp-dra__frame.has-img {
  padding: 0;
  overflow: hidden;
}

.lp-hero__frame.has-img {
  min-height: 0;
  aspect-ratio: 4 / 3;
  max-height: 420px;
}

.lp-dra__frame {
  aspect-ratio: 4 / 5;
}

.lp-dra__frame.has-img {
  max-height: 480px;
}

.lp-hero__frame.has-img .lp-hero__img,
.lp-dra__frame.has-img .lp-dra__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-hero__frame.has-img .lp-wave-art,
.lp-hero__frame.has-img .lp-wave,
.lp-hero__frame.has-img p,
.lp-dra__frame.has-img .lp-dra__avatar,
.lp-dra__frame.has-img p {
  display: none;
}

.lp-asset-hidden {
  display: none !important;
}

.lp-cta--lg {
  text-wrap: balance;
  hyphens: manual;
}

@media print {
  .lp-header,
  .lp-skip,
  .lp-cta {
    box-shadow: none !important;
  }

  body.lp {
    background: #fff;
  }

  .lp-hero::before {
    display: none;
  }
}

.lp-legal h1 { margin-bottom: 0.35rem; }
.lp-legal h2 {
  margin: 1.75rem 0 0.65rem;
  font-size: 1.15rem;
  color: var(--lp-text);
}
.lp-legal ul {
  margin: 0.5rem 0 1rem 1.15rem;
  padding: 0;
  color: var(--lp-text);
  line-height: 1.55;
}
.lp-legal li { margin-bottom: 0.4rem; }
.lp-legal p { line-height: 1.6; }

.lp-hero {
  min-height: calc(100svh - var(--lp-header-h) - 3rem);
  display: flex;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(44, 35, 25, 0.72) 0%, rgba(44, 35, 25, 0.48) 48%, rgba(44, 35, 25, 0.18) 100%),
    url("/m/assets/hero.jpg") center 28% / cover no-repeat;
  isolation: isolate;
}

.lp-hero::before {
  display: none;
}

.lp-hero .lp-container {
  width: min(1000px, 100% - 2rem);
}

.lp-hero__grid {
  display: block;
  max-width: 42rem;
}

.lp-hero__copy {
  width: min(100%, 34rem);
}

.lp-hero__visual {
  display: none;
}

.lp-hero h1 {
  color: #fff;
  font-size: 2rem;
  line-height: 1.08;
  max-width: 14ch;
  text-shadow: 0 2px 18px rgba(44, 35, 25, 0.32);
}

.lp-hero__sub {
  color: rgba(255, 255, 255, 0.92);
  width: min(100%, 34rem);
  max-width: 100%;
  text-shadow: 0 1px 14px rgba(44, 35, 25, 0.28);
}

.lp-hero__eyebrow {
  color: #ffe4d6;
  background: rgba(44, 35, 25, 0.34);
  border-color: rgba(255, 228, 214, 0.34);
  box-shadow: none;
}

.lp-hero__eyebrow span {
  display: none;
}

.lp-hero__cta-wrap .lp-cta--ghost {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.lp-badges li {
  color: #fff;
  background: rgba(44, 35, 25, 0.28);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: none;
}

.lp-badges__check {
  color: var(--lp-primary-dark);
  background: #ffe4d6;
}

.lp-hero__quiz-link a {
  color: #ffe4d6;
  border-bottom-color: rgba(255, 228, 214, 0.42);
}

.lp-step-card__ico,
.lp-mod-ico {
  position: relative;
  color: var(--lp-primary);
  font-size: 0;
  overflow: hidden;
}

.lp-step-card__ico::before,
.lp-mod-ico::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  background: currentColor;
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.62);
}

.lp-grid-modules li:nth-child(3n + 2) .lp-mod-ico,
.lp-step-card:nth-child(3n + 2) .lp-step-card__ico {
  color: var(--lp-accent);
}

.lp-grid-modules li:nth-child(3n) .lp-mod-ico,
.lp-step-card:nth-child(3n) .lp-step-card__ico {
  color: var(--mist);
}

.lp-mod-ico {
  background: var(--terra-wash);
}

@media (max-width: 767.98px) {
  .lp-hero {
    min-height: calc(100svh - var(--lp-header-h) - 4.5rem);
    padding-top: 1.75rem;
    padding-bottom: 2rem;
    background:
      linear-gradient(180deg, rgba(44, 35, 25, 0.72) 0%, rgba(44, 35, 25, 0.5) 56%, rgba(44, 35, 25, 0.22) 100%),
      url("/m/assets/hero.jpg") center 24% / cover no-repeat;
  }

  .lp-hero h1 {
    font-size: 1.85rem;
  }

  .lp-hero__sub {
    font-size: 1rem !important;
  }
}

@media (min-width: 768px) {
  .lp-section h1 {
    font-size: 2.35rem;
  }

  .lp-section h2 {
    font-size: 1.85rem;
  }

  .lp-hero h1 {
    font-size: 2.7rem;
  }
}

.lp-cta,
.lp-link-login,
.lp-nav__quiz {
  border-radius: var(--lp-radius-btn);
}

.lp-hero__cta-wrap .lp-cta--lg,
.lp-hero__cta-wrap .lp-cta--ghost {
  flex: 0 0 auto;
  width: 100%;
  max-width: min(100%, 20rem);
  min-height: var(--lp-tap);
}

@media (max-width: 640px) {
  .lp-header .lp-nav {
    display: none;
  }
}

@media (max-width: 520px) {
  .lp-header .lp-link-login {
    display: none;
  }

  .lp-logo span {
    max-width: min(12rem, 58vw);
  }
}

@media (max-width: 430px) {
  .lp-header__inner {
    gap: 0.35rem;
  }

  .lp-logo {
    gap: 0.4rem;
  }

  .lp-logo span {
    max-width: min(13rem, 72vw);
  }

  .lp-nav {
    flex: 0 0 auto;
    gap: 0.3rem;
  }

  .lp-nav__quiz,
  .lp-link-login {
    font-size: 0;
    padding: 0.4rem 0.65rem;
  }

  .lp-nav__quiz::after {
    content: "Quiz";
    font-size: 0.82rem;
    font-weight: 700;
    color: #fff;
  }

  .lp-link-login::after {
    content: "Cuenta";
    font-size: 0.82rem;
    font-weight: 600;
  }

}

@media (max-width: 360px) {
  .lp-badges {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    max-width: 100%;
  }

  .lp-badges li {
    width: max-content;
    max-width: 100%;
  }

  .lp-hero h1 {
    font-size: 1.72rem;
  }

  .lp-hero__sub {
    font-size: 0.95rem !important;
  }
}
