/* ============================================================
   46. SEKCJA MODELE I PARAMETRY + SPOSOBY MONTAŻU
   ============================================================ */
.rev-models-section {
    padding: 0px 60px 60px 60px;
    background: none;
    width: 100%;
    box-sizing: border-box;
}
.rev-models-inner {
    max-width: 1500px;
    margin: 0 auto;
}
.rev-models-header {
    margin-bottom: 24px;
}
.rev-models-title {
    font-family: "Bahnschrift", sans-serif !important;
    font-size: 36px !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    color: #1c1c1b !important;
    line-height: 1.1 !important;
    margin-bottom: 16px !important;
    margin-top: 0 !important;
}
.rev-models-title strong {
    font-weight: 900 !important;
}
.rev-models-title-line {
    width: 48px;
    height: 3px;
    background: #e30613;
}
.rev-models-lead {
    font-family: "Noto Sans", sans-serif !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: #555 !important;
    margin-bottom: 32px !important;
    max-width: 1000px;
}
.rev-models-lead strong {
    color: #1c1c1b !important;
}
.rev-models-table-wrap {
    overflow-x: auto;
    margin-bottom: 80px;
    border: 1px solid #e0e0e0;
}
.rev-models-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
}
.rev-models-th {
    font-family: "Roboto Mono", monospace;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    background: #1c1c1b;
    padding: 14px 16px;
    text-align: center;
    border-right: 1px solid #2a2a29;
    white-space: nowrap;
}
.rev-models-th--label {
    text-align: left;
    min-width: 200px;
}
.rev-models-th:last-child {
    border-right: none;
}
.rev-models-row--highlight .rev-models-td {
    background: #fff5f5;
    color: #e30613 !important;
    font-weight: 700 !important;
}
.rev-models-row--highlight .rev-models-td--label {
    color: #e30613 !important;
}
.rev-models-row:not(.rev-models-row--highlight):nth-child(even) .rev-models-td {
    background: #f8f8f8;
}
.rev-models-row:not(.rev-models-row--highlight):nth-child(odd) .rev-models-td {
    background: #fff;
}
.rev-models-td {
    font-family: "Roboto Mono", monospace !important;
    font-size: 14px;
    color: #1c1c1b;
    padding: 13px 16px;
    text-align: center;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.rev-models-row:last-child .rev-models-td {
    border-bottom: none;
}
.rev-models-td:last-child {
    border-right: none;
}
.rev-models-td--label {
    font-family: "Noto Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #444;
    text-align: left;
}
.rev-mount-header {
    margin-bottom: 40px;
}
.rev-mount-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    border: 1px solid #e0e0e0;
}
.rev-mount-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 24px;
    gap: 16px;
    border-right: 1px solid #e0e0e0;
    transition: background 0.2s;
}
.rev-mount-item:last-child {
    border-right: none;
}
.rev-mount-item:hover {
    background: #f8f8f8;
}
.rev-mount-icon {
    width: 56px;
    height: 56px;
    background: #fff5f5;
    border: 1px solid rgba(227, 6, 19, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.rev-mount-label {
    font-family: "Noto Sans", sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #555;
    text-align: center;
    display: block;
}

