/* ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â TOKENS ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â */
:root {
    --bg: #1B1418;
    /* negro cÃƒÆ’Ã‚Â¡lido con subtono rosado */
    --bg-2: #241A20;
    /* superficie */
    --bg-3: #2E2129;
    /* superficie elevada */
    --cream: #FAF4F1;
    /* secciones claras */
    --cream-2: #F2E7E2;
    --coral: #E89A8D;
    /* coral V PRO */
    --coral-strong: #DE7F6E;
    /* CTA */
    --coral-soft: rgba(232,154,141,.14);
    --gold: #D4AF7A;
    /* sello / certificaciÃƒÆ’Ã‚Â³n */
    --ink: #7C7082;
    /* texto sobre claro */
    --ink-soft: #6E5D65;
    --txt: #F7EFEC;
    --txt-soft: #C9B8BC;
    --border: rgba(232,154,141,.16);
    --border-cream: rgba(42,32,38,.12);
    --font-d: 'Charis SIL',Georgia,serif;
    --font-title: 'Work Sans',var(--font-b),sans-serif;
    --font-b: 'Outfit',system-ui,sans-serif;
    --r-md: 10px;
    --r-lg: 16px;
    --r-xl: 24px;
    --r-full: 9999px;
    --ease: cubic-bezier(.4,0,.2,1);
    --shadow-cta: 0 10px 30px rgba(222,127,110,.35);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    font-family: var(--font-b);
    background: var(--bg);
    color: var(--txt);
    line-height: 1.65;
    font-size: 17px;
    -webkit-font-smoothing: antialiased
}

img,svg,video {
    display: block;
    max-width: 100%
}

a {
    color: inherit
}

.wrap {
    width: min(1120px,92%);
    margin-inline:auto}

@media(max-width: 600px) {
    .wrap {
        width:calc(100% - 48px)
    }
}

section {
    padding: clamp(64px,9vw,110px) 0
}

/* Los ajustes del widget de Google Reviews (aislamiento + cabecera tipo
   google-badge) viven en reviews.css. */
/* ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â TIPOGRAFÃƒÆ’Ã‚ÂA ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â */
h1,h2,h3 {
    font-family: var(--font-title);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -.01em
}

h1 {
    font-size: clamp(2.1rem,5.2vw,3.4rem)
}

h2 {
    font-size: clamp(1.7rem,3.6vw,2.5rem)
}

h3 {
    font-size: clamp(1.15rem,2vw,1.35rem)
}

.em {
    font-family: var(--font-d);
    font-style: italic;
    font-weight: 700;
    color: var(--coral)
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--coral);
    margin-bottom: 18px
}

.eyebrow::before {
    content: "";
    width: 26px;
    height: 2px;
    background: var(--coral);
    border-radius: 2px
}

.lead {
    font-size: clamp(1.02rem,1.6vw,1.18rem);
    color: var(--txt-soft);
    max-width: 62ch
}

.light .lead {
    color: var(--ink-soft)
}

.light {
    background: var(--cream);
    color: var(--ink)
}

.light .eyebrow {
    color: #E89A8D
}

.light .eyebrow::before {
    background: #E89A8D
}

/* ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â ANIMACIONES (GPU-only) ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â */
.rv {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .7s var(--ease),transform .7s var(--ease)
}

.rv.in {
    opacity: 1;
    transform: none
}

.rv-d1 {
    transition-delay: .08s
}

.rv-d2 {
    transition-delay: .16s
}

.rv-d3 {
    transition-delay: .24s
}

.rv-d4 {
    transition-delay: .32s
}

@media (prefers-reduced-motion:reduce) {
    .rv {
        opacity: 1;
        transform: none;
        transition: none
    }

    html {
        scroll-behavior: auto
    }
}

/* ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â BOTONES ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: var(--font-b);
    font-weight: 600;
    font-size: 1.02rem;
    padding: 16px 34px;
    border-radius: var(--r-full);
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform .18s var(--ease),box-shadow .18s var(--ease),background .18s var(--ease);
    min-height: 52px
}

.btn-primary {
    background: var(--coral-strong);
    color: #fff;
    box-shadow: var(--shadow-cta)
}

.btn-primary:hover {
    transform: translateY(-2px);
    background: #E9907E;
    box-shadow: 0 14px 36px rgba(222,127,110,.45)
}

.btn-primary:active {
    transform: none
}

.btn-ghost {
    background: transparent;
    color: var(--txt);
    border: 1.5px solid var(--border)
}

.btn-ghost:hover {
    border-color: var(--coral);
    color: var(--coral)
}

.light .btn-ghost {
    color: var(--ink);
    border-color: var(--border-cream)
}

.light .btn-ghost:hover {
    border-color: #E89A8D;
    color: #E89A8D
}

.btn svg {
    width: 20px;
    height: 20px;
    flex: none
}

/* ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â HEADER FIJO (logo + CTA siempre visibles) ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â */
header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 50;
    padding: 16px 0;
    background: rgba(27,20,24,.62);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid transparent;
    transition: background .25s var(--ease),border-color .25s var(--ease),padding .25s var(--ease)
}

header.scrolled {
    background: rgba(27,20,24,.92);
    border-color: var(--border);
    padding: 12px 0
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Header sticky (lo activa el JS anadiendo .vpro-hdr-on al <html>) ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬
   En reposo el header de la landing va en flujo normal y hace scroll con la
   pagina; cuando el scroll llega a el se fija arriba (.is-pinned). Se scopa a
   .vpro-lp para NO tocar el header real del sitio (que tambien es <header>). */
.vpro-hdr-on .vpro-lp header {
    position: static
}

.vpro-hdr-on .vpro-lp header.is-pinned {
    position: fixed;
    top: var(--wp-admin--admin-bar--height,0);
    left: 0;
    right: 0;
    animation: vpro-hdr-drop .28s var(--ease)
}

@keyframes vpro-hdr-drop {
    from {
        transform: translateY(-100%)
    }

    to {
        transform: none
    }
}

/* Con el header ya en flujo, el hero no necesita el gran padding superior que
   reservaba para el header fijo. Ajusta este valor a gusto. */
.vpro-hdr-on .vpro-lp .hero {
    padding-top: clamp(40px,7vw,72px)
}

.hd {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.logo {
    font-family: var(--font-d);
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: .02em;
    text-decoration: none
}

@media(max-width: 560px) {
    .logo img {
        height:44px!important
    }
}

.logo b {
    color: var(--coral)
}

.hd .btn {
    padding: 11px 24px;
    min-height: 44px;
    font-size: .92rem
}

@media(max-width: 560px) {
    .hd .btn {
        display:none
    }
}

.hd-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-46%);
    opacity: 0;
    font-family: var(--font-title);
    font-weight: 700;
    font-size: .98rem;
    color: var(--txt);
    white-space: nowrap;
    pointer-events: none;
    transition: opacity .3s var(--ease),transform .3s var(--ease)
}

.hd-title.show {
    opacity: 1;
    transform: translate(-50%,-50%)
}

@media(min-width: 561px) and (max-width:760px) {
    .hd-title {
        display:none
    }
}

@media(max-width: 560px) {
    .hd {
        position:relative
    }

    .hd-title {
        left: auto;
        right: 0;
        top: 50%;
        transform: translateY(-46%);
        text-align: right;
        white-space: normal;
        max-width: 150px;
        font-size: .74rem;
        line-height: 1.2
    }

    .hd-title.show {
        transform: translateY(-50%)
    }
}

/* ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â HERO ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â */
.hero {
    position: relative;
    padding: clamp(120px,16vw,170px) 0 clamp(64px,8vw,96px);
    overflow: hidden
}

.hero::before {
    content: "";
    position: absolute;
    inset: auto -20% -40% auto;
    width: 760px;
    height: 760px;
    border-radius: 50%;
    background: radial-gradient(circle,rgba(232,154,141,.16),transparent 65%);
    pointer-events: none
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: clamp(36px,5vw,64px);
    align-items: stretch
}

@media(max-width: 900px) {
    .hero-grid {
        grid-template-columns:1fr
    }
}

.hero-col {
    display: flex;
    flex-direction: column;
    height: 100%
}

.hero-col-left {
    justify-content: space-between
}

.hero-col-right {
    justify-content: space-between
}

@media(max-width: 900px) {
    .hero-col {
        height:auto
    }

    .hero-col-right {
        margin-top: 36px
    }
}

.badge-cohorte {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--coral-soft);
    border: 1px solid var(--border);
    color: var(--coral);
    font-family: 'Montserrat',var(--font-b);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 9px 18px;
    border-radius: var(--r-full);
    margin-bottom: 22px
}

.badge-cohorte .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
    animation: pulse 2s infinite
}

@keyframes pulse {
    0%,100% {
        opacity: 1
    }

    50% {
        opacity: .35
    }
}

@media (prefers-reduced-motion:reduce) {
    .badge-cohorte .dot {
        animation: none
    }
}

.badge-cohorte .bc-a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap
}

.badge-cohorte .bc-b {
    white-space: nowrap
}

@media(max-width: 520px) {
    h1 {
        font-size:1.72rem
    }

    .badge-cohorte {
        flex-direction: column;
        align-items: flex-start;
        gap: 3px;
        font-size: .54rem;
        padding: 9px 16px;
        letter-spacing: .03em
    }

    .badge-cohorte .bc-sep {
        display: none
    }
}

.hero h1 {
    margin-bottom: 20px
}

.hero .lead {
    margin-bottom: 30px
}

.hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 34px
}

.usta-line {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 26px;
    border-top: 1px solid var(--border);
    max-width: 520px;
    margin-top: 26px
}

.usta-seal {
    flex: none;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--coral-soft);
    border: 1px solid var(--gold);
    display: grid;
    place-items: center;
    color: var(--gold)
}

.usta-line p {
    font-size: .92rem;
    color: var(--txt-soft)
}

.usta-line strong {
    color: var(--txt)
}

/* Tarjeta visual hero */
.hero-card {
    position: relative;
    border-radius: var(--r-xl);
    overflow: hidden;
    border: 1px solid var(--border);
    background: linear-gradient(160deg,var(--bg-3),var(--bg-2));
    aspect-ratio: 16/9;
    display: flex;
    align-items: flex-end
}

.ph {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: var(--txt-soft);
    font-size: .9rem;
    text-align: center;
    padding: 20px;
    background: radial-gradient(circle at 30% 20%,rgba(232,154,141,.22),transparent 55%), radial-gradient(circle at 75% 80%,rgba(212,175,122,.14),transparent 50%)
}

/* Titulo del video: fuera de la tarjeta, en su propia franja con borde grueso
   a la izquierda (mismo acento que el resto de la landing). */
.hero-card-caption {
    margin-top: 14px;
    padding: 14px 18px;
    border-left: 4px solid var(--coral);
    background: var(--bg-2);
    border-radius: 0 var(--r-md) var(--r-md) 0;
    font-size: .98rem;
    font-weight: 600;
    color: var(--txt)
}

/* .video-shell envuelve la tarjeta (que tiene overflow:hidden por las
   esquinas redondeadas) para poder colocar el boton de pantalla completa
   MITAD DENTRO / MITAD FUERA de esa esquina -- asi nunca tapa el video ni
   el engranaje de YouTube.
   --vfs-size en clamp(): UNA sola formula fluida (ligada al ancho de
   viewport) en vez de un tamano fijo + retoques por breakpoint. Asi el boton
   y su desplazamiento (mitad de su propio tamano) escalan juntos y quedan
   proporcionados en cualquier ancho -- movil, movil horizontal o escritorio --
   sin tener que alinear nada a mano por dispositivo. */
.video-shell {
    position: relative;
    --vfs-size: clamp(30px, 4.5vw, 40px)
}

.video-fullscreen {
    position: absolute;
    top: calc(var(--vfs-size) / -3);
    right: calc(var(--vfs-size) / -3);
    z-index: 6;
    width: var(--vfs-size);
    height: var(--vfs-size);
    border-radius: 50%;
    background: var(--coral-strong);
    border: 2px solid var(--bg);
    display: grid;
    place-items: center;
    cursor: pointer;
    padding: 0;
    box-shadow: 0 6px 16px rgba(222,127,110,.4);
    transition: transform .15s var(--ease),background .15s var(--ease);
}

.video-fullscreen:hover {
    background: #E9907E;
    transform: scale(1.08)
}

.video-fullscreen svg {
    width: 44%;
    height: 44%;
    fill: none;
    stroke: #fff;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round
}

/* En fullscreen: el video llena toda la pantalla (sin relacion de aspecto ni
   esquinas redondeadas). Para salir, el usuario usa Esc o el control nativo
   del navegador/YouTube -- se quito el boton propio de "salir" porque su
   posicion no se podia alinear de forma fiable en pantalla completa real. */
.hero-card:fullscreen {
    aspect-ratio: auto;
    border-radius: 0
}

.hero-card:-webkit-full-screen {
    aspect-ratio: auto;
    border-radius: 0
}

.video-facade {
    position: absolute;
    inset: 0;
    cursor: pointer;
    border: none;
    padding: 0;
    background: none;
    width: 100%;
    height: 100%
}

.video-facade img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.video-facade::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(27,20,24,.15),rgba(27,20,24,.3))
}

.play-btn {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: rgb(222 127 110 / 67%);
    display: grid;
    place-items: center;
    z-index: 3;
    box-shadow: 0 12px 40px rgba(0,0,0,.45);
    transition: transform .2s var(--ease)
}

.video-facade:hover .play-btn {
    transform: scale(1.1)
}

.play-btn svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}

/* Movil: en pantallas pequenas los CTA de texto y el boton de play se veian
   demasiado grandes. Se reducen tamano de fuente, padding y dimensiones.
   (.hd .btn y .sticky-cta .btn tienen mas especificidad y conservan su
   tamano propio.) */
@media(max-width: 600px) {
    .btn {
        font-size:.9rem;
        padding: 13px 26px;
        min-height: 46px
    }

    .btn svg {
        width: 18px;
        height: 18px
    }

    .play-btn {
        width: 40px;
        height: 40px;
    }

    .play-btn svg {
        width: 22px;
        height: 22px
    }
}

.hero-card iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0
}

/* ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â IDENTIFICACIÃƒÆ’Ã¢â‚¬Å“N ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â */
.ident {
    background: var(--bg);
    padding: clamp(40px,6vw,64px) 0
}

.ident-line {
    font-family: var(--font-title);
    font-weight: 700;
    font-size: clamp(1.3rem,3vw,1.8rem);
    color: var(--txt);
    max-width: 26ch;
    margin-inline:auto}

.ident-sub {
    margin-top: 10px;
    color: var(--txt-soft);
    font-size: 1rem;
    max-width: 42ch;
    margin-inline:auto}

.ident-tres {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 26px
}

.ident-item {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--bg-3);
    border: 1px solid var(--border);
    border-radius: var(--r-full);
    padding: 12px 24px;
    transition: transform .25s var(--ease),border-color .25s var(--ease)
}

.ident-item:hover {
    transform: translateY(-3px);
    border-color: var(--coral)
}

.ident-num {
    font-family: var(--font-d);
    font-style: italic;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1;
    color: var(--coral)
}

.ident-item b {
    color: var(--txt);
    font-weight: 600;
    font-size: .98rem
}

/* ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â BARRA DE CONFIANZA ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â */
.trust {
    background: var(--bg-2);
    border-block:1px solid var(--border);padding: clamp(56px,7vw,88px) 0;
    text-align: center
}

.usta-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 30px 0 44px;
    flex-wrap: wrap
}

@keyframes stampHit {
    0%,100% {
        transform: scale(1) rotate(-4deg)
    }

    8% {
        transform: scale(.86) rotate(-7deg)
    }

    18% {
        transform: scale(1.08) rotate(2deg)
    }

    28% {
        transform: scale(1) rotate(-4deg)
    }
}

.cert-mini {
    animation: stampHit 3.4s ease-in-out infinite
}

@media (prefers-reduced-motion:reduce) {
    .cert-mini {
        animation: none
    }
}

.usta-logo-box {
    height: 64px;
    min-width: 190px;
    border: 1.5px dashed var(--border);
    border-radius: var(--r-md);
    display: grid;
    place-items: center;
    font-size: .8rem;
    color: var(--txt-soft);
    padding: 0 18px
}

.cert-mini {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    background: var(--coral-soft);
    border: 1px solid var(--gold);
    display: grid;
    place-items: center;
    color: var(--gold)
}

.hib-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-top: 46px
}

@media(max-width: 760px) {
    .hib-grid {
        grid-template-columns:1fr
    }
}

.hib {
    background: var(--bg-2);
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    padding: 32px 28px
}

.hib .ic {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--coral-soft);
    color: var(--coral);
    display: grid;
    place-items: center;
    margin-bottom: 18px
}

.hib-slider {
    position: relative;
    aspect-ratio: 3/2;
    border-radius: var(--r-md);
    overflow: hidden;
    margin-bottom: 18px;
    background: var(--bg-3)
}

/* Variante para cuando el slider va DESPUES del texto (h3/p/small) en vez de
   antes: el hueco de separacion pasa de estar debajo (margin-bottom) a estar
   arriba (margin-top), para que quede el mismo espacio pero del lado correcto. */
.hib-slider-after {
    margin-bottom: 0;
    margin-top: 18px
}

.hib-slide {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    opacity: 0;
    transition: opacity 1s var(--ease)
}

.hib-slide.active {
    opacity: 1
}

.hib-slider .ic {
    position: absolute;
    left: 14px;
    bottom: 14px;
    margin: 0;
    z-index: 2;
    background: var(--coral);
    color: #fff;
    box-shadow: 0 6px 18px rgba(0,0,0,.35)
}

.hib-nav {
    position: absolute;
    bottom: 14px;
    right: 14px;
    z-index: 3;
    display: flex;
    gap: 8px
}

.hib-nav button {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.35);
    background: rgba(27,20,24,.55);
    backdrop-filter: blur(4px);
    color: #fff;
    display: grid;
    place-items: center;
    cursor: pointer;
    padding: 0;
    transition: background .18s var(--ease),transform .18s var(--ease)
}

.hib-nav button:hover {
    background: rgba(27,20,24,.85);
    transform: scale(1.08)
}

.hib-nav svg {
    width: 16px;
    height: 16px
}

@media (prefers-reduced-motion:reduce) {
    .hib-slide {
        transition: none
    }
}

.hib h3 {
    margin-bottom: 10px
}

.hib p {
    font-size: .96rem;
    color: var(--txt-soft)
}

.hib small {
    display: block;
    margin-top: 14px;
    font-size: .82rem;
    color: var(--gold);
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase
}

.metodo {
    margin-top: 88px
}

.metodo-title {
    text-align: center;
    font-size: clamp(1.3rem,2.6vw,1.7rem)
}

.metodo-sub {
    text-align: center;
    color: var(--txt-soft);
    max-width: 46ch;
    margin: 12px auto 0;
    font-size: 1rem
}

.compara {
    display: grid;
    grid-template-columns: minmax(84px,.62fr) 1fr 1fr;
    max-width: 840px;
    margin: 30px auto 0;
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    overflow: hidden;
    background: var(--bg-2)
}

.compara>div {
    padding: 15px 18px;
    border-top: 1px solid var(--border);
    font-size: .95rem;
    color: var(--txt-soft);
    display: flex;
    align-items: center
}

.compara .c-prog,.compara .ch-prog {
    color: var(--txt);
    background: rgba(232,154,141,.08)
}

.compara .c-flex,.compara .ch-flex {
    color: var(--coral);
    background: var(--bg-3);
    border-left: 1px solid var(--border)
}

.compara .ch {
    border-top: 0;
    justify-content: center;
    text-align: center;
    font-family: var(--font-title);
    font-weight: 700;
    font-size: 1.24rem;
    padding: 18px 16px
}

.compara .c-lbl {
    justify-content: flex-end;
    text-align: right;
    font-size: .72rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--txt-soft)
}

.metodo-note {
    text-align: center;
    color: var(--txt-soft);
    font-size: .9rem;
    margin: 18px auto 0;
    max-width: 610px;
}

@media(max-width: 700px) {
    .compara {
        grid-template-columns:1fr 1fr
    }

    .compara .ch-empty {
        display: none
    }

    .compara .c-lbl {
        grid-column: 1 / -1;
        justify-content: center;
        text-align: center;
        background: var(--bg-3);
        padding: 9px;
        font-size: .68rem
    }

    .compara>div {
        font-size: .9rem;
        padding: 13px 14px
    }
}

.trust-stats-card {
    background: var(--bg-3);
    border: 1px solid var(--border);
    border-radius: var(--r-xl);
    padding: clamp(30px,4vw,44px) clamp(18px,3vw,32px)
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 24px 20px;
    text-align: center
}

@media(max-width: 820px) {
    .trust-grid {
        grid-template-columns:repeat(2,1fr);
        gap: 32px 20px
    }
}

.trust-item {
    padding: 0 8px
}

@media(min-width: 821px) {
    .trust-grid {
        grid-template-columns:repeat(5,1fr)
    }

    .trust-item:not(:first-child) {
        border-left: 1px solid var(--border)
    }
}

.trust-item-wide {
    grid-column: 1 / -1;
    border-left: none!important;
    padding-top: 20px;
    border-top: 1px solid var(--border)
}

.trust-item-wide b {
    font-size: 1.3rem
}

.trust-item-wide span {
    max-width: 38ch;
    margin-inline:auto}

@media(min-width: 821px) {
    .trust-item-wide {
        grid-column:auto;
        border-left: 1px solid var(--border)!important;
        border-top: none;
        padding-top: 0
    }

    .trust-item-wide span {
        max-width: 18ch
    }
}

.trust-item b {
    display: block;
    font-family: var(--font-title);
    font-size: clamp(1.8rem,3.12vw,2.4rem);
    color: var(--coral)
}

.trust-item span {
    display: block;
    font-size: .88rem;
    color: var(--txt-soft);
    max-width: 16ch;
    margin-inline:auto}

.trust-item .tic {
    width: 44px;
    height: 44px;
    margin: 0 auto 12px;
    border-radius: 12px;
    background: var(--coral-soft);
    color: var(--coral);
    display: grid;
    place-items: center
}

/* ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â LOGROS ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â */
/* Ruta de formaciÃƒÆ’Ã‚Â³n: lÃƒÆ’Ã‚Â­nea punteada central + hitos numerados alternando lados */
.ruta {
    position: relative;
    max-width: 960px;
    margin: 48px auto 0
}

.ruta-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 44px
}

.ruta-col {
    position: relative
}

.ruta-line {
    position: absolute;
    left: 27px;
    top: 14px;
    bottom: -4px;
    width: 0;
    border-left: 2px dashed rgba(232,154,141,.45)
}

.ruta-col:last-child .ruta-line {
    left: auto;
    right: 27px
}

.ruta-line::after {
    content: "";
    position: absolute;
    left: -4px;
    top: -2px;
    width: 8px;
    height: calc(100% + 4px);
    background: var(--cream);
    transform-origin: bottom;
    transition: transform 1.8s var(--ease)
}

.ruta.dibujada .ruta-line::after {
    transform: scaleY(0)
}

.ruta-join {
    position: relative;
    height: 58px;
    opacity: 0;
    transition: opacity .8s var(--ease) 1.2s
}

.ruta.dibujada .ruta-join {
    opacity: 1
}

@media (prefers-reduced-motion:reduce) {
    .ruta-line::after {
        display: none
    }

    .ruta-join {
        opacity: 1;
        transition: none
    }
}

.ruta-join::before {
    content: "";
    position: absolute;
    left: 26px;
    right: 26px;
    top: 0;
    height: 0;
    border-top: 2px dashed rgba(232,154,141,.45)
}

.ruta-join::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 0;
    border-left: 2px dashed rgba(232,154,141,.45);
    transform: translateX(-50%)
}

.hito {
    position: relative;
    padding: 18px 0 18px 78px
}

.ruta-col:last-child .hito {
    padding: 18px 78px 18px 0;
    text-align: right
}

.hito-body {
    max-width: 360px;
    transition: transform .25s var(--ease)
}

.ruta-col:last-child .hito-body {
    margin-left: auto
}

.hito:hover .hito-body {
    transform: translateX(4px)
}

.ruta-col:last-child .hito:hover .hito-body {
    transform: translateX(-4px)
}

.hito-nodo {
    position: absolute;
    left: 27px;
    top: 22px;
    transform: translateX(-50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    border: 1.5px solid rgba(232,154,141,.45);
    box-shadow: 0 8px 22px rgba(42,32,38,.1);
    display: grid;
    place-items: center;
    color: #E89A8D;
    z-index: 1
}

.ruta-col:last-child .hito-nodo {
    left: auto;
    right: 27px;
    transform: translateX(50%)
}

.hito h3 {
    margin-bottom: 8px;
    color: var(--ink)
}

.hito p {
    font-size: .95rem;
    color: var(--ink-soft)
}

.ruta-meta {
    position: relative;
    text-align: center;
    padding-top: 12px
}

@media(max-width: 700px) {
    .ruta-cols {
        grid-template-columns:1fr
    }

    .ruta-line,.ruta-col:last-child .ruta-line {
        left: 22px;
        right: auto;
        bottom: 0
    }

    .hito,.ruta-col:last-child .hito {
        padding: 16px 0 16px 66px;
        text-align: left
    }

    .ruta-col:last-child .hito-body {
        margin-left: 0
    }

    .ruta-col:last-child .hito:hover .hito-body {
        transform: translateX(4px)
    }

    .hito-nodo,.ruta-col:last-child .hito-nodo {
        left: 22px;
        right: auto;
        transform: translateX(-50%);
        top: 16px;
        width: 46px;
        height: 46px
    }

    .hito-nodo svg {
        width: 22px;
        height: 22px
    }

    .ruta-join {
        height: 34px
    }

    .ruta-join::before {
        left: 22px;
        right: 50%
    }

    .ruta-meta {
        padding-top: 10px
    }
}

/* ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â VIOLETA (integrada en el cierre) ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â */
.violeta-photo {
    position: relative;
    border-radius: var(--r-xl);
    overflow: hidden;
    aspect-ratio: 15/16;
    border: 1px solid var(--border);
    background: linear-gradient(160deg,var(--bg-3),var(--bg-2))
}

.violeta-tag {
    position: absolute;
    left: 20px;
    top: 70%;
    transform: translateY(-50%);
    z-index: 2;
    background: rgba(27,20,24,.85);
    backdrop-filter: blur(6px);
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    padding: 12px 18px;
    font-size: .85rem;
    color: var(--txt-soft)
}

.violeta-tag b {
    display: block;
    font-family: var(--font-title);
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--txt)
}

.violeta-ig {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 8px;
    color: var(--txt-soft);
    text-decoration: none;
    transition: color .18s var(--ease)
}

.violeta-ig:hover {
    color: var(--coral)
}

.violeta-ig svg {
    width: 14px;
    height: 14px;
    flex: none
}

.violeta-cred {
    font-size: .9rem;
    color: var(--txt-soft);
    margin-top: 20px;
    max-width: 38ch
}

/* ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â PORTAFOLIO DE ESTUDIANTES ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â */
.porta {
    background: var(--bg-2);
    border-block:1px solid var(--border);overflow: hidden
}

.porta-strip {
    margin-top: 46px;
    padding-block:26px;overflow: hidden
}

.porta-track {
    display: flex;
    width: max-content;
    animation: portaScroll 48s linear infinite
}

.porta-strip:hover .porta-track {
    animation-play-state: paused
}

.porta-card {
    position: relative;
    width: clamp(170px,21vw,250px);
    aspect-ratio: 5/7;
    border-radius: var(--r-lg);
    overflow: hidden;
    flex: none;
    margin-right: 20px;
    border: 1px solid var(--border);
    box-shadow: 0 14px 34px rgba(0,0,0,.3)
}

.porta-card:nth-child(even) {
    transform: translateY(16px) rotate(1.1deg)
}

.porta-card:nth-child(odd) {
    transform: translateY(-8px) rotate(-1deg)
}

.porta-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.porta-credit {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 16px;
    background: linear-gradient(transparent 40%,rgba(27,20,24,.88));
    opacity: 0;
    transition: opacity .35s var(--ease);
    font-size: .85rem;
    font-weight: 600;
    color: var(--txt)
}

.porta-card:hover .porta-credit,.porta-card.show-credit .porta-credit {
    opacity: 1
}

@keyframes portaScroll {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

@media (prefers-reduced-motion:reduce) {
    .porta-track {
        animation: none
    }

    .porta-strip {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

/* ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â TESTIMONIOS ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â */
.testi-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 22px;
    margin-top: 48px
}

@media(max-width: 960px) {
    .testi-grid {
        grid-template-columns:1fr;
        max-width: 560px;
        margin-inline:auto}
}

.testi {
    background: #fff;
    border: 1px solid var(--border-cream);
    border-radius: var(--r-lg);
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.testi .s {
    color: var(--gold);
    letter-spacing: 2px
}

.testi p {
    font-size: .97rem;
    color: var(--ink);
    font-style: italic
}

.testi footer {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto
}

.testi .avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg,var(--coral),#E89A8D);
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 700;
    font-size: .95rem;
    overflow: hidden;
    flex: none
}

.testi .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.testi footer b {
    display: block;
    font-size: .92rem;
    color: var(--ink);
    line-height: 1.3
}

.testi-ig {
    display: block;
    font-size: .78rem;
    color: var(--coral);
    text-decoration: none;
    line-height: 1.3;
    transition: color .18s var(--ease)
}

.testi-ig:hover {
    color: var(--ink)
}

.testi footer span {
    display: block;
    font-size: .8rem;
    color: var(--ink-soft);
    line-height: 1.3
}

.google-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid var(--border-cream);
    border-radius: var(--r-full);
    padding: 10px 22px;
    font-size: .92rem;
    color: var(--ink);
    margin-top: 34px
}

.google-badge b {
    color: var(--ink)
}

/* ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â FAQ ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â */
.faq {
    max-width: 760px;
    margin: 48px auto 0
}

.faq details {
    background: #fff;
    border: 1px solid var(--border-cream);
    border-radius: var(--r-md);
    margin-bottom: 12px;
    overflow: hidden
}

.faq summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    font-weight: 600;
    color: var(--ink);
    font-size: 1rem
}

.faq summary::-webkit-details-marker {
    display: none
}

.faq summary::after {
    content: "+";
    font-family: var(--font-d);
    font-size: 1.5rem;
    color: #E89A8D;
    transition: transform .25s var(--ease);
    flex: none;
    line-height: 1
}

.faq details[open] summary::after {
    transform: rotate(45deg)
}

.faq .a {
    padding: 0 24px 22px;
    font-size: .96rem;
    color: var(--ink-soft)
}

/* ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â CTA FINAL + FORM ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â */
.final {
    position: relative;
    overflow: hidden
}

.final::before {
    content: "";
    position: absolute;
    inset: -30% auto auto -15%;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle,rgba(232,154,141,.14),transparent 65%);
    pointer-events: none
}

.final-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: clamp(36px,5vw,72px);
    align-items: start
}

@media(max-width: 860px) {
    .final-grid {
        grid-template-columns:1fr
    }
}

.form-card {
    background: var(--bg-2);
    border: 1px solid var(--border);
    border-radius: var(--r-xl);
    padding: clamp(26px,4vw,40px)
}

.form-card h3 {
    margin-bottom: 6px
}

.form-card>p {
    font-size: .92rem;
    color: var(--txt-soft);
    margin-bottom: 24px
}

.field {
    margin-bottom: 16px
}

.field label {
    display: block;
    font-size: .85rem;
    font-weight: 600;
    margin-bottom: 7px;
    color: var(--txt-soft)
}

.field input,.field select {
    width: 100%;
    background: var(--bg-3);
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    padding: 14px 16px;
    color: var(--txt);
    font-family: var(--font-b);
    font-size: 1rem;
    min-height: 50px;
    transition: border-color .18s var(--ease),box-shadow .18s var(--ease);
    outline: none;
    appearance: none
}

.field input:focus,.field select:focus {
    border-color: var(--coral);
    box-shadow: 0 0 0 3px var(--coral-soft)
}

.field input::placeholder {
    color: #7d6a70
}

.form-card .btn {
    width: 100%;
    margin-top: 8px
}

.form-note {
    font-size: .8rem;
    color: var(--txt-soft);
    text-align: center;
    margin-top: 14px
}

/* ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â FOOTER ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â */
footer.site {
    background: var(--bg-2);
    border-top: 1px solid var(--border);
    padding: 44px 0;
    text-align: center
}

footer.site .logo {
    font-size: 1.3rem
}

footer.site p {
    font-size: .85rem;
    color: var(--txt-soft);
    margin-top: 12px
}

footer.site .legal {
    margin-top: 18px;
    font-size: .78rem
}

footer.site a {
    color: var(--txt-soft)
}

/* ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â STICKY CTA MÃƒÆ’Ã¢â‚¬Å“VIL ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â */
.sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    background: linear-gradient(to top,rgba(27,20,24,1) 0%,rgba(27,20,24,.85) 55%,rgba(27,20,24,0) 100%);
    padding: 12px 16px;
    display: none;
    transform: translateY(100%);
    transition: transform .3s var(--ease)
}

.sticky-cta.show {
    transform: none
}

.sticky-cta .btn {
    width: 100%;
    min-height: 40px;
    padding: 13px 27px;
    font-size: .82rem
}

@media(max-width: 760px) {
    .sticky-cta {
        display:block
    }
}
