* {
    box-sizing: border-box;
}



/* ===== CONTENEDOR PRINCIPAL ===== */
.plan-container {
    max-width: 900px;
    margin: 20px auto;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    padding: 0 18px 16px 18px;
}

/* ===== TAB "STARTER PRO" ===== */
.header-title-yellow {
    display: inline-block;
    background: #ffb906;
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 800;
    padding: 10px 26px;
    border-radius: 0 0 10px 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 10px 6px;
}

.header-title-blue {
    display: inline-block;
    background: #2ac1dc;
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 800;
    padding: 10px 26px;
    border-radius: 0 0 10px 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 10px 6px;
}

.header-title-green {
    display: inline-block;
    background: #009833;
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 800;
    padding: 10px 26px;
    border-radius: 0 0 10px 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 10px 6px;
}

.header-title-red {
    display: inline-block;
    background: #a91313;
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 800;
    padding: 10px 26px;
    border-radius: 0 0 10px 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 10px 6px;
}

/* ===== TABLA ===== */
.plan-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

.plan-table col.col-label {
    width: 20%;
}

.plan-table col.col-price {
    width: 13%;
}

.plan-table col.col-price2 {
    width: 13%;
}

.plan-table col.col-panel {
    width: 54%;
}

.plan-table thead th {
    font-weight: 800;
    font-size: 1rem;
    color: #333;
    padding: 6px 4px 10px 4px;
    text-align: center;
}

.plan-table thead th.blank {
    border: none;
}

/* Nombre del plan */
.plan-table tbody td.plan-name {
    font-weight: 700;
    color: #444;
    font-size: 0.95rem;
    padding: 10px 6px;
    text-align: left;
    vertical-align: middle;
}

.plan-table tbody td.plan-name small {
    display: block;
    font-weight: 500;
    color: #888;
    font-size: 0.72rem;
}

/* Precios */
.plan-table tbody td.price {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1a1a1a;
    text-align: center;
    padding: 10px 4px;
    vertical-align: middle;
}

.plan-table tbody td.price::before {
    content: "Q";
    font-size: 0.9rem;
    font-weight: 700;
    color: #888;
    margin-right: 2px;
}

tr.row-week td {
    border-bottom: 1px solid #eef0f2;
}

/* ===== PANEL AZUL (íconos + beneficios) ===== */
.panel {
    background: linear-gradient(180deg, #eaf4fd 0%, #eef7fd 100%);
    border-radius: 20px;
    padding: 12px 14px 14px 14px;
}

.icons-row {
    display: flex;
    justify-content: space-between;
    gap: 6px;
    margin-bottom: 10px;
}

.icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    text-align: center;
}

.icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}

.icon-circle svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
}

.icon-item span {
    font-size: 0.6rem;
    font-weight: 700;
    color: #2b6cb0;
    line-height: 1.2;
    text-transform: uppercase;
}

.c-hidratacion {
    background: #17a2b8;
}

.c-gps {
    background: #e91e63;
}

.c-vip {
    background: #28a745;
}

.c-pista {
    background: #fd7e14;
}

.c-calle {
    background: #6f42c1;
}

.panel-divider {
    height: 1px;
    background: rgba(26, 115, 232, 0.15);
    margin: 8px 0 10px 0;
}

.transmission-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.transmission-icon {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #1a73e8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.transmission-icon svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}

.benefits-col {
    flex: 1;
}

.transmission-label {
    font-size: 0.68rem;
    font-weight: 800;
    color: #1a73e8;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2;
    column-gap: 18px;
}

.benefits-list li {
    font-size: 0.78rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
    break-inside: avoid;
    position: relative;
    padding-left: 12px;
}

.benefits-list li::before {
    content: "•";
    color: #1a73e8;
    position: absolute;
    left: 0;
    font-weight: 900;
}

.benefits-list .live {
    color: #e53e3e;
}

@media (max-width: 640px) {
    .plan-table col.col-label {
        width: 30%;
    }

    .plan-table col.col-price {
        width: 15%;
    }

    .plan-table col.col-price2 {
        width: 15%;
    }

    .plan-table col.col-panel {
        width: 40%;
    }

    .icon-item span {
        font-size: 0.5rem;
    }

    .benefits-list {
        columns: 1;
    }

    .benefits-list li {
        font-size: 0.7rem;
    }
}