/* ── WSPÓLNY KONTENER 1350px ── */
.zong-wrap { max-width: 1350px; margin: 0 auto; padding: 0 20px; }

/* ── SEKCJA 2: PODMENU ── */
.zong-section-podmenu { width: 100%; background: #fff; padding: 16px 0; }
.zong-podmenu-inner { display: flex; flex-wrap: wrap; width: 100%; gap: 6px; }
.nav-btn {
    flex: 0 0 calc((100% - 7 * 6px) / 8); min-width: 0;
    display: flex; align-items: center; justify-content: center; text-align: center;
    background: linear-gradient(to bottom, #3d4758, #1e2530);
    color: #ffffff; font-family: Arial, Helvetica, sans-serif;
    font-size: 13px; font-weight: 400; line-height: 1.3;
    padding: 10px 8px; min-height: 50px;
    border: none; border-radius: 0; cursor: pointer; text-decoration: none;
    transition: color 0.2s ease;
}
.nav-btn:hover  { color: #d71920; }
.nav-btn:active { color: #a0000a; }
@media (max-width: 900px)  { .nav-btn { flex: 0 0 calc(25% - 5px); } }
@media (max-width: 560px)  { .nav-btn { flex: 0 0 calc(50% - 3px); } }

/* ── SEKCJA 3: PRODUKT ── */
.zong-section-produkt { width: 100%; background: #fff; padding: 16px 0 60px; }
.zong-product-top {
    display: grid; grid-template-columns: 300px 1fr; gap: 48px;
    align-items: start; margin-bottom: 24px;
}

/* ── PRAWA KOLUMNA — SPECS ── */
.zong-specs-heading {
    font-size: 18px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em;
    border-bottom: 3px solid #d71920; padding-bottom: 8px; margin-bottom: 20px; color: #111;
}
.zong-specs-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.zes-table { width: 100%; border-collapse: collapse; font-size: 13px; margin: 0; }
.zes-table td { border: 1px solid #d0d0d0; padding: 8px 10px; vertical-align: middle; }
.zes-table td:first-child { font-weight: 600; color: #333; background: #f7f7f7; width: 68%; }
.zes-table td:last-child  { text-align: center; width: 32%; }
.zes-table tr:nth-child(even) td:first-child { background: #f0f0f0; }
.zes-yes { color: #2ecc71; font-weight: 700; font-size: 15px; }
.zes-no  { color: #e74c3c; font-weight: 700; font-size: 15px; }

/* ── DEALERZY ── */
.zong-dealers-section { background: #fff; padding: 32px; border-radius: 4px; }
.gp-dealers-list { display: flex; flex-direction: column; gap: 20px; }
.gp-dealers-list h3 {
    font-size: 20px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em;
    border-bottom: 2px solid #d71920; padding-bottom: 8px; margin-bottom: 4px;
}
.gp-dealer-item {
    display: flex; justify-content: space-between; align-items: center;
    padding: 24px 28px; background: #f5f5f5; border: 1px solid #e6e6e6; border-radius: 4px;
}
.gp-dealer-left  { display: flex; flex-direction: column; gap: 8px; }
.gp-dealer-title { font-size: 18px; font-weight: 700; margin: 0; color: #111; }
.gp-dealer-info div { color: #444; font-size: 14px; }
.gp-dealer-info a    { color: #d71920; text-decoration: none; }
.gp-dealer-right { margin-left: 24px; flex-shrink: 0; }
.gp-btn {
    display: inline-block; background: #d71920; color: #fff;
    padding: 12px 24px; font-weight: 700; font-size: 12px; letter-spacing: .06em;
    text-transform: uppercase; border-radius: 4px; text-decoration: none; transition: background .2s;
}
.gp-btn:hover { background: #b5141a; color: #fff; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
    .zong-product-top { grid-template-columns: 1fr; gap: 24px; }
    .zong-specs-columns { grid-template-columns: 1fr; }
    .gp-dealer-item { flex-direction: column; align-items: flex-start; gap: 16px; }
    .gp-dealer-right { margin-left: 0; width: 100%; }
    .gp-btn { width: 100%; text-align: center; }
}
