h1,
h2,
h3,
h4,
h5 {
    letter-spacing: .5px
}

body,
html,
img {
    max-width: 100%
}

.wm-badge,
.wm-kicker,
.wm-price .label {
    text-transform: uppercase
}

#back-to-top,
.navbar {
    position: fixed;
    z-index: 1000
}

#back-to-top i,
.top-stripe::before {
    pointer-events: none
}

.brand-marquee,
.contact-card__ctaHint,
.contact-formCard__pill,
.marquee,
.sr-only,
.wm-tag {
    white-space: nowrap
}

:root {
    --primary: #130c16;
    --secondary: #FFED00;
    --accent: #212121;
    --accent2: #FF5900;
    --light-bg: #dddddd;
    --text: #333333;
    --white-text: #ffffff;
    --heading: #130c16;
    --radius: 5px;
    --max-width: 1200px
}

*,
::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body,
html {
    overflow-x: hidden
}

body {
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    color: var(--text);
    background-color: #ddd;
    line-height: 1.4
}

#social h2,
.footer-col h4,
.navbar-logo,
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Bebas Neue', sans-serif
}

.container {
    margin: 0 auto;
    background: #fff
}

h1,
h4,
h5 {
    color: var(--heading);
    margin-bottom: .5em
}

h1 {
    font-size: 50px
}

h2,
h3 {
    color: var(--primary);
    margin-bottom: 5px;
    line-height: 1
}

h2 {
    font-size: 35px
}

.hero-phone i,
h3 {
    font-size: 40px
}

a,
a:focus,
a:visited {
    color: inherit
}

.center {
    text-align: center !important
}

.navbar {
    background-color: var(--accent);
    color: #eee;
    top: 0;
    border-bottom: 1px solid #000
}

#back-to-top,
.site-footer,
.site-footer .container {
    background-color: #000
}

.navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.navbar-menu {
    display: flex;
    align-items: center;
    gap: 30px
}

.navbar-menu ul {
    list-style: none;
    display: flex;
    gap: 20px
}

.navbar-menu a {
    color: #eee;
    text-decoration: none;
    font-size: 1rem;
    transition: opacity .2s
}

.navbar-menu a:hover {
    opacity: .7
}

.navbar-branding {
    display: flex;
    align-items: center;
    padding-top: 32px;
    margin-bottom: -23px;
    letter-spacing: -.1rem
}

.navbar-branding .avatar img {
    max-width: 85px;
    height: auto;
    position: absolute;
    left: 0;
    top: -3px
}

.social-bar a {
    color: #fff;
    font-size: 1.2rem;
    margin-left: 12px
}

.nav-links a,
.nav-links a:hover {
    color: #130c16
}

.section {
    padding: 50px 0
}

.section-inner {
    margin: 0 auto;
    max-width: var(--max-width);
    padding: 0 20px
}

#moje-usluge,
section {
    scroll-margin-top: 85px
}

.site-footer {
    border-top: 1px solid #000
}

.site-footer .navbar-logo {
    margin-left: 0
}

.footer-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px
}

.footer-col {
    flex: 1 1 200px;
    min-width: 0
}

.footer-col h4 {
    margin-bottom: 8px;
    font-size: 1.7rem
}

.site-footer a {
    text-decoration: none !important
}

.footer-col a:hover,
.site-footer a:hover {
    text-decoration: underline
}

#social h2 {
    text-align: center;
    margin-bottom: 10px
}

.social-embeds {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    flex-direction: row !important
}

.desktop,
img {
    display: block
}

.social-embeds .fb-post,
.social-embeds blockquote.instagram-media {
    width: 100%;
    max-width: 340px;
    border: none;
    height: 400px
}

.top-stripe::before,
.wm-panel:before {
    inset: -2px -2px auto -2px;
    height: 10px;
    background: repeating-linear-gradient(90deg, rgba(0, 0, 0, 0) 0 14px, rgba(0, 0, 0, .18) 14px 15px);
    opacity: .9;
    content: ""
}

.mobile,
.nav-toggle {
    display: none
}

@media (min-width:600px) {

    .social-embeds .fb-post,
    .social-embeds blockquote.instagram-media {
        max-width: 340px
    }
}

@media (max-width:768px) {
    .navbar-menu {
        gap: 10px
    }

    footer,
    form {
        padding: 1rem
    }

    .desktop {
        display: none
    }

    .mobile {
        display: block
    }

    body {
        font-size: 16px;
        padding: 0
    }

    h1,
    h3 {
        line-height: 1
    }

    h2 {
        padding-top: 10px;
        line-height: 1.1
    }

    header {
        padding: 10px 15px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px
    }

    nav {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px
    }

    .navbar-branding {
        padding-top: 14px;
        margin-bottom: -21px
    }

    .h1-1,
    .h1-2 {
        min-height: 90px;
        padding: 10px 10px 5px;
        font-size: 60px;
        line-height: .8
    }

    .h1-2 {
        font-size: 2.2rem;
        line-height: 2rem
    }

    .columns {
        flex-direction: column;
        gap: 1.5rem
    }

    .brands-marquee {
        font-size: 1rem;
        padding: 10px
    }

    form input,
    form select,
    form textarea {
        font-size: 1rem
    }

    footer {
        text-align: center;
        font-size: .9rem
    }

    .fb_iframe_widget {
        display: none !important
    }
}

img {
    height: auto
}

.columns,
.social-embeds,
.tags {
    flex-direction: column;
    align-items: center
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .2rem 1rem;
    position: fixed;
    width: 100%
}

.navbar-branding {
    display: flex;
    align-items: center;
    gap: .5rem
}

.navbar-logo {
    font-size: 82px;
    color: #fff;
    text-decoration: none;
    margin-left: 46px;
    margin-top: -49px;
    padding-top: 3px
}

.nav-links {
    display: flex;
    gap: 1rem
}

.nav-links a {
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: .3rem;
    padding-right: 10px
}

.nav-links a:last-child {
    padding-right: 0
}

.hamburger {
    font-size: 1.8rem;
    color: #fff;
    cursor: pointer;
    display: none
}

.izlazak a {
    color: #fff;
    text-decoration: none
}

.navbar-desktop {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 10px
}

.navbar-desktop .top-row {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: .95rem;
    padding-top: 10px;
    margin-bottom: -5px
}

.navbar-desktop .top-row .insta {
    padding-left: 25px !important
}

.navbar-desktop .top-row .mreza {
    padding-left: 5px
}

.navbar-desktop .top-row a {
    color: #eee;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 2px
}

.navbar-desktop .bottom-row {
    display: flex;
    gap: 1.3rem
}

.navbar-desktop .bottom-row a {
    color: #eee;
    text-decoration: none;
    font-size: 14px;
    padding: 7px 5px 4px;
    border-radius: 5px
}

.navbar-desktop .bottom-row a:hover,
.navbar-desktop .top-row a:hover {
    color: #000;
    background: #fff;
    border-radius: 5px
}

@media (max-width:768px) {
    nav {
        background: var(--accent) !important
    }

    .navbar-branding .avatar img {
        max-width: 66px;
        top: -1px
    }

    .navbar-logo {
        font-size: 63px;
        margin-left: 22px;
        margin-top: -27px
    }

    .hamburger {
        display: block;
        margin-right: -10px
    }

    .nav-links {
        display: none;
        flex-direction: column;
        background-color: #003f7d;
        position: absolute;
        top: 63px;
        right: 0;
        width: 100%;
        padding: 1rem;
        box-shadow: 0 8px 12px rgba(0, 0, 0, .2);
        max-height: calc(100vh - 63px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }

    .nav-toggle:checked + .hamburger + .nav-links {
        display: flex
    }

    .nav-links a,
    .nav-links a:visited {
        padding: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        font-size: 1.1rem;
        color: var(--white)
    }

    .nav-links a:last-child {
        border-bottom: none
    }

    .navbar {
        flex-direction: row
    }

    .navbar-desktop {
        display: none !important
    }

    .mnav-dd summary,
    .mnav-dd__menu a,
    .nav-links a {
        color: var(--white-text)
    }

    .mnav-dd {
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }

    .mnav-dd summary {
        list-style: none;
        cursor: pointer;
        padding: 10px;
        font-size: 1.1rem;
        user-select: none;
        display: flex;
        align-items: center;
        justify-content: flex-start
    }

    .mnav-dd summary::-webkit-details-marker {
        display: none
    }

    .mnav-dd summary::after {
        content: "▾";
        opacity: .9;
        padding-left: 10px
    }

    .mnav-dd[open] summary::after {
        content: "▴"
    }

    .mnav-dd__menu a {
        display: block;
        padding: 10px 10px 10px 24px;
        border-top: 1px solid rgba(255, 255, 255, .08);
        text-decoration: none;
        font-size: 1.05rem
    }
}

@media (min-width:769px) {

    .hamburger,
    .nav-links,
    .nav-toggle {
        display: none !important
    }

    body > header > nav > a:nth-child(3) > span,
    body > header > nav > details > summary > span {
        padding-left: 23px
    }

    body > header > nav > a:nth-child(9) > span {
        padding-left: 18px
    }

    body > header > nav > a:nth-child(4) > span {
        padding-left: 17px
    }
}

.link,
.link:hover,
.link:visited {
    color: #000 !important;
    text-decoration: underline !important;
    text-decoration-color: red !important
}

.contact-card__cta,
.contact-card__miniLink,
.footer-btn,
.footer-btn--ghost:hover,
.footer-btn--primary:hover,
.hero-phone a,
.service-grid a,
.wm-btn {
    text-decoration: none
}

.pad15 {
    padding-bottom: 15px
}

.navbar-desktop .bottom-row .nav-dd {
    position: relative;
    display: inline-flex;
    align-items: center
}

.navbar-desktop .bottom-row .nav-dd__toggle {
    display: inline-flex;
    align-items: center
}

.navbar-desktop .bottom-row .nav-dd__menu {
    display: none;
    position: absolute;
    top: calc(100% - 6px);
    right: -200px;
    min-width: 260px;
    background: var(--accent);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .25);
    padding: 6px 0;
    z-index: 2000
}

.navbar-desktop .bottom-row .nav-dd__menu a {
    display: block;
    color: #eee;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 12px;
    white-space: nowrap
}

.navbar-desktop .bottom-row .nav-dd__menu a:hover {
    color: #000;
    background: #fff
}

.navbar-desktop .bottom-row .nav-dd:focus-within .nav-dd__menu,
.navbar-desktop .bottom-row .nav-dd:hover .nav-dd__menu {
    display: block
}

#faq .wm-faqItem,
.brand-marquee,
.marquee,
.sr-only,
.wm-panel {
    overflow: hidden
}

:root {
    --wm-bg: #fff;
    --wm-ink: #0b0b0b;
    --wm-ink2: #1a1a1a;
    --wm-muted: #6f6f6f;
    --wm-line: #e9e9e9;
    --wm-chip: #f3f3f3;
    --wm-card: #ffffff;
    --wm-shadow: 0 18px 40px rgba(0, 0, 0, .08);
    --wm-shadow2: 0 10px 26px rgba(0, 0, 0, .07);
    --wm-radius: 20px;
    --wm-radius2: 14px
}

.navbar-desktop i {
    width: 17px;
    height: 17px;
    position: absolute
}

#faq .wm-faqQ,
.hero-left h1,
.service-card,
.top-stripe,
.wm-panel {
    position: relative
}

.nav-label {
    padding-left: 20px
}

.label {
    text-align: left
}

.wm-page {
    background: var(--wm-bg);
    color: var(--wm-ink)
}

.wm-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0
}

.wm-section {
    padding: 56px 0;
    border-top: 1px solid var(--wm-line)
}

.wm-section:first-of-type {
    border-top: none
}

.wm-kicker {
    font: 700 14px/1.2 system-ui, -apple-system, Segoe UI, Arial, sans-serif;
    color: var(--wm-muted);
    margin: 0 0 10px
}

#hero .wm-kicker {
    font-size: 20px;
    padding-bottom: 10px
}

.wm-h1 {
    font-family: "Bebas Neue", system-ui, sans-serif;
    letter-spacing: .02em;
    line-height: .92;
    font-size: clamp(66px, 4.2vw, 108px);
    margin: 0 0 12px;
    font-weight: 400;
    max-width: 20ch
}

.wm-h1 span {
    font-size: clamp(31px, 3.2vw, 108px);
    display: inline;
    color: #666;
    padding-right: 3px;
    line-height: 1
}

.wm-lead {
    font: 400 16px/1.5 system-ui, -apple-system, Segoe UI, Arial, sans-serif;
    color: var(--wm-ink2);
    max-width: 72ch;
    margin: 0
}

.wm-h2,
.wm-price .big {
    font-family: "Bebas Neue", system-ui, sans-serif;
    letter-spacing: .02em
}

.wm-h2 {
    font-weight: 400;
    line-height: 1;
    font-size: clamp(40px, 4.6vw, 72px);
    margin: 0 0 14px
}

.wm-sub {
    font: 400 16px/1.7 system-ui, -apple-system, Segoe UI, Arial, sans-serif;
    color: var(--wm-muted);
    margin: 0 0 18px;
    max-width: 78ch;
    text-align: left
}

#hero {
    background: #eee
}

span.badge-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 1
}

.wm-badge,
.wm-check p,
.wm-tile ul {
    color: var(--wm-ink2)
}

span.badge-circle--auto {
    width: auto;
    height: auto;
    min-width: 28px;
    min-height: 28px;
    padding: 0 8px;
    border-radius: 999px
}

.wm-hero {
    padding-top: 110px;
    padding-bottom: 25px
}

.wm-heroGrid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 26px;
    align-items: stretch
}

.wm-panel {
    background: var(--wm-card);
    border: 1px solid var(--wm-line);
    border-radius: var(--wm-radius);
    box-shadow: 0 10px 18px rgba(0, 0, 0, .15);
    padding: 26px
}

.wm-panel:before {
    position: absolute
}

.wm-badgeRow {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 22px
}

.wm-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 999px;
    background: var(--wm-chip);
    border: 1px solid var(--wm-line);
    font: 700 14px/1 system-ui, -apple-system, Segoe UI, Arial, sans-serif
}

.wm-badge i,
.wm-fault .top i {
    opacity: .85
}

.wm-ctaRow {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px
}

.wm-btn,
.wm-whyTop {
    align-items: center
}

.wm-btn {
    display: inline-flex;
    justify-content: center;
    gap: 10px;
    color: #000;
    font: 900 50px/1 "Bebas Neue", system-ui, sans-serif
}

.wm-btn i {
    font-size: 34px
}

.wm-btn:hover {
    filter: brightness(.95)
}

.wm-btn--ghost {
    background: #fff;
    color: var(--wm-ink);
    border-color: var(--wm-line);
    box-shadow: none
}

.wm-code .mini,
.wm-micro,
.wm-noteLine,
.wm-price .label {
    color: var(--wm-muted)
}

#recenzije .review-card,
.wm-code,
.wm-fault,
.wm-price,
.wm-step,
.wm-tile,
.wm-why {
    padding: 16px;
    box-shadow: 0 10px 18px rgba(0, 0, 0, .15)
}

.wm-btn--ghost:hover {
    border-color: #cfcfcf
}

.wm-micro {
    font: 400 14px/1.6 system-ui, -apple-system, Segoe UI, Arial, sans-serif
}

.wm-priceBox {
    display: grid;
    gap: 14px;
    align-content: start
}

.wm-price {
    border-radius: var(--wm-radius2);
    border: 1px solid #ccc;
    background: #eee
}

.wm-price .big {
    font-size: 44px;
    margin: 0;
    line-height: 1
}

.wm-price .label {
    font: 400 15px/1.4 system-ui, -apple-system, Segoe UI, Arial, sans-serif;
    margin: 8px 0 0
}

.wm-check {
    display: flex;
    gap: 12px;
    align-items: anchor-center;
    margin-bottom: 3px
}

#recenzije .review-meta,
.wm-check i {
    margin-top: 2px
}

.wm-check p {
    margin: 0;
    font: 700 14px/1 system-ui, -apple-system, Segoe UI, Arial, sans-serif
}

#faq .wm-faqItem,
#recenzije .review-card,
.wm-code,
.wm-fault,
.wm-step,
.wm-tile,
.wm-why {
    border-radius: var(--wm-radius2)
}

.wm-box,
.wm-code,
.wm-tile {
    border: 1px solid var(--wm-line)
}

.wm-code,
.wm-tile {
    background: #fff
}

.wm-fault,
.wm-step,
.wm-why {
    background: #eee;
    border: 1px solid #ccc
}

.wm-quickGrid,
.wm-steps,
.wm-whyGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 18px
}

.wm-tile {
    min-height: 182px
}

.wm-tile h3 {
    margin: 0 0 8px;
    font-family: "Bebas Neue", system-ui, sans-serif;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: .02em;
    line-height: 1
}

.wm-tile ul {
    margin: 0;
    padding-left: 18px;
    font: 400 14px/1.7 system-ui, -apple-system, Segoe UI, Arial, sans-serif
}

.service-grid a {
    color: inherit
}

.corner,
.info,
.top-stripe::before {
    position: absolute
}

.service-card h3,
.service-card p {
    z-index: 2;
    text-align: left
}

.corner {
    right: 10px;
    top: 10px;
    font-size: 100px;
    opacity: .15;
    z-index: 1
}

.info {
    right: 5px;
    bottom: -4px;
    font-size: 35px
}

.wm-noteLine {
    margin-top: 14px;
    font: 400 13px/1.7 system-ui, -apple-system, Segoe UI, Arial, sans-serif;
    border-left: 3px solid #111;
    padding-left: 12px
}

.wm-faultGrid,
.wm-priceGrid {
    display: grid;
    margin-top: 18px
}

.wm-faultGrid {
    grid-template-columns: repeat(4, 1fr);
    gap: 14px
}

.wm-fault {
    min-height: 170px
}

.wm-fault .top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 10px
}

.wm-fault h3 {
    margin: 0;
    font-family: "Bebas Neue", system-ui, sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 1;
    letter-spacing: .02em
}

.wm-fault p,
.wm-why p {
    margin: 0;
    font: 400 14px/1.7 system-ui, -apple-system, Segoe UI, Arial, sans-serif;
    color: var(--wm-ink2);
    text-align: left
}

.wm-priceGrid {
    grid-template-columns: 1.05fr .95fr;
    gap: 16px;
    align-items: start
}

.wm-box {
    border-radius: var(--wm-radius);
    padding: 18px;
    background: #fff;
    box-shadow: var(--wm-shadow2)
}

.wm-pill,
.wm-tag {
    background: var(--wm-chip);
    padding: 10px 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--wm-ink2)
}

.wm-box h3 {
    margin: 0 0 10px;
    font-family: "Bebas Neue", system-ui, sans-serif;
    font-weight: 400;
    font-size: 34px;
    letter-spacing: .02em;
    line-height: 1
}

.wm-box li,
.wm-box p {
    font: 400 14px/1.8 system-ui, -apple-system, Segoe UI, Arial, sans-serif;
    color: var(--wm-ink2)
}

.wm-box ul {
    margin: 0;
    padding-left: 18px
}

.wm-pillRow {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px
}

.wm-pill {
    border: 1px solid var(--wm-line);
    border-radius: 999px;
    font: 700 12px/1 system-ui, -apple-system, Segoe UI, Arial, sans-serif
}

.wm-code h3,
.wm-step .n,
.wm-step h3 {
    font-family: "Bebas Neue", system-ui, sans-serif;
    line-height: 1
}

.wm-step .n {
    font-size: 42px;
    margin: 0 0 6px
}

.wm-code h3,
.wm-step h3 {
    margin: 0 0 8px;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: .02em
}

#faq .wm-faqA p,
#recenzije .review-text,
.wm-code p,
.wm-step p {
    margin: 0;
    font: 400 14px/1.7 system-ui, -apple-system, Segoe UI, Arial, sans-serif;
    color: var(--wm-ink2)
}

.wm-codeGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 18px
}

.wm-code .mini {
    margin-top: 10px;
    font-size: 13px
}

.wm-why {
    min-height: 132px
}

.wm-whyTop {
    display: flex;
    gap: 12px;
    margin-bottom: 10px
}

.wm-whyTop i {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid var(--wm-line);
    color: var(--wm-ink);
    opacity: .95;
    flex: 0 0 auto;
    border: 1px solid #ccc
}

.wm-why h3 {
    margin: 0;
    font-family: "Bebas Neue", system-ui, sans-serif;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: .02em;
    line-height: 1
}

.hero-left h1,
.hero-phone a {
    font-family: 'Bebas Neue', sans-serif
}

.wm-tagRow {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px
}

.wm-tag {
    border: 1px solid var(--wm-line);
    border-radius: 999px;
    font: 700 12px/1 system-ui, -apple-system, Segoe UI, Arial, sans-serif
}

.brand-marquee,
.footer-logo {
    font-family: "Bebas Neue", sans-serif
}

#recenzije {
    background: #fff !important
}

#recenzije .wm-link {
    color: var(--wm-ink);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px
}

#recenzije .wm-link:hover {
    opacity: .8
}

#recenzije .reviews-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
    align-items: stretch;
    margin-top: 18px
}

#recenzije .review-card {
    background: #eee;
    border: 1px solid #ccc;
    position: relative;
    height: 100%
}

#recenzije .review-header {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px
}

#recenzije .review-avatar {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #ccc;
    font: 700 16px/1 system-ui, -apple-system, Segoe UI, Arial, sans-serif;
    color: var(--wm-ink);
    flex: 0 0 auto
}

#recenzije .review-name {
    font: 700 14px/1.2 system-ui, -apple-system, Segoe UI, Arial, sans-serif;
    color: var(--wm-ink);
    margin: 0 0 2px
}

#recenzije .stars {
    display: inline-flex;
    gap: 4px
}

#recenzije .stars svg {
    width: 16px;
    height: 16px;
    fill: #111;
    opacity: .9
}

#recenzije .wm-footLink {
    margin-top: 26px;
    display: flex;
    justify-content: center
}

#recenzije .wm-footLink .wm-btn {
    padding: 12px 14px;
    border-radius: 14px;
    line-height: .8;
    font-weight: 400;
    font-size: 40px;
    text-align: left
}

#faq .wm-faq {
    margin-top: 18px;
    display: grid;
    gap: 12px
}

#faq .wm-faqItem {
    background: #fff;
    border: 1px solid var(--wm-line);
    box-shadow: 0 10px 18px rgba(0, 0, 0, .05)
}

#faq .wm-faqQ {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px;
    background: 0 0;
    border: 0;
    cursor: pointer;
    text-align: left;
    font: 800 14px/1.3 system-ui, -apple-system, Segoe UI, Arial, sans-serif;
    letter-spacing: .2px;
    color: var(--wm-ink)
}

#faq .wm-faqIcon,
.footer-social a {
    border-radius: 14px;
    display: inline-flex
}

#faq .wm-faqQ span {
    flex: 1 1 auto
}

#faq .wm-faqIcon {
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: var(--wm-chip);
    border: 1px solid var(--wm-line);
    color: var(--wm-ink);
    flex: 0 0 auto;
    transition: transform .18s
}

#faq .wm-faqQ[aria-expanded=true] .wm-faqIcon {
    transform: rotate(45deg)
}

#faq .wm-faqA,
.contact-card {
    padding: 16px
}

#faq .wm-faqQ::after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 0;
    height: 1px;
    background: var(--wm-line);
    opacity: 0
}

#faq .wm-faqQ[aria-expanded=true]::after {
    opacity: 1
}

#cene,
#faq,
#kodovi,
#reon,
#saveti,
#steta,
#usluge {
    background: #ccc
}

#why {
    background: #fff
}

.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.h1-1,
.h1-2,
.izlazak {
    position: absolute
}

.site-footer {
    padding: 56px 20px 22px;
    color: rgba(255, 255, 255, .86)
}

.footer-links a:hover,
.site-footer a {
    color: #fff
}

.footer-top {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr 1fr;
    gap: 28px;
    align-items: start;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    justify-items: center
}

.footer-logo {
    display: inline-block;
    letter-spacing: .5px;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 6px
}

.footer-tagline {
    margin: 0 0 14px;
    color: rgba(255, 255, 255, .72);
    font-size: 15px
}

.footer-title {
    margin: 0 0 12px;
    font-size: 27px;
    letter-spacing: .2px;
    color: #fff;
    font-weight: 400
}

.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 10px
}

.footer-social a {
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    transition: transform .12s, background .12s, border-color .12s
}

.footer-social a:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .22)
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
    display: grid;
    gap: 10px
}

.footer-list li {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 10px;
    align-items: start;
    color: rgba(255, 255, 255, .82)
}

.footer-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: rgba(255, 255, 255, .9)
}

.footer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.footer-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid transparent
}

.footer-badges,
.footer-links {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 10px;
    margin: 0
}

.footer-btn--primary {
    background: var(--secondary, #ffed00);
    color: #111;
    border-color: rgba(0, 0, 0, .08)
}

.footer-btn--primary:hover {
    opacity: .95
}

.footer-btn--ghost {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .14)
}

.footer-btn--ghost:hover {
    background: rgba(255, 255, 255, .12)
}

.footer-links a {
    color: rgba(255, 255, 255, .86)
}

.footer-badges {
    color: rgba(255, 255, 255, .82)
}

.footer-copy,
.footer-legal {
    font-size: 13px;
    color: rgba(255, 255, 255, .66)
}

.footer-badges i {
    margin-right: 8px;
    color: rgba(255, 255, 255, .92)
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding-top: 18px
}

.footer-copy {
    margin: 0;
    padding: 0 20px
}

.footer-legal {
    display: flex;
    align-items: center;
    gap: 10px
}

.footer-legal a {
    color: rgba(255, 255, 255, .76)
}

.footer-legal a:hover {
    color: #fff;
    text-decoration: underline
}

.footer-dot {
    opacity: .5
}

.section-lead {
    max-width: 720px;
    margin: 10px 0 24px;
    color: rgba(0, 0, 0, .72)
}

.contact-wrap {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 22px;
    align-items: start
}

.contact-cards {
    display: grid;
    gap: 14px
}

.contact-card,
.contact-formCard {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .06);
    overflow: hidden
}

.contact-card__head {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 12px;
    align-items: center;
    margin-bottom: 12px
}

.contact-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: rgba(0, 0, 0, .06);
    border: 1px solid rgba(0, 0, 0, .08);
    font-size: 18px
}

.contact-card__title,
.contact-formCard__title {
    margin: 0;
    font-size: 28px;
    font-weight: 400
}

.contact-card__meta {
    margin: 2px 0 0;
    font-size: 13px;
    color: rgba(0, 0, 0, .62)
}

.contact-card__cta {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px
}

.contact-card__ctaLabel {
    font-weight: 800;
    font-size: 16px;
    color: #111
}

.contact-card__ctaHint {
    font-size: 12px;
    color: rgba(0, 0, 0, .55)
}

.contact-card__miniLink {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 2px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(0, 0, 0, .04);
    border: 1px solid rgba(0, 0, 0, .08);
    color: #111;
    width: fit-content
}

.contact-card__note {
    margin-top: 6px;
    font-size: 13px;
    color: rgba(0, 0, 0, .62)
}

.contact-card--compact .contact-card__head {
    margin-bottom: 8px
}

.contact-formCard {
    padding: 18px
}

.contact-formCard__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 14px
}

.contact-formCard__sub {
    margin: 6px 0 0;
    color: rgba(0, 0, 0, .62);
    font-size: 13px;
    max-width: 520px
}

.contact-formCard__pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 999px;
    color: #111;
    font-weight: 800;
    border: 1px solid rgba(0, 0, 0, .1)
}

.contact-formGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 0
}

.field {
    display: grid;
    gap: 7px
}

.field--full {
    grid-column: 1/-1
}

.field label {
    font-size: 12px;
    font-weight: 800;
    color: rgba(0, 0, 0, .7)
}

.contact-formGrid input,
.contact-formGrid select,
.contact-formGrid textarea {
    width: 100%;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, .12);
    background: #eee;
    padding: 12px;
    font-size: 14px;
    outline: 0
}

.contact-formGrid textarea {
    resize: vertical;
    min-height: 92px
}

.contact-formActions {
    display: grid;
    gap: 10px;
    margin-top: 2px
}

.contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, .1);
    color: #111;
    font-weight: 900;
    cursor: pointer;
    background: #ccc
}

.contact-submit:hover {
    opacity: .96
}

.contact-fineprint {
    margin: 0;
    font-size: 12px;
    color: rgba(0, 0, 0, .55)
}

form {
    padding-top: 25px
}

.brand-marquee {
    padding: 3px 0;
    color: #000;
    font-size: 40px
}

.brand-marquee p {
    display: inline-block;
    padding-left: 100%;
    animation: 15s linear infinite brand-scroll;
    margin: 0
}

.types.brand-marquee p {
    animation: 20s linear infinite brand-scroll
}

@keyframes brand-scroll {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

#back-to-top {
    bottom: 20px;
    right: 20px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center
}

@media (max-width:1100px) {
    #recenzije .reviews-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important
    }
}

@media (max-width:700px) {
    #recenzije .reviews-grid {
        grid-template-columns: 1fr !important
    }
}

@media (max-width:980px) {
    .wm-heroGrid {
        gap: 0;
        grid-template-columns: 1fr;
        display: flex;
        flex-direction: column-reverse
    }

    #hero .wm-kicker {
        font-size: 18px;
        padding-bottom: 0
    }

    .wm-h1 {
        font-size: 50px;
        max-width: unset
    }

    .wm-lead {
        font-size: 15px;
        line-height: 1.4
    }

    .wm-btn {
        font-size: 40px
    }

    .wm-wrap {
        padding: 0
    }

    .wm-panel {
        border-radius: 0
    }

    .wm-faultGrid {
        grid-template-columns: repeat(1, 1fr)
    }

    .contact-formGrid,
    .contact-wrap,
    .wm-codeGrid,
    .wm-priceGrid,
    .wm-quickGrid,
    .wm-steps,
    .wm-whyGrid {
        grid-template-columns: 1fr
    }

    .wm-hero {
        padding-top: 60px;
        padding-bottom: 0
    }

    #cene,
    #faq,
    #kodovi,
    #kvarovi,
    #procedura,
    #recenzije,
    #reon,
    #saveti,
    #steta,
    #usluge,
    #why {
        padding: 20px
    }

    #recenzije .wm-footLink {
        justify-content: stretch
    }

    #recenzije .wm-footLink .wm-btn {
        width: 100%;
        justify-content: center
    }

    #faq .wm-faqA,
    #faq .wm-faqQ {
        padding: 14px
    }

    #faq .wm-faqIcon {
        border-radius: 12px
    }

    kontakt.html .wm-h2 {
        padding-top: 40px
    }

    kontakt.html .section-inner {
        padding: 0 0 20px
    }

    .footer-tagline {
        text-align: center
    }

    .field--full {
        grid-column: auto
    }

    .footer-top {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:560px) {
    .site-footer {
        padding: 44px 0 18px
    }

    .footer-top {
        grid-template-columns: 1fr
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start
    }

    .footer-social {
        justify-content: center
    }

    .footer-list {
        justify-content: space-around
    }
}

#usluge .omeni {
    margin-top: 30px;
    text-align: left;
    font-size: 60px;
    font-weight: 400;
    background: #ddd;
    padding: 15px;
    margin-bottom: 20px
}

.hero {
    background-color: #ccc;
    color: #130c16;
    padding: 140px 0 50px
}

.hero-inner {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    box-shadow: 5px 20px 20px #666;
    max-width: 1200px
}

.callout,
.marquee p {
    display: inline-block
}

.hero-left {
    flex: 1 1 480px;
    min-width: 280px;
    padding: 20px
}

.hero-left h1 {
    font-weight: 300;
    font-size: 65px;
    margin: -20px -20px 90px;
    padding: 20px 20px 15px;
    line-height: 1;
    text-align: center
}

.h1-1 {
    color: #fff;
    background: var(--primary);
    left: 0;
    top: 0;
    padding: 25px 25px 20px;
    width: 100%
}

.h1-2 {
    color: #eee;
    background: var(--accent);
    right: 0;
    top: 0;
    padding: 15px 15px 10px;
    width: 30%
}

.hero-cta,
.izlazak {
    width: calc(50% + 20px);
    bottom: -20px;
    text-align: center
}

.hero-left p {
    margin-bottom: 25px;
    text-align: justify
}

.izlazak {
    right: -20px;
    background: var(--primary);
    color: #fff;
    min-height: 80px;
    padding-top: 15px;
    padding-left: 20px
}

.izlazak p {
    font-size: 30px;
    line-height: 1;
    margin: 6px 0 0;
    padding: 2px 10px
}

.izlazak p:nth-child(2) {
    font-size: 13px;
    font-style: italic
}

.hero-cta p {
    padding: 0;
    margin: 0
}

.callout {
    background-color: rgba(255, 255, 255, .15);
    padding: 8px 12px;
    border-radius: var(--radius);
    margin-bottom: 0 !important;
    line-height: 1.1
}

.hero-phone a {
    color: #fff;
    font-weight: 700;
    font-size: 60px
}

.hero-right {
    flex: 1 1 380px;
    min-width: 500px;
    text-align: center;
    position: relative;
    flex: 1;
    min-height: 100%;
    background-color: var(--primary);
    background-image: url('../images/hero-appliances-vehicle.png');
    background-image: image-set(url('../images/hero-appliances-vehicle.webp') type('image/webp'),
            url('../images/hero-appliances-vehicle.png') type('image/png'));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.marquee {
    color: #000;
    font-size: 1rem;
    padding: 15px 0
}

.marquee p {
    padding-left: 100%;
    animation: 20s linear infinite marquee;
    margin: 0;
    color: #fff;
    font-size: 20px;
    text-shadow: 2px 2px 5px #000
}

@keyframes marquee {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

.hero {
    display: flex;
    align-items: stretch
}

@media (max-width:1200px) {
    .hero {
        padding: 100px 20px 20px;
        margin-left: -10px
    }
}

.hero-cta {
    background: #000;
    color: #fff;
    padding: 10px;
    line-height: 1;
    position: absolute;
    left: -20px;
    min-height: 65px
}

.cta {
    position: relative;
    padding: 15px 15px 10px;
    line-height: 2.5rem
}

@media (max-width:768px) {
    .nav-links {
        flex-wrap: nowrap
    }

    .hero {
        display: block;
        margin: -20px
    }

    .hero-cta {
        margin: 0 auto;
        text-align: center
    }

    .hero-inner {
        flex-direction: column;
        text-align: center;
        padding: 0
    }

    #hero-form {
        background: #999;
        margin-top: -10px
    }

    #hero-form button,
    .hero-form input,
    .hero-form select,
    .hero-form textarea {
        flex-basis: 100%
    }

    .hero-left p {
        margin-top: 120px
    }

    .hero {
        padding-top: 70px
    }

    .section {
        padding: 0 20px
    }

    .hero-inner {
        flex-direction: column-reverse
    }

    .hero-right {
        min-width: 200px !important;
        margin-top: -5px;
        flex: 1 1 350px
    }

    #kvarovi {
        padding-top: 30px
    }

    .hero-cta {
        width: 100%;
        position: relative;
        left: unset;
        bottom: unset;
        min-height: unset;
        padding-top: 15px
    }

    .izlazak {
        font-size: 30px
    }

    .cta {
        margin: -31px
    }
}

/* Floating KONTAKT button */
.floating-kontakt {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 1200;

    width: calc(100vw - 20px);
    max-width: calc(100% - 20px);

    display: none;
    /* hidden until scroll */
    align-items: center;
    justify-content: center;

    background: #000;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;

    font: 700 18px/1 system-ui, -apple-system, Segoe UI, Arial, sans-serif;
    letter-spacing: .03em;
    text-transform: uppercase;

    padding: 14px 16px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .22);

    -webkit-tap-highlight-color: transparent;
}

.floating-kontakt:active {
    transform: translateY(1px);
}

#floating-kontakt {
    color: #fff   
}

#floating-kontakt:hover {
    color: #000  ;
    background: #fff;
    border-color: #000;
}

/* Keep space for back-to-top button (assumes it sits bottom-right ~44-52px wide) */
@media (min-width: 0px) {
    .floating-kontakt {
        width: calc(100vw - 20px - 64px);
        /* subtract space for back-to-top */
        max-width: 280px;
    }
}

/* Visible state toggled by JS */
.floating-kontakt.is-visible {
    display: flex;
}