/* PERFIL — base */

.pf-page { color: #fff; }

.pf-hero { margin: 0; }

.pf-stage{
    position: relative;
    width: 100%;
    height: min(78vh, 720px);
    background-color: #000;
    background-size: 33.333334% 100%;
    background-position: right center;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 0;
}

/* =========================================
   HERO GALLERY — NUEVA BASE ESTABLE
========================================= */

.pf-track{
    position: absolute;
    inset: 0;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin-top: 0;
    touch-action: pan-y;
    cursor: grab;
    will-change: transform;
    transform: translate3d(0,0,0);
    backface-visibility: hidden;
}

.pf-track:active{
    cursor: grabbing;
}

.pf-panel{
    position: relative;
    flex: 0 0 33.333333%;
    width: 33.333333%;
    height: 100%;
    overflow: hidden;
    background: transparent;
    box-shadow: 0 18px 40px rgba(0,0,0,.45);
    backface-visibility: hidden;
    transform: translateZ(0);
}

.pf-panel::after{
    content:"";
    position:absolute;
    inset:0;
    background: linear-gradient(to bottom, rgba(0,0,0,.10), rgba(0,0,0,.40));
    pointer-events:none;
    z-index: 2;
}

/* oscurecimiento premium de laterales */
.pf-panel[data-pos="prev"]::before,
.pf-panel[data-pos="next"]::before{
    content:"";
    position:absolute;
    inset:0;
    z-index: 2;
    pointer-events:none;
    background:
            linear-gradient(to bottom, rgba(0,0,0,.18), rgba(0,0,0,.58)),
            radial-gradient(circle at center, rgba(0,0,0,.08), rgba(0,0,0,.34));
}

.pf-panel[data-pos="current"]::before{
    content:"";
    position:absolute;
    inset:0;
    z-index: 2;
    pointer-events:none;
    background: linear-gradient(to bottom, rgba(0,0,0,.06), rgba(0,0,0,.28));
}

.pf-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    transform: scale(1.02);
}

/* Laterales más oscuros */
.pf-panel[data-pos="prev"],
.pf-panel[data-pos="next"]{
    filter: saturate(.78) brightness(.72);
    margin-top: 40px;
}

.pf-panel[data-pos="current"]{
    filter: none;
}

/* ----- TRANSICIÓN ELEGANTE EN CADA CAMBIO ----- */
.pf-panel .pf-img{
    opacity: 1;
    transform: scale(1.04);
    transition: transform .85s ease;
    will-change: transform;
}

.pf-panel.is-ready .pf-img{
    opacity: 1;
    transform: scale(1);
    border: 0.01rem solid #000000;
}

.pf-panel[data-pos="current"] .pf-img{
    transition-duration: .95s;
    margin-top: 40px;
}

/* Flechas */
.pf-arrow{
    position: absolute;
    top: 40%;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.22);
    background: rgba(0,0,0,.45);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    display: grid;
    place-items: center;
    cursor: pointer;
    z-index: 6;
    pointer-events: auto;
    backdrop-filter: blur(8px);
}

.pf-arrow--left{ left: 18px; }
.pf-arrow--right{ right: 18px; }

.pf-arrow:hover{
    background: rgba(0,0,0,.65);
    border-color: rgba(255,255,255,.35);
}

/* Overlay info (NO debe capturar clicks encima de las flechas) */
.pf-overlay{
    position: absolute;
    bottom: 26px;
    max-width: min(720px, 70vw)!important;
    z-index: 5;
    pointer-events: none;
}

.pf-overlay button,
.pf-overlay a{
    pointer-events: auto;
}

.pf-badges{ display:flex; gap:10px; align-items:center;margin-bottom: -4px; }

.pf-badge{
    display:inline-flex;
    align-items:center;
    height: 21px;
    padding: 0 25px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 9px;
    letter-spacing: .03em;
}

.pf-badge--verified{
    background: #fff;
    color: #111;
}

.pf-badge--cat{
    background: rgba(0,0,0,0.9);
    border: 1px solid rgba(255, 215, 0, .65);
    color: #ffd700;
}

.pf-title{
    display:flex;
    align-items: center;
    margin: 0;
    font-size: clamp(25px, 6vw, 30px);
    font-weight: 800;
    line-height: 1.7;
    padding: 0;
}

.pf-comma{
    opacity: .9;
    position: relative;
    left: -10px
}

.pf-like{
    width: 44px;
    height: 44px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

.pf-loc{ margin-top: -5px; display:flex; gap:10px; align-items:center; opacity:.95;}
.pf-meta{ margin-top: 1px; opacity:.75; font-size: 14px; }

/* Dock (desktop) */
.pf-dock{
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 18px;
    z-index: 4;
    display:flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    pointer-events: none;
}

.pf-dockLeft, .pf-dockRight { display:flex; gap: 10px; align-items:center; pointer-events:auto; }

.pf-dockIcon{
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(0,0,0,.35);
    color: #fff;
    display:grid;
    place-items:center;
    cursor:pointer;
}

.pf-pill{
    display:flex;
    align-items:center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(0,0,0,.35);
    color: #fff;
    text-decoration:none;
}

.pf-pill--contact{
    border-color: rgba(255,215,0,.55);
}

/* Sticky mobile */
.pf-sticky{
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 20;
    display:none;
    gap: 10px;
    justify-content: space-between;
}

/* Mobile hero gallery */
@media (max-width: 1024px){
        .pf-stage{
            height: 68vh;
            background-size: cover;
            background-position: center center;
        }


    .pf-track{
        width: 300%;
    }

    .pf-panel{
        flex: 0 0 33.333333%;
        width: 33.333333%;
    }

    .pf-panel[data-pos="prev"],
    .pf-panel[data-pos="next"]{
        filter: none;
    }

    .pf-panel[data-pos="prev"]::before,
    .pf-panel[data-pos="next"]::before{
        background:
                linear-gradient(to bottom, rgba(0,0,0,.10), rgba(0,0,0,.35));
    }

    .pf-overlay{
        max-width: 92vw;
        bottom: 60px;
    }

    .pf-dock--desktop{ display:none; }
    .pf-sticky{ display:flex; }
}

@media (max-width: 460px){
    .pf-stage{ height: 68vh; }
    .pf-overlay{ max-width: 92vw; }
}

@media (prefers-reduced-motion: reduce){
    .pf-panel .pf-img{ transition:none !important; }
}

/* ==================================================
   PERFIL – Overlay más “adentro” (más abajo)
================================================== */

/* Desktop */
.pf-overlay{
    bottom: 50px;
}

/* El dock también se alinea a la altura */
.pf-dock{
    bottom: 90px;
}

/* Mobile */
@media (max-width: 1024px){
    .pf-overlay{
        bottom: 60px;
    }
}

:root{ --pf-overlay-bottom: 40px; }
.pf-overlay{}
.pf-dock{ bottom: calc(var(--pf-overlay-bottom) - 20px); }

/* ==================================================
   PERFIL – Sección gris premium (contenido)
================================================== */

.pf-section{
    background: #e9e9e9;
    color: #0f0f10;
}

.pf-section__inner{
    padding: 44px 0 50px;
}

/* Top meta row */
.pf-toprow{
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    margin-top: -20px;
    margin-bottom: 26px;
}

.pf-toprow__line{
    font-size: 18px;
    color: rgba(15,15,16,.75);
    letter-spacing: .02em;
}

.pf-social{
    display:flex;
    gap: 10px;
    margin-top: 14px;
    flex-wrap: wrap;
}

.pf-socialBtn{
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,.12);
    background: rgba(255,255,255,.75);
    display:grid;
    place-items:center;
    cursor:pointer;
    transition: transform .15s ease, background .15s ease, border-color .15s ease;
}

.pf-socialBtn:hover{
    transform: translateY(-1px);
    background: rgba(255,255,255,.08);
    border-color: var(--pf-text);
}

/* CTA pill (precio + teléfono) */
.pf-ctaPill{
    display:flex;
    align-items:center;
    gap: 10px;
    padding: 10px;
    border-radius: 999px;
    background: rgba(0,0,0,.92);
    box-shadow: 0 16px 34px rgba(0,0,0,.18);
}

.pf-ctaPrice{
    display:flex;
    align-items: baseline;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color:#fff;
    white-space: nowrap;
}

.pf-ctaPrice__value{
    font-weight: 800;
    font-size: 18px;
}
.pf-ctaPrice__unit{
    font-size: 10px;
    opacity: .75;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.pf-ctaPhone{
    display:flex;
    align-items:center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #fff;
    color: #111;
    text-decoration:none;
    white-space: nowrap;
    font-weight: 700;
}

.pf-ctaPhone i{
    opacity: .8;
}

/* Main grid */
.pf-grid{
    display:grid;
    grid-template-columns: 1.2fr .9fr;
    gap: 26px;
    align-items:start;
}

.pf-h2{
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -.01em;
}

.pf-about__text{
    margin: 0;
    max-width: 60ch;
    line-height: 1.75;
    font-size: 13px;
    color: rgba(15,15,16,.78);
}

/* Card */
.pf-card{
    border-radius: 18px;
    background: transparent;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
    overflow: hidden;
}

.pf-card__row{
    padding: 14px 0 0 0;
    display:flex;
    align-items:center;
    gap: 14px;
    border-bottom: 1px solid rgba(0,0,0,.06);
}

.pf-card__row:last-child{ border-bottom: 0; }

.pf-card__k{
    font-size: 11px;
    color: rgba(15,15,16,.55);
    display:flex;
    align-items:center;
    gap: 10px;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.pf-card__v{
    font-weight: 800;
    font-size: 13px;
    color: rgba(15,15,16,.9);
    text-align:right;
}

.pf-card__row--soft{
    background: rgba(255,255,255,.65);
}

.pf-stars{
    display:flex;
    gap: 4px;
    color: #f6c453;
}

/* Divider */
.pf-divider{
    height: 1px;
    background: rgba(0,0,0,.10);
    margin: 0 0 26px;
}

/* Bottom grid (atributos / servicios) */
.pf-grid2{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
}

.pf-h3{
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 800;
}

.pf-chips{
    display:flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pf-chip{
    display:inline-flex;
    align-items:center;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    background: #fff;
    border: 1px solid rgba(0,0,0,.10);
    color: rgba(15,15,16,.88);
    box-shadow: 0 12px 24px rgba(0,0,0,.06);
}

.pf-chip--soft{
    background: rgba(0,0,0,.06);
    box-shadow: none;
    border-color: rgba(0,0,0,.08);
}

.pf-chip--muted{
    opacity: .65;
}

/* Responsive */
@media (max-width: 1024px){
    .pf-grid{ grid-template-columns: 1fr; }
    .pf-grid2{ grid-template-columns: 1fr; }
    .pf-toprow{ flex-direction: column; align-items: stretch; }
    .pf-toprow__cta{ display:flex; justify-content: flex-start; }
}

/* =========================================
   PERFIL – Theme (light/dark)
========================================= */

html[data-theme="light"]{
    --pf-surface: #ffffff;
    --pf-text: #0f0f10;
    --pf-muted: rgba(15,15,16,.72);
    --pf-border: rgba(0,0,0,.10);

    --pf-card-bg: rgba(255,255,255,.60);
    --pf-card-bg-soft: rgba(255,255,255,.72);

    --pf-chip-bg: #fff;
    --pf-chip-text: rgba(15,15,16,.88);
    --pf-chip-border: rgba(0,0,0,.10);

    --pf-chip-soft-bg: rgba(0,0,0,.06);
    --pf-chip-soft-border: rgba(0,0,0,.08);

    --pf-cta-bg: rgba(0,0,0,.92);
    --pf-cta-price-bg: rgba(255,255,255,.08);
    --pf-cta-price-text: #fff;

    --pf-social-bg: rgba(255,255,255,.75);
    --pf-social-border: rgba(0,0,0,.12);

    --pf-shadow: 0 20px 40px rgba(0,0,0,.08);
    --pf-shadow-2: 0 16px 34px rgba(0,0,0,.18);
}

html[data-theme="dark"]{
    --pf-surface: #0f1012;
    --pf-text: #f2f3f5;
    --pf-muted: rgba(242,243,245,.70);
    --pf-border: rgba(255,255,255,.10);

    --pf-card-bg: rgba(255,255,255,.06);
    --pf-card-bg-soft: rgba(255,255,255,.08);

    --pf-chip-bg: rgba(255,255,255,.08);
    --pf-chip-text: rgba(242,243,245,.88);
    --pf-chip-border: rgba(255,255,255,.12);

    --pf-chip-soft-bg: rgba(255,255,255,.06);
    --pf-chip-soft-border: rgba(255,255,255,.10);

    --pf-cta-bg: rgba(255,255,255,.10);
    --pf-cta-price-bg: rgba(0,0,0,.35);
    --pf-cta-price-text: #fff;

    --pf-social-bg: rgba(255,255,255,.08);
    --pf-social-border: rgba(255,255,255,.14);

    --pf-shadow: 0 20px 50px rgba(0,0,0,.45);
    --pf-shadow-2: 0 18px 44px rgba(0,0,0,.55);
}

/* ==================================================
   PERFIL – Sección gris premium (contenido)
================================================== */

.pf-section{
    background: var(--pf-surface);
    color: var(--pf-text);
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    position:relative;
    margin-top: -3rem;
}

.pf-section__inner{
    padding: 44px 0 0;
    margin-top: 20px;
}

.pf-toprow__line{
    font-size: 18px;
    color: var(--pf-muted);
    letter-spacing: .02em;
}

.pf-socialBtn{
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid var(--pf-social-border);
    background: var(--pf-social-bg);
    display:grid;
    place-items:center;
    cursor:pointer;
    transition: transform .15s ease, background .15s ease, border-color .15s ease;
    color: var(--pf-text);
}

.pf-socialBtn:hover{
    transform: translateY(-1px);
}

.pf-ctaPill{
    display:flex;
    align-items:center;
    gap: 10px;
    padding: 10px;
    border-radius: 999px;
    background: var(--pf-cta-bg);
    box-shadow: var(--pf-shadow-2);
    border: 1px solid var(--pf-border);
}

.pf-ctaPrice{
    display:flex;
    align-items: baseline;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    background: var(--pf-cta-price-bg);
    color: var(--pf-cta-price-text);
    white-space: nowrap;
}

.pf-ctaPhone{
    display:flex;
    align-items:center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--pf-surface) 20%, #fff);
    color: #111;
    text-decoration:none;
    white-space: nowrap;
    font-weight: 700;
}

html[data-theme="dark"] .pf-ctaPhone{
    background: rgba(255,255,255,.92);
    color:#0f0f10;
}

.pf-grid{
    display:grid;
    grid-template-columns: 1.2fr .9fr;
    gap: 26px;
    align-items:start;
}

.pf-about__text{
    margin: 0;
    max-width: 60ch;
    line-height: 1.75;
    font-size: 16px;
    color: var(--pf-muted);
}

.pf-card{
    border-radius: 18px;
    background: transparent;
    border: 1px solid var(--pf-border);
    box-shadow: var(--pf-shadow);
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.pf-card__row{
    padding: 14px 0 0 0;
    display:flex;
    align-items:center;
    justify-content: space-between;
    gap: 14px;
    border-bottom: 1px solid var(--pf-border);
}

.pf-card__row--soft{
    background: transparent;
}

.pf-card__k{
    font-size: 13px;
    color: var(--pf-muted);
    display:flex;
    align-items:center;
    gap: 10px;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.pf-card__v{
    font-weight: 800;
    font-size: 13px;
    color: var(--pf-text);
    text-align:right;
}

.pf-divider{
    height: 1px;
    background: var(--pf-border);
    margin: 0 0 26px;
}

.pf-grid2{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
}

html[data-theme="light"] .pf-chip{
    display:inline-flex;
    align-items:center;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    background: var(--pf-chip-text);
    border: 1px solid var(--pf-chip-border);
    color: var(--pf-chip-bg);
    box-shadow: 0 12px 24px rgba(0,0,0,.06);
}

html[data-theme="dark"] .pf-chip{
    box-shadow: 0 12px 24px rgba(0,0,0,.35);
}

html[data-theme="light"] .pf-chip--soft{
    background: var(--pf-chip-soft-bg);
    border-color: var(--pf-chip-soft-border);
    box-shadow: none;
    color: var(--pf-cta-bg);
}

html[data-theme="dark"] .pf-chip--soft{
    background: var(--pf-chip-soft-bg);
    border-color: var(--pf-chip-soft-border);
    box-shadow: none;
    color: var(--pf-chip-text);
}

.pf-chip--muted{
    opacity: .65;
}

@media (max-width: 1024px){
    .pf-grid{ grid-template-columns: 1fr; }
    .pf-grid2{ grid-template-columns: 1fr; }
    .pf-toprow{ flex-direction: column; align-items: stretch; margin-bottom: 0;}
    .pf-toprow__cta{ display:flex; justify-content: center; }
}

/* ==================================================
   CTA FINAL – 2 cards (theme aware)
================================================== */

.pf-ctaFinal{
    padding: 20px 0 60px;
}

.pf-ctaFinal__inner{
    margin-top: -30px;
}

/* Grid */
.pf-ctaGrid{
    display:grid;
    grid-template-columns: 1.2fr .9fr;
    gap: 26px;
    align-items: stretch;
}

/* Card base */
.pf-ctaCard{
    border-radius: 22px;
    border: 1px solid var(--pf-border);
    box-shadow: var(--pf-shadow);
    overflow:hidden;
    padding: 34px 34px;
}

/* Izquierda (dark premium) – adaptado según theme */
.pf-ctaCard--dark{
    background: linear-gradient(180deg, rgba(0,0,0,.92), rgba(0,0,0,.75));
    color: #fff;
    border-color: rgba(255,255,255,.12);
    box-shadow: var(--pf-shadow-2);
}
html[data-theme="dark"] .pf-ctaCard--dark{
    background: linear-gradient(180deg, rgba(0,0,0,.65), rgba(0,0,0,.35));
}

/* Derecha (light premium) – adaptado según theme */
.pf-ctaCard--light{
    background: var(--pf-card-bg-soft);
    color: var(--pf-text);
    backdrop-filter: blur(10px);
}

/* Títulos */
.pf-ctaTitle{
    margin: 0;
    font-weight: 900;
    letter-spacing: .01em;
    text-align:center;
}

.pf-ctaSub{
    margin: 6px 0 22px;
    text-align:center;
    opacity: .8;
    font-size: 13px;
}

.pf-ctaList{
    list-style:none;
    padding: 0;
    margin: 0 0 26px;
    display:grid;
    gap: 14px;
}

.pf-ctaList li{
    display:flex;
    gap: 12px;
    align-items:flex-start;
    line-height: 1.55;
    opacity: .92;
    font-size: 14px;
}

.pf-ctaCheck{
    width: 22px;
    height: 22px;
    border-radius: 999px;
    display:grid;
    place-items:center;
    border: 1px solid rgba(255,255,255,.28);
    background: rgba(255,255,255,.08);
    flex: 0 0 22px;
    font-size: 12px;
}

/* Botón */
.pf-ctaBtn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    height: 54px;
    border-radius: 999px;
    background: #fff;
    color: #111;
    font-weight: 900;
    text-decoration:none;
    box-shadow: 0 18px 40px rgba(0,0,0,.25);
    transition: transform .15s ease, filter .15s ease;
}
.pf-ctaBtn:hover{
    transform: translateY(-1px);
    filter: brightness(.98);
}

/* Card derecha */
.pf-ctaHead{
    display:flex;
    gap: 12px;
    align-items:center;
    justify-content:center;
    margin-bottom: 8px;
}

.pf-ctaIcon{
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display:grid;
    place-items:center;
    background: color-mix(in srgb, var(--pf-surface) 20%, #fff);
    font-weight: 900;
}

html[data-theme="dark"] .pf-ctaIcon{
    background: transparent;
}

.pf-ctaTitle2{
    margin: 0;
    font-weight: 900;
}

.pf-ctaSub2{
    margin: 0 0 22px;
    text-align:center;
    color: var(--pf-muted);
    font-size: 14px;
}

.pf-ctaList2{
    list-style:none;
    padding:0;
    margin:0;
    display:grid;
    gap: 14px;
}

.pf-ctaList2 li{
    display:flex;
    gap: 12px;
    align-items:flex-start;
    color: var(--pf-text);
    line-height: 1.55;
    font-size: 14px;
}

.pf-ctaDot{
    width: 22px;
    height: 22px;
    border-radius: 999px;
    display:grid;
    place-items:center;
    border: 1px solid var(--pf-border);
    background: var(--pf-chip-soft-bg);
    flex: 0 0 22px;
    font-size: 12px;
}

/* Responsive */
@media (max-width: 1024px){
    .pf-ctaGrid{
        grid-template-columns: 1fr;
    }
    .pf-ctaCard{
        padding: 28px 22px;
    }
}

/* ======================================
   FIX OVERFLOW HORIZONTAL MOBILE
====================================== */

html, body { overflow-x: clip; }

@supports not (overflow-x: clip){
    html, body { overflow-x: hidden; }
}

.pf-chipF{
    display:inline-flex;
    align-items:center;
    padding: 2px 12px;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 800;
    background: #fff;
    border: 1px solid rgba(0,0,0,.10);
    color: rgba(15,15,16,.99);
    box-shadow: 0 12px 24px rgba(0,0,0,.06);
}

.pf-locF{
    margin-top: -8px;
    display:flex;
    gap:10px;
    align-items:center;
    opacity:.95;
}

.pf-chip.is-hidden{
    display:none;
}

.js-toggle-attrs{
    cursor:pointer;
    font-weight:700;
}

/* FORZAR ocultamiento de chips extra */
.pf-chips .pf-attr.is-hidden{
    display: none !important;
}

.pf-chips .pf-serv.is-hidden{
    display:none !important;
}

.ocultar-chip{
    padding: 0!important;
    border: 0!important;
    background: transparent!important;
    margin-left: 12px;
    margin-top: 3px;
}

/* ===============================
   ENGAGE (likes + rating)
================================= */

.pf-engage{
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.pf-engage__hint{
    font-size: 12px;
    color: var(--pf-muted);
}

/* Like button */
.pf-likeBtn{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--pf-text);
    cursor: pointer;
    transition: transform .15s ease, filter .15s ease, background .15s ease;
}

.pf-likeBtn:hover{ transform: translateY(-1px);box-shadow: 0 0 0 rgba(0, 0, 0, .25); }
.pf-likeBtn:active{ transform: translateY(0px); }

.pf-likeBtn__icon{
    width: 24px;
    height: 24px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: color-mix(in srgb, var(--pf-surface) 20%, #fff);
    border: 1px solid var(--pf-border);
    font-size: 16px;
}

html[data-theme="dark"] .pf-likeBtn__icon{
    background: rgba(255,255,255,.08);
}

.pf-likeBtn__text{
    font-weight: 900;
    font-size: 13px;
}

.pf-likeBtn__count{
    margin-left: 2px;
    padding: 3px 7px;
    border-radius: 999px;
    background: rgba(0,0,0,.08);
    border: 1px solid var(--pf-border);
    font-weight: 900;
    font-size: 12px;
}

html[data-theme="dark"] .pf-likeBtn__count{
    background: rgba(255,255,255,.08);
}

/* Disabled state (1 vez al día) */
.pf-likeBtn.is-locked{
    opacity: .65;
    cursor: not-allowed;
    filter: saturate(.9);
}
.pf-likeBtn.is-locked:hover{ transform:none; }

/* Rating */
.pf-rate{
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.pf-star{
    width: 24px;
    height: 24px;
    border-radius: 999px;
    border: 1px solid var(--pf-border);
    background: transparent;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    display: grid;
    place-items: center;
    transition: transform .12s ease, filter .12s ease;
    color: #999;
}

.pf-star:hover{ transform: translateY(-1px); box-shadow: 0 0 0 rgba(0, 0, 0, .25);}

.pf-rate[data-value="1"] .pf-star[data-star="1"],
.pf-rate[data-value="2"] .pf-star[data-star="1"],
.pf-rate[data-value="2"] .pf-star[data-star="2"],
.pf-rate[data-value="3"] .pf-star[data-star="1"],
.pf-rate[data-value="3"] .pf-star[data-star="2"],
.pf-rate[data-value="3"] .pf-star[data-star="3"],
.pf-rate[data-value="4"] .pf-star[data-star="1"],
.pf-rate[data-value="4"] .pf-star[data-star="2"],
.pf-rate[data-value="4"] .pf-star[data-star="3"],
.pf-rate[data-value="4"] .pf-star[data-star="4"],
.pf-rate[data-value="5"] .pf-star[data-star="1"],
.pf-rate[data-value="5"] .pf-star[data-star="2"],
.pf-rate[data-value="5"] .pf-star[data-star="3"],
.pf-rate[data-value="5"] .pf-star[data-star="4"],
.pf-rate[data-value="5"] .pf-star[data-star="5"]{
    color: #f6c453;
    filter: drop-shadow(0 10px 18px rgba(246,196,83,.25));
}

.pf-rate__label{
    margin-left: 6px;
    font-size: 12px;
    font-weight: 800;
    color: var(--pf-muted);
    white-space: nowrap;
}

.pf-rate.is-locked{
    opacity: .65;
    cursor: not-allowed;
    color: #999;
}
.pf-rate.is-locked .pf-star{
    cursor: not-allowed;
    color: #999;
}

@media (max-width: 1024px) {
    .pf-toprow {
        margin-bottom: 0;
    }
}

.star-imgdgShow{
    position: absolute!important;
    width: 40px;
    z-index: 10!important;
    top: 3.7rem;
    right: 0.6rem;
}

.text-star-imgdgShow{
    position: absolute!important;
    width: 30px;
    text-align: center;
    z-index: 10!important;
    top: 4.5rem;
    right: 0.86rem;
    font-size: 12px;
    font-weight: 800;
    color: #555;
}

.heart-imgdgShow{
    position: absolute!important;
    width: 30px;
    z-index: 10!important;
    top: 2rem;
    right: 0.73rem;
}

.text-heart-imgdgShow{
    position: absolute!important;
    width: 30px;
    text-align: center;
    z-index: 10!important;
    top: 4rem;
    right: 0.73rem;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    text-shadow: 1px 1px 1px #555;
}

/* ===== THEME TOKENS ===== */
:root[data-theme="dark"]{
    --bg: #0b0c0f;
    --panel: #111318;
    --panel-2: #0f1116;
    --text: #ffffff;
    --muted: rgba(255,255,255,.70);
    --border: rgba(255,255,255,.10);
    --chip-bg: rgba(255,255,255,.06);
    --chip-border: rgba(255,255,255,.18);
    --shadow: 0 10px 25px rgba(0,0,0,.35);
}

:root[data-theme="light"]{
    --bg: #f6f7fb;
    --panel: #ffffff;
    --panel-2: #ffffff;
    --text: #0b0c0f;
    --muted: rgba(0,0,0,.70);
    --border: rgba(0,0,0,.10);
    --chip-bg: rgba(0,0,0,.04);
    --chip-border: rgba(0,0,0,.14);
    --shadow: 0 10px 25px rgba(0,0,0,.10);
}

/* ===== SECTION WRAP (aplica a Conoce más / Servicios adicionales / Horarios) ===== */
.profileSection{
    background: var(--panel);
    color: var(--text);
    border: 1px solid var(--border);
    border-radius: 26px;
    box-shadow: 0 0 9px 0 rgba(2, 2, 2, .1)!important;
    justify-items: center;
    padding: 16px 1.5rem;
    display: grid;
    flex-direction: column;
    margin-top: 30px;
}

.profileSectionS{
    background: var(--panel);
    color: var(--text);
    border: 1px solid var(--border);
    border-radius: 26px;
    box-shadow: 0 0 9px 0 rgba(2, 2, 2, .1) !important;
    justify-items: start;
    padding: 16px 1.5rem;
    display: grid;
    flex-direction: column;
}

.profileSection h3{
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 800;
}

.profileText{
    color: var(--muted);
    line-height: 1.55;
    font-size: 14px;
}

/* ===== CHIPS (servicios/adicionales/atributos) ===== */
.chips{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.chip{
    display: inline-flex;
    align-items: center;
    height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: var(--chip-bg);
    border: 1px solid var(--chip-border);
    color: var(--text);
    font-size: 13px;
    white-space: nowrap;
}

.chip.is-hidden{ display:none; }

.chipsMoreBtn{
    margin-top: 12px;
    background: transparent;
    border: 0;
    color: var(--muted);
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
}

/* ===== HORARIOS ===== */
.scheduleCard{
    background: var(--panel-2);
    border-radius: 16px;
    padding: 16px;
}

.scheduleGrid{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 12px;
    width: 93%;

}

.dayItem{
    text-align: center;
    padding: 10px 6px;
    border-radius: 12px;
    border: 1px solid var(--border);
    background: transparent;
}

.dayItemN{
    text-align: center;
    padding: 10px 6px;
    border-radius: 12px;
    border: 1px solid var(--border);
    background: #e9e9e9;
    color: #000;

}

.dayItemN .day{
    font-weight: 700;
    font-size: 12px;
    color: #000;
}
.dayItemN .time{
    margin-top: 6px;
    font-size: 10px;
    color: #000;
}

.dayItem .day{
    font-weight: 700;
    font-size: 12px;
    color: var(--text);
}

.dayItem .time{
    margin-top: 6px;
    font-size: 12px;
    color: var(--muted);
}

/* Mobile */
@media (max-width: 780px){
    .profileSection{ padding: 26px; }
    .scheduleGrid{ grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 420px){
    .scheduleGrid{ grid-template-columns: repeat(3, 1fr); }
}

.profileIntroSection{
    background: var(--panel);
    color: var(--text);
    border: 1px solid var(--border);
    border-radius: 16px;
    box-shadow: var(--shadow);
    padding: 18px;
}

.profileIntroGrid{
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(320px, 1fr);
    gap: 28px;
    align-items: start;
}

.profileIntroMain h3{
    margin: 0 0 10px;
    font-size: 18px;
    color: var(--text);
}

.profileText{
    color: var(--muted);
    line-height: 1.6;
    font-size: 14px;
}

.profileIntroMeta{
    padding-left: 6px;
}

.profileMetaList{
    list-style: none;
    margin-top: 7px;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 24px;
}

.profileMetaItem{
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.profileMetaIcon{
    width: 18px;
    min-width: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--text);
    font-size: 15px;
}

.profileMetaText{
    color: var(--text);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 500;
}

/* divisor opcional entre texto y meta */
.profileIntroMain{
    position: relative;
}

@media (min-width: 901px){
    .profileIntroMain::after{
        content: "";
        position: absolute;
        top: 0;
        right: -14px;
        width: 1px;
        height: 100%;
        background: var(--border);
    }
}

@media (max-width: 900px){
    .profileIntroGrid{
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .profileIntroMeta{
        padding-left: 0;
        padding-top: 14px;
        border-top: 1px solid var(--border);
    }
}

@media (max-width: 560px){
    .profileMetaList{
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .profileMetaText{
        font-size: 14px;
    }
}

.pf-cardR{
    overflow: hidden;
}

/* ===== GALERÍA MINIATURAS ===== */
.profileVideosPro{
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.videoThumbPro{
    position: relative;
    width: 92px;
    height: 92px;
    border: 0;
    padding: 0;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    background-color: #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 8px 20px rgba(0,0,0,.12);
    transition: transform .22s ease, box-shadow .22s ease, opacity .22s ease;
}

.videoThumbPro:hover{
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0,0,0,.18);
}

.videoThumbPro img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 1;
    visibility: visible;
    background: transparent;
}

.videoThumbPro::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.18), rgba(0,0,0,.02));
    pointer-events: none;
}

.videoThumbPlay{
    position: absolute;
    inset: 0;
    margin: auto;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    background: rgba(0,0,0,.45);
    backdrop-filter: blur(4px);
    z-index: 2;
}

/* ===== LIGHTBOX ===== */
.videoLightbox{
    position: fixed;
    inset: 0;
    z-index: 9999999999999!important;
    display: flex;
    align-items: center;
    justify-content: center;
    isolation: isolate;
}

.videoLightbox[hidden]{
    display: none;
}

.videoLightbox__backdrop{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.92);
}

.videoLightbox__dialog{
    position: relative;
    z-index: 2;
    width: min(92vw, 1200px);
    height: min(90vh, 900px);
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 14px;
}

.videoLightbox__stage{
    position: relative;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 20px 60px rgba(0,0,0,.35);
    max-width: 420px;
    aspect-ratio: 9/16;
    justify-self: center;
}

.videoPoster{
    position: absolute;
    inset: 0;
    z-index: 2;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    transition: opacity .45s ease;
}

.videoPoster.hide{
    opacity: 0;
    pointer-events: none;
}

.videoLightbox__video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000;
    opacity: 0;
    transition: opacity .45s ease;
}

.videoLightbox__video.show{
    opacity: 1;
}

/* cierre */
.videoLightbox__close{
    position: absolute;
    top: 50px;
    right: 20px;
    z-index: 5;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    backdrop-filter: blur(8px);
    box-shadow: 0 20px 60px rgba(0,0,0,.35);
}

/* flechas */
.videoLightbox__nav{
    position: absolute;
    top: 40%;
    z-index: 5;
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    color: #fff;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    backdrop-filter: blur(8px);
}

.videoLightbox__nav--prev{ left: 16px; }
.videoLightbox__nav--next{ right: 16px; }

.videoLightbox__toolbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: #fff;
}

.videoLightbox__meta{
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.videoLightbox__meta strong{
    font-size: 18px;
    font-weight: 800;
    margin-left: 13px;
}

.videoLightbox__meta span{
    font-size: 13px;
    opacity: .75;
    margin-left: 13px;
}

.videoLightbox__actions{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    z-index: 9999999999999999999999!important;
}

.videoCtl{
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.08);
    color: #fff;
    height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 14px;
    cursor: pointer;
    backdrop-filter: blur(8px);
}

video::-internal-media-controls-download-button{
    display: none;
}

video::-webkit-media-controls-enclosure{
    overflow: hidden;
}

/* mobile */
@media (max-width: 780px){
    .profileVideosPro{
        gap: 10px;
    }

    .videoThumbPro{
        width: 78px;
        height: 78px;
        border-radius: 12px;
    }

    .videoLightbox__dialog{
        width: 100vw;
        height: 100vh;
        grid-template-rows: 1fr auto;
    }

    .videoLightbox__stage{
        border-radius: 0;
        max-width: 100%;
    }

    .videoLightbox__toolbar{
        flex-direction: column;
        align-items: stretch;
    }

    .videoLightbox__actions{
        width: 80%;
        align-self: center;
        margin-bottom: 15px;
    }

    .videoCtl{
        flex: 1 1 auto;
        justify-content: center;
    }

    .videoLightbox__close{
        top: 80px;
        right: 20px;
    }

    .videoLightbox__nav{
        width: 46px;
        height: 46px;
        font-size: 28px;
    }

    .videoLightbox__nav--prev{ left: 10px; }
    .videoLightbox__nav--next{ right: 10px; }
}

/* =========================================
   FIX: OFERTA / CTA FINAL LIMPIO
========================================= */

.pf-toprow{
    align-items: stretch;
}

.pf-toprow__meta{
    flex: 1 1 auto;
    min-width: 0;
}

.pf-toprow__cta{
    flex: 0 0 min(540px, 100%);
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.js-mobile-cta{
    display: none !important;
}

/* =========================
   PROMO HERO + CARD BASE
========================= */

.pf-heroPromo{
    pointer-events:auto;
}

.pf-heroPromo__inner{
    background: rgba(255,255,255,.9);
    color: #111;
    border: 1px solid rgba(0,0,0,.08);
    backdrop-filter: blur(10px);
}

.pf-offerCard{
    width: 75%;
    max-width: 540px;
    border-radius: 26px;
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 0 9px 0 rgba(2,2,2,.1);
    backdrop-filter: blur(10px);
    padding: 16px 20px 18px;
    color: var(--pf-text);
    margin-top: 15px;
}

html[data-theme="dark"] .pf-offerCard{
    background: rgba(255,255,255,255);
    border-color: rgba(255,255,255,.10);
}

.pf-offerCard__main{
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 24px;
}

.pf-offerCard__priceWrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.pf-offerCard__old{
    font-size: 30px;
    line-height: .9;
    font-weight: 900;
    letter-spacing: -.04em;
    text-decoration: line-through;
    text-decoration-thickness: 4px;
    margin: 0;
    color: #000
}

.pf-offerCard__unit{
    margin-top: 10px;
    padding-left: 4px;
    font-size: 11px;
    letter-spacing: .42em;
    text-transform: uppercase;
    opacity: .82;
    color: #000;
}

.pf-offerCard__phone{
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 58px;
    padding: 0 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
    font-size: 14px;
    white-space: nowrap;
    background: #000;
    color: #fff;
    box-shadow: 0 10px 24px rgba(0,0,0,.16);
    cursor: pointer;
}

.pf-offerCard__phone i{
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.pf-offerCard__divider{
    height: 1px;
    background: darkgray;
    margin: 18px 0 16px;
}

.pf-offerCard__note{
    margin: 0;
    font-size: 11px;
    line-height: 1.55;
    color: #000;
    max-width: 95%;
}

.innerB{
    display: grid;
    grid-template-columns: 1.05fr .95fr .95fr;
    gap: 6px;
    width: 100%;
    min-width: 0;
    padding: 11px 12px 9px;
    border-radius: 10px 10px 10px 10px;
    border-bottom: 0;
    position: relative;
    z-index: 2;
}

/* =========================
   DESKTOP
========================= */
@media (min-width: 1024px){
    .pf-heroPromo{
        position: static;
        right: 0;
        bottom: 40px;
        width: 90%;
        display: flex;
        justify-content: flex-end!important;
        z-index: 9999999999;
        margin-top: -175px!important;
        margin-right: -563px;
        pointer-events: auto;
    }

    .pf-heroPromo__inner{
        display: grid;
        gap: 18px;
        align-items: center;
        min-width: 0;
        border-radius: 24px;
        width: 405px;
    }

    .pf-heroPromo__text{
        display: flex;
        flex-direction: column;
        justify-content: center;
        line-height: 1.05;
    }

    .pf-heroPromo__text strong{
        font-size: 15px;
        font-weight: 900;
        margin: 0;
        align-self: center;
    }

    .pf-heroPromo__text span{
        margin-top: 5px;
        font-size: 11px;
        font-weight: 700;
        color: rgba(17,17,17,.78);
        line-height: 1.2;
        align-self: center;
    }

    .pf-heroPromo__price{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .pf-heroPromo__price strong{
        font-size: 16px;
        line-height: 1;
        font-weight: 900;
        color: #111;
    }

    .pf-heroPromo__price span{
        margin-top: 6px;
        font-size: 11px;
        letter-spacing: .12em;
        text-transform: uppercase;
        color: rgba(17,17,17,.72);
        line-height: 1.15;
        text-align: center;
    }

    .pf-toprow__cta{
        flex: 0 0 540px;
        justify-content: flex-end;
        align-self: flex-start;
        margin-top: -6px;
        position: relative;
        z-index: 1;
    }
}

/* =========================
   MOBILE / TABLET STICKY
========================= */
@media (max-width: 1024px){

    .pf-heroPromo,
    .pf-toprow__cta{
        transition: transform .32s ease, opacity .28s ease;
        will-change: transform, opacity;
    }

    .pf-heroPromo{
        position: fixed;
        left: 10px;
        right: 10px;
        bottom: calc(172px + env(safe-area-inset-bottom));
        z-index: 2;
        pointer-events: auto;
        isolation: isolate;
    }

    .pf-heroPromo__inner{
        display: grid;
        gap: 6px;
        width: 100%;
        min-width: 0;
        padding: 11px 12px 9px;
        border-radius: 22px 22px 0 0;
        border-bottom: 0;
        background-color: #fff;
        position: relative;
        z-index: 2;
        box-shadow: 0 -1px 10px 0 rgba(2, 2, 2, .1)!important;
    }

    .innerB{
        display: grid;
        grid-template-columns: 1.05fr .95fr .95fr;
        gap: 6px;
        width: 100%;
        min-width: 0;
        padding: 11px 12px 9px;
        border-radius: 10px 10px 10px 10px;
        border-bottom: 0;
        background-color: rgba(0, 0, 0, 0.1);
        position: relative;
        z-index: 2;
    }

    .pf-heroPromo__text{
        display: flex;
        flex-direction: column;
        justify-content: center;
        line-height: 1.05;
    }

    .pf-heroPromo__text strong{
        font-size: 12px;
        font-weight: 900;
        color: #111;
        align-self: center;
    }

    .pf-heroPromo__text span{
        margin-top: 4px;
        font-size: 9px;
        line-height: 1.15;
        font-weight: 700;
        color: rgba(17,17,17,.76);
        align-self: center;
    }

    .pf-heroPromo__price{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .pf-heroPromo__price strong{
        font-size: 15px;
        line-height: 1;
        font-weight: 900;
        color: #111;
    }

    .pf-heroPromo__price span{
        margin-top: 5px;
        font-size: 9px;
        letter-spacing: .06em;
        text-transform: uppercase;
        color: rgba(17,17,17,.72);
        text-align: center;
        line-height: 1.15;
    }

    .pf-toprow{
        margin-bottom: 0;
        flex-direction: column;
        gap: 18px;
    }

    .pf-toprow__cta{
        position: fixed;
        left: 10px;
        right: 10px;
        bottom: calc(10px + env(safe-area-inset-bottom));
        z-index: 2!important;
        width: auto;
        max-width: none;
        justify-content: center;
        pointer-events: auto;
        isolation: isolate;
        flex: 0 0 auto;
    }

    .pf-toprow__cta .pf-offerCard{
        width: 95%;
        max-width: 94.5%;
        margin: 0;
        border-top: 0;
        padding: 12px 12px 10px;
        box-shadow: 0 10px 9px 0 rgba(2, 2, 2, .1) !important;
        background: #fff;
        position: relative;
        z-index: 2;
    }

    html[data-theme="dark"] .pf-toprow__cta .pf-offerCard{
        background: rgba(255,255,255,255);
        border-left-color: rgba(255,255,255,.08);
        border-right-color: rgba(255,255,255,.08);
        border-bottom-color: rgba(255,255,255,.08);
    }

    .pf-offerCard__old{
        font-size: 24px;
        line-height: .95;
        text-decoration-thickness: 3px;
        color: #000;
    }

    .pf-offerCard__unit{
        margin-top: 6px;
        padding-left: 2px;
        font-size: 9px;
        letter-spacing: .24em;
        color: #000;
    }

    .pf-offerCard__phone span{
        display: block;
        min-width: 0;
        max-width: 110px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
    }

    .pf-offerCard__phone i{
        font-size: 22px;
    }

    .pf-offerCard__divider{
        margin: 12px 0;
    }

    .pf-offerCard__note{
        font-size: 9px;
        line-height: 1.45;
        margin: 0;
        text-align: center;
        color: #000;
    }

    .pf-heroPromo.is-hidden-mobile-offer,
    .pf-toprow__cta.is-hidden-mobile-offer{
        transform: translateY(140%);
        opacity: 0;
        pointer-events: none;
    }

    .pf-section__inner{
        padding-bottom: 0;
    }

    .pf-stage,
    .pf-track,
    .pf-overlay,
    .pf-section,
    .pf-section__inner,
    .container{
        z-index: auto !important;
    }
}

/* tema oscuro: promo sigue clara */
html[data-theme="dark"] .pf-heroPromo__inner{
    background: rgba(255,255,255,255);
    color: #111;
    border-color: rgba(0,0,0,.08);
}

.verification-footer {
    text-align: center;
    padding-top: 2.5rem;
    border-top: 0.1px solid #999999 !important;
    max-width: 800px;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .oculto{
        display: none;
    }
}

.pf-heroPromo__inner,
.pf-offerCard{
    backdrop-filter: blur(14px);
}

@media (max-width: 780px){
    .scheduleGrid{
        grid-template-columns: repeat(4, 1fr);
    }

    .scheduleGrid > *:last-child:nth-child(4n + 1){
        grid-column: span 4;
    }

    .scheduleGrid > *:last-child:nth-child(4n + 2){
        grid-column: span 3;
    }

    .scheduleGrid > *:last-child:nth-child(4n + 3){
        grid-column: span 2;
    }
}

@media (max-width: 420px){
    .scheduleGrid{
        grid-template-columns: repeat(3, 1fr);
    }

    .scheduleGrid > *:last-child:nth-child(3n + 1){
        grid-column: span 3;
    }

    .scheduleGrid > *:last-child:nth-child(3n + 2){
        grid-column: span 2;
    }
}

/* =========================================
   FIX: STICKY PROMO + CTA LIMPIO
========================================= */

.js-mobile-cta{
    display: none !important;
}

/* desktop */
@media (min-width: 1025px){
    .pf-heroPromo{
        position: static;
        width: 90%;
        display: flex;
        justify-content: flex-end !important;
        margin-top: -197px!important;
        margin-right: -563px;
        z-index: 10;
        pointer-events: none;
    }

    .pf-heroPromo__inner{
        display: flex;
        width: 540px;
        border-radius: 24px;
        background: rgba(255,255,255,.9);
        border: 1px solid rgba(0,0,0,.08);
        backdrop-filter: blur(10px);
        box-shadow: 0 0 9px 0 rgba(2,2,2,.1);
        margin-right: -117px;
    }

    .pf-toprow__cta{
        flex: 0 0 540px;
        justify-content: flex-end;
        align-self: flex-start;
        position: relative;
        z-index: 1;
    }

    .pf-offerCard{
        width: 75%;
        max-width: 540px;
        margin-top: 77px;
    }
}

/* mobile / tablet */
@media (max-width: 1024px) {

    .pf-heroPromo,
    .pf-toprow__cta {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        width: 100vw !important;
        transition: transform .32s ease, opacity .28s ease;
        will-change: transform, opacity;
    }

    .pf-toprow__cta {
        bottom: 0 !important;
        z-index: 2147483645 !important;
        display: flex;
        justify-content: center;
        pointer-events: auto;
    }

    .pf-heroPromo {
        z-index: 2147483646 !important;
        pointer-events: auto;
    }

    .pf-toprow__cta .pf-offerCard {
        width: 100%;
        max-width: 100%;
        padding: 28px 35px 15px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        background: #fff;
        box-shadow: 0 10px 9px 0 rgba(2, 2, 2, .1) !important;
        position: relative;
        z-index: 2;
        margin-top: -15px;
    }

    .pf-heroPromo__inner {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 10px 12px 8px;
        border-radius: 22px 22px 0 0;
        background: #fff;
        box-shadow: 0 -5px 10px -3px rgba(2, 2, 2, .1) !important;
        position: relative;
        z-index: 2;
    }

    .innerB {
        display: grid;
        grid-template-columns: 1.05fr .95fr .95fr;
        gap: 6px;
        width: 100%;
        min-width: 0;
        padding: 11px 12px 9px;
        border-radius: 10px;
        background-color: rgba(0, 0, 0, 0.1);
        position: relative;
        z-index: 2;
    }

    .pf-offerCard__old {
        font-size: 24px;
        line-height: .95;
        text-decoration-thickness: 3px;
        color: #000;
    }

    .pf-offerCard__unit {
        margin-top: 6px;
        padding-left: 2px;
        font-size: 9px;
        letter-spacing: .24em;
        color: #000;
    }

    .pf-offerCard__phone span {
        display: block;
        min-width: 0;
        max-width: 110px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
    }

    .pf-offerCard__phone i {
        font-size: 22px;
    }

    .pf-offerCard__divider {
        margin: 12px 0;
    }

    .pf-offerCard__note {
        font-size: 9px;
        line-height: 1.45;
        margin: 0;
        text-align: center;
        color: #000;
    }

    .pf-heroPromo.is-hidden-mobile-offer,
    .pf-toprow__cta.is-hidden-mobile-offer{
        transform: translateY(140%) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }
}

html[data-theme="dark"] .pf-heroPromo__inner{
    background: #fff;
    color: #111;
    border-color: rgba(0,0,0,.08);
}

html[data-theme="dark"] .pf-toprow__cta .pf-offerCard{
    background: #fff;
}

@media (max-width: 1024px) {
    .pf-heroPromo,
    .pf-toprow__cta {
        transition:
                transform .38s cubic-bezier(.22, .61, .36, 1),
                opacity .28s ease,
                visibility .28s ease;
        will-change: transform, opacity;
    }

    .pf-heroPromo.is-hidden-mobile-offer,
    .pf-toprow__cta.is-hidden-mobile-offer {
        transform: translateY(140%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .pf-heroPromo:not(.is-hidden-mobile-offer),
    .pf-toprow__cta:not(.is-hidden-mobile-offer) {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

.videoLightbox__backdrop{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.92);
    z-index: 1;
}

.videoLightbox__dialog{
    position: relative;
    z-index: 2;
}

.videoLightbox__close,
.videoLightbox__nav{
    z-index: 3;
}

body.is-video-open .pf-heroPromo,
body.is-video-open .pf-toprow__cta{
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(140%) !important;
    visibility: hidden !important;
}

.carita-feliz{
    font-size: 15px;
    color: #ffcc00;
}

@media (max-width: 1024px) {
    .innerBNprom {
        display: block;
        text-align: center;
        gap: 6px;
        width: 100%;
        min-width: 0;
        padding: 11px 12px 9px;
        border-radius: 10px 10px 10px 10px;
        border-bottom: 0;
        position: relative;
        z-index: 2;
        font-size: 10px;
    }

    .pf-offerCard__priceWrap{
        display: flex;
        flex-direction: column;
        min-width: 0;
        align-items: center;
    }
}

@media (min-width: 1024px) {
    .innerBNprom {
        display: block;
        text-align: center;
        gap: 6px;
        width: 100%;
        min-width: 0;
        padding: 11px 12px 9px;
        border-radius: 10px 10px 10px 10px;
        border-bottom: 0;
        position: relative;
        z-index: 2;
        font-size: 14px;
    }
}

/* =========================================
   FIX PART #1 — ocultar sticky del perfil
   cuando el menú global está abierto
========================================= */
body.menu-open .pf-heroPromo,
body.menu-open .pf-toprow__cta{
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(140%) !important;
    visibility: hidden !important;
}

/* =========================================
   FIX PART #2 — ocultar sticky del perfil
   con cualquier overlay/modal abierto
========================================= */
body.is-locked .pf-heroPromo,
body.is-locked .pf-toprow__cta{
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(140%) !important;
    visibility: hidden !important;
}

/************   Correcciones Reproducción de Video  *************/

/* =========================================
   FIX VIDEO LIGHTBOX — Chrome mobile / iOS
========================================= */

.videoLightbox{
    position: fixed;
    inset: 0;
    z-index: 9999999999999 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    isolation: isolate;
}

.videoLightbox__backdrop{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.92);
    z-index: 1;
}

.videoLightbox__dialog{
    position: relative;
    z-index: 2;
    width: min(92vw, 1200px);
    height: min(90dvh, 900px);
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 14px;
    box-sizing: border-box;
}

@supports not (height: 100dvh){
    .videoLightbox__dialog{
        height: min(90vh, 900px);
    }
}

.videoLightbox__stage{
    position: relative;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 20px 60px rgba(0,0,0,.35);
    max-width: 420px;
    width: 100%;
    justify-self: center;
    aspect-ratio: 9 / 16;
}

.videoLightbox__video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000;
    opacity: 0;
    transition: opacity .45s ease;
}

.videoLightbox__video.show{
    opacity: 1;
}

.videoLightbox__close{
    position: absolute;
    top: max(14px, env(safe-area-inset-top));
    right: max(14px, env(safe-area-inset-right));
    z-index: 5;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    backdrop-filter: blur(8px);
    box-shadow: 0 20px 60px rgba(0,0,0,.35);
}

.videoLightbox__nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    color: #fff;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    backdrop-filter: blur(8px);
}

.videoLightbox__nav--prev{ left: 16px; }
.videoLightbox__nav--next{ right: 16px; }

.videoLightbox__toolbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: #fff;
    padding-bottom: env(safe-area-inset-bottom);
}

.videoLightbox__actions{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.videoCtl{
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.08);
    color: #fff;
    height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 14px;
    cursor: pointer;
    backdrop-filter: blur(8px);
}

/* ---------- MOBILE ---------- */
@media (max-width: 780px){

    .videoLightbox{
        align-items: stretch;
        justify-content: stretch;
    }

    .videoLightbox__dialog{
        width: 100vw;
        height: 100dvh;
        max-height: 100dvh;
        grid-template-rows: 1fr auto;
        gap: 0;
        padding-top: calc(10px + env(safe-area-inset-top));
        padding-bottom: calc(10px + env(safe-area-inset-bottom));
        box-sizing: border-box;
    }

    @supports not (height: 100dvh){
        .videoLightbox__dialog{
            height: 100vh;
            max-height: 100vh;
        }
    }

    .videoLightbox__stage{
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: none;
        border-radius: 0;
        aspect-ratio: 9 / 16;
        margin-top: -10px;
    }

    .videoLightbox__toolbar{
        padding: 10px 14px calc(12px + env(safe-area-inset-bottom));
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        background: linear-gradient(to top, rgba(0,0,0,.92), rgba(0,0,0,.55));
    }

    .videoLightbox__meta{
        padding: 0 2px;
    }

    .videoLightbox__meta strong,
    .videoLightbox__meta span{
        margin-left: 0;
        text-align: center;
    }

    .videoLightbox__actions{
        width: 80%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .videoCtl{
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .videoLightbox__close{
        top: calc(14px + env(safe-area-inset-top));
        right: 14px;
        width: 44px;
        height: 44px;
    }

    .videoLightbox__nav{
        width: 46px;
        height: 46px;
        font-size: 28px;
        top: 50%;
    }

    .videoLightbox__nav--prev{ left: 10px; }
    .videoLightbox__nav--next{ right: 10px; }
}

.pf-offerCard__main{
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}

.pf-offerCard__priceWrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    flex: 1 1 auto;
}

.pf-offerCard__phone{
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 58px;
    padding: 0 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
    font-size: 14px;
    white-space: nowrap;
    background: #000;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(0,0,0,.16);
    cursor: pointer;
    position: relative;
    z-index: 2;
    pointer-events: auto;
}

.pf-offerCard__phone i,
.pf-offerCard__phone span{
    color: inherit;
}

.pf-toprow__cta,
.pf-offerCard,
.pf-offerCard__main{
    position: relative;
    z-index: 3;
    grid-template-columns: .85fr 1.3fr;
}

.pf-stage-fallback{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 33.333333%;
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: opacity .22s ease;
    will-change: opacity, background-image, background-position;
}

.pf-stage-fallback.is-visible{
    opacity: 1;
}

.pf-stage-fallback.is-right{
    right: 0;
    left: auto;
}

.pf-stage-fallback.is-left{
    left: 0;
    right: auto;
}

@media (max-width: 1024px){
    .pf-stage-fallback{
       display: none !important;
    }
}



/* =========================================
   TOP REVEAL BAR — show.php
========================================= */

.pf-topReveal{
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    z-index: 60;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition:
            opacity .28s ease,
            transform .32s cubic-bezier(.22,.61,.36,1),
            visibility .28s ease;
}

.pf-topReveal.is-visible{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.pf-topReveal__inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 54px;
    padding: 10px 16px;
    border-radius: 0 0 18px 18px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 10px 30px rgba(0,0,0,.18);
    border: 1px solid var(--pf-border);
    border-top: 0;
}

html[data-theme="light"] .pf-topReveal__inner{
    background: rgba(255,255,255,.88);
    color: #111;
}

html[data-theme="dark"] .pf-topReveal__inner{
    background: rgba(15,16,18,.82);
    color: #f2f3f5;
}

.pf-topReveal__main{
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.pf-topReveal__name{
    font-weight: 900;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pf-topReveal__sep{
    opacity: .6;
    font-weight: 800;
}

.pf-topReveal__age{
    font-weight: 800;
    font-size: 13px;
    opacity: .88;
    white-space: nowrap;
}

.pf-topReveal__side{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
}

.pf-topReveal__badge{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: nowrap;
    border: 1px solid rgba(255,215,0,.45);
    color: #ffd700;
    background: rgba(0,0,0,.72);
}

html[data-theme="dark"] .pf-topReveal__badge{
    background: rgba(0,0,0,.72);
    color: #ffd700;
}

html[data-theme="light"] .pf-topReveal__badge{
    background: rgba(17,17,17,.92);
    color: #ffd700;
}

@media (max-width: 1024px){
    .pf-topReveal{
        top: 60px;
    }

    .pf-topReveal__inner{
        min-height: 50px;
        padding: 9px 12px;
        border-radius: 0 0 16px 16px;
    }

    .pf-topReveal__name{
        font-size: 13px;
    }

    .pf-topReveal__age{
        font-size: 13px;
    }

    .pf-topReveal__badge{
        min-height: 28px;
        padding: 0 10px;
        font-size: 10px;
    }
}

@media (max-width: 640px){
    .pf-topReveal__inner{
        gap: 10px;
    }

    .pf-topReveal__main{
        min-width: 0;
        flex: 1 1 auto;
    }

    .pf-topReveal__name{
        max-width: 140px;
    }
}

/* =========================================
   VERIFIED DOT — HERO TITLE
========================================= */

.pf-verifiedDot{
    width: 10px;
    height: 10px;
    min-width: 10px;
    border-radius: 999px;
    display: inline-block;
    margin-right: 10px;
    background: #22c55e;
    box-shadow:
            0 0 0 3px rgba(34,197,94,.18),
            0 0 18px rgba(34,197,94,.35);
    position: relative;
    top: -1px;
}

/* =========================================
   TOP REVEAL BAR — PREMIUM
========================================= */
/* =========================================
   VERIFIED DOT — HERO TITLE
========================================= */

.pf-verifiedDot{
    width: 10px;
    height: 10px;
    min-width: 10px;
    border-radius: 999px;
    display: inline-block;
    margin-right: 10px;
    background: #22c55e;
    box-shadow:
            0 0 0 3px rgba(34,197,94,.18),
            0 0 18px rgba(34,197,94,.35);
    position: relative;
    top: -1px;
}

/* =========================================
   TOP REVEAL BAR — PREMIUM
========================================= */

.pf-topReveal{
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    z-index: 60;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-16px) scale(.985);
    transition:
            opacity .42s ease,
            transform .58s cubic-bezier(.19,1,.22,1),
            visibility .42s ease,
            filter .42s ease;
    filter: blur(10px);
}

.pf-topReveal.is-visible{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    filter: blur(0);
}

.pf-topReveal__inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 58px;
    padding: 10px 18px;
    border-radius: 0 0 28px 28px;
    backdrop-filter: blur(22px) saturate(140%);
    -webkit-backdrop-filter: blur(22px) saturate(140%);
    box-shadow:
            0 14px 36px rgba(0,0,0,.14),
            0 2px 0 rgba(255,255,255,.04) inset;
    border: 1px solid var(--pf-border);
    border-top: 0;
}

html[data-theme="light"] .pf-topReveal__inner{
    background-color: var(--bg-primary);
    color: var(--text-primary);
}

html[data-theme="dark"] .pf-topReveal__inner{
    background-color: var(--bg-primary);
    color: var(--text-primary);
}

.pf-topReveal__main{
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.pf-topReveal__verifiedDot{
    width: 9px;
    height: 9px;
    min-width: 9px;
    border-radius: 999px;
    display: inline-block;
    background: #22c55e;
    box-shadow:
            0 0 0 3px rgba(34,197,94,.16),
            0 0 16px rgba(34,197,94,.30);
    position: relative;

}

.pf-topReveal__name{
    font-weight: 900;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: -.01em;
}

.pf-topReveal__sep{
    opacity: .55;
    font-weight: 800;
}

.pf-topReveal__age{
    font-weight: 800;
    font-size: 13px;
    opacity: .88;
    white-space: nowrap;
}

.pf-topReveal__loc{
    font-weight: 800;
    font-size: 13px;
    opacity: .88;
    white-space: nowrap;
}

.pf-topReveal__side{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
}

.pf-topReveal__badge{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: nowrap;
    border: 1px solid rgba(255,215,0,.42);
    color: #ffd700;
    box-shadow: 0 8px 20px rgba(0,0,0,.12);
}

html[data-theme="light"] .pf-topReveal__badge{
    background: rgba(17,17,17,.92);
    color: #ffd700;
}

html[data-theme="dark"] .pf-topReveal__badge{
    background: rgba(0,0,0,.68);
    color: #ffd700;
}

@media (max-width: 1024px){
    .pf-topReveal{
        top: 60px;
    }

    .pf-topReveal__inner{
        min-height: 52px;
        padding: 9px 12px;
        border-radius: 0 0 28px 28px;
        backdrop-filter: blur(18px) saturate(135%);
        -webkit-backdrop-filter: blur(18px) saturate(135%);
    }

    .pf-topReveal__name{
        font-size: 13px;
    }

    .pf-topReveal__age{
        font-size: 13px;
    }

    .pf-topReveal__badge{
        min-height: 28px;
        padding: 0 10px;
        font-size: 10px;
    }

    .pf-verifiedDot{
        width: 9px;
        height: 9px;
        min-width: 9px;
        margin-right: 8px;
    }
}

@media (max-width: 640px){
    .pf-topReveal__inner{
        gap: 10px;
    }

    .pf-topReveal__main{
        min-width: 0;
        flex: 1 1 auto;
    }

    .pf-topReveal__name{
        max-width: 140px;
    }
}


/* =========================================
   VIDEO TOP INFO (nombre + edad)
========================================= */

.video-topInfo{
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 20;

    display: flex;
    align-items: center;
    gap: 8px;

    padding: 8px 14px;
    border-radius: 999px;

    backdrop-filter: blur(14px) saturate(140%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);

    background: rgba(0,0,0,.35);
    color: #fff;

    box-shadow: 0 6px 20px rgba(0,0,0,.25);
}

/* DOT VERIFICADO */
.video-topInfo__verifiedDot{
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow:
            0 0 0 3px rgba(34,197,94,.15),
            0 0 12px rgba(34,197,94,.35);
}

/* TEXTO */
.video-topInfo__name{
    font-weight: 800;
    font-size: 12px;
    letter-spacing: -.01em;
}

.video-topInfo__age{
    font-weight: 700;
    font-size: 12px;
    opacity: .85;
}

.video-topInfo__cat{
    font-weight: 700;
    font-size: 12px;
    opacity: .85;
}

/* AJUSTE MOBILE */
@media (max-width: 768px){
    .video-topInfo{
        top: 16px;
        left: 16px;
        padding: 7px 12px;
    }

    .video-topInfo__name{
        font-size: 12px;
    }

    .video-topInfo__age{
        font-size: 12px;
    }

    .video-topInfo__cat{
        font-size: 12px;
    }
}

