/* ── HERO ── */
.hero-section {
    background: #fff;
    padding: 3.5rem 0 0;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--ya-azul) 50%, var(--ya-naranja) 50%);
}

.hero-h1 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--ya-marino);
    line-height: 1.12;
    letter-spacing: 0;
}

.hero-h1 .l2 {
    display: block;
    color: var(--ya-azul);
    font-size: 2.6rem;
}

.hero-sub {
    font-size: 1rem;
    color: #5a7a8a;
    line-height: 1.7;
}

.trust-item {
    font-size: .73rem;
    color: #8aacbc;
    display: flex;
    align-items: center;
    gap: 6px;
}

.trust-item::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--ya-azul);
    flex-shrink: 0;
}

.hero-art {
    background: #f0f8fc;
    border-radius: 14px 14px 0 0;
    border: 1px solid #d0e8f5;
    border-bottom: none;
    height: 210px;
    position: relative;
    overflow: hidden;
}

.route-line {
    position: absolute;
    top: 50%;
    left: 5%;
    right: 5%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(0, 153, 204, .3), rgba(0, 153, 204, .5), rgba(255, 153, 0, .35), rgba(0, 153, 204, .3), transparent);
}

.rnode {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.rflag {
    font-size: 1.4rem;
}

.rlbl {
    font-size: .55rem;
    font-weight: 700;
    color: #8aacbc;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.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(10, 74, 107, .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;
}

/* ── QUICK ACCESS ── */
.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: .62rem;
    font-weight: 700;
    color: var(--ya-marino);
    text-transform: uppercase;
    letter-spacing: .4px;
}

.qi-action {
    font-size: .62rem;
    color: var(--ya-azul);
    font-weight: 700;
}

/* ── SECCIONES ── */
.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;
}

/* ── TARJETAS SERVICIOS ── */
.svc-card {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    background: #fff;
}

.svc-head-ya {
    background: var(--ya-marino);
    padding: 1.1rem 1.5rem;
}

.svc-head-cy {
    background: var(--ya-naranja);
    padding: 1.1rem 1.5rem;
}

.svc-badge {
    font-size: .58rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: .4rem;
}

.svc-badge-ya {
    color: rgba(255, 255, 255, .5);
}

.svc-badge-cy {
    color: rgba(255, 255, 255, .65);
}

.svc-name-ya {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--ya-azul-claro);
    font-family: 'Nunito', sans-serif;
}

.svc-name-cy {
    font-size: 1.75rem;
    font-weight: 800;
    color: #fff;
    font-family: 'Nunito', sans-serif;
}

.svc-tag {
    font-size: .75rem;
    line-height: 1.4;
}

.svc-tag-ya {
    color: rgba(255, 255, 255, .65);
}

.svc-tag-cy {
    color: rgba(255, 255, 255, .85);
}

.svc-body {
    padding: 1.25rem 1.5rem 1.5rem;
}

.svc-desc {
    font-size: .8rem;
    color: #5a7a8a;
    line-height: 1.6;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: .85rem;
    margin-bottom: .85rem;
}

.svc-perk {
    font-size: .78rem;
    color: var(--ya-marino);
    display: flex;
    gap: .5rem;
    margin-bottom: .35rem;
}

.pk-ya {
    color: var(--ya-azul);
    font-weight: 800;
    flex-shrink: 0;
}

.pk-cy {
    color: var(--ya-naranja);
    font-weight: 800;
    flex-shrink: 0;
}

.btn-svc {
    font-size: .78rem;
    font-weight: 700;
    color: var(--ya-marino);
    background: #fff;
    padding: .6rem 1.5rem;
    border-radius: 6px;
    border: 1.5px solid var(--ya-marino);
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

/* ── FACTS ── */
.facts-section {
    background: #1a1a1a;
}

.facts-accent {
    height: 3px;
    background: linear-gradient(90deg, var(--ya-azul) 50%, var(--ya-naranja) 50%);
}

.fact-num {
    font-size: 1.75rem;
    font-weight: 900;
    font-family: 'Nunito', sans-serif;
    line-height: 1;
}

.fact-num.azul {
    color: var(--ya-azul);
}

.fact-num.naranja {
    color: var(--ya-naranja);
}

.fact-label {
    font-size: .65rem;
    color: rgba(255, 255, 255, .38);
    line-height: 1.45;
}

.fact-border {
    border-right: 1px solid rgba(255, 255, 255, .07);
}

/* ── TESTIMONIOS ── */
.testi-card {
    border-radius: 14px;
    border: 1px solid #e0e0e0;
    padding: 1.75rem;
}

.testi-ya {
    border-top: 3px solid var(--ya-azul);
}

.testi-cy {
    border-top: 3px solid var(--ya-naranja);
}

.testi-stars {
    color: #ffcc33;
    font-size: 12px;
    letter-spacing: 1px;
}

.testi-q {
    font-size: .82rem;
    color: #5a7a8a;
    line-height: 1.65;
    font-style: italic;
}

.testi-av {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .65rem;
    font-weight: 700;
    flex-shrink: 0;
}

.av-ya {
    background: var(--ya-marino);
    color: var(--ya-azul-claro);
}

.av-cy {
    background: var(--ya-naranja);
    color: #fff;
}

.testi-name {
    font-size: .76rem;
    font-weight: 700;
    color: var(--ya-marino);
    font-family: 'Nunito', sans-serif;
}

/* ── CTA CIERRE ── */
.cta-close-section {
    background: var(--ya-marino);
    position: relative;
}

.cta-close-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--ya-azul), var(--ya-naranja));
}

/* ── FOOTER ── */
.ya-footer {
    background: #111;
}

.footer-link {
    font-size: .75rem;
    color: rgba(255, 255, 255, .4);
    display: block;
    margin-bottom: .4rem;
    text-decoration: none;
}

.footer-col-title {
    font-size: .67rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .5);
    font-family: 'Poppins', sans-serif;
}

.footer-badge {
    font-size: .6rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .25);
    border: .5px solid rgba(255, 255, 255, .1);
    padding: 3px 10px;
    border-radius: 3px;
}

.footer-addr {
    font-size: .73rem;
    color: rgba(255, 255, 255, .35);
    line-height: 1.75;
}

.footer-copy {
    font-size: .68rem;
    color: rgba(255, 255, 255, .25);
}

/* ── BTN HELPERS ── */
.btn-ya-primary {
    background: var(--ya-azul);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: .75rem 1.75rem;
    font-weight: 700;
    font-size: .88rem;
}

.btn-ya-outline {
    background: #fff;
    color: var(--ya-marino);
    border: 1.5px solid var(--ya-marino);
    border-radius: 6px;
    padding: .75rem 1.75rem;
    font-weight: 700;
    font-size: .88rem;
}

.btn-close-white {
    background: #fff;
    color: var(--ya-marino);
    border: none;
    border-radius: 6px;
    padding: .75rem 2rem;
    font-weight: 700;
    font-size: .85rem;
}

.btn-close-ghost {
    background: transparent;
    color: #fff;
    border: 1.5px solid #fff;
    border-radius: 6px;
    padding: .75rem 2rem;
    font-weight: 700;
    font-size: .85rem;
}