/* Curso SketchUp + D5 Render — landing. Layout: contenido + precio sticky. */
:root {
  --dpr-gold: #c4a35a;
  --dpr-gold-soft: #f3ead6;
}

html {
  scroll-padding-top: var(--header-offset);
}

.l-h .wnd-fixed,
.h-w.wnd-fixed {
  padding-top: env(safe-area-inset-top, 0px);
}

.b-html .b-c:has(.dpr) {
  padding: 0 !important;
  background: #f6f4ef;
}

.s-basic .s-c:has(.dpr) {
  background: #f6f4ef;
}

.dpr {
  --bg: #f6f4ef;
  --surface: #fff;
  --fg: #141414;
  --muted: #5a5a5a;
  --line: rgba(20, 20, 20, 0.08);
  --line-strong: rgba(20, 20, 20, 0.14);
  --gold: var(--dpr-gold);
  --gold-soft: var(--dpr-gold-soft);
  --ink: #0b0b0b;
  --wa: #128c7e;
  --radius: 18px;
  --shadow: 0 1px 2px rgba(20, 20, 20, 0.04), 0 18px 48px rgba(20, 20, 20, 0.06);
  --shadow-sm: 0 1px 2px rgba(20, 20, 20, 0.05);
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--fg);
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.dpr *,
.dpr *::before,
.dpr *::after {
  box-sizing: border-box;
}

.dpr a {
  color: inherit;
  text-decoration: none;
}

.dpr img {
  max-width: 100%;
  height: auto;
  display: block;
}

.dpr .wrap {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: clamp(16px, 2.4vw, 28px);
}

.dpr .hero {
  padding-top: clamp(8px, 1.5vh, 16px);
}

.dpr h1,
.dpr h2,
.dpr h3 {
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: var(--ink);
  font-weight: 700;
}

.dpr h1 {
  font-size: clamp(1.85rem, 4.4vw, 3.15rem);
  margin: 0 0 0.7rem;
  font-weight: 800;
}

.dpr h1 .kicker {
  display: block;
  font-size: 0.62em;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--fg);
}

.dpr h1 .accent {
  display: block;
  margin-top: 0.15em;
  color: #2a2a2a;
  font-weight: 650;
  font-size: 0.72em;
  letter-spacing: -0.02em;
}

.dpr h2 {
  font-size: clamp(1.35rem, 2.6vw, 1.75rem);
  margin: 0 0 0.85rem;
}

.dpr h3 {
  font-size: 1.02rem;
  margin: 0 0 0.4rem;
  letter-spacing: -0.02em;
}

.dpr p {
  margin: 0 0 0.85rem;
  color: var(--fg);
}

.dpr .lead {
  font-size: clamp(1rem, 1.6vw, 1.12rem);
  color: var(--muted);
  max-width: 42rem;
  margin-bottom: 1.15rem;
}

.dpr .muted {
  color: var(--muted);
}

.dpr .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b5a38;
  margin-bottom: 0.7rem;
}

.dpr .eyebrow::before {
  content: "";
  width: 18px;
  height: 1px;
  background: var(--gold);
}

.dpr .crumbs {
  letter-spacing: 0.02em;
  text-transform: none;
  font-weight: 600;
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 0.78rem;
}

.dpr .crumbs::before {
  display: none;
}

.dpr .crumbs a:hover {
  text-decoration: underline;
}

.dpr .meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 1.1rem;
}

.dpr .chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.38rem 0.75rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #333;
  background: var(--surface);
}

.dpr .chip.gold {
  background: var(--gold-soft);
  border-color: rgba(196, 163, 90, 0.45);
  color: #4a3b1c;
}

.dpr .btn,
.dpr .btn-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0.8rem 1.15rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.95rem;
  border: 0;
  cursor: pointer;
  text-align: center;
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.dpr .btn:hover,
.dpr .btn-action:hover {
  transform: translateY(-1px);
}

.dpr .btn:active,
.dpr .btn-action:active {
  transform: translateY(0);
}

.dpr .btn-ink,
.dpr .btn-black-v3 {
  background: var(--ink);
  color: #fff;
}

.dpr .btn-wa,
.dpr .btn-green-v3 {
  background: var(--wa);
  color: #fff;
}

.dpr .btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line-strong);
}

.dpr .hero-offer {
  display: grid;
  grid-template-columns: minmax(190px, 0.75fr) minmax(300px, 1.25fr);
  gap: 12px 18px;
  align-items: center;
  margin: 0 0 1.25rem;
  padding: 16px;
  border: 1px solid rgba(196, 163, 90, 0.42);
  border-radius: 18px;
  background:
    radial-gradient(circle at 0 0, rgba(196, 163, 90, 0.18), transparent 40%),
    linear-gradient(135deg, #fffdf8, #fff);
  box-shadow: var(--shadow-sm);
}

.dpr .hero-offer-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.dpr .hero-offer-label,
.dpr .section-kicker {
  color: #725b28;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dpr .hero-offer-copy strong {
  color: var(--ink);
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.dpr .hero-offer-copy > span:last-child,
.dpr .hero-offer-note {
  color: var(--muted);
  font-size: 0.78rem;
}

.dpr .hero-offer .action-row {
  margin-top: 0;
}

.dpr .hero-offer-note {
  grid-column: 1 / -1;
  margin: -3px 0 0;
}

.dpr .grid {
  display: grid;
  gap: clamp(14px, 2vw, 22px);
}

.dpr .layout > * {
  min-width: 0;
}

@media (min-width: 960px) {
  .dpr .layout {
    grid-template-columns: minmax(0, 1.35fr) 380px;
    align-items: start;
    gap: 32px;
  }

  .dpr .aside {
    position: sticky;
    top: calc(var(--header-offset) + 12px);
  }

  .dpr .beneficios {
    grid-template-columns: repeat(2, 1fr);
  }

  .dpr .audience {
    grid-template-columns: repeat(2, 1fr);
  }
}

.dpr .section {
  border-top: 1px solid var(--line);
  padding-top: clamp(1.6rem, 3vw, 2.4rem);
  margin-top: clamp(1.6rem, 3vw, 2.4rem);
}

.dpr .course-nav {
  position: sticky;
  top: calc(var(--header-offset) + 8px);
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 1.5rem;
  padding: 8px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 30px rgba(20, 20, 20, 0.06);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  scrollbar-width: none;
}

.dpr .course-nav::-webkit-scrollbar {
  display: none;
}

.dpr .course-nav span,
.dpr .course-nav a {
  flex: 0 0 auto;
  padding: 8px 10px;
  border-radius: 9px;
  font-size: 0.78rem;
  font-weight: 700;
}

.dpr .course-nav span {
  color: #725b28;
}

.dpr .course-nav a {
  color: #444;
  transition: color 0.16s ease, background 0.16s ease;
}

.dpr .course-nav a:hover,
.dpr .course-nav a.is-active {
  color: var(--ink);
  background: var(--gold-soft);
}

.dpr .card,
.dpr .beneficio,
.dpr .audience-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(16px, 2vw, 20px);
  box-shadow: var(--shadow-sm);
}

.dpr .beneficio {
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.dpr .beneficio:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: rgba(196, 163, 90, 0.45);
}

.dpr .ico {
  width: 36px;
  height: 36px;
  padding: 8px;
  border-radius: 10px;
  background: var(--gold-soft);
  color: #8a6d2e;
  margin-bottom: 10px;
}

.dpr .beneficio h3,
.dpr .audience-card h3 {
  font-size: 0.98rem;
}

.dpr .beneficio p,
.dpr .audience-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
}

.dpr .list {
  padding-left: 1.15rem;
  margin: 0;
}

.dpr .list li {
  margin: 0.42rem 0;
  color: #2c2c2c;
}

.dpr .check-list {
  list-style: none;
  padding: 0;
  margin: 0.4rem 0 0;
}

.dpr .check-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0.55rem 0;
  font-size: 0.95rem;
}

.dpr .check-list svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 4px;
  color: var(--gold);
}

.dpr .hero-media {
  margin: 0.4rem 0 1.1rem;
}

.dpr .hero-main {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #111;
}

.dpr .hero-main img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.dpr .thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 10px 2px 4px;
  -webkit-overflow-scrolling: touch;
}

.dpr .thumbs img {
  flex: 0 0 auto;
  width: 132px;
  max-width: 42vw;
  height: 82px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--line);
  scroll-snap-align: start;
  cursor: pointer;
  opacity: 0.88;
}

.dpr .thumbs img:hover,
.dpr .thumbs img.is-active {
  opacity: 1;
  outline: 2px solid var(--gold);
  outline-offset: 1px;
}

.dpr .video {
  position: relative;
  padding-top: 56.25%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #0b0b0b;
}

.dpr .video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.dpr .trailer-featured {
  border-top: 0;
  padding: clamp(18px, 3vw, 26px);
  border-radius: 22px;
  background: #171717;
  box-shadow: var(--shadow);
}

.dpr .trailer-featured h2 {
  color: #fff;
  margin-top: 4px;
}

.dpr .trailer-featured .section-kicker {
  color: #dec583;
}

.dpr .section-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
}

.dpr .video-badge {
  flex: 0 0 auto;
  margin-bottom: 0.85rem;
  padding: 6px 10px;
  color: #f2dfaa;
  border: 1px solid rgba(222, 197, 131, 0.35);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
}

.dpr .proof-strip {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(340px, 1.4fr);
  gap: 20px;
  align-items: center;
  margin-top: clamp(1.2rem, 2.5vw, 2rem);
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
}

.dpr .proof-intro > strong {
  display: block;
  margin: 4px 0 6px;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.25;
}

.dpr .proof-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.dpr .proof-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.dpr .proof-stats div {
  min-width: 0;
  padding: 12px 8px;
  text-align: center;
  border-left: 1px solid var(--line);
}

.dpr .proof-stats strong,
.dpr .proof-stats span {
  display: block;
}

.dpr .proof-stats strong {
  color: var(--ink);
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  letter-spacing: -0.04em;
}

.dpr .proof-stats span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.25;
}

.dpr details {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0;
  background: var(--surface);
  overflow: hidden;
}

.dpr details + details {
  margin-top: 8px;
}

.dpr summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.9rem 1rem;
  font-size: 0.95rem;
  line-height: 1.35;
}

.dpr summary::-webkit-details-marker {
  display: none;
}

.dpr summary::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: auto;
  flex-shrink: 0;
  border-right: 1.5px solid #888;
  border-bottom: 1.5px solid #888;
  transform: rotate(45deg);
  transition: transform 0.18s ease;
}

.dpr details[open] summary::after {
  transform: rotate(225deg);
  margin-top: 6px;
}

.dpr .mod-num {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--gold-soft);
  color: #6d5420;
  font-size: 0.72rem;
  font-weight: 800;
  display: grid;
  place-items: center;
}

.dpr .mod-body {
  padding: 0 1rem 1rem 3.05rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.dpr .faq details {
  background: #fbfaf7;
}

.dpr .faq .mod-body {
  padding-left: 1rem;
}

.dpr .gal {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 8px;
}

.dpr .gal img {
  border-radius: 12px;
  border: 1px solid var(--line);
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
  cursor: zoom-in;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.dpr .gal img:hover,
.dpr .gal img:focus-visible {
  position: relative;
  z-index: 1;
  transform: translateY(-3px) scale(1.015);
  filter: saturate(1.05);
  box-shadow: 0 14px 32px rgba(20, 20, 20, 0.16);
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.dpr-lightbox {
  width: min(1100px, calc(100vw - 32px));
  max-width: none;
  max-height: calc(100vh - 32px);
  padding: 0;
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.45);
}

.dpr-lightbox::backdrop {
  background: rgba(5, 5, 5, 0.82);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.dpr-lightbox img {
  display: block;
  width: 100%;
  max-height: calc(100vh - 95px);
  object-fit: contain;
}

.dpr-lightbox-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  color: #eee;
}

.dpr-lightbox-caption {
  overflow: hidden;
  font-size: 0.82rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dpr-lightbox-close {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
}

.dpr .hero-final {
  width: 100%;
  border-radius: 16px;
  border: 1px solid var(--line);
}

.dpr .pricing-card-v3 {
  padding: 26px 22px 22px;
  background: var(--surface);
  border-radius: 22px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line-strong);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.dpr .pricing-card-v3::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #8a6d2e, var(--gold), #e8d5a3);
}

.dpr .pricing-header-pill {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  background: #f4f4f2;
  color: #555;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.dpr .pricing-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 4px;
}

.dpr .price-stack {
  margin: 10px 0 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dpr .price-old {
  text-decoration: line-through;
  color: #9a9a9a;
  font-size: 1rem;
  font-weight: 600;
}

.dpr .price-main {
  font-size: clamp(2.2rem, 4vw, 2.65rem);
  font-weight: 800;
  color: var(--ink);
  line-height: 1;
  letter-spacing: -0.04em;
}

.dpr .price-currency {
  font-size: 0.78rem;
  color: var(--muted);
  margin-top: 6px;
}

.dpr .coupon-pill-v3 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #eef7f2;
  color: #0f6b4c;
  border: 1px solid #cfe6d9;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  margin-top: 12px;
}

.dpr .countdown-box-v3 {
  margin-top: 10px;
  background: #f7f6f2;
  color: #4b4b4b;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 0.85rem;
  display: inline-block;
  border: 1px solid var(--line);
  font-variant-numeric: tabular-nums;
}

.dpr .countdown-box-v3 strong {
  color: var(--ink);
  font-weight: 800;
}

.dpr .action-row {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}

.dpr .btn-action {
  flex: 1;
  min-height: 48px;
  font-size: 0.92rem;
  padding: 12px 10px;
}

.dpr .disclaimer-box-v3 {
  margin-top: 16px;
  border: 1px solid var(--gold-soft);
  background: #fbf7ee;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 0.82rem;
  color: #5a4a2a;
  line-height: 1.45;
  text-align: left;
}

.dpr .disclaimer-box-v3 strong {
  display: block;
  margin-bottom: 4px;
  color: #3d3118;
  font-size: 0.86rem;
}

.dpr .trust-v3 {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.dpr .trust-v3 img {
  margin: 0 auto;
  max-height: 28px;
  opacity: 0.8;
}

.dpr .trust-v3 p {
  font-size: 0.78rem;
  color: #666;
  margin: 8px 0 0;
  line-height: 1.4;
}

.dpr .check-list-v3 {
  margin-top: 18px;
  padding: 0;
  list-style: none;
  text-align: left;
}

.dpr .check-list-v3 li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 9px;
  font-size: 0.88rem;
  font-weight: 500;
  color: #333;
}

.dpr .check-list-v3 svg {
  width: 16px;
  height: 16px;
  color: var(--gold);
  flex-shrink: 0;
  margin-top: 3px;
}

.dpr .contact.section {
  border-top: 0;
  margin-top: clamp(1.6rem, 3vw, 2.4rem);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: clamp(20px, 3vw, 28px);
  background: #161616;
  color: #f3f1ec;
}

.dpr .contact-title {
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
  font-weight: 750;
  margin: 0 0 8px;
  color: #fff;
}

.dpr .contact p,
.dpr .contact-text {
  color: #cfcbc3;
  margin: 0 0 16px;
}

.dpr .contact-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.dpr .btn.contact-btn {
  background: var(--gold);
  color: #161616;
}

.dpr .legal {
  font-size: 0.8rem;
  color: #6b6b6b;
  line-height: 1.5;
}

.dpr .compare {
  display: grid;
  gap: 10px;
}

@media (min-width: 720px) {
  .dpr .compare {
    grid-template-columns: repeat(2, 1fr);
  }
}

.dpr .compare-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px 18px;
}

.dpr .compare-card.featured {
  border-color: rgba(196, 163, 90, 0.55);
  background: linear-gradient(180deg, #fbf8f1, #fff);
}

.dpr .compare-card h3 {
  margin: 0 0 6px;
}

.dpr .compare-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
}

.dpr .compare-card ul {
  margin: 10px 0 0;
  padding-left: 1.1rem;
  font-size: 0.88rem;
  color: #333;
}

.dpr .compare-card li {
  margin: 0.28rem 0;
}

.dpr .compare-card a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.dpr .related {
  display: grid;
  gap: 10px;
}

@media (min-width: 720px) {
  .dpr .related {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 380px) {
  .dpr .compare {
    gap: 8px;
  }
}

.dpr .related a {
  display: block;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  font-size: 0.9rem;
  font-weight: 650;
}

.dpr .related a span {
  display: block;
  font-weight: 500;
  color: var(--muted);
  font-size: 0.8rem;
  margin-top: 4px;
}

.dpr .related a:hover {
  border-color: rgba(196, 163, 90, 0.5);
}

.dpr .roi {
  max-width: none;
  margin: 0;
  padding: 0;
  color: inherit;
}

.dpr .roi-card {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
  overflow: hidden;
}

.dpr .roi-head {
  padding: 20px 22px 16px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #fbf8f1, #fff);
}

.dpr .roi-head p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.dpr .roi-grid {
  display: grid;
  gap: 14px;
  padding: 16px;
}

@media (min-width: 860px) {
  .dpr .roi-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.dpr .roi-box {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
}

.dpr .roi-box label {
  font-weight: 700;
  font-size: 0.82rem;
  display: block;
  margin: 8px 0 6px;
}

.dpr .roi-box input,
.dpr .roi-box select {
  width: 100%;
  padding: 11px 12px;
  border-radius: 10px;
  border: 1px solid var(--line-strong);
  font-size: 1rem;
  font-family: inherit;
  background: #fff;
}

.dpr .roi-box .btn {
  margin-top: 12px;
  width: 100%;
  background: var(--ink);
  color: #fff;
}

.dpr .kpi {
  display: grid;
  gap: 10px;
}

.dpr .k {
  border: 1px solid var(--line);
  background: #faf9f6;
  border-radius: 12px;
  padding: 12px;
}

.dpr .k .t {
  font-weight: 650;
  color: var(--muted);
  font-size: 0.78rem;
}

.dpr .k .v {
  font-weight: 800;
  font-size: 1.3rem;
  margin-top: 4px;
  letter-spacing: -0.03em;
}

.dpr .note {
  color: var(--muted);
  margin-top: 10px;
  font-size: 0.9rem;
}

.dpr .mini {
  font-size: 0.82rem;
  color: #666;
}

.dpr .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 959px) {
  .dpr .aside {
    display: none;
  }

  .dpr #buy-mobile {
    margin: 18px 0 8px;
    width: 100%;
    display: block;
  }

  .dpr .layout {
    grid-template-columns: 1fr;
  }

  .dpr .cta-mobile {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.96);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-top: 1px solid var(--line);
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.06);
  }

  .dpr .cta-row {
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .dpr .cta-mobile .btn {
    flex: 1;
  }

  .dpr .cta-mobile .mini {
    font-size: 0.75rem;
    color: #555;
    margin-top: 6px;
    text-align: center;
  }

  .dpr {
    padding-bottom: 92px;
  }

  .whatsapp-float {
    bottom: calc(92px + env(safe-area-inset-bottom, 0px)) !important;
  }

  .dpr .hero {
    padding-top: 4px;
  }

  .dpr .course-nav {
    top: calc(var(--header-offset) + 4px);
    margin-right: -8px;
    margin-left: -8px;
  }

  .dpr .course-nav span {
    display: none;
  }

  .dpr .thumbs::after {
    content: none;
  }
}

@media (max-width: 768px) {
  .dpr .hero-offer,
  .dpr .proof-strip {
    grid-template-columns: 1fr;
  }

  .dpr .proof-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .dpr .proof-stats div:nth-child(odd) {
    border-left: 0;
  }

  .dpr .hero-main img {
    max-height: clamp(160px, 38vw, 240px);
    aspect-ratio: auto;
    object-fit: cover;
  }
}

@media (max-width: 768px) and (max-height: 740px) {
  .dpr h1 {
    font-size: clamp(1.55rem, 7vw, 2rem);
  }

  .dpr .lead {
    font-size: 0.95rem;
    margin-bottom: 0.8rem;
  }
}

@media (max-width: 380px) {
  .dpr .chip {
    font-size: 0.74rem;
    padding: 0.3rem 0.58rem;
  }

  .dpr .action-row {
    flex-direction: column;
  }

  .dpr .gal {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }
}

@media (max-width: 480px) {
  .dpr .action-row {
    flex-direction: column;
  }

  .dpr .hero-offer {
    padding: 14px;
  }

  .dpr .section-heading-row {
    align-items: flex-start;
  }

  .dpr .video-badge {
    display: none;
  }
}

@media (min-width: 960px) {
  .dpr .cta-mobile {
    display: none;
  }
}

.whatsapp-float {
  animation: none !important;
  box-shadow: 0 10px 28px rgba(18, 140, 126, 0.28) !important;
}

.whatsapp-float.neon::before {
  animation: none !important;
  opacity: 0.4;
  filter: blur(10px);
}

@media (max-width: 959px) {
  .whatsapp-float {
    bottom: calc(92px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dpr .btn,
  .dpr .btn-action,
  .dpr .beneficio,
  .dpr .gal img,
  .whatsapp-float,
  .whatsapp-float.neon::before {
    transition: none;
    animation: none !important;
    transform: none !important;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .dpr.reveal-ready .reveal-target {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }

  .dpr.reveal-ready .reveal-target.is-visible {
    opacity: 1;
    transform: none;
  }
}

/* Oculta restos Webnode (doble H1, banner azul, “LINK DE MERCADOPAGO”) */
.s-hc-cta-claim,
#wnd_Section_default_274617551,
#wnd_ImageBlock_89506,
.s-basic-box > .s-w > .s-o > .s-c > .ez > .ez-c > .b-text {
  display: none !important;
}

.s-basic-box .s-w,
.s-basic-box .s-o,
.s-basic-box .s-c,
.s-basic-box .ez,
.s-basic-box .ez-c {
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
