/* =========================================================
   LICENSO — PREMIUM MOBILE RESPONSIVE
   responsive.css mora biti poslednji CSS fajl u index.html
========================================================= */

html,
body{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
}

img,
svg{
    max-width:100%;
}

button,
input,
textarea{
    font:inherit;
}

@media(max-width:760px){

    /* =====================================================
       OSNOVNO
    ===================================================== */

    .container{
        width:calc(100% - 32px) !important;
        max-width:440px !important;
        margin-inline:auto !important;
    }

    section{
        scroll-margin-top:82px;
    }

    section h2{
        font-size:34px !important;
        line-height:1.08 !important;
        letter-spacing:-1.7px !important;
    }

    section p{
        font-size:15px !important;
        line-height:1.65 !important;
    }

    /* =====================================================
       HEADER
    ===================================================== */

    .header{
    position:fixed !important;
    top:10px !important;
    left:50% !important;

    width:calc(100% - 24px) !important;
    max-width:430px !important;
    height:58px !important;

    transform:translateX(-50%) !important;

    border-radius:18px !important;

    background:rgba(255,255,255,.94) !important;

    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;

    box-shadow:0 10px 30px rgba(40,45,80,.10) !important;

    z-index:9999 !important;
}

.nav{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;

    width:100% !important;
    height:58px !important;

    padding:0 10px 0 14px !important;
}

.desktop-menu,
.language{
    display:none !important;
}

.logo{
    display:flex !important;
    align-items:center !important;

    width:auto !important;
    height:58px !important;

    flex-shrink:0 !important;
}

.logo img{
    display:block !important;

    width:auto !important;
    height:28px !important;
    max-width:125px !important;
    max-height:28px !important;

    object-fit:contain !important;

    transform:none !important;
}

.cart-btn{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    width:40px !important;
    min-width:40px !important;
    height:40px !important;

    padding:0 !important;

    border-radius:13px !important;

    flex-shrink:0 !important;
}

.cart-btn svg{
    width:18px !important;
    height:18px !important;
}
.cart-btn{
    color:#111827 !important;
}

.cart-btn svg{
    stroke:#111827 !important;
    color:#111827 !important;
}

.cart-btn svg *{
    stroke:#111827 !important;
}

    /* =====================================================
       HERO
    ===================================================== */

    .hero{
    padding:88px 0 40px !important;
}

.hero-wrapper{
    display:flex !important;
    flex-direction:column !important;
    gap:24px !important;
}

.hero-left{
    text-align:center !important;
}

.hero-badge{
    margin:0 auto 16px !important;
}

.hero h1{
    max-width:100% !important;

    font-size:32px !important;
    line-height:1.08 !important;
    letter-spacing:-1.5px !important;

    margin-bottom:16px !important;
}

.hero p{
    max-width:100% !important;

    font-size:14px !important;
    line-height:1.7 !important;

    margin-bottom:22px !important;
}

.hero-buttons{
    display:flex !important;
    flex-direction:column !important;
    gap:10px !important;
}

.primary-btn,
.secondary-btn{
    width:100% !important;
    height:48px !important;

    font-size:14px !important;

    border-radius:14px !important;
}
    /* =====================================================
   HERO SLIDER
===================================================== */

.hero-right{
    min-height:auto !important;
}

.hero-slider{
    width:100% !important;
    height:360px !important;
}

.hero-card{
    width:100% !important;
    height:360px !important;

    padding:22px !important;

    border-radius:24px !important;
}

.hero-card-top{
    margin-bottom:20px !important;
}

.hero-app{
    width:50px !important;
    height:50px !important;

    border-radius:16px !important;
}

.hero-app img{
    width:30px !important;
    height:30px !important;
}

.hero-status{
    padding:6px 10px !important;
    font-size:10px !important;
}

.hero-card h2{
    margin-bottom:12px !important;

    font-size:22px !important;
    line-height:1.2 !important;
}

.hero-card p{
    margin-bottom:18px !important;

    font-size:13px !important;
    line-height:1.6 !important;
}

.hero-price{
    margin-top:auto !important;
    margin-bottom:18px !important;
}

.new-price{
    font-size:30px !important;
}

.old-price{
    font-size:14px !important;
}

.hero-buy{
    width:100% !important;
    height:46px !important;

    border-radius:14px !important;

    font-size:14px !important;
}

   /* =====================================================
   VELIKI POKRETNI NASLOV
===================================================== */

.big-title-section{
    margin:8px 0 10px !important;
    padding:0 !important;
}

.big-title-wrapper{
    display:flex !important;
    align-items:center !important;
}

.big-title-track{
    align-items:center !important;
}

.big-title-track span{
    padding:0 18px !important;
    font-size:42px !important;
    letter-spacing:-2.7px !important;
    line-height:1 !important;
}

    /* =====================================================
       AKTIVACIJA U TRI KORAKA
    ===================================================== */

    .process{

    padding:34px 0 42px !important;

}

.process-header{
    margin-bottom:48px !important;
}

.process-grid{
    grid-template-columns:1fr !important;
    gap:44px !important;
}

.process-card,
.process-card:last-child{
    grid-column:auto !important;

    width:88% !important;
    max-width:330px !important;

    min-height:205px !important;

    margin:0 auto !important;

    padding:58px 20px 20px !important;

    border-radius:20px !important;
}

.process-icon-wrap{
    top:-22px !important;
    left:18px !important;

    width:66px !important;
    height:66px !important;

    border-radius:20px !important;
}

.process-icon{
    width:55px !important;
    height:55px !important;

    border-radius:17px !important;
}

.process-icon i{
    font-size:20px !important;
}

.process-number{
    top:16px !important;
    right:16px !important;

    font-size:38px !important;
    letter-spacing:-2px !important;
}

.process-card h3{
    font-size:16px !important;
    line-height:1.25 !important;
}

.process-small-line{
    width:26px !important;
    height:3px !important;
    margin:14px 0 15px !important;
}

.process-card p{
    max-width:100% !important;

    padding-right:38px !important;

    font-size:12px !important;
    line-height:1.5 !important;
}

.process-arrow{
    right:13px !important;
    bottom:13px !important;

    width:38px !important;
    height:38px !important;

    font-size:13px !important;
}

    /* =====================================================
   PROIZVODI
===================================================== */

.products{

    padding:38px 0 60px !important;

}

.products-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:20px !important;
    margin-top:30px !important;
}

.products-grid .product-card{

    width:100% !important;
    max-width:390px !important;

    margin:0 auto !important;

    min-height:500px !important;
    height:auto !important;

    padding:22px 20px !important;

    border-radius:26px !important;
}

.products-grid .discount{

    top:16px !important;
    right:16px !important;

    font-size:12px !important;
}

.products-grid .product-logo{

    width:88px !important;
    height:88px !important;

    margin:20px auto !important;

    border-radius:24px !important;
}

.products-grid .product-logo img{

    width:52px !important;
    height:52px !important;
}

.products-grid .product-title{

    font-size:24px !important;

    text-align:center !important;

    margin-bottom:10px !important;
}

.products-grid .product-description{

    font-size:13px !important;

    text-align:center !important;

    margin-bottom:18px !important;
}

.products-grid .price{

    margin:18px 0 !important;

    text-align:center !important;
}

.products-grid .price strong{

    font-size:32px !important;
}

.products-grid .buy-btn{

    width:100% !important;

    height:48px !important;

    border-radius:14px !important;

    font-size:14px !important;
}

    /* =====================================================
       RECENZIJE
    ===================================================== */

    .reviews{
        padding:70px 0 !important;
    }

    .reviews-header{
        width:calc(100% - 32px) !important;
        max-width:440px !important;

        margin:0 auto 35px !important;
    }

    .reviews-track{
        gap:15px !important;
    }

    .review-card{
        width:290px !important;
        min-width:290px !important;

        padding:22px !important;

        border-radius:23px !important;
    }

    .review-top{
        gap:10px !important;
    }

    .verified-badge{
        padding:6px 8px !important;

        font-size:9px !important;
    }

    .review-text{
        font-size:13px !important;
        line-height:1.65 !important;
    }

    .review-avatar{
        width:42px !important;
        height:42px !important;
    }

/* =====================================================
   FAQ
===================================================== */



 /* =====================================================
   KONTAKT
===================================================== */

.contact{
    width:100% !important;

    height:auto !important;
    min-height:0 !important;

    padding:38px 0 42px !important;
}

.contact .container{
    width:calc(100% - 24px) !important;
    max-width:430px !important;

    height:auto !important;
    min-height:0 !important;

    margin:0 auto !important;
}

.contact-wrapper{
    display:flex !important;
    flex-direction:column !important;
    justify-content:flex-start !important;

    width:calc(100% - 8px) !important;
    max-width:390px !important;

    height:auto !important;
    min-height:0 !important;

    gap:20px !important;

    margin:0 auto !important;
    padding:0 !important;
}

.contact-left,
.contact-right{
    width:100% !important;
    max-width:390px !important;

    height:auto !important;
    min-height:0 !important;

    margin:0 auto !important;

    transform:none !important;
}

.contact-left{
    padding:0 14px !important;
}

.contact-badge{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    width:auto !important;

    margin:18px auto 14px !important;
    padding:6px 11px !important;

    border-radius:999px !important;

    font-size:10px !important;
    font-weight:600 !important;
    line-height:1 !important;
}

.contact-left h2{
    width:100% !important;
    max-width:360px !important;

    margin:0 auto 14px !important;

    text-align:center !important;

    font-size:30px !important;
    line-height:1.08 !important;
    letter-spacing:-1.3px !important;
}
.contact-left{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;

    padding:0 14px !important;
}

.contact-left p{
    width:100% !important;
    max-width:290px !important;

    margin:0 auto !important;

    text-align:center !important;

    font-size:13px !important;
    line-height:1.75 !important;

    letter-spacing:0 !important;
}

.contact-right{
    padding:15px !important;

    border-radius:22px !important;
}

.contact-right form{
    display:flex !important;
    flex-direction:column !important;

    width:100% !important;

    height:auto !important;
    min-height:0 !important;

    gap:11px !important;
}

.contact-right input{
    width:100% !important;

    height:46px !important;
    min-height:46px !important;

    padding:0 15px !important;

    border-radius:13px !important;

    font-size:13px !important;
}

.contact-right textarea{
    width:100% !important;

    height:105px !important;
    min-height:105px !important;
    max-height:105px !important;

    padding:14px 15px !important;

    border-radius:13px !important;

    font-size:13px !important;
    line-height:1.55 !important;

    resize:none !important;
}

.contact-right button{
    width:100% !important;

    height:46px !important;
    min-height:46px !important;

    border-radius:13px !important;

    font-size:13px !important;
}

    /* =====================================================
       FOOTER
    ===================================================== */

    .footer-big-title{
    position:relative !important;

    width:100% !important;

    margin:34px 0 -8px !important;

    text-align:center !important;

    font-size:88px !important;
    line-height:.82 !important;
    letter-spacing:-5px !important;
    font-weight:900 !important;

    color:rgba(20,24,35,.07) !important;

    white-space:nowrap !important;

    overflow:hidden !important;

    filter:none !important;

    user-select:none !important;
    pointer-events:none !important;

    -webkit-mask-image:linear-gradient(
        to bottom,
        rgba(0,0,0,1) 0%,
        rgba(0,0,0,.9) 45%,
        rgba(0,0,0,.35) 72%,
        rgba(0,0,0,0) 100%
    ) !important;

    mask-image:linear-gradient(
        to bottom,
        rgba(0,0,0,1) 0%,
        rgba(0,0,0,.9) 45%,
        rgba(0,0,0,.35) 72%,
        rgba(0,0,0,0) 100%
    ) !important;
}

    .footer-main{
        grid-template-columns:1fr !important;

        gap:34px !important;
    }

    .footer-brand{
    text-align:left !important;
    align-items:flex-start !important;
}

.footer-logo{
    display:block !important;

    width:125px !important;
    height:auto !important;

    margin-left:-25px !important;
    margin-top:0 !important;
    margin-bottom:18px !important;

    transform:translateY(35px) !important;
}

    .footer-brand p,
    .footer-newsletter p{
        max-width:390px !important;

        font-size:14px !important;
        line-height:1.65 !important;
    }

    .footer-social{
        gap:10px !important;
    }

    .footer-social a{
        width:46px !important;
        height:46px !important;

        border-radius:14px !important;
    }

    
.footer-newsletter{
    width:100% !important;
    max-width:390px !important;

    margin:0 !important;
    padding:0 !important;

    text-align:left !important;
}

.footer-newsletter h3{
    margin:0 0 10px !important;

    padding:0 !important;

    text-align:left !important;

    font-size:21px !important;
}

.footer-newsletter p{
    width:100% !important;
    max-width:340px !important;

    margin:0 0 18px !important;
    padding:0 !important;

    text-align:left !important;

    font-size:13px !important;
    line-height:1.65 !important;
}

.newsletter{
    width:100% !important;
    max-width:360px !important;

    margin:0 !important;

    gap:10px !important;

    justify-content:flex-start !important;
}

    .footer-newsletter input,
    .footer-newsletter button{
        height:50px !important;

        border-radius:15px !important;

        font-size:13px !important;
    }

    .footer-bottom{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;

    gap:14px !important;
}

.footer-bottom-links{
    order:1 !important;

    display:flex !important;
    justify-content:center !important;
    align-items:center !important;

    width:100% !important;

    gap:12px !important;

    flex-wrap:nowrap !important;

    overflow-x:auto !important;
    scrollbar-width:none !important;
}

.footer-bottom-links::-webkit-scrollbar{
    display:none;
}

.footer-bottom-links a{
    white-space:nowrap !important;

    font-size:11px !important;

    flex-shrink:0 !important;
}

.footer-bottom > p,
.footer-bottom .copyright{
    order:2 !important;

    margin:0 !important;
}

    /* =====================================================
       KORPA
    ===================================================== */

    .cart-drawer{
        width:100% !important;
        max-width:390px !important;
    }

    .cart-header{
        padding:17px !important;
    }

    .cart-header h2{
        font-size:22px !important;
    }

    .cart-close{
        width:40px !important;
        height:40px !important;
    }

    .cart-items{
        padding:15px !important;
    }

    .cart-summary{
        padding:16px !important;
    }

    .cart-checkout,
    .cart-continue{
        min-height:50px !important;

        font-size:14px !important;
    }

    /* =====================================================
       MODALI
    ===================================================== */

    .why-modal,
    .product-modal{
        padding:8px !important;
    }

    .why-modal-box,
    .product-modal-box{
        width:100% !important;
        max-height:calc(100dvh - 16px) !important;

        overflow-y:auto !important;

        border-radius:24px !important;
    }

    .why-modal-box{
        padding:22px 17px !important;
    }

    .why-modal-grid,
    .product-modal-layout{
        grid-template-columns:1fr !important;
    }

    .why-modal-header h2,
    .product-modal-heading{
        font-size:28px !important;
    }

    .product-modal-visual{
        min-height:220px !important;
    }

    .product-modal-logo{
        width:105px !important;
        height:105px !important;
    }

    .product-modal-content{
        padding:22px 17px !important;
    }
}

/* =========================================================
   MALI TELEFONI
========================================================= */

@media(max-width:390px){

    .container{
        width:calc(100% - 26px) !important;
    }

    .hero h1{
        font-size:35px !important;
    }

    .hero-buttons{
        grid-template-columns:1fr !important;
    }

    .hero-slider,
    .hero-card{
        height:415px !important;
    }

    .process h2{
        font-size:35px !important;
    }

    .products-grid .product-card{
        min-height:540px !important;
    }

    .products-grid .product-logo{
        width:102px !important;
        height:102px !important;
    }

    .products-grid .product-title{
        font-size:24px !important;
    }

    .contact-left h2{
        font-size:34px !important;
    }

    .newsletter{
        grid-template-columns:1fr !important;
    }
}

/* =========================================================
   TOUCH UREĐAJI
========================================================= */
@media(max-width:760px){

    .hero-slider{
        position:relative !important;
        overflow:hidden !important;
    }

    .hero-card{
        animation-play-state:running !important;
        backface-visibility:hidden !important;
        transform-style:preserve-3d !important;
    }
}
/* =========================================================
   MOBILE HERO SLIDER — FINAL FIX
========================================================= */

@media(max-width:760px){

    .hero-right{
        position:relative !important;
        display:flex !important;
        justify-content:center !important;
        align-items:center !important;

        width:100% !important;
        min-height:360px !important;
    }

    .hero-slider{
        position:relative !important;

        width:100% !important;
        max-width:390px !important;
        height:360px !important;

        margin:0 auto !important;

        overflow:hidden !important;
    }

    .hero-slider .hero-card{
        position:absolute !important;
        inset:0 !important;

        display:flex !important;
        flex-direction:column !important;

        width:100% !important;
        height:360px !important;

        opacity:0 !important;
        visibility:hidden !important;
        pointer-events:none !important;

        transform:translateX(55px) scale(.96) !important;

        transition:
            opacity .65s ease,
            transform .75s cubic-bezier(.22,.61,.36,1),
            visibility .65s ease !important;
    }

    .hero-slider .hero-card.active{
        opacity:1 !important;
        visibility:visible !important;
        pointer-events:auto !important;

        transform:translateX(0) scale(1) !important;

        z-index:5 !important;
    }
}
/* MOBILE HERO CARD — VISINA KAO NA DRUGOJ SLICI */

@media(max-width:760px){

    .hero-right{
        width:100% !important;
        min-height:570px !important;
    }

    .hero-slider{
        width:100% !important;
        max-width:390px !important;
        height:570px !important;
        min-height:570px !important;
        margin:0 auto !important;
    }

    .hero-slider .hero-card{
        width:100% !important;
        height:570px !important;
        min-height:570px !important;

        padding:30px 26px !important;
        border-radius:28px !important;
    }

    .hero-slider .hero-card-top{
        margin-bottom:34px !important;
    }

    .hero-slider .hero-app{
        width:78px !important;
        height:78px !important;
        border-radius:21px !important;
    }

    .hero-slider .hero-app img{
        width:50px !important;
        height:50px !important;
    }

    .hero-slider .hero-card h2{
        font-size:30px !important;
        line-height:1.15 !important;
        margin-bottom:18px !important;
    }

    .hero-slider .hero-card p{
        font-size:14px !important;
        line-height:1.7 !important;
        margin-bottom:30px !important;
    }

    .hero-slider .hero-price{
        margin-top:auto !important;
        margin-bottom:24px !important;
    }

    .hero-slider .new-price{
        font-size:42px !important;
    }

    .hero-slider .old-price{
        font-size:16px !important;
    }

    .hero-slider .hero-buy{
        height:58px !important;
        border-radius:17px !important;
        font-size:16px !important;
    }
}
/* =========================================================
   WHY LICENSO MODAL — MOBILE FINAL
========================================================= */

@media(max-width:760px){

    #whyModal{
        padding:8px !important;
        align-items:center !important;
    }

    #whyModal .why-modal-box{
        width:100% !important;
        max-width:410px !important;

        height:auto !important;
        min-height:0 !important;
        max-height:calc(100dvh - 16px) !important;

        padding:58px 14px 18px !important;

        border-radius:26px !important;

        overflow-y:auto !important;
        overflow-x:hidden !important;

        -webkit-overflow-scrolling:touch !important;
    }

    #whyModal .why-modal-close{
        position:absolute !important;

        top:14px !important;
        right:14px !important;

        width:42px !important;
        height:42px !important;

        z-index:20 !important;
    }

    #whyModal .why-modal-close span{
        width:17px !important;
    }

    #whyModal .why-modal-header{
        width:100% !important;
        max-width:330px !important;

        margin:0 auto 22px !important;
        padding:0 6px !important;

        text-align:center !important;
    }

    #whyModal .why-modal-header h2{
        margin:0 0 10px !important;

        font-size:28px !important;
        line-height:1.08 !important;
        letter-spacing:-1.3px !important;
    }

    #whyModal .why-modal-header p{
        margin:0 auto !important;

        font-size:13px !important;
        line-height:1.6 !important;
    }

    #whyModal .why-modal-grid{
        display:flex !important;
        flex-direction:column !important;

        width:100% !important;

        gap:12px !important;
    }

    #whyModal .why-modal-card{
        display:grid !important;

        grid-template-columns:58px 1fr !important;
        grid-template-rows:auto auto !important;

        align-items:center !important;

        width:100% !important;
        min-height:0 !important;

        padding:16px !important;

        border-radius:20px !important;

        text-align:left !important;
    }

    #whyModal .why-card-icon{
        grid-column:1 !important;
        grid-row:1 / 3 !important;

        width:52px !important;
        height:52px !important;

        margin:0 !important;

        border-radius:16px !important;
    }

    #whyModal .why-card-icon i{
        font-size:21px !important;
    }

    #whyModal .why-modal-card h3{
        grid-column:2 !important;
        grid-row:1 !important;

        margin:0 0 5px 12px !important;

        font-size:15px !important;
        line-height:1.3 !important;

        text-align:left !important;
    }

    #whyModal .why-card-line{
        display:none !important;
    }

    #whyModal .why-modal-card p{
        grid-column:2 !important;
        grid-row:2 !important;

        margin:0 0 0 12px !important;

        font-size:12px !important;
        line-height:1.55 !important;

        text-align:left !important;
    }

    #whyModal .why-modal-card:not(:last-child){
        border-right:1px solid rgba(255,255,255,.9) !important;
        border-bottom:1px solid rgba(255,255,255,.9) !important;
    }

    #whyModal .why-modal-bottom{
        display:none !important;
    }
}
/* =========================================================
   MOBILE HERO + NAVBAR — FINAL
========================================================= */

@media(max-width:760px){

    /* NAVBAR */

    .header{
        top:8px !important;

        width:calc(100% - 20px) !important;
        max-width:430px !important;
        height:62px !important;

        border-radius:18px !important;

        background:rgba(255,255,255,.92) !important;

        box-shadow:
            0 10px 30px rgba(30,40,80,.10),
            inset 0 1px 0 rgba(255,255,255,.95) !important;
    }

    .nav{
        height:62px !important;

        padding:0 10px 0 16px !important;
    }

    .logo{
        height:62px !important;
    }

    .logo img{
        width:auto !important;
        height:42px !important;
        max-width:145px !important;
        max-height:42px !important;

        object-fit:contain !important;
    }

    .cart-btn{
        width:42px !important;
        min-width:42px !important;
        height:42px !important;

        border-radius:13px !important;
    }

    .cart-btn svg{
        width:19px !important;
        height:19px !important;
    }

    /* HERO */

    .hero{
        padding:94px 0 28px !important;
    }

    .hero-wrapper{
        gap:18px !important;
    }

    .hero-left{
        width:100% !important;

        text-align:center !important;
    }

    .hero-badge{
        margin:0 auto 14px !important;

        padding:8px 15px !important;

        font-size:12px !important;
    }

    .hero h1{
        max-width:390px !important;

        margin:0 auto 16px !important;

        font-size:32px !important;
        line-height:1.08 !important;
        letter-spacing:-1.6px !important;
    }

    .hero p{
        max-width:360px !important;

        margin:0 auto 20px !important;

        font-size:14px !important;
        line-height:1.65 !important;
    }

    .hero-buttons{
        width:100% !important;

        gap:10px !important;

        margin-bottom:18px !important;
    }

    .primary-btn,
    .secondary-btn{
        width:100% !important;
        height:50px !important;

        padding:0 20px !important;

        border-radius:14px !important;

        font-size:14px !important;
    }

    /* UKLANJA VELIKI PRAZAN PROSTOR PRE KARTICE */

    .hero-right{
        width:100% !important;

        min-height:570px !important;

        margin-top:0 !important;
        padding-top:0 !important;
    }

    .hero-slider{
        margin-top:0 !important;
    }
}
/* =========================================================
   MOBILE NAVBAR — DESKTOP LOOK
========================================================= */

@media(max-width:760px){

    .header{
        top:10px !important;

        width:calc(100% - 24px) !important;
        max-width:430px !important;

        height:66px !important;

        border-radius:999px !important;

        background:rgba(255,255,255,.78) !important;

        backdrop-filter:blur(20px) saturate(170%) !important;
        -webkit-backdrop-filter:blur(20px) saturate(170%) !important;

        border:1px solid rgba(255,255,255,.85) !important;

        box-shadow:
            0 14px 38px rgba(20,28,55,.10),
            inset 0 1px 0 rgba(255,255,255,.95) !important;
    }

    .nav{
        width:100% !important;
        height:66px !important;

        padding:0 9px 0 18px !important;

        border-radius:999px !important;
    }

    .logo{
        height:66px !important;
        width:auto !important;

        display:flex !important;
        align-items:center !important;
    }

    .logo img{
        width:auto !important;
        height:58px !important;

        max-width:175px !important;
        max-height:58px !important;

        object-fit:contain !important;

        transform:none !important;
    }

    .cart-btn{
        width:48px !important;
        min-width:48px !important;
        height:48px !important;

        padding:0 !important;

        border-radius:999px !important;

        background:rgba(255,255,255,.90) !important;

        box-shadow:
            0 8px 22px rgba(20,28,55,.08),
            inset 0 1px 0 rgba(255,255,255,1) !important;
    }

    .cart-btn svg{
        width:19px !important;
        height:19px !important;
    }

    .hero{
        padding-top:100px !important;
    }
}
@media(max-width:760px){

    .logo img{
        height:72px !important;
        max-height:72px !important;
        max-width:205px !important;
    }
}

/* =========================================================
   MOBILE PRODUCTS SWIPE
========================================================= */

@media(max-width:760px){

    .products .container{
        width:100% !important;
        max-width:none !important;
        padding-left:16px !important;
        padding-right:0 !important;
    }

    .products-grid{
        display:flex !important;
        grid-template-columns:none !important;

        width:100% !important;

        gap:16px !important;

        margin-top:30px !important;

        padding:6px 18px 24px 0 !important;

        overflow-x:auto !important;
        overflow-y:visible !important;

        scroll-snap-type:x mandatory !important;
        scroll-padding-left:16px !important;

        -webkit-overflow-scrolling:touch !important;

        scrollbar-width:none !important;
    }

    .products-grid::-webkit-scrollbar{
        display:none !important;
    }

    .products-grid .product-card{
        flex:0 0 calc(100vw - 54px) !important;

        width:calc(100vw - 54px) !important;
        max-width:370px !important;

        min-height:500px !important;

        margin:0 !important;

        scroll-snap-align:start !important;
        scroll-snap-stop:always !important;
    }
}
/* =========================================================
   MOBILE PRODUCTS SWIPE — FINAL
========================================================= */

@media(max-width:760px){

    .products{
        position:relative !important;
    }

    .products .container{
        position:relative !important;

        width:100% !important;
        max-width:none !important;

        padding:0 16px !important;
    }

    .products-grid{
        display:flex !important;
        grid-template-columns:none !important;

        width:100% !important;

        gap:28px !important;

        margin-top:30px !important;
        padding:8px 0 28px !important;

        overflow-x:auto !important;
        overflow-y:visible !important;

        scroll-snap-type:x mandatory !important;
        scroll-padding-left:0 !important;
        scroll-behavior:smooth !important;

        -webkit-overflow-scrolling:touch !important;

        scrollbar-width:none !important;
    }

    .products-grid::-webkit-scrollbar{
        display:none !important;
    }

    .products-grid .product-card{
        flex:0 0 100% !important;

        width:100% !important;
        max-width:none !important;

        margin:0 !important;

        scroll-snap-align:start !important;
        scroll-snap-stop:always !important;
    }

    /* STRELICA */

    /* SWIPE HINT — SAMO TELEFON */



.products .container::after{
    content:"SWIPE  →" !important;

    position:absolute !important;
    top:50% !important;
    right:0 !important;

    transform:translateY(-50%) !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    min-width:100px !important;
    height:44px !important;

    padding:0 16px !important;

    border-radius:999px 0 0 999px !important;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,.90),
            rgba(255,255,255,.48)
        ) !important;

    backdrop-filter:blur(20px) saturate(180%) !important;
    -webkit-backdrop-filter:blur(20px) saturate(180%) !important;

    border:1px solid rgba(255,255,255,.95) !important;
    border-right:0 !important;

    color:#685cff !important;

    font-size:11px !important;
    font-weight:850 !important;
    letter-spacing:.12em !important;

    box-shadow:
        0 14px 34px rgba(48,55,120,.16),
        inset 0 1px 0 rgba(255,255,255,1) !important;

    z-index:5000 !important;
    pointer-events:none !important;

    opacity:1 !important;
    visibility:visible !important;

    animation:swipeHintMove 1.2s ease-in-out infinite !important;

    transition:
        opacity .35s ease,
        visibility .35s ease !important;
}

.products .container.swipe-started::after{
    opacity:0 !important;
    visibility:hidden !important;
    animation:none !important;
}

@keyframes swipeHintMove{

    0%,
    100%{
        transform:
            translateY(-50%)
            translateX(0);
    }

    50%{
        transform:
            translateY(-50%)
            translateX(-7px);
    }
}
}
@media(max-width:760px){

    .products-grid{
        gap:28px !important;
        padding:8px 42px 28px 0 !important;
        scroll-padding-left:0 !important;
    }

    .products-grid .product-card{
        flex:0 0 calc(100vw - 54px) !important;

        width:calc(100vw - 54px) !important;
        max-width:390px !important;

        min-height:500px !important;
        height:auto !important;

        margin:0 !important;

        scroll-snap-align:start !important;
        scroll-snap-stop:always !important;
    }

    .products-grid .product-card .discount{
        position:absolute !important;

        top:16px !important;
        right:16px !important;
        left:auto !important;

        margin:0 !important;
        transform:none !important;

        z-index:15 !important;
    }
}
@media(max-width:760px){

    .header{
        background:
            linear-gradient(
                135deg,
                rgba(255,255,255,.10),
                rgba(255,255,255,.02)
            ) !important;

        backdrop-filter:
            blur(38px)
            saturate(220%)
            brightness(1.05) !important;

        -webkit-backdrop-filter:
            blur(38px)
            saturate(220%)
            brightness(1.05) !important;

        border:1px solid rgba(255,255,255,.24) !important;

        box-shadow:
            0 16px 45px rgba(24,32,70,.06),
            inset 0 1px 0 rgba(255,255,255,.38),
            inset 0 -1px 0 rgba(255,255,255,.05) !important;
    }

    .cart-btn{
        background:
            linear-gradient(
                135deg,
                rgba(255,255,255,.12),
                rgba(255,255,255,.03)
            ) !important;

        backdrop-filter:blur(30px) saturate(210%) !important;
        -webkit-backdrop-filter:blur(30px) saturate(210%) !important;

        border:1px solid rgba(255,255,255,.22) !important;
    }
}
/* ==================================================
   MOBILE TOP 3 PRODUCTS
================================================== */

.mobile-top-products{
    display:none;
}

@media(max-width:760px){

    /* OVDE STAVI KLASU POSTOJEĆEG SLIDERA */

    .hero-slider{
        display:none !important;
    }

    .mobile-top-products{
        display:block !important;

        width:100%;
        margin-top:44px;
        padding:0 16px;
    }

    .mobile-top-heading{
        margin-bottom:22px;
    }

    .mobile-top-heading span{
        display:block;

        margin-bottom:7px;

        color:#676dff;

        font-size:11px;
        font-weight:800;
        letter-spacing:.09em;
    }

    .mobile-top-heading h2{
        margin:0;

        color:#11182a;

        font-size:25px;
        font-weight:800;
        line-height:1.1;
        letter-spacing:-.04em;
    }

    .mobile-top-grid{
        display:grid;
        grid-template-columns:repeat(3, minmax(0, 1fr));

        gap:10px;
        width:100%;
    }

    .mobile-top-card{
        position:relative;

        display:flex;
        flex-direction:column;
        align-items:center;

        min-width:0;
        min-height:245px;

        padding:37px 9px 14px;

        overflow:hidden;

        border-radius:25px;

        background:
            linear-gradient(
                145deg,
                rgba(255,255,255,.48),
                rgba(255,255,255,.15)
            );

        backdrop-filter:
            blur(28px)
            saturate(185%);

        -webkit-backdrop-filter:
            blur(28px)
            saturate(185%);

        border:1px solid rgba(255,255,255,.72);

        box-shadow:
            0 18px 45px rgba(59,68,120,.09),
            inset 0 1px 0 rgba(255,255,255,.95),
            inset 0 -1px 0 rgba(255,255,255,.20);
    }

    .mobile-top-card::before{
        content:"";

        position:absolute;
        left:12%;
        right:12%;
        bottom:-14px;

        height:28px;

        border-radius:50%;

        filter:blur(18px);
        opacity:.34;

        pointer-events:none;
    }

    .adobe-card::before{
        background:#ff7ad9;
    }

    .canva-card::before{
        background:#75a7ff;
    }

    .gemini-card::before{
        background:#9d7cff;
    }

    .mobile-discount{
        position:absolute;
        top:12px;
        right:10px;

        padding:5px 8px;

        border-radius:999px;

        background:rgba(255,255,255,.54);

        backdrop-filter:blur(14px);
        -webkit-backdrop-filter:blur(14px);

        border:1px solid rgba(255,255,255,.72);

        color:#695fff;

        font-size:10px;
        font-weight:800;

        box-shadow:
            0 7px 18px rgba(84,78,180,.10);
    }

    .mobile-product-logo{
        display:flex;
        align-items:center;
        justify-content:center;

        width:66px;
        height:66px;

        margin-bottom:15px;

        border-radius:21px;

        background:rgba(255,255,255,.58);

        backdrop-filter:blur(18px);
        -webkit-backdrop-filter:blur(18px);

        border:1px solid rgba(255,255,255,.82);

        box-shadow:
            0 12px 25px rgba(45,52,100,.10),
            inset 0 1px 0 rgba(255,255,255,.95);
    }

    .mobile-product-logo img{
        display:block;

        width:43px;
        height:43px;

        object-fit:contain;
    }

    .mobile-top-card h3{
        margin:0 0 12px;

        min-height:38px;

        color:#141a2b;

        text-align:center;

        font-size:13px;
        font-weight:800;
        line-height:1.25;
        letter-spacing:-.02em;
    }

    .mobile-price{
        display:flex;
        flex-direction:column;
        align-items:center;

        gap:2px;
    }

    .mobile-price strong{
        color:#111725;

        font-size:19px;
        font-weight:850;
        letter-spacing:-.04em;
    }

    .mobile-price span{
        color:#9a9dac;

        font-size:12px;
        font-weight:600;
        text-decoration:line-through;
    }

    .mobile-product-arrow{
        display:flex;
        align-items:center;
        justify-content:center;

        width:34px;
        height:34px;

        margin-top:auto;

        border:1px solid rgba(255,255,255,.78);
        border-radius:50%;

        background:rgba(255,255,255,.48);

        backdrop-filter:blur(16px);
        -webkit-backdrop-filter:blur(16px);

        color:#655cff;

        font-size:18px;
        font-weight:500;

        box-shadow:
            0 9px 20px rgba(63,68,140,.10);

        cursor:pointer;
    }
}
@media(max-width:760px){

    /* SAKRIJ STARI SLIDER I UKLONI NJEGOV PROSTOR */

    .hero-slider{
        display:none !important;
        height:0 !important;
        min-height:0 !important;
        margin:0 !important;
        padding:0 !important;
        overflow:hidden !important;
    }

    /* AKO JE SLIDER UNUTAR OVOG BLOKA */

    .hero-visual{
        height:auto !important;
        min-height:0 !important;
        margin:0 !important;
        padding:0 !important;
    }

    /* PODIGNI NOVE KARTICE */

    .mobile-top-products{
        margin-top:24px !important;
        padding-top:0 !important;
    }
}
@media(max-width:760px){

    .hero{
        min-height:auto !important;
        height:auto !important;
        padding-bottom:30px !important;
    }
}
@media (max-width:760px){

    /* Potpuno uklanjamo desktop animaciju na telefonu */
    .hero-right,
    .hero-slider{
        display:none !important;

        width:0 !important;
        height:0 !important;
        min-height:0 !important;

        margin:0 !important;
        padding:0 !important;

        overflow:hidden !important;
    }

    /* Uklanjamo veliku desktop visinu hero sekcije */
    .hero{
        min-height:0 !important;
        height:auto !important;

        padding-top:120px !important;
        padding-bottom:28px !important;

        margin:0 !important;
    }

    .hero .container,
    .hero-container,
    .hero-content,
    .hero-wrapper,
    .hero-grid{
        min-height:0 !important;
        height:auto !important;

        display:block !important;

        margin:0 !important;
        padding-bottom:0 !important;
    }

    /* Levi deo sa naslovom i dugmadima */
    .hero-left{
        width:100% !important;
        min-height:0 !important;
        height:auto !important;

        margin:0 !important;
        padding:0 16px !important;
    }

    /* Nove tri kartice odmah ispod hero sekcije */
    .mobile-top-products{
        display:block !important;

        position:relative !important;

        width:100% !important;

        margin:0 !important;
        padding:20px 16px 35px !important;

        top:auto !important;
        left:auto !important;

        transform:none !important;
    }
}
@media(max-width:760px){

    /* =========================
       MOBILE HERO CLEANUP
    ========================= */

    .hero{
        min-height:auto !important;
        height:auto !important;

        padding:
            118px
            20px
            26px !important;

        margin:0 !important;
    }

    .hero .container,
    .hero-container,
    .hero-content,
    .hero-wrapper,
    .hero-grid{
        display:block !important;

        width:100% !important;
        min-height:0 !important;
        height:auto !important;

        margin:0 !important;
        padding:0 !important;
    }

    .hero-left{
        width:100% !important;
        max-width:none !important;

        margin:0 !important;
        padding:0 !important;

        text-align:center !important;
    }

    /* ORIGINALNE LICENCE BADGE */

    .hero-badge{
        display:inline-flex !important;
        align-items:center !important;
        justify-content:center !important;

        min-height:34px !important;

        margin:0 auto 16px !important;
        padding:8px 16px !important;

        border-radius:999px !important;

        background:
            linear-gradient(
                135deg,
                rgba(255,255,255,.42),
                rgba(255,255,255,.14)
            ) !important;

        backdrop-filter:
            blur(20px)
            saturate(180%) !important;

        -webkit-backdrop-filter:
            blur(20px)
            saturate(180%) !important;

        border:
            1px solid
            rgba(255,255,255,.62) !important;

        box-shadow:
            0 10px 28px rgba(42,50,90,.07),
            inset 0 1px 0 rgba(255,255,255,.85) !important;

        font-size:12px !important;
        font-weight:700 !important;
        line-height:1 !important;
    }

    /* GLAVNI NASLOV */

    .hero-left h1{
        max-width:460px !important;

        margin:0 auto 16px !important;

        color:#111827 !important;

        font-size:34px !important;
        font-weight:850 !important;
        line-height:1.05 !important;

        letter-spacing:-.055em !important;
        text-align:center !important;
    }

    /* OPIS */

    .hero-left > p,
    .hero-description{
        max-width:430px !important;

        margin:0 auto 24px !important;

        color:#747986 !important;

        font-size:15px !important;
        font-weight:450 !important;
        line-height:1.62 !important;

        text-align:center !important;
    }

    /* DUGMAD */

    .hero-buttons{
        display:flex !important;
        flex-direction:column !important;

        width:100% !important;

        gap:11px !important;

        margin:0 !important;
    }

    .hero-buttons .primary-btn,
    .hero-buttons .secondary-btn{
        display:flex !important;
        align-items:center !important;
        justify-content:center !important;

        width:100% !important;
        min-height:54px !important;

        margin:0 !important;
        padding:0 20px !important;

        border-radius:16px !important;

        font-size:15px !important;
        font-weight:750 !important;
        line-height:1 !important;

        text-decoration:none !important;

        transition:
            transform .2s ease,
            box-shadow .2s ease !important;
    }

    .hero-buttons .primary-btn{
        color:#fff !important;

        background:
            linear-gradient(
                110deg,
                #5f7cff,
                #8058f5
            ) !important;

        border:
            1px solid
            rgba(255,255,255,.20) !important;

        box-shadow:
            0 16px 34px rgba(92,87,230,.24),
            inset 0 1px 0 rgba(255,255,255,.28) !important;
    }

    .hero-buttons .secondary-btn{
        color:#171b27 !important;

        background:
            linear-gradient(
                135deg,
                rgba(255,255,255,.56),
                rgba(255,255,255,.22)
            ) !important;

        backdrop-filter:
            blur(20px)
            saturate(170%) !important;

        -webkit-backdrop-filter:
            blur(20px)
            saturate(170%) !important;

        border:
            1px solid
            rgba(255,255,255,.70) !important;

        box-shadow:
            0 12px 28px rgba(35,42,76,.08),
            inset 0 1px 0 rgba(255,255,255,.92) !important;
    }

    .hero-buttons .primary-btn:active,
    .hero-buttons .secondary-btn:active{
        transform:scale(.985) !important;
    }

    /* DESKTOP SLIDER SE SKLANJA SAMO NA TELEFONU */

    .hero-right,
    .hero-slider{
        display:none !important;
    }

    /* =========================
       MOBILE TOP 3 POSITION
    ========================= */

    .mobile-top-products{
        display:block !important;

        width:100% !important;

        margin:0 !important;
        padding:
            34px
            16px
            34px !important;
    }

    .mobile-top-heading{
        margin-bottom:20px !important;
    }

    .mobile-top-heading span{
        margin-bottom:7px !important;

        font-size:11px !important;
        font-weight:800 !important;
        letter-spacing:.10em !important;
    }

    .mobile-top-heading h2{
        margin:0 !important;

        font-size:27px !important;
        font-weight:850 !important;
        line-height:1.05 !important;

        letter-spacing:-.045em !important;
    }
}
@media(max-width:760px){

    .mobile-product-arrow svg{
        width:17px;
        height:17px;

        fill:none;
        stroke:currentColor;
        stroke-width:1.8;
        stroke-linecap:round;
        stroke-linejoin:round;
    }

    .mobile-product-arrow.added{
        color:#ffffff !important;
        background:linear-gradient(135deg,#617cff,#8558f4) !important;
    }
}
@media(max-width:760px){

    .mobile-product-arrow{
        transition:
            transform .2s ease,
            background .2s ease,
            color .2s ease !important;
    }

    .mobile-product-arrow:active{
        transform:scale(.92) !important;
    }

    .mobile-product-arrow.added{
        color:#ffffff !important;

        background:
            linear-gradient(
                135deg,
                #607cff,
                #8558f4
            ) !important;

        box-shadow:
            0 10px 24px rgba(91,82,225,.28) !important;
    }

    .mobile-product-arrow svg{
        display:block !important;

        width:17px !important;
        height:17px !important;
    }
}
/* =========================================================
   PRIVACY MODAL — MOBILE
========================================================= */

@media(max-width:760px){

    .legal-modal{
        position:fixed;
        inset:0;

        display:flex;
        align-items:flex-end;
        justify-content:center;

        padding:8px;

        opacity:0;
        visibility:hidden;
        pointer-events:none;

        z-index:20000;

        transition:
            opacity .3s ease,
            visibility .3s ease;
    }

    .legal-modal.active{
        opacity:1;
        visibility:visible;
        pointer-events:auto;
    }

    .legal-modal-overlay{
        position:absolute;
        inset:0;

        background:rgba(15,23,42,.28);

        backdrop-filter:blur(10px);
        -webkit-backdrop-filter:blur(10px);
    }

    .legal-modal-box{
        position:relative;
        z-index:2;

        width:100%;
        max-width:430px;
        max-height:calc(100dvh - 16px);

        padding:60px 18px 22px;

        overflow-y:auto;
        overflow-x:hidden;

        border-radius:28px;

        background:
            linear-gradient(
                145deg,
                rgba(255,255,255,.96),
                rgba(247,248,255,.91)
            );

        border:1px solid rgba(255,255,255,.9);

        box-shadow:
            0 28px 80px rgba(20,28,60,.22),
            inset 0 1px 0 rgba(255,255,255,.95);

        transform:translateY(35px);

        transition:
            transform .45s cubic-bezier(.22,.61,.36,1);
    }

    .legal-modal.active .legal-modal-box{
        transform:translateY(0);
    }

    .legal-modal-close{
        position:absolute;
        top:14px;
        right:14px;

        display:flex;
        align-items:center;
        justify-content:center;

        width:42px;
        height:42px;

        padding:0;

        border:none;
        border-radius:50%;

        background:rgba(255,255,255,.88);

        color:#5f63ff;

        font-size:18px;

        box-shadow:
            0 10px 25px rgba(30,40,80,.10);

        cursor:pointer;
    }

    .legal-modal-header{
        margin-bottom:28px;
    }

    .legal-modal-header > span{
        display:block;

        margin-bottom:8px;

        color:#6961ff;

        font-size:11px;
        font-weight:800;
        letter-spacing:.12em;
    }

    .legal-modal-header h2{
        margin:0 0 10px;

        color:#111827;

        font-size:29px;
        line-height:1.08;
        letter-spacing:-1.4px;
    }

    .legal-modal-header p{
        margin:0;

        color:#858a98;

        font-size:12px !important;
    }

    .legal-modal-content{
    display:block !important;
}

    .legal-modal-content section{

    padding:0 !important;

    margin:0 0 34px !important;

    background:transparent !important;

    border:none !important;

    border-radius:0 !important;

    box-shadow:none !important;
}

    .legal-modal-content h3{

    margin:0 0 16px !important;

    font-size:22px !important;

    font-weight:700 !important;

    color:#101322 !important;

    line-height:1.3;
}

    .legal-modal-content p{

    margin:0 0 18px !important;

    font-size:15px !important;

    line-height:1.9 !important;

    color:#5d6475 !important;
}

    body.legal-modal-open{
        overflow:hidden !important;
    }
}
.legal-modal-header{

    padding-bottom:26px;

    margin-bottom:34px !important;

    border-bottom:1px solid rgba(0,0,0,.08);
}
@media(max-width:760px){

    .legal-modal-header-centered{
        text-align:center !important;
    }

    .legal-modal-header-centered > span{
        text-align:center !important;
    }

    .legal-modal-header-centered h2{
        text-align:center !important;
    }

    .legal-modal-header-centered p{
        text-align:center !important;
    }
}
/* =========================================================
   FAQ MOBILE — FINAL FIX
========================================================= */

@media(max-width:760px){

    .faq-question span{
        display:flex !important;
        align-items:center !important;
        justify-content:center !important;

        width:34px !important;
        min-width:34px !important;
        height:34px !important;

        border-radius:50% !important;

        font-size:18px !important;
        line-height:1 !important;

        transform:rotate(0deg) !important;

        transition:
            transform .55s cubic-bezier(.22,.61,.36,1),
            background-color .35s ease,
            color .35s ease !important;
    }

    .faq-item.active > .faq-question span{
        transform:rotate(45deg) !important;
    }

    .faq-answer{
        display:block !important;

        max-height:0;
        opacity:0;

        padding:0 18px !important;

        overflow:hidden !important;

        font-size:13px !important;
        line-height:1.65 !important;

        transition:
            max-height .8s cubic-bezier(.22,.61,.36,1),
            opacity .4s ease !important;
    }

    /* prostor iznad teksta odgovora */

    .faq-answer::before{
        content:"";
        display:block;
        height:10px;
    }

    /* prostor ispod teksta odgovora */

    .faq-answer::after{
        content:"";
        display:block;
        height:18px;
    }

    .faq-item.active > .faq-answer{
        opacity:1 !important;
    }
}
/* =========================================================
   FAQ MOBILE — FINAL FIX
========================================================= */

@media(max-width:760px){

    .faq-question span{
        display:flex !important;
        align-items:center !important;
        justify-content:center !important;

        width:34px !important;
        min-width:34px !important;
        height:34px !important;

        border-radius:50% !important;

        font-size:18px !important;
        line-height:1 !important;

        transform:rotate(0deg) !important;

        transition:
            transform .55s cubic-bezier(.22,.61,.36,1),
            background-color .35s ease,
            color .35s ease !important;
    }

    .faq-item.active > .faq-question span{
        transform:rotate(45deg) !important;
    }

    .faq-answer{
        display:block !important;

        max-height:0;
        opacity:0;

        padding:0 18px !important;

        overflow:hidden !important;

        font-size:13px !important;
        line-height:1.65 !important;

        transition:
            max-height .8s cubic-bezier(.22,.61,.36,1),
            opacity .4s ease !important;
    }

    /* prostor iznad teksta odgovora */
.faq-answer{
    display:block !important;

    max-height:0;
    opacity:0;
    overflow:hidden !important;

    padding:0 18px !important;

    font-size:13px !important;
    line-height:1.65 !important;

    transition:
        max-height .8s cubic-bezier(.22,.61,.36,1),
        opacity .4s ease !important;
}

.faq-item.active > .faq-answer{
    opacity:1 !important;
    padding-top:4px !important;
    padding-bottom:14px !important;

}
}
.footer-bottom{
    display:flex;
    flex-direction:column;
}

.footer-bottom-links{
    order:1;
}

.footer-bottom > span{
    order:2;
    margin-top:18px;
}
@media(max-width:760px){

    .contact-left .contact-description{
        width:100% !important;
        max-width:420px !important;

        margin:0 auto !important;

        text-align:center !important;

        font-size:13px !important;
        line-height:1.75 !important;
    }
}
@media(max-width:760px){

    .faq-item{
        height:auto !important;
        min-height:0 !important;
    }

    .faq-question{
        min-height:56px !important;
        padding:10px 14px 10px 16px !important;
    }

    .faq-answer{
        max-height:0;
        height:auto !important;
        min-height:0 !important;

        padding:0 18px !important;
        margin:0 !important;

        opacity:0;
        overflow:hidden !important;

        font-size:13px !important;
        line-height:1.65 !important;

        transition:
            max-height .7s cubic-bezier(.22,.61,.36,1),
            opacity .35s ease,
            padding .45s ease !important;
    }

    .faq-answer::before,
    .faq-answer::after{
        display:none !important;
        content:none !important;
        height:0 !important;
    }

    .faq-item.active > .faq-answer{
        height:auto !important;
        min-height:0 !important;

        padding:4px 18px 30px !important;
        margin:0 !important;

        opacity:1 !important;
    }
}
@media(max-width:760px){

    .faq-item.active > .faq-answer{
        padding:8px 18px 18px !important;
    }

    .faq-answer p{
        margin:0 !important;
        line-height:1.65 !important;
    }
}
@media(max-width:760px){

    .faq-item.active > .faq-answer{
        box-sizing:border-box !important;

        padding:8px 18px 26px !important;

        overflow:hidden !important;
    }

    .faq-answer p{
        margin:0 !important;
        padding:0 !important;

        line-height:1.65 !important;
    }
}
@media(max-width:760px){

    .faq-item.active > .faq-answer{
        max-height:140px !important;

        padding:8px 18px 18px !important;

        transform:none !important;

        overflow:hidden !important;
    }

}
@media(max-width:760px){

    .faq-item{
        box-shadow:
            0 14px 34px rgba(28, 36, 75, .12),
            0 4px 12px rgba(28, 36, 75, .06) !important;
    }

}
@media(max-width:760px){

    html,
    body,
    .hero,
    .mobile-top-products,
    .big-title-section,
    .process,
    .products,
    #products,
    .reviews-section,
    #reviews,
    .reviews-slider,
    .reviews-track,
    .faq,
    #faq{
        background:#f8f9fc !important;
        background-image:none !important;
    }

    .products-liquid-background,
    .reviews-glow,
    .reviews-glow-left,
    .reviews-glow-right,
    .reviews-fade,
    .reviews-fade-left,
    .reviews-fade-right,
    .process::before{
        display:none !important;
    }

    .contact,
    #contact,
    footer,
    .footer{
        background:#eef1f6 !important;
        background-image:none !important;
    }
}
    @media(max-width:760px){

    /* JEDNA POZADINA CELOG GLAVNOG SAJTA */

    html,
    body,
    .hero,
    .mobile-top-products,
    .big-title-section,
    .process,
    .products,
    #products,
    .reviews-section,
    #reviews,
    .reviews-slider,
    .reviews-track,
    .faq,
    #faq{
        background:#f8f9fc !important;
        background-image:none !important;
    }

    /* UKLANJA RAVNE POJASEVE KOJE PRAVE PREVELIKE SENKE */

    .process-card{
        box-shadow:
            0 14px 32px rgba(28,36,75,.07),
            inset 0 1px 0 rgba(255,255,255,.95) !important;
    }

    .products-grid .product-card{
        box-shadow:
            0 16px 34px rgba(28,36,75,.07),
            inset 0 1px 0 rgba(255,255,255,.95) !important;
    }

    #reviews .review-card{
        box-shadow:
            0 14px 30px rgba(28,36,75,.06),
            inset 0 1px 0 rgba(255,255,255,.95) !important;
    }

    /* UKLANJA DEKORATIVNE POZADINSKE BOJE */

    .process::before,
    .products-liquid-background,
    .reviews-glow,
    .reviews-glow-left,
    .reviews-glow-right,
    .reviews-fade,
    .reviews-fade-left,
    .reviews-fade-right{
        display:none !important;
    }

    /* FOOTER JEDINA DRUGA BOJA */

    .contact,
    #contact,
    footer,
    .footer{
        background:#eef1f6 !important;
        background-image:none !important;
    }
}
/* FINALNO UKLANJANJE LINIJA — SVI UREĐAJI */

.process-card{
    box-shadow:
        0 14px 32px rgba(28,36,75,.07),
        inset 0 1px 0 rgba(255,255,255,.95) !important;
}

.process-card::before{
    display:none !important;
}

.products-grid .product-card{
    box-shadow:
        0 14px 32px rgba(28,36,75,.07),
        inset 0 1px 0 rgba(255,255,255,.95) !important;
}

.products-grid .product-card::before,
.products-grid .product-card::after{
    box-shadow:none !important;
}

.review-card{
    box-shadow:
        0 14px 30px rgba(28,36,75,.06),
        inset 0 1px 0 rgba(255,255,255,.95) !important;
}

.hero-buttons .secondary-btn{
    box-shadow:none !important;
}

.products-liquid-background,
.reviews-glow,
.reviews-glow-left,
.reviews-glow-right,
.reviews-fade,
.reviews-fade-left,
.reviews-fade-right{
    display:none !important;
}
/* ==================================================
   SAMO BELI SJAJ OKO LOGO KOCKE
   NE MENJA POZADINU, VELIČINU NI RASPORED
================================================== */

.products-grid .product-card .product-logo{
    box-shadow:
        0 20px 42px rgba(54,67,108,.13),

        0 0 12px rgba(255,255,255,.92),
        0 0 24px rgba(255,255,255,.48),

        inset 0 4px 3px rgba(255,255,255,1),
        inset 4px 0 3px rgba(255,255,255,.96),

        inset -3px 0 4px rgba(255,255,255,.72),
        inset 0 -3px 5px rgba(255,255,255,.66),

        inset 0 0 0 1px rgba(255,255,255,.58) !important;
}
/* ==================================================
   SAMO BELI SJAJ OKO CELE KARTICE
   NE MENJA POZADINU NI RASPORED
================================================== */

.products-grid .product-card{
    box-shadow:
        /* postojeća dubina kartice */
        0 26px 58px rgba(53,66,108,.12),

        /* beli spoljašnji sjaj */
        0 0 10px rgba(255,255,255,.95),
        0 0 22px rgba(255,255,255,.58),

        /* sjaj gornje ivice */
        inset 0 5px 4px rgba(255,255,255,1),

        /* sjaj leve ivice */
        inset 5px 0 4px rgba(255,255,255,1),

        /* sjaj desne ivice */
        inset -4px 0 5px rgba(255,255,255,.78),

        /* sjaj donje ivice */
        inset 0 -4px 6px rgba(255,255,255,.72),

        /* tanak unutrašnji beli prsten */
        inset 0 0 0 1px rgba(255,255,255,.62),

        /* tanak spoljašnji beli prsten */
        0 0 0 1px rgba(255,255,255,.92) !important;
}
@media(max-width:760px){

    .products-grid .product-card .price{
        margin-bottom:28px !important;
    }

    .products-grid .product-card .buy-btn{
        margin-top:14px !important;
    }

}
@media(max-width:760px){

    .hero-buttons .secondary-btn{
        border:2px solid rgba(255,255,255,.95) !important;

        box-shadow:
            inset 0 0 0 1px rgba(255,255,255,.75),
            0 8px 22px rgba(35,42,76,.06) !important;
    }

}
@media(max-width:760px){

    .hero-left h1 span{
        display:block;
    }

}
@media(max-width:760px){

    /* VIŠE SJAJA OKO TRI GORNJE KARTICE */

    .mobile-top-card{
        box-shadow:
            0 22px 48px rgba(52,63,115,.12),

            0 0 14px rgba(255,255,255,.96),
            0 0 30px rgba(255,255,255,.62),

            inset 0 3px 3px rgba(255,255,255,1),
            inset 3px 0 3px rgba(255,255,255,.92),
            inset -3px 0 4px rgba(255,255,255,.72),
            inset 0 -3px 5px rgba(255,255,255,.68),

            0 0 0 1px rgba(255,255,255,.88) !important;
    }

    /* VIŠE SJAJA OKO LOGO IKONICE */

    .mobile-product-logo{
        box-shadow:
            0 16px 32px rgba(42,52,100,.12),

            0 0 12px rgba(255,255,255,1),
            0 0 24px rgba(255,255,255,.74),

            inset 0 3px 3px rgba(255,255,255,1),
            inset 3px 0 3px rgba(255,255,255,.96),
            inset -3px 0 4px rgba(255,255,255,.76),
            inset 0 -3px 5px rgba(255,255,255,.70),

            0 0 0 1px rgba(255,255,255,.92) !important;
    }

    /* STARA CENA IZNAD NOVE */

    .mobile-price{
        display:flex !important;
        flex-direction:column !important;
        align-items:center !important;
        gap:2px !important;
    }

    .mobile-price span{
        order:1 !important;
        margin:0 0 2px !important;
    }

    .mobile-price strong{
        order:2 !important;
        margin:0 !important;
    }

}
@media(max-width:760px){

    /* CENA BLIŽE NAZIVU */

    .mobile-top-card h3{
        margin-bottom:6px !important;
    }

    .mobile-price{
        margin-top:0 !important;
        gap:0 !important;
    }

    .mobile-price span{
        margin-bottom:0 !important;
    }

    /* UPEČATLJIVIJI POPUST */

    .mobile-discount{
        padding:6px 10px !important;

        color:#ffffff !important;

        background:
            linear-gradient(
                135deg,
                #6b63ff,
                #8a55f4
            ) !important;

        border:1px solid rgba(255,255,255,.72) !important;

        box-shadow:
            0 10px 24px rgba(105,91,240,.28),
            inset 0 1px 0 rgba(255,255,255,.35) !important;

        font-size:11px !important;
        font-weight:850 !important;
    }

}
@media(max-width:760px){

    /* POPUST MALO VIŠE I DESNO — DA NE DODIRUJE LOGO */

    .mobile-discount{
        top:10px !important;
        right:8px !important;

        padding:5px 9px !important;

        font-size:10px !important;
    }

    /* LOGO MALO NIŽE */

    .mobile-product-logo{
        margin-top:12px !important;
        margin-bottom:12px !important;
    }

    /* MANJI RAZMAK IZMEĐU NAZIVA I CENE */

    .mobile-top-card h3{
        margin-bottom:2px !important;
    }

    .mobile-price{
        margin-top:-2px !important;
        gap:0 !important;
    }

    .mobile-price span{
        margin:0 !important;
    }

}
@media(max-width:760px){

    .products-grid .product-card .price{
        border-top:none !important;
        border-bottom:none !important;
    }

    .products-grid .product-card .price::before,
    .products-grid .product-card .price::after{
        display:none !important;
        content:none !important;
    }

}
@media(max-width:760px){

    .products-grid .product-card::before,
    .products-grid .product-card::after{
        border:none !important;
    }

}
@media(max-width:760px){

    .products-grid .product-divider{
        display:none !important;

        width:0 !important;
        height:0 !important;

        margin:0 !important;
        padding:0 !important;

        background:none !important;
        border:none !important;
        box-shadow:none !important;
    }

}
@media(max-width:760px){

    .products-grid{
        border:none !important;
        outline:none !important;
        background:transparent !important;
        box-shadow:none !important;
    }

    .products-grid .product-card{
        border-color:rgba(255,255,255,.75) !important;
        outline:none !important;
    }

}
@media(max-width:760px){

    .products,
    #products{
        background:#f8f9fc !important;
        background-image:none !important;

        border:none !important;
        box-shadow:none !important;
        outline:none !important;
    }

    .products::before,
    .products::after,
    #products::before,
    #products::after{
        display:none !important;
        content:none !important;
    }

    .products .container,
    .products-grid{
        background:transparent !important;

        border:none !important;
        box-shadow:none !important;
        outline:none !important;
    }

}
@media(max-width:760px){

    .products-grid{
        overflow-x:auto !important;
        overflow-y:visible !important;

        padding-top:16px !important;
        padding-bottom:70px !important;

        clip-path:none !important;
        -webkit-mask-image:none !important;
        mask-image:none !important;
    }

    .products .container{
        overflow:visible !important;
    }

    .products{
        overflow:visible !important;
    }

    .products-grid .product-card{
        margin-bottom:20px !important;
    }

}
@media(max-width:760px){

    .products .container{
        padding-left:24px !important;
    }

    .products-grid{
        padding-left:6px !important;
    }

    .products-grid .product-card:first-child{
        margin-left:2px !important;
    }

}
@media(max-width:760px){

    .products-grid .product-card{
        box-shadow:
            0 18px 34px rgba(28,36,75,.07),
            0 0 14px rgba(255,255,255,.85),
            inset 0 1px 0 rgba(255,255,255,.95) !important;
    }

}
@media(max-width:760px){

    .products-grid{
        padding-left:12px !important;
    }

    .products-grid .product-card{
        outline:none !important;

        box-shadow:
            0 18px 34px rgba(28,36,75,.07),
            inset 0 5px 4px rgba(255,255,255,1),
            inset 5px 0 4px rgba(255,255,255,.95),
            inset -4px 0 5px rgba(255,255,255,.72),
            inset 0 -4px 6px rgba(255,255,255,.68),
            inset 0 0 0 1px rgba(255,255,255,.65) !important;
    }

    .products-grid .product-card:first-child{
        margin-left:0 !important;
    }

}
@media(max-width:760px){

    .header-right{
        display:flex !important;
        align-items:center !important;
        gap:7px !important;
    }

    .header .language{
        display:flex !important;
        align-items:center !important;
        justify-content:center !important;

        width:44px !important;
        min-width:44px !important;
        height:44px !important;

        padding:0 !important;

        border:1px solid rgba(255,255,255,.42) !important;
        border-radius:999px !important;

        background:
            linear-gradient(
                135deg,
                rgba(255,255,255,.35),
                rgba(255,255,255,.10)
            ) !important;

        backdrop-filter:blur(24px) saturate(190%) !important;
        -webkit-backdrop-filter:blur(24px) saturate(190%) !important;

        color:#171b27 !important;

        font-size:12px !important;
        font-weight:800 !important;
        line-height:1 !important;

        box-shadow:
            0 8px 20px rgba(30,38,75,.07),
            inset 0 1px 0 rgba(255,255,255,.82) !important;

        cursor:pointer !important;
        flex-shrink:0 !important;
    }

    .header .cart-btn{
        width:48px !important;
        min-width:48px !important;
        height:48px !important;
    }

}
/* =========================================================
   MOBILE LANGUAGE BUTTON — FINAL
========================================================= */
@media(max-width:760px){
    .header-right{
        display:flex !important;
        align-items:center !important;
        gap:7px !important;
        margin-left:auto !important;
    }

    .header .language{
        display:flex !important;
        align-items:center !important;
        justify-content:center !important;
        width:44px !important;
        min-width:44px !important;
        height:44px !important;
        padding:0 !important;
        border:1px solid rgba(255,255,255,.42) !important;
        border-radius:999px !important;
        background:linear-gradient(135deg,rgba(255,255,255,.35),rgba(255,255,255,.10)) !important;
        backdrop-filter:blur(24px) saturate(190%) !important;
        -webkit-backdrop-filter:blur(24px) saturate(190%) !important;
        color:#171b27 !important;
        font-size:12px !important;
        font-weight:800 !important;
        line-height:1 !important;
        box-shadow:0 8px 20px rgba(30,38,75,.07),inset 0 1px 0 rgba(255,255,255,.82) !important;
        cursor:pointer !important;
        flex-shrink:0 !important;
    }
}
@media (max-width: 768px){

    .mobile-product-arrow{
        transform: translateY(8px);
    }

}
/* =========================================
   MOBILE NAVBAR — SAMO LOGO, JEZIK I KORPA
========================================= */

@media (max-width: 768px){

    .desktop-menu{
        display:none !important;
    }

    .nav{
        display:flex !important;
        align-items:center !important;
        justify-content:space-between !important;
    }

    .header-right{
        display:flex !important;
        align-items:center !important;
        gap:10px !important;
        margin-left:auto !important;
    }

    .logo{
        margin-right:auto !important;
    }
}
@media (max-width: 768px){

    header nav,
    .header nav,
    .nav > nav{
        display:none !important;
    }
}
/* ==================================================
   FINAL MOBILE NAVBAR — SAMO LOGO, JEZIK I KORPA
================================================== */

@media screen and (max-width:760px){

    body .header .nav .desktop-menu{
        display:none !important;
        visibility:hidden !important;
        opacity:0 !important;
        pointer-events:none !important;

        position:absolute !important;
        width:0 !important;
        height:0 !important;
        overflow:hidden !important;
    }

    body .header .nav{
        display:flex !important;
        align-items:center !important;
        justify-content:space-between !important;

        width:100% !important;
    }

    body .header .logo{
        margin:0 auto 0 0 !important;
        flex-shrink:0 !important;
    }

    body .header .header-right{
        display:flex !important;
        align-items:center !important;

        margin-left:auto !important;
        gap:8px !important;
    }

    body .header .language,
    body .header .cart-btn{
        display:flex !important;
        align-items:center !important;
        justify-content:center !important;
        flex-shrink:0 !important;
    }
}
/* ==================================================
   MOBILE FAQ — ISTA ANIMACIJA KAO NA LAPTOPU
================================================== */

@media (max-width:760px){

    .faq-answer{
        max-height:0 !important;
        opacity:0 !important;
        overflow:hidden !important;

        padding-top:0 !important;
        padding-bottom:0 !important;

        transform:translateY(-8px) !important;

        transition:
            max-height .55s cubic-bezier(.22,.61,.36,1),
            opacity .35s ease,
            transform .55s cubic-bezier(.22,.61,.36,1),
            padding .55s cubic-bezier(.22,.61,.36,1) !important;
    }

    .faq-item.active .faq-answer{
        max-height:260px !important;
        opacity:1 !important;

        padding-top:0 !important;
        padding-bottom:22px !important;

        transform:translateY(0) !important;
    }

    .faq-question span{
        transition:
            transform .45s cubic-bezier(.22,.61,.36,1),
            background .3s ease !important;
    }

    .faq-item.active .faq-question span{
        transform:rotate(45deg) !important;
    }
}
/* ==================================================
   FINAL MOBILE FAQ — ISTA ANIMACIJA KAO DESKTOP
================================================== */

@media (max-width:760px){

    .faq-item{
        height:auto !important;
        min-height:0 !important;
        overflow:hidden !important;
    }

    .faq-question{
        min-height:56px !important;
        padding:10px 14px 10px 16px !important;
    }

    .faq-question span{
        transform:rotate(0deg) !important;

        transition:
            transform .35s cubic-bezier(.22,.61,.36,1),
            background .25s ease !important;
    }

    .faq-item.active .faq-question span{
        transform:rotate(45deg) !important;
    }

    .faq-answer{
        display:block !important;

        max-height:0 !important;
        opacity:0 !important;

        overflow:hidden !important;

        margin:0 !important;
        padding:0 18px !important;

        transform:translateY(-6px) !important;

        transition:
            max-height .55s cubic-bezier(.22,.61,.36,1),
            opacity .35s ease,
            transform .55s cubic-bezier(.22,.61,.36,1),
            padding .55s cubic-bezier(.22,.61,.36,1) !important;
    }

    .faq-item.active .faq-answer{
        max-height:220px !important;
        opacity:1 !important;

        padding:8px 18px 20px !important;

        transform:translateY(0) !important;
    }

    .faq-answer::before,
    .faq-answer::after{
        content:none !important;
        display:none !important;
    }
}
/* ==================================================
   MOBILE FAQ — SAMO VELIČINA
   Animacija se uzima iz style.css kao na laptopu
================================================== */

@media (max-width:760px){

    .faq{
        padding:60px 0 !important;
    }

    .faq-header{
        margin-bottom:28px !important;
        text-align:center !important;
    }

    .faq-wrapper{
        gap:12px !important;
    }

    .faq-item{
        width:100% !important;
        border-radius:20px !important;
    }

    .faq-question{
        min-height:56px !important;
        padding:10px 14px 10px 16px !important;

        font-size:14px !important;
        line-height:1.35 !important;
    }

    .faq-question span{
        width:32px !important;
        min-width:32px !important;
        height:32px !important;

        font-size:18px !important;
    }

    .faq-answer{
        padding-left:18px !important;
        padding-right:18px !important;

        font-size:13px !important;
        line-height:1.65 !important;
    }

    .faq-item.active .faq-answer{
        max-height:140px !important;

        padding-top:10px !important;
        padding-bottom:24px !important;
    }
}
/* RECENZIJE — MANJI RAZMAK U NASLOVU */

@media (max-width:760px){

    .reviews-header{
        transform:translateY(18px) !important;
        margin-bottom:28px !important;
    }

    .reviews-rating{
        margin-bottom:12px !important;
    }

    .reviews-header h2{
        margin-bottom:10px !important;
    }

    .reviews-header > p{
        margin-top:0 !important;
    }
}
/* MANJI RAZMAK IZMEĐU PONUDE I RECENZIJA */

@media (max-width:760px){

    .products{
        padding-bottom:15px !important;
    }

    .reviews-section{
        padding-top:30px !important;
    }
}
/* MANJI RAZMAK IZMEĐU RECENZIJA I FAQ */

@media (max-width:760px){

    .reviews-section{
        padding-bottom:10px !important;
    }

    .faq{
        padding-top:24px !important;
    }
}
/* MOBILE — SPUSTI SAMO STARU CENU */

@media (max-width:760px){

    .products-grid .price span{
        transform:translateY(6px) !important;
    }
}
/* ==================================================
   MOBILE PRODUCT CARDS — PROPORCIJE KAO NA LAPTOPU
================================================== */

@media (max-width:760px){

    .products-grid .product-card{
        width:100% !important;
        max-width:390px !important;

        height:650px !important;
        min-height:650px !important;

        padding:28px 26px 26px !important;

        border-radius:34px !important;
    }

    .products-grid .product-logo{
        width:130px !important;
        height:130px !important;

        margin:30px auto 26px !important;

        border-radius:36px !important;
    }

    .products-grid .product-logo img{
        width:76px !important;
        height:76px !important;
    }

    .products-grid .product-title{
        min-height:38px !important;

        margin:0 auto 14px !important;

        font-size:27px !important;
        line-height:1.1 !important;
    }

    .products-grid .product-description{
        min-height:70px !important;

        margin:0 auto 16px !important;

        font-size:14px !important;
        line-height:1.55 !important;
    }

    .products-grid .product-tags{
        min-height:44px !important;

        margin-top:10px !important;
        margin-bottom:0 !important;
    }

    .products-grid .product-divider{
        margin:20px 0 16px !important;
    }

    .products-grid .price{
        margin:0 0 24px !important;

        text-align:left !important;
        align-items:flex-start !important;
    }

    .products-grid .price span{
        transform:none !important;

        font-size:16px !important;
    }

    .products-grid .price strong{
        font-size:46px !important;
        line-height:1 !important;
    }

    .products-grid .buy-btn{
        width:100% !important;
        height:60px !important;
        min-height:60px !important;

        margin-top:auto !important;

        border-radius:18px !important;

        font-size:16px !important;

        transform:none !important;
    }
}
/* ==================================================
   MOBILE PRODUCT CARDS — LINIJA + CENE I DUGME NIŽE
================================================== */

@media (max-width:760px){

    /* Linija iznad cena */

    .products-grid .product-divider{
        display:block !important;

        width:100% !important;
        height:1px !important;

        margin:26px 0 20px !important;

        background:rgba(122,133,166,.14) !important;
    }

    /* Spusti blok sa cenama */

    .products-grid .price{
        margin-top:8px !important;
        margin-bottom:26px !important;

        transform:translateY(10px) !important;
    }

    /* Stara cena iznad nove */

    .products-grid .price span{
        display:block !important;
        margin-bottom:8px !important;

        transform:none !important;
    }

    /* Spusti dugme */

    .products-grid .buy-btn{
        margin-top:auto !important;

        transform:translateY(10px) !important;
    }
}
/* MOBILE — PODIGNI SAMO NOVU VELIKU CENU */

@media (max-width:760px){

    .products-grid .price strong{
        transform:translateY(-8px) !important;
    }
}
/* ==================================================
   MOBILE — MALO MANJE KARTICE U PONUDI
================================================== */

@media (max-width:760px){

    .products-grid .product-card{
        max-width:360px !important;

        height:590px !important;
        min-height:590px !important;

        padding:24px 22px 22px !important;

        border-radius:30px !important;
    }

    .products-grid .product-logo{
        width:112px !important;
        height:112px !important;

        margin:24px auto 20px !important;

        border-radius:32px !important;
    }

    .products-grid .product-logo img{
        width:66px !important;
        height:66px !important;
    }

    .products-grid .product-title{
        font-size:24px !important;
        margin-bottom:10px !important;
    }

    .products-grid .product-description{
        min-height:62px !important;

        font-size:13px !important;
        line-height:1.5 !important;

        margin-bottom:12px !important;
    }

    .products-grid .product-tags{
        min-height:40px !important;

        margin-top:6px !important;
    }

    .products-grid .product-tag{
        padding:8px 10px !important;
        font-size:10px !important;
    }

    .products-grid .product-divider{
        margin:18px 0 14px !important;
    }

    .products-grid .price{
        margin-bottom:18px !important;
        transform:none !important;
    }

    .products-grid .price span{
        font-size:14px !important;
        margin-bottom:4px !important;
    }

    .products-grid .price strong{
        font-size:40px !important;
        transform:none !important;
    }

    .products-grid .buy-btn{
        height:54px !important;
        min-height:54px !important;

        font-size:15px !important;

        transform:none !important;
    }
}
/* MOBILE — UKLONI PRAZAN PROSTOR ISPOD DUGMETA */

@media (max-width:760px){

    .products-grid .product-card{
        height:auto !important;
        min-height:0 !important;

        padding-bottom:22px !important;
    }

    .products-grid .buy-btn{
        margin-top:18px !important;
        margin-bottom:0 !important;

        transform:none !important;
    }
}
/* ==================================================
   MOBILE KORPA — POTPUNO NEPROVIDNA
================================================== */

@media (max-width:760px){

    .cart-drawer{
        background:#ffffff !important;

        backdrop-filter:none !important;
        -webkit-backdrop-filter:none !important;

        opacity:1 !important;

        box-shadow:
            -18px 0 50px rgba(15,23,42,.18) !important;
    }

    .cart-header,
    .cart-items,
    .cart-summary{
        background:#ffffff !important;

        backdrop-filter:none !important;
        -webkit-backdrop-filter:none !important;
    }

    .cart-header{
        border-bottom:1px solid rgba(17,24,39,.08) !important;
    }

    .cart-summary{
        border-top:1px solid rgba(17,24,39,.08) !important;
    }

    .cart-empty{
        background:#ffffff !important;
    }
}

/* MOBILE BIG TITLE — CLEAN LOOP */

@media (max-width:760px){

    .big-title-section{
        padding-top:12px !important;
        padding-bottom:12px !important;

        overflow:hidden !important;
    }

    .big-title-track{
        animation-duration:24s !important;

        transform:translate3d(0,0,0);
        will-change:transform;

        backface-visibility:hidden;
        -webkit-backface-visibility:hidden;
    }

    .big-title-group span{
        padding:10px 20px 14px !important;

        font-size:42px !important;
        line-height:1.18 !important;
        letter-spacing:-2.5px !important;
    }
}

/* ==================================================
   POSTOJEĆA HOVER REFLEKSIJA AUTOMATSKI — SAMO TELEFON
================================================== */

@media (max-width:760px){

    .products-grid .product-card
    > .card-hover-shine{
        animation:none !important;
        transition:none !important;
    }

    .products-grid .product-card.mobile-reflection-active
    > .card-hover-shine{
        animation:
            mobileExistingCardShine
            1.1s
            ease-in-out
            1
            forwards !important;
    }

    @keyframes mobileExistingCardShine{

        0%{
            transform:
                translate3d(-220%, 0, 0)
                skewX(-18deg);

            opacity:0;
        }

        15%{
            opacity:1;
        }

        85%{
            opacity:1;
        }

        100%{
            transform:
                translate3d(750%, 0, 0)
                skewX(-18deg);

            opacity:0;
        }
    }
    }
        
/* ==================================================
   MOBILE SWIPE HINT — SAMO TELEFON
================================================== */

.mobile-swipe-hint{
    display:none;
}

@media(max-width:760px){

    /* sklanja staru strelicu */

    .products .container::after{
        display:none !important;
        content:none !important;
    }

    .mobile-swipe-hint{
        position:absolute !important;

        top:50% !important;
        right:0 !important;

        display:flex !important;
        align-items:center !important;
        gap:8px !important;

        min-width:100px !important;
        height:44px !important;

        padding:0 16px !important;

        border-radius:999px 0 0 999px !important;

        background:
            linear-gradient(
                135deg,
                rgba(255,255,255,.88),
                rgba(255,255,255,.45)
            ) !important;

        backdrop-filter:
            blur(20px)
            saturate(180%) !important;

        -webkit-backdrop-filter:
            blur(20px)
            saturate(180%) !important;

        border:
            1px solid
            rgba(255,255,255,.95) !important;

        border-right:0 !important;

        color:#685cff !important;

        font-size:11px !important;
        font-weight:850 !important;
        letter-spacing:.12em !important;

        box-shadow:
            0 14px 34px rgba(48,55,120,.16),
            inset 0 1px 0 rgba(255,255,255,1) !important;

        z-index:5000 !important;

        pointer-events:none !important;

        opacity:0 !important;
        visibility:hidden !important;

        transform:
            translate(110%, -50%) !important;

        transition:
            opacity .45s ease,
            visibility .45s ease,
            transform .55s
            cubic-bezier(.22,.61,.36,1) !important;
    }

    .mobile-swipe-hint.visible{
        opacity:1 !important;
        visibility:visible !important;

        transform:
            translate(0, -50%) !important;
    }

    .mobile-swipe-hint.hidden{
        opacity:0 !important;
        visibility:hidden !important;

        transform:
            translate(110%, -50%) !important;
    }

    .mobile-swipe-arrow{
        display:inline-block !important;

        font-size:20px !important;
        line-height:1 !important;

        animation:
            mobileSwipeArrowMove
            1.15s
            ease-in-out
            infinite !important;
    }

    @keyframes mobileSwipeArrowMove{

        0%,
        100%{
            transform:translateX(0);
        }

        50%{
            transform:translateX(5px);
        }
    }
}
/* ==================================================
   MOBILE PRODUCTS DOTS
================================================== */

.products-dots{
    display:none;
}

@media(max-width:760px){

    .products-dots{
        display:flex !important;
        justify-content:center;
        align-items:center;
        gap:8px;

        width:100%;

        margin-top:14px;
    }

    .products-dot{
        width:8px;
        height:8px;

        border:none;
        border-radius:50%;

        padding:0;

        background:#d5d8ea;

        cursor:pointer;

        transition:.25s;
    }

    .products-dot.active{
        width:24px;

        border-radius:999px;

        background:#6b63ff;
    }
}
/* FINALNO — TAČKICE ISPOD KARTICA */

.products .container::after{
    display:none !important;
    content:none !important;
}

@media(max-width:760px){

    .products-dots{
        position:relative !important;
        z-index:100 !important;

        display:flex !important;
        align-items:center !important;
        justify-content:center !important;

        width:100% !important;
        height:24px !important;

        gap:7px !important;

        margin:0 auto 12px !important;
        padding:0 !important;

        opacity:1 !important;
        visibility:visible !important;
    }

    .products-dot{
        display:block !important;

        width:7px !important;
        min-width:7px !important;
        height:7px !important;

        margin:0 !important;
        padding:0 !important;

        border:0 !important;
        border-radius:50% !important;

        background:#c9cce0 !important;

        opacity:1 !important;
        visibility:visible !important;
    }

    .products-dot.active{
        width:22px !important;
        min-width:22px !important;

        border-radius:999px !important;

        background:#685cff !important;
    }
}
/* TAČKICE ISPOD KARTICA — FINAL */

.products-dots{
    display:none !important;
}

@media(max-width:760px){

    .products .container::after{
        display:none !important;
        content:none !important;
    }

    .products-dots{
        display:flex !important;
        align-items:center !important;
        justify-content:center !important;

        width:100% !important;
        height:24px !important;

        gap:7px !important;

        margin:-42px auto 14px !important;
        padding:0 !important;

        position:relative !important;
        z-index:9999 !important;

        opacity:1 !important;
        visibility:visible !important;
    }

    .products-dot{
        display:block !important;

        flex:0 0 7px !important;

        width:7px !important;
        min-width:7px !important;
        max-width:7px !important;

        height:7px !important;
        min-height:7px !important;
        max-height:7px !important;

        margin:0 !important;
        padding:0 !important;

        border:0 !important;
        border-radius:50% !important;

        background:#c8cbe0 !important;

        opacity:1 !important;
        visibility:visible !important;
    }

    .products-dot.active{
        flex-basis:22px !important;

        width:22px !important;
        min-width:22px !important;
        max-width:22px !important;

        border-radius:999px !important;

        background:#685cff !important;
    }
}
@media(max-width:760px){

    .products-dot{
        flex:0 0 7px !important;
        width:7px !important;
        min-width:7px !important;
        max-width:7px !important;

        background:#c8cbe0 !important;

        transition:
            width .25s ease,
            min-width .25s ease,
            max-width .25s ease,
            background .25s ease !important;
    }

    .products-dot.active{
        flex:0 0 22px !important;
        width:22px !important;
        min-width:22px !important;
        max-width:22px !important;

        background:#685cff !important;
    }
}


/* ==================================================
   TELEFON — UKLANJA SIVU KOCKU OKO KARTICA
================================================== */

@media (max-width:760px){

    .products,
    #products{
        background:transparent !important;
        background-image:none !important;

        border:none !important;
        outline:none !important;
        box-shadow:none !important;
    }

    .products .container{
        background:transparent !important;
        background-image:none !important;

        border:none !important;
        outline:none !important;
        box-shadow:none !important;

        overflow:visible !important;
    }

    .products-grid{
        background:transparent !important;
        background-image:none !important;

        border:none !important;
        outline:none !important;
        box-shadow:none !important;

        margin-top:0 !important;

        padding-top:0 !important;
        padding-bottom:20px !important;
    }

    .products-grid .product-card{
        margin-top:0 !important;
        margin-bottom:0 !important;
    }

    .products-dots{
        margin-top:12px !important;
        margin-bottom:12px !important;
    }
}
/* TELEFON — SAKRIJ SAMO DEO KOJI IZLAZI VAN KARTICE */

.footer,
footer {
    margin: 0 !important;
    margin-bottom: 0 !important;

    border-bottom: 0 !important;

    background: #eef1f6 !important;
}

.footer-bottom {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
/* TELEFON — pomeri samo footer LICENSO logo ulevo */

@media (max-width:760px){

    .footer-logo{
        position:relative !important;
        left:-14px !important;

        top:auto !important;
        bottom:auto !important;
        right:auto !important;

        transform:none !important;
    }
}
/* TELEFON — pomeri footer logo samo ulevo */

@media (max-width:760px) {
    .footer-brand img.footer-logo {
        left: -48px !important;
    }
}

/* ==================================================
   TELEFON — NEMA LINIJE NI SIVIH POVRŠINA OKO KARTICA
================================================== */

@media (max-width:760px){

    .products-grid .product-card,
    .products-grid .product-card:hover,
    .products-grid .product-card:active,
    .products-grid .product-card:focus{

        /* ostaju samo sjajevi UNUTAR kartice */
        box-shadow:
            inset 0 5px 4px rgba(255,255,255,1),
            inset 5px 0 4px rgba(255,255,255,1),
            inset -4px 0 5px rgba(188,167,255,.34),
            inset 0 -5px 6px rgba(119,145,255,.24),
            inset 0 0 56px rgba(255,255,255,.56),
            inset 0 0 0 1px rgba(255,255,255,.72)
            !important;
    }

    .products-grid{
        border:0 !important;
        outline:0 !important;
        box-shadow:none !important;

        -webkit-mask-image:none !important;
        mask-image:none !important;
    }

    .products-grid::before,
    .products-grid::after{
        content:none !important;
        display:none !important;
    }
}
/* ==================================================
   LICENSO CHECKOUT MODAL — RESPONSIVE
================================================== */

@media (max-width: 900px){

    .licenso-checkout-modal{
        padding:16px;
        align-items:flex-start;
    }

    .licenso-checkout-window{
        width:100%;
        max-height:calc(100vh - 32px);
        margin-top:0;
        padding:24px 18px 20px;
        border-radius:26px;
    }

    .licenso-checkout-layout{
        grid-template-columns:1fr;
        gap:20px;
    }

    .licenso-checkout-summary{
        position:static;
    }

    .licenso-checkout-top{
        padding-right:42px;
        margin-bottom:22px;
    }

    .licenso-checkout-close{
        top:16px;
        right:16px;
        width:38px;
        height:38px;
    }

    .licenso-checkout-back{
        width:40px;
        height:40px;
        flex-basis:40px;
    }

    .licenso-checkout-lock{
        width:40px;
        height:40px;
        border-radius:13px;
    }

    .licenso-checkout-heading h2{
        font-size:19px;
    }

    .licenso-order-preview{
        min-height:70px;
        padding:12px 14px;
        grid-template-columns:42px minmax(0,1fr) 16px auto;
        gap:10px;
    }

    .licenso-order-icon{
        width:42px;
        height:42px;
        border-radius:13px;
    }

    .licenso-payment-section{
        margin-top:22px;
    }

    .licenso-checkout-summary{
        padding:18px;
        border-radius:19px;
    }

}

@media (max-width: 600px){

    .licenso-checkout-modal{
        padding:0;
        align-items:stretch;
    }

    .licenso-checkout-backdrop{
        backdrop-filter:blur(10px);
        -webkit-backdrop-filter:blur(10px);
    }

    .licenso-checkout-window{
        width:100%;
        max-height:100vh;
        min-height:100vh;
        padding:
            calc(18px + env(safe-area-inset-top))
            14px
            calc(20px + env(safe-area-inset-bottom));

        border-radius:0;
        transform:translateY(24px);
    }

    .licenso-checkout-modal.is-open
    .licenso-checkout-window{
        transform:translateY(0);
    }

    .licenso-checkout-top{
        position:relative;
        justify-content:center;
        padding:0 42px;
        margin-bottom:20px;
    }

    .licenso-checkout-back{
        position:absolute;
        left:0;
        width:36px;
        height:36px;
        flex-basis:36px;
        background:transparent;
    }

    .licenso-checkout-close{
        top:calc(14px + env(safe-area-inset-top));
        right:12px;
        width:36px;
        height:36px;
        background:transparent;
    }

    .licenso-checkout-heading{
        justify-content:center;
        text-align:center;
        gap:8px;
    }

    .licenso-checkout-lock{
        width:32px;
        height:32px;
        border-radius:11px;
        font-size:12px;
    }

    .licenso-checkout-heading h2{
        font-size:16px;
        letter-spacing:-.35px;
    }

    .licenso-checkout-heading p{
        font-size:9px;
    }

    .licenso-checkout-layout{
        gap:16px;
    }

    .licenso-order-preview{
        min-height:64px;
        padding:10px 12px;
        border-radius:14px;
        grid-template-columns:38px minmax(0,1fr) 14px auto;
        gap:8px;
    }

    .licenso-order-icon{
        width:38px;
        height:38px;
        border-radius:12px;
        font-size:13px;
    }

    .licenso-order-copy strong{
        font-size:12px;
    }

    .licenso-order-copy small{
        font-size:9px;
    }

    .licenso-order-preview-total{
        font-size:12px;
    }

    .licenso-payment-section{
        margin-top:19px;
    }

    .licenso-section-title{
        margin-bottom:9px;
    }

    .licenso-section-title h3{
        font-size:12px;
    }

    .licenso-section-title span{
        font-size:9px;
    }

    .licenso-field{
        min-height:49px;
        padding:0 12px;
        border-radius:12px;
    }

    .licenso-field input,
    .licenso-field select{
        height:47px;
        font-size:12px;
    }

    .licenso-field-full{
        margin-bottom:9px;
    }

    .licenso-fields-row{
        gap:9px;
    }

    .licenso-card-brands{
        gap:3px;
    }

    .licenso-card-brands span{
        min-width:23px;
        height:17px;
        padding:0 3px;
        font-size:7px;
    }

    .licenso-checkout-summary{
        padding:14px;
        border-radius:16px;
    }

    .licenso-payment-security{
        padding:10px;
        border-radius:13px;
    }

    .licenso-payment-security > span{
        width:34px;
        height:34px;
        flex-basis:34px;
        border-radius:11px;
    }

    .licenso-summary-lines{
        padding:17px 2px 14px;
    }

    .licenso-summary-lines > div{
        font-size:11px;
    }

    .licenso-summary-lines strong{
        font-size:11px;
    }

    .licenso-summary-lines
    .licenso-summary-total{
        margin-top:14px;
        padding-top:14px;
    }

    .licenso-summary-total strong{
        font-size:17px;
    }

    .licenso-pay-button{
        min-height:51px;
        border-radius:12px;
    }

    .licenso-payment-options button{
        min-height:44px;
        border-radius:12px;
        font-size:11px;
    }

}

@media (max-width: 420px){

    .licenso-checkout-window{
        padding-left:11px;
        padding-right:11px;
    }

    .licenso-fields-row{
        grid-template-columns:1fr 1fr;
    }

    .licenso-field{
        padding:0 10px;
    }

    .licenso-field > i{
        font-size:11px;
    }

    .licenso-order-preview{
        grid-template-columns:36px minmax(0,1fr) 12px auto;
    }

    .licenso-order-icon{
        width:36px;
        height:36px;
    }

}
/* ==================================================
   MOBILE TOP 3 
================================================== */

@media (max-width:760px){

    /* veličina prostora ostaje ista kao kod Gemini logotipa */
    html body .mobile-top-products
    .mobile-top-card.adobe-card
    .mobile-product-logo,

    html body .mobile-top-products
    .mobile-top-card.canva-card
    .mobile-product-logo{
        padding:0 !important;

        background:transparent !important;

        border:none !important;
        outline:none !important;

        box-shadow:none !important;

        overflow:hidden !important;
    }

    /* Adobe slika preko cele postojeće kockice */
    html body .mobile-top-products
    .mobile-top-card.adobe-card
    .mobile-product-logo img{
        display:block !important;

        width:100% !important;
        height:100% !important;
        max-width:none !important;
        max-height:none !important;

        object-fit:cover !important;

        border-radius:inherit !important;

        transform:scale(1.03) !important;

        filter:none !important;
    }

    /* Canva slika preko cele postojeće kockice */
    html body .mobile-top-products
    .mobile-top-card.canva-card
    .mobile-product-logo img{
        display:block !important;

        width:100% !important;
        height:100% !important;
        max-width:none !important;
        max-height:none !important;

        object-fit:cover !important;

        border-radius:inherit !important;

        transform:scale(.90) !important;

        filter:none !important;
    }
}
@media (max-width:760px){

    html body .mobile-top-products
    .mobile-top-card.adobe-card
    .mobile-product-logo img{
        transform:scale(.90) !important;
    }

}

/* ==================================================
   TELEFON — FAQ 
================================================== */

@media (max-width:760px){

    .faq{
        padding:60px 0 !important;
    }

    .faq-wrapper{
        gap:12px !important;
    }

    .faq-item{
        width:100% !important;
        border-radius:20px !important;
    }

    .faq-question{
        min-height:56px !important;
        padding:10px 14px 10px 16px !important;

        font-size:14px !important;
        line-height:1.35 !important;
    }

    .faq-question span{
        width:32px !important;
        min-width:32px !important;
        height:32px !important;

        font-size:18px !important;
    }

    .faq-answer{
        padding-left:18px !important;
        padding-right:18px !important;

        font-size:13px !important;
        line-height:1.65 !important;
    }

    .faq-item.active .faq-answer{
        padding-top:10px !important;
        padding-bottom:24px !important;
    }

    .faq-answer p{
        margin:0 !important;
    }
}


html{
    background:#eef1f6 !important;
}

body{
    margin:0 !important;
    padding:0 !important;
    background:#eef1f6 !important;
}

.footer,
footer{
    margin-bottom:0 !important;
    padding-bottom:35px !important;
    border-bottom:0 !important;
    background:#eef1f6 !important;
}

/* produžava boju footera do samog kraja ekrana */
.footer::after,
footer::after{
    content:"" !important;
    position:absolute !important;
    left:0 !important;
    right:0 !important;
    bottom:-120px !important;
    height:120px !important;
    background:#eef1f6 !important;
    pointer-events:none !important;
}

/* =========================================
   MOBILE TRACKER — ISTI PRINCIP KAO DESKTOP
========================================= */

@media (max-width:760px){

    .big-title-section{
        position:relative !important;

        width:100% !important;

        margin:-18px 0 0 !important;
        padding:14px 0 12px !important;

        overflow:hidden !important;

        background:transparent !important;
        background-image:none !important;

        border:0 !important;
        box-shadow:none !important;
        outline:0 !important;
    }

    .big-title-wrapper{
        width:100% !important;
        overflow:hidden !important;

        background:transparent !important;
        border:0 !important;
        box-shadow:none !important;
    }

    .big-title-track{
        display:flex !important;
        align-items:center !important;

        width:max-content !important;

        animation:bigTitleLoop 24s linear infinite !important;

        will-change:transform !important;

        backface-visibility:hidden !important;
        -webkit-backface-visibility:hidden !important;

        background:transparent !important;

        border:0 !important;
        box-shadow:none !important;

        position:static !important;
        top:auto !important;

        height:auto !important;
        min-height:0 !important;

        margin:0 !important;
        padding:0 !important;

        overflow:visible !important;
    }

    .big-title-group{
        display:flex !important;
        align-items:center !important;
        flex-shrink:0 !important;

        position:static !important;

        background:transparent !important;
        border:0 !important;
        box-shadow:none !important;
    }

    .big-title-group span{
        display:block !important;
        flex-shrink:0 !important;

        padding:10px 20px 14px !important;

        white-space:nowrap !important;

        font-size:42px !important;
        line-height:1.15 !important;
        letter-spacing:-2.5px !important;

        color:rgba(17,24,39,.055) !important;

        background:transparent !important;
        border:0 !important;
        box-shadow:none !important;
    }

    .mobile-top-products{
        margin-bottom:0 !important;

        border-bottom:0 !important;
        box-shadow:none !important;
    }

    .process{
        margin-top:-4px !important;

        border-top:0 !important;
        box-shadow:none !important;
    }
}
/* =========================================
   MOBILE — JEDNA ISTA POZADINA OKO TRACKERA
========================================= */

@media (max-width:760px){

    html,
    body{
        background:#f8f9fc !important;
        background-image:none !important;
    }

    .mobile-top-products,
    .big-title-section,
    .big-title-wrapper,
    .process{
        background:#f8f9fc !important;
        background-color:#f8f9fc !important;
        background-image:none !important;
    }

    .big-title-section{
        margin:0 !important;
        padding:14px 0 12px !important;

        border:0 !important;
        outline:0 !important;
        box-shadow:none !important;
    }

    .big-title-wrapper{
        border:0 !important;
        outline:0 !important;
        box-shadow:none !important;
    }

    .big-title-section::before,
    .big-title-section::after,
    .big-title-wrapper::before,
    .big-title-wrapper::after,
    .big-title-track::before,
    .big-title-track::after{
        content:none !important;
        display:none !important;
    }

    .big-title-track{
        background:transparent !important;
        border:0 !important;
        outline:0 !important;
        box-shadow:none !important;

        /* NE DIRAMO ANIMACIJU */
        width:max-content !important;
    }

    .process{
        margin-top:0 !important;
        border:0 !important;
        box-shadow:none !important;
    }
}
/* =========================================================
   LICENSO MOBILE — FINAL POLISH
========================================================= */

@media (max-width: 760px){

    /* =====================================================
       1. NAVBAR KORPICA — CRNA KAO EN
    ===================================================== */

    .header .cart-btn{
        color:#111827 !important;
    }

    .header .cart-btn svg{
        color:#111827 !important;
        stroke:#111827 !important;
    }

    .header .cart-btn svg *{
        stroke:#111827 !important;
    }


    /* =====================================================
       2. FOOTER LINKOVI — SVA TRI U JEDNOM REDU
    ===================================================== */

    .footer-bottom-links{
        display:flex !important;
        flex-direction:row !important;
        align-items:center !important;
        justify-content:flex-start !important;

        width:100% !important;

        gap:12px !important;

        flex-wrap:nowrap !important;

        overflow:visible !important;
    }

    .footer-bottom-links a{
        margin:0 !important;
        padding:0 !important;

        font-size:11px !important;
        line-height:1.2 !important;

        white-space:nowrap !important;

        flex:0 0 auto !important;
    }


    /* =====================================================
       3. IPS QR MODAL — PODIGNUT + KOMPAKTNIJI
    ===================================================== */

    #ipsPaymentModal{
        align-items:flex-start !important;

        padding:
            max(105px, env(safe-area-inset-top))
            12px
            95px !important;

        overflow-y:auto !important;
    }

    #ipsPaymentModal .ips-payment-box{
        width:calc(100% - 24px) !important;
        max-width:390px !important;

        margin:0 auto !important;

        padding:26px 20px 22px !important;

        border-radius:28px !important;

        max-height:none !important;
    }

    #ipsPaymentModal .ips-payment-close{
        top:18px !important;
        right:18px !important;

        width:44px !important;
        height:44px !important;
    }

    #ipsPaymentModal .ips-payment-label{
        margin-top:22px !important;

        font-size:13px !important;
    }

    #ipsPaymentModal h2,
    #ipsPaymentModal h3{
        margin-top:8px !important;
        margin-bottom:6px !important;

        font-size:28px !important;
        line-height:1.08 !important;
    }

    #ipsPaymentModal .ips-payment-description{
        margin:0 auto 16px !important;

        max-width:330px !important;

        font-size:15px !important;
        line-height:1.35 !important;
    }

    #ipsPaymentModal .ips-qr-code{
        width:220px !important;
        height:220px !important;

        margin:14px auto 12px !important;

        padding:12px !important;

        border-radius:22px !important;
    }

    #ipsPaymentModal .ips-qr-code canvas,
    #ipsPaymentModal .ips-qr-code img{
        width:100% !important;
        height:100% !important;
    }

    #ipsPaymentModal .ips-payment-amount-label{
        margin-top:4px !important;

        font-size:15px !important;
    }

    #ipsPaymentModal .ips-payment-amount{
        margin-top:4px !important;

        font-size:20px !important;
    }

    #ipsPaymentModal .ips-payment-help{
        margin:16px auto !important;

        font-size:12px !important;
        line-height:1.45 !important;
    }

    #ipsPaymentModal .ips-payment-confirm{
        width:100% !important;
        min-height:58px !important;

        margin-top:12px !important;

        border-radius:18px !important;

        font-size:16px !important;
    }


    /* =====================================================
       4. EBANKING — PODIGNUT + PRILAGOĐEN TELEFONU
    ===================================================== */

    #ebankingPaymentModal{
    align-items:flex-start !important;

    padding:
        88px
        12px
        80px !important;

    overflow-y:auto !important;

    -webkit-overflow-scrolling:touch !important;
}

#ebankingPaymentModal .ebanking-bank-box{
    width:calc(100% - 20px) !important;
    max-width:390px !important;

    margin:0 auto !important;

    padding:24px 18px 20px !important;

    border-radius:26px !important;

    max-height:none !important;
}

#ebankingPaymentModal .ips-payment-close{
    top:14px !important;
    right:14px !important;

    width:42px !important;
    height:42px !important;
}

#ebankingPaymentModal .ebanking-bank-header{
    padding-right:42px !important;
}

#ebankingPaymentModal .ebanking-bank-label{
    font-size:12px !important;
}

#ebankingPaymentModal .ebanking-bank-header h3{
    margin:8px 0 7px !important;

    font-size:25px !important;
    line-height:1.1 !important;
}

#ebankingPaymentModal .ebanking-bank-header p{
    margin:0 !important;

    font-size:14px !important;
    line-height:1.45 !important;
}

#ebankingPaymentModal .ebanking-bank-select-wrap{
    margin-top:22px !important;
}

#ebankingPaymentModal .ebanking-bank-select-field{
    min-height:60px !important;

    padding:0 14px !important;

    border-radius:17px !important;
}

#ebankingPaymentModal .ebanking-bank-select{
    font-size:15px !important;
}

#ebankingPaymentModal .ebanking-open-bank{
    min-height:56px !important;

    margin-top:14px !important;

    border-radius:17px !important;

    font-size:15px !important;
}

    /* =====================================================
       5. PODACI ZA UPLATU — MOBILE
    ===================================================== */

    #ebankingPaymentModal .ebanking-transfer-details{
    width:100% !important;

    margin:16px 0 0 !important;

    padding:0 !important;
}

#ebankingPaymentModal .payment-details{
    width:100% !important;

    margin:0 !important;

    padding:18px 16px !important;

    border-radius:20px !important;
}

#ebankingPaymentModal .payment-details h3{
    margin:0 0 6px !important;

    font-size:23px !important;
    line-height:1.12 !important;
}

#ebankingPaymentModal .payment-details > p{
    margin:0 0 14px !important;

    font-size:13px !important;
    line-height:1.45 !important;
}

#ebankingPaymentModal .payment-detail-row{
    display:grid !important;

    grid-template-columns:95px minmax(0, 1fr) !important;

    gap:10px !important;

    align-items:center !important;

    padding:12px 0 !important;
}

#ebankingPaymentModal .payment-detail-row span{
    font-size:13px !important;
    line-height:1.25 !important;
}

#ebankingPaymentModal .payment-detail-row strong{
    min-width:0 !important;

    font-size:13px !important;
    line-height:1.25 !important;

    text-align:right !important;

    overflow-wrap:anywhere !important;
    word-break:normal !important;
}

#ebankingPaymentModal .copy-payment-button{
    width:100% !important;

    min-height:52px !important;

    margin-top:14px !important;

    border-radius:16px !important;

    font-size:15px !important;
}

#ebankingPaymentModal #ebankingPaymentConfirm{
    width:100% !important;

    min-height:54px !important;

    margin-top:12px !important;

    border-radius:16px !important;

    font-size:15px !important;
}

    


    /* =====================================================
       6. SUCCESS MODAL — LEPŠI MOBILE LAYOUT
    ===================================================== */

    #paymentSuccessModal{
    align-items:flex-start !important;

    padding:
        86px
        14px
        70px !important;

    overflow-y:auto !important;

    -webkit-overflow-scrolling:touch !important;
}

#paymentSuccessModal .payment-success-box{
    width:100% !important;
    max-width:370px !important;

    margin:0 auto !important;

    padding:24px 18px 20px !important;

    border-radius:24px !important;

    max-height:none !important;
}

#paymentSuccessModal .payment-success-close{
    top:14px !important;
    right:14px !important;

    width:40px !important;
    height:40px !important;
}

#paymentSuccessModal .payment-success-icon{
    width:76px !important;
    height:76px !important;

    margin:4px auto 14px !important;
}

#paymentSuccessModal .payment-success-icon i{
    font-size:30px !important;
}

#paymentSuccessModal .payment-success-label{
    padding:7px 13px !important;

    font-size:12px !important;
}

#paymentSuccessModal #paymentSuccessTitle{
    max-width:290px !important;

    margin:14px auto 10px !important;

    font-size:26px !important;
    line-height:1.08 !important;

    text-align:center !important;
}

#paymentSuccessModal .payment-success-box > p{
    max-width:300px !important;

    margin:0 auto 18px !important;

    font-size:14px !important;
    line-height:1.5 !important;

    text-align:center !important;
}

#paymentSuccessModal .payment-success-order{
    display:grid !important;

    grid-template-columns:100px minmax(0, 1fr) !important;

    gap:10px !important;

    padding:14px !important;

    border-radius:16px !important;
}

#paymentSuccessModal .payment-success-order span{
    font-size:12px !important;
    line-height:1.25 !important;
}

#paymentSuccessModal .payment-success-order strong{
    min-width:0 !important;

    font-size:13px !important;
    line-height:1.25 !important;

    text-align:right !important;

    overflow-wrap:anywhere !important;
}

#paymentSuccessModal .payment-success-chat,
#paymentSuccessModal .payment-success-finish{
    min-height:52px !important;

    border-radius:16px !important;

    font-size:15px !important;
}

#paymentSuccessModal .payment-success-chat{
    margin-top:14px !important;
}

#paymentSuccessModal .payment-success-finish{
    margin-top:8px !important;
}

}
/* =========================================================
   MOBILE FINAL FIXES — REVIEWS / FAQ / MODALS / HERO / CHAT
========================================================= */

@media (max-width:760px){

    /* =====================================================
       REVIEWS — GLATKO KRETANJE BEZ SECKANJA
    ===================================================== */

    #reviews .reviews-slider{
        overflow:hidden !important;
        transform:translateZ(0) !important;
        -webkit-transform:translateZ(0) !important;
    }

    #reviews .reviews-track{
        animation:reviewsLoop 55s linear infinite !important;

        will-change:transform !important;

        transform:translate3d(0,0,0);

        backface-visibility:hidden !important;
        -webkit-backface-visibility:hidden !important;

        perspective:1000px !important;

        contain:layout paint style;
    }

    #reviews .review-card{
        transform:translateZ(0) !important;
        -webkit-transform:translateZ(0) !important;

        backface-visibility:hidden !important;

        animation:none !important;

        transition:none !important;
    }

    /* Na telefonu hover nam ne treba */
    #reviews .review-card:hover{
        transform:translateZ(0) !important;
        box-shadow:
            0 30px 80px rgba(28,37,70,.09),
            inset 0 1px 0 rgba(255,255,255,.95) !important;
    }


    /* =====================================================
       FAQ — CLEAN OTVARANJE/ZATVARANJE
    ===================================================== */

    .faq-item{
        overflow:hidden !important;

        transition:
            border-color .28s ease,
            box-shadow .28s ease,
            background .28s ease !important;
    }

    .faq-answer{
        overflow:hidden !important;

        max-height:0;

        opacity:0;

        padding-top:0 !important;
        padding-bottom:0 !important;

        transform:translateY(-4px);

        transition:
            max-height .36s cubic-bezier(.22,.61,.36,1),
            opacity .22s ease,
            transform .36s cubic-bezier(.22,.61,.36,1),
            padding .36s cubic-bezier(.22,.61,.36,1) !important;
    }

    .faq-item.active .faq-answer{
        opacity:1;

        transform:translateY(0);

        padding-top:8px !important;
        padding-bottom:20px !important;
    }

    .faq-question span{
        transition:
            transform .28s cubic-bezier(.22,.61,.36,1),
            background .28s ease !important;
    }

    .faq-item.active .faq-question span{
        transform:rotate(45deg) !important;
    }


    /* =====================================================
       IPS / EBANKING — NIKAD NE SME DA SE VIDI SAJT ISPOD
    ===================================================== */

    #ipsPaymentModal,
    #ebankingPaymentModal{
        position:fixed !important;

        inset:0 !important;

        width:100% !important;
        height:100dvh !important;

        z-index:999999 !important;

        overflow-y:auto !important;
        overflow-x:hidden !important;

        background:rgba(190,194,204,.94) !important;

        overscroll-behavior:contain !important;
        -webkit-overflow-scrolling:touch !important;
    }

    #ipsPaymentModal .ips-payment-overlay,
    #ebankingPaymentModal .ips-payment-overlay{
        position:fixed !important;

        inset:0 !important;

        width:100vw !important;
        height:100dvh !important;

        background:rgba(190,194,204,.94) !important;

        backdrop-filter:blur(18px) !important;
        -webkit-backdrop-filter:blur(18px) !important;

        z-index:0 !important;
    }

    #ipsPaymentModal .ips-payment-box,
    #ebankingPaymentModal .ips-payment-box{
        position:relative !important;
        z-index:2 !important;

        background:
            linear-gradient(
                145deg,
                rgba(255,255,255,.98),
                rgba(248,249,255,.97)
            ) !important;

        overflow:hidden !important;
    }


    /* =====================================================
       MOBILE TOP 3 — SKLONI LINIJE IZMEĐU KARTICA
    ===================================================== */

    .mobile-top-grid{
        border:0 !important;
        outline:0 !important;
        box-shadow:none !important;

        background:transparent !important;
    }

    .mobile-top-card{
        border-left:0 !important;
        border-right:0 !important;
    }

    .mobile-top-card::after{
        display:none !important;
        content:none !important;
    }

    .mobile-top-card + .mobile-top-card{
        border-left:0 !important;
    }


    /* =====================================================
       CHAT — UVEK FIKSAN NA ISTOM MESTU
    ===================================================== */

    .live-chat-button{
        position:fixed !important;

        right:18px !important;

        bottom:
            calc(
                18px +
                env(safe-area-inset-bottom)
            ) !important;

        top:auto !important;
        left:auto !important;

        transform:none !important;

        margin:0 !important;

        z-index:9999999 !important;
    }

    .live-chat-modal{
        position:fixed !important;

        left:50% !important;
        right:auto !important;

        bottom:
            calc(
                92px +
                env(safe-area-inset-bottom)
            ) !important;

        top:auto !important;

        transform:translateX(-50%) !important;

        width:calc(100% - 28px) !important;
        max-width:390px !important;

        z-index:9999998 !important;
    }

}
/* =========================================================
   LICENSO — MOBILE FINAL CLEANUP
========================================================= */

@media (max-width:760px){

    /* =====================================================
       1. HERO TOP 3 — NEMA TROUGLIĆA / SIVIH PRELAZA
    ===================================================== */

    .mobile-top-products,
    .mobile-top-grid{
        background:#f8f9fc !important;
        background-image:none !important;

        border:0 !important;
        outline:0 !important;
    }

    .mobile-top-card::before,
    .mobile-top-card::after{
        content:none !important;
        display:none !important;
    }

    .mobile-top-card + .mobile-top-card{
        border-left:0 !important;
    }

    .mobile-top-card{
        outline:0 !important;
    }


    /* =====================================================
       2. RECENZIJE — UJEDNAČENA POZADINA
    ===================================================== */

    #reviews,
    .reviews-section,
    #reviews .reviews-slider{
        background:#f8f9fc !important;
        background-image:none !important;

        border:0 !important;
        outline:0 !important;
        box-shadow:none !important;
    }

    #reviews .reviews-slider::before,
    #reviews .reviews-slider::after,
    #reviews .reviews-track::before,
    #reviews .reviews-track::after{
        content:none !important;
        display:none !important;
    }


    /* =====================================================
       3. RECENZIJE — PERFORMANCE FIX ZA TELEFON
    ===================================================== */

    #reviews .reviews-track{
        animation:reviewsLoop 52s linear infinite !important;

        will-change:transform !important;

        transform:translate3d(0,0,0);

        backface-visibility:hidden !important;
        -webkit-backface-visibility:hidden !important;

        contain:layout style !important;
    }

    #reviews .review-card{
        /*
           Blur na svakoj pokretnoj kartici je težak
           za mobilni Safari/Chrome.
        */

        backdrop-filter:none !important;
        -webkit-backdrop-filter:none !important;

        background:rgba(255,255,255,.90) !important;

        transform:translateZ(0) !important;
        -webkit-transform:translateZ(0) !important;

        backface-visibility:hidden !important;

        transition:none !important;
        animation:none !important;
    }

    #reviews .review-card::before{
        display:none !important;
    }


    /* =====================================================
       4. CHAT DUGME — UVEK ISTA POZICIJA
    ===================================================== */

    .live-chat-button{
        position:fixed !important;

        right:16px !important;
        bottom:
            calc(
                18px + env(safe-area-inset-bottom)
            ) !important;

        top:auto !important;
        left:auto !important;

        margin:0 !important;

        transform:none !important;

        z-index:999999 !important;
    }


    /* =====================================================
       5. OTVORENI CHAT — MANJI I CENTRIRAN
    ===================================================== */

    .live-chat-modal{
        position:fixed !important;

        left:50% !important;
        top:50% !important;

        right:auto !important;
        bottom:auto !important;

        transform:
            translate(-50%, -50%) !important;

        width:calc(100% - 28px) !important;
        max-width:390px !important;

        height:min(68dvh, 560px) !important;
        max-height:560px !important;

        margin:0 !important;

        border-radius:26px !important;

        overflow:hidden !important;

        z-index:999998 !important;
    }

    .live-chat-messages{
        min-height:0 !important;
        height:auto !important;

        flex:1 1 auto !important;

        overflow-y:auto !important;
    }

    .live-chat-header{
        flex:0 0 auto !important;
    }

    .live-chat-input{
        flex:0 0 auto !important;
    }


    /* =====================================================
       6. LEGAL NAVBAR — CRNO
    ===================================================== */

    .legal-page-header .language,
    .legal-page-header #languageToggle,
    body.legal-page .language,
    body.legal-page #languageToggle{
        color:#111827 !important;
    }

    .legal-page-header .cart-btn,
    .legal-page-header .legal-page-cart,
    body.legal-page .cart-btn{
        color:#111827 !important;
    }

    .legal-page-header .cart-btn svg,
    .legal-page-header .cart-btn svg *,
    .legal-page-header .legal-page-cart svg,
    .legal-page-header .legal-page-cart svg *,
    body.legal-page .cart-btn svg,
    body.legal-page .cart-btn svg *{
        stroke:#111827 !important;
        color:#111827 !important;
    }

}
/* =========================================================
   MOBILE REVIEWS — ULTRA SMOOTH TRACK
========================================================= */

@media (max-width:760px){

    #reviews .reviews-slider{
        overflow:hidden !important;

        background:#f8f9fc !important;

        contain:layout paint !important;
    }

    #reviews .reviews-track{
        animation:none !important;
        transition:none !important;

        will-change:transform !important;

        transform:translate3d(0,0,0);

        backface-visibility:hidden !important;
        -webkit-backface-visibility:hidden !important;
    }

    #reviews .review-card{
        flex-shrink:0 !important;

        backdrop-filter:none !important;
        -webkit-backdrop-filter:none !important;

        transform:none !important;

        transition:none !important;
        animation:none !important;

        box-shadow:
            0 18px 45px rgba(28,37,70,.055) !important;
    }

    #reviews .review-card::before{
        display:none !important;
    }

}
/* =========================================================
   MOBILE — HERO GAP + CHECKOUT + FOOTER WATERMARK
========================================================= */

@media (max-width:760px){

    /* =====================================================
       1. HERO KARTICE — POTPUNO ČIST PROSTOR IZMEĐU NJIH
    ===================================================== */

    .mobile-top-products,
    .mobile-top-scroll,
    .mobile-top-track,
    .mobile-top-grid{
        background:#f8f9fc !important;
        background-image:none !important;

        box-shadow:none !important;
        border:0 !important;
    }

    .mobile-top-card{
        /*
           Seče svaki glow/shadow koji izlazi
           kroz zaobljene uglove u razmak.
        */
        overflow:hidden !important;

        clip-path:inset(
            0 round 28px
        ) !important;

        -webkit-clip-path:inset(
            0 round 28px
        ) !important;

        filter:none !important;
    }

    .mobile-top-card::before,
    .mobile-top-card::after,
    .mobile-top-card .glass-reflection,
    .mobile-top-card .window-reflection,
    .mobile-top-card .card-hover-shine{
        pointer-events:none !important;
    }

    .mobile-top-card::before,
    .mobile-top-card::after{
        content:none !important;
        display:none !important;
    }


    /* =====================================================
       2. CHECKOUT — DUGME MORA MOĆI IZNAD BROWSER TRAKE
    ===================================================== */

    .licenso-checkout-modal{
        overflow:hidden !important;
    }

    .licenso-checkout-window{
        /*
           Mnogo prostora ISPOD sadržaja.
           Tako korisnik može da povuče poslednje dugme
           iznad Chrome/Safari donje trake.
        */
        padding-bottom:
            calc(
                170px + env(safe-area-inset-bottom)
            ) !important;

        max-height:100dvh !important;

        overflow-y:auto !important;

        overscroll-behavior:contain !important;
        -webkit-overflow-scrolling:touch !important;
    }

    .licenso-checkout-summary{
        overflow:visible !important;
    }

    .licenso-pay-button{
        position:relative !important;

        z-index:50 !important;

        margin-bottom:20px !important;

        min-height:58px !important;

        flex-shrink:0 !important;
    }


    /* =====================================================
       3. JOŠ PROSTORA POSLE PAYMENT OPCIJA
    ===================================================== */

    .licenso-payment-options{
        margin-bottom:24px !important;
    }


    /* =====================================================
       4. VELIKI LICENSO WATERMARK — MALO NIŽE
    ===================================================== */

    .footer-watermark,
    .footer-bg-text,
    .footer-background-text,
    .footer-word,
    .footer-big-text{
        transform:translateY(32px) !important;
    }

}
/* =========================================================
   LICENSO — MOBILE FINAL FIX
   SAMO TELEFON
========================================================= */

@media (max-width:760px){

    /* =====================================================
       1. VELIKI "LICENSO" NATPIS — SPUSTI MALO NIŽE
    ===================================================== */

    .footer-big-title{
        transform:translateY(32px) !important;

        margin-top:0 !important;
        margin-bottom:8px !important;

        position:relative !important;
        z-index:1 !important;
    }


    /* =====================================================
       2. HERO TOP 3 — UKLONI SIVE TROUGLIĆE IZMEĐU KARTICA
    ===================================================== */

    .mobile-top-products,
    .mobile-top-grid{
        background:#f8f9fc !important;
        background-image:none !important;

        border:0 !important;
        outline:0 !important;

        box-shadow:none !important;
    }

    .mobile-top-grid{
        isolation:isolate !important;
    }

    .mobile-top-card{
        /*
           Uklanjamo spoljašnji shadow koji pravi
           sive trougliće kod zaobljenih uglova.
        */
        box-shadow:
            inset 0 0 0 1px rgba(255,255,255,.92) !important;

        filter:none !important;

        border:0 !important;
        outline:0 !important;

        background-clip:padding-box !important;

        overflow:hidden !important;

        isolation:isolate !important;
    }

    .mobile-top-card::before,
    .mobile-top-card::after{
        content:none !important;
        display:none !important;
    }

    .mobile-top-card + .mobile-top-card{
        border-left:0 !important;
    }


    /* =====================================================
       3. CHECKOUT — MOBILE VIEWPORT
       CHROME/SAFARI TRAKA NE SME DA BLOKIRA PLAĆANJE
    ===================================================== */

    .licenso-checkout-modal{
        padding:0 !important;

        align-items:stretch !important;
        justify-content:stretch !important;

        overflow:hidden !important;
    }

    .licenso-checkout-window{
        width:100% !important;

        height:100dvh !important;
        max-height:100dvh !important;

        margin:0 !important;

        padding:
            20px
            12px
            calc(175px + env(safe-area-inset-bottom))
            !important;

        border-radius:0 !important;

        overflow-y:auto !important;
        overflow-x:hidden !important;

        -webkit-overflow-scrolling:touch !important;

        overscroll-behavior:contain !important;

        scroll-padding-bottom:
            calc(180px + env(safe-area-inset-bottom))
            !important;
    }


    /* =====================================================
       4. SUMMARY VIŠE NIJE STICKY GORE
       Na telefonu to samo smeta skrolovanju.
    ===================================================== */

    .licenso-checkout-summary{
        position:relative !important;

        top:auto !important;

        overflow:visible !important;
    }


    /* =====================================================
       5. PLATI — STICKY DUGME IZNAD DONJE BROWSER TRAKE
    ===================================================== */

    .licenso-pay-button{
        position:sticky !important;

        bottom:
            calc(
                18px + env(safe-area-inset-bottom)
            ) !important;

        z-index:500 !important;

        width:100% !important;

        min-height:58px !important;

        margin-top:18px !important;
        margin-bottom:22px !important;

        flex-shrink:0 !important;

        box-shadow:
            0 18px 36px rgba(105,70,255,.30),
            0 0 0 8px rgba(248,249,252,.92),
            inset 0 1px 0 rgba(255,255,255,.28)
            !important;
    }


    /* =====================================================
       6. DODATNI PROSTOR ISPOD NAČINA PLAĆANJA
    ===================================================== */

    .licenso-payment-options{
        margin-bottom:28px !important;
    }


    /* Poslednji element checkouta uvek može da se izvuče
       iznad Safari/Chrome controls */
    .licenso-checkout-layout{
        padding-bottom:
            calc(
                80px + env(safe-area-inset-bottom)
            ) !important;
    }

}
/* =========================================================
   LICENSO — MOBILE FINAL FIX
   SAMO TELEFON
========================================================= */

@media (max-width:768px){

    /* =====================================================
       1. HERO TOP 3 — SKLONI SIVE TROUGLIĆE / PRELAZE
    ===================================================== */

    .mobile-top-products,
    .mobile-top-grid,
    .mobile-top-scroll,
    .mobile-top-track{
        background:#f8f9fc !important;
        background-image:none !important;

        border:0 !important;
        outline:0 !important;

        box-shadow:none !important;

        isolation:isolate !important;
    }

    .mobile-top-card{
        position:relative !important;

        overflow:hidden !important;

        background:#fff !important;
        background-image:none !important;

        border:0 !important;
        outline:0 !important;

        box-shadow:none !important;

        filter:none !important;

        backdrop-filter:none !important;
        -webkit-backdrop-filter:none !important;

        isolation:isolate !important;

        background-clip:padding-box !important;
    }

    .mobile-top-card::before,
    .mobile-top-card::after{
        content:none !important;
        display:none !important;
    }

    .mobile-top-card + .mobile-top-card{
        border-left:0 !important;
    }


    /* =====================================================
       2. IPS MODAL — NE SME DA SE VIDI SAJT ISPOD
    ===================================================== */

    #ipsPaymentModal{
        position:fixed !important;

        inset:0 !important;

        width:100vw !important;
        height:100dvh !important;

        z-index:999999 !important;

        overflow-y:auto !important;
        overflow-x:hidden !important;

        background:#f4f5f8 !important;

        overscroll-behavior:contain !important;

        -webkit-overflow-scrolling:touch !important;
    }

    #ipsPaymentModal .ips-payment-overlay{
        position:fixed !important;

        inset:0 !important;

        width:100vw !important;
        height:100dvh !important;

        background:#f4f5f8 !important;

        backdrop-filter:none !important;
        -webkit-backdrop-filter:none !important;
    }

    #ipsPaymentModal .ips-payment-box{
        position:relative !important;

        z-index:2 !important;

        width:100% !important;
        max-width:100% !important;

        min-height:100dvh !important;

        margin:0 !important;

        padding:
            24px
            18px
            calc(120px + env(safe-area-inset-bottom))
            !important;

        border-radius:0 !important;

        background:#fff !important;

        box-shadow:none !important;

        overflow:visible !important;
    }


    /* =====================================================
       3. EBANKING MODAL — NE SME DA SE VIDI SAJT ISPOD
    ===================================================== */

    #ebankingPaymentModal{
        position:fixed !important;

        inset:0 !important;

        width:100vw !important;
        height:100dvh !important;

        z-index:999999 !important;

        overflow-y:auto !important;
        overflow-x:hidden !important;

        background:#f4f5f8 !important;

        overscroll-behavior:contain !important;

        -webkit-overflow-scrolling:touch !important;
    }

    #ebankingPaymentModal .ips-payment-overlay{
        position:fixed !important;

        inset:0 !important;

        width:100vw !important;
        height:100dvh !important;

        background:#f4f5f8 !important;

        backdrop-filter:none !important;
        -webkit-backdrop-filter:none !important;
    }

    #ebankingPaymentModal .ips-payment-box{
        position:relative !important;

        z-index:2 !important;

        width:100% !important;
        max-width:100% !important;

        min-height:100dvh !important;

        margin:0 !important;

        padding:
            24px
            18px
            calc(120px + env(safe-area-inset-bottom))
            !important;

        border-radius:0 !important;

        background:#fff !important;

        box-shadow:none !important;

        overflow:visible !important;
    }

    #ebankingPaymentModal .ebanking-transfer-details,
    #ebankingPaymentModal .payment-details{
        background:#fff !important;

        backdrop-filter:none !important;
        -webkit-backdrop-filter:none !important;
    }


    /* =====================================================
       4. VELIKI LICENSO NATPIS — SPUSTI NIŽE
    ===================================================== */

    .footer-big-title{
        position:relative !important;

        transform:translateY(55px) !important;

        margin-top:0 !important;
        margin-bottom:-20px !important;
    }


    /* =====================================================
       5. CHAT DUGME — UVEK FIKSNO
    ===================================================== */

    .live-chat-button{
        position:fixed !important;

        right:16px !important;

        bottom:
            calc(
                18px + env(safe-area-inset-bottom)
            ) !important;

        top:auto !important;
        left:auto !important;

        margin:0 !important;

        transform:none !important;

        z-index:1000001 !important;
    }

    .live-chat-button::before,
    .live-chat-button::after{
        content:none !important;
        display:none !important;
    }


    /* =====================================================
       6. OTVORENI CHAT — CEO EKRAN NA TELEFONU
    ===================================================== */

    .live-chat-modal{
        position:fixed !important;

        inset:0 !important;

        left:0 !important;
        right:0 !important;
        top:0 !important;
        bottom:0 !important;

        width:100vw !important;
        max-width:none !important;

        height:100dvh !important;
        max-height:none !important;

        margin:0 !important;

        transform:none !important;

        border-radius:0 !important;

        overflow:hidden !important;

        background:#f8f9fc !important;

        z-index:1000000 !important;

        display:flex !important;
        flex-direction:column !important;
    }

    .live-chat-header{
        flex:0 0 auto !important;

        padding-top:
            calc(
                16px + env(safe-area-inset-top)
            ) !important;
    }

    .live-chat-messages{
        flex:1 1 auto !important;

        min-height:0 !important;

        overflow-y:auto !important;

        -webkit-overflow-scrolling:touch !important;
    }

    .live-chat-input{
        flex:0 0 auto !important;

        padding-bottom:
            calc(
                12px + env(safe-area-inset-bottom)
            ) !important;
    }


    /* =====================================================
       7. SKLONI LINIJU ISPOD CHAT OBLACICA
    ===================================================== */

    .live-chat-button,
    .live-chat-button *,
    .live-chat-modal{
        border-bottom:none !important;
    }

    .live-chat-button{
        box-shadow:
            0 16px 34px rgba(94,76,255,.18)
            !important;
    }


    /* =====================================================
       8. MODALI — DUGMAD UVEK IZNAD BROWSER TRAKE
    ===================================================== */

    #ipsPaymentConfirm,
    #ebankingPaymentConfirm{
        position:sticky !important;

        bottom:
            calc(
                16px + env(safe-area-inset-bottom)
            ) !important;

        z-index:30 !important;

        margin-bottom:18px !important;
    }


    /* =====================================================
       9. DODATNI SPACE ISPOD PAYMENT SADRŽAJA
    ===================================================== */

    #ipsPaymentModal .ips-payment-box,
    #ebankingPaymentModal .ips-payment-box{
        padding-bottom:
            calc(
                160px + env(safe-area-inset-bottom)
            ) !important;
    }

}
/* =========================================================
   MOBILE FAQ — SMOOTH OPEN / CLOSE
========================================================= */

@media (max-width:768px){

    .faq-item{
        overflow:hidden !important;

        transition:
            border-color .25s ease,
            box-shadow .25s ease,
            background .25s ease
            !important;
    }

    .faq-answer{
        max-height:0;

        overflow:hidden !important;

        opacity:0;

        transform:translateY(-4px);

        padding-top:0 !important;
        padding-bottom:0 !important;

        transition:
            max-height .38s cubic-bezier(.4,0,.2,1),
            opacity .22s ease,
            transform .32s ease,
            padding-top .32s ease,
            padding-bottom .32s ease
            !important;

        will-change:
            max-height,
            opacity,
            transform;
    }

    .faq-item.active .faq-answer{
        opacity:1;

        transform:translateY(0);

        padding-top:10px !important;
        padding-bottom:20px !important;
    }

    .faq-question span{
        transition:
            transform .28s cubic-bezier(.4,0,.2,1)
            !important;
    }

    .faq-item.active .faq-question span{
        transform:rotate(45deg) !important;
    }

}
/* =========================================================
   IPS + EBANKING
   MOBILE — NIKADA SE NE VIDI CHECKOUT IZA MODALA
========================================================= */

@media (max-width:768px){

    /* =====================================================
       CEO IPS MODAL POKRIVA EKRAN
    ===================================================== */

    #ipsPaymentModal{
        position:fixed !important;

        inset:0 !important;

        width:100vw !important;
        height:100dvh !important;
        min-height:100dvh !important;

        margin:0 !important;
        padding:0 !important;

        background:#f4f5f8 !important;
        background-image:none !important;

        overflow-y:auto !important;
        overflow-x:hidden !important;

        overscroll-behavior:contain !important;
        -webkit-overflow-scrolling:touch !important;

        z-index:999999 !important;
    }


    /* =====================================================
       CEO EBANKING MODAL POKRIVA EKRAN
    ===================================================== */

    #ebankingPaymentModal{
        position:fixed !important;

        inset:0 !important;

        width:100vw !important;
        height:100dvh !important;
        min-height:100dvh !important;

        margin:0 !important;
        padding:0 !important;

        background:#f4f5f8 !important;
        background-image:none !important;

        overflow-y:auto !important;
        overflow-x:hidden !important;

        overscroll-behavior:contain !important;
        -webkit-overflow-scrolling:touch !important;

        z-index:999999 !important;
    }


    /* =====================================================
       AKO POSTOJI OVERLAY — VIŠE NIJE PROVIDAN
    ===================================================== */

    #ipsPaymentModal .ips-payment-overlay,
    #ebankingPaymentModal .ips-payment-overlay{
        position:fixed !important;

        inset:0 !important;

        width:100vw !important;
        height:100dvh !important;

        background:#f4f5f8 !important;

        opacity:1 !important;

        backdrop-filter:none !important;
        -webkit-backdrop-filter:none !important;

        z-index:0 !important;
    }


    /* =====================================================
       QR SADRŽAJ IZNAD POZADINE
    ===================================================== */

    #ipsPaymentModal .ips-payment-box{
        position:relative !important;

        z-index:2 !important;

        width:calc(100% - 24px) !important;
        max-width:390px !important;

        min-height:calc(100dvh - 24px) !important;

        margin:12px auto !important;

        padding:
            26px
            18px
            calc(120px + env(safe-area-inset-bottom))
            !important;

        background:#fff !important;

        overflow:visible !important;
    }


    /* =====================================================
       EBANKING SADRŽAJ IZNAD POZADINE
    ===================================================== */

    #ebankingPaymentModal .ebanking-bank-box{
        position:relative !important;

        z-index:2 !important;

        width:calc(100% - 24px) !important;
        max-width:390px !important;

        min-height:calc(100dvh - 24px) !important;

        margin:12px auto !important;

        padding:
            26px
            18px
            calc(120px + env(safe-area-inset-bottom))
            !important;

        background:#fff !important;

        overflow:visible !important;
    }


    /* =====================================================
       PODACI ZA UPLATU — NEPROVIDNI
    ===================================================== */

    #ebankingPaymentModal .ebanking-transfer-details,
    #ebankingPaymentModal .payment-details{
        position:relative !important;

        z-index:3 !important;

        background:#fff !important;

        opacity:1 !important;

        backdrop-filter:none !important;
        -webkit-backdrop-filter:none !important;
    }


    /* =====================================================
       POSLE POSLEDNJEG DUGMETA OSTAVI ČISTU POZADINU
    ===================================================== */

    #ipsPaymentModal .ips-payment-box::after,
    #ebankingPaymentModal .ebanking-bank-box::after{
        content:"" !important;

        display:block !important;

        width:100% !important;
        height:80px !important;

        background:transparent !important;
    }

}
/* =========================================================
   MOBILE PAYMENT MODALS — FINAL POSITION / BACKGROUND FIX
   SAMO TELEFON
========================================================= */

@media (max-width:768px){

    /* =====================================================
       1. CEO EKRAN IZA MODALA JE SIV
    ===================================================== */

    #ipsPaymentModal,
    #ebankingPaymentModal{
        position:fixed !important;

        inset:0 !important;

        width:100vw !important;
        height:100dvh !important;
        min-height:100dvh !important;

        padding:0 !important;
        margin:0 !important;

        background:#d9dbe2 !important;
        background-image:none !important;

        overflow-y:auto !important;
        overflow-x:hidden !important;

        overscroll-behavior:contain !important;
        -webkit-overflow-scrolling:touch !important;

        z-index:999999 !important;

        align-items:flex-start !important;
        justify-content:flex-start !important;
    }


    /* =====================================================
       2. SIVI OVERLAY PREKO CELOG CHECKOUT-A
    ===================================================== */

    #ipsPaymentModal::before,
    #ebankingPaymentModal::before{
        content:"" !important;

        position:fixed !important;

        inset:0 !important;

        width:100vw !important;
        height:100dvh !important;

        background:#d9dbe2 !important;

        opacity:1 !important;

        z-index:0 !important;

        pointer-events:none !important;
    }


    /* =====================================================
       3. IPS KARTICA — PODIGNUTA I DUŽA
    ===================================================== */

    #ipsPaymentModal .ips-payment-box{
        position:relative !important;

        z-index:2 !important;

        width:calc(100% - 40px) !important;
        max-width:390px !important;

        min-height:calc(100dvh - 32px) !important;

        margin:
            16px
            auto
            16px
            !important;

        padding:
            20px
            18px
            calc(90px + env(safe-area-inset-bottom))
            !important;

        border-radius:28px !important;

        background:#ffffff !important;

        overflow:hidden !important;

        box-sizing:border-box !important;
    }


    /* =====================================================
       4. EBANKING KARTICA — PODIGNUTA I DUŽA
    ===================================================== */

    #ebankingPaymentModal .ebanking-bank-box{
        position:relative !important;

        z-index:2 !important;

        width:calc(100% - 40px) !important;
        max-width:390px !important;

        min-height:calc(100dvh - 32px) !important;

        margin:
            16px
            auto
            16px
            !important;

        padding:
            20px
            18px
            calc(90px + env(safe-area-inset-bottom))
            !important;

        border-radius:28px !important;

        background:#ffffff !important;

        overflow:hidden !important;

        box-sizing:border-box !important;
    }


    /* =====================================================
       5. UKLONI STARI VELIKI GORNJI RAZMAK
    ===================================================== */

    #ipsPaymentModal,
    #ebankingPaymentModal{
        padding-top:0 !important;
    }


    /* =====================================================
       6. PODACI ZA UPLATU OSTAJU POTPUNO BELI
    ===================================================== */

    #ebankingPaymentModal .ebanking-transfer-details,
    #ebankingPaymentModal .payment-details{
        background:#ffffff !important;

        opacity:1 !important;

        backdrop-filter:none !important;
        -webkit-backdrop-filter:none !important;
    }


    /* =====================================================
       7. POTVRDI DUGME — MALO VIŠE OD DNA
    ===================================================== */

    #ipsPaymentConfirm,
    #ebankingPaymentConfirm{
        position:relative !important;

        bottom:auto !important;

        margin-top:18px !important;
        margin-bottom:22px !important;

        z-index:5 !important;
    }

    /* =====================================================
       8. NEMA "RUPE" ISPOD BELE KARTICE
    ===================================================== */

    #ipsPaymentModal .ips-payment-box::after,
    #ebankingPaymentModal .ebanking-bank-box::after{
        content:"" !important;

        display:block !important;

        height:55px !important;

        background:#fff !important;
    }

}
/* =========================================================
   FAQ MOBILE - ULTRA SMOOTH
========================================================= */

@media (max-width:768px){

.faq-item{

overflow:hidden!important;

transform:translateZ(0);
backface-visibility:hidden;
-webkit-backface-visibility:hidden;

}

.faq-answer{

display:grid!important;

grid-template-rows:0fr;

opacity:0;

padding:0 24px;

transition:
grid-template-rows .42s cubic-bezier(.25,.8,.25,1),
opacity .22s ease;

will-change:grid-template-rows;

}

.faq-answer>*{

overflow:hidden;

}

.faq-item.active .faq-answer{

grid-template-rows:1fr;

opacity:1;

padding:0 24px 22px;

}

}
/* =========================================================
   FAQ MOBILE — SMOOTH ANIMATION
   DESKTOP SE NE MENJA
========================================================= */

@media (max-width:768px){

    .faq-answer{
        display:grid !important;

        grid-template-rows:0fr !important;

        max-height:none !important;

        opacity:0 !important;

        overflow:hidden !important;

        padding:0 18px !important;

        transform:none !important;

        transition:
            grid-template-rows .36s cubic-bezier(.4,0,.2,1),
            opacity .22s ease,
            padding .30s ease
            !important;
    }

    .faq-answer > *{
        overflow:hidden !important;
    }

    .faq-item.active .faq-answer{
        grid-template-rows:1fr !important;

        max-height:none !important;

        opacity:1 !important;

        padding:
            10px
            18px
            22px
            !important;
    }

    .faq-question span{
        transition:
            transform .28s cubic-bezier(.4,0,.2,1)
            !important;
    }

    .faq-item.active .faq-question span{
        transform:rotate(45deg) !important;
    }

}

/* =========================================================
   FAQ MOBILE — FINAL COMPACT OVERRIDE
   SAMO TELEFON
========================================================= */

@media screen and (max-width: 768px){

    .faq{
        padding-left:20px !important;
        padding-right:20px !important;
    }

    .faq-list{
        display:flex !important;
        flex-direction:column !important;

        gap:12px !important;

        margin-top:24px !important;
    }

    .faq-item{
        width:100% !important;

        min-height:0 !important;
        height:auto !important;

        margin:0 !important;
        padding:0 !important;

        border-radius:20px !important;

        overflow:hidden !important;
    }

    .faq-question{
        display:flex !important;
        align-items:center !important;
        justify-content:space-between !important;

        width:100% !important;

        min-height:68px !important;
        height:68px !important;

        margin:0 !important;

        padding:0 16px 0 18px !important;

        font-size:15px !important;
        line-height:1.2 !important;

        box-sizing:border-box !important;
    }

    .faq-question > span:last-child{
        display:flex !important;
        align-items:center !important;
        justify-content:center !important;

        width:36px !important;
        height:36px !important;

        min-width:36px !important;
        min-height:36px !important;

        margin-left:12px !important;

        border-radius:50% !important;

        flex:0 0 36px !important;
    }

    .faq-answer{
        min-height:0 !important;

        margin:0 !important;

        padding:0 18px !important;

        font-size:14px !important;
        line-height:1.45 !important;

        box-sizing:border-box !important;
    }

    .faq-item.active .faq-question{
        height:auto !important;
        min-height:68px !important;
    }

    .faq-item.active .faq-answer{
        padding:
            4px
            18px
            16px
            !important;
    }

}
/* =========================================================
   FAQ MOBILE — FINAL HARD SIZE FIX
   SAMO TELEFON
========================================================= */

@media screen and (max-width:760px){

    /* razmak između kartica */
    body .faq .faq-wrapper{
        display:flex !important;
        flex-direction:column !important;
        gap:10px !important;
    }


    /* ZATVORENA KARTICA */
    body .faq .faq-wrapper .faq-item:not(.active){
        display:block !important;

        width:100% !important;

        height:62px !important;
        min-height:62px !important;
        max-height:62px !important;

        padding:0 !important;
        margin:0 !important;

        overflow:hidden !important;

        border-radius:18px !important;

        box-sizing:border-box !important;
    }


    /* SAMO RED SA PITANJEM */
    body .faq .faq-wrapper .faq-item:not(.active) .faq-question{
        width:100% !important;

        height:62px !important;
        min-height:62px !important;
        max-height:62px !important;

        padding:0 14px 0 17px !important;
        margin:0 !important;

        display:flex !important;
        align-items:center !important;
        justify-content:space-between !important;

        box-sizing:border-box !important;

        font-size:14px !important;
        line-height:1.2 !important;
    }


    /* ZATVORENI ODGOVOR NE SME DA ZAUZIMA NI 1px */
    body .faq .faq-wrapper .faq-item:not(.active) .faq-answer{
        display:block !important;

        width:100% !important;

        height:0 !important;
        min-height:0 !important;
        max-height:0 !important;

        padding:0 !important;
        margin:0 !important;

        border:0 !important;

        opacity:0 !important;

        overflow:hidden !important;

        transform:none !important;
    }


    /* + KRUŽIĆ */
    body .faq .faq-question > span:last-child{
        width:32px !important;
        height:32px !important;

        min-width:32px !important;
        min-height:32px !important;
        max-width:32px !important;
        max-height:32px !important;

        flex:0 0 32px !important;

        margin-left:12px !important;
        padding:0 !important;

        display:flex !important;
        align-items:center !important;
        justify-content:center !important;

        font-size:16px !important;

        box-sizing:border-box !important;
    }


    /* =====================================================
       OTVORENA KARTICA
    ===================================================== */

    body .faq .faq-wrapper .faq-item.active{
        height:auto !important;
        min-height:62px !important;
        max-height:none !important;

        padding:0 !important;
        margin:0 !important;

        overflow:hidden !important;

        border-radius:18px !important;
    }


    body .faq .faq-wrapper .faq-item.active .faq-question{
        height:62px !important;
        min-height:62px !important;

        padding:0 14px 0 17px !important;
        margin:0 !important;

        display:flex !important;
        align-items:center !important;
    }


    body .faq .faq-wrapper .faq-item.active .faq-answer{
        height:auto !important;
        min-height:0 !important;
        max-height:150px !important;

        margin:0 !important;

        padding:
            5px
            17px
            16px
            !important;

        opacity:1 !important;

        font-size:13px !important;
        line-height:1.5 !important;

        overflow:hidden !important;

        transform:none !important;
    }

}
/* =========================================================
   FAQ MOBILE — SMOOTH DOWNWARD OPEN
   SAMO TELEFON
========================================================= */

@media screen and (max-width:760px){

    /* RAZMAK IZMEĐU KARTICA */
    body .faq .faq-wrapper{
        display:flex !important;
        flex-direction:column !important;
        gap:10px !important;
    }


    /* KARTICA */
    body .faq .faq-item{
        width:100% !important;

        min-height:0 !important;
        height:auto !important;
        max-height:none !important;

        margin:0 !important;
        padding:0 !important;

        border-radius:18px !important;

        overflow:hidden !important;

        transform:none !important;

        box-sizing:border-box !important;
    }


    /* PITANJE */
    body .faq .faq-question{
        display:flex !important;
        align-items:center !important;
        justify-content:space-between !important;

        width:100% !important;

        height:62px !important;
        min-height:62px !important;

        padding:0 14px 0 17px !important;
        margin:0 !important;

        font-size:14px !important;
        line-height:1.25 !important;

        box-sizing:border-box !important;
    }


    /* PLUS */
    body .faq .faq-question > span:last-child{
        display:flex !important;
        align-items:center !important;
        justify-content:center !important;

        width:32px !important;
        height:32px !important;

        min-width:32px !important;
        min-height:32px !important;

        flex:0 0 32px !important;

        margin-left:12px !important;

        font-size:16px !important;

        transition:
            transform .35s cubic-bezier(.4,0,.2,1)
            !important;
    }


    /* =====================================================
       ODGOVOR — ZATVOREN
    ===================================================== */

    body .faq .faq-answer{
        display:grid !important;

        grid-template-rows:0fr !important;

        width:100% !important;

        height:auto !important;
        min-height:0 !important;
        max-height:none !important;

        margin:0 !important;

        padding:
            0
            17px
            !important;

        opacity:0 !important;

        transform:none !important;

        overflow:hidden !important;

        transition:
            grid-template-rows .42s cubic-bezier(.4,0,.2,1),
            opacity .22s ease,
            padding .42s cubic-bezier(.4,0,.2,1)
            !important;
    }


    /* TEKST NE SME DA SKAČE */
    body .faq .faq-answer > *{
        min-height:0 !important;

        margin-top:0 !important;
        margin-bottom:0 !important;

        overflow:hidden !important;

        transform:none !important;

        transition:none !important;
    }

    /* =====================================================
       ODGOVOR — OTVOREN
    ===================================================== */

    body .faq .faq-item.active .faq-answer{
        grid-template-rows:1fr !important;

        opacity:1 !important;

        padding:
            5px
            17px
            17px
            !important;

        transform:none !important;
    }


    body .faq .faq-item.active .faq-question > span:last-child{
        transform:rotate(45deg) !important;
    }


    /* TEKST */
    body .faq .faq-answer,
    body .faq .faq-answer p{
        font-size:13px !important;
        line-height:1.55 !important;
    }

}
@media (max-width:760px){

    .faq-item{
        border-radius:20px;
    }

    .faq-question{
        min-height:68px;
        padding:20px 18px;
        font-size:15px;
    }

    .faq-answer{
        max-height:0;
        overflow:hidden;
        opacity:1;
        padding:0 18px;
        transition:
            max-height .45s cubic-bezier(.22,.61,.36,1),
            padding .45s cubic-bezier(.22,.61,.36,1);
    }

    .faq-item.active .faq-answer{
        padding:0 18px 18px;
    }

    .faq-answer p{
        font-size:14px;
        line-height:1.65;
    }
}
/* =========================================================
   FAQ MOBILE — IDENTIČNA ANIMACIJA KAO DESKTOP
   DESKTOP SE NE DIRA
========================================================= */

@media screen and (max-width:760px){

    body .faq .faq-answer{
        display:flex !important;
        align-items:center !important;

        max-height:0 !important;

        margin:0 !important;
        padding:0 18px !important;

        overflow:hidden !important;

        opacity:0 !important;

        transform:translateY(-8px) !important;

        color:#5b5b5b !important;

        font-size:13px !important;
        line-height:1.65 !important;

        transition:
            max-height .55s cubic-bezier(.22,.61,.36,1),
            padding .55s cubic-bezier(.22,.61,.36,1),
            opacity .3s ease,
            transform .45s cubic-bezier(.22,.61,.36,1)
            !important;
    }


    body .faq .faq-item.active .faq-answer{
        padding:
            8px
            18px
            18px
            !important;

        opacity:1 !important;

        transform:translateY(0) !important;
    }


    body .faq .faq-answer p{
        width:100% !important;

        margin:0 !important;
        padding:0 !important;

        transform:none !important;

        animation:none !important;

        transition:none !important;

        opacity:1 !important;
    }


    body .faq .faq-answer::before,
    body .faq .faq-answer::after{
        display:none !important;
        content:none !important;
    }

}

/* =========================================================
   FAQ MOBILE — ODGOVOR DOLAZI ODOZGO
   SAMO TELEFON
========================================================= */

@media screen and (max-width:760px){

    body .faq .faq-answer{
        display:flex !important;
        align-items:center !important;

        max-height:0 !important;

        margin:0 !important;
        padding:0 18px !important;

        overflow:hidden !important;

        opacity:0 !important;

        /* dolazi odozgo */
        transform:translateY(-10px) !important;

        transition:
            max-height .55s cubic-bezier(.22,.61,.36,1),
            padding .55s cubic-bezier(.22,.61,.36,1),
            opacity .28s ease,
            transform .45s cubic-bezier(.22,.61,.36,1)
            !important;
    }

    body .faq .faq-item.active .faq-answer{
        padding:8px 18px 18px !important;

        opacity:1 !important;

        transform:translateY(0) !important;
    }

    /* tekst sam po sebi NE SME da ide levo/desno */
    body .faq .faq-answer p{
        width:100% !important;

        margin:0 !important;
        padding:0 !important;

        transform:none !important;
        translate:none !important;

        animation:none !important;
        transition:none !important;

        opacity:1 !important;
    }

}
