/* =====================================================
    PT CLINIC – WSKAZANIA I PRZECIWWSKAZANIA (MODERN LUXURY)
===================================================== */

.pt-indications {
    padding: 90px 0;
    background: transparent; /* Kolor tła nadrzędny/wybierany */
    position: relative;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}

/* Subtelny nowoczesny akcent świetlny w tle */
.pt-indications::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 900px;
    height: 450px;
    background: radial-gradient(circle, rgba(27, 45, 66, 0.035) 0%, transparent 70%);
    z-index: 1;
    pointer-events: none;
}

/* =========================
    HEADER
========================= */

.pt-indications__title {
    font-family: 'Lora', serif !important;
    font-weight: 600 !important;
    font-size: 38px;
    line-height: 1.25;
    margin: 0;
    text-align: center;
    color: #1b2d42;
    letter-spacing: -0.01em;
    position: relative;
    z-index: 2;
}

.pt-indications__lead {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px !important;
    line-height: 1.8 !important;
    margin: 24px auto 48px auto;
    text-align: center;
    color: #2e445c;
    font-weight: 400 !important;
    letter-spacing: 0.01em !important;
    max-width: none !important;
    position: relative;
    z-index: 2;
}

/* =========================
    COLUMNS & GRID (INTELIGENTNA SKALOWALNOŚĆ)
========================= */

.pt-indications__cols {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    position: relative;
    z-index: 2;
}

/* Jeśli w kontenerze jest tylko jedna kolumna, zajmuje ona optymalną szerokość i centruje się */
.pt-indications__cols--single,
.pt-indications__cols:has(.pt-indications__col:only-child) {
    grid-template-columns: minmax(0, 800px) !important;
    justify-content: center !important;
}

/* Dwie kolumny na dużych ekranach */
@media (min-width: 1025px) {
    .pt-indications__cols {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 40px !important;
    }
    
    .pt-indications__cols--single,
    .pt-indications__cols:has(.pt-indications__col:only-child) {
        grid-template-columns: minmax(0, 800px) !important;
        justify-content: center !important;
    }
}

/* =========================
    CARD (SATIN LUXURY & ELEVATED STYLE)
========================= */

.pt-indications__col {
    background: #ffffff;
    border-radius: 20px;
    padding: 48px 40px;
    border: 1px solid rgba(27, 45, 66, 0.06);
    box-shadow: 0 12px 35px rgba(27, 45, 66, 0.03);
    transition: transform 0.4s cubic-bezier(.16, 1, .3, 1), 
                border-color 0.4s ease, 
                box-shadow 0.4s ease;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    position: relative;
    overflow: hidden;
}

/* Górny pasek akcentujący na karcie */
.pt-indications__col::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1b2d42, #2e445c);
    opacity: 0.8;
}

.pt-indications__col:hover {
    transform: translateY(-6px);
    border-color: rgba(27, 45, 66, 0.12);
    box-shadow: 0 20px 45px rgba(27, 45, 66, 0.05);
}

.pt-indications__coltitle {
    font-family: 'Lora', serif !important;
    font-weight: 600 !important;
    font-size: 24px;
    margin: 0 0 24px 0;
    color: #1b2d42;
}

.pt-indications__content {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    margin: 0;
    color: #2e445c;
    font-weight: 400 !important;
}

/* =========================
    LISTS & ITEMS
========================= */

.pt-indications__list {
    list-style: none;
    margin: 24px 0 0 0;
    padding: 0;
    display: grid;
    gap: 16px;
}

.pt-indications__item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    margin: 0;
    color: #2e445c;
    font-weight: 400 !important;
    word-break: break-word;
}

/* =========================
    LINKS (BEZPIECZNE DLA PRZYCISKÓW)
========================= */

.pt-indications a:not(.pt-indications__btn),
.pt-indications__content a:not(.pt-indications__btn),
.pt-indications__item a:not(.pt-indications__btn),
.pt-indications__extraBody a:not(.pt-indications__btn) {
    color: #1b2d42;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    font-weight: 500;
    transition: color 0.25s ease, text-decoration-color 0.25s ease, opacity 0.25s ease;
}

.pt-indications a:not(.pt-indications__btn):hover,
.pt-indications__content a:not(.pt-indications__btn):hover,
.pt-indications__item a:not(.pt-indications__btn):hover,
.pt-indications__extraBody a:not(.pt-indications__btn):hover {
    color: #2e445c;
    text-decoration-color: #1b2d42;
    opacity: 0.85;
}

/* =========================
    ICONS (MODERN SYSTEM)
========================= */

.pt-indications__icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    position: relative;
    margin-top: 3px;
}

/* ✔ WSKAZANIA (IKONA PLUS) */
.pt-indications__list--plus .pt-indications__icon::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(27, 45, 66, 0.05);
    transition: background 0.3s ease;
}

.pt-indications__item:hover .pt-indications__list--plus .pt-indications__icon::before,
.pt-indications__col:hover .pt-indications__list--plus .pt-indications__icon::before {
    background: rgba(27, 45, 66, 0.1);
}

.pt-indications__list--plus .pt-indications__icon::after {
    content: "+";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    color: #1b2d42;
    font-weight: 400;
}

/* ✖ PRZECIWWSKAZANIA (IKONA MINUS) */
.pt-indications__list--minus .pt-indications__icon::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(27, 45, 66, 0.05);
    transition: background 0.3s ease;
}

.pt-indications__col:hover .pt-indications__list--minus .pt-indications__icon::before {
    background: rgba(27, 45, 66, 0.1);
}

.pt-indications__list--minus .pt-indications__icon::after {
    content: "–";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    color: #1b2d42;
    font-weight: 400;
}

/* =========================
    EXTRA SECTIONS
========================= */

.pt-indications__extras {
    margin-top: 64px;
    padding-top: 40px;
    border-top: 1px dashed rgba(27, 45, 66, 0.15);
    position: relative;
    z-index: 2;
}

.pt-indications__extra {
    margin-bottom: 32px;
}

.pt-indications__extra:last-child {
    margin-bottom: 0;
}

.pt-indications__extraBody {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    margin: 0;
    color: #2e445c;
    font-weight: 400 !important;
}

/* =========================
    CTA SECTION (NOWY CZYSTY STYL BEZ BORDERÓW W TLE)
========================= */

.pt-indications__cta {
    margin-top: 72px;
    padding: 20px 0 0 0;
    background: transparent;
    border: none;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 28px;
    position: relative;
    z-index: 2;
}

.pt-indications__ctaText {
    font-family: 'Lora', serif !important;
    font-size: 26px;
    line-height: 1.6;
    color: #1b2d42;
    font-weight: 600 !important;
    margin: 0;
}

.pt-indications__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 40px;
    border-radius: 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    text-decoration: none !important;
    border: 2px solid transparent;
    font-weight: 600;
    letter-spacing: 0.05em;
    transition: all 0.35s cubic-bezier(.16, 1, .3, 1);
    white-space: nowrap;
    flex-shrink: 0;
    background: #1b2d42;
    color: #ffffff;
}

.pt-indications__btn:hover {
    background: #101d2a;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(27, 45, 66, 0.15);
    border-color: #101d2a;
}

/* =========================
    RESPONSIVE (RWD SAFE)
========================= */

@media (max-width: 768px) {
    .pt-indications {
        padding: 60px 0px;
    }

    .pt-indications__title {
        font-size: 30px !important;
        text-align: left;
    }

    .pt-indications__lead {
        font-size: 15.5px !important;
        line-height: 1.6 !important;
        margin-bottom: 40px;
        text-align: left;
        margin-top: 18px;
    }

    .pt-indications__col {
        padding: 34px 20px;
        width: 100%;
    }

    .pt-indications__coltitle {
        font-size: 22px !important;
        margin-bottom: 16px;
    }

    .pt-indications__content,
    .pt-indications__item,
    .pt-indications__extraBody {
        font-size: 15.5px !important;
        line-height: 1.6 !important;
    }

    .pt-indications__cta {
        margin-top: 56px;
        padding-top: 0;
        align-items: flex-start;
        text-align: left;
        gap: 24px;
    }

    .pt-indications__ctaText {
        font-size: 22px !important;
    }

    .pt-indications__btn {
        width: 100%;
        max-width: 100%;
        white-space: normal;
        text-align: center;
        word-break: break-word;
        font-size: 13px !important;
        padding: 14px 16px !important;
        box-sizing: border-box;
        justify-content: center;
    }
}