/* =================================================================
 * PRODUCT1-PRESA – Air Straight otvoreni proizvod
 * Sekcija 1 (product-hero sticky) je stilizovana u slick-slider-product.css
 * ================================================================= */

/* =================================================================
 * SEKCIJA 2 – Banner "Pegla, suši i granice ruši"
 * Treba da se skroluje PREKO sticky product-hero sekcije
 * ================================================================= */
.presa-banner-section {
    position: relative;
    z-index: 2;
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Mob slika – vidljiva samo na mobilnim */
.presa-banner-mob-image {
    display: block;
    width: 100%;
    height: auto;
}

.container-1400 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.presa-banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -70px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}

.presa-banner-text-col {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.presa-banner-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 24px 0;
}

.presa-banner-paragraph {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    margin: 0;
    max-width: 560px;
}

/* =================================================================
 * DESKTOP (min-width: 992px)
 * ================================================================= */
@media (min-width: 992px) {
    .presa-banner-section {
        background-image: url('/assets/img/presa/prvi-baner-1920.jpg');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height: 100vh;
        justify-content: center;
    }

    .presa-banner-mob-image {
        display: none;
    }

    .presa-banner-content {
        margin-top: 0;
        padding-bottom: 0;
        padding-top: 0;
        /* Dve kolone: leva polovina = tekst, desna polovina = prazna */
        flex-direction: row;
        align-items: center;
        height: 100%;
    }

    .presa-banner-text-col {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .presa-banner-title {
        font-size: 71px;
        line-height: 72px;
        margin-bottom: 32px;
    }

    .presa-banner-paragraph {
        line-height: 30px;
    }

    .presa-support-section {
        padding: 120px 0 190px;
    }
}

/* =================================================================
 * LARGE DESKTOP (min-width: 1920px) – zamena background slike
 * ================================================================= */
@media (min-width: 1920px) {
    .presa-banner-section {
        background-image: url('/assets/img/presa/prvi-baner-2560.jpg');
        height: 100vh;
    }
}

/* =================================================================
 * SEKCIJA 3 – Scene scroll animation
 * ================================================================= */
.scene-wrap {
    position: relative;
    z-index: 2;
    background: #f2f0ed;
}

.scene {
    height: 280vh;
    position: relative;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bg-base {
    position: absolute;
    inset: 0;
    background: #f2f0ed;
    z-index: 0;
}

.bg-layer {
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bg-1 {
    background:
        radial-gradient(ellipse 85% 75% at 58% 50%, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0) 38%),
        linear-gradient(135deg, #d4bca2 0%, #c8927f 45%, #a86151 100%);
}

.bg-2 {
    background: radial-gradient(ellipse 90% 80% at 60% 50%, #1a1530 0%, #0e0c1e 100%);
}

#fxCanvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    display: block;
}

.layout {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1080px;
    padding: 0 7vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 5vw;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.text {
    /* flex: 1;
    min-width: 0;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end; */
}

.eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: clamp(10px, 1vw, 12px);
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #aaa;
    margin-bottom: 1.4rem;
    transition: color 0.6s;
    text-align: right;
}

.headline {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: clamp(44px, 7vw, 104px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.03em;
    display: block;
    width: 100%;
}

.hl-row {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    overflow: visible;
    white-space: nowrap;
    width: 100%;
}

.slot-clip {
    display: inline-block;
    height: 1em;
    overflow: hidden;
    vertical-align: baseline;
    line-height: 1;
    font-size: inherit;
    font-weight: 900;
    flex: 0 0 auto;
}

.slot-inner {
    display: block;
    line-height: 1;
    will-change: transform;
    transition: transform 0.65s cubic-bezier(0.77, 0, 0.18, 1);
    -webkit-transition: -webkit-transform 0.65s cubic-bezier(0.77, 0, 0.18, 1);
}

.slot-word {
    display: block;
    height: 1em;
    line-height: 1;
    font-weight: 900;
    font-size: inherit;
    white-space: nowrap;
    transition: color 0.5s;
}

.word-pravi {
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block;
    font-weight: 900;
    line-height: 1;
    font-size: inherit;
    transition: color 0.5s;
    margin-left: 0.02em;
    flex: 0 0 auto;
}

.word-stil {
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    width: 100%;
    font-weight: 200;
    font-size: 0.68em;
    letter-spacing: 0.01em;
    margin-top: 0.18em;
    line-height: 1;
    transition: color 0.5s;
    text-align: right;
}

.tagline {
    font-family: 'Inter', sans-serif;
    font-size: clamp(13px, 1.2vw, 15px);
    font-weight: 400;
    line-height: 1.75;
    max-width: 380px;
    margin-top: 2rem;
    margin-left: auto;
    transition: color 0.5s, opacity 0.5s, transform 0.5s;
    text-align: right;
}

.product-wrap {
    flex: 0 0 auto;
    width: clamp(130px, 22vw, 280px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#prodCanvas {
    position: absolute;
    inset: -50px;
    width: calc(100% + 100px);
    height: calc(100% + 100px);
    pointer-events: none;
    display: block;
}

.product-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
    z-index: 2;
    transition: transform 0.9s cubic-bezier(0.77, 0, 0.18, 1), filter 0.6s;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.77, 0, 0.18, 1), filter 0.6s;
    will-change: transform, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dots {
    position: absolute;
    bottom: 2rem;
    left: 7vw;
    display: flex;
    gap: 8px;
    align-items: center;
    z-index: 20;
}

.dot {
    height: 4px;
    border-radius: 2px;
    background: #ccc;
    transition: width 0.5s cubic-bezier(0.77, 0, 0.18, 1), background 0.5s;
    width: 4px;
}

.dot.on {
    width: 28px;
}

/* Scene states */
.s0 .eyebrow  { color: #bbb; }
.s0 .slot-word { color: #1a1530; }
.s0 .word-pravi { color: #1a1530; }
.s0 .word-stil { color: #afa9ec; }
.s0 .tagline { color: #999; }
.s0 .dot { background: #d0cce8; }
.s0 .dot.on { background: #1a1530; }
.s0 .product-img {
    transform: translateY(6px) rotate(-6deg) scale(0.97);
    filter: drop-shadow(0 28px 40px rgba(60,40,160,0.1));
}

.s1 .eyebrow  { color: rgba(84,54,28,0.62); }
.s1 .slot-word { color: #ffffff; }
.s1 .word-pravi { color: #5f3920; }
.s1 .word-stil { color: rgba(95,57,32,0.48); }
.s1 .tagline { color: rgba(67,42,20,0.78); }
.s1 .dot { background: rgba(95,57,32,0.22); }
.s1 .dot.on { background: #8b5e34; }
.s1 .product-img {
    transform: translateY(-14px) rotate(0deg) scale(1.03);
    filter: drop-shadow(0 36px 52px rgba(120,78,38,0.28));
}

.s2 .eyebrow  { color: #6a62c4; }
.s2 .slot-word { color: #c0b8f0; }
.s2 .word-pravi { color: #fff; }
.s2 .word-stil { color: #534ab7; }
.s2 .tagline { color: #afa9ec; }
.s2 .dot { background: #534ab7; }
.s2 .dot.on { background: #c0b8f0; }
.s2 .product-img {
    transform: translateY(-8px) rotate(4deg) scale(1.01);
    filter: drop-shadow(0 24px 64px rgba(127,119,221,0.65));
}

/* =================================================================
 * SEKCIJA 4 – Koraci stilizacije
 * ================================================================= */
.steps-section {
    position: relative;
    z-index: 2;
    padding: 110px 0;
    background: #000;
    color: #fff;
    overflow: hidden;
}

.steps-shell {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.steps-head {
    text-align: center;
    margin-bottom: 46px;
}

.steps-head h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: clamp(36px, 5vw, 66px);
    line-height: 1.02;
    letter-spacing: -0.04em;
    font-weight: 300;
    color: #fff;
    margin-bottom: 40px;
}

.desktop-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.step-card {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    min-height: 660px;
    background: #111;
    isolation: isolate;
    cursor: pointer;
}

.step-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), filter 0.6s ease;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), filter 0.6s ease;
}

.step-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.12) 35%, rgba(0,0,0,0.45) 72%, rgba(0,0,0,0.82) 100%);
    z-index: 1;
    transition: opacity 0.45s ease, background 0.45s ease;
}

.step-content {
    position: absolute;
    left: 22px;
    right: 22px;
    z-index: 2;
    color: #fff;
}

.step-content h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: clamp(20px, 1.7vw, 28px);
    line-height: 1.04;
    letter-spacing: -0.03em;
    font-weight: 400;
    color:#fff;
}

.step-number {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.72);
    margin-bottom: 12px;
}

.step-content p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255,255,255,0.82);
    max-width: 90%;
    margin-top: 10px;
}

.step-content--always {
    bottom: 24px;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.step-content--hover {
    bottom: 24px;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.step-card:hover img {
    transform: scale(1.04);
    filter: saturate(1.02);
}

.step-card:hover .step-overlay {
    background: linear-gradient(180deg, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.18) 28%, rgba(0,0,0,0.58) 64%, rgba(0,0,0,0.9) 100%);
}

.step-card:hover .step-content--always {
    opacity: 0;
    transform: translateY(12px);
}

.step-card:hover .step-content--hover {
    opacity: 1;
    transform: translateY(0);
}

/* Mobile steps */
.steps-mobile {
    display: none;
}

.mobile-stage {
    position: relative;
    min-height: 620px;
    overflow: hidden;
}

.mobile-step {
    position: absolute;
    inset: 0;
    border-radius: 28px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.95s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.95s ease;
    will-change: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mobile-step.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
    z-index: 2;
}

.mobile-step.exit-left  { opacity: 1; transform: translate3d(-100%, 0, 0); z-index: 1; }
.mobile-step.exit-right { opacity: 1; transform: translate3d(100%, 0, 0);  z-index: 1; }
.mobile-step.enter-from-right { opacity: 1; transform: translate3d(100%, 0, 0);  z-index: 3; }
.mobile-step.enter-from-left  { opacity: 1; transform: translate3d(-100%, 0, 0); z-index: 3; }

.mobile-step img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.12) 28%, rgba(0,0,0,0.44) 68%, rgba(0,0,0,0.9) 100%);
}

.mobile-copy {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 22px;
    z-index: 2;
    transform: translateY(22px);
    opacity: 0;
    transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1) 0.18s, opacity 0.65s ease 0.18s;
}

.mobile-step.is-active .mobile-copy {
    transform: translateY(0);
    opacity: 1;
}

.mobile-step-kicker {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.72);
    margin-bottom: 12px;
}

.mobile-copy h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: clamp(28px, 7vw, 40px);
    line-height: 0.98;
    letter-spacing: -0.04em;
    font-weight: 400;
    color: #fff;
}

.mobile-copy p {
    font-family: 'Inter', sans-serif;
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255,255,255,0.84);
    max-width: 92%;
}

.mobile-steps-ui {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 18px;
}

.mobile-progress {
    display: flex;
    gap: 8px;
    align-items: center;
}

.progress-dot {
    width: 28px;
    height: 4px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,0.22);
    padding: 0;
    cursor: pointer;
    transition: width 0.3s ease, background 0.3s ease;
}

.progress-dot.is-active {
    width: 44px;
    background: #fff;
}

.mobile-counter {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    white-space: nowrap;
}

/* =================================================================
 * RESPONSIVE – Sekcije 3 i 4
 * ================================================================= */
@media (max-width: 980px) {
    .desktop-steps {
        grid-template-columns: repeat(2, 1fr);
    }
    .step-card {
        min-height: 560px;
    }
}

/* Na ekranima ispod 1200px product-hero nije sticky, pa se navbar lepi
   preko vrha scene sekcije. Sticky na 60px = visina navbar-a. */
@media (max-width: 1199px) {
    .sticky {
        top: 60px;
        height: calc(100vh - 60px);
    }
}

@media (max-width: 640px) {
    .scene {
        height: 320vh;
    }

    .layout {
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        padding: 0 20px;
        gap: 0;
        height: 100%;
        width: 100%;
    }

    .text {
        /* width: 100%;
        padding: 8vh 7vw 0;
        flex: 0 0 auto;
        text-align: right;
        align-items: flex-end; */
    }

    .headline {
        font-size: clamp(55px, 15.6vw, 83px);
        width: 100%;
    }

    .hl-row {
        justify-content: flex-end;
        width: 100%;
        white-space: nowrap;
    }

    .slot-clip {
        text-align: right;
    }

    .eyebrow {
        font-size: 13px;
        margin-bottom: 1.2rem;
        text-align: right;
        width: 100%;
    }

    .word-stil,
    .tagline {
        text-align: right;
        width: 100%;
    }

    .word-stil {
        margin-top: 0.22em;
    }

    .tagline {
        font-size: 17px;
        line-height: 1.7;
        max-width: 100%;
        margin-top: 1.5rem;
        margin-left: auto;
    }

    .product-wrap {
        width: 100%;
        flex: 1;
        align-items: flex-end;
        justify-content: center;
        padding-bottom: 0;
        overflow: visible;
    }

    .product-img {
        width: auto;
        height: 76vh;
        max-height: none;
        object-fit: contain;
    }

    .s0 .product-img {
        transform: translateX(-18vw) translateY(-15vh) rotate(-80deg) scale(1.9);
        filter: drop-shadow(0 16px 32px rgba(60,40,160,0.12));
    }

    .s1 .product-img {
        transform: translateX(-10vw) translateY(-18vh) rotate(-75deg) scale(2);
        filter: drop-shadow(0 24px 40px rgba(120,78,38,0.28));
    }

    .s2 .product-img {
        transform: translateX(-2vw) translateY(-19vh) rotate(-70deg) scale(2.05);
        filter: drop-shadow(0 20px 50px rgba(127,119,221,0.6));
    }

    #prodCanvas {
        inset: -80px;
        width: calc(100% + 160px);
        height: calc(100% + 160px);
    }

    .dots {
        left: 50%;
        transform: translateX(-50%);
        bottom: 1.5rem;
    }

    .bg-1 {
        background:
            radial-gradient(ellipse 120% 70% at 50% 68%, rgba(255,255,255,0.14) 0%, rgba(255,255,255,0) 36%),
            linear-gradient(145deg, #d4bca2 0%, #c8927f 42%, #a86151 100%);
    }

    .bg-2 {
        background: radial-gradient(ellipse 120% 80% at 50% 60%, #1a1530 0%, #0e0c1e 100%);
    }

    .steps-section {
        padding: 76px 0;
    }

    .steps-shell {
        width: min(100%, calc(100% - 28px));
    }

    .steps-head {
        margin-bottom: 28px;
    }

    .steps-head h2 {
        font-size: clamp(34px, 10vw, 52px);
        line-height: 1.02;
        font-weight: 300;
    }

    .desktop-steps {
        display: none;
    }

    .steps-mobile {
        display: block;
    }

    .mobile-stage {
        min-height: 72vh;
    }
}

/* =================================================================
 * SEKCIJA 5 – Controls story (GSAP ScrollTrigger)
 * ================================================================= */
:root {
    --app-height: 100vh;
}

.controls-story {
    position: relative;
    z-index: 2;
    height: 100vh;
    background: #09081d;
}

.controls-stage {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #09081d;
}

.controls-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 52% 50%, rgba(118,111,214,0.13) 0%, rgba(118,111,214,0) 26%),
        linear-gradient(180deg, #0b0a24 0%, #09081d 100%);
}

.controls-glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 56% 52%, rgba(138,129,228,0.08) 0%, rgba(138,129,228,0) 24%);
}

.controls-word-rotator {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    pointer-events: none;
}

.controls-word-track {
    display: flex;
    gap: 4vw;
    white-space: nowrap;
    animation: tickerMove 22s linear infinite;
}

.controls-word-track span {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: clamp(220px, 21vw, 420px);
    line-height: 0.9;
    font-weight: 700;
    letter-spacing: -0.07em;
    color: rgba(118,114,206,0.16);
}

@keyframes tickerMove {
    from { transform: translateX(0); }
    to   { transform: translateX(-33.333%); }
}

.controls-wrap {
    position: relative;
    width: min(1320px, calc(100% - 48px));
    height: 100%;
    margin: 0 auto;
}

.controls-intro {
    position: absolute;
    left: 92px;
    top: 76px;
    max-width: 430px;
    z-index: 30;
}

.controls-intro h2,
.controls-mobile-intro h2 {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
    font-size: 68px;
    line-height: 0.92;
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.04em;
}

.controls-intro p,
.controls-mobile-intro p {
    font-family: 'Inter', sans-serif;
    margin: 22px 0 0;
    font-size: 17px;
    line-height: 1.75;
    color: rgba(255,255,255,0.9);
}

.controls-mobile-intro {
    display: none;
}

.controls-zoom {
    position: absolute;
    left: 149px;
    top: 75px;
    width: 282px;
    height: 282px;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(118,114,206,0.18);
    z-index: 22;
    opacity: 0;
    transform: translateY(18px) scale(0.96);
    box-shadow: 0 20px 60px rgba(0,0,0,0.28);
}

.zoom-circle {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
}

.controls-zoom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.device-viewport {
    position: absolute;
    left: 55%;
    top: 63%;
    width: 420px;
    height: 1420px;
    overflow: visible;
    z-index: 14;
    pointer-events: none;
}

.device-image,
.device-hotspots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.device-image {
    top: -240px;
    width: 162px;
    height: auto;
    filter: drop-shadow(0 30px 60px rgba(0,0,0,0.5));
    user-select: none;
    pointer-events: none;
}

.device-hotspots {
    top: -240px;
    width: 162px;
    height: 1150px;
    z-index: 25;
    pointer-events: none;
}

.hotspot {
    position: absolute;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    margin-top: -7px;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
}

.h-temp  { left: 50.9%; top: 56.8%; }
.h-speed { left: 48.4%; top: 60.4%; }
.h-cool  { left: 51%;   top: 63.2%; }
.h-mode  { left: 48.6%; top: 66.6%; }
.h-power { left: 51%;   top: 69.8%; }

.mobile-pulse {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 40;
    opacity: 0;
}

.mobile-pulse::before,
.mobile-pulse::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(255,78,80,0.16);
    animation: pulseRing 1.8s ease-out infinite;
}

.mobile-pulse::after {
    animation-delay: 0.9s;
}

.mobile-pulse-core {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ff4d4f;
    box-shadow: 0 0 0 3px rgba(255,77,79,0.22);
    transform: translate(-50%, -50%);
}

.mobile-pulse.is-blue::before,
.mobile-pulse.is-blue::after { background: rgba(45,140,255,0.16); }

.mobile-pulse.is-blue .mobile-pulse-core {
    background: #2d8cff;
    box-shadow: 0 0 0 3px rgba(45,140,255,0.22);
}

@keyframes pulseRing {
    0%   { transform: scale(0.5); opacity: 0.9; }
    70%  { transform: scale(1.6); opacity: 0; }
    100% { transform: scale(1.6); opacity: 0; }
}

.callouts-desktop {
    position: absolute;
    inset: 0;
    z-index: 20;
}

.callout {
    position: absolute;
    display: flex;
    align-items: center;
    opacity: 0;
    transform: translateY(18px);
    color: #fff;
    will-change: left, top, opacity, transform;
}

.callout .label {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.16;
    color: rgba(255,255,255,0.92);
}

.callout.left  { gap: 14px; }
.callout.left .label { text-align: right; white-space: nowrap; }
.callout.left .line  { transform-origin: right center; }
.callout.right { gap: 14px; }
.callout.right .label { text-align: left; max-width: 320px; }
.callout.right .line  { transform-origin: left center; }

.line {
    height: 2px;
    background: #ff4d4f;
    transform: scaleX(0);
}

.blue-line { background: #2d8cff !important; }

.lock-callout {
    left: 430px;
    top: 202px;
    gap: 14px;
}

.lock-callout .label {
    font-family: 'Inter', sans-serif;
    text-align: left;
    white-space: nowrap;
    font-size: 18px;
    line-height: 1.16;
    color: rgba(255,255,255,0.92);
}

.lock-callout .line { width: 68px; transform-origin: right center; }
.temp .line  { width: 154px; }
.speed .line { width: 110px; }
.cool .line  { width: 174px; }
.mode .line  { width: 122px; }
.power .line { width: 160px; }

.mobile-feature-card {
    display: none;
}

.mobile-feature-inner {
    opacity: 1;
    transform: translateY(0);
}

.mobile-feature-step {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    letter-spacing: 0.12em;
    color: rgba(255,255,255,0.58);
    margin-bottom: 8px;
}

.mobile-feature-card h3 {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
    font-size: 18px;
    line-height: 1.08;
    font-weight: 600;
    color: #fff;
}

.mobile-feature-card p {
    font-family: 'Inter', sans-serif;
    margin: 12px 0 0;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255,255,255,0.86);
}

/* Controls responsive */
@media (max-width: 1360px) {
    .controls-wrap { width: min(1240px, calc(100% - 36px)); }
    .controls-intro { left: 56px; top: 76px; max-width: 360px; }
    .controls-intro h2 { font-size: 60px; }
    .controls-intro p  { font-size: 16px; }
    .controls-zoom { left: 118px; top: 92px; width: 248px; height: 248px; }
    .callout .label, .lock-callout .label { font-size: 16px; }
}

@media (max-width: 1180px) {
    .controls-intro { left: 34px; top: 72px; max-width: 320px; }
    .controls-intro h2 { font-size: 52px; }
    .controls-intro p  { font-size: 15px; line-height: 1.6; }
    .controls-zoom { left: 82px; top: 118px; width: 214px; height: 214px; }
    .callout .label, .lock-callout .label { font-size: 14px; }
    .callout.right .label { max-width: 240px; }
    .temp .line, .speed .line, .cool .line, .mode .line, .power .line { width: 92px; }
    .lock-callout .line { width: 56px; }
}

@media (max-width: 991px) {
    .controls-story,
    .controls-stage {
        height: var(--app-height, 100vh);
        min-height: var(--app-height, 100vh);
    }

    .controls-story { padding: 0; }
    .controls-stage { overflow: hidden; }

    .controls-bg {
        background:
            radial-gradient(circle at 50% 20%, rgba(118,111,214,0.18) 0%, rgba(118,111,214,0) 42%),
            linear-gradient(180deg, #0b0a24 0%, #09081d 100%);
    }

    .controls-glow {
        background: radial-gradient(circle at 50% 32%, rgba(138,129,228,0.14) 0%, rgba(138,129,228,0) 38%);
    }

    .controls-word-rotator { display: none; }

    .controls-wrap {
        width: min(100%, 430px);
        height: 100%;
        margin: 0 auto;
        padding: 0 14px;
    }

    .controls-intro,
    .controls-zoom,
    .callouts-desktop { display: none !important; }

    .controls-mobile-intro {
        display: block;
        position: absolute;
        left: 50%;
        top: 72px;
        z-index: 30;
        width: min(100% - 28px, 340px);
        text-align: center;
        transform: translateX(-50%);
        opacity: 1;
        pointer-events: none;
    }

    .controls-mobile-intro h2 {
        margin: 0;
        font-size: clamp(34px, 9.2vw, 52px);
        line-height: 0.92;
    }

    .controls-mobile-intro p {
        margin: 14px 0 0;
        font-size: 15px;
        line-height: 1.58;
        color: rgba(255,255,255,0.84);
    }

    .device-viewport {
        position: absolute;
        left: 50%;
        top: calc(var(--app-height, 100vh) * 0.16);
        width: min(100%, 360px);
        height: calc(var(--app-height, 100vh) * 0.72);
        margin: 0 auto;
        transform: translateX(-50%);
        overflow: visible;
        z-index: 14;
    }

    .device-image,
    .device-hotspots {
        left: 50%;
        transform: translateX(-50%) rotate(0.001deg);
    }

    .device-image {
        top: -2%;
        width: 252px;
        max-width: 100%;
        filter: drop-shadow(0 24px 50px rgba(0,0,0,0.5));
        transform-origin: 50% 55%;
    }

    .device-hotspots {
        top: -2%;
        width: 252px;
        height: calc(var(--app-height, 100vh) * 0.72);
    }

    .hotspot { width: 12px; height: 12px; margin-left: -6px; margin-top: -6px; }

    .h-temp  { left: 51.2%; top: 31.4%; }
    .h-speed { left: 48.8%; top: 38.9%; }
    .h-cool  { left: 51.2%; top: 44.7%; }
    .h-mode  { left: 48.8%; top: 51.6%; }
    .h-power { left: 51.2%; top: 58.2%; }

    .mobile-pulse {
        display: block;
        width: 40px;
        height: 40px;
    }

    .mobile-feature-card {
        display: block;
        position: absolute;
        left: 14px;
        right: 14px;
        bottom: 14px;
        width: auto;
        max-width: none;
        margin: 0;
        z-index: 35;
        background: none;
        border: 0;
        padding: 0;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        opacity: 0;
        transition: filter 240ms ease, transform 240ms ease;
    }

    .mobile-feature-inner {
        padding: 26px 24px 34px;
        border-radius: 24px;
        background: linear-gradient(90deg, rgba(9,9,27,0.98) 0%, rgba(14,14,34,0.9) 58%, rgba(10,10,28,0.98) 100%);
        border: 1px solid rgba(255,255,255,0.06);
        box-shadow: 0 24px 60px rgba(0,0,0,0.34);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        transition: background 260ms ease, border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
    }

    .mobile-feature-step {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 16px;
        padding: 8px 12px;
        border-radius: 999px;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.16em;
        color: rgba(255,255,255,0.82);
        background: rgba(255,255,255,0.06);
        border: 1px solid rgba(255,255,255,0.08);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
    }

    .mobile-feature-card h3 { font-size: clamp(30px, 6vw, 36px); line-height: 1.05; font-weight: 600; }
    .mobile-feature-card p  { margin-top: 16px; max-width: 94%; font-size: 18px; line-height: 1.62; color: rgba(255,255,255,0.8); }

    .mobile-feature-card.tone-1 .mobile-feature-inner {
        background: linear-gradient(135deg, rgba(58,23,28,0.98) 0%, rgba(96,33,42,0.92) 55%, rgba(34,14,20,0.98) 100%);
        border-color: rgba(255,120,120,0.22);
        box-shadow: 0 24px 60px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,160,160,0.08);
    }

    .mobile-feature-card.tone-2 .mobile-feature-inner {
        background: linear-gradient(135deg, rgba(64,42,16,0.98) 0%, rgba(110,72,21,0.92) 55%, rgba(36,23,10,0.98) 100%);
        border-color: rgba(255,190,95,0.24);
        box-shadow: 0 24px 60px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,214,140,0.08);
    }

    .mobile-feature-card.tone-3 .mobile-feature-inner {
        background: linear-gradient(135deg, rgba(14,42,76,0.98) 0%, rgba(18,74,136,0.92) 55%, rgba(10,24,48,0.98) 100%);
        border-color: rgba(90,170,255,0.28);
        box-shadow: 0 24px 60px rgba(0,0,0,0.34), inset 0 1px 0 rgba(120,190,255,0.10);
    }

    .mobile-feature-card.tone-4 .mobile-feature-inner {
        background: linear-gradient(135deg, rgba(38,20,68,0.98) 0%, rgba(86,39,132,0.92) 55%, rgba(22,12,42,0.98) 100%);
        border-color: rgba(190,120,255,0.24);
        box-shadow: 0 24px 60px rgba(0,0,0,0.34), inset 0 1px 0 rgba(210,160,255,0.08);
    }

    .mobile-feature-card.tone-5 .mobile-feature-inner {
        background: linear-gradient(135deg, rgba(62,32,46,0.98) 0%, rgba(122,73,96,0.92) 55%, rgba(36,18,28,0.98) 100%);
        border-color: rgba(255,182,204,0.24);
        box-shadow: 0 24px 60px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,210,224,0.08);
    }

    .mobile-feature-card.tone-5 .mobile-feature-step {
        background: rgba(255,214,226,0.12);
        border-color: rgba(255,192,210,0.18);
        color: rgba(255,234,242,0.92);
    }
}

@media (max-width: 430px) {
    .controls-wrap { width: 100%; padding: 0 12px; }
    .controls-mobile-intro { top: 72px; width: min(100% - 24px, 320px); }
    .controls-mobile-intro h2 { font-size: clamp(30px, 10vw, 42px); }
    .controls-mobile-intro p  { font-size: 14px; }

    .device-viewport {
        top: calc(var(--app-height, 100vh) * 0.17);
        width: min(100%, 330px);
        height: calc(var(--app-height, 100vh) * 0.70);
    }

    .device-image  { width: 228px; }
    .device-hotspots { width: 228px; height: calc(var(--app-height, 100vh) * 0.70); }

    .h-temp  { left: 51.2%; top: 31.8%; }
    .h-speed { left: 48.8%; top: 39.1%; }
    .h-cool  { left: 51.2%; top: 45%; }
    .h-mode  { left: 48.8%; top: 51.9%; }
    .h-power { left: 51.2%; top: 58.5%; }

    .mobile-pulse { width: 36px; height: 36px; }

    .mobile-feature-inner { padding: 22px 20px 26px; border-radius: 18px; }
    .mobile-feature-step  { margin-bottom: 14px; padding: 7px 11px; font-size: 13px; }
    .mobile-feature-card h3 { font-size: 24px; }
    .mobile-feature-card p  { max-width: 96%; font-size: 15px; line-height: 1.58; }
}

/* =================================================================
 * SEKCIJA 6 – Podrška (download dugmad)
 * ================================================================= */
.presa-support-section {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 60px 0 75px;
}

@media (min-width: 992px) {
    .presa-support-section {
        padding: 120px 0 190px;
    }
}

.presa-support-section h2 {
    margin: 0;
}

/* =================================================================
 * SEKCIJA 7 – Dimenzije i karakteristike
 * ================================================================= */
.specs-section {
    background: #E4E4E4;
    position: relative;
    z-index: 2;
}

.specs-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 200px 30px;
    display: flex;
    align-items: center;
    gap: 60px;
}

.specs-left {
    flex: 1;
    min-width: 0;
}

.specs-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 71px;
    line-height: 72px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #737373;
    margin: 0 0 48px 0;
}

.specs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.spec-item {
    display: flex;
    flex-direction: column;
}

.spec-label {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
    color: #393867;
}

.spec-value {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 71px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #393867;
    margin: 0;
}

.specs-right {
    display: flex;
    gap: 30px;
    align-items: flex-end;
    flex-shrink: 0;
}

.specs-img-desk {
    display: block;
    height: auto;
    max-height: 720px;
    width: auto;
}

.specs-mob-images {
    display: none;
}

@media (max-width: 1439px) and (min-width: 992px) {
    .specs-container {
        padding: 140px 30px;
        gap: 40px;
    }

    .specs-title {
        font-size: 52px;
        line-height: 54px;
        margin-bottom: 36px;
    }

    .spec-label {
        font-size: 17px;
        line-height: 24px;
    }

    .spec-value {
        font-size: 52px;
        line-height: 54px;
    }

    .specs-grid {
        gap: 24px;
    }
}

@media (max-width: 991px) {
    .specs-container {
        flex-direction: column;
        padding: 60px 30px 0;
        gap: 40px;
    }

    .specs-right {
        display: none;
    }

    .specs-title {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 30px;
    }

    .spec-label {
        font-size: 15px;
        line-height: 15px;
    }

    .spec-value {
        font-size: 35px;
    }

    .specs-mob-images {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        gap: 15px;
        margin: 60px auto;
        padding: 0 30px;
    }

    .specs-mob-images img {
        width: calc(50% - 7.5px);
        height: auto;
    }
}
