/* ===== styles-merged.css ===== */
.wm-contactApp,
.wm-contactApp span {
    font-family: inherit !important;
    text-transform: none !important;
    letter-spacing: 0 !important
}

a:visited,
a:active {
    color: inherit
}

.contact-card__ctaHint,
.contact-formCard__pill,
.marquee,
.sr-only,
.wm-contactApp,
.wm-tag {
    white-space: nowrap
}

.footer-list,
.navbar-menu ul,
.uslugeList {
    list-style: none
}

h1,
h2,
h3,
h4,
h5 {
    letter-spacing: .5px
}

body,
html,
img {
    max-width: 100%
}

.wm-contactApps {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center
}

.wm-contactApp {
display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 7px;
    text-decoration: none;
    color: #111;
    transition: .18s;
    box-sizing: border-box;
    font-size: .92rem !important;
    font-weight: 600 !important;
    line-height: 1 !important;
}

.floating-kontakt,
.wm-badge,
.wm-kicker,
.wm-pill,
.wm-price .label,
.wm-tag {
    text-transform: uppercase
}

.wm-contactApp span {
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important
}

.wm-contactApp i {
    font-size: 1.8rem !important;
    line-height: 1 !important;
    flex: 0 0 auto
}

.wm-contactApp--sms i {
    color: #0ea5e9
}

.wm-contactApp--wa i {
    color: #25d366
}

.wm-contactApp--viber i {
    color: #7360f2
}

.wm-contactApp--mail i {
    color: #f59e0b
}

.wm-contactApp--book i {
    color: #374151
}

@media (max-width:768px) {
    .wm-contactApp {
        min-height: 38px;
        padding: 0;
        gap: 6px;
        font-size: 1.5rem !important
    }

    .wm-contactApp i {
        font-size: 1.5rem !important
    }
}

@media (max-width:480px) {
    .wm-contactApps {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        width: 100%
    }

    .wm-contactApp {
        width: 100%;
        min-width: 0;
        min-height: 36px;
        padding: 0;
        border-radius: 12px;
        gap: 6px;
        justify-content: center;
        overflow: hidden;
        font-size: .92rem !important;
        font-weight: 600 !important;
        line-height: 1 !important
    }

    .wm-contactApp span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: inherit !important
    }

    .wm-contactApp i {
        font-size: 1.8rem !important
    }
}

@media (max-width:360px) {
    .wm-contactApp {
        min-height: 34px;
        padding: 8px;
        gap: 5px;
        font-size: .66rem !important
    }

    .wm-contactApp i {
        font-size: .76rem !important
    }
}

#back-to-top,
.navbar {
    position: fixed;
    z-index: 1000
}

#back-to-top i,
.top-stripe::before {
    pointer-events: none
}

:root {
    --primary: #130c16;
    --secondary: #FFED00;
    --accent: #FFD600;
    --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,
.h2,
.h4,
.hero-left h1,
.hero-phone a,
.navbar-logo,
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Bebas Neue', sans-serif
}

.container {
    margin: 0 auto;
    background: #fff
}

h1,
h5 {
    color: var(--heading);
    margin-bottom: .5em
}

h1 {
    font-size: 50px
}

.h2,
.h3,
.h4,
h2,
h3,
h4 {
    color: var(--primary);
    margin-bottom: 5px;
    line-height: 1
}

.h2,
h2 {
    font-size: 35px
}

.h3,
.h4,
.hero-phone i,
h3,
h4 {
    font-size: 40px;
    font-weight: 400
}

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: #0B1018
}

.navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.navbar-menu {
    display: flex;
    align-items: center;
    gap: 30px
}

.navbar-menu ul {
    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
}

.wm-box h3,
.wm-fault h3,
.wm-h1,
.wm-h2,
.wm-price .big,
.wm-tile h3,
.wm-why h3,
.wm-why h4 {
    letter-spacing: .02em
}

.navbar-branding .avatar img {
    max-width: 85px;
    height: auto;
    position: absolute;
    left: 0;
    top: -1px
}

.social-bar a {
    color: #fff;
    font-size: 1.2rem;
    margin-left: 12px
}

.nav-links a,
.nav-links a:hover {
    color: #130c16
}

.section {
    padding: 50px 20px
}

.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 {
    inset: -2px -2px auto -2px;
    height: 10px;
    background: repeating-linear-gradient(90deg, #fff0 0 14px, rgb(0 0 0 / .18) 14px 15px);
    opacity: .9;
    content: ""
}

.footer-btn--ghost:hover,
.footer-social a:hover {
    background: rgb(255 255 255 / .12)
}

.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,
    header,
    nav {
        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
    }

    nav {
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .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: relative;
    width: 100%
}

.navbar-branding {
    display: flex;
    align-items: center;
    gap: .5rem
}

.navbar-logo {
    font-size: 82px;
    color: #000 !important;
    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: #000;
    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: var(--accent);
    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: var(--accent);
    border-radius: 0
}

@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 rgb(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;
        font-size: 1.1rem;
        color: #000
    }

    .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: #000
    }

    .mnav-dd {
        border-bottom: 1px solid #000
    }

    .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;
        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,
.floating-kontakt,
.footer-btn,
.footer-btn--ghost:hover,
.footer-btn--primary:hover,
.hero-phone a,
.service-grid a,
.uslugeLink,
.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,
span.badge-circle {
    display: inline-flex;
    align-items: center
}

.navbar-desktop .bottom-row .nav-dd__menu {
    display: none;
    position: absolute;
    top: calc(100% + 2px);
    right: -187px;
    min-width: 260px;
    background: var(--accent);
    box-shadow: 0 10px 20px rgb(0 0 0 / .25);
    padding: 6px 0;
    z-index: 2000
}

.navbar-desktop .bottom-row .nav-dd__menu a {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 12px;
    white-space: nowrap
}

.navbar-desktop .bottom-row .nav-dd__menu a:hover {
    color: var(--accent);
    background: #000
}

.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,
.sr-only,
.wm-panel {
    overflow: hidden
}

:root {
    --wm-bg: #fff;
    --wm-ink: #0b0b0b;
    --wm-ink2: #1a1a1a;
    --wm-muted: #6f6f6f;
    --wm-line: #ccc;
    --wm-chip: #fff;
    --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 16px;
    border-top: 1px solid var(--wm-line)
}

.wm-section:first-of-type {
    border-top: none
}

.wm-kicker {
    font: 400 16px/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;
    line-height: 1
}

.wm-h1 {
    font-family: "Bebas Neue", system-ui, sans-serif;
    line-height: .92;
    font-size: clamp(40px, 4vw, 66px);
    margin: 0 0 12px;
    font-weight: 400;
    max-width: 25ch
}

.wm-h1 span {
    color: var(--accent);
    padding-right: 3px;
    line-height: .82
}

.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
}

.wm-h2 {
    font-weight: 400;
    line-height: 1;
    font-size: clamp(36px, 3.8vw, 50px);
    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,
#kodovi,
#saveti,
#why,
.wm-code,
.wm-tile {
    background: #fff
}

span.badge-circle {
    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: 20px;
    padding-bottom: 25px
}

.wm-heroGrid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 26px;
    align-items: center
}

.wm-panel {
    padding: 20px
}

.corner,
.h1-1,
.h1-2,
.info,
.izlazak,
.top-stripe::before,
.uslugeList li i,
.wm-panel:before {
    position: absolute
}

.wm-panel img {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto
}

.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: #ccc;
    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: flex-start;
    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 rgb(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-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;
    line-height: 1
}

.wm-tile ul {
    margin: 0;
    padding-left: 18px;
    font: 400 16px/1.7 system-ui, -apple-system, Segoe UI, Arial, sans-serif
}

.service-grid a {
    color: inherit
}

.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
}

.wm-fault p,
.wm-why p {
    margin: 0;
    font: 400 16px/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-box h3 {
    margin: 0 0 10px;
    font-family: "Bebas Neue", system-ui, sans-serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 1
}

.wm-box li,
.wm-box p {
    font: 400 16px/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,
.wm-tag {
    background: var(--wm-chip);
    padding: 10px 12px;
    letter-spacing: .14em;
    color: var(--wm-ink2);
    border: 1px solid var(--wm-line);
    border-radius: 999px;
    font: 400 16px/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
}

#recenzije .review-text {
    font-style: italic !important;
}

#faq .wm-faqA p,
#recenzije .review-text,
.wm-code p,
.wm-step p {
    margin: 0;
    font: 400 16px/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,
.wm-why h4 {
    margin: 0;
    font-family: "Bebas Neue", system-ui, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 1
}

.wm-tagRow {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px
}

#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 16px/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: 20px;
    height: 20px;
    fill: darkgoldenrod;
    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 rgb(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: 500 16px/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,
#reon,
#steta,
#usluge {
    background: var(--accent);
}

.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.site-footer {
    padding: 56px 20px 56px;
    color: rgb(255 255 255 / .86)
}

.footer-links a:hover,
.site-footer a {
    color: #fff
}

footer .fa-phone:before {
    font-size: unset;
}

.footer-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 28px;
    align-items: start;
    padding-bottom: 26px;
    border-bottom: 1px solid;
    justify-items: center
}

.footer-logo {
    color: #ff0 !important;
    font-family: "Bebas Neue", sans-serif;
    display: inline-block;
    letter-spacing: .5px;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 6px
}

.footer-tagline {
    margin: 0 0 14px;
    color: rgb(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: rgb(255 255 255 / .08);
    border: 1px solid;
    transition: transform .12s, background .12s, border-color .12s
}

.footer-social a:hover {
    transform: translateY(-2px);
    border-color: rgb(255 255 255 / .22)
}

.footer-list {
    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: rgb(255 255 255 / .82)
}

.footer-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: rgb(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 #fff0
}

.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: rgb(0 0 0 / .08)
}

.footer-btn--primary:hover {
    opacity: .95
}

.footer-btn--ghost {
    background: rgb(255 255 255 / .08);
    border-color: rgb(255 255 255 / .14)
}

.footer-links a {
    color: rgb(255 255 255 / .86)
}

.footer-badges {
    color: rgb(255 255 255 / .82)
}

.footer-copy,
.footer-legal {
    justify-content: center;
    font-size: 13px;
    color: rgb(255 255 255 / .66)
}

.footer-badges i {
    margin-right: 8px;
    color: rgb(255 255 255 / .92)
}

.footer-bottom {
    display: flex;
    justify-content: center;
    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: rgb(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: rgb(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;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgb(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: rgb(0 0 0 / .06);
    border: 1px solid;
    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: rgb(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: rgb(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: rgb(0 0 0 / .04);
    border: 1px solid;
    color: #111;
    width: fit-content
}

.contact-card__note {
    margin-top: 6px;
    font-size: 13px;
    color: rgb(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: rgb(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
}

.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: rgb(0 0 0 / .7)
}

.contact-formGrid input,
.contact-formGrid select,
.contact-formGrid textarea {
    width: 100%;
    border-radius: 14px;
    border: 1px solid;
    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;
    color: #111;
    font-weight: 900;
    cursor: pointer;
    background: #ccc
}

.contact-submit:hover {
    opacity: .96
}

.contact-fineprint {
    margin: 0;
    font-size: 12px;
    color: rgb(0 0 0 / .55)
}

form {
    padding-top: 25px
}

#back-to-top {
    bottom: 10px;
    right: 10px;
    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:1200px) {
    #recenzije .reviews-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important
    }
}

@media (max-width:700px) {
    #recenzije .reviews-grid {
        grid-template-columns: 1fr !important
    }

    .left {
        margin-top: -200px;
        z-index: 9;
        background: #fff;
        padding-top: 15px !important
    }
}

@media (max-width:980px) {
    #hero {
        padding: 0 !important
    }

    .wm-panel {
        padding-top: 0;
        border-radius: 0
    }

    .wm-panel img {
        opacity: .95;
        margin-top: -15px
    }

    .wm-heroGrid {
        gap: 0;
        grid-template-columns: 1fr;
        display: flex;
        flex-direction: column-reverse
    }

    #hero .wm-kicker {
        font-size: 18px;
        padding-bottom: 0
    }
    
    .wm-ctaRow {
        text-align: center;
        justify-content: center
    }

    .wm-ctaRow a {
        font-size: 58px
    }

    .wm-lead {
        font-size: 15px;
        line-height: 1.4
    }

    .wm-btn {
        font-size: 40px
    }

    .wm-wrap {
        padding: 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 44px
    }

    .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
}

#usluge .h2,
.uslugeList li {
    margin-bottom: 15px
}

.uslugeHr {
    margin: 10px 0
}

.uslugeLink {
    color: #000 !important
}

.uslugeLink:hover {
    text-decoration: underline !important
}

#usluge .h2 {
    margin-top: 15px;
    font-weight: 700
}

.uslugeList a {
    padding-left: 30px
}

.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
}

.wm-hero .fa-phone:before {
    font-size: 30px;
    background: #000;
    padding: 10px;
    border-radius: 50%;
}

.callout,
.marquee p {
    display: inline-block
}

.floating-kontakt.is-visible,
.hero,
.hero-right {
    display: flex
}

.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: rgb(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;
    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 {
    align-items: stretch
}

@media (max-width:1200px) {
    #hero {
        padding: 0 20px 20px
    }

    .section {
        padding-left: 20px;
        padding-right: 20px
    }
}

.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
    }

    #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 {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 1200;
    width: calc(100vw - 20px);
    max-width: 100%;
    display: block;
    align-items: center;
    justify-content: center;
    background: #0B1018;
    color: #fff !important;
    border: 2px solid var(--accent);
    font: 700 22px/1 system-ui, -apple-system, Segoe UI, Arial, sans-serif;
    text-align: center;
    letter-spacing: .03em;
    padding: 14px 16px;
    box-shadow: 0 14px 34px rgb(0 0 0 / .22);
    -webkit-tap-highlight-color: #fff
}

.floating-kontakt:active {
    transform: translateY(1px)
}

#floating-kontakt:hover {
    color: #000;
    background: #fff;
    border-color: #000
}

@media (min-width:0) {
    .floating-kontakt {
        width: calc(100vw - 20px - 64px);
        max-width: 240px
    }
}

.wm-link,
.wm-tile p a {
    color: #0f172a;
    text-decoration: none
}

.wm-quickGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
    margin-top: 28px
}

.wm-tile {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 26px 24px 22px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .96) 0, rgba(248, 248, 248, .98) 100%);
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 10px 30px rgba(15, 23, 42, .08), 0 2px 8px rgba(15, 23, 42, .04);
    overflow: hidden;
    transition: transform .25s, box-shadow .25s, border-color .25s
}

.wm-tile::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 6px;
    background: linear-gradient(90deg, #0f172a 0, #facc15 100%)
}

.wm-tile::after {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(250, 204, 21, .16) 0, rgba(250, 204, 21, 0) 70%);
    pointer-events: none
}

.wm-tile:hover {
    transform: translateY(-6px);
    border-color: rgba(250, 204, 21, .45);
    box-shadow: 0 18px 40px rgba(15, 23, 42, .12), 0 6px 14px rgba(15, 23, 42, .08)
}

.wm-tile h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 16px;
    font-size: clamp(1.45rem, 1.1rem + .8vw, 2rem);
    line-height: 1.05;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: #0f172a
}

.wm-tile h3 i {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #fff7cc;
    color: #0f172a;
    font-size: 1.2rem;
    box-shadow: inset 0 0 0 1px rgba(250, 204, 21, .35)
}

.wm-link {
    transition: color .2s
}

.wm-link:hover {
    color: #111827
}

.wm-tile p {
    margin: 0;
    color: #1f2937;
    font-size: 1rem;
    line-height: 1.2;
    font-style: italic
}

.wm-tile p a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    font-weight: 700;
    position: relative
}

.wm-tile p a::after {
    content: "→";
    font-size: 1rem;
    transition: transform .2s
}

.wm-tile p a:hover::after {
    transform: translateX(4px)
}

.opsirnije {
    font-style: normal
}

@media (max-width:1100px) {
    .wm-quickGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px
    }
}

@media (max-width:680px) {
    .wm-quickGrid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .wm-tile {
        padding: 22px 18px 18px;
        border-radius: 20px
    }

    .wm-tile h3 {
        gap: 10px;
        margin-bottom: 12px;
        font-size: clamp(1.3rem, 1.15rem + 1vw, 1.75rem)
    }

    .wm-tile h3 i {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
        border-radius: 12px;
        font-size: 1rem
    }

    .wm-tile p {
        font-size: .98rem;
        line-height: 1.65
    }
}

.follow-us-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 14px
}

.follow-us-item {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    background: 0 0;
    border: 0;
    padding: 0;
    box-shadow: none;
    min-width: 0;
    transition: transform .2s, opacity .2s
}

.follow-us-item:hover {
    transform: translateX(4px);
    opacity: .9
}

.follow-us-icon {
    width: 22px;
    min-width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    flex-shrink: 0
}

.follow-us-icon i {
    font-size: 1.2rem;
    line-height: 1
}

.follow-us-item--instagram .follow-us-icon i {
    color: #e4405f
}

.follow-us-item--facebook .follow-us-icon i {
    color: #1877f2
}

.follow-us-handle {
    display: inline-block;
    font-size: .98rem;
    line-height: 1.2;
    color: #d1d5db;
    font-weight: 500;
    word-break: break-word
}

@media (max-width:767px) {
    .follow-us-list {
        gap: 12px
    }

    .follow-us-icon {
        width: 20px;
        min-width: 20px;
        height: 20px
    }

    .follow-us-icon i {
        font-size: 1.1rem
    }

    .follow-us-handle {
        font-size: .95rem
    }
}

.contact-channels {
    display: flex;
    gap: 8px;
    margin-top: 16px
}

.contact-channels a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    text-decoration: none;
    background: rgba(255, 255, 255, .14);
    transition: transform .2s, box-shadow .2s
}

.contact-channels a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, .25)
}

.contact-channels a:first-child i {
    color: #25d366
}

.contact-channels a:nth-child(2) i {
    color: #7360f2
}

.contact-channels a:nth-child(3) i {
    color: #3b82f6
}

.contact-channels i {
    font-size: 1.2rem
}

.footer-links a {
    display: inline-flex;
    align-items: center;
    gap: 8px
}

.footer-links a i {
    font-size: .9rem;
    opacity: .85
}

.footer-links a span {
    line-height: 1
}

.footer-legal p {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    font-size: .85rem;
    line-height: 1.6;
    color: #9ca3af;
    padding: 10px
}

.footer-legal i {
    margin-top: 2px;
    font-size: .9rem;
    color: #facc15;
    flex-shrink: 0;
    text-align: left
}

.wm-cardNotice {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.wm-cardNotice__icons {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.wm-cardBadge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.wm-cardBadge svg {
    display: block;
    height: 20px;
    width: auto;
}

.wm-cardBadge--nfc {
    padding: 6px;
    border: none;
    background: #fff;
}

.wm-cardNotice__text {
    font-size: 14px;
    color: #555;
    margin: 0;
    text-align: center
}

.wm-cardBadge img {
    display: block;
    height: 25px;
    width: auto;
}

.wm-cardBadge--nfc {
    padding: 6px 8px;
}

.topCard {
    display: block !important;
        border-top: 1px solid #ccc;
    padding: 20px 0;
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
}

.mobileCard {
    display: none
}

@media (max-width:768px) {
    .topCard {
        display: none
    }

    .mobileCard {
        display: block
    }

    .wm-cardNotice__text {
        padding: 0 20px
    }

    .wm-badgeRow {
        justify-content: center
    }
    
    .contact-channels {
        justify-content: center
    }
    
    body > footer > div > div.footer-top > div:nth-child(4) > div > div > img {
        margin: 0 auto
    }
}

.brands-strip{
    padding:20px 20px 0 20px;
}

.brands-strip picture,
.brands-strip img{
    display:block;
    width:100%;
    max-width:600px;
    margin:0 auto;
}

.brands-strip img{
    height:auto;
}
/* ===== page-home.css ===== */
:root {
    --primary: #130c16;
    --accent: #FFD600 !important;
    --wm-bg: #fff;
    --wm-ink: #0b0b0b;
    --wm-ink2: #1a1a1a;
    --wm-muted: #6f6f6f;
    --wm-line: #e9e9e9;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Roboto, sans-serif;
    background: #ddd;
    color: #333;
    line-height: 1.4;
    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.navbar-logo {
    font-family: "Bebas Neue", sans-serif;
    text-decoration: none;
    font-size: 82px;
    color: #000;
    margin-left: 46px;
    margin-top: -49px;
}

.navbar {
    position: relative;
    top: 0;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 90px;
    padding: .2rem 1rem;
    background: #0B1018;
    color: #fff;
    border-bottom: 1px solid #000;
}

.navbar-branding {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.navbar-branding .avatar img {
    max-width: 400px;
}

.navbar-desktop {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.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 {
    color: #000;
    background: #fff;
}

.wm-hero {
    padding-top: 20px;
    padding-bottom: 25px;
    background: #eee;
}

#hero {
    padding-bottom: 20px !important;
    color: #000;
}

#hero .wm-kicker {
    font-family: "Bangers", system-ui;
    font-size: 28px;
    color: #000;
}

.wm-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.wm-heroGrid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 26px;
    align-items: center;
}

.wm-panel {
    padding: 20px;
}

.wm-h1 {
    font-family: "Bangers", system-ui;
    font-size: clamp(50px, 4vw, 66px);
    line-height: .72;
    margin: 0 0 12px;
    font-weight: 400;
    max-width: 25ch;
    color: var(--accent);
    -webkit-text-stroke: 2px #000;
}

.wm-h1 span {
    color: #666;
}

.wm-h2 {
    font-family: "Bangers", system-ui;
    font-size: 40px;
    line-height: .72;
    color: #0B1018;
}

.wm-lead {
    font: 400 16px/1.5 system-ui, -apple-system, Segoe UI, Arial, sans-serif;
    max-width: 72ch;
    color: #000;
}

.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: 1px solid var(--wm-line);
    border-radius: 999px;
    background: #ccc;
    font: 700 14px/1 system-ui;
}

.wm-ctaRow {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.wm-panel > picture img {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}

.wm-cardNotice {
    margin-top: 0;
}

.topCard {
    display: block !important;
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.wm-cardNotice--hero-media picture {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0;
}

.wm-cardNotice--hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
    margin: 0;
}

.video-cover {
    position: relative;
    display: block;
    flex: 0 0 auto;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    cursor: pointer;
    border: 5px solid #ff0000;
    border-radius: 6px;
    background: #000;
    line-height: 0;
}

.video-cover > img,
.video-cover > iframe {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none !important;
    margin: 0 !important;
    border: 0;
}

.video-cover > img {
    object-fit: cover;
}

.video-play {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.25);
    transition: background .2s ease;
    pointer-events: none;
}

.video-play i {
    font-size: 60px;
    color: #fff;
}

.video-cover:hover .video-play {
    background: rgba(0, 0, 0, 0.4);
}

.video-cover::after {
    content: "Majstor Aca Video";
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 3;
    padding: 4px 6px;
    border-radius: 3px;
    background: var(--accent);
    color: #000;
    font: 700 11px/1 system-ui, Arial, sans-serif;
    letter-spacing: .3px;
}

.wm-priceBox {
    display: block;
}

.brands-strip {
    padding: 20px;
    border-top: 1px solid #ccc;
    background: #eee;
}

.logo-marquee {
    overflow: hidden;
    width: 100%;
    padding-top: 20px;
    border-top: 10px solid #eee;
}

.logo-track {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    will-change: transform;
    animation: logo-scroll 20s linear infinite;
}

.logo-track img {
    display: block;
    flex: 0 0 auto;
    width: 901px;
    height: 50px;
    max-width: none;
    margin: 0 0 20px 0;
}

@keyframes logo-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-901px);
    }
}

@media (max-width: 980px) {
    .wm-panel {
        padding-top: 0;
    }

    .wm-heroGrid {
        display: flex;
        flex-direction: column-reverse;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .wm-h1 {
        font-size: 50px;
    }

    .wm-btn {
        font-size: 40px;
    }

    .wm-hero {
        padding-top: 60px;
        padding-bottom: 0;
    }
}

@media (max-width: 768px) {
    .mobileCard {
        display: block;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 700px) {
    .left {
        margin-top: 0;
    }

    .wm-panel {
        padding: 10px;
        padding-bottom: 0;
    }

    .topCard {
        display: block !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
        height: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        overflow: hidden !important;
    }

    .wm-badgeRow {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .wm-badge {
        border-radius: 0;
        font-weight: normal;
    }
}

.wm-heroGrid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 26px;
    align-items: center;
    justify-content: center;
}

.wm-heroGrid > .wm-panel {
    width: 100%;
    min-width: 0;
}

.wm-panel.left,
.wm-panel--hero-media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wm-panel.left {
    padding: 20px;
}

.wm-panel__inner--left {
    width: 100%;
    max-width: 760px;
    margin-left: auto;
    margin-right: 0;
}

.wm-panel--hero-media {
    padding: 0;
}

.wm-priceBox--hero-media {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wm-cardNotice--hero-media {
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-left: 0;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wm-cardNotice--hero-media picture,
.wm-cardNotice--hero-media img {
    display: block;
    width: 100%;
    height: 100%;
}

.wm-cardNotice--hero-media img {
    object-fit: cover;
    max-width: none;
    margin: 0;
}

@media (max-width: 980px) {
    .wm-heroGrid {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 0px;
    }

    .wm-panel.left,
    .wm-panel--hero-media {
        width: 100%;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .wm-panel__inner--left {
        width: 100%;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .wm-cardNotice--hero-media {
        width: 100%;
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 700px) {
    .wm-panel {
        padding: 10px;
    }

    .wm-panel__inner--left {
        max-width: calc(100% - 30px);
    }

    .wm-cardNotice--hero-media {
        max-width: none;
    }

    .wm-panel--hero-media {
        padding: 0;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: -10px;
        width: calc(100% + 40px) !important;
    }
}

.wm-splitMedia {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 28px;
    align-items: start;
    margin-top: 30px;
}

.wm-splitMedia__content {
    min-width: 0;
}

.wm-splitMedia__media {
    min-width: 0;
}

.wm-splitMedia__media .video-cover {
    width: 100%;
    margin: 0;
}

@media (max-width: 980px) {
    .wm-splitMedia {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .wm-splitMedia__media {
        max-width: 480px;
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 980px) {
    .wm-panel--hero-media {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding: 0;
    }

    .wm-priceBox--hero-media,
    .wm-cardNotice--hero-media {
        width: 100%;
        max-width: none;
        height: auto;
        aspect-ratio: auto;
        margin: 0;
        display: block;
    }

    .wm-cardNotice--hero-media picture {
        display: block;
        width: 100%;
        height: auto;
        line-height: 0;
    }

    .wm-cardNotice--hero-media img {
        display: block;
        width: 100%;
        height: auto;
        max-width: none;
        margin: 0;
        object-fit: contain;
    }
}

@media (max-width: 980px) {
    .wm-panel--hero-media {
        width: 100vw !important;
        max-width: none !important;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        padding: 0 !important;
    }

    .wm-priceBox--hero-media,
    .wm-cardNotice--hero-media {
        width: 100% !important;
        max-width: none !important;
        height: auto !important;
        aspect-ratio: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        overflow: visible !important;
        margin-top: 10px!important;
    }

    .wm-cardNotice--hero-media picture,
    .wm-cardNotice--hero-media img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        max-width: none !important;
        margin: 0 !important;
    }

    .wm-cardNotice--hero-media img {
        object-fit: contain !important;
    }
}

@media (max-width: 980px) {
    .wm-panel--hero-media {
        width: 100%;
        padding: 0 16px;
        margin: 0 auto 18px;
    }

    .wm-priceBox--hero-media {
        width: 100%;
        display: block;
    }

    .wm-cardNotice--hero-media {
        width: 100%;
        max-width: 560px;
        aspect-ratio: 1 / 1;
        height: auto;
        margin: 0 auto;
        overflow: hidden;
        border: 6px solid #000;
        border-radius: 12px;
        background: #000;
        box-shadow: 8px 8px 0 #000;
    }

    .wm-cardNotice--hero-media picture,
    .wm-cardNotice--hero-media img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .wm-cardNotice--hero-media img {
        object-fit: cover;
        object-position: center;
        max-width: none;
        margin: 0;
    }
}

@media (max-width: 700px) {
    .wm-panel--hero-media {
        padding: 0 8px;
        margin: 0 auto 18px;
        width: 100% !important;
    }

    .wm-cardNotice--hero-media {
        max-width: 100%;
        aspect-ratio: 1 / 1;
        height: auto !important;
        min-height: 0 !important;
    }
}
/* ===== premium-agency-v4.css ===== */
:root {
    --y: #ffd600;
    --red: #e30613;
    --ink: #07090d;
    --dark: #0b1018;
    --paper: #fff8d8;
    --card: #fff;
    --shadow: 10px 10px 0 #000;
    --shadow2: 6px 6px 0 #000;
    --wrap: 1280px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 92px
}

body.wm-page {
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    background: radial-gradient(circle at 12% 0, rgba(255, 214, 0, .25), transparent 28rem), linear-gradient(180deg, #fffdf2, #fff6be 45%, #fffdf2);
    color: #080808
}

body.wm-page:before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    opacity: .12;
    background-image: radial-gradient(#000 1px, transparent 1.4px);
    background-size: 16px 16px
}

.wm-wrap {
    max-width: var(--wrap) !important;
    width: 100%;
    padding-inline: clamp(18px, 4vw, 42px) !important
}

.navbar {
    position: sticky !important;
    top: 0;
    min-height: 78px !important;
    background: var(--dark) !important;
    border-bottom: 5px solid #000 !important;
    box-shadow: 0 5px 0 var(--y);
    padding: 10px clamp(14px, 2vw, 28px) !important
}

.navbar-branding {
    padding: 0 !important;
    margin: 0 !important
}

.navbar-branding .avatar img {
    position: static !important;
    max-width: 255px !important;
    width: min(255px, 58vw) !important;
    height: auto !important;
    filter: drop-shadow(4px 4px 0 #000)
}

.navbar-desktop .bottom-row {
    gap: 10px !important
}

.navbar-desktop .bottom-row a,
.nav-dd__toggle {
    font-family: "Bangers", Impact, sans-serif !important;
    color: #fff !important;
    font-size: 18px !important;
    letter-spacing: .7px !important;
    padding: 11px 12px 8px !important;
    border-radius: 999px !important
}

.navbar-desktop .bottom-row a:hover {
    background: var(--y) !important;
    color: #000 !important;
    box-shadow: 4px 4px 0 #000
}

.navbar-desktop i {
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin-right: 5px
}

.nav-label {
    padding-left: 0 !important
}

.nav-dd__menu {
    background: #fff !important;
    border: 3px solid #000 !important;
    box-shadow: 8px 8px 0 #000 !important;
    right: 0 !important
}

.nav-dd__menu a {
    color: #000 !important
}

.hamburger {
    color: var(--y) !important
}

.nav-links {
    background: var(--y) !important;
    border-top: 4px solid #000 !important
}

.nav-links a,
.mnav-dd summary,
.mnav-dd__menu a {
    font-family: "Bangers", Impact, sans-serif !important;
    font-size: 24px !important;
    color: #000 !important
}

.wm-section {
    position: relative;
    padding: clamp(72px, 9vw, 128px) 0 !important;
    border-top: 5px solid #000 !important;
    overflow: hidden
}

.top-stripe:before {
    display: none !important
}

.wm-kicker,
#hero .wm-kicker {
    display: inline-block !important;
    margin: 0 0 14px !important;
    padding: 8px 12px 6px !important;
    background: var(--y) !important;
    color: #000 !important;
    border: 3px solid #000 !important;
    box-shadow: 5px 5px 0 #000 !important;
    font-family: "Bangers", Impact, sans-serif !important;
    font-size: clamp(18px, 2vw, 26px) !important;
    line-height: .95 !important;
    letter-spacing: .8px !important;
    transform: rotate(-1deg)
}

.wm-h1,
.wm-h2,
.h2,
h2,
h3,
h4,
.footer-col h4 {
    font-family: "Bangers", Impact, sans-serif !important;
    letter-spacing: .8px !important
}

.wm-h1 {
    color: var(--black) !important;
    font-size: clamp(58px, 8.5vw, 78px) !important;
    line-height: .78 !important;
    max-width: 820px !important;
    margin-bottom: 24px !important
}

.wm-h2,
.h2 {
    color: #000 !important;
    font-size: clamp(42px, 5.5vw, 76px) !important;
    line-height: .86 !important;
    margin-bottom: 18px !important
}

.wm-sub {
    max-width: 850px !important;
    color: #2e2e2e !important;
    font-size: 17px !important;
    line-height: 1.65 !important;
    margin-bottom: 28px !important
}

.wm-hero {
    position: relative;
    background: radial-gradient(circle at 74% 46%, rgba(255, 255, 255, .58), transparent 0 22%, transparent 36%), linear-gradient(135deg, #fffbe0 0%, #ffd600 58%, #ffbd00 100%) !important;
    padding: clamp(34px, 5vw, 20px) 0 clamp(42px, 6vw, 86px) !important;
    border-bottom: 6px solid #000 !important;
    overflow: hidden
}

.wm-heroGrid {
    position: relative;
    z-index: 1;
    display: grid !important;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr) !important;
    gap: clamp(34px, 5vw, 72px) !important;
    align-items: center !important;
    min-height: 620px
}

.wm-panel__inner--left {
    max-width: 820px !important;
    margin: 0 !important
}

.wm-lead {
    position: relative;
    max-width: 780px !important;
    padding: 24px 26px !important;
    background: rgba(255, 255, 255, .94) !important;
    color: #111 !important;
    border: 4px solid #000 !important;
    border-radius: 0 24px 24px 24px !important;
    box-shadow: var(--shadow) !important;
    font-size: 18px !important;
    line-height: 1.68 !important
}

.wm-lead:before {
    content: "";
    position: absolute;
    left: 36px;
    bottom: -21px;
    width: 34px;
    height: 34px;
    background: #fff;
    border-left: 4px solid #000;
    border-bottom: 4px solid #000;
    transform: rotate(-45deg)
}

.wm-lead strong {
    background: linear-gradient(transparent 62%, rgba(255, 214, 0, .9) 62%)
}

.wm-ctaRow {
    margin-top: 34px !important;
    display: flex !important;
    align-items: center !important;
    gap: 16px !important
}

.wm-ctaRow p {
    flex-basis: 100%;
    font-size: 17px !important;
    font-weight: 900;
    color: #000
}

.wm-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    background: var(--red) !important;
    color: #fff !important;
    border: 4px solid #000 !important;
    border-radius: 999px !important;
    box-shadow: 7px 7px 0 #000 !important;
    padding: 12px 18px 12px !important;
    font-family: "Bangers", Impact, sans-serif !important;
    font-size: clamp(34px, 4.5vw, 56px) !important;
    line-height: .86 !important;
    text-decoration: none !important;
    transform: rotate(-1deg);
    transition: .18s ease !important
}

.wm-btn:hover {
    transform: translate(-3px, -3px) rotate(-1deg);
    box-shadow: 11px 11px 0 #000 !important
}

.wm-contactApp {
    width: 52px !important;
    height: 52px !important;
    min-height: 52px !important;
    padding: 0 !important;
    background: #fff !important;
    border: 3px solid #000 !important;
    border-radius: 50% !important;
    box-shadow: 5px 5px 0 #000 !important
}

.wm-contactApp i {
    font-size: 24px !important
}

.wm-panel--hero-media {
    padding: 0 !important
}

.wm-cardNotice--hero-media {
    width: 100% !important;
    max-width: 560px !important;
    aspect-ratio: 1/1 !important;
    background: #fff;
    border: 7px solid #000 !important;
    border-radius: 14px !important;
    box-shadow: 16px 16px 0 #000 !important;
    transform: rotate(1.3deg);
    overflow: hidden
}

.wm-cardNotice--hero-media img {
    object-fit: cover !important
}

.logo-marquee {
    background: #fff !important;
    border-top: 5px solid #000 !important;
    border-bottom: 5px solid #000 !important;
    padding: 12px 0 8px !important
}

.logo-track img {
    height: 50px !important;
    margin-bottom: 0 !important
}

#usluge,
#faq {
    background: var(--y) !important
}

#why,
#saveti {
    background: #fffdf2 !important
}

#reon {
    background: var(--dark) !important;
    color: #fff !important
}

#recenzije {
    background: linear-gradient(180deg, #fffdf2, #fff4b8) !important
}

#reon .wm-h2,
#reon .wm-sub {
    color: #fff !important
}

.wm-quickGrid,
.wm-whyGrid,
.reviews-grid {
    display: grid !important;
    gap: 24px !important
}

.wm-quickGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important
}

.wm-whyGrid,
.reviews-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important
}

.wm-tile,
.wm-why,
.review-card,
.wm-code,
.wm-box {
    position: relative;
    background: #fff !important;
    color: #111 !important;
    border: 4px solid #000 !important;
    border-radius: 18px !important;
    box-shadow: var(--shadow2) !important;
    padding: 26px !important;
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease
}

.wm-tile:hover,
.wm-why:hover,
.review-card:hover {
    transform: translate(-4px, -4px);
    box-shadow: 10px 10px 0 #000 !important
}

.wm-tile:after {
    position: absolute;
    right: 18px;
    top: 14px;
    font-family: "Bangers", Impact, sans-serif;
    font-size: 60px;
    color: rgba(0, 0, 0, .08)
}

.wm-tile:nth-child(1):after {
    content: "01"
}

.wm-tile:nth-child(2):after {
    content: "02"
}

.wm-tile h3,
.wm-whyTop h4,
.wm-tip h4 {
    font-family: "Bangers", Impact, sans-serif !important;
    color: #000 !important;
    font-size: clamp(30px, 3vw, 42px) !important;
    line-height: .9 !important;
    margin-bottom: 16px !important
}

.wm-tile h4 {
    display: inline-block;
    margin: 18px 0 8px !important;
    padding-bottom: 4px;
    border-bottom: 5px solid var(--y);
    font-family: "Bangers", Impact, sans-serif !important;
    font-size: 25px !important
}

.wm-tile p,
.wm-why p,
.wm-tip p,
.review-text,
.pad15 {
    font-size: 16px !important;
    line-height: 1.62 !important;
    color: #151515 !important;
    margin-bottom: 12px !important
}

.opsirnije {
    display: inline-flex !important;
    margin-top: 6px;
    font-family: "Bangers", Impact, sans-serif !important;
    font-size: 24px;
    text-decoration: none !important;
    background: var(--y);
    border: 3px solid #000;
    border-radius: 999px;
    padding: 8px 14px 5px;
    box-shadow: 4px 4px 0 #000
}

.opsirnije:after {
    content: "→";
    margin-left: 8px
}

.wm-splitMedia {
    display: grid !important;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr) !important;
    gap: 36px !important;
    align-items: stretch !important;
    margin-top: 46px !important;
    padding: 34px !important;
    background: #fff !important;
    border: 5px solid #000 !important;
    border-radius: 24px !important;
    box-shadow: 12px 12px 0 #000 !important
}

.wm-splitMedia__content h3 {
    font-size: 34px !important;
    margin: 24px 0 10px !important
}

.video-cover {
    border: 6px solid #000 !important;
    border-radius: 16px !important;
    box-shadow: 10px 10px 0 #000 !important
}

.video-cover:after {
    content: "MAJSTOR ACA VIDEO" !important;
    background: var(--y) !important;
    color: #000 !important;
    border: 3px solid #000 !important;
    font-family: "Bangers", Impact, sans-serif !important;
    font-size: 18px !important;
    padding: 7px 9px 4px !important
}

.wm-whyTop i,
.wm-whyIcon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    margin-bottom: 12px !important;
    background: var(--y) !important;
    color: #000 !important;
    border: 3px solid #000 !important;
    border-radius: 50% !important;
    box-shadow: 4px 4px 0 #000 !important
}

.wm-tagRow {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin-top: 26px !important
}

.wm-tag {
    background: #fff !important;
    color: #000 !important;
    border: 3px solid #000 !important;
    border-radius: 999px !important;
    padding: 8px 13px 6px !important;
    font-weight: 900 !important;
    font-size: 13px !important;
    box-shadow: 3px 3px 0 var(--y)
}

.review-avatar {
    background: var(--y) !important;
    color: #000 !important;
    border: 3px solid #000 !important;
    box-shadow: 3px 3px 0 #000 !important;
    font-weight: 900 !important
}

.review-name {
    font-weight: 900 !important;
    color: #000 !important
}

.stars svg {
    fill: #ffb800 !important
}

.wm-faq {
    max-width: 980px !important;
    margin-top: 26px !important
}

.wm-faqItem {
    margin-bottom: 14px !important;
    background: #fff !important;
    border: 4px solid #000 !important;
    border-radius: 16px !important;
    box-shadow: 6px 6px 0 #000 !important;
    overflow: hidden !important
}

.wm-faqQ {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    background: #fff !important;
    color: #000 !important;
    border: 0 !important;
    cursor: pointer !important;
    padding: 18px 20px 15px !important;
    font-family: "Bangers", Impact, sans-serif !important;
    font-size: 26px !important;
    line-height: 1 !important;
    text-align: left !important
}

.wm-faqQ[aria-expanded="true"] {
    background: var(--dark) !important;
    color: #fff !important
}

.wm-faqQ[aria-expanded="true"] .wm-faqIcon {
    transform: rotate(180deg)
}

.wm-faqA {
    background: #fffdf2 !important;
    border-top: 4px solid #000 !important;
    padding: 18px 20px !important
}

.wm-faqA p {
    font-size: 16px !important;
    line-height: 1.68 !important;
    color: #111 !important;
    margin: 0 !important
}

.site-footer,
.site-footer .container {
    background: var(--dark) !important;
    color: #fff !important;
}

.site-footer a {
    color: #fff !important
}

.footer-top {
    display: grid !important;
    grid-template-columns: 1.5fr 1fr 1fr 1fr !important;
    gap: 28px !important;
    max-width: var(--wrap);
    margin: auto;
    padding: 0 clamp(18px, 4vw, 42px) 34px !important
}

.footer-col h4 {
    color: var(--y) !important;
    font-size: 28px !important
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .22) !important;
    max-width: var(--wrap);
    margin: auto;
    padding: 22px clamp(18px, 4vw, 42px) !important;
    color: rgba(255, 255, 255, .75) !important
}

.floating-kontakt {
    position: fixed !important;
    left: 12px !important;
    bottom: 12px !important;
    z-index: 9999 !important;
    background: var(--red) !important;
    color: #fff !important;
    border: 4px solid #000 !important;
    border-radius: 999px !important;
    box-shadow: 5px 5px 0 #000 !important;
    padding: 12px 16px 9px !important;
    font-family: "Bangers", Impact, sans-serif !important;
    font-size: 22px !important;
    text-decoration: none !important
}

#back-to-top {
    background: #fff !important;
    color: #000 !important;
    border: 3px solid #000 !important;
    box-shadow: 4px 4px 0 #000 !important
}

[data-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .55s ease, transform .55s ease
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0)
}

@media(prefers-reduced-motion:reduce) {

    *,
    *:before,
    *:after {
        animation: none !important;
        transition: none !important
    }

    [data-reveal] {
        opacity: 1 !important;
        transform: none !important
    }

    .logo-track {
        animation: none !important
    }
}

@media(max-width:1100px) {
    .wm-heroGrid {
        grid-template-columns: 1fr !important;
        min-height: auto !important;
        display: flex !important;
        flex-direction: column-reverse !important;
        gap: 0 !important
    }

    .wm-cardNotice--hero-media {
        max-width: 680px !important;
    }

    .wm-quickGrid,
    .wm-whyGrid,
    .reviews-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important
    }

    .wm-splitMedia {
        grid-template-columns: 1fr !important
    }

    .footer-top {
        grid-template-columns: 1fr 1fr !important
    }
}

@media(max-width:768px) {
    html {
        scroll-padding-top: 72px
    }

    .navbar {
        min-height: 64px !important;
        padding: 8px 14px !important
    }

    .navbar-branding .avatar img {
        max-width: 185px !important
    }

    .nav-links {
        top: 64px !important;
        box-shadow: 0 8px 0 #000 !important
    }

    .wm-wrap {
        padding-inline: 16px !important
    }

    .wm-section {
        padding: 64px 0 !important
    }

    .wm-hero {
        padding-top: 24px !important
    }

    .wm-h2,
    .h2 {
        font-size: clamp(48px, 10vw, 38px) !important
    }

    .wm-lead {
        font-size: 16px !important;
        padding: 20px !important;
        box-shadow: 7px 7px 0 #000 !important
    }

    .wm-ctaRow {
        align-items: flex-start !important
    }

    .wm-btn {
        width: 100%;
        justify-content: center;
        font-size: 42px !important
    }

    .wm-contactApps {
        width: 100%;
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        justify-items: center;
    }

    .wm-quickGrid,
    .wm-whyGrid,
    .reviews-grid {
        grid-template-columns: 1fr !important
    }

    .wm-tile,
    .wm-why,
    .review-card {
        padding: 22px !important
    }

    .wm-splitMedia {
        padding: 20px !important;
        border-width: 4px !important;
        box-shadow: 7px 7px 0 #000 !important
    }

    .wm-faqQ {
        font-size: 22px !important;
        padding: 16px !important
    }

    .footer-top {
        grid-template-columns: 1fr !important
    }
}

@media(max-width:420px) {
    .wm-h1 {
        font-size: 48px !important
    }

    .wm-btn {
        font-size: 43px !important;
        max-width: 320px;
    }

    .wm-kicker,
    #hero .wm-kicker {
        font-size: 17px !important
    }
}
/* ===== Final production overrides ===== */
.navbar-branding .avatar img{width:clamp(260px,28vw,440px)!important;max-width:none!important;height:auto!important}.navbar-desktop .bottom-row .nav-dd__menu,.nav-dd__menu{background:#ffd600!important;border:4px solid #000!important;box-shadow:8px 8px 0 #000!important;min-width:280px!important;padding:8px!important;z-index:5000!important}.navbar-desktop .bottom-row .nav-dd__menu a,.nav-dd__menu a{display:flex!important;align-items:center!important;gap:10px!important;color:#000!important;background:#ffd600!important;font-family:"Bangers",Impact,sans-serif!important;font-size:20px!important;line-height:1!important;letter-spacing:.7px!important;padding:13px 14px 10px!important;border-bottom:2px solid #000!important;text-decoration:none!important;white-space:nowrap!important}.navbar-desktop .bottom-row .nav-dd__menu a:last-child,.nav-dd__menu a:last-child{border-bottom:0!important}.navbar-desktop .bottom-row .nav-dd__menu a:hover,.nav-dd__menu a:hover{background:#0b1018!important;color:#ffd600!important}.navbar-desktop .bottom-row .nav-dd__menu a i,.nav-dd__menu a i{position:static!important;width:auto!important;height:auto!important}.wm-cardNotice--hero-media{background:#000!important}@media(max-width:980px){.navbar-branding .avatar img{width:clamp(210px,58vw,285px)!important;max-width:none!important}}@media(max-width:700px){.navbar{min-height:70px!important}.navbar-branding .avatar img{width:clamp(200px,60vw,260px)!important;max-width:none!important}.wm-cardNotice--hero-media{aspect-ratio:1/1!important;overflow:hidden!important;background:#000!important}.wm-cardNotice--hero-media picture{display:block!important;width:100%!important;height:100%!important;overflow:hidden!important;background:#000!important}.wm-cardNotice--hero-media img{width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:top center!important;transform:scale(1.075)!important;transform-origin:top center!important}}

.floating-contact-bar {
    position: fixed;
    left: 50%;
    bottom: 16px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 10px;
    width: min(calc(100% - 24px), 505px);
    padding: 10px;
    background: #ffd600;
    border: 4px solid #000;
    border-radius: 999px;
    box-shadow: 8px 8px 0 #000;
    transform: translate(-50%, 140%);
    opacity: 0;
    pointer-events: none;
    transition: transform .22s ease, opacity .22s ease;
}

.floating-contact-bar.is-visible {
    transform: translate(-50%, 0);
    opacity: 1;
    pointer-events: auto;
}

.floating-contact-phone,
.floating-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    background: #fff;
    border: 3px solid #000;
    box-shadow: 4px 4px 0 #000;
    max-width: 280px;
}

.floating-contact-phone {
    flex: 1;
    gap: 6px;
    min-height: 54px;
    padding: 8px 18px;
    border-radius: 999px;
    background: #e60012;
    color: #fff;
    font-family: "Bangers", system-ui, sans-serif;
    font-size: clamp(28px, 7vw, 42px);
    line-height: 1;
    white-space: nowrap;
}

.floating-contact-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    font-size: 24px;
}

.floating-contact-icon .fa-viber {
    color: #7360f2;
}

.floating-contact-icon .fa-comment-sms {
    color: #0ea5e9;
}

.floating-contact-icon .fa-whatsapp {
    color: #25d366;
}

@media (max-width: 430px) {
    .floating-contact-bar {
        gap: 6px;
        padding: 8px;
        bottom: 10px;
        border-width: 3px;
        box-shadow: 5px 5px 0 #000;
    }

    .floating-contact-phone {
        min-height: 48px;
        padding: 7px 12px;
        font-size: 30px;
    }

    .floating-contact-icon {
        width: 46px;
        height: 46px;
        font-size: 21px;
    }
}

@media (max-width: 768px) {
    .floating-contact-icon {
        flex: 0 0 auto !important;
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
        min-height: 48px !important;

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

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

        aspect-ratio: 1 / 1 !important;
    }

    .floating-contact-icon i {
        font-size: 20px !important;
        line-height: 1 !important;
    }
}

.floating-contact-bar .fa-phone {
    margin-top: -10px;
}

.floating-contact-bar .fa-phone:before {
    font-size: 25px;
    background: #000;
    padding: 10px;
    border-radius: 50%;
}

.fa-phone:before {
    font-size: 30px;
}

@media (max-width: 768px) {

    .floating-contact-bar {
        gap: 5px;
        padding: 6px 8px;
        width: 100%;
        max-width: 100%;
        justify-content: space-between;
        border-radius: 0;
        border-right: none;
        border-left: none;
        border-bottom: none;
        bottom: 0;
        box-shadow: none;
        padding-bottom: 10px
    }

    .floating-contact-phone {
        flex: 1;
        min-width: 0;
        padding: 6px 12px;
        font-size: 30px;
    }

    /* WRAP icons into a tight group */
    .floating-contact-icons {
        display: flex;
        gap: 6px;
        flex: 0 0 auto;
    }

    .floating-contact-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
        border-radius: 50%;
        flex: 0 0 auto;
    }

    .floating-contact-icon i {
        font-size: 18px;
    }
    
    .floating-contact-bar .fa-phone {
        margin-top: -8px;
    }
    
    .floating-contact-bar .fa-phone:before {
       font-size: 20px;
        background: #000;
        padding: 5px;
        border-radius: 50%;
    }
    
    .fa-phone:before {
       font-size: 20px;
    }
}
/* Inner pages: shared one-page system */
.inner-hero {
    border-bottom: 6px solid #000;
}

.inner-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
    gap: 38px;
    align-items: center;
    min-height: 560px;
    padding-top: 36px;
    padding-bottom: 42px;
}

.inner-hero__media {
    position: relative;
    margin: 0;
}

.inner-hero__media picture {
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #000;
    border: 6px solid #000;
    border-radius: 18px;
    box-shadow: 12px 12px 0 #000;
    transform: rotate(1deg);
}

.inner-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.inner-contact-actions {
    align-items: center;
}

.contact-grid {
    margin-top: 24px;
}

.wm-btn--ghost {
    background: #fff !important;
    color: #000 !important;
}

.error-hero .wm-h1 {
    max-width: 820px;
}

@media (max-width: 980px) {
    .inner-hero__grid {
        grid-template-columns: 1fr;
        min-height: auto;
        padding-top: 24px;
        gap: 26px;
    }

    .inner-hero__media {
        max-width: 560px;
        width: 100%;
        margin: 0 auto;
        order: -1;
    }

    .inner-hero__media picture {
        box-shadow: 8px 8px 0 #000;
    }
}

@media (max-width: 700px) {
    .inner-hero__grid {
        padding-top: 18px;
        padding-bottom: 34px;
    }

    .inner-hero__media picture {
        border-width: 4px;
        border-radius: 14px;
        box-shadow: 6px 6px 0 #000;
        transform: none;
    }

    .inner-hero .wm-h1 {
        font-size: clamp(48px, 14vw, 72px) !important;
    }
}
