:root {
    --ya-azul: #0099cc;
    --ya-naranja: #ff9900;
    --ya-azul-claro: #00ccff;
    --ya-marino: #0a4a6b;
    --ya-gris: #cccccc;
}

body {
    font-family: 'Nunito Sans', sans-serif;
    background: #f5f6f8;
}

h1,
h2,
.nunito {
    font-family: 'Nunito', sans-serif;
}

/* EYEBROW */
.eyebrow {
    font-family: 'Poppins', sans-serif;
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--ya-naranja);
}

/* ── HERO ── */
.hero-cy {
    background: var(--ya-naranja);
    padding: 3.5rem 0 0;
    position: relative;
}

/* .hero-cy::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--ya-marino) 50%, #fff 50%);
} */

.hero-h1-l1 {
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.12;
    font-family: 'Nunito', sans-serif;
}

.hero-h1-l2 {
    font-size: 2.6rem;
    font-weight: 800;
    color: var(--ya-marino);
    line-height: 1.12;
    font-family: 'Nunito', sans-serif;
}

.hero-sub {
    font-size: 1rem;
    color: var(--ya-marino);
    line-height: 1.7;
    opacity: .8;
}

.hero-sub strong {
    color: var(--ya-marino);
    opacity: 1;
    font-weight: 700;
}

.trust-item {
    font-size: .73rem;
    color: var(--ya-marino);
    display: flex;
    align-items: center;
    gap: 6px;
    opacity: .75;
}

.trust-item::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--ya-marino);
    flex-shrink: 0;
}

/* Arte hero */
.hero-art {
    background: rgba(255, 255, 255, .15);
    border-radius: 14px 14px 0 0;
    border: .5px dashed rgba(255, 255, 255, .35);
    border-bottom: none;
    height: 210px;
    position: relative;
    overflow: hidden;
}

.prod {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
}

.prod .pe {
    font-size: 1.15rem;
}

.prod .pl {
    font-size: .45rem;
    font-weight: 700;
    color: #8aacbc;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.ptag {
    position: absolute;
    color: #fff;
    font-size: .58rem;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 100px;
}

/* ── ACCESOS RÁPIDOS ── */
.quick-section {
    background: #fff;
    border-bottom: 2px solid #e0e0e0;
}

.qi-icon {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    background: #f5f5f5;
    border: 1.5px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}

.qi-label {
    font-size: .6rem;
    font-weight: 700;
    color: var(--ya-marino);
    text-transform: uppercase;
    letter-spacing: .4px;
}

.qi-action {
    font-size: .6rem;
    color: var(--ya-naranja);
    font-weight: 700;
}

/* ── SECCIONES BASE ── */
.sec-gray {
    background: #f5f5f5;
}

.sec-white {
    background: #fff;
}

.sec-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--ya-marino);
    line-height: 1.2;
    font-family: 'Nunito', sans-serif;
}

/* ── PATH CARDS ── */
.pc {
    background: #fff;
    border: 1.5px solid #e0e0e0;
    border-radius: 12px;
    padding: 1.5rem 1.75rem;
}

.pc.feat {
    border-color: var(--ya-naranja);
}

.pc-badge {
    display: inline-block;
    font-size: .58rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 100px;
    margin-bottom: .75rem;
    font-family: 'Poppins', sans-serif;
}

.pcb-a {
    background: #fff5e6;
    color: #a05000;
}

.pcb-b {
    background: #e0f4fc;
    color: #005080;
}

.pc-t {
    font-size: .95rem;
    font-weight: 700;
    color: var(--ya-marino);
    margin-bottom: .35rem;
    font-family: 'Nunito', sans-serif;
}

.pc-b {
    font-size: .78rem;
    color: #5a7a8a;
    line-height: 1.6;
    margin-bottom: .75rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid #f0f0f0;
}

.pc-i {
    font-size: .7rem;
    color: #aaa;
}

.pc-i strong {
    color: #5a7a8a;
}

/* ── PASOS ── */
.st-n {
    font-size: 3.2rem;
    font-weight: 900;
    color: #e8e8e8;
    line-height: 1;
    font-family: 'Nunito', sans-serif;
}

.st-t {
    font-size: .92rem;
    font-weight: 700;
    color: var(--ya-marino);
    font-family: 'Nunito', sans-serif;
}

.st-b {
    font-size: .75rem;
    color: #5a7a8a;
    line-height: 1.6;
}

/* ── BENEFICIOS ── */
.ben-it {
    padding: 2rem 1.75rem;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.ben-it:nth-child(3n) {
    border-right: none;
}

.ben-it:nth-child(4),
.ben-it:nth-child(5),
.ben-it:nth-child(6) {
    border-bottom: none;
}

.ben-it::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1.75rem;
    width: 32px;
    height: 3px;
    background: var(--ya-naranja);
    border-radius: 0 0 3px 3px;
}

.ben-num {
    font-size: 3.2rem;
    font-weight: 900;
    color: var(--ya-naranja);
    line-height: 1;
    font-family: 'Nunito', sans-serif;
}

.ben-num-md {
    font-size: 2.1rem;
}

.ben-tit {
    font-size: .95rem;
    font-weight: 700;
    color: var(--ya-marino);
    font-family: 'Nunito', sans-serif;
}

.ben-desc {
    font-size: .76rem;
    color: #5a7a8a;
    line-height: 1.6;
}

/* ── TIENDAYA ── */
.tcat {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 1rem .5rem;
    text-align: center;
    cursor: pointer;
}

.tcat-ic {
    font-size: 1.4rem;
    margin-bottom: 5px;
}

.tcat-n {
    font-size: .68rem;
    font-weight: 700;
    color: var(--ya-marino);
}

/* ── CTA CIERRE ── */
.cta-close-cy {
    background: var(--ya-gris);
    position: relative;
}

.cta-close-cy::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--ya-naranja), var(--ya-azul));
}

/* ── BOTONES GLOBALES ── */
.btn-cy-main {
    background: var(--ya-marino);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: .75rem 1.75rem;
    font-weight: 700;
    font-size: .9rem;
}

.btn-cy-outline {
    background: transparent;
    color: var(--ya-marino);
    border: 1.5px solid var(--ya-marino);
    border-radius: 6px;
    padding: .75rem 1.75rem;
    font-weight: 700;
    font-size: .9rem;
}

.btn-cy-close {
    background: var(--ya-naranja);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: .75rem 2rem;
    font-weight: 700;
    font-size: .85rem;
}

