:root {
    --ink: #241b2d;
    --ink-soft: #51485b;
    --muted: #746b7a;
    --line: #e8e2ea;
    --paper: #ffffff;
    --mist: #fbf9fc;
    --peach: #f3f0ff;
    --coral: #0366f9;
    --coral-dark: #0248c4;
    --rose: #027cfc;
    --violet: #6517ec;
    --violet-dark: #4a0fc2;
    --lime: #b8dfff;
    --shadow: 0 16px 42px rgba(47, 28, 64, .11);
    --shadow-soft: 0 9px 26px rgba(47, 28, 64, .08);
    --radius: 24px;
    --shell: 1180px;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: var(--mist);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--mist); color: var(--ink); }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }

.shell { width: min(calc(100% - 48px), var(--shell)); margin: 0 auto; }
.section { padding: 116px 0; }
.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; }
.skip-link { position: fixed; z-index: 100; left: 20px; top: 12px; transform: translateY(-160%); padding: 11px 16px; border-radius: 10px; background: var(--ink); color: #fff; transition: transform .18s ease-out; }
.skip-link:focus { transform: translateY(0); }

:focus-visible { outline: 3px solid #0366f9; outline-offset: 3px; }

svg { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 17px; color: var(--coral-dark); font-size: .73rem; font-weight: 800; letter-spacing: .115em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 24px; height: 2px; border-radius: 999px; background: currentColor; }
.eyebrow--light { color: #fff; }
.eyebrow--light > span { background: var(--lime); }

.site-header { position: sticky; z-index: 30; top: 0; border-bottom: 1px solid rgba(37, 27, 45, .08); background: rgba(255,255,255,.91); backdrop-filter: blur(16px); }
.header__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; min-width: 0; }
.brand__logo { width: 185px; max-height: 50px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: 25px; font-size: .9rem; font-weight: 700; }
.site-nav > a:not(.header__wa) { color: var(--ink-soft); transition: color .18s ease-out; }
.site-nav > a:not(.header__wa):hover { color: var(--coral-dark); }
.header__wa { display: inline-flex; align-items: center; gap: 8px; margin-left: 5px; padding: 11px 15px; border-radius: 12px; background: var(--ink); color: #fff; box-shadow: 0 6px 14px rgba(36, 27, 45, .14); transition: transform .18s ease-out, background .18s ease-out; }
.header__wa[hidden], .footer__link[hidden], .whatsapp-float[hidden], .footer__social[hidden] { display: none !important; }
.header__wa svg { width: 16px; height: 16px; }
.header__wa:hover { transform: translateY(-2px); background: var(--coral-dark); }
.menu-toggle { display: none; place-items: center; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); border-radius: 11px; background: #fff; cursor: pointer; }
.menu-toggle svg { width: 21px; height: 21px; }

.hero { position: relative; overflow: hidden; isolation: isolate; color: #fff; background: linear-gradient(122deg, #6517ec 0%, #3b4ff0 48%, #0366f9 100%); }
.hero__texture { position: absolute; z-index: -1; inset: 0; opacity: .44; background-image: radial-gradient(circle at 13% 9%, rgba(255,255,255,.33) 0 2px, transparent 2.5px), radial-gradient(circle at 79% 75%, rgba(255,255,255,.2) 0 2px, transparent 2.5px); background-size: 38px 38px, 52px 52px; mask-image: linear-gradient(90deg, black, transparent); }
.hero::before { content: ""; position: absolute; z-index: -1; left: -140px; bottom: -180px; width: 460px; height: 460px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.05), 0 0 0 110px rgba(255,255,255,.04); }
.hero::after { content: ""; position: absolute; z-index: -1; right: -180px; top: -260px; width: 570px; height: 570px; border-radius: 47% 53% 42% 58%; background: rgba(255,255,255,.1); transform: rotate(28deg); }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(380px, .96fr); gap: 60px; min-height: 570px; align-items: center; padding-top: 75px; padding-bottom: 72px; }
.hero__copy { position: relative; z-index: 1; max-width: 625px; }
.hero h1 { max-width: 650px; margin: 0; font-size: clamp(3.1rem, 6.2vw, 5.9rem); font-weight: 850; line-height: .96; letter-spacing: -.075em; }
.hero h1 em { font-style: normal; color: var(--lime); }
.section-heading h2 em, .value h2 em, .faq h2 em, .guide h2 em { font-style: normal; color: var(--violet); }
.hero__intro { max-width: 545px; margin: 29px 0 28px; color: #fff; font-size: 1.05rem; line-height: 1.65; }
.hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 51px; padding: 14px 19px; border: 1px solid transparent; border-radius: 14px; font-size: .91rem; font-weight: 850; line-height: 1; transition: transform .18s ease-out, box-shadow .18s ease-out, background .18s ease-out; }
.button svg { width: 17px; height: 17px; }
.button:hover { transform: translateY(-3px); box-shadow: 0 10px 18px rgba(30, 17, 42, .15); }
.button--light { background: #fff; color: var(--ink); }
.button--dark { background: var(--ink); color: #fff; }
.button--coral { background: var(--coral); color: #fff; }
.button--ghost { background: transparent; border-color: var(--line); color: var(--ink); }
.button--ghost:hover { background: var(--mist); }
.button--full { width: 100%; }
.order-card__share { margin-top: 10px; }
.text-action { display: inline-flex; align-items: center; gap: 8px; color: var(--coral-dark); font-size: .9rem; font-weight: 850; }
.text-action svg { width: 18px; height: 18px; transition: transform .18s ease-out; }
.text-action:hover svg { transform: translateX(4px); }
.text-action--light { color: #fff; }
.text-action--light svg { width: 17px; height: 17px; }
.hero__proof { display: flex; flex-wrap: wrap; gap: 12px 21px; padding: 0; margin: 35px 0 0; list-style: none; color: #fff; font-size: .76rem; font-weight: 680; }
.hero__proof li { display: inline-flex; align-items: center; gap: 6px; }
.hero__proof svg { width: 15px; height: 15px; color: var(--lime); }

.hero__visual { position: relative; min-height: 410px; min-width: 0; }
.hero-card { position: absolute; overflow: hidden; border: 1px solid rgba(255,255,255,.34); border-radius: 27px; background: rgba(255,255,255,.17); box-shadow: 0 25px 40px rgba(59, 17, 82, .2); backdrop-filter: blur(8px); }
.hero-card--back { top: 27px; right: 2%; width: 220px; height: 156px; padding: 25px; transform: rotate(11deg); }
.hero-card__chip { display: inline-block; padding: 6px 10px; border-radius: 8px; background: rgba(255,255,255,.86); color: var(--violet-dark); font-size: .68rem; font-weight: 900; letter-spacing: .08em; }
.hero-card__line { display: block; width: 116px; height: 8px; margin-top: 26px; border-radius: 99px; background: rgba(255,255,255,.7); }
.hero-card__line--short { width: 76px; margin-top: 10px; background: rgba(255,255,255,.32); }
.hero-card--main { z-index: 2; right: 13%; bottom: 8px; width: 286px; height: 340px; padding: 25px 27px; color: var(--ink); border: 0; background: #fff; transform: rotate(-7deg); }
.hero-card--main::before { content: ""; position: absolute; right: -62px; bottom: -67px; width: 176px; height: 176px; border-radius: 50%; background: var(--lime); }
.hero-card__top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: .73rem; font-weight: 800; }
.hero-card__signal { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(3,102,249,.14); }
.hero-card__orb { position: relative; z-index: 1; display: grid; place-items: center; width: 135px; height: 135px; margin: 23px auto 17px; border-radius: 47% 53% 44% 56%; background: linear-gradient(135deg, var(--rose), var(--violet)); transform: rotate(-12deg); }
.hero-card__orb span { width: 56px; height: 56px; border-radius: 50%; border: 2px solid rgba(255,255,255,.8); box-shadow: 0 0 0 14px rgba(255,255,255,.16); }
.hero-card--main strong { position: relative; z-index: 1; display: block; font-size: 1.63rem; font-weight: 870; line-height: 1.03; letter-spacing: -.055em; }
.hero-card__bottom { position: absolute; z-index: 1; bottom: 23px; left: 27px; display: flex; gap: 6px; }
.hero-card__bottom span { width: 25px; height: 4px; border-radius: 6px; background: var(--ink); opacity: .16; }
.hero-card__bottom span:first-child { width: 48px; opacity: .6; }
.hero-card--front { z-index: 3; right: -1%; bottom: 37px; display: flex; flex-direction: column; width: 189px; padding: 21px 20px; background: var(--ink); color: #fff; transform: rotate(10deg); }
.hero-card__label { color: var(--lime); font-size: .69rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-card--front strong { margin-top: 24px; font-size: 1.4rem; letter-spacing: -.06em; }
.hero-card--front small { margin-top: 3px; color: rgba(255,255,255,.6); font-size: .69rem; }
.hero__spark { position: absolute; z-index: 4; color: var(--lime); }
.hero__spark svg { width: 32px; height: 32px; fill: currentColor; stroke: none; }
.hero__spark--one { bottom: 15px; left: 13%; transform: rotate(13deg); }
.hero__spark--two { top: 79px; left: 20%; color: #fff; transform: scale(.58) rotate(-20deg); }

.trust-strip { background: #fff; border-bottom: 1px solid var(--line); }
.trust-strip__inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 25px 0; }
.trust-strip p { max-width: 438px; margin: 0; color: var(--ink-soft); font-size: .86rem; line-height: 1.55; }
.trust-strip p strong { color: var(--ink); }
.trust-strip ul { display: flex; flex-wrap: wrap; gap: 13px 22px; padding: 0; margin: 0; list-style: none; color: var(--ink-soft); font-size: .78rem; font-weight: 750; }
.trust-strip li { display: inline-flex; align-items: center; gap: 7px; }
.trust-strip svg { width: 17px; height: 17px; color: var(--coral); }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 44px; }
.section-heading h1, .section-heading h2, .value h2, .faq h2, .guide h2 { margin: 0; font-size: clamp(2.25rem, 4.2vw, 4.2rem); font-weight: 850; line-height: 1; letter-spacing: -.075em; }
.section-heading > p { max-width: 390px; margin: 0 0 6px; color: var(--ink-soft); font-size: .96rem; line-height: 1.62; }
.section-heading--catalog h1 em, .section-heading--catalog h2 em { color: var(--violet); }
.offer-notice { display: flex; align-items: baseline; gap: 8px 18px; margin: 27px 0 0; padding: 15px 18px; border: 1px solid #d8c7ff; border-left: 5px solid var(--violet); border-radius: 14px; background: #f5f0ff; box-shadow: 0 5px 13px rgba(82,37,54,.05); color: var(--ink); }
.offer-notice strong { font-size: 1rem; }
.offer-notice span { color: var(--ink-soft); font-size: .9rem; line-height: 1.5; }
.catalog-search { display: flex; justify-content: flex-end; margin-top: 30px; }
.catalog-search input { width: min(100%, 365px); min-height: 44px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); box-shadow: 0 3px 0 rgba(36,27,45,.02); }
.catalog-search input::placeholder { color: var(--muted); }
.catalog-toolbar { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; margin-top: 14px; }
.catalog-toggle, .catalog-order { display: inline-flex; align-items: center; gap: 8px; color: var(--ink-soft); font-size: .82rem; font-weight: 650; cursor: pointer; }
.catalog-toggle input, .catalog-order input { width: 16px; height: 16px; accent-color: var(--violet); cursor: pointer; }
.filter-carousel { display: grid; grid-template-columns: minmax(0, 1fr); margin: 48px 0 26px; }
.filter-carousel.has-overflow { grid-template-columns: 38px minmax(0, 1fr) 38px; align-items: center; gap: 8px; }
.filter-scroll-button { display: none; place-items: center; width: 38px; height: 38px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--ink); cursor: pointer; transition: border-color .18s ease-out, background .18s ease-out, color .18s ease-out, transform .18s ease-out; }
.filter-carousel.has-overflow .filter-scroll-button { display: inline-grid; }
.filter-scroll-button:not(:disabled):hover { border-color: var(--violet); background: var(--violet); color: #fff; transform: translateY(-1px); }
.filter-scroll-button:disabled { opacity: .34; cursor: default; }
.filter-scroll-button svg { width: 18px; height: 18px; }
.filter-bar { display: flex; gap: 9px; margin: 0; overflow-x: auto; padding: 3px; scroll-behavior: smooth; scrollbar-width: none; }
.filter-bar::-webkit-scrollbar { display: none; }
.filter-button { flex: 0 0 auto; border: 1px solid var(--line); border-radius: 999px; padding: 10px 15px; background: #fff; color: var(--ink-soft); font-size: .81rem; font-weight: 800; cursor: pointer; transition: border-color .18s ease-out, background .18s ease-out, color .18s ease-out, transform .18s ease-out; }
.filter-button:hover { transform: translateY(-1px); border-color: #c8bfd0; }
.filter-button.is-active { border-color: var(--ink); background: var(--ink); color: #fff; }
.filter-button span { display: inline-grid; place-items: center; min-width: 17px; height: 17px; margin-left: 4px; border-radius: 50%; background: rgba(255,255,255,.18); font-size: .65rem; }
.plans-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 17px; }
.plan-card { position: relative; min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 3px 0 rgba(36,27,45,.02); transition: transform .23s cubic-bezier(.2,.8,.2,1), box-shadow .23s ease-out; }
.plan-card:hover { z-index: 1; transform: translateY(-7px); box-shadow: var(--shadow); }
.plan-card--personal { border-color: #e0263f; box-shadow: 0 0 0 1px #e0263f inset; }
.plan-card--clickable { cursor: pointer; }
#publico-planes[data-modo-precio="oferta"] .plan-card { border-color: var(--violet); box-shadow: 0 0 0 1px var(--violet) inset; }
.plan-card[hidden] { display: none !important; }
.plan-card__art { position: relative; display: grid; place-items: center; min-height: 188px; overflow: hidden; background: linear-gradient(135deg, #edf5ff, #f1ecff); }
.plan-card--ia .plan-card__art { background: linear-gradient(135deg, #f4edff, #eaf4ff); }
.plan-card--musica .plan-card__art { background: linear-gradient(135deg, #eaf4ff, #f4efff); }
.plan-card--crea .plan-card__art { background: linear-gradient(135deg, #f2edff, #eaf4ff); }
.plan-card__glow { position: absolute; width: 160px; height: 160px; border-radius: 50%; background: var(--coral); filter: blur(3px); opacity: .1; transform: translate(35%, 30%); }
.plan-card--ia .plan-card__glow { background: var(--violet); }
.plan-card--musica .plan-card__glow { background: var(--rose); }
.plan-card--crea .plan-card__glow { background: var(--violet); }
.plan-card .plan-artwork { position: relative; width: 177px; height: auto; margin: -3px 0 -8px; transform: rotate(-3deg); transition: transform .25s cubic-bezier(.2,.8,.2,1); }
.plan-card:hover .plan-artwork { transform: rotate(2deg) translateY(-4px) scale(1.04); }
.plan-card__content { display: flex; flex: 1; flex-direction: column; padding: 19px 19px 17px; }
.plan-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.plan-card__meta span:last-child { max-width: 48%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--coral-dark); }
.plan-card--ia .plan-card__meta span:last-child { color: var(--violet-dark); }
.plan-card--musica .plan-card__meta span:last-child { color: var(--coral-dark); }
.plan-card h3 { margin: 13px 0 8px; font-size: 1.26rem; line-height: 1.1; letter-spacing: -.045em; }
.plan-card p { flex: 1; margin: 0; color: var(--ink-soft); font-size: .8rem; line-height: 1.54; }
.plan-card__purchase { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); }
.plan-card__purchase strong { display: block; font-size: 1.09rem; letter-spacing: -.04em; }
.plan-card__purchase small { display: block; margin-top: 2px; color: var(--muted); font-size: .66rem; }
.round-link { display: inline-grid; place-items: center; flex: 0 0 auto; width: 37px; height: 37px; border-radius: 50%; background: var(--ink); color: #fff; transition: background .18s ease-out, transform .18s ease-out; }
.round-link svg { width: 18px; height: 18px; }
.round-link:hover { transform: rotate(-24deg); background: var(--coral); }
.filter-empty { margin: 20px 0 0; color: var(--muted); text-align: center; }
.filter-empty[hidden] { display: none !important; }

.value { overflow: hidden; background: var(--peach); }
.value__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 76px; align-items: center; }
.value__statement > p:not(.eyebrow) { max-width: 470px; margin: 25px 0 25px; color: var(--ink-soft); line-height: 1.65; }
.value h2 em { color: var(--coral-dark); }
.value__cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.value__cards article { min-width: 0; min-height: 262px; padding: 22px 19px; border-radius: 19px; background: rgba(255,255,255,.75); box-shadow: 0 9px 22px rgba(82,37,54,.06); }
.value__cards article:nth-child(2) { margin-top: 37px; }
.value__cards article:nth-child(3) { margin-top: 14px; }
.value__icon { display: inline-grid; place-items: center; width: 43px; height: 43px; border-radius: 13px; }
.value__icon svg { width: 21px; height: 21px; }
.value__icon--coral { background: #dcecff; color: var(--coral-dark); }
.value__icon--lime { background: var(--lime); color: #0b3b91; }
.value__icon--violet { background: #e4d7ff; color: var(--violet-dark); }
.value__cards h3 { margin: 34px 0 8px; font-size: 1rem; letter-spacing: -.035em; }
.value__cards p { margin: 0; color: var(--ink-soft); font-size: .77rem; line-height: 1.58; }

.process { background: #fff; }
.section-heading--process { align-items: end; }
.process__list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 37px; padding: 0; margin: 60px 0 0; list-style: none; }
.process__list li { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 17px; min-width: 0; }
.process__number { display: inline-grid; place-items: center; width: 47px; height: 47px; border-radius: 15px; background: var(--ink); color: #fff; font-size: .74rem; font-weight: 850; }
.process__list li:nth-child(2) .process__number { background: var(--coral); }
.process__list li:nth-child(3) .process__number { background: var(--violet); }
.process__list h3 { margin: 4px 0 8px; font-size: 1.12rem; letter-spacing: -.04em; }
.process__list p { margin: 0; color: var(--ink-soft); font-size: .88rem; line-height: 1.6; }
.process__line { position: absolute; top: 23px; right: -24px; width: 42px; height: 1px; background: #d8d0dc; }
.process__line::after { content: ""; position: absolute; top: -2px; right: 0; width: 6px; height: 6px; border-top: 1px solid #d8d0dc; border-right: 1px solid #d8d0dc; transform: rotate(45deg); }

.faq { background: linear-gradient(180deg, #f6f2fa, #fff); }
.faq__grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 95px; align-items: start; }
.faq h2 em { color: var(--violet); }
.faq__grid > div:first-child > p:not(.eyebrow) { max-width: 400px; margin: 25px 0 28px; color: var(--ink-soft); line-height: 1.6; }
.faq__items { border-top: 1px solid #dcd4e0; }
.faq details { border-bottom: 1px solid #dcd4e0; }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 2px; cursor: pointer; font-size: 1rem; font-weight: 780; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { display: inline-grid; place-items: center; flex: 0 0 auto; width: 28px; height: 28px; border-radius: 50%; background: #fff; color: var(--coral); transition: transform .2s ease-out, background .2s ease-out; }
.faq summary svg { width: 15px; height: 15px; transform: rotate(90deg); }
.faq details[open] summary span { transform: rotate(45deg); background: var(--coral); color: #fff; }
.faq details p { max-width: 610px; margin: -4px 43px 25px 2px; color: var(--ink-soft); font-size: .9rem; line-height: 1.65; }

.final-cta { padding: 0 0 110px; background: #fff; }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; overflow: hidden; padding: 56px 62px; border-radius: 31px; color: #fff; background: linear-gradient(123deg, #4a0fc2, #0366f9); }
.final-cta__inner { position: relative; isolation: isolate; }
.final-cta__inner::before { content: ""; position: absolute; z-index: -1; right: 9%; top: -150px; width: 330px; height: 330px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 46px rgba(255,255,255,.04), 0 0 0 92px rgba(255,255,255,.03); }
.final-cta h2 { margin: 0; font-size: clamp(1.85rem, 3.3vw, 3.22rem); font-weight: 820; line-height: 1.04; letter-spacing: -.065em; }

.site-footer { background: #211727; color: #fff; }
.footer__grid { display: grid; grid-template-columns: minmax(130px, .55fr) minmax(0, 1.25fr) auto; gap: 45px; align-items: center; padding: 43px 0 37px; }
.brand--footer .brand__logo { width: 168px; max-height: 46px; }
.footer__grid p { max-width: 550px; margin: 0; color: rgba(255,255,255,.63); font-size: .8rem; line-height: 1.6; }
.footer__link { display: inline-flex; align-items: center; gap: 8px; color: var(--lime); font-size: .8rem; font-weight: 830; white-space: nowrap; }
.footer__link svg { width: 16px; height: 16px; }
.footer__social { display: flex; gap: 12px; padding-bottom: 33px; }
.footer__social a { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.72); transition: color .16s ease-out, border-color .16s ease-out, transform .16s ease-out; }
.footer__social a:hover { color: var(--lime); border-color: var(--lime); transform: translateY(-2px); }
.footer__social svg { width: 17px; height: 17px; }
.footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.72); font-size: .7rem; }
.footer__bottom a { color: rgba(255,255,255,.72); }

/* Ficha de producto */
.product-intro { position: relative; overflow: hidden; padding: 27px 0 76px; background: #fff; }
.product-intro::before { content: ""; position: absolute; right: -210px; top: 80px; width: 560px; height: 560px; border-radius: 50%; background: #f7f0ff; }
.breadcrumb { position: relative; z-index: 1; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 42px; color: var(--muted); font-size: .76rem; font-weight: 700; }
.breadcrumb a { color: var(--ink-soft); }
.breadcrumb a:hover { color: var(--coral-dark); }
.breadcrumb strong { color: var(--ink); }
.product-intro__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(290px, .9fr) minmax(0, 1fr) minmax(270px, .72fr); gap: 42px; align-items: center; }
.product-intro__art { position: relative; display: grid; place-items: center; min-height: 370px; overflow: hidden; border-radius: 30px; background: linear-gradient(145deg, #e8f3ff, #f1e8ff); }
.product-intro__art--ia { background: linear-gradient(145deg, #e7deff, #ddf2ff); }
.product-intro__art--musica { background: linear-gradient(145deg, #e4f4ff, #f3efff); }
.product-intro__art--crea { background: linear-gradient(145deg, #f1e7ff, #e7f2ff); }
.product-intro__art .plan-artwork { position: relative; z-index: 2; width: min(88%, 330px); height: auto; transform: rotate(-7deg) scale(1.18); filter: drop-shadow(0 25px 17px rgba(55,34,72,.15)); }
.product-intro__ring { position: absolute; z-index: 1; border: 1px solid rgba(85,48,120,.22); border-radius: 50%; }
.product-intro__ring--one { width: 286px; height: 286px; right: -66px; top: -46px; }
.product-intro__ring--two { width: 182px; height: 182px; left: -69px; bottom: -65px; box-shadow: 0 0 0 22px rgba(255,255,255,.18); }
.art-caption { position: absolute; z-index: 3; left: 22px; bottom: 20px; padding: 8px 11px; border: 1px solid rgba(36,27,45,.08); border-radius: 999px; background: rgba(255,255,255,.78); color: var(--ink); font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(4px); }
.product-title-row { display: flex; align-items: start; gap: 12px; }
.product-title-row h1 { margin: 0; font-size: clamp(2.45rem, 4vw, 4.3rem); font-weight: 860; line-height: .98; letter-spacing: -.085em; }
.product-title-row > span { flex: 0 0 auto; margin-top: 7px; padding: 6px 9px; border-radius: 8px; background: var(--lime); color: #0b3b91; font-size: .64rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.product-intro__summary { max-width: 440px; margin: 24px 0; color: var(--ink-soft); font-size: 1rem; line-height: 1.65; }
.product-intro__summary p { margin: 0 0 .85rem; }
.product-intro__summary p:last-child { margin-bottom: 0; }
.product-intro__summary ul { display: grid; gap: .55rem; margin: .85rem 0; padding-left: 1.15rem; }
.product-intro__summary ul li::marker { color: var(--coral); }
.product-intro__summary a { color: var(--coral); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.product-quick-facts { display: flex; flex-wrap: wrap; gap: 11px 17px; }
.product-quick-facts span { display: inline-flex; align-items: center; gap: 6px; color: var(--ink-soft); font-size: .74rem; font-weight: 760; }
.product-quick-facts svg { width: 17px; height: 17px; color: var(--coral); }
.order-card { min-width: 0; padding: 26px 24px 22px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow-soft); }
.order-card > p:first-child { margin: 0 0 5px; color: var(--muted); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.order-card__oferta { display: inline-block; padding: 3px 9px; border-radius: 999px; background: var(--violet); color: #fff; font-size: .62rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; vertical-align: middle; }
.order-card__price { display: flex; align-items: end; gap: 7px; }
.order-card__price strong { font-size: 2rem; line-height: 1; letter-spacing: -.075em; }
.order-card__price span { padding-bottom: 2px; color: var(--muted); font-size: .72rem; }
.order-card__rule { height: 1px; margin: 22px 0 18px; background: var(--line); }
.order-card ul { display: grid; gap: 10px; padding: 0; margin: 0 0 22px; list-style: none; color: var(--ink-soft); font-size: .77rem; line-height: 1.4; }
.order-card li { display: flex; align-items: start; gap: 8px; }
.order-card li svg { flex: 0 0 auto; width: 16px; height: 16px; color: var(--coral); }
.order-card__note { margin: 14px 0 0 !important; color: var(--muted) !important; font-size: .66rem !important; font-weight: 500 !important; line-height: 1.45; letter-spacing: 0 !important; text-transform: none !important; }

.product-details { background: var(--mist); }
.product-details__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .63fr); gap: 92px; align-items: center; }
.product-details__lead { max-width: 650px; margin: 25px 0 28px; color: var(--ink-soft); font-size: 1rem; line-height: 1.7; }
.feature-list { display: grid; gap: 14px; padding: 0; margin: 0; list-style: none; }
.feature-list li { display: flex; align-items: start; gap: 12px; color: var(--ink-soft); font-size: .92rem; line-height: 1.55; }
.feature-list li > span { display: inline-grid; place-items: center; flex: 0 0 auto; width: 25px; height: 25px; margin-top: -1px; border-radius: 8px; background: #e0edff; color: var(--coral-dark); }
.feature-list svg { width: 15px; height: 15px; }
.specs-card { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow-soft); }
.specs-card > div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 16px; padding: 20px 22px; border-bottom: 1px solid var(--line); }
.specs-card > div:last-child { border-bottom: 0; }
.specs-card dt { color: var(--muted); font-size: .74rem; font-weight: 700; }
.specs-card dd { margin: 0; color: var(--ink); font-size: .82rem; font-weight: 820; text-align: right; }

.guide { background: #fff; }
.guide__grid { display: grid; grid-template-columns: minmax(310px, .8fr) minmax(0, 1fr); gap: 90px; align-items: center; }
.guide h2 em { color: var(--violet); }
.guide__grid > div:last-child > p:not(.eyebrow) { max-width: 530px; margin: 24px 0; color: var(--ink-soft); line-height: 1.68; }
.guide__visual { position: relative; min-height: 335px; padding: 34px 24px; overflow: hidden; border-radius: 29px; background: linear-gradient(145deg, #321260, #3b4ff0); box-shadow: 0 18px 36px rgba(55,28,78,.16); }
.guide__visual::before { content: ""; position: absolute; width: 245px; height: 245px; top: -110px; right: -85px; border-radius: 50%; border: 1px solid rgba(255,255,255,.19); box-shadow: 0 0 0 37px rgba(255,255,255,.04), 0 0 0 74px rgba(255,255,255,.03); }
.guide__message { position: relative; z-index: 1; width: max-content; max-width: 86%; margin-bottom: 16px; padding: 13px 15px; border-radius: 14px 14px 14px 3px; background: rgba(255,255,255,.93); color: var(--ink); font-size: .82rem; font-weight: 680; line-height: 1.38; box-shadow: 0 8px 16px rgba(18,10,27,.14); }
.guide__message--right { margin-left: auto; border-radius: 14px 14px 3px 14px; background: var(--lime); }
.guide__message--last { margin-bottom: 0; }
.guide__dot { position: absolute; border-radius: 50%; background: var(--lime); }
.guide__dot--one { width: 11px; height: 11px; left: 18px; bottom: 25px; }
.guide__dot--two { width: 7px; height: 7px; right: 35px; bottom: 35px; background: #fff; }

.related { background: var(--peach); }
.section-heading--related { margin-bottom: 42px; }
.related__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.related-card { position: relative; min-width: 0; min-height: 215px; overflow: hidden; display: flex; flex-direction: column; justify-content: end; padding: 20px; border-radius: 21px; background: #fff; box-shadow: 0 5px 13px rgba(82,37,54,.06); transition: transform .2s cubic-bezier(.2,.8,.2,1), box-shadow .2s ease-out; }
.related-card--personal { box-shadow: 0 0 0 2px #e0263f inset, 0 5px 13px rgba(82,37,54,.06); }
.related-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); }
.related-card--ia { background: #f3eeff; }
.related-card--musica { background: #eaf4ff; }
.related-card--crea { background: #f3eeff; }
.related-card__symbol { position: absolute; top: -26px; right: -13px; width: 155px; opacity: .9; transform: rotate(-13deg); }
.related-card__symbol .plan-artwork { width: 100%; height: auto; }
.related-card__meta { position: relative; color: var(--muted); font-size: .66rem; font-weight: 850; letter-spacing: .085em; text-transform: uppercase; }
.related-card strong { position: relative; max-width: 77%; margin: 8px 0; font-size: 1.18rem; letter-spacing: -.045em; }
.related-card__price { position: relative; display: inline-flex; align-items: center; gap: 6px; color: var(--coral-dark); font-size: .83rem; font-weight: 850; }
.related-card__price svg { width: 16px; height: 16px; }

/* Static informational pages. */
.article-hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(123deg, #4a0fc2, #0366f9); }
.article-hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -195px; top: -250px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 54px rgba(255,255,255,.05), 0 0 0 108px rgba(255,255,255,.03); }
.article-hero::after { content: ""; position: absolute; width: 270px; height: 270px; left: -115px; bottom: -170px; border-radius: 50%; background: rgba(255,255,255,.08); }
.article-hero--referidos { background: linear-gradient(122deg, #6517ec, #0366f9); }
.article-hero--tutorial { background: linear-gradient(122deg, #4a0fc2, #0366f9); }
.article-hero__inner { position: relative; z-index: 1; max-width: 780px; padding: 91px 0 88px; }
.article-hero h1 { max-width: 760px; margin: 0; font-size: clamp(2.8rem, 5.7vw, 5.35rem); font-weight: 860; line-height: .98; letter-spacing: -.078em; }
.article-hero h1 em { color: var(--lime); font-style: normal; }
.article-hero__inner > p:last-child { max-width: 620px; margin: 25px 0 0; color: #fff; font-size: 1.04rem; line-height: 1.65; }
.article-content { background: var(--mist); }
.article-content__heading { max-width: 760px; margin-bottom: 46px; }
.article-content__heading h2 { margin: 0; font-size: clamp(2.2rem, 4.3vw, 4.15rem); font-weight: 850; line-height: 1; letter-spacing: -.075em; }
.article-content__heading > p:last-child { margin: 24px 0 0; color: var(--ink-soft); font-size: 1rem; line-height: 1.72; }
.referral-gallery { display: grid; grid-template-columns: minmax(210px, .58fr) minmax(0, 1.42fr); gap: 25px; align-items: start; }
.article-figure { min-width: 0; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow-soft); }
.article-figure img { width: 100%; height: auto; }
.article-figure figcaption { padding: 14px 17px 16px; color: var(--muted); font-size: .75rem; font-weight: 700; }
.article-figure--phone { justify-self: center; max-width: 360px; }
.tutorial-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; padding: 0; margin: 0; list-style: none; }
.tutorial-step { position: relative; min-width: 0; overflow: hidden; padding: 18px; border: 1px solid var(--line); border-radius: 21px; background: #fff; box-shadow: 0 5px 13px rgba(82,37,54,.06); }
.tutorial-step__number { display: inline-grid; place-items: center; width: 29px; height: 29px; margin-bottom: 21px; border-radius: 9px; background: var(--peach); color: var(--coral-dark); font-size: .75rem; font-weight: 900; }
.tutorial-step h3 { margin: 0; font-size: 1.05rem; letter-spacing: -.035em; }
.tutorial-step p { min-height: 66px; margin: 9px 0 17px; color: var(--ink-soft); font-size: .79rem; line-height: 1.55; }
.tutorial-step img { width: 100%; height: auto; border: 1px solid rgba(36,27,45,.08); border-radius: 12px; background: var(--mist); }

@media (min-width: 781px) and (max-width: 1040px) {
    .menu-toggle { display: inline-grid; }
    .site-nav { position: absolute; top: calc(100% + 8px); right: 17px; left: 17px; display: grid; gap: 0; padding: 9px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .18s ease-out, transform .18s ease-out; }
    .site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
    .site-nav > a:not(.header__wa) { padding: 12px 11px; border-radius: 10px; }
    .site-nav > a:not(.header__wa):hover { background: var(--mist); }
    .header__wa { justify-content: center; margin: 8px 0 1px; }
}

@media (max-width: 1040px) {
    .hero__grid { grid-template-columns: minmax(0, 1fr) minmax(335px, .75fr); gap: 25px; }
    .plans-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .plan-card__art { min-height: 205px; }
    .value__grid, .faq__grid, .guide__grid, .product-details__grid { gap: 50px; }
    .product-intro__grid { grid-template-columns: minmax(260px, .75fr) minmax(0, .9fr); gap: 35px; }
    .order-card { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr auto; gap: 21px; align-items: center; }
    .order-card__rule { display: none; }
    .order-card ul { margin: 0; }
    .order-card .button { grid-column: 1 / -1; }
    .order-card__note { grid-column: 1 / -1; margin: -10px 0 0 !important; }
}

@media (max-width: 780px) {
    .shell { width: min(calc(100% - 34px), var(--shell)); }
    .section { padding: 80px 0; }
    .header__inner { min-height: 67px; }
    .menu-toggle { display: inline-grid; }
    .site-nav { position: absolute; top: calc(100% + 8px); right: 17px; left: 17px; display: grid; gap: 0; padding: 9px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .18s ease-out, transform .18s ease-out; }
    .site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
    .site-nav > a:not(.header__wa) { padding: 12px 11px; border-radius: 10px; }
    .site-nav > a:not(.header__wa):hover { background: var(--mist); }
    .header__wa { justify-content: center; margin: 8px 0 1px; }
    .hero__grid { grid-template-columns: 1fr; min-height: unset; gap: 9px; padding-top: 67px; padding-bottom: 34px; }
    .hero h1 { font-size: clamp(2.85rem, 13.4vw, 4.55rem); }
    .hero__intro { margin-top: 22px; font-size: .98rem; }
    .hero__proof { margin-top: 27px; }
    .hero__visual { width: min(100%, 460px); min-height: 324px; margin: 0 auto; }
    .hero-card--back { top: 23px; right: 4%; width: 177px; height: 130px; padding: 18px; }
    .hero-card__line { width: 93px; margin-top: 19px; }
    .hero-card--main { right: 14%; width: 242px; height: 284px; padding: 20px; }
    .hero-card__orb { width: 106px; height: 106px; margin: 14px auto; }
    .hero-card--main strong { font-size: 1.38rem; }
    .hero-card__bottom { bottom: 18px; left: 20px; }
    .hero-card--front { right: 1%; bottom: 34px; width: 157px; padding: 16px; }
    .hero-card--front strong { margin-top: 17px; font-size: 1.15rem; }
    .trust-strip__inner, .section-heading, .final-cta__inner { align-items: start; flex-direction: column; }
    .trust-strip__inner { gap: 14px; padding: 19px 0; }
    .trust-strip ul { gap: 9px 15px; }
    .section-heading > p { margin-bottom: 0; }
    .catalog-search { justify-content: stretch; margin-top: 25px; }
    .catalog-search input { width: 100%; }
    .filter-carousel { margin-top: 34px; }
    .plans-grid { gap: 13px; }
    .plan-card__art { min-height: 170px; }
    .plan-card .plan-artwork { width: 160px; }
    .value__grid, .faq__grid, .guide__grid, .product-details__grid { grid-template-columns: 1fr; gap: 37px; }
    .value__cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .value__cards article { min-height: 215px; padding: 17px 14px; }
    .value__cards article:nth-child(2) { margin-top: 24px; }
    .value__cards h3 { margin-top: 24px; font-size: .9rem; }
    .value__cards p { font-size: .7rem; }
    .process__list { grid-template-columns: 1fr; gap: 26px; margin-top: 42px; }
    .process__line { display: none; }
    .faq__grid { gap: 42px; }
    .final-cta { padding-bottom: 78px; }
    .final-cta__inner { padding: 37px 30px; }
    .footer__grid { grid-template-columns: 1fr; gap: 19px; padding: 33px 0 28px; }
    .footer__bottom { align-items: start; flex-direction: column; gap: 7px; }
    .product-intro { padding-bottom: 53px; }
    .breadcrumb { margin-bottom: 27px; }
    .product-intro__grid { grid-template-columns: 1fr; gap: 29px; }
    .product-intro__art { min-height: 320px; }
    .product-intro__copy { order: 2; }
    .order-card { order: 3; display: block; }
    .order-card__rule { display: block; }
    .order-card ul { margin-bottom: 22px; }
    .order-card .button { width: 100%; }
    .order-card__note { margin-top: 14px !important; }
    .product-details__lead { margin-top: 20px; }
    .guide__visual { min-height: 296px; }
    .related__grid { grid-template-columns: 1fr; }
    .article-hero__inner { padding: 71px 0 67px; }
    .article-content__heading { margin-bottom: 34px; }
    .referral-gallery { grid-template-columns: 1fr; }
    .article-figure--phone { max-width: 330px; }
    .tutorial-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
    .shell { width: min(calc(100% - 28px), var(--shell)); }
    .brand__logo { width: 145px; max-height: 40px; }
    .hero__actions { align-items: stretch; flex-direction: column; gap: 14px; }
    .hero__actions .button { width: max-content; }
    .hero__visual { min-height: 294px; transform: scale(.92); transform-origin: top center; margin-bottom: -19px; }
    .hero-card--back { right: 0; }
    .hero-card--main { right: 12%; }
    .hero-card--front { right: -4px; }
    .hero__spark--one { left: 1%; }
    .hero__spark--two { left: 7%; }
    .section-heading h1, .section-heading h2, .value h2, .faq h2, .guide h2 { font-size: clamp(2.1rem, 12vw, 3.2rem); }
    .offer-notice { align-items: flex-start; flex-direction: column; gap: 5px; }
    .plans-grid { grid-template-columns: 1fr; }
    .plan-card__art { min-height: 193px; }
    .plan-card .plan-artwork { width: 178px; }
    .value__cards { grid-template-columns: 1fr; }
    .value__cards article, .value__cards article:nth-child(2), .value__cards article:nth-child(3) { min-height: auto; margin-top: 0; }
    .value__cards h3 { margin: 16px 0 6px; }
    .value__icon { width: 39px; height: 39px; }
    .faq summary { padding: 19px 0; font-size: .92rem; }
    .faq details p { margin-right: 7px; }
    .product-title-row { align-items: center; }
    .product-title-row h1 { font-size: clamp(2.5rem, 13vw, 3.6rem); }
    .product-title-row > span { margin-top: 0; }
    .product-quick-facts { display: grid; gap: 10px; }
    .specs-card > div { padding: 17px; }
    .guide__message { font-size: .73rem; }
    .section-heading--related { margin-bottom: 28px; }
    .tutorial-steps { grid-template-columns: 1fr; }
    .tutorial-step p { min-height: 0; }
}

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

/* Adaptaciones para el catalogo real de LunaWeb: imagenes de servicio y estados Ajaxp. */
.plan-card__image {
    position: relative;
    width: min(76%, 178px);
    height: 112px;
    object-fit: contain;
    filter: drop-shadow(0 12px 12px rgba(55, 34, 72, .13));
}

.plan-card__fallback,
.product-art__fallback {
    position: relative;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .78);
    color: var(--violet-dark);
    font-weight: 900;
    letter-spacing: .04em;
    box-shadow: 0 12px 24px rgba(55, 34, 72, .12);
}

.plan-card__fallback {
    width: 92px;
    height: 92px;
    font-size: 1.25rem;
}

.product-intro__image {
    position: relative;
    z-index: 2;
    width: min(82%, 330px);
    max-height: 255px;
    object-fit: contain;
    filter: drop-shadow(0 25px 17px rgba(55, 34, 72, .15));
}

.product-art__fallback {
    z-index: 2;
    width: 148px;
    height: 148px;
    font-size: 2rem;
}

.product-description {
    max-width: 690px;
    color: var(--ink-soft);
    font-size: 1rem;
    line-height: 1.72;
}

.product-description > p {
    margin: 0 0 1rem;
}

.product-description > ul {
    display: grid;
    gap: .7rem;
    margin: 1.25rem 0;
    padding-left: 1.25rem;
}

.product-description > ul li::marker {
    color: var(--coral);
}

.product-description a {
    color: var(--coral);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.product-description a:hover {
    color: var(--coral-dark);
}

.catalog-state,
.product-not-available {
    color: var(--ink-soft);
    line-height: 1.6;
}

.product-not-available {
    padding: 56px 0 92px;
}

.whatsapp-float {
    position: fixed;
    z-index: 25;
    right: 22px;
    bottom: 22px;
    display: inline-grid;
    width: 58px;
    height: 58px;
    place-items: center;
    padding: 0;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    box-shadow: 0 10px 24px rgba(37, 211, 102, .38);
    transition: transform .18s ease-out, background .18s ease-out;
}

.whatsapp-float:hover {
    transform: translateY(-3px);
    background: #1ebe5d;
}

.whatsapp-float svg {
    width: 27px;
    height: 27px;
    stroke-width: 2.15;
}

@media (max-width: 520px) {
    .whatsapp-float {
        right: 14px;
        bottom: 14px;
        width: 54px;
        height: 54px;
    }
}
