/* =============================================================================
   Kurs 15 — Price Box
   ============================================================================= */

/* Reset — neutralizacja globalnych styli motywu/WooCommerce */
.kurs15-section .kurs15-heading {
    font-size: 2.8rem !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.056rem !important;
    margin: 0 !important;
    color: #1f1f1f !important;
}

.kurs15-section .kurs15-payment-tile {
    display: flex !important;
    align-items: center !important;
    gap: 1.4rem !important;
    width: 100% !important;
    padding: 1.6rem !important;
    border: 0.1rem solid #0a0e14 !important;
    border-radius: 2rem !important;
    background: #ffffff !important;
    box-shadow: none !important;
    outline: none !important;
    text-align: left !important;
    cursor: pointer !important;
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

.kurs15-section .kurs15-payment-tile--active {
    background: #f2f4fa !important;
}

.kurs15-section .kurs15-payment-tile:focus {
    outline: none !important;
    box-shadow: none !important;
}

.kurs15-section .kurs15-payment-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.3rem !important;
    flex: 1 !important;
    min-width: 0 !important;
}

.kurs15-section .kurs15-payment-title {
    display: block !important;
    font-size: 1.6rem !important;
    font-weight: 600 !important;
    color: #050709 !important;
    line-height: 1.3 !important;
}

.kurs15-section .kurs15-payment-desc {
    display: block !important;
    font-size: 1.3rem !important;
    font-weight: 400 !important;
    color: #374151 !important;
    line-height: 1.5 !important;
}

.kurs15-section .kurs15-payment-price {
    font-size: 1.6rem !important;
    font-weight: 700 !important;
    color: #050709 !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    padding-top: 0.2rem !important;
    align-self: flex-start !important;
}

.kurs15-section .kurs15-cta-btn {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    background: #072b3d !important;
    color: #ffffff !important;
    font-size: 1.6rem !important;
    font-weight: 400 !important;
    padding: 1.6rem !important;
    border-radius: 1.2rem !important;
    text-decoration: none !important;
    border: none !important;
    box-shadow: 0 0.1rem 1rem rgba(0,0,0,0.05) !important;
    cursor: pointer !important;
    font-family: inherit !important;
}

.kurs15-section {
    background: var(--kurs-surface-base, #ffffff);
    padding: 6.4rem 2rem;
}

.kurs15-wrapper {
    max-width: 51.5rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
}

/* Tytuł sekcji */
.kurs15-heading {
    font-size: 2.8rem;
    font-weight: 600;
    color: #1f1f1f;
    line-height: 1.2;
    letter-spacing: -0.056rem;
    margin: 0;
}

/* Karta */
.kurs15-card {
    border: 0.1rem solid #0a0e14;
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: 0 0.2rem 2rem rgba(24, 141, 120, 0.1);
}

/* Nagłówek karty */
.kurs15-card-header {
    background: #0a0e14;
    padding: 1.6rem 2.4rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
}

.kurs15-course-name {
    font-size: 1.6rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.4;
}

.kurs15-edition-badge {
    font-size: 1.3rem;
    font-weight: 500;
    color: #374151;
    background: #f2f4fa;
    border-radius: 10rem;
    padding: 0.4rem 1.2rem;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Treść karty */
.kurs15-card-body {
    padding: 0 1.6rem 4rem;
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
}

/* Cena */
.kurs15-price-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
}

.kurs15-price {
    font-size: 3.9rem;
    font-weight: 700;
    color: #050709;
    line-height: 1.1;
    letter-spacing: -0.05em;
}

.kurs15-availability {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.3rem;
    font-weight: 500;
    color: #f54900;
}

.kurs15-availability svg {
    flex-shrink: 0;
    color: #f54900;
}

/* Divider */
.kurs15-divider {
    height: 0.1rem;
    background: #e4e7f0;
    margin: 0 -2.4rem;
}

/* Lista detali */
.kurs15-info-list {
    list-style: none;
    margin: 0;
    padding: 1.6rem;
    background: #f9fafc;
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.kurs15-info-item {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    padding: 1.2rem 0;
}

.kurs15-info-item:first-child {
    padding-top: 0;
}

.kurs15-info-item:last-child {
    padding-bottom: 0;
}

.kurs15-info-item + .kurs15-info-item {
    border-top: 0.1rem solid #e4e7f0;
}

.kurs15-info-icon {
    flex-shrink: 0;
    color: #374151;
    display: flex;
    margin-top: 0.1rem;
}

.kurs15-info-text {
    font-size: 1.4rem;
    color: #374151;
    line-height: 1.5;
}

/* Opcje płatności */
.kurs15-payment-options {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.kurs15-payment-tile {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 1.4rem;
    padding: 1.6rem;
    border: 0.1rem solid #0a0e14;
    border-radius: 2rem;
    background: #ffffff;
    cursor: pointer;
    text-align: left;
    transition: background 0.15s;
}

.kurs15-payment-tile--active {
    background: #f2f4fa;
}

.kurs15-radio {
    flex-shrink: 0;
    display: flex;
    margin-top: 0.1rem;
}

.kurs15-payment-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    min-width: 0;
}

.kurs15-payment-title {
    font-size: 1.6rem;
    font-weight: 600;
    color: #050709;
    line-height: 1.3;
    display: block;
}

.kurs15-payment-desc {
    font-size: 1.3rem;
    color: #374151;
    line-height: 1.5;
    display: block;
}

.kurs15-payment-price {
    font-size: 1.6rem;
    font-weight: 700;
    color: #050709;
    white-space: nowrap;
    flex-shrink: 0;
    padding-top: 0.2rem;
}

/* CTA */
.kurs15-cta-wrap {
    margin-top: -0.8rem;
}

.kurs15-cta-btn {
    display: block;
    width: 100%;
    text-align: center;
    background: #072b3d;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 1.6rem;
    border-radius: 1.2rem;
    text-decoration: none;
    box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.05);
    transition: background 0.2s;
}

.kurs15-cta-btn:hover {
    background: #0d3f58;
}

/* Stopka */
.kurs15-footer-note {
    text-align: center;
    font-size: 1.3rem;
    color: #374151;
    line-height: 1.5;
    margin: 0;
}

/* Linki regulaminów */
.kurs15-legal-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    flex-wrap: wrap;
}

.kurs15-legal-link {
    font-size: 1.3rem;
    color: #374151;
    text-decoration: underline;
    text-underline-offset: 0.2rem;
    transition: color 0.2s;
}

.kurs15-legal-link:hover {
    color: #050709;
}

.kurs15-legal-sep {
    display: block;
    width: 0.1rem;
    height: 2rem;
    background: #e4e7f0;
    flex-shrink: 0;
}

/* =============================================================================
   Responsive
   ============================================================================= */

@media (max-width: 768px) {
    .kurs15-section {
        padding: 4.8rem 1.6rem;
    }

    .kurs15-heading {
        font-size: 2.8rem;
    }

    .kurs15-price {
        font-size: 2.5rem;
    }

    .kurs15-card-header {
        padding: 1.6rem;
    }

    .kurs15-card-body {
        padding: 2.4rem 1.6rem 3.2rem;
    }

    .kurs15-divider {
        margin: 0 -1.6rem;
    }
}

@media (max-width: 480px) {
    .kurs15-section {
        padding: 4rem 1.2rem;
    }

    .kurs15-payment-tile {
        flex-wrap: wrap;
    }

    .kurs15-payment-price {
        width: 100%;
        text-align: right;
    }
}
