.fee-section {
    background: linear-gradient(180deg, #fdf9f5 0%, #fffefd 100%);
}

.fee-panel {
    display: flex;
    gap: 2.5rem;
    align-items: stretch;
    padding: 2.5rem;
    border-radius: 28px;
    background: linear-gradient(135deg, #ffffff 0%, #fff6ec 100%);
    box-shadow: 0 25px 60px rgba(53, 44, 36, 0.12);
    border: 1px solid rgba(45, 38, 32, 0.08);
}

.fee-highlight {
    flex: 0 0 220px;
    background: #2d2620;
    color: #f7f4f0;
    border-radius: 22px;
    padding: 1.75rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 0.5rem;
}

.fee-percentage {
    font-size: clamp(2.5rem, 3vw, 3.5rem);
    font-weight: 700;
    letter-spacing: -0.04em;
}

.fee-caption {
    font-size: 0.95rem;
    line-height: 1.4;
    opacity: 0.9;
}

.fee-copy {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    font-size: 1rem;
    line-height: 1.7;
}

.fee-copy p {
    margin: 0;
}

.fee-banner-cta-wrap {
    margin-top: 1rem;
    text-align: right;
}

.fee-banner-cta-link {
    display: inline-flex;
    justify-content: center;
}

.fee-banner-followup-card {
    margin-top: 1rem;
    align-items: center;
}

.fee-banner-followup-copy {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.fee-banner-followup-text {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.2rem, 2vw, 1.45rem);
    letter-spacing: 0.01em;
    line-height: 1.35;
    color: #2d2620;
}

.fee-banner-followup-cta {
    margin-top: 0;
    text-align: right;
}

#bewertungsgebuehren .fee-banner-followup-link.btn.primary,
#bewertungsgebuehren .fee-banner-followup-link.btn.primary:visited {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #2e7d32 !important;
    border-color: #2e7d32 !important;
    color: #fff !important;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

#bewertungsgebuehren .fee-banner-followup-link.btn.primary:hover,
#bewertungsgebuehren .fee-banner-followup-link.btn.primary:focus,
#bewertungsgebuehren .fee-banner-followup-link.btn.primary:focus-visible,
#bewertungsgebuehren .fee-banner-followup-link.btn.primary:active {
    background: #4aa85b !important;
    border-color: #4aa85b !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(74, 168, 91, 0.28);
}

.fee-examples {
    margin-top: 2rem;
    padding: 2rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(45, 38, 32, 0.06);
    box-shadow: 0 10px 30px rgba(22, 18, 14, 0.08);
}

.fee-example-card {
    margin: 0 0 1.5rem;
}

.fee-example-card:last-child {
    margin-bottom: 0;
}

.fee-example-card h3 {
    margin: 0 0 1rem;
    font-size: 1.2rem;
}

.fee-example-table-wrapper {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(45, 38, 32, 0.08);
}

.fee-example-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.fee-example-table th,
.fee-example-table td {
    text-align: left;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(45, 38, 32, 0.08);
}

.fee-example-table th {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(45, 38, 32, 0.7);
    background: rgba(45, 38, 32, 0.02);
}

.fee-example-table td {
    font-size: 1.05rem;
    font-weight: 600;
    color: #2d2620;
}

.fee-example-table tbody tr:last-child td {
    border-bottom: none;
}

.fee-example-note {
    margin: 1.25rem 0 0;
    font-size: 0.95rem;
    color: rgba(45, 38, 32, 0.8);
}

@media (max-width: 767px) {
    .fee-panel {
        flex-direction: column;
        padding: 1.75rem;
    }

    .fee-highlight {
        flex: none;
        width: 100%;
    }

    .fee-examples {
        padding: 1.5rem;
    }

    .fee-example-table-wrapper {
        border-radius: 14px;
    }

    .fee-example-table thead {
        display: none;
    }

    .fee-example-table,
    .fee-example-table tbody,
    .fee-example-table tr,
    .fee-example-table td {
        display: block;
        width: 100%;
    }

    .fee-example-table tr {
        padding: 0.35rem 0.5rem;
        border-bottom: 1px solid rgba(45, 38, 32, 0.08);
    }

    .fee-example-table tr:last-child {
        border-bottom: none;
    }

    .fee-example-table td {
        border: none;
        padding: 0.65rem 0;
    }

    .fee-example-table td::before {
        content: attr(data-label);
        display: block;
        font-size: 0.78rem;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        color: rgba(45, 38, 32, 0.6);
        margin-bottom: 0.15rem;
    }

    .fee-banner-cta-wrap {
        text-align: center;
    }

    .fee-banner-followup-cta {
        text-align: center;
        width: 100%;
    }

    .fee-banner-followup-copy {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .fee-banner-followup-link {
        width: min(100%, 420px);
    }
}
