/* O Banji Vrujci page
   Page-specific styles only. Existing layout, header, footer and base .villa-* system remain unchanged.
*/

.banja-highlight-section {
    margin-top: -58px;
    position: relative;
    z-index: 5;
}

.banja-healing-card {
    display: grid;
    grid-template-columns: 140px 1fr auto;
    gap: 34px;
    align-items: center;
    padding: 38px 42px;
    border-radius: 28px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 24px 70px rgba(38, 61, 52, .14);
    border: 1px solid rgba(30, 86, 65, .12);
    backdrop-filter: blur(12px);
}

.banja-drop-icon {
    width: 116px;
    height: 116px;
    border-radius: 34px;
    background: linear-gradient(145deg, rgba(38, 122, 90, .12), rgba(218, 173, 86, .12));
    display: grid;
    place-items: center;
    color: #1f5c45;
}

.banja-drop-icon svg {
    width: 74px;
    height: 74px;
}

.banja-healing-card h2,
.banja-split-copy h2,
.banja-section-title h2,
.banja-quote-card h2 {
    margin: 0;
    font-family: var(--font-serif, Georgia, serif);
    color: #17241f;
    font-size: clamp(2rem, 3vw, 3.2rem);
    line-height: 1.05;
}

.banja-healing-card p {
    margin: 16px 0 0;
    color: #4d5a54;
    line-height: 1.75;
    max-width: 760px;
}

.banja-story-section,
.banja-experience-section,
.banja-comfort-section {
    padding: 88px 0;
}

.banja-story-grid,
.banja-comfort-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 58px;
    align-items: center;
}

.banja-story-grid.reverse {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
}

.banja-split-copy .section-kicker,
.banja-section-title .section-kicker,
.banja-quote-card .section-kicker {
    margin-bottom: 14px;
}

.banja-split-copy p {
    color: #4d5a54;
    font-size: 1.02rem;
    line-height: 1.85;
    margin: 18px 0 0;
}

.banja-split-copy .btn {
    margin-top: 28px;
}

.banja-image-card {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 22px 58px rgba(22, 35, 29, .16);
    min-height: 420px;
    background: #eef2ed;
}

.banja-image-card.small {
    min-height: 310px;
}

.banja-image-card img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    display: block;
    transition: transform .7s ease;
}

.banja-image-card:hover img {
    transform: scale(1.035);
}

.banja-image-label {
    position: absolute;
    left: 22px;
    bottom: 22px;
    right: 22px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255,255,255,.90);
    color: #183026;
    font-weight: 700;
    box-shadow: 0 14px 34px rgba(0,0,0,.12);
}

.banja-feature-panel {
    background: linear-gradient(180deg, rgba(246, 249, 244, 1), rgba(255,255,255,1));
    border-top: 1px solid rgba(30, 86, 65, .08);
    border-bottom: 1px solid rgba(30, 86, 65, .08);
    padding: 84px 0;
}

.banja-section-title {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 42px;
}

.banja-section-title p {
    margin: 18px auto 0;
    color: #5c6762;
    line-height: 1.75;
}

.banja-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.banja-benefit-card {
    padding: 30px 24px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(30, 86, 65, .10);
    box-shadow: 0 18px 42px rgba(39, 59, 49, .08);
}

.banja-benefit-card span {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: rgba(31, 92, 69, .10);
    color: #1f5c45;
    font-size: 1.35rem;
    margin-bottom: 18px;
}

.banja-benefit-card h3 {
    margin: 0;
    color: #17241f;
    font-size: 1.13rem;
}

.banja-benefit-card p {
    margin: 12px 0 0;
    color: #5a6660;
    line-height: 1.65;
    font-size: .96rem;
}

.banja-photo-row {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 24px;
    margin-top: 44px;
}

.banja-photo-stack {
    display: grid;
    gap: 24px;
}

.banja-quote-card {
    padding: 42px;
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(31, 92, 69, .95), rgba(49, 123, 89, .90));
    color: #fff;
    box-shadow: 0 28px 70px rgba(25, 68, 50, .18);
}

.banja-quote-card h2,
.banja-quote-card .section-kicker {
    color: #fff;
}

.banja-quote-card p {
    color: rgba(255,255,255,.86);
    line-height: 1.8;
    margin: 18px 0 0;
}

.banja-mini-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.banja-mini-list div {
    padding: 15px 16px;
    border-radius: 16px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.16);
    color: #fff;
    font-weight: 700;
}

@media (max-width: 980px) {
    .banja-healing-card {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 32px 26px;
    }

    .banja-healing-card .btn {
        width: fit-content;
    }

    .banja-story-grid,
    .banja-story-grid.reverse,
    .banja-comfort-grid,
    .banja-photo-row {
        grid-template-columns: 1fr;
    }

    .banja-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .banja-story-section,
    .banja-experience-section,
    .banja-comfort-section {
        padding: 68px 0;
    }
}

@media (max-width: 640px) {
    .banja-highlight-section {
        margin-top: -34px;
    }

    .banja-healing-card {
        border-radius: 22px;
    }

    .banja-drop-icon {
        width: 88px;
        height: 88px;
        border-radius: 26px;
    }

    .banja-drop-icon svg {
        width: 58px;
        height: 58px;
    }

    .banja-benefits-grid,
    .banja-mini-list {
        grid-template-columns: 1fr;
    }

    .banja-image-card,
    .banja-image-card.small {
        min-height: 280px;
    }

    .banja-quote-card {
        padding: 30px 24px;
    }
}
