@font-face{font-family:'Inter';font-style:normal;font-weight:400 700;font-display:swap;src:url('fonts/inter-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Inter';font-style:normal;font-weight:400 700;font-display:swap;src:url('fonts/inter-latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
:root{--white:#ffffff;--gray-100:#f1f3f5;--gray-200:#e9ecef;--gray-300:#dee2e6;--gray-700:#495057;--gray-800:#343a40;--gray-900:#212529;--black:#0d0d0d;--blue:#89c4f4;--blue-mid:#5aabea;--blue-dark:#2d8fd1;--nav-height-tall:88px;--nav-height-small:56px;--nav-transition:0.35s cubic-bezier(0.4,0,0.2,1);--font-display:'Inter',sans-serif;--font-body:'Inter',sans-serif;--black-zone-tall:37%;--black-zone-small:36%;}.site-header{position:fixed;top:0;left:0;width:100%;z-index:1000;height:var(--nav-height-tall);background:var(--gray-100);transition:height var(--nav-transition),box-shadow var(--nav-transition),background var(--nav-transition);}.site-header::before{content:'';position:absolute;top:0;left:0;width:var(--black-zone-tall);height:100%;background:var(--black);clip-path:polygon(0 0,100% 0,72% 100%,0 100%);transition:width var(--nav-transition);z-index:0;}.header-inner{position:relative;z-index:1;max-width:1320px;margin:0 auto;padding:0 2rem;height:100%;display:flex;align-items:center;gap:0.5rem;}.logo-link{display:flex;align-items:center;justify-content:center;text-decoration:none;flex-shrink:0;margin-right:auto;width:calc(var(--black-zone-tall) * 0.68);transition:width var(--nav-transition);}.logo-img{height:44px;width:auto;max-width:100%;display:block;transition:height var(--nav-transition),opacity 0.2s;}.logo-img:hover{opacity:0.75;}.main-nav{display:flex;align-items:center;}.nav-list{list-style:none;display:flex;align-items:center;gap:0.5rem;margin:0;padding:0;}.nav-link{font-family:var(--font-display);font-size:0.72rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--gray-800);text-decoration:none;padding:0.5rem 1rem;border-radius:6px;position:relative;transition:color 0.2s,background 0.2s;}.nav-link::after{content:'';position:absolute;bottom:3px;left:50%;transform:translateX(-50%) scaleX(0);width:calc(100% - 1.8rem);height:2px;background:var(--blue-mid);border-radius:2px;transition:transform 0.25s cubic-bezier(0.4,0,0.2,1);}.nav-link:hover{color:var(--black);background:var(--gray-200);}.nav-link:hover::after,.nav-link.active::after{transform:translateX(-50%) scaleX(1);}.nav-link.active{color:var(--gray-900);}.nav-cta{color:var(--white) !important;background:var(--black) !important;border-radius:6px;padding:0.45rem 1.15rem;transition:background 0.2s;}.nav-cta::after{display:none;}.nav-cta:hover{background:var(--blue-dark) !important;color:var(--white) !important;}.site-header.scrolled{height:var(--nav-height-small);box-shadow:0 1px 0 var(--gray-300),0 2px 10px rgba(0,0,0,0.09);}.site-header.scrolled::before{width:var(--black-zone-small);}.site-header.scrolled .logo-link{width:calc(var(--black-zone-small) * 0.68);}.site-header.scrolled .logo-img{height:30px;}@media (min-width:1320px){.site-header::before{width:calc((100vw - 1320px) / 2 + 360px);clip-path:polygon(0 0,100% 0,calc(100% - 115px) 100%,0 100%);}.site-header.scrolled::before{width:calc((100vw - 1320px) / 2 + 341px);}.logo-link{width:279px;}.site-header.scrolled .logo-link{width:266px;}}.burger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:none;border:1px solid var(--gray-300);border-radius:8px;cursor:pointer;padding:0;flex-shrink:0;transition:background 0.2s,border-color 0.2s;}.burger:hover{background:var(--gray-200);border-color:var(--gray-700);}.burger span{display:block;width:20px;height:2px;background:var(--gray-800);border-radius:2px;transition:transform 0.3s,opacity 0.3s;}.burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg);}.burger.open span:nth-child(2){opacity:0;transform:scaleX(0);}.burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}.main-nav.mobile-open{display:flex !important;position:absolute;top:100%;left:0;width:100%;background:var(--white);border-top:1px solid var(--gray-200);border-bottom:2px solid var(--gray-200);box-shadow:0 8px 24px rgba(0,0,0,0.10);padding:0.75rem 1rem;z-index:999;}.main-nav.mobile-open .nav-list{flex-direction:column;align-items:stretch;gap:0.25rem;width:100%;}.main-nav.mobile-open .nav-link{display:block;font-size:0.88rem;padding:0.75rem 1rem;color:var(--gray-800);}.main-nav.mobile-open .nav-link:hover{background:var(--gray-100);color:var(--black);}.main-nav.mobile-open .nav-cta{margin-top:0.4rem;text-align:center;display:block;}.header-right-group{display:flex;align-items:center;gap:0.5rem;position:relative;}.nav-bell-item{position:relative;display:flex;align-items:center;}.site-header.scrolled .nav-bell-item{display:none;}.nav-bell{position:relative;background:none;border:none;cursor:pointer;padding:0.45rem 0.5rem;border-radius:6px;color:var(--gray-800);transition:color 0.2s,background 0.2s;display:flex;align-items:center;}.nav-bell:hover{color:var(--black);background:var(--gray-200);}.nav-bell-dot{display:none;position:absolute;top:6px;right:5px;width:8px;height:8px;background:#e53e3e;border-radius:50%;border:1.5px solid var(--gray-100);}.nav-bell-dot.visible{display:block;}.nav-bell-label{font-family:var(--font-display);font-size:0.7rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;margin-left:0.3rem;color:inherit;}@keyframes bellSwing{0%{transform:rotate(0);}15%{transform:rotate(14deg);}30%{transform:rotate(-12deg);}45%{transform:rotate(8deg);}60%{transform:rotate(-6deg);}75%{transform:rotate(3deg);}100%{transform:rotate(0);}}.nav-bell.ringing svg{animation:bellSwing 0.7s ease-in-out;}.nav-bell-dropdown{display:none;position:absolute;top:calc(100% + 10px);right:0;width:320px;max-height:400px;background:var(--white);border:1px solid var(--gray-200);border-radius:10px;box-shadow:0 8px 32px rgba(0,0,0,0.13);z-index:1001;overflow:hidden;opacity:0;transform:translateY(-8px);transition:opacity 0.25s,transform 0.25s;}.nav-bell-dropdown.open{display:block;}.nav-bell-dropdown.show{opacity:1;transform:translateY(0);}.nav-bell-header{font-family:var(--font-display);font-size:0.7rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;color:var(--gray-700);padding:0.75rem 1rem 0.5rem;border-bottom:1px solid var(--gray-200);}.nav-bell-body{overflow-y:auto;max-height:340px;padding:0.4rem 0;}.nav-bell-empty{padding:1.5rem 1rem;text-align:center;font-size:0.82rem;color:var(--gray-700);}.novost-item{padding:0.7rem 1rem;border-bottom:1px solid var(--gray-100);transition:background 0.15s;}.novost-item:last-child{border-bottom:none;}.novost-item:hover{background:var(--gray-100);}.novost-item-title{font-family:var(--font-display);font-size:0.82rem;font-weight:700;color:var(--gray-900);margin-bottom:2px;line-height:1.3;}.novost-item-text{font-size:0.76rem;color:var(--gray-700);line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.novost-item-date{font-size:0.66rem;color:#999;margin-top:3px;}.novost-item-img{width:100%;max-height:120px;object-fit:cover;border-radius:6px;margin-bottom:6px;}.nav-search-item{display:none;}@media (max-width:900px){.main-nav:not(.mobile-open){display:none;}.burger{display:flex;}.nav-search-item{display:block;}}.nav-search-link{display:flex !important;align-items:center;gap:0.5rem;}@media (max-width:900px){.nav-bell-dropdown{right:-1rem;width:calc(100vw - 2rem);max-width:340px;}}.novost-modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.55);z-index:2000;align-items:center;justify-content:center;opacity:0;transition:opacity 0.25s;}.novost-modal.open{display:flex;}.novost-modal.show{opacity:1;}.novost-modal-box{position:relative;background:#fff;border-radius:12px;width:90%;max-width:520px;max-height:85vh;overflow-y:auto;box-shadow:0 16px 48px rgba(0,0,0,0.2);transform:translateY(12px);transition:transform 0.25s;}.novost-modal.show .novost-modal-box{transform:translateY(0);}.novost-modal-close{position:absolute;top:12px;right:12px;background:var(--gray-100);border:none;border-radius:6px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--gray-800);transition:background 0.15s;z-index:1;}.novost-modal-close:hover{background:var(--gray-200);}.novost-modal-body{padding:1.5rem;}.novost-modal-img{width:100%;max-height:220px;object-fit:cover;border-radius:8px;margin-bottom:1rem;}.novost-modal-title{font-family:var(--font-display);font-size:1.1rem;font-weight:700;color:var(--gray-900);line-height:1.3;margin-bottom:0.3rem;}.novost-modal-date{font-size:0.72rem;color:#999;margin-bottom:0.9rem;}.novost-modal-text{font-size:0.88rem;color:var(--gray-800);line-height:1.65;}@media (max-width:480px){.header-inner{padding:0 1rem;}}
 .site-footer{background:linear-gradient(160deg,#0d0f13 0%,#141820 60%,#0d1117 100%);border-top:1px solid rgba(137,196,244,0.12);color:var(--gray-700);font-family:var(--font-body);}.site-footer__main{padding:3rem 2rem 2.5rem;}.site-footer__inner{display:grid;grid-template-columns:1.2fr 1.8fr 1fr;gap:2.5rem 3rem;max-width:1200px;margin:0 auto;}.site-footer__col--brand{display:flex;flex-direction:column;gap:0.75rem;}.site-footer__logo-link{display:inline-block;width:fit-content;}.site-footer__logo-img{height:48px;width:auto;object-fit:contain;filter:brightness(1.05);}.site-footer__company{font-size:0.82rem;font-weight:700;letter-spacing:0.04em;color:var(--gray-300);margin-top:0.25rem;}.site-footer__subtitle{font-size:0.74rem;color:var(--gray-700);letter-spacing:0.02em;}.site-footer__heading{font-size:0.7rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:var(--blue);margin-bottom:1rem;}.site-footer__list{list-style:none;display:flex;flex-direction:column;gap:0.6rem;}.site-footer__list li{display:flex;align-items:flex-start;gap:0.55rem;font-size:0.8rem;line-height:1.5;color:var(--gray-700);}.site-footer__list li svg{width:14px;height:14px;flex-shrink:0;margin-top:0.18em;color:var(--blue-dark);}.site-footer__list a{color:var(--gray-700);text-decoration:none;transition:color 0.2s;}.site-footer__list a:hover{color:var(--blue);}.site-footer__list--hours li{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:0.35rem 0;border-bottom:1px solid rgba(255,255,255,0.05);}.site-footer__list--hours li:last-child{border-bottom:none;}.site-footer__day{font-size:0.78rem;color:var(--gray-700);}.site-footer__time{font-size:0.78rem;font-weight:600;color:var(--gray-300);white-space:nowrap;}.site-footer__time--closed{color:#6b7280;font-weight:400;}.site-footer__bar{border-top:1px solid rgba(255,255,255,0.06);background:rgba(0,0,0,0.25);padding:0.9rem 2rem;}.site-footer__bar-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:0.5rem 1.5rem;max-width:1200px;margin:0 auto;font-size:0.74rem;color:#4b5563;}.site-footer__credit{color:#4b5563;}.site-footer__credit strong{color:#6b7280;font-weight:600;}.site-footer__credit a{color:var(--blue);text-decoration:none;font-weight:600;transition:color 0.2s;}.site-footer__credit a:hover{color:var(--blue-mid);text-decoration:underline;}@media (max-width:900px){.site-footer__inner{grid-template-columns:1fr 1fr;}.site-footer__col--brand{grid-column:1 / -1;flex-direction:row;align-items:center;flex-wrap:wrap;gap:0.5rem 1.5rem;}}@media (max-width:580px){.site-footer__inner{grid-template-columns:1fr;}.site-footer__col--brand{flex-direction:column;align-items:flex-start;}.site-footer__bar-inner{flex-direction:column;align-items:flex-start;gap:0.3rem;}.site-footer__main{padding:2rem 1.2rem 1.5rem;}.site-footer__bar{padding:0.9rem 1.2rem;}}
 .hero{--panel-w:340px;position:relative;width:100%;padding-top:var(--nav-height-tall);height:calc(75vh + var(--nav-height-tall));min-height:calc(300px + var(--nav-height-tall));max-height:calc(500px + var(--nav-height-tall));overflow:hidden;background:#0d0d0d;}.hero-track{display:flex;height:100%;transition:transform 0.65s cubic-bezier(0.4,0,0.2,1);will-change:transform;}.hero-slide{flex:0 0 100%;width:100%;height:100%;display:flex;flex-direction:row;cursor:pointer;}.hero-left{flex:1 0 0;min-width:380px;position:relative;background:#0d0d0d;display:flex;align-items:center;justify-content:center;overflow:hidden;}.hero-img-wrap{position:absolute;width:700px;height:440px;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;border-radius:22px;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(white,black);clip-path:inset(0 round 22px);}.hero-color-glow{position:absolute;inset:0;background-color:#424242;-webkit-mask-image:radial-gradient(ellipse 90% 90% at 50% 55%,black 0%,transparent 100%);mask-image:radial-gradient(ellipse 90% 90% at 50% 55%,black 0%,transparent 100%);opacity:0.75;transition:background-color 0.65s ease;pointer-events:none;z-index:0;}.hero-left::after{content:'';position:absolute;top:0;right:0;width:120px;height:100%;background:linear-gradient(to right,transparent,#111);z-index:1;pointer-events:none;}.hero-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;}.hero-right{flex:0 1 var(--panel-w);min-width:220px;background:#111;display:flex;align-items:center;padding:2rem 2rem 2rem 2.2rem;}.hero-panel-inner{width:100%;display:flex;flex-direction:column;}.hero-badge{display:inline-block;font-size:0.6rem;font-weight:700;letter-spacing:0.13em;text-transform:uppercase;color:#0d0d0d;background:var(--blue-mid);border-radius:4px;padding:0.28rem 0.7rem;margin-bottom:0.9rem;width:fit-content;}.hero-badge--new{background:#22c55e;color:#fff;}.hero-make{font-size:0.65rem;font-weight:600;letter-spacing:0.22em;text-transform:uppercase;color:rgba(255,255,255,0.45);margin-bottom:0.25rem;}.hero-model{font-size:clamp(1.25rem,1.8vw,1.75rem);font-weight:700;color:#fff;line-height:1.2;margin-bottom:1.2rem;}.hero-specs{display:grid;grid-template-columns:1fr 1fr;gap:0.55rem 1rem;margin-bottom:1.2rem;padding-bottom:1.2rem;border-bottom:1px solid rgba(255,255,255,0.1);}.hero-spec{display:flex;flex-direction:column;gap:0.1rem;}.hero-spec-label{font-size:0.56rem;font-weight:600;letter-spacing:0.14em;text-transform:uppercase;color:rgba(255,255,255,0.35);}.hero-spec-value{font-size:0.8rem;font-weight:600;color:#fff;}.hero-price-block{display:flex;flex-direction:column;margin-bottom:1.4rem;}.hero-price-label{font-size:0.56rem;font-weight:600;letter-spacing:0.14em;text-transform:uppercase;color:rgba(255,255,255,0.35);margin-bottom:0.15rem;}.hero-price-sub{font-size:0.82rem;font-weight:500;color:rgba(255,255,255,0.45);margin-bottom:0.3rem;text-decoration:line-through;text-decoration-color:rgba(255,255,255,0.2);}.hero-price{font-size:clamp(1.35rem,1.8vw,1.7rem);font-weight:800;color:#fff;letter-spacing:-0.01em;line-height:1;}.hero-cta{display:inline-flex;align-items:center;gap:0.55rem;font-size:0.72rem;font-weight:700;letter-spacing:0.07em;text-transform:uppercase;text-decoration:none;color:#0d0d0d;background:#fff;padding:0.75rem 1.4rem;border-radius:7px;width:fit-content;transition:background 0.2s,color 0.2s,gap 0.2s;white-space:nowrap;}.hero-cta:hover,.hero-cta:active{background:var(--blue-mid);color:#fff;gap:0.85rem;}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:42px;height:42px;border-radius:50%;border:1.5px solid rgba(255,255,255,0.18);background:rgba(0,0,0,0.4);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:background 0.2s,border-color 0.2s;}.hero-arrow:hover{background:rgba(0,0,0,0.7);border-color:rgba(255,255,255,0.45);}.hero-arrow:active{transform:translateY(-50%) scale(0.92);}.hero-arrow--prev{left:1.2rem;}.hero-arrow--next{right:calc(var(--panel-w) + 1.2rem);}.hero-dots{position:absolute;bottom:1.2rem;left:0;right:var(--panel-w);display:flex;justify-content:center;gap:0.45rem;z-index:10;}.hero-dot{width:7px;height:7px;border-radius:50%;border:none;background:rgba(255,255,255,0.3);cursor:pointer;padding:0;transition:background 0.25s,width 0.25s;}.hero-dot.active{background:#fff;width:22px;border-radius:4px;}.hero-progress{position:absolute;bottom:0;left:0;right:var(--panel-w);height:2px;background:rgba(255,255,255,0.08);z-index:10;}.hero-progress-bar{height:100%;width:0%;background:var(--blue-mid);transition:width linear;}@media (max-width:1100px){.hero{--panel-w:300px;}}
 @media (max-width:800px){.hero{height:auto;min-height:unset;max-height:unset;flex-direction:column;}.hero-track{flex-direction:row;height:auto;}.hero-slide{flex-direction:column;height:auto;}.hero-left{height:42vw;min-height:220px;border-radius:10px;overflow:hidden;margin:0.75rem 0.75rem 0;width:calc(100% - 1.5rem);position:relative;}.hero-img-wrap{width:calc(100% - 1rem);height:56vw;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:10px;z-index:1;}.hero-left::after{width:100%;height:60px;top:auto;bottom:0;right:0;background:linear-gradient(to bottom,transparent,#111);}.hero-color-glow{display:none;}.hero-left::before{content:'';position:absolute;inset:-20px;background:var(--bg-img) center / cover no-repeat;filter:blur(18px) brightness(0.4);z-index:0;}.hero-right{width:100%;padding:1.2rem 1.5rem 2.5rem;align-items:center;justify-content:center;position:relative;}.hero-panel-inner{align-items:center;text-align:center;min-height:38vw;}.hero-specs{justify-items:center;}.hero-badge{position:absolute;top:0.6rem;right:0.6rem;margin-bottom:0;z-index:2;}.hero-cta{align-self:center;}.hero-arrow{display:flex;top:50%;transform:translateY(-50%);width:40px;height:40px;}.hero-arrow--prev{left:0.75rem;right:auto;}.hero-arrow--next{right:0.75rem;}.hero-dots{right:0;left:0;bottom:0.8rem;}.hero-progress{right:0;}}@media (max-width:500px){.hero-left{height:52vw;}.hero-model{font-size:1.2rem;margin-bottom:0.9rem;}.hero-specs{gap:0.45rem 0.8rem;margin-bottom:1rem;padding-bottom:1rem;}.hero-price-block{margin-bottom:1rem;min-height:4.5rem;}.hero-cta{font-size:0.68rem;padding:0.65rem 1.1rem;}}
 .section-header{text-align:center;margin-bottom:2.2rem;}.section-title{font-size:clamp(1.4rem,2.2vw,1.8rem);font-weight:800;color:var(--black);letter-spacing:-0.01em;}.section-subtitle{font-size:0.82rem;color:var(--gray-700);margin-top:0.3rem;}
 .car-card{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--gray-200);border-radius:10px;overflow:hidden;text-decoration:none;color:inherit;transition:box-shadow 0.2s,border-color 0.2s,transform 0.2s;}.car-card:hover{box-shadow:0 6px 24px rgba(0,0,0,0.09);border-color:var(--gray-300);transform:translateY(-2px);}.car-card__img-wrap{position:relative;width:100%;padding-top:68%;background:var(--gray-100);overflow:hidden;}.car-card__img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 0.35s;}.car-card:hover .car-card__img{transform:scale(1.04);}.car-card__overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0.15);}.car-card__overlay img{width:104%;max-width:224px;height:auto;object-fit:contain;transform:rotate(-35deg);filter:drop-shadow(0 2px 8px rgba(0,0,0,0.3));}.car-card__no-img{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--gray-300);}.car-card__badge{position:absolute;top:0.6rem;left:0.6rem;font-size:0.58rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;padding:0.22rem 0.6rem;border-radius:4px;z-index:1;}.car-card__badge--akcija{background:var(--blue-mid);color:var(--black);}.car-card__badge--novo{background:#22c55e;color:#fff;}.car-card__badge--dolazak{background:#f59e0b;color:#fff;}.car-card__badge--rezervirano{background:var(--gray-700);color:#fff;}.car-card__body{padding:1rem 1.1rem 1.1rem;display:flex;flex-direction:column;gap:0.2rem;flex:1;}.car-card__make{font-size:0.6rem;font-weight:600;letter-spacing:0.18em;text-transform:uppercase;color:var(--gray-700);}.car-card__model{font-size:0.95rem;font-weight:700;color:var(--black);line-height:1.25;margin-bottom:0.3rem;}.car-card__specs{display:flex;flex-wrap:wrap;gap:0.25rem 0.5rem;margin-bottom:0.5rem;}.car-card__spec{font-size:0.68rem;color:var(--gray-700);white-space:nowrap;}.car-card__spec + .car-card__spec::before{content:'\00b7';margin-right:0.5rem;color:var(--gray-300);}.car-card__price{font-size:1.05rem;font-weight:800;color:var(--black);margin-top:auto;}@media (max-width:600px){.car-card__body{padding:0.55rem 0.6rem 0.7rem;}.car-card__make{font-size:0.52rem;}.car-card__model{font-size:0.78rem;}.car-card__spec{font-size:0.6rem;}.car-card__price{font-size:0.85rem;}}
 .novo-section{max-width:1320px;margin:0 auto;padding:3rem 1.5rem;}.novo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;}@media (max-width:1200px){.novo-grid{grid-template-columns:repeat(3,1fr);}}@media (max-width:900px){.novo-grid{grid-template-columns:repeat(2,1fr);}}@media (max-width:600px){.novo-grid{grid-template-columns:repeat(2,1fr);gap:0.6rem;}}
 .ponuda-section{background:var(--gray-100);padding:3rem 0 4rem;}.ponuda-section > .section-header{max-width:1700px;margin-left:auto;margin-right:auto;padding:0 1.5rem;margin-bottom:2.2rem;}.ponuda-layout{display:flex;gap:1.2rem;align-items:flex-start;max-width:1700px;margin:0 auto;padding:0 1.5rem;}.ponuda-nav{width:170px;flex-shrink:0;position:sticky;top:calc(var(--nav-height-tall) + 1rem);transition:top var(--nav-transition);display:flex;flex-direction:column;gap:0.35rem;}.site-header.scrolled ~ #main-content .ponuda-nav{top:calc(var(--nav-height-small) + 1rem);}.pn-btn{display:flex;align-items:center;gap:0.55rem;width:100%;padding:0.65rem 0.85rem;font-size:0.76rem;font-weight:600;font-family:var(--font-body);color:var(--gray-700);background:var(--white);border:1px solid var(--gray-200);border-radius:8px;cursor:pointer;text-align:left;transition:background 0.15s,color 0.15s,border-color 0.15s,box-shadow 0.15s;}.pn-btn:hover{background:var(--white);border-color:var(--gray-300);color:var(--black);}.pn-btn--active{background:var(--black);border-color:var(--black);color:#fff;box-shadow:0 2px 8px rgba(0,0,0,0.15);}.pn-btn--active:hover{background:var(--gray-900);border-color:var(--gray-900);color:#fff;}.pn-btn svg{flex-shrink:0;}.ponuda-main{flex:1;min-width:0;background:var(--white);border-radius:12px;padding:1.2rem;border:1px solid var(--gray-200);}.ponuda-count{font-size:0.75rem;color:var(--gray-700);margin-bottom:0.8rem;font-weight:500;}.ponuda-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem;}.ponuda-loader{display:flex;justify-content:center;padding:2rem 0;}.ponuda-loader.hidden{display:none;}.ponuda-spinner{width:28px;height:28px;border:3px solid var(--gray-200);border-top-color:var(--blue-mid);border-radius:50%;animation:spin 0.7s linear infinite;}@keyframes spin{to{transform:rotate(360deg);}}.ponuda-empty{text-align:center;padding:3rem 1rem;color:var(--gray-700);}.ponuda-empty svg{margin-bottom:0.8rem;color:var(--gray-300);}.ponuda-empty p{font-size:0.85rem;}.ponuda-sidebar{width:240px;flex-shrink:0;position:sticky;top:calc(var(--nav-height-tall) + 1rem);max-height:calc(100vh - var(--nav-height-tall) - 2rem);overflow-y:auto;transition:top var(--nav-transition);}.site-header.scrolled ~ #main-content .ponuda-sidebar{top:calc(var(--nav-height-small) + 1rem);}.ponuda-filter{display:flex;flex-direction:column;gap:0.7rem;background:var(--white);border:1px solid var(--gray-200);border-radius:10px;padding:1.2rem;}.pf-head{display:flex;align-items:center;gap:0.45rem;font-size:0.78rem;font-weight:700;color:var(--black);padding-bottom:0.5rem;border-bottom:1px solid var(--gray-200);}.pf-group{display:flex;flex-direction:column;gap:0.25rem;}.pf-group--row{flex-direction:row;gap:0.5rem;}.pf-half{flex:1;display:flex;flex-direction:column;gap:0.25rem;}.pf-label{font-size:0.65rem;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:var(--gray-700);}.pf-input,.pf-select{width:100%;padding:0.5rem 0.6rem;font-size:0.78rem;font-family:var(--font-body);border:1px solid var(--gray-300);border-radius:6px;background:var(--white);color:var(--gray-900);transition:border-color 0.15s;appearance:auto;}.pf-input:focus,.pf-select:focus{outline:none;border-color:var(--blue-mid);}.pf-price-hint{font-size:0.62rem;font-weight:600;color:var(--blue-mid);min-height:0.85rem;line-height:0.85rem;}.pf-reset{display:inline-flex;align-items:center;justify-content:center;gap:0.4rem;margin-top:0.3rem;padding:0.5rem;font-size:0.72rem;font-weight:600;font-family:var(--font-body);color:var(--gray-700);background:none;border:1px solid var(--gray-200);border-radius:6px;cursor:pointer;transition:background 0.15s,color 0.15s;}.pf-reset:hover{background:var(--gray-100);color:var(--black);}@media (max-width:1200px){.ponuda-nav{width:150px;}.ponuda-sidebar{width:220px;}.ponuda-grid{grid-template-columns:repeat(3,1fr);}}
 @media (max-width:900px){.ponuda-grid{grid-template-columns:repeat(2,1fr);}.ponuda-layout{flex-direction:column;}.ponuda-nav{width:100%;position:static;flex-direction:row;gap:0.4rem;order:1;}.pn-btn{flex:1;justify-content:center;font-size:0.7rem;padding:0.55rem 0.5rem;}.ponuda-sidebar{width:100%;position:static;max-height:none;order:2;}.ponuda-main{order:3;}.ponuda-filter{flex-direction:row;flex-wrap:wrap;gap:0.6rem;}.pf-head{flex:1 1 100%;border-bottom:1px solid var(--gray-200);padding-bottom:0.5rem;}.pf-group{flex:1 1 calc(50% - 0.3rem);min-width:140px;}.pf-group--row{flex:1 1 100%;}.pf-reset{flex:1 1 100%;}}@media (max-width:600px){.ponuda-grid{grid-template-columns:repeat(2,1fr);gap:0.6rem;}.ponuda-main{padding:0.6rem;}.pn-btn svg{display:none;}}
 .onam-page{max-width:1320px;margin:0 auto;padding:3rem 1.5rem 4rem;}.onam-about{max-width:760px;margin:0 auto 3.5rem;text-align:center;}.onam-about__label{font-size:0.72rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:var(--blue-dark);margin-bottom:0.6rem;}.onam-about__title{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;color:var(--black);letter-spacing:-0.02em;margin-bottom:1.6rem;}.onam-about__body p{font-size:1rem;line-height:1.8;color:var(--gray-700);margin-bottom:0.9rem;}.onam-about__list{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:0.6rem 1.4rem;margin:0.6rem 0 1rem;padding:0;}.onam-about__list li{font-size:0.9rem;font-weight:600;color:var(--gray-800);padding:0.35rem 0.9rem;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:20px;}.onam-about__list li::before{content:'\2713 ';color:var(--blue-dark);}.onam-about__sign{font-weight:700;color:var(--black) !important;margin-top:1.2rem !important;}.onam-grid{display:flex;flex-direction:column;gap:1.5rem;}.onam-media-panel{display:flex;flex-direction:column;}.onam-media-body{height:clamp(280px,56vw,480px);overflow:hidden;border-radius:0 0 10px 10px;}.onam-media-body iframe{width:100%;height:100%;border:0;display:block;}.onam-media-body .video-facade{width:100%;height:100%;}.onam-media-body .map-facade{min-height:0;}
 .kontakt-socials{display:flex;flex-direction:column;gap:0.75rem;}.kontakt-social__btn{display:flex;align-items:center;gap:0.9rem;padding:0.85rem 1.1rem;border-radius:8px;font-size:0.95rem;font-weight:600;text-decoration:none;color:#fff;transition:opacity 0.15s,transform 0.15s;}.kontakt-social__btn:hover{opacity:0.88;transform:translateX(3px);}.kontakt-social__btn--facebook{background:#1877f2;}.kontakt-social__btn--instagram{background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);}.kontakt-social__btn--olx{background:#23e5db;color:#0d2b2a;}.video-facade{position:relative;cursor:pointer;background:#111;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;transition:background 0.2s;}.video-facade:hover{background:#1a1a1a;}.video-facade__play{width:72px;height:72px;border-radius:50%;background:rgba(255,255,255,0.95);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#e00;box-shadow:0 4px 24px rgba(0,0,0,0.5);transition:transform 0.18s,background 0.18s;pointer-events:none;}.video-facade:hover .video-facade__play{transform:scale(1.1);background:#fff;}.video-facade__label{font-size:0.78rem;font-weight:600;letter-spacing:0.06em;color:rgba(255,255,255,0.5);text-align:center;}
 .vozilo-page{--layout-gap:clamp(1.25rem,2.5vw,3rem);max-width:1800px;margin:0 auto;padding:2rem var(--layout-gap) 4rem;}.vozilo-breadcrumb{display:flex;align-items:center;gap:0.45rem;font-size:0.8rem;color:var(--gray-700);margin-bottom:1.6rem;}.vozilo-breadcrumb a{color:var(--gray-600,#555);text-decoration:none;transition:color 0.15s;font-weight:500;}.vozilo-breadcrumb a:hover{color:var(--black);}.vozilo-breadcrumb span{color:var(--gray-400,#aaa);}.vozilo-breadcrumb span:last-child{color:var(--black);font-weight:600;}.vozilo-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;margin-bottom:2rem;}.vozilo-title{font-size:clamp(2rem,3.5vw,2.8rem);font-weight:800;color:var(--black);line-height:1.1;margin-bottom:0.75rem;letter-spacing:-0.02em;}.vozilo-title span{font-weight:400;color:var(--gray-700);}.vozilo-badges{display:flex;flex-wrap:wrap;align-items:center;gap:0.45rem;}.vozilo-badge{display:inline-flex;align-items:center;font-size:0.78rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;padding:0.4rem 0.9rem;border-radius:6px;background:var(--gray-200);color:var(--gray-800);line-height:1;}.vozilo-badge.vozilo-badge--id{background:#bfdbfe;color:var(--black);font-family:monospace;letter-spacing:0.08em;text-transform:none;}.vozilo-badge--akcija{background:#fef3c7;color:#92400e;}.vozilo-badge--dolazak{background:#dbeafe;color:var(--black);}.vozilo-badge--rezervirano{background:#fce7f3;color:#9d174d;}.vozilo-grid{display:grid;grid-template-columns:minmax(0,1fr) 600px;gap:2.5rem;align-items:start;margin-bottom:3.5rem;}
 .vozilo-gallery{border-radius:14px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,0.12);}.gallery-main{position:relative;width:100%;height:auto;aspect-ratio:4/3;background:#1a1a1a;overflow:hidden;cursor:grab;user-select:none;}.gallery-main.dragging{cursor:grabbing;}.gallery-track{display:flex;height:100%;will-change:transform;}.gallery-slide{flex:0 0 100%;width:100%;height:100%;position:relative;overflow:hidden;}.gallery-slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;pointer-events:none;}.gallery-scrubber-wrap{background:#1a1a1a;padding:0.6rem 4rem;display:flex;align-items:center;}.gallery-scrubber{-webkit-appearance:none;appearance:none;width:100%;height:3px;background:rgba(255,255,255,0.2);outline:none;border:none;cursor:pointer;display:block;border-radius:2px;transition:height 0.15s;}.gallery-scrubber:hover,.gallery-scrubber:focus{height:5px;}.gallery-scrubber::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:13px;height:13px;border-radius:50%;background:#fff;cursor:pointer;box-shadow:0 1px 4px rgba(0,0,0,0.5);transition:transform 0.15s;}.gallery-scrubber::-webkit-slider-thumb:hover{transform:scale(1.25);}.gallery-scrubber::-moz-range-thumb{width:13px;height:13px;border-radius:50%;background:#fff;cursor:pointer;border:none;box-shadow:0 1px 4px rgba(0,0,0,0.5);}.gallery-scrubber::-webkit-slider-runnable-track{background:transparent;}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:42px;height:42px;border-radius:50%;border:1.5px solid rgba(255,255,255,0.25);background:rgba(0,0,0,0.5);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:background 0.2s,border-color 0.2s;}.gallery-arrow:hover{background:rgba(0,0,0,0.8);border-color:rgba(255,255,255,0.6);}.gallery-arrow:active{transform:translateY(-50%) scale(0.92);}.gallery-arrow--prev{left:1rem;}.gallery-arrow--next{right:1rem;}.gallery-counter{position:absolute;bottom:0.85rem;right:1rem;z-index:5;font-size:0.7rem;font-weight:600;color:rgba(255,255,255,0.7);background:rgba(0,0,0,0.45);padding:0.2rem 0.6rem;border-radius:20px;backdrop-filter:blur(4px);}.gallery-strip-wrap{width:100%;overflow-x:auto;overflow-y:hidden;cursor:grab;user-select:none;scrollbar-width:none;background:#1a1a1a;padding:0.5rem 0.5rem;}.gallery-strip-wrap::-webkit-scrollbar{display:none;}.gallery-strip-wrap.dragging{cursor:grabbing;}.gallery-strip{display:flex;gap:5px;width:fit-content;}.gallery-strip-item{flex-shrink:0;width:90px;height:60px;padding:0;border:2px solid transparent;border-radius:5px;overflow:hidden;cursor:pointer;background:#333;opacity:0.5;transition:opacity 0.2s,border-color 0.2s;}.gallery-strip-item img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none;}.gallery-strip-item.active,.gallery-strip-item:hover{opacity:1;border-color:#fff;}.gallery-empty{aspect-ratio:4/3;height:auto;background:var(--gray-100);border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--gray-700);font-size:0.85rem;}@media (max-width:480px) and (orientation:portrait){.vozilo-gallery{border-radius:14px;overflow:hidden;}.gallery-main{aspect-ratio:16/10;touch-action:pan-y pinch-zoom;border-radius:14px 14px 0 0;}.gallery-scrubber-wrap{display:none;}.gallery-strip-wrap{display:block;padding:0.4rem 0.4rem;border-radius:0 0 14px 14px;}.gallery-strip-item{width:60px;height:42px;border-radius:6px;}.gallery-arrow{width:36px;height:36px;opacity:0.7;}.gallery-arrow--prev{left:0.5rem;}.gallery-arrow--next{right:0.5rem;}.gallery-counter{font-size:0.65rem;bottom:0.5rem;right:0.5rem;}}@media (max-width:920px) and (orientation:landscape){.vozilo-gallery{border-radius:14px;overflow:hidden;}.gallery-main{aspect-ratio:16/9;touch-action:pan-y pinch-zoom;border-radius:14px 14px 0 0;}.gallery-scrubber-wrap{display:none;}.gallery-strip-wrap{display:block;padding:0.35rem 0.4rem;border-radius:0 0 14px 14px;}.gallery-strip-item{width:60px;height:42px;border-radius:6px;}.gallery-arrow{width:36px;height:36px;opacity:0.7;}.gallery-arrow--prev{left:0.5rem;}.gallery-arrow--next{right:0.5rem;}}
 .vozilo-info{display:flex;flex-direction:column;gap:1.1rem;position:sticky;top:calc(var(--nav-height-small) + 1.5rem);}.vozilo-specs-grid{border:1px solid var(--gray-200);border-radius:12px;overflow:hidden;}.vozilo-spec{display:flex;justify-content:space-between;align-items:center;padding:0.65rem 1rem;border-bottom:1px solid var(--gray-200);gap:1rem;}.vozilo-spec:last-child{border-bottom:none;}.vozilo-spec:nth-child(even){background:#fafafa;}.vozilo-spec-label{font-size:0.78rem;font-weight:500;color:var(--gray-700);}.vozilo-spec-value{font-size:0.85rem;font-weight:700;color:var(--black);text-align:right;}.vozilo-price-block{border:1px solid var(--gray-200);border-radius:12px;overflow:hidden;}.vozilo-price-row{display:flex;justify-content:space-between;align-items:center;padding:0.7rem 1rem;font-size:0.82rem;color:var(--gray-800);border-bottom:1px solid var(--gray-200);gap:1rem;}.vozilo-price-row:last-child{border-bottom:none;}.vozilo-price-row span:last-child{font-weight:600;white-space:nowrap;}.vozilo-price-row--small{font-size:0.72rem;color:var(--gray-700);background:var(--gray-100);}.vozilo-price-row--main{font-size:1rem;font-weight:700;background:#bfdbfe;color:var(--black);padding:1rem 1.1rem;}.vozilo-price-row--main span:last-child{font-size:1.4rem;font-weight:800;color:var(--black);}.vozilo-leasing{background:#f0f9ff;border-left:4px solid #0ea5e9;border-radius:0 10px 10px 0;padding:0.9rem 1rem;display:flex;flex-direction:column;gap:0.15rem;}.vozilo-leasing-label{font-size:0.6rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:#0369a1;}.vozilo-leasing-rate{font-size:1.2rem;font-weight:800;color:#0c4a6e;}.vozilo-leasing-sub{font-size:0.7rem;color:#0369a1;}.vozilo-cta-row{display:flex;gap:0.75rem;}.vozilo-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:0.55rem;font-size:0.8rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;text-decoration:none;padding:1rem 1.2rem;border-radius:10px;transition:background 0.2s,color 0.2s,border-color 0.2s,transform 0.1s;white-space:nowrap;border:none;cursor:pointer;}.vozilo-btn--outline{background:#3b82f6;color:#fff;border:2px solid #3b82f6;}.vozilo-btn--outline:hover{background:#2563eb;border-color:#2563eb;transform:translateY(-1px);}.vozilo-section{margin-bottom:2.5rem;}.vozilo-section-title{font-size:1.15rem;font-weight:700;color:var(--black);margin-bottom:1.3rem;padding-bottom:0.7rem;border-bottom:2px solid var(--gray-200);}.vozilo-opis{font-size:0.9rem;line-height:1.8;color:var(--gray-800);max-width:80ch;}.vozilo-oprema-groups{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem 2rem;}.vozilo-oprema-group--stacked{display:flex;flex-direction:column;}.vozilo-oprema-group--stacked > .vozilo-oprema-group{margin:0;}.vozilo-oprema-group-title{font-size:0.68rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:var(--gray-700);margin-bottom:0.75rem;}.vozilo-oprema-list{list-style:none;display:flex;flex-direction:column;gap:0.45rem;}.vozilo-oprema-list li{display:flex;align-items:center;gap:0.55rem;font-size:0.84rem;color:var(--gray-800);}.vozilo-oprema-list li svg{flex-shrink:0;color:var(--blue-dark);}.vozilo-bottom-panels{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:stretch;margin-top:1rem;padding-top:2rem;border-top:2px solid var(--gray-200);}.vozilo-bp-col{display:flex;flex-direction:column;gap:1rem;}.vozilo-bp-col--info,.vozilo-bp-col--map,.vozilo-bp-col--same,.vozilo-bp-col--form{flex:1 1 0;min-width:0;}.vozilo-bp-map-card{height:100%;display:flex;flex-direction:column;}.vozilo-bp-map-body{flex:1;min-height:260px;overflow:hidden;border-radius:0 0 10px 10px;}.vozilo-bp-map-body iframe{width:100%;height:100%;border:0;display:block;}.map-facade{width:100%;height:100%;min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.5rem;background:var(--gray-100);cursor:pointer;transition:background 0.2s;}.map-facade:hover{background:var(--gray-200);}.map-facade__pin{color:var(--gray-700);}.map-facade:hover .map-facade__pin{color:var(--black);}.map-facade__label{font-size:0.82rem;font-weight:600;color:var(--black);}.map-facade__btn{font-size:0.72rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:var(--gray-700);border:1px solid var(--gray-300);border-radius:6px;padding:0.35rem 0.9rem;margin-top:0.25rem;background:var(--white);transition:border-color 0.15s,color 0.15s;}.map-facade:hover .map-facade__btn{border-color:var(--black);color:var(--black);}.vozilo-same-list{display:flex;flex-direction:column;gap:0;}.vozilo-same-item{display:flex;align-items:center;gap:1rem;padding:0.75rem 0.75rem;border-bottom:1px solid var(--gray-100);text-decoration:none;transition:background 0.15s;border-radius:6px;}.vozilo-same-item:hover{background:var(--gray-100);}.vozilo-same-thumb{flex-shrink:0;width:96px;height:64px;border-radius:5px;overflow:hidden;background:var(--gray-200);}.vozilo-same-thumb img{width:100%;height:100%;object-fit:cover;display:block;}.vozilo-same-info{display:flex;flex-direction:column;gap:0.2rem;min-width:0;}.vozilo-same-name{font-size:0.88rem;font-weight:600;color:var(--black);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.vozilo-same-meta{font-size:0.76rem;color:var(--gray-700);}.vozilo-same-price{font-size:0.84rem;font-weight:700;color:var(--black);}.lp-card{border-radius:12px;overflow:hidden;border:1px solid var(--gray-200);box-shadow:0 1px 4px rgba(0,0,0,0.06);}.lp-card__head{display:flex;align-items:center;gap:0.65rem;background:#bfdbfe;color:var(--black);padding:0.75rem 1rem;}.lp-card__head img{width:28px;height:28px;object-fit:contain;flex-shrink:0;}.lp-card__head svg{color:var(--black);}.lp-card__head span{font-size:0.67rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;}.lp-card__body{padding:0.9rem 1rem;background:var(--white);display:flex;flex-direction:column;gap:0;}.vozilo-bp-col--same .lp-card__body,.vozilo-bp-col--form .lp-card__body{padding:1.1rem 1.2rem;}.lp-hours{display:flex;flex-direction:column;gap:0.45rem;}.lp-hours__row{display:flex;justify-content:space-between;align-items:center;}.lp-hours__day{font-size:0.78rem;color:var(--gray-700);}.lp-hours__time{font-size:0.82rem;font-weight:700;color:var(--black);}.lp-section{display:flex;flex-direction:column;gap:0.1rem;padding-top:0.65rem;margin-top:0.5rem;border-top:1px solid var(--gray-100);}.lp-section:first-child{padding-top:0;margin-top:0;border-top:none;}.lp-section__label{font-size:0.58rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:var(--gray-700);margin-bottom:0.35rem;}.lp-contact{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:0.5rem;padding:0.3rem 0.5rem;border-radius:6px;transition:background 0.15s;}.lp-contact:hover{background:var(--gray-100);}.lp-contact__info{display:flex;flex-direction:column;gap:0;min-width:0;}.lp-contact__name{font-size:0.78rem;font-weight:600;color:var(--black);}.lp-contact__num{font-size:0.72rem;color:var(--gray-700);}.lp-contact__actions{display:flex;gap:0.3rem;flex-shrink:0;}.lp-contact__btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:6px;text-decoration:none;transition:background 0.15s,color 0.15s;}.lp-contact__btn--call{background:var(--gray-200);color:var(--gray-800);}.lp-contact__btn--call:hover{background:var(--gray-300);color:var(--black);}.lp-contact__btn--wa{background:#e9fbe9;color:#25d366;}.lp-contact__btn--wa:hover{background:#25d366;color:#fff;}.lp-contact__btn--viber{background:#f3ecfe;color:#7360f2;}.lp-contact__btn--viber:hover{background:#7360f2;color:#fff;}.lp-contact--noname{font-size:0.8rem;font-weight:600;color:var(--black);padding:0.3rem 0.5rem;}.vozilo-upit-form{display:flex;flex-direction:column;gap:1rem;}.vozilo-upit-group{display:flex;flex-direction:column;gap:0.3rem;}.vozilo-upit-label{font-size:0.72rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:var(--gray-700);}.vozilo-upit-input,.vozilo-upit-textarea{width:100%;padding:0.75rem 1rem;font-size:0.92rem;font-family:inherit;color:var(--black);background:var(--gray-100);border:1px solid var(--gray-200);border-radius:7px;outline:none;transition:border-color 0.15s;}.vozilo-upit-input:focus,.vozilo-upit-textarea:focus{border-color:var(--black);background:var(--white);}.vozilo-upit-input--readonly{color:var(--gray-700);cursor:default;font-family:monospace;font-weight:700;}.vozilo-upit-textarea{resize:vertical;min-height:120px;}.vozilo-upit-btn{width:100%;padding:1rem;background:var(--black);color:#fff;font-size:0.86rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;border:none;border-radius:8px;cursor:pointer;transition:background 0.2s,transform 0.1s;margin-top:0.25rem;}.vozilo-upit-btn:hover{background:#222;transform:translateY(-1px);}.vozilo-upit-success{font-size:0.78rem;color:#166534;background:#dcfce7;border:1px solid #bbf7d0;border-radius:6px;padding:0.6rem 0.75rem;margin-bottom:0.9rem;}.vozilo-upit-error{font-size:0.78rem;color:#b91c1c;background:#fee2e2;border:1px solid #fecaca;border-radius:6px;padding:0.6rem 0.75rem;margin-bottom:0.9rem;}@media (max-width:1100px){.vozilo-grid{grid-template-columns:minmax(0,1fr) 360px;gap:2rem;max-width:1100px;}.vozilo-bp-col--info,.vozilo-bp-col--map,.vozilo-bp-col--same,.vozilo-bp-col--form{flex:1 1 calc(50% - 0.75rem);}.vozilo-bp-map-body{min-height:220px;}}@media (max-width:800px){.vozilo-grid{grid-template-columns:1fr;}.vozilo-info{position:static;}.vozilo-title-row{flex-direction:column;gap:0.75rem;}.vozilo-bottom-panels{flex-direction:column;}.vozilo-bp-col--info,.vozilo-bp-col--map,.vozilo-bp-col--same,.vozilo-bp-col--form{flex:1 1 100%;}.vozilo-bp-map-body{min-height:240px;}}@media (max-width:500px){.vozilo-page{padding:1.2rem 1rem 3rem;}.vozilo-cta-row{flex-direction:column;}.vozilo-oprema-groups{grid-template-columns:1fr 1fr;}}@media (max-width:480px){.vozilo-page{padding:0.75rem 0.5rem 2rem;overflow-x:hidden;max-width:100vw;}.vozilo-title{font-size:clamp(1.25rem,5.5vw,1.75rem);margin-bottom:0.5rem;word-break:break-word;}.vozilo-title-row{margin-bottom:1rem;gap:0.5rem;}.vozilo-badges{gap:0.3rem;}.vozilo-badge{font-size:0.65rem;padding:0.3rem 0.6rem;}.vozilo-grid{gap:1rem;margin-bottom:1.5rem;}.vozilo-info{gap:0.75rem;}.vozilo-bp-col--form,.vozilo-bp-col--map{display:none;}.vozilo-bottom-panels{gap:1rem;padding-top:1rem;margin-top:0.5rem;flex-direction:column;width:100%;}.vozilo-bp-col{min-width:0;width:100%;max-width:100%;}.vozilo-bp-col--info,.vozilo-bp-col--same{flex:1 1 100%;min-width:0;width:100%;}.lp-card{max-width:100%;overflow:hidden;}.lp-card__body{padding:0.75rem 0.75rem;}.lp-card__head{padding:0.6rem 0.75rem;}.lp-card__head span{font-size:0.6rem;}.lp-contact{flex-wrap:wrap;gap:0.35rem;padding:0.3rem 0.25rem;}.lp-contact__info{flex:1;min-width:0;}.lp-contact__name{font-size:0.72rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.lp-contact__num{font-size:0.68rem;}.lp-contact__actions{flex-shrink:0;}.vozilo-same-item{gap:0.65rem;padding:0.5rem 0.5rem;}.vozilo-same-thumb{width:72px;height:48px;}.vozilo-same-name{font-size:0.8rem;}.vozilo-same-price{font-size:0.78rem;}.vozilo-breadcrumb{font-size:0.7rem;margin-bottom:0.75rem;}.vozilo-section{margin-bottom:1.5rem;}.vozilo-section-title{font-size:1rem;margin-bottom:0.75rem;padding-bottom:0.5rem;}.vozilo-oprema-groups{grid-template-columns:1fr;}}@media (max-width:920px) and (orientation:landscape){.vozilo-bp-col--form,.vozilo-bp-col--map{display:none;}}
 .lb-overlay{position:fixed;inset:0;background:rgba(10,10,10,0.97);z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity 0.25s ease;}.lb-overlay.active{opacity:1;pointer-events:all;}.lb-content{display:flex;width:calc(100vw - 3rem);height:calc(100vh - 3rem);max-width:1500px;border-radius:18px;overflow:hidden;box-shadow:0 32px 80px rgba(0,0,0,0.7);transform:scale(0.97);transition:transform 0.25s ease;}.lb-overlay.active .lb-content{transform:scale(1);}.lb-left{flex:1;display:flex;flex-direction:column;background:#fff;min-width:0;}.lb-topbar{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:#fff;border-bottom:1px solid #eee;flex-shrink:0;gap:1rem;}.lb-car-title{font-size:clamp(1rem,2vw,1.4rem);font-weight:800;color:#111;letter-spacing:-0.02em;line-height:1.1;}.lb-car-title span{font-weight:400;color:#777;}.lb-car-badges{display:flex;flex-wrap:wrap;gap:0.35rem;margin-top:0.3rem;}.lb-car-badges .vozilo-badge{font-size:0.58rem;}.lb-close{flex-shrink:0;width:36px;height:36px;border-radius:50%;border:1px solid #ddd;background:#f5f5f5;color:#555;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background 0.15s,color 0.15s;}.lb-close:hover{background:#e5e5e5;color:#111;}.lb-img-wrap{flex:1;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;}.lb-img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block;transition:opacity 0.15s ease;}.lb-topbar-actions{display:flex;align-items:center;gap:0.4rem;flex-shrink:0;}.lb-zoom-btn{width:36px;height:36px;border-radius:50%;border:1px solid #ddd;background:#f5f5f5;color:#555;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background 0.15s,color 0.15s;}.lb-zoom-btn:hover{background:#e5e5e5;color:#111;}.lb-zoom-btn:disabled{opacity:0.35;cursor:default;}.lb-zoom-btn:disabled:hover{background:#f5f5f5;color:#555;}.lb-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:46px;height:46px;border-radius:50%;border:1px solid #ddd;background:rgba(255,255,255,0.9);color:#111;display:flex;align-items:center;justify-content:center;cursor:pointer;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:background 0.2s,border-color 0.2s,transform 0.15s;box-shadow:0 2px 8px rgba(0,0,0,0.1);}.lb-arrow:hover{background:#fff;border-color:#bbb;}.lb-arrow:active{transform:translateY(-50%) scale(0.9);}.lb-arrow--prev{left:1rem;}.lb-arrow--next{right:1rem;}.lb-counter{position:absolute;bottom:0.9rem;left:50%;transform:translateX(-50%);font-size:0.7rem;font-weight:600;letter-spacing:0.08em;color:#555;background:rgba(255,255,255,0.85);padding:0.2rem 0.7rem;border-radius:20px;backdrop-filter:blur(4px);white-space:nowrap;border:1px solid #ddd;}.lb-strip-wrap{background:#f5f5f5;padding:0.6rem;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;flex-shrink:0;border-top:1px solid #eee;}.lb-strip-wrap::-webkit-scrollbar{display:none;}.lb-strip{display:flex;gap:6px;width:fit-content;}.lb-strip-item{flex-shrink:0;width:88px;height:58px;padding:0;border:2px solid transparent;border-radius:6px;overflow:hidden;cursor:pointer;background:#ddd;opacity:0.55;transition:opacity 0.2s,border-color 0.2s;}.lb-strip-item img{width:100%;height:100%;object-fit:cover;display:block;}.lb-strip-item.active,.lb-strip-item:hover{opacity:1;border-color:#111;}.lb-right{width:360px;flex-shrink:0;background:#fff;overflow-y:auto;padding:2rem 1.75rem;border-left:1px solid #eee;scrollbar-width:thin;scrollbar-color:#ddd transparent;}.lb-right .vozilo-info{position:static;}@media (max-width:900px){.lb-overlay{align-items:stretch;justify-content:stretch;padding:0;}.lb-content{flex-direction:column;width:100%;height:100%;max-width:none;border-radius:0;transform:none !important;}.lb-right{width:100%;max-height:40vh;border-left:none;border-top:1px solid #eee;padding:1.2rem;}}@media (max-width:480px) and (orientation:portrait){.lb-overlay{align-items:stretch;justify-content:stretch;padding:0;}.lb-content{flex-direction:column;width:100%;height:100%;max-width:none;border-radius:0;transform:none !important;}.lb-right{width:100%;max-height:45vh;border-left:none;border-top:1px solid #eee;padding:1rem 0.75rem;flex-shrink:0;}.lb-strip-wrap{display:none;}.lb-left{flex:1;min-height:0;}.lb-img-wrap{flex:1;touch-action:pan-y pinch-zoom;}.lb-topbar{padding:0.6rem 0.75rem;}.lb-car-title{font-size:0.9rem;}.lb-car-badges{display:none;}.lb-arrow{width:38px;height:38px;opacity:0.8;}.lb-arrow--prev{left:0.5rem;}.lb-arrow--next{right:0.5rem;}.lb-counter{font-size:0.65rem;}}@media (max-width:920px) and (orientation:landscape){.lb-overlay{align-items:stretch;justify-content:stretch;padding:0;}.lb-content{flex-direction:row;width:100%;height:100%;max-width:none;border-radius:0;transform:none !important;}.lb-right{display:none;}.lb-strip-wrap{display:none;}.lb-topbar{position:absolute;top:0;left:0;right:0;z-index:10;background:linear-gradient(to bottom,rgba(0,0,0,0.5),transparent);border-bottom:none;padding:0.5rem 0.75rem;}.lb-car-title{color:#fff;font-size:0.85rem;}.lb-car-badges{display:none;}.lb-close{background:rgba(255,255,255,0.15);border-color:rgba(255,255,255,0.3);color:#fff;}.lb-left{flex:1;position:relative;width:100%;height:100%;}.lb-img-wrap{flex:1;background:#000;touch-action:pan-y pinch-zoom;}.lb-img{width:100%;height:100%;object-fit:contain;}.lb-arrow{width:36px;height:36px;background:rgba(0,0,0,0.4);border-color:rgba(255,255,255,0.3);color:#fff;}.lb-counter{background:rgba(0,0,0,0.5);color:#fff;border:none;font-size:0.6rem;}}
 *,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}html{scroll-behavior:smooth;}body{font-family:var(--font-body);color:var(--gray-900);background:var(--white);line-height:1.6;}#main-content{padding-top:var(--nav-height-tall);}#main-content:has(.hero){padding-top:0;}
