: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 {
    font-family: 'Poppins', sans-serif;
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--ya-azul);
}

/* HEADER */


/* HERO YABOX — azul marino */
.hero-ya {
    background: var(--ya-marino);
    padding: 3.5rem 0 0;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
}

/* .hero-ya::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: #fff;
    line-height: 1.12;
}

.hero-h1 .l2 {
    display: block;
    color: var(--ya-azul-claro);
    font-size: 2.6rem;
}

.hero-sub {
    font-size: 1rem;
    color: rgba(255, 255, 255, .6);
    line-height: 1.7;
}

.hero-sub strong {
    color: #fff;
}

.trust-item-ya {
    font-size: .73rem;
    color: rgba(255, 255, 255, .45);
    display: flex;
    align-items: center;
    gap: 6px;
}

.trust-item-ya::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
    flex-shrink: 0;
}

.hero-art-dk {
    background: rgba(255, 255, 255, .05);
    border-radius: 14px 14px 0 0;
    border: .5px dashed rgba(255, 255, 255, .12);
    border-bottom: none;
    height: 210px;
    position: relative;
    overflow: hidden;
}

.route-line-dk {
    position: absolute;
    top: 50%;
    left: 5%;
    right: 5%;
    height: 1.5px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .15), rgba(0, 204, 255, .3), rgba(255, 153, 0, .25), rgba(255, 255, 255, .15), 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: rgba(255, 255, 255, .35);
    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 18px rgba(0, 0, 0, .3);
}

.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 */
.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-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;
}

/* CALCULADORA */
.f-label {
    font-size: .67rem;
    font-weight: 600;
    color: var(--ya-marino);
    margin-bottom: 2px;
    display: block;
    font-family: 'Poppins', sans-serif;
}

.f-inp {
    width: 100%;
    padding: 8px 11px;
    border: 1.5px solid #e0e0e0;
    border-radius: 7px;
    font-size: .8rem;
    color: var(--ya-marino);
    background: #fafafa;
    font-family: 'Nunito Sans', sans-serif;
    outline: none;
}

.f-sel {
    width: 100%;
    padding: 8px 11px;
    border: 1.5px solid #e0e0e0;
    border-radius: 7px;
    font-size: .8rem;
    color: #555;
    background: #fafafa;
    font-family: 'Nunito Sans', sans-serif;
    outline: none;
}

.calc-btn {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    background: var(--ya-azul);
    color: #fff;
    font-size: .85rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
}

.res-box {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 9px;
    padding: 14px;
}

.res-row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: .78rem;
}

.res-row:last-child {
    border: none;
}

.res-l {
    color: #8aacbc;
}

.res-v {
    font-weight: 700;
    color: var(--ya-marino);
}

.res-tot {
    background: var(--ya-marino);
    border-radius: 7px;
    padding: 10px 14px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.rt-l {
    font-size: .75rem;
    color: rgba(255, 255, 255, .55);
}

.rt-v {
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
    font-family: 'Nunito', sans-serif;
}

.res-nota {
    font-size: .62rem;
    color: #bbb;
    margin-top: 7px;
}

/* PASOS */
.st-n {
    font-size: 3.2rem;
    font-weight: 900;
    color: rgba(0, 153, 204, .1);
    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-azul);
    border-radius: 0 0 3px 3px;
}

.ben-num {
    font-size: 3.2rem;
    font-weight: 900;
    color: var(--ya-azul);
    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;
}

/* TARIFAS */
/* ── SECTION ── */
.ybx-section {
    background: #f5f5f5;
    padding: 4rem 1.5rem 5rem;
}

.ybx-center {
    max-width: 900px;
    margin: 0 auto;
}

.ybx-eyebrow {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 6px;
}

.ybx-title {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 2rem;
    line-height: 1.2;
}

/* ── GRID ── */
.ybx-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

/* ── CARD ── */
.ybx-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 0.5px solid #e0e0e0;
}

/* ── HEADER ── */
.ybx-head {
    padding: 14px 20px 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #0d4f6c;
}

.ybx-origin {
    font-size: 10px;
    font-weight: 400;
    color: rgba(255, 255, 255, .6);
    letter-spacing: .08em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 2px;
}

.ybx-city {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 7px;
}

.ybx-badge {
    font-size: 10px;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: .04em;
    white-space: nowrap;
}

.ybx-badge-miami {
    background: rgba(100, 200, 255, .2);
    color: #a8dcf0;
}

.ybx-badge-china {
    background: rgba(255, 180, 50, .25);
    color: #f5c452;
}

.ybx-table {
    width: 100%;
    border-collapse: collapse;
}

.ybx-table thead tr {
    background: #f0f0f0;
}

.ybx-table th {
    font-size: 10px;
    font-weight: 600;
    color: #8aacbc;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 8px 20px 7px;
    text-align: left;
    font-style: italic;
}

.ybx-table th.right {
    text-align: right;
}

.ybx-table td {
    padding: 10px 20px;
    color: #2a2a2a;
    border-top: 0.5px solid #f0f0f0;
    font-size: 13px;
}

.ybx-table td.right {
    text-align: right;
    font-weight: 500;
}

.ybx-table tbody tr:first-child td {
    border-top: none;
}

/* ── MIN CHARGE ── */
.ybx-min {
    background: #f7f9fb;
    font-size: 12px;
    color: #444;
    padding: 8px 20px;
    border-top: 0.5px solid #e8e8e8;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
}

.ybx-min span {
    color: #0d4f6c;
    font-weight: 600;
}

/* ── SECTION LABEL ── */
.ybx-addl-title {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #8aacbc;
    padding: 10px 20px 4px;
    font-style: italic;
}

/* ── NOTE ── */
.ybx-note {
    font-size: 10.5px;
    color: #888;
    padding: 8px 20px 0;
    line-height: 1.55;
    border-top: 0.5px solid #f0f0f0;
}

/* ── IMPORTANT ── */
.ybx-important {
    background: #f7f9fb;
    border-top: 0.5px solid #e8e8e8;
    padding: 10px 20px 14px;
}

.ybx-important-title {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #8aacbc;
    font-style: italic;
    margin-bottom: 6px;
}

.ybx-important ul {
    list-style: none;
}

.ybx-important ul li {
    font-size: 10.5px;
    color: #777;
    line-height: 1.55;
    padding: 2px 0;
}

.ybx-important ul li::before {
    content: "*";
    margin-right: 5px;
    color: #bbb;
}

/* ── RESTRICT BUTTON ── */
.ybx-restrict-btn {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 10px 20px 14px;
    background: none;
    border: 0.5px solid #e0a030;
    border-radius: 6px;
    padding: 7px 14px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #b87a10;
    width: calc(100% - 40px);
    transition: background .15s;
}

.ybx-restrict-btn:hover {
    background: #fff8ec;
}

/* ── MODAL OVERLAY ── */
.ybx-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.ybx-overlay.open {
    display: flex;
}

.ybx-modal {
    background: #fff;
    border-radius: 14px;
    width: 90%;
    max-width: 500px;
    overflow: hidden;
    border: 0.5px solid #e0e0e0;
}

.ybx-modal-head {
    background: #0d4f6c;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ybx-modal-head h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.ybx-modal-close {
    background: rgba(255, 255, 255, .15);
    border: none;
    color: #fff;
    font-size: 16px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s;
}

.ybx-modal-close:hover {
    background: rgba(255, 255, 255, .25);
}

.ybx-modal-body {
    padding: 20px 22px 24px;
}

.ybx-modal-body>p {
    font-size: 12px;
    color: #777;
    margin-bottom: 16px;
    line-height: 1.55;
}

.ybx-modal-section {
    margin-bottom: 16px;
}

.ybx-modal-section-title {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #8aacbc;
    font-style: italic;
    margin-bottom: 8px;
}

.ybx-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.ybx-tag {
    font-size: 11px;
    padding: 4px 11px;
    border-radius: 20px;
}

.ybx-tag-red {
    background: #fff0f0;
    color: #c0392b;
    border: 0.5px solid #f5c6c6;
}

.ybx-tag-amber {
    background: #fff8ec;
    color: #b87a10;
    border: 0.5px solid #f5d9a0;
}

.ybx-modal-note {
    font-size: 10.5px;
    color: #aaa;
    line-height: 1.5;
    margin-top: 14px;
}

/* CTA CIERRE */
.cta-close-ya {
    background: var(--ya-marino);
    position: relative;
}

.cta-close-ya::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--ya-azul), var(--ya-naranja));
}

/* BTN */
.btn-ya-white {
    background: #fff;
    color: var(--ya-marino);
    border: none;
    border-radius: 6px;
    padding: .75rem 1.75rem;
    font-weight: 700;
    font-size: .9rem;
}

.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-ya-ghost {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, .55);
    border-radius: 6px;
    padding: .75rem 1.75rem;
    font-weight: 700;
    font-size: .9rem;
}

.btn-close-white {
    background: #fff;
    color: var(--ya-marino);
    border: none;
    border-radius: 6px;
    padding: .75rem 2rem;
    font-weight: 700;
    font-size: .85rem;
}