/* poslovni-park-v2 — brand overrides on top of webshop-base.css */
:root {
    --color-primary: #063f89;
    --color-primary-rgb: 6, 63, 137;
    --color-primary-lt: #7dd8f8;
    --color-primary-dk: #0080b8;
    --color-accent: #fca91e;
    --fs-step: 3.2rem;
}

.hero-bg {
    background: url("../../images/hero-1CUXrBB.jpg") center/cover no-repeat;
}

/* active nav link uses accent color */
.nav-link.active {
    color: var(--color-accent);
    font-weight: 700;
}

/* stronger mobile lang bar border */
.mobile-lang-bar {
    border-bottom: 2px solid var(--color-navy);
}

/* step numbers use white tint instead of primary tint */
.step-num {
    color: rgba(255, 255, 255, 0.3);
}

/* no uppercase on outline button */
.btn-ks-outline {
    text-transform: none;
}

/* flat top on mobile purchase card */
@media (max-width: 520px) {
    .purchase-card {
        border-top: 0;
    }
}
