/* ============================================================
   Бренд-лендинги «Зарядка для {БРЕНД}».
   Доп. стили к parking-zhk.css + home-charging.css.
   Только два новых блока: таблица моделей (.lp-models) и
   блок выбора разъёма (.lp-connector-help). Остальное —
   из общих lp-* классов. Всё в зоне .lp-shell.
   ============================================================ */

/* ===== СЕКЦИЯ «МОДЕЛИ И РАЗЪЁМЫ» (тёмный фон) ===== */
.lp-shell .lp-models {
    background: #0E1A2E;
    padding: 80px 0;
}

.lp-shell .lp-models-table__wrap {
    margin-top: 36px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
}

.lp-shell .lp-models-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 640px;
    font-size: 15px;
    color: #fff;
}

.lp-shell .lp-models-table thead th {
    background: rgba(255, 255, 255, 0.04);
    color: #B2E0FF;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 13px;
    text-align: left;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.lp-shell .lp-models-table tbody th,
.lp-shell .lp-models-table tbody td {
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    vertical-align: top;
    text-align: left;
    font-weight: 400;
}

.lp-shell .lp-models-table tbody th {
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
}

.lp-shell .lp-models-table tbody td {
    color: rgba(255, 255, 255, 0.78);
}

.lp-shell .lp-models-table tbody tr:last-child th,
.lp-shell .lp-models-table tbody tr:last-child td {
    border-bottom: none;
}

.lp-shell .lp-models-table tbody tr:nth-child(even) th,
.lp-shell .lp-models-table tbody tr:nth-child(even) td {
    background: rgba(255, 255, 255, 0.02);
}

/* ===== БЛОК «КАКОЙ РАЗЪЁМ» (светлый фон, наследует .is-light) ===== */
.lp-shell .lp-connector-help {
    padding: 80px 0;
}

.lp-shell .lp-connector-help__grid {
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.lp-shell .lp-connector-card {
    background: #fff;
    border: 1px solid rgba(14, 26, 46, 0.1);
    border-radius: 16px;
    padding: 24px;
}

.lp-shell .lp-connector-card h3 {
    margin: 0 0 10px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #0E1A2E;
    line-height: 1.2;
}

.lp-shell .lp-connector-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(14, 26, 46, 0.7);
}

.lp-shell .lp-connector-help__chips {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.lp-shell .lp-connector-help__chips-label {
    font-size: 14px;
    font-weight: 600;
    color: rgba(14, 26, 46, 0.6);
    margin-right: 4px;
}

.lp-shell .lp-connector-chip {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid rgba(0, 178, 255, 0.4);
    border-radius: 8px;
    color: #0079C2;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: border-color .2s, background-color .2s, color .2s;
}

.lp-shell .lp-connector-chip:hover {
    background: #00B2FF;
    border-color: #00B2FF;
    color: #fff;
}

.lp-shell .lp-connector-help__more {
    margin: 28px 0 0;
}

.lp-shell .lp-connector-help__more a {
    color: #0079C2;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px dashed rgba(0, 121, 194, 0.5);
    padding-bottom: 2px;
    text-decoration: none;
    transition: color .2s, border-color .2s;
}

.lp-shell .lp-connector-help__more a:hover {
    color: #00B2FF;
    border-bottom-color: #00B2FF;
}

@media (max-width: 640px) {
    .lp-shell .lp-models { padding: 56px 0; }
    .lp-shell .lp-connector-help { padding: 56px 0; }
}
