/* ============================================================
   43. SEKCJA ZESTAWIENIE PARAMETRÓW TECHNICZNYCH
   ============================================================ */
.rev-params-section {
    padding: 80px 60px;
    width: 100%;
    box-sizing: border-box;
}
.rev-params-inner {
    max-width: 1500px;
    margin: 0 auto;
}
.rev-params-header {
    margin-bottom: 40px;
}
.rev-params-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-params-title strong {
    font-weight: 900 !important;
}
.rev-params-title-line {
    width: 48px;
    height: 3px;
    background: #e30613;
}
.rev-params-images {
    display: grid;
    grid-template-columns: 220px repeat(3, 1fr);
    background: transparent;
    border: none;
    margin-bottom: 0;
}
.rev-params-images-label {
    background: transparent;
    border: none;
}
.rev-params-img-cell {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 16px 0;
    background: transparent;
    border: none;
}
.rev-params-img-cell img {
    width: 100%;
    max-width: 220px;
    height: 180px;
    object-fit: contain;
    object-position: center bottom;
    display: block;
}
.rev-params-table-wrap {
    background: #fff;
    border: 1px solid #e0e0e0;
    margin-bottom: 0;
}
.rev-params-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.rev-params-th {
    font-family: "Roboto Mono", monospace;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1c1c1b;
    padding: 18px 24px;
    text-align: center;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0 !important;
    background: #f8f8f8 !important;
}
.rev-params-th--label {
    text-align: left;
    width: 220px;
    font-family: "Roboto Mono", monospace !important;
}
.rev-params-th:last-child {
    border-right: none;
}
.rev-params-row:nth-child(even),
.rev-params-row:nth-child(odd) {
    background: #fff !important;
}
.rev-params-row:nth-child(even) .rev-params-td,
.rev-params-row:nth-child(odd) .rev-params-td {
    background: #fff !important;
}
.rev-params-td {
    font-family: "Roboto Mono", monospace;
    font-size: 14px;
    font-weight: 400;
    color: #1c1c1b;
    padding: 16px 24px;
    text-align: center;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1.4;
}
.rev-params-td:last-child {
    border-right: none;
}
.rev-params-row:last-child .rev-params-td {
    border-bottom: none;
}
.rev-params-td--label {
    font-family: "Roboto Mono", monospace;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #888;
    text-align: left;
}
.rev-params-td strong {
    font-family: "Roboto Mono", monospace;
    font-weight: 700;
    color: #1c1c1b;
    font-size: 15px;
}
.rev-params-note {
    font-family: "Roboto Mono", monospace;
    font-size: 11px;
    color: #888;
    display: block;
    margin-top: 2px;
}
.rev-params-btns {
    display: grid;
    grid-template-columns: 220px repeat(3, 1fr);
    background: transparent;
    border: none;
    margin-bottom: 24px;
    gap: 0;
}
.rev-params-btns-label {
    background: transparent;
    border: none;
}
.rev-params-btn-cell {
    padding: 20px 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
}
.rev-params-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 13px 20px;
    background: #e30613;
    color: #fff !important;
    border: 1px solid #e30613;
    font-family: "Bahnschrift", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: background 0.3s;
}
.rev-params-btn:hover {
    background: #c00510;
    border-color: #c00510;
}
.rev-which-wrap {
    border: 1px solid #e0e0e0;
    border-left: 4px solid #e30613;
    background: #fff;
    padding: 36px 40px;
}
.rev-which-title {
    font-family: "Bahnschrift", sans-serif !important;
    font-size: clamp(18px, 2vw, 24px) !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    color: #1c1c1b !important;
    line-height: 1.2 !important;
    margin-bottom: 28px !important;
    margin-top: 0 !important;
}
.rev-which-title strong {
    font-weight: 900 !important;
}
.rev-which-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.rev-which-item-name {
    font-family: "Bahnschrift", sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #1c1c1b !important;
    letter-spacing: 0.05em !important;
    margin-bottom: 8px !important;
    margin-top: 0 !important;
}
.rev-which-item-desc {
    font-family: "Noto Sans", sans-serif !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
    color: #666 !important;
    margin: 0 !important;
}

