/* ============================================================
   HOME — 1:1 sa Tailwind mockup-om (sve sa tos-h- prefiksom)
   Font: Inter za sve. Bez svap-a na cir/lat.
   ============================================================ */

body.home {
    background: #f7f8f9;
    color: #0f1115;
    -webkit-font-smoothing: antialiased;
}
body.home .tos-main { padding-top: 0 !important; }

/* Container */
.tos-h-container {
    width: 100%;
    max-width: 1400px;
    margin-inline: auto;
    padding: 0 1.5rem;
}

/* Color helpers */
.tos-c-nature  { color: #10b981 !important; }
.tos-c-history { color: #f59e0b !important; }
.tos-c-gastro  { color: #ef4444 !important; }
.tos-c-events  { color: #8b5cf6 !important; }
.tos-c-active  { color: #3b82f6 !important; }
.tos-c-muted   { color: #9ca3af !important; }
.tos-c-dark    { color: #0f1115 !important; }

/* ============== HERO ============== */
.tos-h-hero {
    position: relative;
    width: 100%;
    height: 95vh;
    background: #0f1115;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,.25);
}

.tos-h-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    z-index: 25;
    width: 100%;
    height: 74px;
    max-height: 74px;
    pointer-events: none;
}
.tos-h-wave-l1 use { fill: #1e40af; opacity: .75; animation: tos-wave-move-a 10s linear infinite; }
.tos-h-wave-l2 use { fill: #2563eb; opacity: .72; animation: tos-wave-move-b 8s linear infinite; }
.tos-h-wave-l3 use { fill: #3b82f6; opacity: .68; animation: tos-wave-move-a 6s linear infinite; }
.tos-h-wave-l4 use { fill: #dbeafe; opacity: .35; animation: tos-wave-move-b 4s linear infinite; }

@keyframes tos-wave-move-a {
    0% { transform: translate(85px, 0); }
    100% { transform: translate(-90px, 0); }
}
@keyframes tos-wave-move-b {
    0% { transform: translate(-90px, 0); }
    100% { transform: translate(85px, 0); }
}
@media (min-width: 768px) {
    .tos-h-hero {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}
.tos-h-hero-swiper, .tos-h-hero-slide { width: 100%; height: 100%; }
.tos-h-hero-slide { position: relative; background: #0f1115; }
.tos-h-hero-slide > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
    transition: transform 6s ease-out;
}
.tos-h-hero-swiper .swiper-slide-active img { transform: scale(1.05); }
.tos-h-hero-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #0f1115, rgba(15,17,21,.3) 45%, transparent);
}
@media (min-width: 1024px) {
    .tos-h-hero-grad.is-desktop-left {
        background:
            linear-gradient(to top, rgba(15,17,21,.72) 0%, rgba(15,17,21,.32) 42%, transparent 78%),
            linear-gradient(to right, rgba(15,17,21,.86) 0%, rgba(15,17,21,.58) 34%, rgba(15,17,21,0) 74%);
    }
    .tos-h-hero-grad.is-desktop-right {
        background:
            linear-gradient(to top, rgba(15,17,21,.72) 0%, rgba(15,17,21,.32) 42%, transparent 78%),
            linear-gradient(to left, rgba(15,17,21,.86) 0%, rgba(15,17,21,.58) 34%, rgba(15,17,21,0) 74%);
    }
}
.tos-h-hero-inner {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 1.5rem 8rem;
    width: min(100%, 1400px);
    margin: 0 auto;
}
.tos-h-hero-eyebrow {
    display: block;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}
.tos-h-hero-title {
    margin: 0 0 2rem;
    color: #fff;
    font-weight: 900;
    font-size: clamp(3rem, 12vw, 9rem);
    line-height: 0.9;
    letter-spacing: -0.05em;
    width: 100%;
}
@media (min-width: 768px) {
    .tos-h-hero-title { width: 75%; }
}
.tos-h-hero-desc {
    margin: 0 0 2rem;
    max-width: 56rem;
    color: rgba(255,255,255,.85);
    font-size: clamp(1rem, 1.6vw, 1.25rem);
    font-weight: 500;
    line-height: 1.55;
}
.tos-h-btn-primary {
    display: inline-block;
    width: auto;
    max-width: max-content;
    align-self: flex-start;
    padding: 1.25rem 2.5rem;
    background: #10b981;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.9rem;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 0 40px rgba(16,185,129,.4);
    transition: transform 0.25s ease;
}
.tos-h-btn-primary:hover { transform: scale(1.04); }

.tos-h-hero .tos-h-btn-primary {
    display: inline-flex !important;
    width: auto !important;
    max-width: max-content !important;
    align-self: flex-start !important;
}
@media (min-width: 1024px) {
    .tos-h-hero .tos-h-hero-desc.has-desktop-width {
        max-width: var(--tos-h-desc-maxw);
    }

    .tos-h-hero .tos-h-hero-inner.is-desktop-left {
        align-items: flex-start;
        text-align: left;
    }
    .tos-h-hero .tos-h-hero-inner.is-desktop-left .tos-h-hero-title,
    .tos-h-hero .tos-h-hero-inner.is-desktop-left .tos-h-hero-desc {
        margin-right: auto;
    }
    .tos-h-hero .tos-h-hero-inner.is-desktop-left .tos-h-btn-primary {
        align-self: flex-start !important;
    }

    .tos-h-hero .tos-h-hero-inner.is-desktop-right {
        align-items: flex-end;
        text-align: right;
    }
    .tos-h-hero .tos-h-hero-inner.is-desktop-right .tos-h-hero-title,
    .tos-h-hero .tos-h-hero-inner.is-desktop-right .tos-h-hero-desc {
        margin-left: auto;
    }
    .tos-h-hero .tos-h-hero-inner.is-desktop-right .tos-h-btn-primary {
        align-self: flex-end !important;
    }
}
.tos-h-hero-controls {
    position: absolute;
    bottom: 3rem;
    right: 3rem;
    z-index: 20;
    display: none;
    gap: 1rem;
}
@media (min-width: 768px) { .tos-h-hero-controls { display: flex; } }
.tos-h-hero-prev, .tos-h-hero-next {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 999px;
    border: 2px solid rgba(255,255,255,.3);
    background: rgba(255,255,255,.06);
    color: #fff;
    backdrop-filter: blur(8px);
    display: inline-flex; align-items: center; justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}
.tos-h-hero-prev:hover, .tos-h-hero-next:hover { background: #fff; color: #0f1115; }

@media (max-width: 767px) {
    .tos-h-hero {
        height: auto;
        min-height: 0;
        border-bottom-left-radius: 2rem;
        border-bottom-right-radius: 2rem;
    }
    .tos-h-hero-swiper,
    .tos-h-hero-slide {
        height: auto;
    }
    .tos-h-hero-slide {
        display: flex;
        flex-direction: column;
        background: #0f1115;
        min-height: 520px;
    }
    .tos-h-hero-slide > img {
        position: relative;
        inset: auto;
        width: 100%;
        height: 300px;
        object-fit: cover;
        opacity: 1;
        transform: none !important;
    }
    .tos-h-hero-grad {
        display: none;
    }
    .tos-h-hero-inner {
        position: relative;
        inset: auto;
        width: 100%;
        margin: 0;
        padding: 1.5rem 1.25rem 2rem;
        background: linear-gradient(180deg, rgba(15,17,21,.92) 0%, #0f1115 65%);
        justify-content: flex-start;
    }
    .tos-h-hero-title {
        font-size: clamp(2rem, 10vw, 3rem);
        margin-bottom: 1.25rem;
        width: 100%;
    }
    .tos-h-hero-desc {
        margin-bottom: 1.25rem;
        font-size: 1rem;
        max-width: 100%;
    }
    .tos-h-btn-primary {
        padding: 1rem 1.6rem;
        font-size: 0.78rem;
    }
}

/* ============== MARQUEE ============== */
.tos-h-marquee {
    overflow: hidden;
    padding: 1.25rem 0;
    margin-top: 0;
    white-space: nowrap;
    display: flex;
}
.tos-h-marquee-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: tos-h-marquee 30s linear infinite;
    font-weight: 700;
    font-size: clamp(1.5rem, 2.2vw, 2rem);
    text-transform: uppercase;
    letter-spacing: -0.02em;
    color: #0f1115;
}
.tos-h-marquee-track:hover { animation-play-state: paused; }
.tos-h-marquee-item {
    margin: 0 2rem;
    color: inherit;
    text-decoration: none;
}
@keyframes tos-h-marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-33.333%); }
}

/* ============== BENTO "Доживите Сврљиг" ============== */
.tos-h-bento { padding: 6rem 0; }
.tos-h-bento .tos-h-container { max-width: 1400px; }
.tos-h-bento-h {
    margin: 0 0 4rem;
    text-align: center;
    font-weight: 900;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    line-height: 0.9;
    letter-spacing: -0.05em;
    color: #0f1115;
}
.tos-h-bento-h span { color: #9ca3af; }

.tos-h-bento-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    grid-auto-rows: 380px;
}
@media (min-width: 768px) {
    .tos-h-bento-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-auto-rows: 400px;
    }
    .tos-h-bento-a { grid-column: span 2; grid-row: span 2; }
    .tos-h-bento-d { grid-column: span 2; }
}

.tos-h-bento-a, .tos-h-bento-card {
    position: relative;
    border-radius: 2.5rem;
    overflow: hidden;
    background: #0f1115;
    color: #fff;
    box-shadow: 0 20px 50px rgba(0,0,0,.15);
    text-decoration: none;
    display: block;
}
.tos-h-bento-card { padding: 2.5rem; display: flex; flex-direction: column; justify-content: space-between; }

.tos-h-bento-card > img,
.tos-h-bento-a img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}
.tos-h-bento-card > img { opacity: 0.62; }
.tos-h-bento-a img { opacity: 0.8; }
.tos-h-bento-card:hover > img { transform: scale(1.1); }

.tos-h-bento-grad {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.62), rgba(0,0,0,.12) 58%, transparent);
}
.tos-h-bento-grad-strong {
    position: absolute; inset: 0;
    background: linear-gradient(to top, #000, rgba(0,0,0,.5) 35%, transparent);
}
.tos-h-bento-grad-mid {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.9), rgba(0,0,0,.3), transparent);
}

.tos-h-bento-icon-circle {
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 20;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 999px;
    background: var(--c, #10b981);
    color: #fff;
    display: inline-flex; align-items: center; justify-content: center;
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 16px rgba(0,0,0,.2);
}
.tos-h-bento-card .tos-h-bento-icon-circle.is-static {
    position: relative;
    inset: auto;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1.5rem;
    align-self: flex-start;
    z-index: 10;
}

.tos-h-bento-body {
    position: relative;
    z-index: 10;
    text-align: center;
    margin-top: auto;
}
.tos-h-bento-body h3 {
    margin: 0 0 0.5rem;
    font-size: 1.875rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: -0.02em;
}
.tos-h-bento-body p {
    margin: 0;
    color: rgba(209,213,219,1);
    font-weight: 500;
    font-size: 0.95rem;
}

/* Bento A: priroda swiper */
.tos-h-priroda { width: 100%; height: 100%; }
.tos-h-priroda-slide { position: relative; }
.tos-h-priroda-slide img { transition: transform 0.7s ease; }
.tos-h-bento-a:hover .tos-h-priroda-slide.swiper-slide-active img { transform: scale(1.05); }
.tos-h-priroda-text {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2.5rem;
    margin-top: 2rem;
}
.tos-h-priroda-text h3 {
    margin: 0 0 1rem;
    color: #fff;
    font-weight: 900;
    font-size: clamp(1.8rem, 3vw, 3rem);
    text-shadow: 0 2px 12px rgba(0,0,0,.3);
}
.tos-h-priroda-text p {
    margin: 0;
    max-width: 28rem;
    color: rgba(255,255,255,.9);
    font-weight: 500;
    font-size: 1.15rem;
}
.tos-h-priroda-pag {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    display: flex; gap: 0.5rem;
}
.tos-h-priroda-pag .swiper-pagination-bullet {
    width: 12px; height: 6px;
    border-radius: 4px;
    background: rgba(255,255,255,.4);
    opacity: 1;
    transition: all 0.4s ease;
    margin: 0 4px !important;
}
.tos-h-priroda-pag .swiper-pagination-bullet-active {
    width: 32px;
    background: #10b981;
}

/* Bento D: aktivan odmor */
.tos-h-bento-d {
    align-items: center !important;
    text-align: center;
    justify-content: flex-end !important;
}
.tos-h-bento-d-body { position: relative; z-index: 10; width: 100%; }
.tos-h-bento-d-badge {
    display: inline-block;
    padding: 0.4rem 1rem;
    margin-bottom: 1rem;
    background: var(--c, #3b82f6);
    color: #fff;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    box-shadow: 0 4px 12px rgba(0,0,0,.25);
}
.tos-h-bento-d h3 {
    margin: 0 0 0.75rem;
    color: #fff;
    font-weight: 900;
    font-size: clamp(2rem, 3.4vw, 3rem);
    letter-spacing: -0.02em;
}
.tos-h-bento-d p { margin: 0; color: rgba(209,213,219,1); font-weight: 500; font-size: 1.1rem; }

/* ============== ŠTA POSETITI ============== */
.tos-h-wts {
    position: relative;
    overflow: hidden;
    width: min(100% - 1rem, 1920px);
    margin: 0 auto 5rem;
    padding: 6rem 0;
    background: #f8f9fa;
    border: 1px solid #e5e7eb;
    border-radius: 3rem;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.tos-h-wts-pattern {
    position: absolute;
    top: 0; right: 0;
    width: 50%;
    height: 100%;
    opacity: 0.1;
    pointer-events: none;
    background-image: radial-gradient(#000 2px, transparent 2px);
    background-size: 30px 30px;
}
.tos-h-wts-head {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
    margin-bottom: 4rem;
}
@media (min-width: 768px) { .tos-h-wts-head { flex-direction: row; } }
.tos-h-wts-title {
    margin: 0;
    font-weight: 900;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    line-height: 1;
    letter-spacing: -0.05em;
    color: #0f1115;
}
.tos-h-wts-title span { color: #f59e0b; }

.tos-h-wts-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}
.tos-h-pill {
    --c: #22c55e;
    display: inline-flex;
    align-items: center;
    height: 56px;
    width: 56px;
    padding: 8px;
    background: var(--c);
    color: #fff;
    border-radius: 999px;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    box-shadow: 0 10px 24px color-mix(in srgb, var(--c) 28%, transparent);
    transition: width 0.5s cubic-bezier(.4,0,.2,1);
}
.tos-h-pill:hover, .tos-h-pill:focus-visible { width: 220px; }
.tos-h-pill-i {
    flex: 0 0 40px;
    width: 40px; height: 40px;
    border-radius: 999px;
    background: rgba(255,255,255,.3);
    display: inline-flex; align-items: center; justify-content: center;
}
.tos-h-pill-t {
    margin-left: 0.75rem;
    font-weight: 700;
    font-size: 0.9rem;
    opacity: 0;
    transition: opacity 0.3s ease 0.1s;
}
.tos-h-pill:hover .tos-h-pill-t,
.tos-h-pill:focus-visible .tos-h-pill-t { opacity: 1; }
@media (hover: none) {
    .tos-h-pill { width: 220px; }
    .tos-h-pill-t { opacity: 1; }
}

/* WTS slider */
.tos-h-loc { overflow: visible !important; position: relative; z-index: 10; }
.tos-h-loc-slide { width: 320px; }
@media (min-width: 768px) { .tos-h-loc-slide { width: 450px; } }
.tos-h-loc-card {
    position: relative;
    display: block;
    height: 550px;
    border-radius: 2.5rem;
    overflow: hidden;
    background: #0f1115;
    text-decoration: none;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,.1);
}
.tos-h-loc-card img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 1s ease;
}
.tos-h-loc-card:hover img { transform: scale(1.1); }
.tos-h-loc-text {
    position: absolute;
    bottom: 2.5rem;
    left: 2.5rem;
    right: 2.5rem;
    z-index: 10;
}
.tos-h-loc-text h3 {
    margin: 0 0 0.5rem;
    color: #fff;
    font-weight: 900;
    font-size: 1.875rem;
    letter-spacing: -0.02em;
}
.tos-h-loc-text p { margin: 0; color: rgba(209,213,219,1); font-weight: 500; font-size: 1.1rem; }

.tos-h-loc-controls {
    display: flex;
    gap: 1rem;
    margin-top: 2.5rem;
    justify-content: flex-end;
}
.tos-h-loc-prev, .tos-h-loc-next, .tos-h-acc-prev, .tos-h-acc-next {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 999px;
    border: 2px solid #0f1115;
    background: #fff;
    color: #0f1115;
    display: inline-flex; align-items: center; justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1);
    transition: background 0.2s ease, color 0.2s ease;
}
.tos-h-loc-prev:hover, .tos-h-loc-next:hover,
.tos-h-acc-prev:hover, .tos-h-acc-next:hover { background: #0f1115; color: #fff; }

/* ============== CTA ============== */
.tos-h-cta { padding: 2.5rem 0; }
.tos-h-cta-box {
    position: relative;
    overflow: hidden;
    padding: 3rem 1.5rem;
    background: linear-gradient(135deg, var(--tos-cta-from, #0f1115) 0%, var(--tos-cta-via, #1a1c23) 42%, var(--tos-cta-to, rgba(16,185,129,.4)) 100%);
    border-radius: 3rem;
    color: #fff;
    box-shadow: 0 30px 60px rgba(0,0,0,.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
    text-align: center;
}
@media (min-width: 768px) {
    .tos-h-cta-box {
        flex-direction: row;
        text-align: left;
        padding: 6rem;
    }
}
.tos-h-cta-pattern {
    position: absolute; inset: 0;
    opacity: 0.1;
    pointer-events: none;
    background-image: radial-gradient(#fff 2px, transparent 2px);
    background-size: 30px 30px;
}
.tos-h-cta-text { position: relative; z-index: 10; max-width: 36rem; }
.tos-h-cta-text h2 {
    margin: 0 0 1.5rem;
    color: #fff;
    font-weight: 800;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    line-height: 1;
    letter-spacing: -0.05em;
}
.tos-h-cta-text h2 span { color: #10b981; }
.tos-h-cta-text p {
    margin: 0;
    color: rgba(209,213,219,1);
    font-size: 1.15rem;
    font-weight: 400;
}
.tos-h-btn-cta {
    position: relative;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 1.5rem 3rem;
    background: #f59e0b;
    color: #fff;
    border-radius: 999px;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-decoration: none;
    box-shadow: 0 0 40px rgba(245,158,11,.35);
    transition: transform 0.25s ease, background 0.2s ease, gap 0.25s ease;
}
.tos-h-btn-cta-ic {
    width: 0;
    opacity: 0;
    overflow: hidden;
    transition: width 0.25s ease, opacity 0.2s ease;
}
.tos-h-btn-cta:hover {
    transform: scale(1.05);
    background: #d97706;
    gap: 0.72rem;
}
.tos-h-btn-cta:hover .tos-h-btn-cta-ic {
    width: 1rem;
    opacity: 1;
}

/* ============== SMEŠTAJ ============== */
.tos-h-acc { padding: 6rem 0; overflow: hidden; }
.tos-h-acc-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 4rem;
    gap: 1.5rem;
}
.tos-h-acc-title {
    margin: 0;
    font-weight: 900;
    font-size: clamp(2.5rem, 5vw, 3.75rem);
    line-height: 1;
    letter-spacing: -0.05em;
    color: #0f1115;
}
.tos-h-acc-title span { color: #3b82f6; }
.tos-h-acc-arrows { display: flex; gap: 1rem; flex-shrink: 0; }
.tos-h-acc-prev, .tos-h-acc-next { width: 3rem; height: 3rem; }

.tos-h-acc-swiper { overflow: visible !important; }
.tos-h-acc-slide { width: 300px; }
@media (min-width: 768px) { .tos-h-acc-slide { width: 400px; } }

.tos-h-acc-card {
    --c: #3b82f6;
    display: block;
    background: #fff;
    border: 1px solid #f3f4f6;
    border-radius: 2rem;
    padding: 1.25rem;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    cursor: pointer;
    transition: transform 0.3s ease;
}
.tos-h-acc-card:hover { transform: translateY(-8px); }
.tos-h-acc-img {
    position: relative;
    height: 250px;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 1.5rem;
}
.tos-h-acc-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}
.tos-h-acc-card:hover .tos-h-acc-img img { transform: scale(1.1); }
.tos-h-acc-body { padding: 0 0.5rem 0.5rem; }
.tos-h-acc-cat {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--c);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.tos-h-acc-body h3 {
    margin: 0 0 0.5rem;
    font-weight: 900;
    font-size: 1.5rem;
    color: #0f1115;
    letter-spacing: -0.02em;
}
.tos-h-acc-body p { margin: 0; color: #6b7280; font-size: 0.875rem; font-weight: 500; }

/* ============== VESTI ============== */
.tos-h-news {
    padding: 6rem 0;
    border-top: 1px solid #e5e7eb;
}
.tos-h-news-title {
    margin: 0 0 4rem;
    font-weight: 900;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    line-height: 1;
    letter-spacing: -0.05em;
    color: #0f1115;
}
.tos-h-news-title span { color: #9ca3af; }

.tos-h-news-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
}
@media (min-width: 1024px) {
    .tos-h-news-grid { grid-template-columns: 7fr 5fr; }
}

.tos-h-news-featured {
    position: relative;
    display: block;
    border-radius: 2.5rem;
    overflow: hidden;
    aspect-ratio: 1/1;
    background: #0f1115;
    text-decoration: none;
    box-shadow: 0 20px 50px rgba(0,0,0,.1);
}
@media (min-width: 768px) { .tos-h-news-featured { aspect-ratio: 4/3; } }
.tos-h-news-featured img {
    position: absolute;
    inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0.8;
    transition: transform 1s ease;
}
.tos-h-news-featured:hover img { transform: scale(1.05); }
.tos-h-news-grad {
    position: absolute; inset: 0;
    background: linear-gradient(to top, #000, rgba(0,0,0,.4) 50%, transparent);
}
.tos-h-news-featured-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2.5rem;
}
.tos-h-news-pill {
    display: inline-block;
    padding: 0.4rem 1rem;
    margin-bottom: 1rem;
    background: #8b5cf6;
    color: #fff;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.tos-h-news-featured-body h3 {
    margin: 0 0 1rem;
    color: #fff;
    font-weight: 900;
    font-size: clamp(1.75rem, 3vw, 3rem);
    line-height: 1.15;
    letter-spacing: -0.02em;
    transition: opacity 0.2s ease;
}
.tos-h-news-featured:hover .tos-h-news-featured-body h3 { opacity: 0.84; }
.tos-h-news-featured-body p {
    margin: 0;
    color: rgba(209,213,219,1);
    font-size: 1.1rem;
    font-weight: 500;
    max-width: 40rem;
    display: none;
}
@media (min-width: 768px) { .tos-h-news-featured-body p { display: block; } }

.tos-h-news-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.tos-h-news-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.9rem;
    background: #fff;
    border: 1px solid #f3f4f6;
    border-radius: 1.5rem;
    text-decoration: none;
    transition: box-shadow 0.25s ease;
}
.tos-h-news-item:hover { box-shadow: 0 10px 30px rgba(0,0,0,.05); }
.tos-h-news-thumb {
    position: relative;
    width: 5.2rem;
    height: 5.2rem;
    border-radius: 0.8rem;
    overflow: hidden;
    flex-shrink: 0;
}

.tos-h-news-thumb img {
    width: 5.2rem; height: 5.2rem;
    object-fit: cover;
}

.tos-h-news-thumb-icon {
    position: absolute;
    left: 6px;
    bottom: 6px;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--tos-news-icon-c, #8b5cf6) 18%, white);
    color: var(--tos-news-icon-c, #8b5cf6);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.16);
}
.tos-h-news-item > div { flex: 1; min-width: 0; }
.tos-h-news-meta {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}
.tos-h-news-item h4 {
    margin: 0 0 0.2rem;
    font-weight: 900;
    font-size: 1.08rem;
    line-height: 1.3;
    color: #0f1115;
    letter-spacing: -0.01em;
}

.tos-h-news-archive {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    margin-top: 1rem;
    padding: 1.25rem 2rem;
    background: #0f1115;
    color: #fff;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}
.tos-h-news-archive:hover { background: #8b5cf6; color: #fff; }

/* ============== EVENTS / MANIFESTACIJE ============== */
.tos-h-events {
    padding: 8rem 0;
    margin-top: 5rem;
    background: #fff;
    border-top: 1px solid #f3f4f6;
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
    box-shadow: 0 -20px 60px rgba(0,0,0,.04);
}
.tos-h-events-inner {
    width: min(100%, 1200px);
    margin: 0 auto;
    padding: 0 1.5rem;
}
.tos-h-events-head {
    text-align: center;
    margin-bottom: 5rem;
}
.tos-h-events-eyebrow {
    display: block;
    margin-bottom: 1rem;
    color: #8b5cf6;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.tos-h-events-head h2 {
    margin: 0;
    color: #0f1115;
    font-weight: 900;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    letter-spacing: -0.05em;
}

.tos-h-events-list { border-top: 1px solid #e5e7eb; }
.tos-h-event-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 2.5rem 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    border-radius: 1rem;
    text-decoration: none;
    transition: background 0.2s ease;
}
.tos-h-event-row:hover { background: rgba(249,250,251,.8); }
@media (min-width: 768px) { .tos-h-event-row { flex-direction: row; } }
.tos-h-event-date {
    width: 100%;
    margin-bottom: 1rem;
    font-weight: 900;
    font-size: 1.875rem;
    color: #9ca3af;
    transition: color 0.25s ease;
}
@media (min-width: 768px) {
    .tos-h-event-date { width: 25%; margin-bottom: 0; }
}
.tos-h-event-row:hover .tos-h-event-date { color: #8b5cf6; }
.tos-h-event-info { width: 100%; }
@media (min-width: 768px) { .tos-h-event-info { width: 50%; } }
.tos-h-event-info h3 {
    margin: 0 0 0.5rem;
    color: #0f1115;
    font-weight: 900;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    line-height: 1.1em;
    letter-spacing: -0.02em;
    transition: transform 0.25s ease;
}
.tos-h-event-row:hover .tos-h-event-info h3 { transform: translateX(0.75rem); }
.tos-h-event-info p { margin: 0; color: #6b7280; font-size: 1.1rem; font-weight: 500; }
.tos-h-event-arrow {
    display: none;
    width: 4rem;
    height: 4rem;
    border-radius: 999px;
    border: 2px solid #e5e7eb;
    background: transparent;
    color: #9ca3af;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}
@media (min-width: 768px) {
    .tos-h-event-arrow { display: inline-flex; align-self: center; }
}
.tos-h-event-row:hover .tos-h-event-arrow {
    background: #8b5cf6;
    border-color: #8b5cf6;
    color: #fff;
}

.tos-h-events-cta { text-align: center; margin-top: 4rem; }
.tos-h-btn-outline {
    display: inline-block;
    padding: 1.25rem 2.5rem;
    background: transparent;
    color: #0f1115;
    border: 2px solid #0f1115;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}
.tos-h-btn-outline:hover { background: #0f1115; color: #fff; }

/* ============== MAP ============== */
.tos-h-map {
    position: relative;
    width: 100%;
    height: 600px;
    background: #e5e7eb;
}
.tos-h-map-iframe { position: absolute; inset: 0; }
.tos-h-map-iframe iframe { width: 100%; height: 100%; border: 0; filter: grayscale(10%); }

.tos-h-map-card {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
    z-index: 10;
    width: min(calc(100% - 3rem), 24rem);
    padding: 2.5rem;
    background: rgba(255,255,255,.95);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 2.5rem;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,.25);
}
@media (min-width: 768px) { .tos-h-map-card { left: 6rem; } }
.tos-h-map-card h3 {
    margin: 0 0 2rem;
    color: #0f1115;
    font-weight: 900;
    font-size: 2.25rem;
    line-height: 0.95;
    letter-spacing: -0.03em;
}
.tos-h-map-card ul {
    list-style: none;
    margin: 0 0 2.5rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.tos-h-map-card li {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #4b5563;
    font-weight: 500;
}
.tos-h-map-card li a { color: inherit; text-decoration: none; }
.tos-h-map-card li a:hover { color: #10b981; }
.tos-h-map-ic {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center; justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background: #f3f4f6;
    color: #10b981;
}
.tos-h-map-btn {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    background: #0f1115;
    color: #fff;
    text-align: center;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-decoration: none;
    transition: background 0.25s ease;
}
.tos-h-map-btn:hover { background: #10b981; }
