:root{--navy: #010b40;--navy-soft: #102257;--teal: #63bfb6;--teal-soft: #b8d9d0;--rose: #f2aeb4;--rose-soft: #f2ddd5;--ivory: #fefaf8;--text: #5d6475;--border: rgba(1, 11, 64, .08);--shadow: 0 20px 60px rgba(1, 11, 64, .08)}.mc-hero{background:linear-gradient(135deg,var(--ivory) 60%,var(--rose-soft) 100%);padding:5rem 2rem 4rem;text-align:center}.mc-hero-inner{max-width:760px;margin:0 auto}.mc-back{display:inline-flex;align-items:center;gap:.4rem;font-family:sans-serif;font-size:.78rem;font-weight:600;color:var(--teal);text-decoration:none;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;transition:color .2s}.mc-back:hover{color:var(--navy)}.mc-eyebrow{font-family:sans-serif;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--teal);margin-bottom:1.25rem}.mc-hero h1{font-family:Georgia,serif;font-size:clamp(2.2rem,4.5vw,3.8rem);font-weight:400;color:var(--navy);line-height:1.15;margin-bottom:2rem}.mc-hero h1 em{display:block;font-size:clamp(1rem,2vw,1.25rem);font-style:italic;color:var(--text);font-weight:400;margin-top:.75rem;line-height:1.6;font-family:sans-serif}.mc-hero-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem}.mc-hero-pills span{font-family:sans-serif;font-size:.82rem;font-weight:600;color:var(--navy);background:#fff;border:1px solid var(--border);padding:.5rem 1rem;border-radius:999px;box-shadow:0 2px 8px #010b400a}.mc-body{background:#fff;padding:5rem 2rem 6rem;border-top:1px solid var(--border)}.mc-body-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 320px;gap:4.5rem;align-items:start}.mc-content>p:first-of-type{font-family:Georgia,serif!important;font-size:1.25rem!important;font-style:italic;color:var(--teal)!important;line-height:1.7;margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.mc-content p{font-family:sans-serif!important;font-size:1rem!important;line-height:1.85!important;color:var(--text)!important;margin-bottom:1.4rem!important}.mc-content h2{font-family:Georgia,serif!important;font-size:clamp(1.6rem,2.8vw,2.2rem)!important;font-weight:400!important;color:var(--navy)!important;line-height:1.2!important;margin:3.5rem 0 1.5rem!important;padding-bottom:1rem!important;border-bottom:2px solid var(--rose-soft)!important}.mc-content h3{font-family:Georgia,serif!important;font-size:1.3rem!important;font-weight:400!important;font-style:italic!important;color:var(--navy)!important;margin:2.5rem 0 .875rem!important}.mc-content h3:before{content:"— ";color:var(--rose);font-style:normal}.mc-content strong{color:var(--navy)!important;font-weight:600!important}.mc-content a{color:var(--teal)!important;text-decoration:none!important;border-bottom:1px solid rgba(99,191,182,.4)!important;background-image:none!important;transition:color .2s!important}.mc-content a:hover{color:var(--navy)!important}.mc-content ul,.mc-content ol{list-style:none!important;padding:0!important;margin:0 0 2rem!important;display:flex!important;flex-direction:column!important;gap:.5rem!important}.mc-content ul li,.mc-content ol li{font-family:sans-serif!important;font-size:.98rem!important;color:var(--text)!important;line-height:1.6!important;padding:.9rem 1rem .9rem 3rem!important;background:var(--ivory)!important;border-radius:14px!important;border:1px solid var(--border)!important;position:relative!important;display:block!important;font-weight:400!important}.mc-content ul li:before{content:""!important;position:absolute!important;left:.85rem!important;top:50%!important;transform:translateY(-50%)!important;width:22px!important;height:22px!important;border-radius:50%!important;background-color:var(--teal-soft)!important;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23010B40' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E")!important;background-size:12px!important;background-position:center!important;background-repeat:no-repeat!important}.mc-content ol{counter-reset:ol-mc!important}.mc-content ol li{counter-increment:ol-mc!important}.mc-content ol li:before{content:counter(ol-mc)!important;font-family:Georgia,serif!important;font-size:.95rem!important;color:var(--teal)!important;font-weight:700!important;background-color:#63bfb61f!important;background-image:none!important;display:flex!important;align-items:center!important;justify-content:center!important}.mc-content hr{border:none!important;height:1px!important;margin:3.5rem auto!important;width:60%!important;background:linear-gradient(to right,transparent,var(--teal-soft) 30%,var(--rose) 50%,var(--teal-soft) 70%,transparent)!important;opacity:.5!important}.mc-sidebar{position:sticky;top:5.5rem;display:flex;flex-direction:column;gap:1rem}.mc-thumb{position:relative;border-radius:20px;overflow:hidden;aspect-ratio:16/10;background:var(--navy);box-shadow:var(--shadow)}.mc-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.mc-thumb:hover img{transform:scale(1.04)}.mc-thumb-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#010b4059;text-decoration:none;transition:background .3s}.mc-thumb-overlay:hover{background:#010b4080}.mc-play{width:52px;height:52px;border-radius:50%;background:var(--rose);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #f2aeb480;transition:transform .2s}.mc-thumb-overlay:hover .mc-play{transform:scale(1.08)}.mc-compra{background:#fff;border-radius:20px;border:1px solid var(--border);padding:1.75rem;box-shadow:0 4px 24px #010b400f;display:flex;flex-direction:column;gap:0}.mc-compra-eyebrow{font-family:sans-serif;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--teal);margin-bottom:.5rem}.mc-compra-titulo{font-family:Georgia,serif;font-size:1.15rem;font-weight:400;color:var(--navy);line-height:1.3;margin-bottom:1.25rem}.mc-compra-features{list-style:none!important;padding:0!important;margin:0 0 1.25rem!important;display:flex!important;flex-direction:column!important;gap:.6rem!important}.mc-compra-features li{font-family:sans-serif!important;font-size:.86rem!important;color:var(--text)!important;display:flex!important;align-items:center!important;gap:.65rem!important;padding:0!important;border:none!important;background:none!important;border-radius:0!important;position:static!important}.mc-compra-features li:before{display:none!important}.mc-dot{width:7px;height:7px;border-radius:50%;background:var(--teal-soft);flex-shrink:0;display:inline-block}.mc-compra-sep{height:1px;background:var(--border);margin:1.25rem 0}.mc-compra-precio{font-family:Georgia,serif;font-size:2.8rem;font-weight:400;color:var(--navy);line-height:1;margin-bottom:1rem}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--navy);color:#fff;padding:14px 28px;border-radius:50px;font-family:sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:background .2s,transform .2s}.btn-primary:hover{background:var(--teal);color:var(--navy);transform:translateY(-1px)}.mc-btn-compra{width:100%;margin-bottom:.85rem}.mc-compra-trust{font-family:sans-serif!important;font-size:.74rem!important;color:#94a3b8!important;text-align:center!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:.4rem!important;margin:0!important}.mc-autora{background:#fff;border-radius:16px;border:1px solid var(--border);padding:1rem 1.25rem;display:flex;align-items:center;gap:1rem;box-shadow:0 2px 10px #010b400a}.mc-autora-foto{width:44px;height:44px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid var(--rose-soft)}.mc-autora-foto img{width:100%;height:100%;object-fit:cover;object-position:top center}.mc-autora-nombre{font-family:sans-serif;font-size:.9rem;font-weight:700;color:var(--navy);margin:0}.mc-autora-rol{font-family:sans-serif;font-size:.76rem;color:#94a3b8;margin:.1rem 0 0}.mc-cta-final{background:linear-gradient(180deg,#07144c 0%,var(--navy) 100%);padding:4rem 2rem}.mc-cta-final-inner{max-width:900px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:3rem;flex-wrap:wrap}.mc-cta-eyebrow{font-family:sans-serif;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--teal-soft);margin-bottom:.75rem}.mc-cta-final h2{font-family:Georgia,serif;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:400;color:#fff;line-height:1.2;margin-bottom:.5rem}.mc-cta-final p{font-family:sans-serif;font-size:.95rem;color:#ffffff8c;line-height:1.7;max-width:480px}.mc-cta-final-right{display:flex;flex-direction:column;align-items:center;gap:1rem;flex-shrink:0}.mc-cta-precio{font-family:Georgia,serif;font-size:2.8rem;font-weight:400;color:#fff;line-height:1}.mc-cta-btn{background:var(--rose)!important;color:var(--navy)!important;white-space:nowrap;padding:14px 32px!important}.mc-cta-btn:hover{background:#fff!important;color:var(--navy)!important}.mc-sticky{display:none;position:fixed;bottom:0;left:0;right:0;z-index:50;background:var(--navy);border-top:1px solid rgba(255,255,255,.06);box-shadow:0 -8px 28px #010b4059;padding:1rem 1.5rem}.mc-sticky-inner{max-width:700px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.mc-sticky-titulo{font-family:Georgia,serif;font-size:.95rem;color:#ffffffb3;margin:0;line-height:1.3}.mc-sticky-precio{font-family:Georgia,serif;font-size:1.2rem;color:var(--rose);margin:0}.mc-sticky-btn{background:var(--rose)!important;color:var(--navy)!important;padding:10px 22px!important;font-size:.85rem!important;white-space:nowrap;flex-shrink:0}.mc-sticky-btn:hover{background:#fff!important}@media(max-width:960px){.mc-body-inner{grid-template-columns:1fr;gap:3rem}.mc-sidebar{position:static;display:grid;grid-template-columns:1fr 1fr;gap:1rem}.mc-thumb{display:none}.mc-sticky{display:block}}@media(max-width:640px){.mc-hero{padding:4rem 1.5rem 3rem}.mc-hero h1{font-size:2rem}.mc-body{padding:3rem 1.25rem 4rem}.mc-sidebar{grid-template-columns:1fr}.mc-cta-final-inner{flex-direction:column;text-align:center}.mc-cta-final-right{width:100%}.mc-cta-btn{width:100%;justify-content:center}.mc-sticky-inner{flex-wrap:wrap}.mc-sticky-btn{width:100%;justify-content:center}}
