
/* =========================================================
   SPORTIĆ HERO
========================================================= */

.sportic-hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background-position: center;
    background-size: cover;
}

.sportic-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            135deg,
            rgba(161, 81, 0, 0.12),
            rgba(253, 211, 5, 0.08)
        );
    pointer-events: none;
    z-index: 1;
}

.sportic-hero__inner{
    overflow:hidden;

    background:

    radial-gradient(
        circle at 50% 35%,
        rgba(255,255,255,.25) 0%,
        rgba(255,255,255,.10) 28%,
        transparent 60%
    ),

    linear-gradient(
        135deg,
        rgba(246,201,0,.72) 0%,
        rgba(253,211,5,.66) 45%,
        rgba(243,186,0,.72) 100%
    );

    backdrop-filter: blur(1px);
}

.sportic-hero::before{
    background:rgba(255,255,255,.03);
}

.sportic-hero::after{
    content:"";
    position:absolute;
    inset:0;

    background:url("../images/home/deca.jpg") center/cover;

    opacity:.28;

    mix-blend-mode:multiply;

    z-index:0;
}

.sportic-hero__layout {
    position: relative;
    min-height: 500px;
}

.sportic-hero__content {
    position: relative;
    z-index: 5;
    flex: 1;
}

.sportic-hero__content-inner {
    position: relative;
}

.sportic-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    padding: 10px 22px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    box-shadow:
        0 10px 30px rgba(161, 81, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.sportic-hero__small-title {
    margin-bottom: 22px;
    color: #8d4600;
    font-size: clamp(17px, 1.45vw, 24px);
    line-height: 1.4;
    letter-spacing: 0.01em;
}

.sportic-hero__title {
    max-width: 950px;
    margin-right: auto;
    margin-bottom: 28px;
    margin-left: auto;
    font-size: clamp(52px, 6vw, 100px);
    line-height: 0.97;
    letter-spacing: -0.045em;
    text-wrap: balance;
    text-shadow:
        0 5px 0 rgba(161, 81, 0, 0.12),
        0 18px 45px rgba(161, 81, 0, 0.19);
}

.sportic-hero__text {
    max-width: 740px;
    margin-right: auto;
    margin-bottom: 34px;
    margin-left: auto;
    color: rgba(255, 255, 255, 0.96);
    font-size: clamp(16px, 1.25vw, 20px);
    line-height: 1.75;
    text-shadow: 0 3px 18px rgba(161, 81, 0, 0.18);
}

.sportic-hero__actions {
    position: relative;
    z-index: 6;
}

.sportic-hero__button {
    min-height: 60px;
    padding-right: 30px;
    padding-left: 30px;
    box-shadow:
        0 16px 35px rgba(161, 81, 0, 0.22),
        0 3px 0 rgba(161, 81, 0, 0.15);
}

.sportic-hero__button:hover {
    transform: translateY(-4px);
    box-shadow:
        0 22px 45px rgba(161, 81, 0, 0.28),
        0 4px 0 rgba(161, 81, 0, 0.12);
}

/* Fotografije */

.sportic-hero__photo {
    position: relative;
    z-index: 4;
    width: clamp(210px, 17vw, 300px);
    flex: 0 0 auto;
}

.sportic-hero__photo--left {
    transform: translateY(-45px) rotate(-4deg);
}

.sportic-hero__photo--right {
    transform: translateY(85px) rotate(4deg);
}

.sportic-hero__photo-frame {
    position: relative;
    overflow: hidden;
    padding: 9px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.28);
    box-shadow:
        0 28px 60px rgba(125, 62, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition:
        transform 0.5s ease,
        box-shadow 0.5s ease;
}

.sportic-hero__photo-frame::before {
    content: "";
    position: absolute;
    top: -40%;
    left: -80%;
    width: 45%;
    height: 180%;
    z-index: 2;
    transform: rotate(24deg);
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.42),
        transparent
    );
    transition: left 0.8s ease;
    pointer-events: none;
}

.sportic-hero__photo-frame:hover {
    transform: translateY(-8px) scale(1.025);
    box-shadow:
        0 36px 75px rgba(125, 62, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.sportic-hero__photo-frame:hover::before {
    left: 140%;
}

.sportic-hero__photo-image {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 24px;
    object-fit: cover;
}

.sportic-hero__decoration {
    opacity: 0.9;
}

.sportic-hero__bottom-shape{
    position:absolute;
    left:0;
    width:100%;
    bottom:-28px;
    z-index:3;
    pointer-events:none;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1399px) {
    .sportic-hero__inner {
        padding-top: 170px !important;
        padding-bottom: 220px !important;
    }

    .sportic-hero__title {
        font-size: clamp(50px, 7vw, 82px);
    }
}

@media (max-width: 1199px) {
    .sportic-hero__inner {
        padding-top: 155px !important;
        padding-bottom: 190px !important;
    }

    .sportic-hero__layout {
        min-height: auto;
    }

    .sportic-hero__content-inner {
        max-width: 900px;
        margin-right: auto;
        margin-left: auto;
    }

    .sportic-hero__title {
        font-size: clamp(48px, 8vw, 78px);
    }
}

@media (max-width: 767px) {
    .sportic-hero {
        margin-top: 0 !important;
    }

    .sportic-hero__inner {
        padding-top: 125px !important;
        padding-bottom: 150px !important;
    }

    .sportic-hero__content-inner {
        padding-right: 18px !important;
        padding-left: 18px !important;
    }

    .sportic-hero__eyebrow {
        margin-bottom: 18px;
        padding: 8px 16px;
        font-size: 11px;
        letter-spacing: 0.035em;
    }

    .sportic-hero__small-title {
        margin-bottom: 16px;
        font-size: 16px;
    }

    .sportic-hero__title {
        margin-bottom: 22px;
        font-size: clamp(42px, 13vw, 60px);
        line-height: 1.02;
    }

    .sportic-hero__text {
        margin-bottom: 28px;
        font-size: 16px;
        line-height: 1.65;
    }

    .sportic-hero__button {
        width: 100%;
        max-width: 290px;
        min-height: 56px;
    }

    .sportic-hero__inner::before {
        width: 400px;
        height: 400px;
    }

    .sportic-hero__inner::after {
        width: 310px;
        height: 310px;
    }

    .sportic-hero__bottom-shape{
        bottom:-10px;
    }


}

@media (max-width: 480px) {
    .sportic-hero__inner {
        padding-top: 110px !important;
        padding-bottom: 135px !important;
    }

    .sportic-hero__title {
        font-size: 40px;
    }

    .sportic-hero__text {
        font-size: 15px;
    }
}


/* =========================================================
   SPORTIĆ — TRI GLAVNA PROGRAMA
========================================================= */

.sportic-main-programs {
    background:
        radial-gradient(
            circle at 10% 15%,
            rgba(253, 211, 5, 0.12),
            transparent 28%
        ),
        radial-gradient(
            circle at 90% 80%,
            rgba(109, 168, 15, 0.1),
            transparent 25%
        ),
        #fffdf8;
}

.sportic-main-programs::before {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    top: -190px;
    right: -170px;
    border: 1px solid rgba(253, 211, 5, 0.2);
    border-radius: 50%;
    pointer-events: none;
}

.sportic-main-programs::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    bottom: -150px;
    left: -100px;
    border-radius: 50%;
    background: rgba(204, 66, 3, 0.05);
    pointer-events: none;
}

/* Naslov */

.sportic-main-programs__heading {
    max-width: 860px;
    margin-right: auto;
    margin-left: auto;
}

.sportic-main-programs__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    padding: 9px 20px;
    border: 1px solid rgba(161, 81, 0, 0.13);
    border-radius: 999px;
    background: rgba(253, 211, 5, 0.12);
    color: #a15100;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.sportic-main-programs__title {
    max-width: 820px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.12;
    letter-spacing: -0.035em;
    text-wrap: balance;
}

.sportic-main-programs__intro {
    max-width: 730px;
    margin: 0 auto;
    color: #626262;
    font-size: 17px;
    line-height: 1.75;
}

/* Kartica */

.sportic-program-card {
    --card-accent: #6da80f;
    --card-accent-dark: #4f8007;
    --card-soft: rgba(109, 168, 15, 0.1);

    position: relative;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(30, 30, 30, 0.07);
    border-radius: 32px;
    background: #ffffff;
    box-shadow:
        0 20px 55px rgba(56, 45, 20, 0.09),
        0 3px 10px rgba(56, 45, 20, 0.04);
    transition:
        transform 0.45s ease,
        box-shadow 0.45s ease,
        border-color 0.45s ease;
}

.sportic-program-card--orange {
    --card-accent: #f3a500;
    --card-accent-dark: #a15100;
    --card-soft: rgba(253, 211, 5, 0.13);
}

.sportic-program-card--red {
    --card-accent: #cc4203;
    --card-accent-dark: #9f3000;
    --card-soft: rgba(204, 66, 3, 0.1);
}

.sportic-program-card:hover {
    transform: translateY(-12px);
    border-color: color-mix(in srgb, var(--card-accent) 30%, transparent);
    box-shadow:
        0 34px 75px rgba(56, 45, 20, 0.14),
        0 10px 22px rgba(56, 45, 20, 0.06);
}

/* Slika */

.sportic-program-card__image {
    position: relative;
    display: block;
    height: 325px;
    overflow: hidden;
    background: var(--card-soft);
}

.sportic-program-card__image::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 46%;
    background: linear-gradient(
        to top,
        rgba(20, 20, 20, 0.38),
        transparent
    );
    pointer-events: none;
}

.sportic-program-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.5s ease;
}

.sportic-program-card:hover .sportic-program-card__image img {
    transform: scale(1.075);
    filter: saturate(1.07);
}

/* Broj */

.sportic-program-card__number {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    display: flex;
    width: 55px;
    height: 55px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 12px 30px rgba(20, 20, 20, 0.13);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: var(--card-accent-dark);
    font-size: 15px;
    font-weight: 900;
}

/* Oznaka preko slike */

.sportic-program-card__label {
    position: absolute;
    right: 22px;
    bottom: 20px;
    left: 22px;
    z-index: 3;
    width: max-content;
    max-width: calc(100% - 44px);
    padding: 9px 16px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 12px 28px rgba(20, 20, 20, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: var(--card-accent-dark);
    font-size: 13px;
    font-weight: 800;
}

/* Tekst kartice */

.sportic-program-card__body {
    position: relative;
    display: flex;
    min-height: 315px;
    flex-direction: column;
    padding: 32px 30px 30px;
}

.sportic-program-card__body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 58px;
    height: 4px;
    border-radius: 999px;
    background: var(--card-accent);
}

.sportic-program-card__small-title {
    display: block;
    margin-bottom: 8px;
    color: var(--card-accent-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.sportic-program-card__title {
    margin-bottom: 16px;
    color: #252525;
    font-size: clamp(26px, 2vw, 34px);
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -0.025em;
}

.sportic-program-card__text {
    margin-bottom: 25px;
    color: #676767;
    font-size: 15.5px;
    line-height: 1.72;
}

.sportic-program-card__link {
    display: inline-flex;
    width: max-content;
    align-items: center;
    gap: 11px;
    margin-top: auto;
    color: var(--card-accent-dark);
    font-size: 15px;
    font-weight: 800;
    transition:
        gap 0.3s ease,
        color 0.3s ease;
}

.sportic-program-card__link i {
    display: inline-flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--card-soft);
    transition:
        transform 0.3s ease,
        background-color 0.3s ease,
        color 0.3s ease;
}

.sportic-program-card__link:hover {
    gap: 15px;
    color: var(--card-accent);
}

.sportic-program-card__link:hover i {
    transform: translateX(3px);
    background: var(--card-accent);
    color: #ffffff;
}

/* Dekorativne lopte */

.sportic-main-programs__shape {
    z-index: 1;
    pointer-events: none;
}

.sportic-main-programs__shape--football {
    bottom: 155px;
    left: 38px;
    width: 85px;
    opacity: 0.7;
}

.sportic-main-programs__shape--basketball {
    right: 70px;
    bottom: 60px;
    width: 90px;
    opacity: 0.65;
}

/* Responsive */

@media (max-width: 1199px) {
    .sportic-program-card__image {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .sportic-main-programs {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .sportic-main-programs__eyebrow {
        padding: 8px 14px;
        font-size: 11px;
    }

    .sportic-main-programs__title {
        font-size: 36px;
        line-height: 1.16;
    }

    .sportic-main-programs__intro {
        font-size: 15px;
    }

    .sportic-program-card {
        max-width: 480px;
        margin-right: auto;
        margin-left: auto;
        border-radius: 26px;
    }

    .sportic-program-card__image {
        height: 285px;
    }

    .sportic-program-card__body {
        min-height: auto;
        padding: 28px 24px 26px;
    }

    .sportic-program-card__body::before {
        left: 24px;
    }

    .sportic-program-card__title {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .sportic-main-programs__title {
        font-size: 32px;
    }

    .sportic-program-card__image {
        height: 255px;
    }

    .sportic-program-card__number {
        top: 15px;
        right: 15px;
        width: 48px;
        height: 48px;
        border-radius: 15px;
    }

    .sportic-program-card__label {
        right: 15px;
        bottom: 15px;
        left: 15px;
        max-width: calc(100% - 30px);
        font-size: 12px;
    }
}


/* =========================================================
   SPORTIĆ — ZAŠTO SPORTIĆ
========================================================= */

.sportic-why {
    padding-top: 115px;
    padding-bottom: 120px;
    background:
        radial-gradient(
            circle at 8% 22%,
            rgba(253, 211, 5, 0.12),
            transparent 25%
        ),
        radial-gradient(
            circle at 93% 80%,
            rgba(109, 168, 15, 0.09),
            transparent 24%
        ),
        #ffffff;
}

/* Dekorativni oblici */

.sportic-why__blob {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.sportic-why__blob--one {
    top: 120px;
    left: -170px;
    width: 340px;
    height: 340px;
    border: 1px solid rgba(253, 211, 5, 0.22);
}

.sportic-why__blob--two {
    right: -120px;
    bottom: 70px;
    width: 260px;
    height: 260px;
    background: rgba(204, 66, 3, 0.04);
}

/* Naslov sekcije */

.sportic-why__heading {
    max-width: 900px;
}

.sportic-why__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 9px 20px;
    border: 1px solid rgba(161, 81, 0, 0.14);
    border-radius: 999px;
    background: rgba(253, 211, 5, 0.13);
    color: #a15100;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.sportic-why__main-title {
    max-width: 900px;
    margin: 0 auto;
    font-size: clamp(36px, 4vw, 58px);
    line-height: 1.13;
    letter-spacing: -0.038em;
    text-wrap: balance;
}

/* Glavna kutija */

.sportic-why__box {
    padding: 42px 48px;
    overflow: visible;
    border: 1px solid rgba(161, 81, 0, 0.07);
    border-radius: 42px;
    background:
        linear-gradient(
            135deg,
            rgba(255, 250, 224, 0.96),
            rgba(255, 255, 255, 0.96)
        );
    box-shadow:
        0 35px 90px rgba(75, 58, 22, 0.1),
        0 8px 25px rgba(75, 58, 22, 0.05);
}

.sportic-why__bottom-shape {
    z-index: -1;
    opacity: 0.32;
    pointer-events: none;
}

/* Godina osnivanja */

.sportic-why__year-card {
    position: absolute;
    top: 115px;
    left: -62px;
    z-index: 6;
    display: flex;
    width: 165px;
    min-height: 145px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 18px;
    border: 4px solid rgba(255, 255, 255, 0.92);
    border-radius: 28px;
    background:
        linear-gradient(
            135deg,
            #fdd305 0%,
            #f3a500 48%,
            #cc4203 100%
        );
    box-shadow:
        0 25px 55px rgba(161, 81, 0, 0.24);
    text-align: center;
}

.sportic-why__year {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.04em;
}

.sportic-why__year-text {
    color: rgba(255, 255, 255, 0.94);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
}

/* Kolaž fotografija */

.sportic-why__gallery {
    position: relative;
    min-height: 700px;
    padding: 10px 18px 60px 0;
}

.sportic-why__gallery-main {
    position: relative;
    width: 74%;
    height: 590px;
    overflow: hidden;
    border: 9px solid #ffffff;
    border-radius: 36px;
    background: #f8f4e8;
    box-shadow:
        0 28px 65px rgba(60, 49, 24, 0.17),
        0 8px 18px rgba(60, 49, 24, 0.07);
    transform: rotate(-1.5deg);
}

.sportic-why__gallery-main::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 35%;
    background:
        linear-gradient(
            to top,
            rgba(33, 24, 8, 0.36),
            transparent
        );
    pointer-events: none;
}

.sportic-why__gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.sportic-why__gallery:hover .sportic-why__gallery-main img {
    transform: scale(1.045);
}

.sportic-why__photo-label {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 2;
    padding: 10px 18px;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #a15100;
    font-size: 13px;
    font-weight: 800;
}

.sportic-why__gallery-small {
    position: absolute;
    z-index: 4;
    overflow: hidden;
    border: 8px solid #ffffff;
    border-radius: 30px;
    background: #ffffff;
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.18),
        0 8px 20px rgba(0, 0, 0, 0.08);
    transition:
        transform 0.45s ease,
        box-shadow 0.45s ease;
}

.sportic-why__gallery-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.65s ease;
}

.sportic-why__gallery-small:hover {
    z-index: 7;
    box-shadow:
        0 32px 70px rgba(59, 46, 20, 0.26);
}

.sportic-why__gallery-small:hover img {
    transform: scale(1.08);
}

.sportic-why__gallery-small--one {
    top: 35px;
    right: 0;
    width: 225px;
    height: 340px;
    transform: rotate(4deg);
}

.sportic-why__gallery-small--one:hover {
    transform: rotate(1deg) translateY(-7px);
}

.sportic-why__gallery-small--two {
    right: 22px;
    bottom: 5px;
    left: auto;
    width: 215px;
    height: 325px;
    transform: rotate(-4deg);
}

.sportic-why__gallery-small--two:hover {
    transform: rotate(-1deg) translateY(-7px);
}

.sportic-why__gallery-dot {
    position: absolute;
    top: 0;
    right: 160px;
    width: 72px;
    height: 72px;
    border: 14px solid rgba(109, 168, 15, 0.17);
    border-radius: 50%;
}

/* Desni sadržaj */

.sportic-why__content {
    max-width: 610px;
    padding: 25px 10px 25px 35px;
}

.sportic-why__content-label {
    display: block;
    margin-bottom: 13px;
    color: #6da80f;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.sportic-why__content-title {
    margin-bottom: 24px;
    font-size: clamp(34px, 3.3vw, 52px);
    line-height: 1.12;
    letter-spacing: -0.038em;
}

.sportic-why__text {
    margin-bottom: 14px;
    color: #626262;
    font-size: 16px;
    line-height: 1.75;
}

/* Lista prednosti */

.sportic-why__features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px 18px;
    margin-top: 28px;
    margin-bottom: 34px;
}

.sportic-why__feature {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: #3f3f3f;
    font-size: 14.5px;
    font-weight: 650;
    line-height: 1.45;
}

.sportic-why__feature-icon {
    display: inline-flex;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: rgba(109, 168, 15, 0.12);
    color: #6da80f;
    font-size: 15px;
}

/* Dugmad */

.sportic-why__actions {
    margin-bottom: 32px;
}

.sportic-why__more-btn {
    display: inline-flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 12px 23px;
    border: 1px solid rgba(161, 81, 0, 0.18);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.76);
    color: #a15100;
    font-size: 15px;
    font-weight: 800;
    transition:
        transform 0.3s ease,
        background-color 0.3s ease,
        color 0.3s ease,
        box-shadow 0.3s ease;
}

.sportic-why__more-btn span {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(253, 211, 5, 0.2);
    transition:
        transform 0.3s ease,
        background-color 0.3s ease;
}

.sportic-why__more-btn:hover {
    transform: translateY(-4px);
    background: #a15100;
    box-shadow: 0 15px 30px rgba(161, 81, 0, 0.17);
    color: #ffffff;
}

.sportic-why__more-btn:hover span {
    transform: translateX(3px);
    background: rgba(255, 255, 255, 0.18);
}

/* Trust blok */

.sportic-why__trust {
    display: flex;
    max-width: 470px;
    align-items: center;
    gap: 17px;
    padding: 16px 20px;
    border: 1px solid rgba(109, 168, 15, 0.14);
    border-radius: 22px;
    background:
        linear-gradient(
            135deg,
            rgba(109, 168, 15, 0.08),
            rgba(253, 211, 5, 0.09)
        );
}

.sportic-why__age {
    display: flex;
    width: 73px;
    height: 73px;
    flex: 0 0 73px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    background:
        linear-gradient(
            135deg,
            #6da80f,
            #8bbb18
        );
    box-shadow: 0 12px 25px rgba(109, 168, 15, 0.2);
    color: #ffffff;
}

.sportic-why__age-number {
    font-size: 23px;
    font-weight: 900;
    line-height: 1;
}

.sportic-why__age-label {
    margin-top: 4px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.sportic-why__trust-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
    color: #595959;
    font-size: 13.5px;
    line-height: 1.5;
}

.sportic-why__trust-text strong {
    color: #2f2f2f;
    font-size: 15px;
    font-weight: 850;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {
    .sportic-why__box {
        padding: 42px;
    }

    .sportic-why__year-card {
        top: 80px;
        left: 18px;
    }

    .sportic-why__gallery {
        max-width: 680px;
        margin-right: auto;
        margin-left: auto;
    }

    .sportic-why__content {
        max-width: 760px;
        margin-right: auto;
        margin-left: auto;
        padding: 30px 15px 15px;
    }
}

@media (max-width: 767px) {
    .sportic-why {
        padding-top: 80px;
        padding-bottom: 85px;
    }

    .sportic-why__eyebrow {
        padding: 8px 14px;
        font-size: 11px;
    }

    .sportic-why__main-title {
        font-size: 35px;
    }

    .sportic-why__box {
        padding: 22px 17px 30px;
        border-radius: 29px;
    }

    .sportic-why__gallery {
        min-height: 505px;
        padding: 0 15px 60px 0;
    }

    .sportic-why__gallery-main {
        width: 82%;
        height: 410px;
        border-width: 6px;
        border-radius: 27px;
    }

  .sportic-why__gallery-small--one {
    right: 15px;
    bottom: 20px;
    width: 190px;
    height: 285px;
    border-radius: 28px;
    transform: rotate(6deg);
}

.sportic-why__gallery-small--two {
    left: 45px;
    bottom: -10px;
    width: 175px;
    height: 255px;
    border-radius: 28px;
    transform: rotate(-6deg);
}

    .sportic-why__year-card {
        top: 22px;
        left: 7px;
        width: 115px;
        min-height: 105px;
        padding: 17px 12px;
        border-width: 3px;
        border-radius: 20px;
    }

    .sportic-why__year {
        font-size: 30px;
    }

    .sportic-why__year-text {
        font-size: 10px;
    }

    .sportic-why__content {
        padding: 22px 5px 5px;
    }

    .sportic-why__content-title {
        font-size: 35px;
    }

    .sportic-why__text {
        font-size: 15px;
    }

    .sportic-why__features {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .sportic-why__actions {
        align-items: stretch !important;
    }

    .sportic-why__actions .btn,
    .sportic-why__more-btn {
        width: 100%;
    }

    .sportic-why__trust {
        max-width: none;
    }
}

@media (max-width: 480px) {
    .sportic-why__main-title,
    .sportic-why__content-title {
        font-size: 31px;
    }

    .sportic-why__gallery {
        min-height: 450px;
    }

    .sportic-why__gallery-main {
        height: 365px;
    }

    .sportic-why__gallery-small--one {
        width: 155px;
        height: 125px;
    }

    .sportic-why__gallery-small--two {
        width: 125px;
        height: 105px;
    }

    .sportic-why__photo-label {
        bottom: 18px;
        left: 16px;
        padding: 8px 13px;
        font-size: 11px;
    }

    .sportic-why__trust {
        align-items: flex-start;
        padding: 14px;
    }

    .sportic-why__age {
        width: 65px;
        height: 65px;
        flex-basis: 65px;
        border-radius: 18px;
    }
}


/* =========================================================
   KOREKCIJA KOLAŽA — VEĆE USPRAVNE SLIKE OPREME
========================================================= */

@media (min-width: 1200px) {
    .sportic-why__gallery {
        min-height: 700px;
        padding: 10px 18px 60px 0;
    }

    .sportic-why__gallery-main {
        width: 74%;
        height: 590px;
    }

    .sportic-why__gallery-small--one {
        top: 35px;
        right: 0;
        bottom: auto;
        width: 225px;
        height: 340px;
    }

    .sportic-why__gallery-small--two {
        right: 22px;
        bottom: 5px;
        left: auto;
        width: 215px;
        height: 325px;
    }
}

@media (max-width: 1199px) {
    .sportic-why__gallery {
        max-width: 720px;
        min-height: 720px;
        margin-right: auto;
        margin-left: auto;
        padding: 0 20px 60px 0;
    }

    .sportic-why__gallery-main {
        width: 75%;
        height: 600px;
    }

    .sportic-why__gallery-small--one {
        top: 42px;
        right: 0;
        bottom: auto;
        width: 230px;
        height: 350px;
    }

    .sportic-why__gallery-small--two {
        right: 22px;
        bottom: 0;
        left: auto;
        width: 220px;
        height: 335px;
    }
}

@media (max-width: 767px) {
    .sportic-why__gallery {
        min-height: 610px;
        padding: 0 0 50px;
    }

    .sportic-why__gallery-main {
        width: 82%;
        height: 470px;
    }

    .sportic-why__gallery-small--one {
        top: 28px;
        right: 0;
        bottom: auto;
        width: 175px;
        height: 265px;
        border-width: 5px;
    }

    .sportic-why__gallery-small--two {
        right: 14px;
        bottom: 0;
        left: auto;
        width: 165px;
        height: 250px;
        border-width: 5px;
    }
}

@media (max-width: 480px) {
    .sportic-why__gallery {
        min-height: 545px;
    }

    .sportic-why__gallery-main {
        width: 84%;
        height: 420px;
    }

    .sportic-why__gallery-small--one {
        top: 30px;
        width: 145px;
        height: 220px;
    }

    .sportic-why__gallery-small--two {
        right: 8px;
        width: 138px;
        height: 210px;
    }
}

/* =========================================================
   SPORTIĆ — TRENUCI IZ SPORTIĆA
========================================================= */

.sportic-moments {
    position: relative;
    width: 100%;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 4% 15%,
            rgba(253, 211, 5, 0.1),
            transparent 24%
        ),
        radial-gradient(
            circle at 96% 85%,
            rgba(109, 168, 15, 0.08),
            transparent 24%
        ),
        #ffffff;
}

/* Širi kontejner */

.sportic-moments__container {
    width: calc(100% - 40px);
    max-width: 1680px;
    margin-right: auto;
    margin-left: auto;
}

/* Naslov */

.sportic-moments__heading {
    max-width: 760px;
    margin-bottom: 50px;
}

.sportic-moments__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
    padding: 9px 19px;
    border: 1px solid rgba(161, 81, 0, 0.13);
    border-radius: 999px;
    background: rgba(253, 211, 5, 0.14);
    color: #a15100;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.sportic-moments__title {
    margin-bottom: 15px;
    color: #242424;
    font-size: clamp(36px, 4vw, 56px);
    font-weight: 850;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.sportic-moments__description {
    max-width: 670px;
    margin: 0 auto;
    color: #6b6b6b;
    font-size: 16px;
    line-height: 1.75;
}

/* Slider */

.sportic-moments__slider-wrap {
    position: relative;
    width: 100%;
    min-width: 0;
    padding: 8px 48px 28px;
}

.sportic-moments-slider {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 22px;
}

.sportic-moments-slider .swiper-wrapper {
    align-items: stretch;
}

.sportic-moments-slider .swiper-slide {
    width: auto;
    min-width: 0;
    height: auto;
}

/* Kartice */

.sportic-moments__card {
    position: relative;
    display: block;
    width: 100%;
    height: 340px;
    overflow: hidden;
    border: 7px solid #ffffff;
    border-radius: 28px;
    background: #f1ede2;
    box-shadow:
        0 20px 45px rgba(42, 35, 19, 0.12),
        0 5px 15px rgba(42, 35, 19, 0.06);
    isolation: isolate;
    transition:
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.45s ease;
}

/* Blagi misteriozni gradijent */

.sportic-moments__card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            to top,
            rgba(15, 12, 7, 0.28) 0%,
            rgba(15, 12, 7, 0.07) 38%,
            transparent 68%
        );
    transition:
        background 0.45s ease,
        opacity 0.45s ease;
}

/* Sitni dekorativni detalji */

.sportic-moments__card::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 3;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fdd305;
    box-shadow:
        17px 0 0 #6da80f,
        34px 0 0 #cc4203;
    opacity: 0.9;
}

/* Slika */

.sportic-moments__card > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.5s ease;
}

/* Diskretna ikonica */

.sportic-moments__hover-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #ffffff;
    font-size: 21px;
    opacity: 0;
    transform: translate(-50%, -40%) scale(0.82);
    transition:
        opacity 0.4s ease,
        transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
        background-color 0.35s ease;
}

/* Hover */

.sportic-moments__card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 32px 65px rgba(42, 35, 19, 0.18),
        0 9px 23px rgba(42, 35, 19, 0.08);
}

.sportic-moments__card:hover::before {
    background: rgba(18, 14, 8, 0.13);
}

.sportic-moments__card:hover > img {
    transform: scale(1.085);
    filter: saturate(1.05);
}

.sportic-moments__card:hover .sportic-moments__hover-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.sportic-moments__hover-icon:hover {
    background: rgba(253, 211, 5, 0.88);
    color: #633600;
}

/* Strelice */

.sportic-moments__arrow {
    position: absolute;
    top: 50%;
    z-index: 6;
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(161, 81, 0, 0.11);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 12px 28px rgba(53, 42, 18, 0.14);
    color: #a15100;
    font-size: 21px;
    transform: translateY(-50%);
    transition:
        transform 0.3s ease,
        background-color 0.3s ease,
        color 0.3s ease,
        box-shadow 0.3s ease;
}

.sportic-moments__arrow--prev {
    left: 0;
}

.sportic-moments__arrow--next {
    right: 0;
}

.sportic-moments__arrow:hover {
    background: #fdd305;
    color: #633600;
    box-shadow: 0 15px 32px rgba(161, 81, 0, 0.2);
}

.sportic-moments__arrow--prev:hover {
    transform: translateY(-50%) translateX(-3px);
}

.sportic-moments__arrow--next:hover {
    transform: translateY(-50%) translateX(3px);
}

/* Pagination */

.sportic-moments__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 18px;
    margin-top: 5px;
}

.sportic-moments__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px !important;
    background: rgba(161, 81, 0, 0.25);
    opacity: 1;
    transition:
        width 0.3s ease,
        border-radius 0.3s ease,
        background-color 0.3s ease;
}

.sportic-moments__pagination .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 999px;
    background: #f3a500;
}

/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1399px) {
    .sportic-moments__container {
        width: calc(100% - 32px);
    }

    .sportic-moments__card {
        height: 325px;
    }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {
    .sportic-moments__container {
        width: calc(100% - 28px);
    }

    .sportic-moments__slider-wrap {
        padding-right: 38px;
        padding-left: 38px;
    }

    .sportic-moments__card {
        height: 310px;
        border-width: 6px;
        border-radius: 24px;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
    .sportic-moments {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .sportic-moments__container {
        width: 100%;
        max-width: none;
        padding-right: 15px;
        padding-left: 15px;
    }

    .sportic-moments__heading {
        max-width: 100%;
        margin-bottom: 32px;
        padding-right: 5px;
        padding-left: 5px;
    }

    .sportic-moments__badge {
        padding: 7px 13px;
        font-size: 10px;
    }

    .sportic-moments__title {
        margin-bottom: 12px;
        font-size: 34px;
        line-height: 1.15;
    }

    .sportic-moments__description {
        max-width: 100%;
        font-size: 14px;
        line-height: 1.65;
    }

    .sportic-moments__slider-wrap {
        padding: 0;
    }

    .sportic-moments-slider {
        width: 100%;
        overflow: visible;
        padding-top: 5px;
        padding-bottom: 18px;
    }

    .sportic-moments__card {
        height: 290px;
        border-width: 5px;
        border-radius: 22px;
    }

    .sportic-moments__arrow {
        display: none;
    }

    .sportic-moments__hover-icon {
        width: 46px;
        height: 46px;
        font-size: 18px;
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }

    .sportic-moments__pagination {
        margin-top: 3px;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 479px) {
    .sportic-moments__container {
        padding-right: 12px;
        padding-left: 12px;
    }

    .sportic-moments__title {
        font-size: 29px;
    }

    .sportic-moments__description {
        font-size: 13.5px;
    }

    .sportic-moments__card {
        height: 270px;
        border-radius: 20px;
    }

    .sportic-moments__hover-icon {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }
}

/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 360px) {
    .sportic-moments__title {
        font-size: 27px;
    }

    .sportic-moments__card {
        height: 250px;
    }
}


/* =========================================================
   SPORTIĆ — O NAMA SEKCIJA
========================================================= */

.sportic-about-section {
    position: relative;
    background:
        radial-gradient(
            circle at 8% 8%,
            rgba(255, 255, 255, 0.15),
            transparent 27%
        ),
        radial-gradient(
            circle at 92% 92%,
            rgba(253, 211, 5, 0.17),
            transparent 29%
        ),
        linear-gradient(
            135deg,
            #477d16 0%,
            #5f9918 38%,
            #6da80f 68%,
            #82bc27 100%
        );
    isolation: isolate;
}

/* Diskretna tekstura preko gradijenta */

.sportic-about-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(
            115deg,
            rgba(255, 255, 255, 0.05),
            transparent 40%
        );
}

/* Dekoracije */

.sportic-about-section__shape {
    z-index: 0;
    pointer-events: none;
    opacity: 0.42;
}

.sportic-about-section__shape--top {
    mix-blend-mode: soft-light;
}

.sportic-about-section__decoration {
    z-index: 0;
    pointer-events: none;
}

.sportic-about-section__stopwatch {
    max-width: 155px;
    opacity: 0.7;
}

.sportic-about-section__triangle {
    opacity: 0.35;
}

/* Mali naslov */

.sportic-about-section__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 9px 17px;
    border: 1px solid rgba(255, 255, 255, 0.21);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.035em;
}

/* Naslov */

.sportic-about-section__title {
    max-width: 650px;
    margin-bottom: 22px;
    color: #ffffff;
    font-size: clamp(38px, 4.2vw, 60px);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -0.045em;
}

/* Opis */

.sportic-about-section__description {
    max-width: 660px;
    margin-bottom: 38px;
    color: rgba(255, 255, 255, 0.91);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

/* Statistika */

.sportic-about-section__stats {
    display: flex;
    width: 100%;
    max-width: 530px;
    align-items: center;
    gap: 32px;
}

.sportic-about-section__stat {
    display: flex;
    min-width: 0;
    flex: 1;
    align-items: center;
    gap: 16px;
}

.sportic-about-section__stat-number {
    flex-shrink: 0;
    color: #fdd305;
    font-size: clamp(34px, 3vw, 47px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.04em;
    text-shadow: 0 5px 18px rgba(61, 82, 8, 0.22);
}

.sportic-about-section__stat-text {
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    font-weight: 650;
    line-height: 1.5;
}

.sportic-about-section__stat-divider {
    width: 1px;
    height: 54px;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.25);
}

/* Desna kolona */

.sportic-about-section__programs {
    width: 100%;
    max-width: 540px;
    margin-left: auto;
}

/* Pojedinačna stavka */

.sportic-about-section__program {
    display: flex;
    min-height: 88px;
    align-items: center;
    gap: 20px;
    margin-bottom: 16px;
    padding: 14px 22px 14px 15px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow:
        0 14px 35px rgba(31, 73, 8, 0.13),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        background-color 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.sportic-about-section__program:last-child {
    margin-bottom: 0;
}

.sportic-about-section__program:hover {
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.17);
    box-shadow:
        0 20px 42px rgba(31, 73, 8, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.16);
    transform: translateX(7px);
}

/* Ikonice */

.sportic-about-section__icon {
    display: inline-flex;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 19px;
    background:
        linear-gradient(
            145deg,
            #fdd305,
            #f1b900
        );
    box-shadow:
        0 10px 24px rgba(68, 82, 8, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.44);
    color: #537d10;
    font-size: 28px;
    transition:
        transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
        border-radius 0.35s ease;
}

.sportic-about-section__program:hover
.sportic-about-section__icon {
    border-radius: 50%;
    transform: rotate(-7deg) scale(1.05);
}

.sportic-about-section__program-title {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 750;
    line-height: 1.45;
    letter-spacing: -0.015em;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {
    .sportic-about-section__programs {
        max-width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }

    .sportic-about-section__program:hover {
        transform: translateY(-4px);
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
    .sportic-about-section {
        padding-top: 75px !important;
        padding-bottom: 75px !important;
    }

    .sportic-about-section__eyebrow {
        margin-bottom: 17px;
        padding: 8px 14px;
        font-size: 11px;
    }

    .sportic-about-section__title {
        margin-bottom: 18px;
        font-size: 38px;
        line-height: 1.1;
    }

    .sportic-about-section__description {
        margin-bottom: 30px;
        font-size: 14.5px;
        line-height: 1.75;
    }

    .sportic-about-section__stats {
        align-items: stretch;
        gap: 18px;
    }

    .sportic-about-section__stat {
        display: block;
    }

    .sportic-about-section__stat-number {
        display: block;
        margin-bottom: 8px;
        font-size: 34px;
    }

    .sportic-about-section__stat-text {
        display: block;
        font-size: 12.5px;
    }

    .sportic-about-section__stat-divider {
        height: auto;
        min-height: 65px;
    }

    .sportic-about-section__programs {
        margin-top: 8px;
    }

    .sportic-about-section__program {
        min-height: 78px;
        gap: 15px;
        margin-bottom: 12px;
        padding: 12px 15px 12px 12px;
        border-radius: 20px;
    }

    .sportic-about-section__icon {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
        border-radius: 17px;
        font-size: 24px;
    }

    .sportic-about-section__program-title {
        font-size: 15px;
        line-height: 1.4;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {
    .sportic-about-section__title {
        font-size: 33px;
    }

    .sportic-about-section__stats {
        gap: 13px;
    }

    .sportic-about-section__stat-number {
        font-size: 30px;
    }

    .sportic-about-section__stat-text {
        font-size: 11.5px;
    }

    .sportic-about-section__program {
        gap: 12px;
        padding-right: 12px;
    }

    .sportic-about-section__icon {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
        font-size: 22px;
    }

    .sportic-about-section__program-title {
        font-size: 14px;
    }
}


/* =========================================================
   SPORTIĆ — KAKO DO PRVOG TRENINGA
========================================================= */

.sportic-process-section__racket {
    position: absolute;

    left: 210px;
    top: 55px;

    width: clamp(160px, 13vw, 220px);
    height: auto;

    z-index: 0;

    pointer-events: none;
    user-select: none;

    opacity: .72;

    filter: drop-shadow(0 20px 28px rgba(0,0,0,.12));

    transform: rotate(-20deg);

    animation: racketFloat 6s ease-in-out infinite;
}





/* =========================================================
   SPORTIĆ — PREMIUM COLLAGE HERO SLIDER
   Manji tekstualni panel + 3 uspravne fotografije
========================================================= */

.sportic-collage-hero {
    position: relative;
    overflow: hidden;
    margin-top: -44px;
    background: #f8f8ed;
}

.sportic-collage-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* =========================================================
   SLAJD
========================================================= */

.sportic-collage-slide {
    --slide-accent: #FDD305;
    --slide-dark: #7f4a00;

    position: relative;
    min-height: 720px;
    overflow: hidden;
    padding: 100px 0 105px;
    isolation: isolate;

    background:
        radial-gradient(
            circle at 12% 18%,
            color-mix(in srgb, var(--slide-accent) 24%, transparent),
            transparent 29%
        ),
        radial-gradient(
            circle at 92% 78%,
            color-mix(in srgb, var(--slide-accent) 17%, transparent),
            transparent 27%
        ),
        linear-gradient(
            140deg,
            #f5f8e8 0%,
            #fffdf6 54%,
            #f7f2e2 100%
        );
}

/* Dekorativni krugovi */

.sportic-collage-slide::before,
.sportic-collage-slide::after {
    content: "";
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    pointer-events: none;
}

.sportic-collage-slide::before {
    top: -105px;
    right: -95px;
    width: 285px;
    height: 285px;

    border: 56px solid
        color-mix(in srgb, var(--slide-accent) 25%, transparent);
}

.sportic-collage-slide::after {
    left: -82px;
    bottom: -105px;
    width: 235px;
    height: 235px;

    background:
        color-mix(in srgb, var(--slide-accent) 18%, transparent);
}

/* Svetlosni efekat u pozadini */

.sportic-collage-slide__glow {
    position: absolute;
    top: 12%;
    left: 50%;
    z-index: 0;

    width: 720px;
    height: 500px;

    transform: translateX(-50%);

    border-radius: 50%;

    background:
        color-mix(in srgb, var(--slide-accent) 18%, transparent);

    filter: blur(95px);

    pointer-events: none;
}

/* =========================================================
   GLAVNI RASPORED
========================================================= */

.sportic-collage-stage {
    position: relative;
    z-index: 2;

    display: grid;

    width: min(100%, 1380px);
    min-height: 520px;

    margin: 0 auto;

    grid-template-columns:
        minmax(300px, 390px)
        minmax(0, 1fr);

    align-items: center;

    gap: 42px;
}

/* =========================================================
   TEKSTUALNI PANEL
========================================================= */

.sportic-collage-panel {
    position: relative;

    grid-column: 1;
    grid-row: 1;

    width: 100%;

    padding: 28px 27px 30px;

    overflow: hidden;

    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 26px;

    background:
        linear-gradient(
            145deg,
            rgba(20, 23, 17, .93),
            color-mix(
                in srgb,
                var(--slide-dark) 44%,
                rgba(18, 20, 16, .95)
            )
        );

    box-shadow:
        0 26px 60px rgba(12, 15, 10, .23),
        inset 0 1px 0 rgba(255, 255, 255, .15);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    text-align: left;

    opacity: 0;

    transform:
        translateX(-35px)
        scale(.97);

    transition:
        opacity .8s ease,
        transform .9s cubic-bezier(.22, 1, .36, 1);
}

.swiper-slide-active .sportic-collage-panel {
    opacity: 1;

    transform:
        translateX(0)
        scale(1);

    transition-delay: .16s;
}

/* Svetlosni detalj u panelu */

.sportic-collage-panel::before {
    content: "";

    position: absolute;
    top: -55px;
    left: -45px;

    width: 150px;
    height: 150px;

    border-radius: 50%;

    background: var(--slide-accent);

    filter: blur(65px);

    opacity: .32;

    pointer-events: none;
}

/* Mali bedž */

.sportic-collage-panel__badge {
    position: relative;

    display: inline-flex;

    align-items: center;
    justify-content: flex-start;

    gap: 7px;

    margin-bottom: 13px;

    padding: 7px 13px;

    border: 1px solid rgba(255, 255, 255, .23);
    border-radius: 999px;

    color: rgba(255, 255, 255, .9);

    background: rgba(255, 255, 255, .08);

    font-size: 9px;
    font-weight: 900;

    letter-spacing: .11em;

    text-transform: uppercase;
}

.sportic-collage-panel__badge i {
    color: var(--slide-accent);

    font-size: 14px;
}

/* Naslov */

.sportic-collage-panel h1,
.sportic-collage-panel h2 {
    position: relative;

    max-width: 340px;

    margin: 0 0 14px;

    color: #fff;

    font-size: clamp(36px, 3.3vw, 51px);
    font-weight: 900;

    line-height: 1;

    letter-spacing: -.045em;

    text-align: left;

    text-wrap: balance;

    text-shadow:
        0 11px 26px rgba(0, 0, 0, .25);
}

/* Opis */

.sportic-collage-panel p {
    position: relative;

    max-width: 340px;

    margin: 0 0 21px;

    color: rgba(255, 255, 255, .84);

    font-size: 14px;

    line-height: 1.55;

    text-align: left;
}

/* =========================================================
   DUGMAD
========================================================= */

.sportic-collage-panel__actions {
    position: relative;

    display: flex;

    align-items: center;
    justify-content: flex-start;

    flex-wrap: wrap;

    gap: 9px;
}

.sportic-collage-btn {
    display: inline-flex;

    min-height: 44px;

    align-items: center;
    justify-content: center;

    gap: 8px;

    padding: 10px 15px;

    border: 1px solid transparent;
    border-radius: 13px;

    text-decoration: none;

    font-size: 12px;
    font-weight: 900;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        background .3s ease,
        color .3s ease;
}

.sportic-collage-btn:hover {
    transform: translateY(-4px);
}

.sportic-collage-btn--primary {
    color: #fff;

    background: var(--slide-accent);

    box-shadow:
        0 14px 30px
        color-mix(
            in srgb,
            var(--slide-accent) 35%,
            transparent
        );
}

/* Na žutom slajdu tekst dugmeta treba da bude taman */

.sportic-collage-slide--sport
.sportic-collage-btn--primary {
    color: #633500;
}

.sportic-collage-btn--light {
    color: #24241f;

    background: #fff;

    box-shadow:
        0 14px 30px rgba(0, 0, 0, .15);
}

.sportic-collage-btn i {
    transition:
        transform .3s ease;
}

.sportic-collage-btn:hover i {
    transform: translateX(4px);
}

/* =========================================================
   KOLAŽ — TRI USPRAVNE FOTOGRAFIJE
========================================================= */

.sportic-collage {
    position: relative;

    grid-column: 2;
    grid-row: 1;

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    align-items: center;

    gap: 18px;

    width: 100%;
    height: 520px;

    padding: 20px 10px;
}

/* Pozadinska ploča kolaža */

.sportic-collage::before {
    content: "";

    position: absolute;

    inset: 34px 5px 28px;

    z-index: -1;

    border-radius: 48px;

    background:
        color-mix(
            in srgb,
            var(--slide-accent) 38%,
            #dfe8c5
        );

    box-shadow:
        0 28px 65px rgba(61, 67, 37, .12);

    transform: rotate(-1deg);
}

/* Osnovni stil svake fotografije */

.sportic-collage__image {
    position: relative;

    inset: auto;

    width: 100%;
    height: 430px;

    overflow: hidden;

    border: 5px solid rgba(255, 255, 255, .88);
    border-radius: 34px;

    background: #ddd;

    box-shadow:
        0 26px 60px rgba(42, 45, 29, .18),
        inset 0 1px 0 rgba(255, 255, 255, .8);

    opacity: 0;

    transition:
        opacity .75s ease,
        transform .9s cubic-bezier(.22, 1, .36, 1),
        box-shadow .45s ease;
}

/* Tamni gradijent pri dnu slike */

.sportic-collage__image::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(15, 17, 12, .01) 55%,
            rgba(15, 17, 12, .16) 100%
        );

    pointer-events: none;
}

/* Slika unutar kartice */

.sportic-collage__image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transform: scale(1.045);

    transition:
        transform 7s ease,
        filter .5s ease;
}

/* Aktivni slajd lagano vraća zoom */

.swiper-slide-active
.sportic-collage__image img {
    transform: scale(1);
}

/* Pojavljivanje fotografija */

.swiper-slide-active
.sportic-collage__image {
    opacity: 1;
}

/* Prva fotografija */

.sportic-collage__image--left {
    transform:
        translateY(22px)
        rotate(-3.5deg);
}

.swiper-slide-active
.sportic-collage__image--left {
    transition-delay: .04s;
}

/* Druga fotografija */

.sportic-collage__image--right {
    transform:
        translateY(-14px)
        rotate(3.2deg);
}

.swiper-slide-active
.sportic-collage__image--right {
    transition-delay: .12s;
}

/* Treća fotografija */

.sportic-collage__image--bottom {
    transform:
        translateY(28px)
        rotate(-1.8deg);
}

.swiper-slide-active
.sportic-collage__image--bottom {
    transition-delay: .20s;
}

/* Hover fotografija */

.sportic-collage__image:hover {
    z-index: 5;

    transform:
        translateY(-8px)
        rotate(0);

    box-shadow:
        0 36px 80px rgba(42, 45, 29, .25);
}

.sportic-collage__image:hover img {
    filter: saturate(1.08);
}

/* =========================================================
   STRELICE
========================================================= */

.sportic-collage-nav {
    position: absolute;

    top: 50%;

    z-index: 20;

    display: grid;

    width: 54px;
    height: 54px;

    place-items: center;

    padding: 0;

    transform:
        translateY(-50%);

    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 18px;

    color: #fff;

    background:
        rgba(28, 31, 23, .72);

    box-shadow:
        0 16px 36px rgba(0, 0, 0, .18);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    font-size: 22px;

    cursor: pointer;

    transition:
        transform .3s ease,
        background .3s ease,
        color .3s ease;
}

.sportic-collage-nav:hover {
    transform:
        translateY(-50%)
        scale(1.07);

    color: #302700;

    background: #FDD305;
}

.sportic-collage-nav--prev {
    left: 25px;
}

.sportic-collage-nav--next {
    right: 25px;
}

/* =========================================================
   PAGINACIJA
========================================================= */

.sportic-collage-pagination {
    position: absolute;

    right: auto !important;
    bottom: 40px !important;
    left: 50% !important;

    z-index: 20;

    width: auto !important;

    transform:
        translateX(-50%);
}

.sportic-collage-pagination
.swiper-pagination-bullet {
    width: 9px;
    height: 9px;

    margin: 0 6px !important;

    border: 1px solid rgba(72, 74, 62, .28);

    background:
        rgba(72, 74, 62, .30);

    opacity: 1;

    transition:
        width .3s ease,
        border-radius .3s ease,
        background .3s ease;
}

.sportic-collage-pagination
.swiper-pagination-bullet-active {
    width: 34px;

    border-radius: 999px;

    border-color:
        var(--logo-zuta, #FDD305);

    background:
        var(--logo-zuta, #FDD305);
}

.sportic-collage-swipe {
    display: none;
}

/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1399px) {

    .sportic-collage-slide {
        min-height: 680px;

        padding-top: 90px;
        padding-bottom: 95px;
    }

    .sportic-collage-stage {
        width: min(100%, 1200px);

        grid-template-columns:
            minmax(285px, 350px)
            minmax(0, 1fr);

        gap: 32px;
    }

    .sportic-collage {
        height: 490px;

        gap: 15px;
    }

    .sportic-collage__image {
        height: 405px;

        border-radius: 30px;
    }

    .sportic-collage-panel {
        padding:
            25px 23px 27px;
    }

    .sportic-collage-panel h1,
    .sportic-collage-panel h2 {
        font-size:
            clamp(34px, 3.7vw, 46px);
    }

}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .sportic-collage-hero {
        margin-top: 0;
    }

    .sportic-collage-slide {
        min-height: auto;

        padding:
            72px 0 105px;
    }

    .sportic-collage-stage {
        display: flex;

        width: min(100%, 760px);

        flex-direction: column;

        gap: 25px;
    }

    /* Kolaž iznad teksta */

    .sportic-collage {
        order: 1;

        width: 100%;
        height: 470px;

        gap: 14px;
    }

    .sportic-collage__image {
        height: 390px;
    }

    /* Tekst ispod kolaža */

    .sportic-collage-panel {
        order: 2;

        width: 100%;

        text-align: center;

        transform:
            translateY(22px)
            scale(.98);
    }

    .swiper-slide-active
    .sportic-collage-panel {
        transform:
            translateY(0)
            scale(1);
    }

    .sportic-collage-panel__badge {
        justify-content: center;
    }

    .sportic-collage-panel h1,
    .sportic-collage-panel h2,
    .sportic-collage-panel p {
        max-width: 620px;

        margin-right: auto;
        margin-left: auto;

        text-align: center;
    }

    .sportic-collage-panel__actions {
        justify-content: center;
    }

}

/* =========================================================
   MOBILNI — SVE TRI FOTOGRAFIJE VIDLJIVE
========================================================= */

@media (max-width: 767px) {

    .sportic-collage-slide {
        padding:
            40px 0 108px;
    }

    .sportic-collage-stage {
        gap: 20px;
    }

    /* Kolaž */

    .sportic-collage {
        order: 1;

        display: grid;

        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        gap: 7px;

        width: 100%;
        height: auto;

        padding:
            10px 0 0;
    }

    .sportic-collage::before {
        inset:
            22px 2px 8px;

        border-radius:
            28px;
    }

    .sportic-collage__image {
        position: relative;

        inset: auto;

        width: 100%;

        height:
            clamp(215px, 60vw, 285px);

        border-width:
            3px;

        border-radius:
            18px;

        transform:
            none !important;
    }

    .sportic-collage__image img {
        object-fit:
            cover;

        object-position:
            center;
    }

    /* Tekstualna kartica */

    .sportic-collage-panel {
        order: 2;

        width: 100%;

        padding:
            22px 18px 21px;

        border-radius:
            23px;

        text-align:
            center;

        transform:
            translateY(20px)
            scale(.98);
    }

    .swiper-slide-active
    .sportic-collage-panel {
        transform:
            translateY(0)
            scale(1);
    }

    .sportic-collage-panel__badge {
        justify-content:
            center;

        margin-bottom:
            11px;
    }

    .sportic-collage-panel h1,
    .sportic-collage-panel h2 {
        max-width:
            100%;

        margin:
            0 auto 12px;

        font-size:
            clamp(31px, 9vw, 40px);

        text-align:
            center;
    }

    .sportic-collage-panel p {
        max-width:
            100%;

        margin:
            0 auto 18px;

        font-size:
            13px;

        text-align:
            center;
    }

    .sportic-collage-panel__actions {
        justify-content:
            center;

        flex-direction:
            column;
    }

    .sportic-collage-btn {
        width:
            100%;

        min-height:
            45px;
    }

    /* Strelice */

    .sportic-collage-nav {
        top:
            auto;

        bottom:
            42px;

        width:
            42px;

        height:
            42px;

        transform:
            none;

        border-radius:
            14px;

        font-size:
            18px;
    }

    .sportic-collage-nav:hover {
        transform:
            scale(1.05);
    }

    .sportic-collage-nav--prev {
        left:
            16px;
    }

    .sportic-collage-nav--next {
        right:
            16px;
    }

    /* Tačkice */

    .sportic-collage-pagination {
        bottom:
            55px !important;
    }

}

/* =========================================================
   NAJMANJI TELEFONI
========================================================= */

@media (max-width: 430px) {

    .sportic-collage-slide {
        padding-top:
            34px;
    }

    .sportic-collage {
        gap:
            5px;
    }

    .sportic-collage__image {
        height:
            220px;

        border-radius:
            15px;
    }

    .sportic-collage-panel {
        padding:
            20px 15px;
    }

    .sportic-collage-panel h1,
    .sportic-collage-panel h2 {
        font-size:
            35px;
    }

}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .sportic-collage-hero *,
    .sportic-collage-hero *::before,
    .sportic-collage-hero *::after {
        animation-duration:
            .01ms !important;

        animation-iteration-count:
            1 !important;

        transition-duration:
            .01ms !important;

        scroll-behavior:
            auto !important;
    }

}


/* =========================================================
   HEADER — postojeće dugme za upis na mobilnom
========================================================= */

.header-actions {
    gap: 8px;
}

/* Desktop */
.header-upis-btn,
.header-posao-btn {
    white-space: nowrap;
}

/* Tablet i telefon */
@media (max-width: 1199px) {

    .header nav {
        gap: 8px;
    }

    .header .logo {
        flex: 0 0 auto;
    }

    .header .logo img {
        max-width: 105px !important;
        width: auto;
        height: auto;
    }

    .header-actions {
        margin-left: auto;
        gap: 7px;
    }

    .header-upis-btn {
        min-height: 42px;
        padding: 10px 14px !important;
        font-size: 11px !important;
        line-height: 1;
    }

    .header-upis-btn .button__label {
        white-space: nowrap;
    }

    .header-upis-btn .tw-text-xl {
        font-size: 16px !important;
    }

    .toggle-mobileMenu {
        flex: 0 0 auto;
        margin-left: 0 !important;
        font-size: 30px !important;
    }
}

/* Manji telefoni */
@media (max-width: 575px) {

    .header nav {
        position: relative;
        padding: 8px 10px !important;
    }

    .header .logo img {
        max-width: 78px !important;
    }

    .header-actions {
        margin-left: auto;
        gap: 5px;
    }

    /* Dugme približavamo centru headera */
    .header-upis-btn {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);

        min-height: 38px;
        padding: 8px 11px !important;
        border-radius: 12px !important;

        font-size: 9px !important;
        white-space: nowrap;
    }

    .header-upis-btn:hover {
        transform: translateX(-50%) translateY(-2px);
    }

    .header-upis-btn .tw-text-xl {
        display: none;
    }

    .toggle-mobileMenu {
        position: relative;
        z-index: 3;
        margin-left: 0 !important;
        font-size: 27px !important;
    }

    .header .logo {
        position: relative;
        z-index: 3;
    }
}


@media (max-width: 360px) {

    .header-upis-btn {
        padding: 7px 8px !important;
        font-size: 8px !important;
    }

    .header .logo img {
        max-width: 68px !important;
    }
}