
:root {
    --v-morado: #7611D9;
    --v-morado-osc: #2B0762;
    --v-morado-prof: #250440;
    --v-lila: #a78bfa;
    --v-lila-suave: #ede7fb;
    --v-lila-banda: #f3effc;
    --v-tinta: #2B0762;
    --v-texto: #4D4D4D;
    --v-suave: #8b8796;
    --v-linea: #ecebf2;
    --v-blanco: #ffffff;
    --v-oro: #f5a623;
    --v-radio: 16px;
    --v-radio-sm: 12px;
    --v-sombra-sm: 0 4px 16px -8px rgba(43, 7, 98, 0.22);
    --v-sombra: 0 18px 40px -22px rgba(43, 7, 98, 0.35);
    --v-sombra-lg: 0 34px 70px -30px rgba(43, 7, 98, 0.5);
    --v-fuente: 'Poppins', system-ui, sans-serif;
}

.v-scope, .v-scope * { font-family: var(--v-fuente); }
[class^="fi-"], [class*=" fi-"] { line-height: 0; vertical-align: middle; }


.barra-evento {
    background: linear-gradient(90deg, var(--v-morado), var(--v-morado-osc));
    color: #fff;
    font-size: 0.82rem;
    letter-spacing: 0.01em;
    text-transform: none;
}
.barra-evento a { color: #e9ddff; }


.v-topbar {
    background: var(--v-morado-osc);
    color: #cbbdf0;
    font-size: 0.8rem;
}
.v-topbar-in {
    display: flex; align-items: center; justify-content: space-between;
    gap: 1rem; padding: 0.5rem 0; min-height: 38px;
}
.v-topbar-list { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.v-topbar-list span { display: inline-flex; align-items: center; gap: 0.4rem; }
.v-topbar-list i { color: var(--v-lila); font-size: 0.85rem; }
.v-topbar-help { display: inline-flex; align-items: center; gap: 0.6rem; white-space: nowrap; }
.v-topbar-help b { color: #fff; font-weight: 600; }
.v-topbar-wa {
    width: 24px; height: 24px; border-radius: 50%;
    display: inline-grid; place-items: center;
    background: #25D366; color: #fff; font-size: 0.8rem;
}


.v-header {
    position: sticky; top: 0; z-index: 60;
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: saturate(180%) blur(14px);
    border-bottom: 1px solid var(--v-linea);
    transition: box-shadow 0.3s;
}
.v-header.compacto { box-shadow: 0 10px 30px -18px rgba(43, 7, 98, 0.3); }
.v-header-in {
    display: flex; align-items: center; gap: 1.5rem;
    padding: 0.85rem 0; min-height: 68px;
}
.v-logo { display: inline-flex; align-items: center; gap: 0.55rem; }
.v-logo-mark {
    width: 38px; height: 38px; border-radius: 11px; flex-shrink: 0;
    background: linear-gradient(140deg, var(--v-morado), var(--v-morado-osc));
    display: grid; place-items: center; color: #fff;
    box-shadow: 0 8px 18px -8px rgba(118, 17, 217, 0.6);
}
.v-logo-mark svg { width: 21px; height: 21px; }
.v-logo-word {
    font-size: 1.55rem; font-weight: 700; letter-spacing: -0.03em;
    color: var(--v-tinta); text-transform: lowercase; line-height: 1;
}
.v-nav { display: flex; align-items: center; gap: 0.35rem; margin: 0 auto; }
.v-nav > a, .v-nav .v-drop > button {
    display: inline-flex; align-items: center; gap: 0.3rem;
    padding: 0.5rem 0.9rem; border-radius: 999px;
    font-size: 0.95rem; font-weight: 500; color: var(--v-texto);
    background: none; border: none; cursor: pointer; font-family: inherit;
    position: relative; transition: color 0.2s, background 0.2s;
}
.v-nav > a:hover, .v-nav .v-drop > button:hover { color: var(--v-morado); background: var(--v-lila-suave); }
.v-nav > a.activo { color: var(--v-morado); font-weight: 600; }
.v-nav > a.activo::after {
    content: ""; position: absolute; left: 0.9rem; right: 0.9rem; bottom: 0.15rem;
    height: 2px; border-radius: 2px; background: var(--v-morado);
}
.v-drop { position: relative; }
.v-drop-menu {
    position: absolute; top: calc(100% + 0.5rem); left: 50%; transform: translateX(-50%) translateY(6px);
    background: #fff; border: 1px solid var(--v-linea); border-radius: var(--v-radio);
    box-shadow: var(--v-sombra); padding: 0.5rem; min-width: 230px;
    display: grid; gap: 0.1rem; opacity: 0; visibility: hidden; transition: opacity 0.2s, transform 0.2s; z-index: 70;
}
.v-drop:hover .v-drop-menu, .v-drop:focus-within .v-drop-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.v-drop-menu a {
    display: flex; align-items: center; gap: 0.6rem;
    padding: 0.55rem 0.7rem; border-radius: 9px; font-size: 0.9rem;
    color: var(--v-texto); transition: background 0.15s, color 0.15s;
}
.v-drop-menu a:hover { background: var(--v-lila-suave); color: var(--v-morado); }
.v-drop-menu i { color: var(--v-morado); font-size: 1rem; width: 20px; text-align: center; }

.v-actions { display: flex; align-items: center; gap: 0.35rem; }
.v-icon-btn {
    width: 42px; height: 42px; border-radius: 12px; position: relative;
    display: grid; place-items: center; color: var(--v-tinta);
    background: none; border: none; cursor: pointer; font-size: 1.05rem;
    transition: background 0.2s, color 0.2s;
}
.v-icon-btn:hover { background: var(--v-lila-suave); color: var(--v-morado); }
.v-cart-badge {
    position: absolute; top: 4px; right: 4px; min-width: 18px; height: 18px; padding: 0 4px;
    background: var(--v-morado); color: #fff; border-radius: 999px;
    font-size: 0.68rem; font-weight: 700; display: grid; place-items: center; line-height: 1;
}
.v-burger { display: none; }


.v-hero { background: linear-gradient(180deg, #fbfaff, #fff); overflow: hidden; }
.v-hero-in {
    display: grid; grid-template-columns: 1.02fr 1.35fr; align-items: stretch; gap: 0;
    min-height: 560px;
}
.v-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 3.4rem 3rem 3.4rem 0; }
.v-hero h1 {
    font-size: clamp(2.6rem, 5vw, 4rem); line-height: 1.02; letter-spacing: -0.03em;
    color: var(--v-tinta); font-weight: 700; margin-bottom: 1.3rem;
}
.v-hero h1 em { font-style: normal; display: block; }
.v-hero-lead { font-size: 1.08rem; color: var(--v-texto); max-width: 30rem; margin-bottom: 2rem; }
.v-btn {
    display: inline-flex; align-items: center; gap: 0.6rem;
    padding: 0.95rem 1.7rem; border-radius: 999px; font-weight: 600; font-size: 1rem;
    border: none; cursor: pointer; font-family: inherit; transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.v-btn i { font-size: 0.95rem; transition: transform 0.25s; }
.v-btn-primary {
    background: linear-gradient(135deg, #9030E8, var(--v-morado) 55%, var(--v-morado-osc));
    color: #fff; box-shadow: 0 14px 30px -12px rgba(118, 17, 217, 0.6);
}
.v-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 20px 40px -12px rgba(118, 17, 217, 0.7); }
.v-btn-primary:hover i { transform: translateX(4px); }
.v-btn-ghost { background: #fff; color: var(--v-morado); border: 1.5px solid var(--v-linea); }
.v-btn-ghost:hover { border-color: var(--v-morado); background: var(--v-lila-suave); }
.v-btn-light { background: #fff; color: var(--v-morado); }
.v-btn-light:hover { transform: translateY(-2px); box-shadow: var(--v-sombra); }
.v-hero-rating { display: flex; align-items: center; gap: 0.7rem; margin-top: 1.9rem; }
.v-stars { display: inline-flex; gap: 2px; color: var(--v-oro); font-size: 0.95rem; }
.v-stars .vacia { color: #d9d3e6; }
.v-hero-rating b { color: var(--v-tinta); font-weight: 700; }
.v-hero-rating span { color: var(--v-suave); font-size: 0.9rem; }
.v-hero-rating .v-stars, .v-hero-rating .v-stars i { color: var(--v-oro); }


.v-hero-media { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); }
.v-hero-media::before {
    content: ""; position: absolute; inset: 0 auto 0 -12%; width: 30%;
    background: linear-gradient(90deg, #fff, rgba(255,255,255,0)); z-index: 3; transform: skewX(-9deg);
}
.v-hero-slice {
    position: relative; overflow: hidden;
    transform: skewX(-9deg); margin-left: -1px;
    background: linear-gradient(160deg, var(--v-morado), var(--v-morado-osc));
    background-size: cover; background-position: center;
}
.v-hero-slice > .v-slice-inner {
    position: absolute; inset: 0; transform: skewX(9deg) scale(1.25);
    background-size: cover; background-position: center;
    transition: transform 0.6s ease;
}
.v-hero-slice:hover > .v-slice-inner { transform: skewX(9deg) scale(1.32); }
.v-hero-slice.ph { display: grid; place-items: center; }
.v-hero-slice.ph i { transform: skewX(9deg); color: rgba(255,255,255,0.85); font-size: 2.4rem; }
.v-slice-tag {
    position: absolute; bottom: 14px; left: 0; right: 0; transform: skewX(9deg);
    text-align: center; color: #fff; font-size: 0.72rem; font-weight: 600;
    text-shadow: 0 1px 8px rgba(0,0,0,0.5); z-index: 2;
}


.v-sec { padding: 4rem 0; }
.v-sec-head { text-align: center; margin-bottom: 2.4rem; }
.v-sec-head.izq { text-align: left; display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.v-eyebrow { display: inline-flex; align-items: center; gap: 0.45rem; color: var(--v-morado); font-weight: 600; font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.6rem; }
.v-sec h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); color: var(--v-tinta); letter-spacing: -0.02em; line-height: 1.1; }
.v-sec-head p { color: var(--v-suave); margin-top: 0.5rem; }
.v-link-more { display: inline-flex; align-items: center; gap: 0.4rem; color: var(--v-morado); font-weight: 600; font-size: 0.95rem; white-space: nowrap; }
.v-link-more i { transition: transform 0.2s; }
.v-link-more:hover i { transform: translateX(4px); }

.v-prof-grid { display: grid; grid-template-columns: repeat(9, 1fr); gap: 0.8rem; }
.v-prof {
    display: flex; flex-direction: column; align-items: center; gap: 0.7rem;
    padding: 1.2rem 0.5rem; border-radius: var(--v-radio); text-align: center;
    color: var(--v-texto); transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
}
.v-prof:hover { transform: translateY(-5px); background: #fff; box-shadow: var(--v-sombra); }
.v-prof-ico {
    width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center;
    background: var(--v-lila-suave); color: var(--v-morado); font-size: 1.5rem;
    transition: background 0.25s, color 0.25s, transform 0.25s;
}
.v-prof:hover .v-prof-ico { background: linear-gradient(140deg, var(--v-morado), var(--v-morado-osc)); color: #fff; transform: scale(1.06); }
.v-prof span { font-size: 0.82rem; font-weight: 500; }


.v-benefits { background: var(--v-lila-banda); }
.v-benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.6rem; }
.v-benefit { display: flex; gap: 0.95rem; align-items: flex-start; }
.v-benefit-ico {
    width: 50px; height: 50px; border-radius: 14px; flex-shrink: 0;
    display: grid; place-items: center; font-size: 1.3rem; color: var(--v-morado);
    background: #fff; box-shadow: var(--v-sombra-sm);
}
.v-benefit h4 { font-size: 0.98rem; color: var(--v-tinta); margin-bottom: 0.25rem; line-height: 1.25; }
.v-benefit p { font-size: 0.85rem; color: var(--v-suave); line-height: 1.45; }


.v-products { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.2rem; }
.v-card {
    background: #fff; border: 1px solid var(--v-linea); border-radius: var(--v-radio);
    overflow: hidden; display: flex; flex-direction: column;
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}
.v-card:hover { transform: translateY(-8px); box-shadow: var(--v-sombra); border-color: transparent; }
.v-card-media { position: relative; aspect-ratio: 1 / 1.12; background: #f4f2fa; overflow: hidden; }
.v-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.v-card:hover .v-card-media img { transform: scale(1.06); }
.v-card-media .ph { width: 100%; height: 100%; display: grid; place-items: center; font-size: 2.6rem; color: #c9bfe6; }
.v-wish {
    position: absolute; top: 10px; right: 10px; width: 36px; height: 36px; border-radius: 50%;
    background: rgba(255,255,255,0.92); border: none; cursor: pointer; color: var(--v-tinta);
    display: grid; place-items: center; font-size: 0.95rem; box-shadow: var(--v-sombra-sm);
    transition: color 0.2s, transform 0.2s;
}
.v-wish:hover { color: #e0245e; transform: scale(1.12); }
.v-card-tag {
    position: absolute; top: 10px; left: 10px; padding: 0.2rem 0.6rem; border-radius: 999px;
    background: var(--v-morado); color: #fff; font-size: 0.7rem; font-weight: 600;
}
.v-card-body { padding: 0.95rem 1rem 1.1rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.v-card-name { font-size: 0.92rem; font-weight: 600; color: var(--v-tinta); line-height: 1.3; }
.v-card-name a { color: inherit; }
.v-card-name a:hover { color: var(--v-morado); }
.v-dots { display: flex; gap: 5px; }
.v-dots span { width: 13px; height: 13px; border-radius: 50%; border: 1.5px solid rgba(0,0,0,0.1); }
.v-card-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; }
.v-price { font-size: 1.05rem; font-weight: 700; color: var(--v-tinta); }
.v-price small { display: block; font-size: 0.72rem; font-weight: 500; color: var(--v-suave); text-decoration: line-through; }
.v-add {
    width: 40px; height: 40px; border-radius: 11px; border: none; cursor: pointer;
    background: var(--v-lila-suave); color: var(--v-morado); font-size: 1rem;
    display: grid; place-items: center; transition: background 0.2s, color 0.2s, transform 0.2s;
}
.v-add:hover { background: linear-gradient(135deg, var(--v-morado), var(--v-morado-osc)); color: #fff; transform: translateY(-2px); }


.v-mission {
    background: radial-gradient(700px 380px at 12% 20%, rgba(118,17,217,0.5), transparent),
                linear-gradient(150deg, var(--v-morado-prof), var(--v-morado-osc));
    color: #fff;
}
.v-mission-in { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; padding: 3.6rem 0; }
.v-mission .v-eyebrow { color: var(--v-lila); }
.v-mission h2 { color: #fff; font-size: clamp(1.9rem, 3.2vw, 2.5rem); line-height: 1.1; margin-bottom: 1rem; }
.v-mission p { color: rgba(255,255,255,0.82); max-width: 30rem; margin-bottom: 1.8rem; }
.v-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.v-stat { text-align: left; }
.v-stat-ico { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: rgba(255,255,255,0.1); color: #fff; font-size: 1.15rem; margin-bottom: 0.7rem; }
.v-stat b { display: block; font-size: 2rem; font-weight: 800; line-height: 1; letter-spacing: -0.02em; }
.v-stat span { font-size: 0.85rem; color: rgba(255,255,255,0.75); }


.v-testi-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.v-testi {
    background: #fff; border: 1px solid var(--v-linea); border-radius: var(--v-radio);
    padding: 1.6rem 1.5rem; position: relative;
}
.v-testi-quote { position: absolute; top: 1.1rem; right: 1.3rem; color: var(--v-lila-suave); font-size: 2rem; }
.v-testi-head { display: flex; align-items: center; gap: 0.8rem; margin-bottom: 0.8rem; }
.v-testi-avatar { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; background: var(--v-lila-suave); display: grid; place-items: center; color: var(--v-morado); font-weight: 700; }
.v-testi-name { font-weight: 600; color: var(--v-tinta); font-size: 0.95rem; }
.v-testi-role { font-size: 0.8rem; color: var(--v-suave); }
.v-testi .v-stars { font-size: 0.8rem; margin: 0.1rem 0 0.6rem; }
.v-testi-text { color: var(--v-texto); font-size: 0.92rem; line-height: 1.5; }
.v-testi-nav { display: flex; gap: 0.5rem; }
.v-testi-nav button {
    width: 42px; height: 42px; border-radius: 50%; border: 1.5px solid var(--v-linea);
    background: #fff; color: var(--v-morado); cursor: pointer; display: grid; place-items: center; transition: all 0.2s;
}
.v-testi-nav button:hover { background: var(--v-morado); color: #fff; border-color: var(--v-morado); }


.v-news { background: var(--v-lila-banda); }
.v-news-in { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; padding: 2.2rem 2.4rem; }
.v-news-copy { display: flex; align-items: center; gap: 1rem; }
.v-news-ico { width: 54px; height: 54px; border-radius: 14px; background: #fff; display: grid; place-items: center; color: var(--v-morado); font-size: 1.4rem; box-shadow: var(--v-sombra-sm); flex-shrink: 0; }
.v-news-copy p { color: var(--v-tinta); font-weight: 500; max-width: 24rem; }
.v-news-form { display: flex; gap: 0.5rem; background: #fff; border-radius: 999px; padding: 0.35rem; box-shadow: var(--v-sombra-sm); min-width: min(420px, 100%); }
.v-news-form input { flex: 1; border: none; background: none; padding: 0.6rem 1rem; font-family: inherit; font-size: 0.95rem; color: var(--v-tinta); outline: none; }
.v-news-form button { border: none; border-radius: 999px; padding: 0.7rem 1.5rem; background: linear-gradient(135deg, var(--v-morado), var(--v-morado-osc)); color: #fff; font-weight: 600; font-family: inherit; cursor: pointer; white-space: nowrap; }


.v-footer { background: linear-gradient(180deg, var(--v-morado-osc), var(--v-morado-prof)); color: #b9add6; }
.v-footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2rem; padding: 3.4rem 0 2.6rem; }
.v-footer .v-logo-word { color: #fff; }
.v-footer-brand p { font-size: 0.9rem; margin: 0.9rem 0 1.2rem; color: #9c8fc7; }
.v-social { display: flex; gap: 0.6rem; }
.v-social a { width: 40px; height: 40px; border-radius: 11px; background: rgba(255,255,255,0.08); display: grid; place-items: center; color: #fff; font-size: 1rem; transition: background 0.2s, transform 0.2s; }
.v-social a:hover { background: var(--v-morado); transform: translateY(-3px); }
.v-fcol h4 { color: #fff; font-size: 0.95rem; margin-bottom: 1rem; }
.v-fcol a, .v-fcol p { display: flex; align-items: center; gap: 0.5rem; color: #b9add6; font-size: 0.88rem; padding: 0.28rem 0; transition: color 0.2s; }
.v-fcol a:hover { color: #fff; }
.v-fcol i { color: var(--v-lila); font-size: 0.9rem; }
.v-footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 1.3rem 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: 0.82rem; color: #9c8fc7; }
.v-pay { display: flex; gap: 0.5rem; align-items: center; }
.v-pay span { background: #fff; color: var(--v-morado-osc); border-radius: 6px; padding: 0.2rem 0.5rem; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.02em; }
.v-pay i { color: #fff; font-size: 1.5rem; }


.v-modal { position: fixed; inset: 0; z-index: 200; display: none; }
.v-modal.abierto { display: grid; place-items: center; }
.v-modal-bg { position: absolute; inset: 0; background: rgba(20, 6, 45, 0.62); backdrop-filter: blur(4px); animation: v-fade 0.3s ease; }
.v-modal-card {
    position: relative; z-index: 2; width: min(920px, 94vw); max-height: 92vh; overflow: auto;
    background: #fff; border-radius: 24px; box-shadow: var(--v-sombra-lg);
    display: grid; grid-template-columns: 1fr 1fr; animation: v-pop 0.35s cubic-bezier(.2,.8,.2,1);
}
.v-modal-side {
    padding: 2.6rem 2.2rem; color: #fff; display: flex; flex-direction: column; justify-content: center; gap: 1rem;
    background: radial-gradient(420px 300px at 20% 15%, rgba(167,139,250,0.4), transparent), linear-gradient(150deg, #3A0C86, var(--v-morado-osc) 55%, #250440);
    border-radius: 24px 0 0 24px;
}
.v-modal-side .v-logo-mark { width: 54px; height: 54px; }
.v-modal-side h3 { color: #fff; font-size: 1.7rem; line-height: 1.1; }
.v-modal-side p { color: rgba(255,255,255,0.85); font-size: 0.95rem; }
.v-modal-side ul { list-style: none; display: grid; gap: 0.6rem; margin-top: 0.4rem; }
.v-modal-side li { display: flex; align-items: center; gap: 0.6rem; font-size: 0.9rem; color: rgba(255,255,255,0.92); }
.v-modal-side li i { color: var(--v-lila); }
.v-modal-body { padding: 2.4rem 2.2rem; position: relative; }
.v-modal-close { position: absolute; top: 1rem; right: 1rem; width: 38px; height: 38px; border-radius: 50%; border: none; background: var(--v-lila-suave); color: var(--v-morado); cursor: pointer; font-size: 1rem; display: grid; place-items: center; }
.v-modal-close:hover { background: var(--v-morado); color: #fff; }
.v-modal-tabs { display: flex; gap: 0.3rem; background: var(--v-lila-banda); border-radius: 999px; padding: 0.3rem; margin-bottom: 1.4rem; }
.v-modal-tabs button { flex: 1; border: none; background: none; cursor: pointer; font-family: inherit; font-weight: 600; font-size: 0.9rem; color: var(--v-suave); padding: 0.55rem; border-radius: 999px; transition: all 0.2s; }
.v-modal-tabs button.activo { background: #fff; color: var(--v-tinta); box-shadow: var(--v-sombra-sm); }
.v-mform { display: none; flex-direction: column; gap: 0.85rem; }
.v-mform.activo { display: flex; animation: v-fade 0.3s ease; }
.v-mform h4 { font-size: 1.3rem; color: var(--v-tinta); }
.v-mform label { font-size: 0.82rem; font-weight: 600; color: var(--v-texto); display: block; margin-bottom: 0.3rem; }
.v-mform input { width: 100%; padding: 0.7rem 0.9rem; border: 1.5px solid var(--v-linea); border-radius: 11px; font-family: inherit; font-size: 0.92rem; color: var(--v-tinta); outline: none; transition: border-color 0.2s; }
.v-mform input:focus { border-color: var(--v-morado); }
.v-mform .fila { display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem; }
.v-mform .v-btn-primary { justify-content: center; margin-top: 0.3rem; }
.v-mform-alerta { background: #fee2e2; color: #b91c1c; border-radius: 10px; padding: 0.6rem 0.8rem; font-size: 0.85rem; }
.v-modal-skip { text-align: center; margin-top: 1rem; font-size: 0.88rem; }
.v-modal-skip button { background: none; border: none; color: var(--v-suave); cursor: pointer; font-family: inherit; text-decoration: underline; }

@keyframes v-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes v-pop { from { opacity: 0; transform: translateY(18px) scale(0.97); } to { opacity: 1; transform: none; } }


.v-reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.6s ease, transform 0.6s ease; }
html.js .v-reveal.visible, .v-reveal.visible { opacity: 1; transform: none; }


@media (max-width: 1080px) {
    .v-prof-grid { grid-template-columns: repeat(5, 1fr); }
    .v-products { grid-template-columns: repeat(3, 1fr); }
    .v-benefits-grid { grid-template-columns: repeat(2, 1fr); gap: 1.4rem 1.2rem; }
}
@media (max-width: 900px) {
    .v-nav { display: none; }
    .v-burger { display: grid; }
    .v-hero-in { grid-template-columns: 1fr; }
    .v-hero-copy { padding: 2.6rem 0; text-align: center; align-items: center; }
    .v-hero-lead { margin-inline: auto; }
    .v-hero-media { min-height: 320px; }
    .v-mission-in { grid-template-columns: 1fr; gap: 2rem; }
    .v-modal-card { grid-template-columns: 1fr; }
    .v-modal-side { display: none; }
    .v-footer-top { grid-template-columns: 1fr 1fr; gap: 1.6rem 1.2rem; }
    .v-testi-track { grid-template-columns: 1fr; }
    .v-testi:nth-child(2), .v-testi:nth-child(3) { display: none; }
}
@media (max-width: 620px) {
    .v-topbar-list { display: none; }
    .v-topbar-in { justify-content: center; }
    .v-prof-grid { grid-template-columns: repeat(3, 1fr); }
    .v-products { grid-template-columns: repeat(2, 1fr); }
    .v-benefits-grid { grid-template-columns: 1fr; }
    .v-stats { grid-template-columns: 1fr; gap: 1rem; }
    .v-news-in { flex-direction: column; align-items: stretch; text-align: center; }
    .v-news-copy { flex-direction: column; text-align: center; }
    .v-footer-top { grid-template-columns: 1fr; }
    .v-mform .fila { grid-template-columns: 1fr; }
    .v-hero h1 { font-size: 2.5rem; }
}


.v-mnav { display: none; }
.v-mnav.abierto { display: block; }
@media (max-width: 900px) {
    .v-mnav { position: fixed; inset: 0 0 0 auto; width: min(320px, 86vw); background: #fff; z-index: 120; box-shadow: -20px 0 60px -30px rgba(0,0,0,0.5); padding: 1.4rem; transform: translateX(100%); transition: transform 0.3s; display: block; }
    .v-mnav.abierto { transform: translateX(0); }
    .v-mnav a { display: flex; align-items: center; gap: 0.7rem; padding: 0.85rem 0.6rem; border-radius: 10px; color: var(--v-tinta); font-weight: 500; border-bottom: 1px solid var(--v-linea); }
    .v-mnav a:hover { background: var(--v-lila-suave); color: var(--v-morado); }
    .v-mnav a i { color: var(--v-morado); width: 22px; text-align: center; }
    .v-mnav-close { float: right; width: 40px; height: 40px; border: none; background: var(--v-lila-suave); border-radius: 10px; color: var(--v-morado); font-size: 1.1rem; cursor: pointer; margin-bottom: 0.6rem; }
    .v-mnav-bg { position: fixed; inset: 0; background: rgba(20,6,45,0.5); z-index: 110; display: none; }
    .v-mnav-bg.abierto { display: block; }
}


.v-auth { min-height: calc(100vh - 220px); display: grid; place-items: center; padding: 3rem 1.2rem; background: radial-gradient(700px 400px at 85% 0%, #f3effc, transparent), #fbfaff; }
.v-auth-card {
    width: min(940px, 100%); background: #fff; border-radius: 24px; overflow: hidden;
    box-shadow: var(--v-sombra-lg); display: grid; grid-template-columns: 1fr 1fr;
    border: 1px solid var(--v-linea);
}
.v-auth-card .v-modal-side ul { margin-top: 0.6rem; }
.v-auth-card .v-mform h4 { margin-bottom: 0.2rem; }
.v-auth-check { display: flex; align-items: center; gap: 0.5rem; font-size: 0.88rem; color: var(--v-texto); cursor: pointer; }
.v-auth-check input { width: 16px; height: 16px; accent-color: var(--v-morado); }
.v-mform .v-btn-primary { justify-content: center; margin-top: 0.2rem; }
.v-auth-switch { font-size: 0.88rem; color: var(--v-suave); text-align: center; margin-top: 0.2rem; }
.v-auth-switch button { background: none; border: none; padding: 0; cursor: pointer; font: inherit; color: var(--v-morado); font-weight: 700; }
.v-auth-switch button:hover { text-decoration: underline; }
.v-auth-guest { text-align: center; font-size: 0.85rem; }
.v-auth-guest a { color: var(--v-morado); font-weight: 600; }
@media (max-width: 780px) {
    .v-auth-card { grid-template-columns: 1fr; }
    .v-auth-card .v-modal-side { border-radius: 24px 24px 0 0; }
}


.v-cat-head { background: linear-gradient(150deg, var(--v-morado-prof), var(--v-morado-osc)); color: #fff; padding: 2.6rem 0; }
.v-cat-head h1 { color: #fff; font-size: clamp(1.8rem, 3.4vw, 2.6rem); letter-spacing: -0.02em; }
.v-cat-head p { color: rgba(255,255,255,0.8); margin-top: 0.4rem; max-width: 34rem; }
.v-chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.4rem; }
.v-chip {
    display: inline-flex; align-items: center; gap: 0.4rem;
    padding: 0.5rem 1rem; border-radius: 999px; font-size: 0.88rem; font-weight: 500;
    background: #fff; border: 1.5px solid var(--v-linea); color: var(--v-texto);
    transition: all 0.18s;
}
.v-chip:hover { border-color: var(--v-morado); color: var(--v-morado); }
.v-chip i { font-size: 0.9rem; }
.v-chip.activo { background: linear-gradient(135deg, var(--v-morado), var(--v-morado-osc)); color: #fff; border-color: transparent; }
.v-cat-toolbar { display: flex; gap: 0.6rem; flex-wrap: wrap; align-items: center; margin-bottom: 1.2rem; }
.v-search { flex: 1; min-width: 220px; display: flex; align-items: center; gap: 0.5rem; background: #fff; border: 1.5px solid var(--v-linea); border-radius: 12px; padding: 0 0.9rem; }
.v-search i { color: var(--v-suave); }
.v-search input { flex: 1; border: none; outline: none; background: none; padding: 0.7rem 0; font-family: inherit; font-size: 0.95rem; color: var(--v-tinta); }
.v-cat-toolbar select { border: 1.5px solid var(--v-linea); border-radius: 12px; padding: 0.7rem 0.9rem; font-family: inherit; font-size: 0.92rem; color: var(--v-tinta); background: #fff; cursor: pointer; }
.v-cat-count { color: var(--v-suave); font-size: 0.9rem; margin-bottom: 1.2rem; }
.v-cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1.2rem; }
.v-empty { text-align: center; padding: 4rem 1rem; color: var(--v-suave); }
.v-empty i { font-size: 2.6rem; color: var(--v-lila); display: block; margin-bottom: 0.8rem; }
.v-empty h2 { color: var(--v-tinta); margin-bottom: 0.4rem; }
.v-empty p { margin-bottom: 1.2rem; }
.v-empty .v-btn { display: inline-flex; }
@media (max-width: 620px) { .v-cat-grid { grid-template-columns: repeat(2, 1fr); gap: 0.8rem; } }


html.v-gated body { overflow: hidden; }
html.v-gated .barra-evento,
html.v-gated .v-topbar,
html.v-gated .v-post-hero,
html.v-gated .v-footer,
html.v-gated .whatsapp-flotante { display: none !important; }
html.v-gated .v-hero { min-height: calc(100vh - 69px); display: flex; align-items: center; }
html.v-gated .v-hero-in { min-height: calc(100vh - 69px); width: 100%; }
.v-post-hero { animation: v-fade 0.5s ease; }


.v-hero-in.contenedor { width: 100%; max-width: none; margin: 0; }
.v-hero-copy { padding: 3.4rem 3rem 3.4rem clamp(1.5rem, 6vw, 8rem); }

html.v-gated .v-nav,
html.v-gated .v-actions { display: none !important; }
html.v-gated .v-header-in { justify-content: flex-start; }
@media (max-width: 900px) {
    .v-hero-copy { padding: 2.6rem 1.2rem; text-align: center; align-items: center; }
}



.v-hero-slice::after {
    content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background: linear-gradient(205deg, rgba(118,17,217,0.10) 0%, rgba(43,7,98,0.12) 45%, rgba(24,5,54,0.62) 100%);
}
.v-slice-tag {
    z-index: 2; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.04em;
    text-transform: uppercase; bottom: 22px;
}

[data-enter] { animation: v-pulse 2.4s ease-in-out infinite; }
[data-enter]:hover { animation: none; }
@keyframes v-pulse {
    0%, 100% { box-shadow: 0 14px 30px -12px rgba(118,17,217,0.6); }
    50% { box-shadow: 0 14px 30px -12px rgba(118,17,217,0.6), 0 0 0 12px rgba(118,17,217,0.08); }
}

.v-loader {
    position: fixed; inset: 0; z-index: 999; display: flex; flex-direction: column;
    align-items: center; justify-content: center; gap: 1.3rem;
    background: radial-gradient(600px 400px at 50% 30%, #3A0C86, var(--v-morado-osc) 70%, #150430);
    transition: opacity 0.5s ease, visibility 0.5s;
}
.v-loader.oculto { opacity: 0; visibility: hidden; }
.v-loader-logo {
    width: 74px; height: 74px; border-radius: 20px;
    background: linear-gradient(140deg, #9030E8, var(--v-morado-osc));
    display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 2.3rem;
    box-shadow: 0 20px 50px -18px rgba(0,0,0,0.6); animation: v-bob 1.6s ease-in-out infinite;
}
.v-loader-bar { width: 190px; height: 5px; border-radius: 999px; background: rgba(255,255,255,0.15); overflow: hidden; }
.v-loader-bar i { display: block; height: 100%; width: 40%; border-radius: 999px; background: linear-gradient(90deg, var(--v-lila), #fff); animation: v-slide 1.1s ease-in-out infinite; }
.v-loader-txt { color: #cbbdf0; font-size: 0.85rem; letter-spacing: 0.18em; text-transform: uppercase; }
@keyframes v-bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes v-slide { 0% { transform: translateX(-120%); } 100% { transform: translateX(360%); } }



.encabezado-pagina {
    background: linear-gradient(150deg, var(--v-morado-prof), var(--v-morado-osc));
    padding: 2.6rem 0; margin-bottom: 0;
}
.encabezado-pagina h1 { color: #fff; letter-spacing: -0.02em; font-size: clamp(1.7rem,3.2vw,2.4rem); }
.encabezado-pagina p { color: rgba(255,255,255,0.8); }


.tarjeta-formulario, .tarjeta-contacto, .tarjeta-beneficio, .carrito-resumen, .carrito-item, .formulario-estado-publico {
    background: #fff; border: 1px solid var(--v-linea); border-radius: var(--v-radio);
    box-shadow: var(--v-sombra-sm);
}
.tarjeta-formulario, .carrito-resumen { padding: 1.6rem 1.7rem; }
.campo input, .campo textarea, .campo select, .filtro-campo input, .filtro-campo select {
    border-radius: 12px !important; border: 1.5px solid var(--v-linea) !important;
    padding: 0.7rem 0.9rem !important; font-family: var(--v-fuente) !important; transition: border-color 0.2s, box-shadow 0.2s;
}
.campo input:focus, .campo textarea:focus, .campo select:focus {
    border-color: var(--v-morado) !important; box-shadow: 0 0 0 3px rgba(118,17,217,0.12) !important; outline: none !important;
}
.campo label { font-weight: 600; color: var(--v-tinta); }
.campo-error { color: #b91c1c; }


.boton { border-radius: 999px !important; font-family: var(--v-fuente) !important; font-weight: 600 !important; transition: transform 0.2s, box-shadow 0.2s !important; }
.boton-primario:hover { transform: translateY(-2px); }
.boton-borde { border: 1.5px solid var(--v-linea) !important; color: var(--v-morado) !important; background: #fff !important; }
.boton-borde:hover { border-color: var(--v-morado) !important; background: var(--v-lila-suave) !important; }


.opcion-vivienda, .opcion-pago { border: 1.5px solid var(--v-linea); border-radius: 12px; transition: border-color 0.2s, background 0.2s; }
.opcion-vivienda:hover, .opcion-pago:hover { border-color: var(--v-morado); }


.resumen-total { border-top: 1px solid var(--v-linea); color: var(--v-tinta); font-weight: 800; }
.resumen-descuento { color: #166534; }


.estado-vacio { background: #fff; border: 1px dashed var(--v-linea); border-radius: var(--v-radio); padding: 3rem 1.5rem; }
.estado-vacio h2 { color: var(--v-tinta); }


.seccion-encabezado h2, .colecciones-encabezado h2 { color: var(--v-tinta); letter-spacing: -0.02em; }
.enlace-flecha { color: var(--v-morado) !important; font-weight: 600; }


.v-pay span { background: #fff; border-radius: 6px; padding: 0.3rem 0.5rem; display: inline-flex; align-items: center; height: 30px; box-shadow: 0 2px 8px -4px rgba(0,0,0,0.3); }
.v-pay span svg { display: block; }


.v-404 { min-height: 60vh; display: grid; place-items: center; text-align: center; padding: 4rem 1.2rem;
    background: radial-gradient(600px 400px at 50% 20%, #f3effc, transparent); }
.v-404-num { font-size: clamp(5rem, 16vw, 10rem); font-weight: 800; line-height: 1; letter-spacing: -0.04em;
    background: linear-gradient(135deg, #9030E8, var(--v-morado-osc)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.v-404 h1 { color: var(--v-tinta); margin: 0.6rem 0 0.4rem; }
.v-404 p { color: var(--v-suave); margin-bottom: 1.6rem; }
.v-404-btns { display: flex; gap: 0.7rem; justify-content: center; flex-wrap: wrap; }


body { overflow-x: hidden; }
.selector-estrellas input { position: absolute; opacity: 0; width: 1px; height: 1px; pointer-events: none; }
img { max-width: 100%; }


.v-pd-wrap { padding: 2rem 0 3.5rem; }
.v-crumb { font-size: 0.85rem; color: var(--v-suave); margin-bottom: 1.5rem; display: flex; flex-wrap: wrap; gap: 0.35rem; align-items: center; }
.v-crumb a { color: var(--v-suave); }
.v-crumb a:hover { color: var(--v-morado); }
.v-crumb strong { color: var(--v-tinta); font-weight: 600; }
.v-pd { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: start; }
.v-pd-gallery { position: sticky; top: 90px; }
.v-pd-main { position: relative; border-radius: var(--v-radio); overflow: hidden; background: #f4f2fa; aspect-ratio: 1/1.12; border: 1px solid var(--v-linea); }
.v-pd-main img { width: 100%; height: 100%; object-fit: cover; }
.v-pd-ph { width: 100%; height: 100%; display: grid; place-items: center; font-size: 4rem; color: #c9bfe6; }
.v-pd-off { position: absolute; top: 14px; left: 14px; background: var(--v-morado); color: #fff; font-weight: 700; font-size: 0.85rem; padding: 0.3rem 0.7rem; border-radius: 999px; }
.v-pd-thumbs { display: flex; gap: 0.6rem; margin-top: 0.8rem; flex-wrap: wrap; }
.v-pd-thumb { width: 72px; height: 72px; border-radius: 12px; overflow: hidden; border: 2px solid var(--v-linea); background: #fff; cursor: pointer; padding: 0; }
.v-pd-thumb img { width: 100%; height: 100%; object-fit: cover; }
.v-pd-thumb.activa { border-color: var(--v-morado); }

.v-pd-info { padding-top: 0.5rem; }
.v-pd-cat { display: inline-block; background: var(--v-lila-suave); color: var(--v-morado); font-weight: 600; font-size: 0.78rem; padding: 0.25rem 0.7rem; border-radius: 999px; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 0.8rem; }
.v-pd-info h1 { font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--v-tinta); letter-spacing: -0.02em; line-height: 1.1; }
.v-pd-rating { display: inline-flex; align-items: center; gap: 0.5rem; margin: 0.6rem 0 1rem; }
.v-pd-rating .v-stars { color: var(--v-oro); }
.v-pd-rating span:last-child { color: var(--v-suave); font-size: 0.88rem; }
.v-pd-price { display: flex; align-items: baseline; gap: 0.7rem; flex-wrap: wrap; margin-bottom: 1.2rem; }
.v-pd-price-now { font-size: 2rem; font-weight: 800; color: var(--v-tinta); letter-spacing: -0.02em; }
.v-pd-price-old { font-size: 1.1rem; color: var(--v-suave); text-decoration: line-through; }
.v-pd-save { background: #dcfce7; color: #166534; font-weight: 600; font-size: 0.8rem; padding: 0.2rem 0.6rem; border-radius: 999px; }
.v-pd-desc { color: var(--v-texto); line-height: 1.6; margin-bottom: 1.4rem; }
.v-pd-stock { color: #b45309; font-weight: 600; font-size: 0.9rem; margin-bottom: 1rem; }
.v-pd-opt { margin-bottom: 1.2rem; }
.v-pd-opt-label { display: block; font-weight: 600; color: var(--v-tinta); font-size: 0.9rem; margin-bottom: 0.5rem; }
.v-pd-colors { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.v-pd-swatch { cursor: pointer; }
.v-pd-swatch input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.v-pd-swatch > span { display: block; width: 34px; height: 34px; border-radius: 50%; border: 2px solid #fff; box-shadow: 0 0 0 1.5px var(--v-linea); transition: box-shadow 0.15s; }
.v-pd-swatch input:checked + span { box-shadow: 0 0 0 2px var(--v-morado); }
.v-pd-sizes { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.v-pd-size { cursor: pointer; }
.v-pd-size input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.v-pd-size > span { display: grid; place-items: center; min-width: 46px; height: 44px; padding: 0 0.6rem; border: 1.5px solid var(--v-linea); border-radius: 11px; font-weight: 600; color: var(--v-tinta); transition: all 0.15s; }
.v-pd-size input:checked + span { background: var(--v-morado); color: #fff; border-color: var(--v-morado); }
.v-pd-buy { display: flex; gap: 0.8rem; align-items: stretch; margin-bottom: 0.8rem; }
.v-pd-buy .v-btn-primary { flex: 1; justify-content: center; }
.v-pd-buy .control-cantidad { border: 1.5px solid var(--v-linea); border-radius: 999px; }
.v-pd-wa { width: 100%; justify-content: center; }
.v-pd-consulta { background: var(--v-lila-banda); border-radius: var(--v-radio); padding: 1.2rem; margin-bottom: 1rem; }
.v-pd-consulta p { color: var(--v-texto); margin-bottom: 0.8rem; }
.v-pd-guia { background: none; border: none; color: var(--v-morado); font-weight: 600; cursor: pointer; font-family: inherit; display: inline-flex; align-items: center; gap: 0.4rem; margin: 0.4rem 0 1.4rem; padding: 0; }
.v-pd-garantias { list-style: none; display: grid; gap: 0.6rem; border-top: 1px solid var(--v-linea); padding-top: 1.3rem; }
.v-pd-garantias li { display: flex; align-items: center; gap: 0.6rem; color: var(--v-texto); font-size: 0.92rem; }
.v-pd-garantias i { color: var(--v-morado); font-size: 1.1rem; }
.v-pd-reviews { display: grid; grid-template-columns: 1.4fr 1fr; gap: 1.6rem; align-items: start; }
@media (max-width: 860px) {
    .v-pd { grid-template-columns: 1fr; gap: 1.5rem; }
    .v-pd-gallery { position: static; }
    .v-pd-reviews { grid-template-columns: 1fr; }
}
.cursor-glow{display:none!important}


.v-faq { display: grid; gap: 0.7rem; }
.v-faq-item { background: #fff; border: 1px solid var(--v-linea); border-radius: var(--v-radio); overflow: hidden; }
.v-faq-item summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.05rem 1.3rem; font-weight: 600; color: var(--v-tinta); }
.v-faq-item summary::-webkit-details-marker { display: none; }
.v-faq-item summary i { color: var(--v-morado); transition: transform 0.25s; flex-shrink: 0; }
.v-faq-item[open] summary i { transform: rotate(180deg); }
.v-faq-item[open] summary { color: var(--v-morado); }
.v-faq-item p { padding: 0 1.3rem 1.1rem; color: var(--v-texto); line-height: 1.6; }
.v-faq-cta { text-align: center; margin-top: 2rem; }
.v-faq-cta p { color: var(--v-suave); margin-bottom: 0.8rem; }


.v-pd-size.agotada { cursor: not-allowed; opacity: 0.55; }
.v-pd-size.agotada > span { text-decoration: line-through; background: #f4f2fa; color: var(--v-suave); border-style: dashed; }
.v-disp-tallas { margin-bottom: 1rem; }
.v-disp-tallas h4 { color: var(--v-tinta); margin-bottom: 0.6rem; font-size: 0.95rem; }
.v-disp-grid { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.v-disp-item { display: flex; flex-direction: column; align-items: center; gap: 2px; min-width: 74px; padding: 0.5rem 0.7rem; border-radius: 10px; font-size: 0.75rem; }
.v-disp-item.ok { background: #dcfce7; color: #166534; }
.v-disp-item.no { background: #fee2e2; color: #b91c1c; text-decoration: line-through; }
.v-disp-item strong { font-size: 0.95rem; text-decoration: none; }


.v-slider { position: relative; overflow: hidden; background: var(--v-morado-osc); transition: height 0.45s ease; }
.v-slide {
    position: absolute; inset: 0; opacity: 0; visibility: hidden;
    background-size: cover; background-position: center;
    transition: opacity 0.7s ease, visibility 0.7s;
    display: flex; align-items: center;
}
.v-slide.activo { opacity: 1; visibility: visible; position: relative; }
.v-slide-velo { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,6,45,0.55), rgba(20,6,45,0.12) 55%, rgba(20,6,45,0.05)); }
.v-slide-in { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 0.9rem; }
.v-slide-in.pos-izquierda { align-items: flex-start; text-align: left; }
.v-slide-in.pos-centro { align-items: center; text-align: center; }
.v-slide-in.pos-derecha { align-items: flex-end; text-align: right; }
.v-slide-in.pos-derecha ~ .v-slide-velo { background: linear-gradient(270deg, rgba(20,6,45,0.55), rgba(20,6,45,0.1)); }
.v-slide-in h2 { font-size: clamp(1.9rem, 4.5vw, 3.4rem); line-height: 1.05; letter-spacing: -0.02em; max-width: 34rem; text-shadow: 0 2px 18px rgba(0,0,0,0.35); }
.v-slide-in p { font-size: 1.05rem; max-width: 30rem; text-shadow: 0 1px 12px rgba(0,0,0,0.35); }
.v-slide-btn { color: #fff; box-shadow: 0 14px 30px -12px rgba(0,0,0,0.5); }
.v-slide-marca { background: radial-gradient(700px 380px at 15% 20%, rgba(118,17,217,0.55), transparent), linear-gradient(150deg, #250440, #2B0762); }
.v-slide-marca h2, .v-slide-marca p { color: #fff; }
.v-slider-flecha {
    position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
    width: 44px; height: 44px; border-radius: 50%; border: none; cursor: pointer;
    background: rgba(255,255,255,0.85); color: var(--v-morado); font-size: 1.1rem;
    display: grid; place-items: center; transition: background 0.2s;
}
.v-slider-flecha:hover { background: #fff; }
.v-slider-flecha.izq { left: 14px; }
.v-slider-flecha.der { right: 14px; }
.v-slider-puntos { position: absolute; bottom: 16px; left: 0; right: 0; z-index: 5; display: flex; justify-content: center; gap: 8px; }
.v-slider-puntos button { width: 10px; height: 10px; border-radius: 999px; border: none; cursor: pointer; background: rgba(255,255,255,0.45); transition: all 0.2s; padding: 0; }
.v-slider-puntos button.activo { background: #fff; width: 26px; }
@media (max-width: 620px) {
    .v-slider-flecha { display: none; }
    .v-slide-in h2 { font-size: 1.7rem; }
}


.v-slide.valign-arriba { align-items: flex-start; }
.v-slide.valign-arriba .v-slide-in { padding-top: 3rem; }
.v-slide.valign-abajo { align-items: flex-end; }
.v-slide.valign-abajo .v-slide-in { padding-bottom: 3.4rem; }
.v-slide-capa {
    position: absolute; bottom: 0; z-index: 1; object-fit: contain;
    max-height: 96%; pointer-events: none;
    filter: drop-shadow(0 18px 30px rgba(0,0,0,0.35));
}
.v-slide-capa.capa-derecha { right: 2%; }
.v-slide-capa.capa-izquierda { left: 2%; }
.v-slide-capa.capa-centro { left: 50%; transform: translateX(-50%); }

.v-slide { transition: opacity 0.9s ease, visibility 0.9s; }
.v-slide.activo .v-slide-in > * { animation: v-sube 0.7s ease both; }
.v-slide.activo .v-slide-in > *:nth-child(2) { animation-delay: 0.15s; }
.v-slide.activo .v-slide-in > *:nth-child(3) { animation-delay: 0.3s; }
.v-slide.activo .v-slide-capa { animation: v-capa 0.9s ease both 0.1s; }
@keyframes v-sube { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes v-capa { from { opacity: 0; transform: translateY(34px); } to { opacity: 1; transform: none; } }
.v-slide-capa.capa-centro { animation-name: v-capa-c !important; }
@keyframes v-capa-c { from { opacity: 0; transform: translateX(-50%) translateY(34px); } to { opacity: 1; transform: translateX(-50%); } }
@media (max-width: 720px) { .v-slide-capa { opacity: 0.5; } }


.v-legal { max-width: 820px; }
.v-legal h2 { color: var(--v-tinta); font-size: 1.15rem; margin: 1.6rem 0 0.6rem; }
.v-legal p { color: var(--v-texto); line-height: 1.65; margin-bottom: 0.7rem; }
.v-legal ul { margin: 0 0 0.9rem 1.2rem; display: grid; gap: 0.4rem; }
.v-legal li { color: var(--v-texto); line-height: 1.55; }
.v-legal a { color: var(--v-morado); font-weight: 600; }
.v-auth-check a { color: var(--v-morado); font-weight: 600; }
.v-footer-links { display: flex; gap: 1rem; flex-wrap: wrap; }
.v-footer-links a { color: #9c8fc7; font-size: 0.82rem; }
.v-footer-links a:hover { color: #fff; }



.v-brand-sticker {
    display: inline-flex; align-items: center; justify-content: center;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 18px; padding: 0.55rem 0.9rem; width: fit-content;
    box-shadow: 0 18px 40px -16px rgba(0, 0, 0, 0.45), 0 0 0 6px rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(6px);
}
.v-brand-sticker img { height: 42px; width: auto; display: block; }
.v-brand-sticker.chico { border-radius: 12px; padding: 0.4rem 0.7rem; }
.v-brand-sticker.chico img { height: 30px; }


.v-loader {
    background:
        radial-gradient(560px 380px at 30% 25%, rgba(118, 17, 217, 0.55), transparent 70%),
        radial-gradient(520px 420px at 75% 75%, rgba(144, 48, 232, 0.35), transparent 70%),
        linear-gradient(160deg, #250440, #2B0762 60%, #180230);
}
.v-loader::after {
    content: "V"; position: absolute; right: -4%; bottom: -14%;
    font-size: 26rem; font-weight: 800; color: rgba(255, 255, 255, 0.04);
    line-height: 1; pointer-events: none; font-family: var(--v-fuente);
}
.v-loader-logo.con-img {
    width: auto; height: auto; background: rgba(255, 255, 255, 0.97);
    border-radius: 22px; padding: 1rem 1.5rem;
    box-shadow: 0 26px 60px -20px rgba(0, 0, 0, 0.65), 0 0 60px rgba(118, 17, 217, 0.35);
    animation: v-bob 1.6s ease-in-out infinite;
}
.v-loader-logo.con-img img { height: 52px; width: auto; display: block; }
.v-loader-txt { letter-spacing: 0.12em; text-transform: none; font-weight: 500; }


.v-modal-side { position: relative; overflow: hidden; }
.v-modal-side::before {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background:
        radial-gradient(300px 220px at 85% 10%, rgba(144, 48, 232, 0.35), transparent 70%),
        radial-gradient(340px 260px at 10% 90%, rgba(118, 17, 217, 0.3), transparent 70%);
}
.v-modal-side::after {
    content: "V"; position: absolute; right: -8%; bottom: -18%;
    font-size: 17rem; font-weight: 800; color: rgba(255, 255, 255, 0.05);
    line-height: 1; pointer-events: none; font-family: var(--v-fuente);
}
.v-modal-side > * { position: relative; z-index: 1; }
.v-modal-side h3 { font-size: 1.85rem; letter-spacing: -0.02em; }


.encabezado-pagina, .v-cat-head { position: relative; overflow: hidden; }
.encabezado-pagina::before, .v-cat-head::before {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background: radial-gradient(480px 260px at 85% 20%, rgba(144, 48, 232, 0.35), transparent 70%);
}
.encabezado-pagina::after, .v-cat-head::after {
    content: "V"; position: absolute; right: 2%; bottom: -55%;
    font-size: 13rem; font-weight: 800; color: rgba(255, 255, 255, 0.05);
    line-height: 1; pointer-events: none; font-family: var(--v-fuente);
}
.encabezado-pagina .contenedor, .v-cat-head .contenedor { position: relative; z-index: 1; }


.v-slide-marca {
    background:
        radial-gradient(700px 380px at 15% 20%, rgba(118, 17, 217, 0.55), transparent),
        radial-gradient(520px 400px at 85% 80%, rgba(144, 48, 232, 0.3), transparent),
        linear-gradient(150deg, #250440, #2B0762);
}
.v-slide-marca .v-slide-in { gap: 1.2rem; }


.v-modal-card, .v-auth-card { border: 1px solid rgba(255, 255, 255, 0.35); }
.v-mform input { transition: border-color 0.3s, box-shadow 0.3s, transform 0.2s; }
.v-mform input:focus { border-color: var(--v-morado); box-shadow: 0 0 0 4px rgba(118, 17, 217, 0.12); }
.v-modal-tabs { box-shadow: inset 0 1px 4px rgba(43, 7, 98, 0.06); }


.v-slide.libre .v-slide-in { position: absolute; inset: 0; width: 100%; max-width: none; margin: 0; padding: 0; display: block; }
.v-slide.libre .v-slide-in > * { position: absolute; margin: 0; }
.v-slide.libre .v-slide-capa { right: auto; bottom: auto; transform: translateY(-100%); }


html { scroll-behavior: smooth; }
::selection { background: rgba(118, 17, 217, 0.22); color: var(--v-tinta); }


a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible,
textarea:focus-visible, [tabindex]:focus-visible {
    outline: 3px solid var(--v-morado) !important;
    outline-offset: 2px;
    border-radius: 6px;
}


.v-saltar {
    position: fixed; top: -60px; left: 14px; z-index: 300;
    background: var(--v-morado); color: #fff; font-weight: 600;
    padding: 0.6rem 1.1rem; border-radius: 0 0 12px 12px;
    transition: top 0.2s;
}
.v-saltar:focus { top: 0; }


.v-icon-btn { width: 44px; height: 44px; }
.v-chip { min-height: 40px; }
.v-slider-puntos button { width: 12px; height: 12px; padding: 6px; background-clip: content-box; }
.v-slider-puntos button.activo { width: 30px; }


@media (max-width: 620px) {
    .v-slide.libre .v-slide-in h2 { font-size: min(2rem, 8vw) !important; max-width: 92% !important; }
    .v-slide.libre .v-slide-in p { font-size: 15px !important; max-width: 88% !important; }
    .v-slide.libre .v-slide-btn { font-size: 14px !important; padding: 0.7rem 1.2rem; }
    .v-slide.libre .v-slide-in > * { left: clamp(0%, var(--x, 8%), 60%); }
}


.v-card a, .v-prof, .v-chip, .v-fcol a, .v-drop-menu a { transition: color 0.2s, background 0.2s, border-color 0.2s; }
.v-add:active, .v-btn:active, .v-wish:active { transform: scale(0.96); }
.v-news-form button { cursor: pointer; transition: transform 0.2s, box-shadow 0.2s; }
.v-news-form button:hover { transform: translateY(-1px); box-shadow: 0 10px 22px -10px rgba(118, 17, 217, 0.6); }


.v-card-media img, .v-pd-main img { background: #f4f2fa; }


@media (max-width: 620px) {
    .v-news-in { padding: 1.6rem 1.1rem; }
    .v-news-copy { width: 100%; }
    .v-news-copy p { max-width: 100%; }
    .v-news-form { min-width: 0; width: 100%; }
}

.v-sec-head h2 { position: relative; padding-bottom: 0.55rem; }
.v-sec-head h2::after {
    content: ""; position: absolute; left: 0; bottom: 0;
    width: 46px; height: 4px; border-radius: 4px;
    background: linear-gradient(90deg, var(--v-morado), var(--v-lila));
}
.v-sec-head:not(.izq) h2::after { left: 50%; transform: translateX(-50%); }
.v-eyebrow { background: var(--v-lila-suave); padding: 0.3rem 0.8rem; border-radius: 999px; }

.v-btn-primary { position: relative; overflow: hidden; }
.v-btn-primary::before {
    content: ""; position: absolute; top: 0; bottom: 0; left: -80%;
    width: 45%; transform: skewX(-22deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
    transition: left 0.55s ease;
}
.v-btn-primary:hover::before { left: 130%; }

.v-card { position: relative; }
.v-card:hover { border-color: transparent; }
.v-card::after {
    content: ""; position: absolute; inset: 0; border-radius: var(--v-radio);
    padding: 1.5px; pointer-events: none; opacity: 0; transition: opacity 0.3s;
    background: linear-gradient(140deg, var(--v-morado), var(--v-lila) 60%, transparent);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor; mask-composite: exclude;
}
.v-card:hover::after { opacity: 1; }
.v-price { font-size: 1.12rem; letter-spacing: -0.01em; }
.v-card-tag { backdrop-filter: blur(4px); background: rgba(118, 17, 217, 0.88); }

.v-prof-ico { box-shadow: inset 0 -3px 8px rgba(43, 7, 98, 0.08); }
.v-prof:hover .v-prof-ico { box-shadow: 0 12px 24px -10px rgba(118, 17, 217, 0.55); }

.v-benefit {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: var(--v-radio);
    padding: 1.15rem 1.2rem;
    backdrop-filter: blur(6px);
    transition: transform 0.25s, box-shadow 0.25s;
}
.v-benefit:hover { transform: translateY(-4px); box-shadow: var(--v-sombra); }

.v-stat b {
    background: linear-gradient(120deg, #fff, var(--v-lila));
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
}
.v-stat { padding-left: 1rem; border-left: 2px solid rgba(255, 255, 255, 0.14); }

.v-testi { transition: transform 0.25s, box-shadow 0.25s; }
.v-testi:hover { transform: translateY(-4px); box-shadow: var(--v-sombra); }
.v-testi-quote { color: rgba(118, 17, 217, 0.16); font-size: 2.4rem; }
.v-testi-avatar { background: linear-gradient(140deg, var(--v-lila-suave), #fff); box-shadow: inset 0 0 0 2px rgba(118, 17, 217, 0.25); }

.v-fcol a { position: relative; width: fit-content; }
.v-fcol a::after {
    content: ""; position: absolute; left: 0; bottom: 2px;
    width: 0; height: 1.5px; background: var(--v-lila);
    transition: width 0.25s;
}
.v-fcol a:hover::after { width: 100%; }

.v-nav > a.activo { background: var(--v-lila-suave); }
.v-nav > a.activo::after { display: none; }

@media (max-width: 720px) {
    .v-chips { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 0.5rem; scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch; }
    .v-chips::-webkit-scrollbar { height: 4px; }
    .v-chip { flex-shrink: 0; scroll-snap-align: start; }
}

.v-pd-info h1 { padding-bottom: 0.5rem; border-bottom: 1px solid var(--v-linea); margin-bottom: 0.4rem; }
.v-pd-price-now { background: linear-gradient(120deg, var(--v-tinta), var(--v-morado)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.v-faq-item[open] { border-color: rgba(118, 17, 217, 0.35); box-shadow: var(--v-sombra-sm); }

.v-stat b[data-contar] { min-width: 2ch; display: inline-block; }

.v-pago-ok { background: #dcfce7; color: #166534; padding: 0.9rem 1.1rem; border-radius: 12px; margin: 0.6rem 0; }
.v-pago-pendiente { background: #fef9c3; color: #854d0e; padding: 0.9rem 1.1rem; border-radius: 12px; margin: 0.6rem 0; }
.v-pago-fallo { background: #fee2e2; color: #b91c1c; padding: 0.9rem 1.1rem; border-radius: 12px; margin: 0.6rem 0; }

.v-pd-swatch.agotado { opacity: 0.4; cursor: not-allowed; position: relative; }
.v-pd-swatch.agotado::after { content: "✕"; position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 1.1rem; text-shadow: 0 1px 3px rgba(0,0,0,0.6); }
.v-pd-size.agotada > span::after { content: " ✕"; }
.v-agotado-aviso { color: #b91c1c; font-weight: 600; }
.v-disp-tabla { width: 100%; border-collapse: collapse; font-size: 0.88rem; }
.v-disp-tabla th, .v-disp-tabla td { padding: 0.5rem 0.7rem; border-bottom: 1px solid var(--v-linea); text-align: center; }
.v-disp-tabla th:first-child, .v-disp-tabla td:first-child { text-align: left; }
.v-disp-tabla td.hay { color: #166534; font-weight: 700; }
.v-disp-tabla td.no-hay { color: #b91c1c; font-weight: 700; }
.v-disp-punto { display: inline-block; width: 11px; height: 11px; border-radius: 50%; border: 1px solid var(--v-linea); margin-right: 5px; vertical-align: middle; }
