/* =========================
   VERGLEICHSSEITE ZahlPro
========================= */

.compare-section {
    padding: 45px 20px 20px;
}

.compare-text {
    padding: 25px 20px 60px;
    background: #ffffff;
}

.compare-table-wrap {
    margin-top: 35px;
    overflow-x: auto;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    background: white;
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 950px;
    font-size: 15px;
    background: white;
}

.compare-table thead {
    background: linear-gradient(135deg, #0f2747, #153b68);
    color: white;
}

.compare-table th {
    padding: 22px 20px;
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.compare-table td {
    padding: 18px 20px;
    border-bottom: 1px solid #e8edf3;
    color: #24364a;
    line-height: 1.5;
}

.compare-table tbody tr {
    transition: background 0.25s ease;
}

.compare-table tbody tr:hover {
    background: #f7fbff;
}

.compare-table td strong {
    color: #0d5bd7;
    font-weight: 700;
}

.compare-table tbody tr:last-child td {
    border-bottom: none;
}


/* TEXT */

.compare-text h2 {
    font-size: 34px;
    font-weight: 700;
    color: #10253f;
    margin-top: 45px;
    margin-bottom: 18px;
    line-height: 1.2;
}

.compare-text h2:first-child {
    margin-top: 0;
}

.compare-text p {
    font-size: 18px;
    line-height: 1.8;
    color: #41566f;
    margin-bottom: 22px;
    max-width: 950px;
}


/* HIGHLIGHT */

.compare-highlight {
    background: linear-gradient(135deg, #f7fbff, #eef5fc);
    border: 1px solid #d8e7f8;
    border-radius: 18px;
    padding: 28px;
    margin: 30px 0;
    text-align: center;

}

.compare-highlight h3 {
    font-size: 24px;
    color: #10253f;
    margin-bottom: 15px;
    text-align: center;
}

.compare-highlight p {
    margin: 0;
}


/* CARDS */

.why-card {
    background: linear-gradient(135deg, #1f3557, #274a78);
    border-radius: 20px;
    padding: 30px 28px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    text-align: left;
    min-height: 260px;
}

.why-card h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.3;
}

.why-card p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 17px;
    line-height: 1.7;
    margin: 0;
}


/* RESPONSIVE */

@media (max-width: 992px) {

    .compare-section {
        padding: 35px 18px 15px;
    }

    .compare-text {
        padding: 20px 18px 45px;
    }

    .compare-text h2 {
        font-size: 28px;
    }

    .compare-text p {
        font-size: 17px;
        line-height: 1.7;
    }
}

@media (max-width: 768px) {

    .compare-table {
        min-width: 760px;
        font-size: 14px;
    }

    .compare-table th,
    .compare-table td {
        padding: 14px;
    }

    .compare-text h2 {
        font-size: 24px;
    }

    .compare-text p {
        font-size: 16px;
    }

    .compare-table-wrap {
        border-radius: 14px;
    }

    .why-card {
        min-height: auto;
    }
}

@media (max-width: 480px) {

    .compare-section {
        padding: 28px 14px 12px;
    }

    .compare-text {
        padding: 15px 14px 35px;
    }

    .compare-text h2 {
        font-size: 22px;
    }

    .compare-text p {
        font-size: 15px;
        line-height: 1.65;
    }

    .compare-table {
        min-width: 680px;
    }
}

.compare-text h2 {
    font-size: 34px;
    font-weight: 700;
    color: #10253f;
    margin-top: 60px;
    margin-bottom: 22px;
    line-height: 1.2;
}

.compare-text h2:first-child {
    margin-top: 0;
}

.compare-text p {
    font-size: 18px;
    line-height: 1.8;
    color: #41566f;
    margin-bottom: 24px;
    max-width: 950px;
}

.cta-inner {
    margin-top: 60px;
    text-align: center;
}

.content-block {
    margin: 50px 0;
}

/* Kleine Highlight-Box optional */

.compare-highlight {
    background: linear-gradient(135deg, #f7fbff, #eef5fc);
    border: 1px solid #d8e7f8;
    border-radius: 18px;
    padding: 30px;
    margin: 40px 0;
}

.compare-highlight h3 {
    font-size: 24px;
    color: #10253f;
    margin-bottom: 15px;
}

.compare-highlight p {
    margin: 0;
}


/* Responsive */

@media (max-width: 992px) {

    .compare-section,
    .compare-text {
        padding: 60px 18px;
    }

    .compare-text h2 {
        font-size: 28px;
    }

    .compare-text p {
        font-size: 17px;
        line-height: 1.7;
    }
}

@media (max-width: 768px) {

    .compare-table {
        min-width: 760px;
        font-size: 14px;
    }

    .compare-table th,
    .compare-table td {
        padding: 14px 14px;
    }

    .compare-text h2 {
        font-size: 24px;
    }

    .compare-text p {
        font-size: 16px;
    }

    .compare-table-wrap {
        border-radius: 14px;
    }
}

@media (max-width: 480px) {

    .compare-section,
    .compare-text {
        padding: 45px 14px;
    }

    .compare-text h2 {
        font-size: 22px;
    }

    .compare-text p {
        font-size: 15px;
        line-height: 1.65;
    }

    .compare-table {
        min-width: 680px;
    }
}

.why-card {
    background: linear-gradient(135deg, #1f3557, #274a78);
    border-radius: 20px;
    padding: 36px 32px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    text-align: left;
    min-height: 320px;
}

.why-card h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.why-card p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 17px;
    line-height: 1.7;
    margin: 0;
}

.ZahlPro-compare-section {
    padding: 70px 20px;
}

.ZahlPro-compare-box {
    background: #ffffff;
    border-radius: 22px;
    padding: 60px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.ZahlPro-section-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #4d8cff;
    margin-bottom: 14px;
}

.ZahlPro-section-title {
    font-size: 42px;
    font-weight: 700;
    color: #1e2b45;
    margin-bottom: 50px;
}

.ZahlPro-compare-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 50px;
}

.ZahlPro-compare-card {
    background: #f8fbff;
    border: 1px solid #dbe8f7;
    border-radius: 18px;
    padding: 30px;
    text-align: left;
}

.ZahlPro-compare-card h3 {
    font-size: 22px;
    margin-bottom: 14px;
    color: #1e2b45;
}

.ZahlPro-compare-card p {
    font-size: 17px;
    line-height: 1.7;
    color: #334155;
}

.ZahlPro-compare-highlight {
    background: #eef6ff;
    border-radius: 18px;
    padding: 35px;
}

.ZahlPro-compare-highlight h3 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #1e2b45;
}

.ZahlPro-compare-highlight p {
    font-size: 18px;
    line-height: 1.8;
    color: #334155;
    max-width: 900px;
    margin: 0 auto 15px;
}

@media (max-width: 900px) {
    .ZahlPro-compare-grid {
        grid-template-columns: 1fr;
    }

    .ZahlPro-compare-box {
        padding: 30px;
    }

    .ZahlPro-section-title {
        font-size: 30px;
    }
}