﻿/* --- Vizual: premium + čitljiv + "ticket intent" --- */
.event-hero-wrap {
    position: relative;
}

.event-main-image {
    width: 100%;
    max-height: 460px;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.10);
    background: #f2f4f7;
}

/* >>>>> Overlay (ne razvlači CTA) */
.hero-overlay {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    pointer-events: none;
}
/* <<<<< */

.hero-pill {
    pointer-events: auto;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(222,226,230,0.9);
    border-radius: 14px;
    padding: 10px 12px;
    min-width: 170px;
    backdrop-filter: blur(6px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

    .hero-pill .k {
        font-size: .78rem;
        color: #6c757d;
        display: block;
        line-height: 1.1;
    }

    .hero-pill .v {
        font-weight: 700;
        color: #1f2d3d;
        line-height: 1.2;
    }

/* >>>>> CTA kao elegantan “pill button” */
.hero-badge {
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.94);
    color: #1b6b2e;
    border: 1px solid rgba(40,167,69,0.35);
    border-radius: 14px;
    padding: 9px 12px;
    box-shadow: 0 10px 26px rgba(0,0,0,0.16);
    text-decoration: none;
    flex: 0 0 auto;
    white-space: nowrap;
    margin-left: auto;
    max-width: 320px;
    transition: .18s ease-in-out;
}

    .hero-badge:hover {
        background: rgba(40,167,69,0.95);
        color: #fff;
        border-color: rgba(255,255,255,0.35);
        transform: translateY(-1px);
    }

    .hero-badge span {
        line-height: 1.1;
        font-weight: 800;
        font-size: .92rem;
    }
/* <<<<< */

/* >>>>> Credits (uvijek vidljiv, uredno pozicioniran) */
.photo-credit {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    background: rgba(255,255,255,0.90);
    border: 1px solid rgba(222,226,230,0.85);
    border-radius: 999px;
    padding: 6px 10px;
    font-size: .78rem;
    color: #6c757d;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

    .photo-credit .credit-text {
        white-space: nowrap;
    }

        /* Demo tekst ako literal ne ispiše ništa */
        .photo-credit .credit-text:empty:before {
            content: "Foto: Promo / Press";
        }
/* <<<<< */

.info-strip {
    background: #f8f9fa;
    border-left: 5px solid #28a745;
    padding: 14px 16px;
    border-radius: 0 10px 10px 0;
    margin: 16px 0 20px 0;
}

.partner-sidebar {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 16px;
    padding: 18px;
    position: sticky;
    top: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.btn-green-tickets {
    background-color: #28a745;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 12px 18px;
    display: block;
    text-align: center;
    text-decoration: none;
    transition: 0.18s ease-in-out;
    letter-spacing: .02em;
}

    .btn-green-tickets:hover {
        background-color: #218838;
        color: #fff;
        transform: translateY(-1px);
    }

.btn-outline-soft {
    border: 1px solid #dee2e6;
    background: #fff;
    border-radius: 999px;
    padding: 10px 14px;
    text-decoration: none;
    color: #495B69;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: .18s ease-in-out;
}

    .btn-outline-soft:hover {
        border-color: #cfd6dd;
        transform: translateY(-1px);
        color: #2f3f4b;
    }

.section-title-seo {
    border-bottom: 2px solid #eee;
    margin: 34px 0 14px 0;
    padding-bottom: 8px;
    font-weight: 800;
    color: #495B69;
    font-size: 1.2rem;
}

.desc-text {
    line-height: 1.78;
    text-align: justify;
    color: #2a2f33;
}

.nav-anchors {
    position: sticky;
    top: 0;
    z-index: 5;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid #eef1f3;
    padding: 10px 0;
    margin-bottom: 14px;
}

    .nav-anchors a {
        font-size: .92rem;
        color: #495B69;
        text-decoration: none;
        padding: 8px 12px;
        border-radius: 999px;
        border: 1px solid #e9ecef;
        background: #fff;
        display: inline-block;
        margin-right: 8px;
        margin-bottom: 8px;
        transition: .18s ease-in-out;
    }

        .nav-anchors a:hover {
            border-color: #d9e2ea;
            transform: translateY(-1px);
        }

.card-soft {
    border: 1px solid #eef1f3;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

.kv-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
}

.kv {
    flex: 1 1 220px;
    border: 1px solid #eef1f3;
    border-radius: 14px;
    padding: 12px;
    background: #fff;
}

    .kv .k {
        font-size: .78rem;
        color: #6c757d;
        display: block;
    }

    .kv .v {
        font-weight: 800;
        color: #1f2d3d;
    }

        /* Linkovi u KV vrijednosti (da izgledaju uredno) */
        .kv .v a {
            color: #1b6b2e;
            text-decoration: none;
        }

            .kv .v a:hover {
                text-decoration: underline;
            }

.faq .accordion-button {
    font-weight: 700;
    color: #495B69;
}

.faq .accordion-item {
    border: 1px solid #eef1f3;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 10px;
}

.faq .accordion-button:focus {
    box-shadow: none;
}

.mini-note {
    font-size: .86rem;
    color: #6c757d;
}

.tagline {
    font-size: 1.05rem;
    color: #495B69;
    margin-top: 10px;
    margin-bottom: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

/* >>>>> Mapa */
.map-wrap {
    border: 1px solid #eef1f3;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.04);
    background: #fff;
}

.map-embed {
    width: 100%;
    height: 320px;
    border: 0;
    display: block;
}
/* <<<<< */

/* >>>>> Mobile fine-tuning */
@media (max-width: 576px) {
    /* Manje “pojede” fotku na mobitelu */
    .event-main-image {
        max-height: 320px;
    }

    /* Hero overlay u jednu kolonu: čitljivije, manje nagurano */
    .hero-overlay {
        left: 10px;
        right: 10px;
        bottom: 10px;
        gap: 8px;
        flex-direction: column;
        align-items: stretch;
    }

    .hero-pill {
        min-width: 0;
        width: 100%;
        padding: 7px 9px;
        border-radius: 12px;
    }

        .hero-pill .k {
            font-size: .74rem;
        }

        .hero-pill .v {
            font-size: .92rem;
        }

    .hero-badge {
        width: 100%;
        max-width: 100%;
        justify-content: center;
        padding: 9px 12px;
        border-radius: 12px;
        margin-left: 0;
    }

    .photo-credit {
        top: 10px;
        right: 10px;
        padding: 5px 8px;
        font-size: .74rem;
    }

    /* Anchor navigacija kao horizontalni scroll */
    .nav-anchors {
        position: relative;
    }

        .nav-anchors .container {
            overflow-x: auto;
            white-space: nowrap;
            -webkit-overflow-scrolling: touch;
            padding-bottom: 6px;
        }

        .nav-anchors a {
            display: inline-flex;
            margin-bottom: 0;
        }
        /* Diskretni fade desno (da se vidi da je scroll) */
        .nav-anchors:after {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            width: 28px;
            height: 100%;
            background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.92));
            pointer-events: none;
        }

    /* Mapa na mobitelu */
    .map-embed {
        height: 260px;
    }
}
/* <<<<< */
