/* Brand colors — ažurirano prema knjizi standarda Viaorto
   VAŽNO: logo SVG na /images/logo.svg hardkodira staru boju #677866 —
   treba ručno zamijeniti na #8A8C6C u samom logo.svg fileu (CSS varijable
   ne djeluju na <img src="...svg">). */
:root {
    --brand-primary: #8A8C6C;        /* Olive — zamjena za staru zelenu */
    --brand-primary-hover: #767857;  /* tamnija olive za hover */

    --brand-accent: #CC6E52;         /* Clay — nova accent boja za primary gumbe */
    --brand-accent-hover: #b55f45;   /* tamnija clay za hover */

    --brand-beige: #D8D6CE;
    --brand-blue: #A9B7D3;
    --brand-black: #121212;
    --brand-white: #FFFFFF;
    --brand-cream: #FBFAF8;
    --brand-section-alt: #EDECE4;
    --brand-border: #E4E2D8;
    --brand-text-body: #3d3d33;
    --brand-text-muted: #5b5c46;
    --brand-dark-olive: #4a4c3a;
}
/* Source Sans 3 — ONEMOGUĆEN, zamijenjen s Funnel Display / Funnel Sans
@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400 600;
    font-display: swap;
    src: url('../fonts/source-sans-3/source-sans-3-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400 600;
    font-display: swap;
    src: url('../fonts/source-sans-3/source-sans-3-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
*/

/* Funnel Display — naslovi i podnaslovi */
@font-face {
    font-family: 'Funnel Display';
    font-style: normal;
    font-weight: 300 800;
    font-display: swap;
    src: url('../fonts/funnel-display/FunnelDisplay-VariableFont_wght.woff') format('woff');
}

/* Funnel Sans — ostali tekst (regular) */
@font-face {
    font-family: 'Funnel Sans';
    font-style: normal;
    font-weight: 300 800;
    font-display: swap;
    src: url('../fonts/funnel-sans/FunnelSans-VariableFont_wght.woff') format('woff');
}

/* Funnel Sans — italic */
@font-face {
    font-family: 'Funnel Sans';
    font-style: italic;
    font-weight: 300 800;
    font-display: swap;
    src: url('../fonts/funnel-sans/FunnelSans-Italic-VariableFont_wght.woff') format('woff');
}

body, p, li, span, a, input, textarea, button {
    font-family: 'Funnel Sans', sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Funnel Display', sans-serif !important;
}

/* Sigurnosna kočnica protiv FOUC-a na dropdown izbornicima */
.uk-navbar-dropdown {
    display: none;
}



.uk-logo img{
    height: 65px;
}

.uk-bio-image img {
    height:550px;
    width: 100%;
    object-fit: cover;
}

.uk-hero-card {
    background-color: color-mix(in srgb, var(--brand-primary) 80%, transparent);
}

/* Page hero — full-width image with glassmorphism title bar at bottom.
   Reusable across pricelist, services, contact, faq, etc. */
.page-hero {
    position: relative;
    overflow: hidden;
}
.page-hero-media {
    height: 540px;
    background-size: cover;
    background-position: 50% 20%;
    background-repeat: no-repeat;
}
.page-hero-title-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    padding: 28px 0;
}
.page-hero-title {
    font-size: 2rem;
    font-weight: 700;
    color: #2a2a2a;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
@media (max-width: 959px) {
    .page-hero-media {
        height: 360px;
    }
    .page-hero-title-bar {
        padding: 22px 0;
    }
    .page-hero-title {
        font-size: 1.6rem;
    }
}
@media (max-width: 480px) {
    .page-hero-media {
        height: 280px;
    }
    .page-hero-title {
        font-size: 1.35rem;
    }
}

/* =============================================
   VIAORTO HERO — responsive system
   Mobile: image stacked, tagline overlay at bottom, CTA below in white
   Tablet+Desktop: 1000px tall, tagline + CTA absolutely positioned left
   ============================================= */
.viaorto-hero {
    position: relative;
    overflow: hidden;
}
.viaorto-hero-media {
    background-size: cover;
    background-repeat: no-repeat;
}
.viaorto-hero-heading {
    font-weight: 700;
    line-height: 1.12;
    color: #2a2a2a;
    margin: 0;
    letter-spacing: -0.5px;
}
.viaorto-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--brand-accent);
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.15s ease;
    letter-spacing: 0.2px;
}
.viaorto-hero-cta:hover,
.viaorto-hero-cta:focus {
    background: var(--brand-primary-hover);
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}
.viaorto-hero-cta:active {
    transform: translateY(0);
}

/* ----- MOBILE (<960px): stacked — image, tagline overlapping bottom, CTA below ----- */
@media (max-width: 1200px) {
    .viaorto-hero-media {
        height: 500px;
        background-position: 50% 10%;
    }
    .viaorto-hero-tagline {
        margin-top: -130px;
        position: relative;
        z-index: 2;
        background: rgba(255, 255, 255, 0.40);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        padding: 28px 24px;
    }
    .viaorto-hero-heading {
        font-size: 2rem;
    }
    .viaorto-hero-cta-wrap {
        background: #fff;
        padding: 20px 24px 28px;
    }
    .viaorto-hero-cta {
        display: flex;
        width: 100%;
        box-sizing: border-box;
        justify-content: center;
        font-size: 1.1rem;
        padding: 16px 28px;
    }
}
/* Small phones */
@media (max-width: 480px) {
    .viaorto-hero-media {
        height: 420px;
    }
    .viaorto-hero-tagline {
        margin-top: -110px;
        padding: 24px 20px;
    }
    .viaorto-hero-heading {
        font-size: 1.75rem;
    }
    .viaorto-hero-cta-wrap {
        padding: 16px 20px 24px;
    }
}

/* ----- TABLET + DESKTOP (≥960px): 1000px hero, absolute positioning ----- */
@media (min-width: 1200px) {
    .viaorto-hero {
        height: 900px;
    }
    .viaorto-hero-media {
        position: absolute;
        inset: 0;
        background-position: 55% 15%;
    }
    .viaorto-hero-inner {
        position: absolute;
        inset: 0;
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 40px;
        z-index: 2;
    }
    .viaorto-hero-tagline {
        position: absolute;
        top: 26%;
        left: 40px;
        max-width: 400px;
    }
    .viaorto-hero-heading {
        font-size: 3.2rem;
    }
    .viaorto-hero-cta-wrap {
        position: absolute;
        top: 48%;
        left: 40px;
    }
    .viaorto-hero-cta {
        font-size: 1.15rem;
        padding: 18px 36px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    }
}

/* ----- LARGE DESKTOP (≥1400px): larger heading, refined positioning ----- */
@media (min-width: 1400px) {
    .viaorto-hero-tagline {
        top: 24%;
        max-width: 480px;
    }
    .viaorto-hero-heading {
        font-size: 3.6rem;
    }
    .viaorto-hero-cta-wrap {
        top: 46%;
    }
}

/* Viaorto therapy phases section (split column: image + numbered timeline) */
.viaorto-phases-section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.viaorto-phases-image-wrap {
    width: 100%;
    height: 100%;
    min-height: 420px;
}
.viaorto-phases-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}
.viaorto-phases-content {
    padding-left: 12px;
}
.viaorto-phases-title {
    margin: 0 0 28px;
    line-height: 1.2;
}
.viaorto-phases-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    counter-reset: none;
}
.viaorto-phase {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 6px 0 18px;
    position: relative;
}
/* Vertical connecting line between circles — runs from bottom of current circle
   to top of next circle */
.viaorto-phase::before {
    content: '';
    position: absolute;
    left: 17px;
    top: 46px;
    bottom: -2px;
    width: 2px;
    background: color-mix(in srgb, var(--brand-primary) 35%, transparent);
}
.viaorto-phase:last-child::before {
    display: none;
}
.viaorto-phase:last-child {
    padding-bottom: 0;
}
.viaorto-phase-number {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--brand-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.95rem;
    font-family: 'Source Sans 3', sans-serif;
    line-height: 1;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 0 4px #fff;
}
.viaorto-phase-text {
    font-size: 1.05rem;
    line-height: 1.5;
    color: #2a2a2a;
    padding-top: 7px;
}
.viaorto-phases-note {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #666;
    font-style: italic;
    margin: 0;
    padding-top: 4px;
    border-top: 1px solid #ececec;
    padding-top: 20px;
    margin-top: 8px;
}

/* Viaorto manifesto — Dr. Vedrana (full-width brand green) */
.viaorto-manifest {
    background-color: var(--brand-primary);
    color: #fff;
    padding: 80px 0;
}
.viaorto-manifest-body {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}
.viaorto-manifest-body p {
    font-size: 1.25rem;
    line-height: 1.65;
    font-style: italic;
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 400;
}
.viaorto-manifest-body p:last-of-type {
    margin-bottom: 0;
}
.viaorto-manifest-signature {
    margin-top: 34px !important;
    font-style: normal !important;
    font-size: 0.88rem !important;
    color: rgba(255, 255, 255, 0.75) !important;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600 !important;
}

/* Mobile adjustments for phases + manifesto */
@media (max-width: 959px) {
    .viaorto-phases-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .viaorto-phases-image-wrap {
        min-height: 320px;
        margin-bottom: 32px;
    }
    .viaorto-phases-content {
        padding-left: 0;
    }
    .viaorto-phases-title {
        font-size: 1.6rem;
        margin-bottom: 22px;
    }
    .viaorto-manifest {
        padding: 56px 0;
    }
    .viaorto-manifest-body p {
        font-size: 1.1rem;
        line-height: 1.6;
    }
}

@media only screen and (max-width: 600px) {

    .uk-bio-image img {
        height:400px;
        width: 100%;
        object-fit: cover;
    }
}

.uk-section-primary {
    background-color: var(--brand-primary)!important;
}

.uk-background-primary {
    background-color: var(--brand-primary)!important;
}

.uk-text-white {
    color: #ffff!important;
}

.uk-text-primary {
    color: var(--brand-primary)!important;
}

.uk-page-hero {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.uk-card-border {
    border: 1px solid var(--brand-primary);
}

/*
 * Primary
 */
.uk-button-primary {
    background-color: var(--brand-primary)!important;
    color: #fff;
    border: 1px solid transparent;
}

  .uk-button-primary:hover {
    background-color: var(--brand-primary-hover)!important;
    color: #fff;
}

.uk-button-primary:active,
.uk-button-primary.uk-active {
    background-color: var(--brand-primary-hover)!important;
    color: #fff;
}

.footer-black {
    background: var(--brand-black) !important;
}

@media only screen and (max-width: 600px) {
    .uk-page-hero {
        height: 350px;
        width: 100%;
        object-fit: cover;
    }
}

.uk-height-modal-1 {
    height: 100vh!important;
}


.uk-light .uk-nav-default > li > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a,
.uk-card-primary.uk-card-body .uk-nav-default > li > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a,
.uk-overlay-primary .uk-nav-default > li > a,
.uk-offcanvas-bar .uk-nav-default > li > a {
  color: rgba(255, 255, 255, 1)!important;
}

.uk-light .uk-nav-default .uk-nav-sub a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a,
.uk-overlay-primary .uk-nav-default .uk-nav-sub a,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
  color: rgba(255, 255, 255, 1)!important;
}

.uk-map {
    width: 100%;
}

.vs-gallery-grid img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: 50% 20%;
    border-radius: 16px;
    display: block;
}

.uk-gallery img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.service-image {
    height: 450px;
    object-fit: cover;
}

/* Google Maps consent placeholder (click-to-load, GDPR) */
.uk-map-consent {
    width: 100%;
    min-height: 450px;
    border: 1px solid #e5e5e5;
    background-color: #f8f8f8;
    display: flex;
}
.uk-map-consent-inner {
    width: 100%;
    min-height: 450px;
}

/* Cookie consent banner */
.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: var(--brand-black);
    color: #fff;
    padding: 20px 24px;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.25);
    display: none;
}
.cookie-banner.is-visible {
    display: block;
}
.cookie-banner-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}
.cookie-banner-text {
    flex: 1 1 480px;
    font-size: 0.92rem;
    line-height: 1.55;
    color: rgba(255,255,255,0.85);
    margin: 0;
}
.cookie-banner-text a {
    color: #fff;
    text-decoration: underline;
}
.cookie-banner-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.cookie-btn {
    border-radius: 6px;
    padding: 11px 22px;
    font-size: 0.92rem;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
}
.cookie-btn-accept {
    background: var(--brand-accent);
    color: #fff;
}
.cookie-btn-accept:hover {
    background: var(--brand-accent-hover);
}
.cookie-btn-reject {
    background: transparent;
    color: #fff;
    border-color: rgba(255,255,255,0.5);
}
.cookie-btn-reject:hover {
    background: rgba(255,255,255,0.1);
}
@@media (max-width: 640px) {
    .cookie-banner {
        padding: 16px;
    }
    .cookie-banner-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }
    .cookie-banner-text {
        font-size: 0.85rem;
        line-height: 1.45;
    }
    .cookie-banner-actions {
        justify-content: stretch;
    }
    .cookie-btn {
        flex: 1;
        padding: 10px 18px;
        font-size: 0.88rem;
    }
}

/* Spark promo popup */
.spark-popup-dialog {
    width: 500px;
    max-width: calc(100vw - 30px);
    padding: 0;
    background: #000;
    overflow: hidden;
}
.spark-popup-body {
    position: relative;
    width: 100%;
    aspect-ratio: 933 / 1400;
    background-image: url('../images/spark-popup.webp');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    color: #fff;
}
.spark-popup-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 70px 30px 35px;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.88) 100%);
    text-align: center;
}
.spark-popup-headline {
    font-size: 1.9rem;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.spark-popup-headline strong {
    display: inline-block;
    font-weight: 700;
    font-size: 2em;
    letter-spacing: 1px;
    vertical-align: -2px;
}
.spark-popup-lead {
    font-size: 1.1rem;
    line-height: 1.4;
    margin: 0 0 16px;
    color: rgba(255,255,255,0.95);
}
.spark-popup-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    font-size: 1.05rem;
    line-height: 1.5;
    color: #fff;
}
.spark-popup-bullets li {
    display: inline-block;
    margin: 0 10px;
}
.spark-popup-bullets li::before {
    content: '✓ ';
    color: var(--brand-primary);
    font-weight: bold;
}
.spark-popup .spark-popup-cta {
    display: inline-block;
    font-size: 1.05rem;
    font-weight: 600;
    padding: 0 44px;
    line-height: 52px;
    height: 52px;
}
.spark-popup .uk-modal-close-default {
    color: #fff;
    z-index: 10;
}
@media (max-width: 480px) {
    .spark-popup-headline { font-size: 1.5rem; }
    .spark-popup-lead { font-size: 1rem; }
    .spark-popup-bullets { font-size: 1rem; }
    .spark-popup-text { padding: 50px 20px 25px; }
    .spark-popup-bullets li { display: block; margin: 2px 0; }
    .spark-popup .spark-popup-cta { font-size: 1rem; padding: 0 32px; line-height: 46px; height: 46px; }
}

/* Pricelist page */
.pricelist {
    max-width: 820px;
}
.pricelist-intro {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #555;
    margin: 0 0 50px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ececec;
}
.pricelist-section-title {
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #2a2a2a;
    margin: 48px 0 18px;
    padding-left: 14px;
    border-left: 4px solid var(--brand-primary);
    line-height: 1.2;
}
.pricelist-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}
.pricelist-table td {
    padding: 16px 12px;
    border-bottom: 1px solid #ececec;
    vertical-align: middle;
    font-size: 1rem;
}
.pricelist-table tr:last-child td {
    border-bottom: none;
}
.pricelist-table .pricelist-name {
    color: #2a2a2a;
    line-height: 1.35;
}
.pricelist-table .pricelist-price {
    text-align: right;
    white-space: nowrap;
    font-weight: 600;
    color: #2a2a2a;
    font-size: 1.05rem;
}
.pricelist-table-spark .pricelist-name {
    font-weight: 500;
}
.pricelist-table-spark .pricelist-price-old {
    text-align: right;
    white-space: nowrap;
    color: #999;
    text-decoration: line-through;
    font-size: 0.95rem;
    padding-right: 0;
}
.pricelist-table-spark .pricelist-price-new {
    text-align: right;
    white-space: nowrap;
    padding-left: 14px;
}
.pricelist-table-spark .pricelist-price-new strong {
    color: #d64545;
    font-size: 1.15rem;
    font-weight: 700;
}
.pricelist-sale-badge {
    display: inline-block;
    background-color: #d64545;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    padding: 4px 10px;
    border-radius: 3px;
    margin-right: 12px;
    text-transform: uppercase;
    vertical-align: 2px;
    line-height: 1;
}
.pricelist-table-standalone {
    margin-top: 28px;
    border: 1px solid #ececec;
    border-radius: 6px;
    background: #fafafa;
}
.pricelist-table-standalone td {
    padding: 18px 18px;
    border-bottom: none;
}
.pricelist-note {
    color: #666;
    font-size: 0.92rem;
    line-height: 1.55;
    margin: 18px 4px 0;
    font-style: italic;
}
.pricelist-footnotes {
    margin-top: 50px;
    padding-top: 24px;
    border-top: 1px solid #ececec;
}
.pricelist-footnotes p {
    color: #666;
    font-size: 0.88rem;
    line-height: 1.55;
    margin: 0 0 8px;
}
.pricelist-footnotes p:last-child {
    margin-bottom: 0;
}

/* Kill the old uk-test-price hero padding override if it was there;
   hero block stays, inner page content now uses .pricelist-* styles */

@media (max-width: 640px) {
    .pricelist-section-title {
        font-size: 1.1rem;
        margin-top: 36px;
    }
    .pricelist-table td {
        padding: 14px 8px;
        font-size: 0.95rem;
    }
    .pricelist-table-spark .pricelist-price-old {
        font-size: 0.85rem;
    }
    .pricelist-sale-badge {
        display: block;
        margin: 0 0 4px;
        text-align: center;
    }
    .pricelist-table-spark .pricelist-price-new {
        padding-left: 8px;
    }
}

/* Team members page (/o-nama/nas-tim/) */
.team-lead {
    max-width: 780px;
    color: #555;
    line-height: 1.55;
}
.team-member {
    padding-top: 36px;
    padding-bottom: 36px;
}
.team-member + .team-member {
    border-top: 1px solid #ececec;
}
.team-member-grid {
    align-items: center;
}
.team-member-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.team-member-name {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.25;
    color: #2a2a2a;
}
.team-member-role {
    font-size: 1rem;
    color: var(--brand-primary);
    font-weight: 500;
    letter-spacing: 0.2px;
    margin-bottom: 18px;
}
.team-member-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}
.team-member-description p {
    margin: 0 0 12px;
}
.team-member-description p:last-child {
    margin-bottom: 0;
}

/* Reverse layout: text column first, image column second (at @m and above).
   Achieved by flipping grid children order via CSS order property. */
@media (min-width: 960px) {
    .team-member-reverse .team-member-image-col {
        order: 2;
    }
    .team-member-reverse .team-member-text-col {
        order: 1;
    }
}

@media (max-width: 640px) {
    .team-member-name {
        font-size: 1.2rem;
    }
}

/* Mobile offcanvas menu — flex column layout: fixed header + scrollable body + fixed footer */
.modal-menu-dialog {
    display: flex;
    flex-direction: column;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    padding: 0;
}
.modal-menu-header {
    flex: 0 0 auto;
    padding: 28px 28px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.modal-menu-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8px 28px 24px;
}
.modal-menu-socials {
    margin-top: 32px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

/* Bigger menu links + more tap space */
#modal-full .uk-nav-default > li > a {
    font-size: 1.35rem;
    padding: 16px 0;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0.5px;
}
#modal-full .uk-nav-default .uk-nav-sub {
    padding-top: 6px;
    padding-bottom: 10px;
}
#modal-full .uk-nav-default .uk-nav-sub a {
    font-size: 1.05rem;
    padding: 12px 0;
    line-height: 1.3;
}

/* Contact bar — fixed at bottom of modal via flex, not position:fixed */
.mobile-contact-bar {
    flex: 0 0 auto;
    padding: 16px 16px calc(16px + env(safe-area-inset-bottom, 0));
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.mobile-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 22px;
    border: 1.5px solid rgba(255, 255, 255, 0.85);
    border-radius: 26px;
    background: transparent;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}
.mobile-contact-btn:hover,
.mobile-contact-btn:focus,
.mobile-contact-btn:active {
    background-color: rgba(255, 255, 255, 0.12);
    border-color: #fff;
    color: #fff;
    text-decoration: none;
    outline: none;
}
.mobile-contact-btn-icon {
    width: 52px;
    min-width: 52px;
    padding: 0;
    aspect-ratio: 1;
}
.mobile-contact-btn-text {
    font-variant-numeric: tabular-nums;
}

/* =============================================
   BLOG — listing cards + post detail + pagination
   ============================================= */

/* Blog listing cards */
.blog-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.2s ease, transform 0.15s ease;
}
.blog-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}
.blog-card-image-link {
    display: block;
    overflow: hidden;
}
.blog-card-image {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}
.blog-card:hover .blog-card-image {
    transform: scale(1.03);
}
.blog-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 24px;
}
.blog-card-date {
    font-size: 0.85rem;
    color: var(--brand-primary);
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.blog-card-title {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 10px 0 14px;
}
.blog-card-title a {
    color: #2a2a2a;
    text-decoration: none;
}
.blog-card-title a:hover {
    color: var(--brand-primary);
}
.blog-card-excerpt {
    flex: 1;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #666;
    margin: 0 0 18px;
}
.blog-card-link {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--brand-primary);
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: gap 0.2s ease;
}
.blog-card-link:hover {
    color: var(--brand-primary-hover);
    gap: 10px;
    text-decoration: none;
}

/* Blog post hero */
.blog-post-hero {
    position: relative;
    height: 480px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
}
.blog-post-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.1) 50%, transparent 100%);
}
.blog-post-hero-content {
    position: relative;
    z-index: 1;
    padding-bottom: 48px;
}
.blog-post-hero-date {
    display: inline-block;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.blog-post-hero-title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.15;
    color: #fff;
    margin: 0;
    max-width: 720px;
}
.blog-post-date-plain {
    display: block;
    font-size: 0.85rem;
    color: var(--brand-primary);
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

/* Blog post body — prose-like styling for CKEditor content */
.blog-post-body {
    font-size: 1.1rem;
    line-height: 1.75;
    color: #333;
}
.blog-post-body h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 40px 0 16px;
    color: #2a2a2a;
}
.blog-post-body h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 32px 0 14px;
    color: #2a2a2a;
}
.blog-post-body p {
    margin: 0 0 20px;
}
.blog-post-body img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 28px 0;
    display: block;
}
.blog-post-body ul,
.blog-post-body ol {
    margin: 0 0 20px;
    padding-left: 24px;
}
.blog-post-body li {
    margin-bottom: 8px;
}
.blog-post-body blockquote {
    border-left: 4px solid var(--brand-primary);
    margin: 28px 0;
    padding: 16px 24px;
    background: #f8f8f8;
    border-radius: 0 6px 6px 0;
    font-style: italic;
    color: #555;
}
.blog-post-body a {
    color: var(--brand-primary);
    text-decoration: underline;
}
.blog-post-body table {
    width: 100% !important;
    border-collapse: collapse;
    margin: 28px 0;
    font-size: 0.95rem;
}
.blog-post-body table th,
.blog-post-body table td {
    padding: 14px 16px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #e5e5e5;
}
.blog-post-body table th {
    font-weight: 700;
    color: #2a2a2a;
    border-bottom-width: 2px;
    border-bottom-color: var(--brand-primary);
}
.blog-post-body table tr:last-child td {
    border-bottom: none;
}
.blog-post-body table tr:hover td {
    background-color: #fafafa;
}
@media (max-width: 640px) {
    .blog-post-body table {
        font-size: 0.88rem;
    }
    .blog-post-body table th,
    .blog-post-body table td {
        padding: 10px 12px;
    }
}

/* Blog post prev/next navigation */
.blog-post-nav-section {
    border-top: 1px solid #e5e5e5;
}
.blog-post-nav {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
.blog-post-nav-item {
    flex: 1;
    min-width: 0;
}
.blog-post-nav-next {
    text-align: right;
}
.blog-post-nav-item a {
    display: block;
    text-decoration: none;
    padding: 16px 0;
    transition: color 0.15s ease;
}
.blog-post-nav-item a:hover {
    text-decoration: none;
}
.blog-post-nav-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--brand-primary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}
.blog-post-nav-next .blog-post-nav-label {
    justify-content: flex-end;
}
.blog-post-nav-title {
    font-size: 1.05rem;
    font-weight: 600;
    color: #2a2a2a;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-post-nav-item a:hover .blog-post-nav-title {
    color: var(--brand-primary);
}
@media (max-width: 640px) {
    .blog-post-nav {
        flex-direction: column;
        gap: 0;
    }
    .blog-post-nav-next {
        text-align: left;
        border-top: 1px solid #e5e5e5;
    }
    .blog-post-nav-next .blog-post-nav-label {
        justify-content: flex-start;
    }
}

/* Back to blog link */
.blog-back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--brand-primary);
    font-weight: 600;
    text-decoration: none;
    font-size: 0.95rem;
    transition: gap 0.2s ease;
}
.blog-back-link:hover {
    gap: 10px;
    color: var(--brand-primary-hover);
    text-decoration: none;
}

/* Blog pagination */
.blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 48px 0 0;
}
.blog-pagination li a,
.blog-pagination li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    color: #555;
    border: 1px solid #e5e5e5;
    transition: all 0.15s ease;
}
.blog-pagination li a:hover {
    background: #f5f5f5;
    border-color: #ccc;
    color: #2a2a2a;
    text-decoration: none;
}
.blog-pagination li.blog-pagination-active a,
.blog-pagination li.blog-pagination-active span {
    background: var(--brand-primary);
    border-color: var(--brand-primary);
    color: #fff;
    font-weight: 700;
}
.blog-pagination li.blog-pagination-sep {
    display: none;
}

/* Blog responsive */
@media (max-width: 959px) {
    .blog-card-image {
        height: 220px;
    }
    .blog-post-hero {
        height: 360px;
    }
    .blog-post-hero-title {
        font-size: 1.8rem;
    }
    .blog-post-body {
        font-size: 1.05rem;
    }
}
@media (max-width: 480px) {
    .blog-card-body {
        padding: 18px;
    }
    .blog-card-title {
        font-size: 1.15rem;
    }
    .blog-post-hero {
        height: 280px;
    }
    .blog-post-hero-title {
        font-size: 1.5rem;
    }
    .blog-post-hero-content {
        padding-bottom: 28px;
    }
}

/* =============================================
   ORTHODONTIC — intro, service cards, partners
   ============================================= */

/* Intro text */
.ortho-intro {
    max-width: 820px;
    font-size: 1.15rem;
    line-height: 1.75;
    color: #444;
}

/* 3 service cards */
.ortho-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
    text-decoration: none;
    color: inherit;
    height: 100%;
}
.ortho-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
    text-decoration: none;
    color: inherit;
}
.ortho-card-image-wrap {
    overflow: hidden;
}
.ortho-card-image {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}
.ortho-card:hover .ortho-card-image {
    transform: scale(1.04);
}
.ortho-card-body {
    padding: 28px 24px 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.ortho-card-title {
    font-size: 1.15rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin: 0 0 12px;
    color: #2a2a2a;
}
.ortho-card-excerpt {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    flex-grow: 1;
    margin-bottom: 16px;
}
.ortho-card-excerpt p:last-child {
    margin-bottom: 0;
}
.ortho-card-link {
    font-weight: 600;
    color: var(--brand-primary);
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: auto;
}
.ortho-card:hover .ortho-card-link {
    color: var(--brand-primary-hover);
}

/* Partners logo cloud */
.partners-cloud {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px 56px;
}
.partners-cloud-item img {
    max-height: 60px;
    max-width: 160px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: filter 0.3s ease, opacity 0.3s ease;
}
.partners-cloud-item img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* Before & After CTA */
.ortho-ba-cta {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ortho-ba-cta-overlay {
    background: rgba(0, 0, 0, 0.55);
    padding: 80px 0;
}
.ortho-ba-cta-title {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.ortho-ba-cta-text {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 28px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.ortho-ba-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    color: #2a2a2a;
    font-weight: 600;
    font-size: 1rem;
    padding: 14px 32px;
    border-radius: 40px;
    text-decoration: none;
    transition: background 0.25s ease, transform 0.25s ease;
}
.ortho-ba-cta-btn:hover {
    background: var(--brand-primary);
    color: #fff;
    transform: translateY(-2px);
    text-decoration: none;
}

/* Orthodontic responsive */
@media (max-width: 959px) {
    .ortho-card-image {
        height: 240px;
    }
}
@media (max-width: 639px) {
    .ortho-card-image {
        height: 220px;
    }
    .partners-cloud {
        gap: 28px 36px;
    }
    .partners-cloud-item img {
        max-height: 44px;
        max-width: 120px;
    }
    .ortho-ba-cta-overlay {
        padding: 48px 0;
    }
    .ortho-ba-cta-title {
        font-size: 1.4rem;
    }
    .ortho-ba-cta-text {
        font-size: 1rem;
    }
}

/* =============================================
   HOMEPAGE REDESIGN — Viaorto naslovnica
   ============================================= */

body {
    background: var(--brand-cream);
}

.vh-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 120px 48px;
}
.vh-section-alt {
    background: var(--brand-section-alt);
}
.vh-section-header {
    max-width: 640px;
    margin: 0 auto 64px;
    text-align: center;
}
.vh-eyebrow {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--brand-accent);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.vh-section-title {
    font-size: 2.375rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    margin: 14px 0 0;
    color: #121212;
}

/* ----- HERO ----- */
.vh-hero {
    max-width: 1360px;
    margin: 0 auto;
    padding: 88px 48px 96px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
.vh-hero-content {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.vh-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.vh-badge {
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--brand-text-muted);
    background: var(--brand-section-alt);
    padding: 8px 16px;
    border-radius: 100px;
}
.vh-hero-title {
    font-family: 'Funnel Display', sans-serif;
    font-size: 3.5rem;
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 0;
    max-width: 620px;
    color: #121212;
}
.vh-hero-text {
    font-size: 1.19rem;
    line-height: 1.55;
    color: var(--brand-text-body);
    max-width: 520px;
    margin: 0;
}
.vh-hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 8px;
}
.vh-btn-primary,
.vh-btn-secondary {
    display: inline-flex;
    align-items: center;
    align-self:flex-start;
    gap: 8px;
    padding: 16px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 100px;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.15s ease;
}
.vh-btn-primary {
    background: var(--brand-accent);
    color: #fff;
    border: 1px solid transparent;
}
.vh-btn-primary:hover {
    background: var(--brand-accent-hover);
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}
.vh-btn-secondary {
    background: transparent;
    border: 1px solid #121212;
    color: #121212;
    font-weight: 500;
}
.vh-btn-secondary:hover {
    background: rgba(0,0,0,0.05);
    color: #121212;
    text-decoration: none;
}
.vh-hero-image-wrap {
    width: 100%;
    height: 560px;
    border-radius: 24px;
    overflow: hidden;
}
.vh-hero-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ----- TRUST BAR ----- */
.vh-trust-bar {
    background: var(--brand-section-alt);
    padding: 28px 48px;
}
.vh-trust-inner {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.vh-trust-rating {
    display: flex;
    align-items: center;
    gap: 12px;
}
.vh-trust-stars {
    font-size: 1.0625rem;
    letter-spacing: 2px;
    color: var(--brand-accent);
}
.vh-trust-score {
    font-size: 0.9375rem;
    font-weight: 600;
}
.vh-trust-label {
    font-size: 0.9375rem;
    color: #000;
}
.vh-trust-logos {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.vh-trust-logos img {
    height: 56px;
    width: auto;
    display: block;
    border-radius: 8px;
    padding: 6px 14px;
    background: #fff;
}

/* ----- DIFERENCIJACIJA (3 col) ----- */
.vh-diff-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
}
.vh-diff-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.vh-diff-number {
    font-family: 'Funnel Display', sans-serif;
    font-size: 2.25rem;
    font-weight: 600;
    color: var(--brand-beige);
}
.vh-diff-title {
    font-family: 'Funnel Display', sans-serif;
    font-size: 1.375rem;
    font-weight: 600;
    margin: 0;
    color: #121212;
}
.vh-diff-text {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--brand-text-body);
    margin: 0;
}

/* ----- SEGMENTI (za koga je Viaorto) ----- */
.vh-segment-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.vh-segment-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.vh-segment-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: 50% 20%;
    display: block;
}

.vh-segment-card-link {
    display: flex;
    height: 100%;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vh-segment-card-link:hover {
    text-decoration: none;
    color: inherit;
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    border-radius: 20px;
}

.vh-segment-body {
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.vh-segment-title {
    font-family: 'Funnel Display', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    color: #121212;
}
.vh-segment-text {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--brand-text-body);
    margin: 0;
}

/* ----- PRIJE & POSLIJE (interaktivni slider) ----- */
.vh-ba-wrap {
    max-width: 760px;
    margin: 0 auto;
}
.vh-ba-slider {
    position: relative;
    width: 100%;
    height: 460px;
    border-radius: 24px;
    overflow: hidden;
}
.vh-ba-after,
.vh-ba-before {
    position: absolute;
    inset: 0;
}
.vh-ba-after img,
.vh-ba-before img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.vh-ba-divider {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
    pointer-events: none;
}
.vh-ba-label {
    position: absolute;
    top: 20px;
    background: rgba(18,18,18,0.7);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    padding: 6px 12px;
    border-radius: 100px;
}
.vh-ba-label-before { left: 20px; }
.vh-ba-label-after { right: 20px; }
.vh-ba-range {
    width: 100%;
    margin-top: 20px;
    accent-color: var(--brand-accent);
}
.vh-ba-caption {
    text-align: center;
    font-size: 0.875rem;
    color: var(--brand-text-muted);
    margin: 16px 0 0;
}

/* Dodatni case-ovi (rezultati) ispod glavnog slidera */
.vh-results-grid {
    max-width: 1200px;
    margin: 64px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}
.vh-result-case {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.vh-result-photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    border-radius: 16px;
    overflow: hidden;
}
.vh-result-photo {
    position: relative;
    width: 100%;
    height: 200px;
}
.vh-result-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.vh-result-label {
    position: absolute;
    top: 12px;
    background: rgba(18,18,18,0.7);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    padding: 5px 10px;
    border-radius: 100px;
}
.vh-result-label-before { left: 12px; }
.vh-result-label-after { right: 12px; }
.vh-result-caption {
    text-align: center;
    font-size: 0.85rem;
    color: var(--brand-text-muted);
    margin: 0;
}

/* Carousel za prije/poslije slajdove */
.vh-ba-carousel {
    position: relative;
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.vh-ba-track {
    display: flex;
    transition: transform 0.3s ease;
}
.vh-ba-slide {
    flex-shrink: 0;
}
.vh-ba-nav {
    position: absolute;
    top: 230px;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--brand-border);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: background-color 0.2s ease;
}
.vh-ba-nav:hover {
    background: var(--brand-section-alt);
}
.vh-ba-nav-prev { left: 20px; }
.vh-ba-nav-next { right: 20px; }
.vh-ba-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    z-index:9;
}
.vh-ba-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--brand-beige);
    border: none;
    cursor: pointer;
    padding: 0;
}
.vh-ba-dot.is-active {
    background: var(--brand-accent);
}

@media (max-width: 640px) {
    .vh-ba-nav {
        display: flex;
        top: 120px; /* pola od 240px visine .vh-ba-slider na mobitelu */
        width: 36px;
        height: 36px;
    }
    .vh-ba-nav-prev { left: 10px; }
    .vh-ba-nav-next { right: 10px; }
}



/* ----- PROCES (5 koraka s linijom) ----- */
.vh-process-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}
.vh-process-step {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}
.vh-process-line {
    position: absolute;
    top: 22px;
    left: 41px;
    height: 1px;
    width: calc(100% - 20px);
    background: var(--brand-primary);
}
.vh-process-step:last-child .vh-process-line {
    display: none;
}
.vh-process-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--brand-cream);
    border: 1px solid var(--brand-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Funnel Display', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    z-index: 1;
}
.vh-process-title {
    font-family: 'Funnel Display', sans-serif;
    font-size: 1.0625rem;
    font-weight: 600;
    margin: 0;
    color: #121212;
}
.vh-process-text {
    font-size: 0.875rem;
    line-height: 1.55;
    color: var(--brand-text-body);
    margin: 0;
}

/* ----- O DOKTORICI ----- */
.vh-doctor-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 120px 48px;
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: 72px;
    align-items: center;
}
.vh-doctor-image-wrap {
    width: 100%;
    height: 520px;
    border-radius: 24px;
    overflow: hidden;
}
.vh-doctor-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 15%;
    display: block;
}
.vh-doctor-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.vh-doctor-quote {
    font-family: 'Funnel Display', sans-serif;
    font-size: 1.75rem;
    line-height: 1.4;
    font-weight: 500;
    margin: 0;
    color: #121212;
}
.vh-doctor-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 8px;
}
.vh-doctor-list-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.vh-doctor-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--brand-accent);
    margin-top: 9px;
    flex-shrink: 0;
}
.vh-doctor-list-item p {
    font-size: 1rem;
    line-height: 1.55;
    color: var(--brand-text-body);
    margin: 0;
}
.vh-doctor-link {
    font-size: 1rem;
    font-weight: 600;
    color: #121212;
    margin-top: 8px;
    text-decoration: none;
}
.vh-doctor-link:hover {
    color: var(--brand-accent);
}

.vh-doctor-content .vh-btn-primary {
    align-self: flex-start;
}
/* ----- RECENZIJE (plava pozadina) ----- */
.vh-reviews-section {
    padding: 120px 48px;
    background-color: rgba(169, 183, 211, 0.75);
}
.vh-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.vh-testimonial-card {
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.vh-testimonial-stars {
    font-size: 0.875rem;
    letter-spacing: 2px;
    color: var(--brand-accent);
}
.vh-testimonial-text {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--brand-text-body);
    margin: 0;
    flex: 1;
}
.vh-testimonial-name {
    font-size: 0.875rem;
    font-weight: 600;
    color: #121212;
}
.vh-reviews-link-wrap {
    text-align: center;
    margin-top: 48px;
}
.vh-reviews-link {
    display: inline-flex;
    align-items: center;
    padding: 14px 28px;
    border: 1px solid #121212;
    border-radius: 100px;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #121212;
    text-decoration: none;
}
.vh-reviews-link:hover {
    background: rgba(0,0,0,0.05);
    color: #121212;
    text-decoration: none;
}

/* ----- FAQ (accordion, +/-) ----- */
.vh-faq-wrap {
    max-width: 840px;
}
.vh-faq-item {
    border-bottom: 1px solid var(--brand-border);
}
.vh-faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 24px 4px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: 'Funnel Sans', sans-serif;
}
.vh-faq-question-text {
    font-size: 1.0625rem;
    font-weight: 600;
    color: #121212;
}
.vh-faq-sign {
    font-size: 1.375rem;
    font-weight: 400;
    color: var(--brand-primary);
    flex-shrink: 0;
}
.vh-faq-answer {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--brand-text-body);
    margin: 0 0 24px;
    padding: 0 4px;
    max-width: 680px;
    display: none;
}
.vh-faq-item.is-open .vh-faq-answer {
    display: block;
}

/* ----- NEWSLETTER + PDF VODIC ----- */
.vh-newsletter-section {
    background: var(--brand-dark-olive);
    padding: 128px 48px;
}
.vh-newsletter-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.9fr 1fr;
    gap: 64px;
    align-items: center;
}
.vh-newsletter-image-wrap {
    width: 100%;
    height: 420px;
    border-radius: 20px;
    overflow: hidden;
}
.vh-newsletter-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.vh-newsletter-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.vh-newsletter-title {
    font-family: 'Funnel Display', sans-serif;
    font-size: 2.125rem;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: var(--brand-cream);
    margin: 0;
}
.vh-newsletter-text {
    font-size: 1rem;
    line-height: 1.55;
    color: var(--brand-beige);
    margin: 0;
}
.vh-newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 8px;
}
.vh-newsletter-form input[type="email"] {
    padding: 16px 18px;
    border-radius: 10px;
    border: none;
    font-size: 0.9375rem;
    font-family: 'Funnel Sans', sans-serif;
}
.vh-newsletter-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}
.vh-newsletter-consent input {
    margin-top: 3px;
    accent-color: var(--brand-accent);
}
.vh-newsletter-consent span {
    font-size: 0.84375rem;
    line-height: 1.5;
    color: var(--brand-beige);
}
.vh-newsletter-submit {
    padding: 16px 24px;
    border-radius: 10px;
    border: none;
    background: var(--brand-accent);
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Funnel Sans', sans-serif;
}
.vh-newsletter-submit:hover {
    background: var(--brand-accent-hover);
}
.vh-newsletter-success {
    color: var(--brand-beige);
    font-size: 0.875rem;
    margin: 0;
}

@media (max-width: 959px) {
    .vh-newsletter-section {
        padding: 64px 24px;
    }
}

@media (max-width: 640px) {
    .vh-newsletter-section {
        padding: 48px 20px;
    }
}

/* =============================================
   SUPTILNE SCROLL ANIMACIJE — naslovnica
   ============================================= */
@media (prefers-reduced-motion: no-preference) {

    .vh-animate {
        opacity: 0;
        transform: translateY(28px);
        transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    }
    .vh-animate.is-visible {
        opacity: 1;
        transform: translateY(0);
    }

    /* Stagger (redoslijed pojavljivanja) unutar gridova */
    .vh-diff-grid > .vh-animate:nth-child(1) { transition-delay: 0s; }
    .vh-diff-grid > .vh-animate:nth-child(2) { transition-delay: 0.12s; }
    .vh-diff-grid > .vh-animate:nth-child(3) { transition-delay: 0.24s; }

    .vh-segment-grid > .vh-animate:nth-child(1) { transition-delay: 0s; }
    .vh-segment-grid > .vh-animate:nth-child(2) { transition-delay: 0.12s; }
    .vh-segment-grid > .vh-animate:nth-child(3) { transition-delay: 0.24s; }

    .vh-process-grid > .vh-animate:nth-child(1) { transition-delay: 0s; }
    .vh-process-grid > .vh-animate:nth-child(2) { transition-delay: 0.1s; }
    .vh-process-grid > .vh-animate:nth-child(3) { transition-delay: 0.2s; }
    .vh-process-grid > .vh-animate:nth-child(4) { transition-delay: 0.3s; }
    .vh-process-grid > .vh-animate:nth-child(5) { transition-delay: 0.4s; }

    .vh-testimonial-grid > .vh-animate:nth-child(1) { transition-delay: 0s; }
    .vh-testimonial-grid > .vh-animate:nth-child(2) { transition-delay: 0.12s; }
    .vh-testimonial-grid > .vh-animate:nth-child(3) { transition-delay: 0.24s; }

    /* Hero — fade-in odmah pri učitavanju stranice (ne na scroll, jer je iznad fold-a) */
    .vh-hero-fade {
        opacity: 0;
        transform: translateY(16px);
        animation: vhHeroFadeIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    }
    .vh-hero-fade:nth-child(1) { animation-delay: 0.05s; }
    .vh-hero-fade:nth-child(2) { animation-delay: 0.15s; }
    .vh-hero-fade:nth-child(3) { animation-delay: 0.25s; }
    .vh-hero-fade:nth-child(4) { animation-delay: 0.35s; }

    .vh-hero-image-fade {
        opacity: 0;
        transform: translateY(16px) scale(0.98);
        animation: vhHeroFadeIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
        animation-delay: 0.2s;
    }

    @keyframes vhHeroFadeIn {
        to {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }
}

/* =============================================
   RESPONZIVNOST — Homepage redesign v2
   ============================================= */
@media (max-width: 959px) {
    .vh-section { padding: 64px 24px; }
    .vh-section-header { margin-bottom: 40px; }
    .vh-section-title { font-size: 1.8rem; }

    .vh-hero {
        grid-template-columns: 1fr;
        padding: 48px 24px 56px;
        gap: 32px;
    }
    .vh-hero-content { order: 1; }
    .vh-hero-image-wrap { order: 2; height: 320px; }
    .vh-hero-title { font-size: 2.25rem; max-width: 100%; }
    .vh-hero-text { font-size: 1rem; max-width: 100%; }

    .vh-trust-bar { padding: 20px 24px; }
    .vh-trust-inner { flex-direction: column; align-items: flex-start; }
    .vh-trust-logos img { height: 44px; }

    .vh-diff-grid,
    .vh-segment-grid,
    .vh-testimonial-grid,
    .vh-results-grid {
        grid-template-columns: 1fr 1fr;
    }
    .vh-process-grid {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 40px;
    }
    .vh-process-line { display: none; }

    .vh-doctor-grid,
    .vh-newsletter-inner {
        grid-template-columns: 1fr;
        padding: 48px 24px;
        gap: 32px;
    }
    .vh-doctor-image-wrap { height: 320px; }
    .vh-newsletter-image-wrap { height: 280px; order: 2; }
    .vh-newsletter-content { order: 1; }

    .vh-reviews-section { padding: 64px 24px; }
    .vh-ba-slider { height: 320px; }
}

@media (max-width: 640px) {
    .vh-hero-title { font-size: 1.8rem; }
    .vh-hero-actions { flex-direction: column; align-items: stretch; }
    .vh-btn-primary, .vh-btn-secondary { justify-content: center; }
     .vh-hero-actions .vh-btn-primary,
    .vh-hero-actions .vh-btn-secondary {
        align-self: stretch;
        width: 100%;
        box-sizing: border-box;
    }

    .vh-diff-grid,
    .vh-segment-grid,
    .vh-testimonial-grid,
    .vh-results-grid {
        grid-template-columns: 1fr;
    }
    .vh-process-grid {
        grid-template-columns: 1fr 1fr;
    }
    .vh-ba-slider { height: 240px; }
    .vh-section-title { font-size: 1.5rem; }
    .vh-doctor-quote { font-size: 1.35rem; }
    .vh-newsletter-title { font-size: 1.5rem; }
}

/* =============================================
   SERVICE PAGE REDESIGN — service-2 template
   ============================================= */

.vs-breadcrumb {
    max-width: 1280px;
    margin: 0 auto;
    padding: 24px 48px 0;
    font-size: 0.8125rem;
}
.vs-breadcrumb a {
    color: var(--brand-primary);
}
.vs-breadcrumb span {
    color: #121212;
    font-weight: 600;
}

.vs-layout {
    max-width: 1280px;
    margin: 0 auto;
    padding: 32px 48px 100px;
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 64px;
    align-items: start;
}

.vs-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.vs-eyebrow {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--brand-accent);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.vs-title {
    font-family: 'Funnel Display', sans-serif;
    font-size: 2.75rem;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 0;
    color: #121212;
    
}

.vs-subtitle {
    font-size: 1.125rem;
    font-style: italic;
    color: var(--brand-text-muted);
    margin: 0 0 8px;
}
.vs-photo {
    width: 100%;
    height: 380px;
    border-radius: 20px;
    overflow: hidden;
    margin: 12px 0 8px;
}
.vs-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.vs-content h2 {
    font-family: 'Funnel Display', sans-serif;
    font-size: 1.625rem;
    font-weight: 600;
    margin: 24px 0 4px;
    color: #121212;
}
.vs-content p {
    font-size: 1rem;
    line-height: 1.65;
    color: var(--brand-text-body);
    margin: 0 0 8px;
}
.vs-content-image {
    width: 100%;
    border-radius: 16px;
    margin: 8px 0;
    display: block;
}

/* Sticky kontakt forma */
.vs-form-card {
    position: sticky;
    top: 100px;
    background: var(--brand-section-alt);
    border-radius: 20px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.vs-form-title {
    font-family: 'Funnel Display', sans-serif;
    font-size: 1.375rem;
    font-weight: 600;
    margin: 0;
    color: #121212;
}
.vs-form-text {
    font-size: 0.875rem;
    line-height: 1.55;
    color: var(--brand-text-muted);
    margin: 0;
}
.vs-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 8px;
}
.vs-form input,
.vs-form textarea {
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid var(--brand-beige);
    font-size: 0.875rem;
    font-family: 'Funnel Sans', sans-serif;
    background: #fff;
}
.vs-form textarea {
    resize: vertical;
}
.vs-form-submit {
    padding: 15px 20px;
    border-radius: 10px;
    border: none;
    background: var(--brand-accent);
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    margin-top: 4px;
    font-family: 'Funnel Sans', sans-serif;
}
.vs-form-submit:hover {
    background: var(--brand-accent-hover);
}
.vs-form-success {
    color: var(--brand-text-muted);
    font-size: 0.8125rem;
    margin: 0;
}
.vs-form-contacts {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 8px;
    padding-top: 16px;
    border-top: 1px solid var(--brand-beige);
}
.vs-form-contacts a {
    font-size: 0.875rem;
    color: #121212;
}
.vs-form-contacts a:hover {
    color: var(--brand-accent);
}

/* CTA traka */
.vs-cta-band {
    background: var(--brand-primary);
    padding: 48px;
}
.vs-cta-band-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.vs-cta-text {
    font-size: 1.15rem;
    color: #fff;
    margin: 0;
    max-width: 640px;
}
.vs-cta-btn {
    display: inline-flex;
    align-items: center;
    padding: 14px 28px;
    background: #fff;
    color: #121212;
    font-size: 0.9375rem;
    font-weight: 600;
    border-radius: 100px;
    text-decoration: none;
    white-space: nowrap;
}
.vs-cta-btn:hover {
    background: var(--brand-cream);
    color: #121212;
    text-decoration: none;
}

/* Invisalign certifikat */
.vs-cert-section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 48px;
}
.vs-cert-label {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #121212;
    margin: 0 0 16px;
}
.vs-cert-section img {
    max-width: 100%;
    border-radius: 12px;
}

/* Ostale usluge */
.vs-other-section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 48px 48px 100px;
    display:none;
}
.vs-other-title {
    font-family: 'Funnel Display', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 24px;
    color: #121212;
}
.vs-other-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.vs-other-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    background: #fff;
    border: 1px solid var(--brand-border);
    border-radius: 14px;
    text-decoration: none;
    transition: border-color 0.2s ease, transform 0.15s ease;
}
.vs-other-card:hover {
    border-color: var(--brand-primary);
    transform: translateY(-2px);
    text-decoration: none;
}
.vs-other-card span:first-child {
    font-size: 1.0625rem;
    font-weight: 600;
    color: #121212;
}
.vs-other-card span:last-child {
    color: var(--brand-primary);
}

/* Responzivnost */
@media (max-width: 959px) {
    .vs-layout {
        grid-template-columns: 1fr;
        padding: 24px 24px 64px;
        gap: 32px;
    }
    .vs-form-card {
        position: static;
    }
    .vs-title { font-size: 2.1rem; }
    .vs-photo { height: 280px; }
    .vs-breadcrumb { padding: 20px 24px 0; }
    .vs-cta-band { padding: 32px 24px; }
    .vs-cert-section,
    .vs-other-section { padding: 32px 24px; }
    .vs-other-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .vs-title { font-size: 1.7rem; }
    .vs-cta-band-inner { flex-direction: column; align-items: flex-start; }
}


/* =============================================
   BLOG POST REDESIGN
   ============================================= */
html {
    scroll-behavior: smooth;
}

.vb-breadcrumb {
    max-width: 1240px;
    margin: 0 auto;
    padding: 24px 48px 0;
    font-size: 0.8125rem;
}
.vb-breadcrumb a {
    color: var(--brand-primary);
}
.vb-breadcrumb span {
    color: #121212;
    font-weight: 600;
}

.vb-hero {
    max-width: 840px;
    margin: 0 auto;
    padding: 24px 48px 0;
}
.vb-hero-date {
    font-size: 0.8125rem;
    color: var(--brand-primary);
}
.vb-hero-title {
    font-family: 'Funnel Display', sans-serif;
    font-size: 2.625rem;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -0.01em;
    margin: 12px 0 0;
    color: #121212;
}

.vb-layout {
    max-width: 1240px;
    margin: 0 auto;
    padding: 48px 48px 100px;
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 64px;
    align-items: start;
}

.vb-toc {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.vb-toc-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--brand-primary);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.vb-toc a {
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--brand-text-body);
    padding: 8px 0 8px 14px;
    border-left: 2px solid var(--brand-border);
}
.vb-toc a:hover {
    color: var(--brand-accent);
    border-left-color: var(--brand-accent);
}

.vb-article {
    max-width: 70ch;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.vb-article > p,
.vb-article > ul,
.vb-article > ol {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: var(--brand-text-body);
    margin: 0;
}
.vb-article > ul,
.vb-article > ol {
    padding-left: 22px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.vb-article > ul li,
.vb-article > ol li {
    font-size: 1.0625rem;
    line-height: 1.6;
}
.vb-article > h2 {
    font-family: 'Funnel Display', sans-serif;
    font-size: 1.625rem;
    font-weight: 600;
    margin: 16px 0 0;
    color: #121212;
    scroll-margin-top: 100px;
}
.vb-article > h3 {
    font-family: 'Funnel Display', sans-serif;
    font-size: 1.1875rem;
    font-weight: 600;
    margin: 8px 0 0;
    color: #121212;
}
.vb-article table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9375rem;
}
.vb-article table td,
.vb-article table th {
    padding: 12px;
    border: 1px solid var(--brand-border);
}
.vb-article table tr:first-child td,
.vb-article table th {
    font-weight: 600;
    background: var(--brand-section-alt);
}
.vb-article-image {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 16px;
    margin: 8px 0;
    display: block;
}
.vb-article a {
    color: var(--brand-primary);
    text-decoration: underline;
}

.vb-nav {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--brand-border);
    flex-wrap: wrap;
}
.vb-nav a {
    font-size: 0.875rem;
    color: #121212;
    font-weight: 600;
}
.vb-nav a:hover {
    color: var(--brand-accent);
}

.vb-cta-band {
    background: var(--brand-dark-olive);
    padding: 100px 48px;
}
.vb-cta-inner {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.vb-cta-inner .vh-btn-primary {
    align-self: center;
}
.vb-cta-title {
    font-family: 'Funnel Display', sans-serif;
    font-size: 2.125rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: var(--brand-cream);
    margin: 0;
}
.vb-cta-text {
    font-size: 1rem;
    line-height: 1.55;
    color: var(--brand-beige);
    margin: 0;
    max-width: 460px;
}

.vb-layout,
.vb-toc,
.vb-article {
    min-width: 0;
}
.vb-article img {
    max-width: 100%;
    height: auto;
}
.vb-article table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
}

/* Responzivnost */
@media (max-width: 959px) {
    .vb-hero { padding: 20px 24px 0; }
    .vb-breadcrumb { padding: 20px 24px 0; }
    .vb-hero-title { font-size: 2rem; }
    .vb-layout {
        grid-template-columns: 1fr;
        padding: 32px 24px 64px;
        gap: 32px;
    }
.vb-toc {
    position: static;
    flex-direction: column;
    gap: 2px;
}
.vb-toc-label { margin-bottom: 10px; }
.vb-toc a {
    padding: 8px 0 8px 14px;
    border-left: 2px solid var(--brand-border);
    border-bottom: none;
}
    .vb-cta-band { padding: 56px 24px; }
    .vb-cta-title { font-size: 1.6rem; }
}

@media (max-width: 640px) {
    .vb-hero-title { font-size: 1.6rem; }
    .vb-article-image { height: 220px; }
}

/* =============================================
   CLINIC PAGE (O Viaorto ordinaciji)
   ============================================= */

.vc-hero {
    max-width: 1000px;
    margin: 0 auto;
    padding: 32px 48px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.vc-hero-title {
    font-family: 'Funnel Display', sans-serif;
    font-size: 2.875rem;
    line-height: 1.12;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 0;
    max-width: 720px;
    color: #121212;
}
.vc-hero-text {
    font-size: 1.125rem;
    line-height: 1.6;
    color: var(--brand-text-body);
    margin: 0;
    max-width: 620px;
}
.vc-hero-photo {
    max-width: 1240px;
    margin: 40px auto 0;
    padding: 0 48px;
}
.vc-hero-photo-inner {
    width: 100%;
    height: 460px;
    border-radius: 24px;
    overflow: hidden;
}
.vc-hero-photo {
    max-width: 1240px;
    margin: 40px auto 0;
    padding: 0 48px;
}
.vc-hero-photo-inner {
    width: 100%;
    height: 460px;
    border-radius: 24px;
    overflow: hidden;
}
.vc-hero-photo-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: 50% 20%;
}

.vc-section {
    max-width: 74ch;
    margin: 0 auto;
    padding: 100px 48px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.vc-section > p,
.vc-section > ul,
.vc-section > ol {
    font-size: 1.0625rem;
    line-height: 1.75;
    color: var(--brand-text-body);
    margin: 0;
}
.vc-section > h2 {
    font-family: 'Funnel Display', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    margin: 0;
    color: #121212;
}
/* Prvi paragraf odmah nakon H2 dobiva "lead" izgled (veći, olive boja) */
.vc-section > h2 + p {
    font-family: 'Funnel Display', sans-serif;
    font-size: 1.3125rem;
    line-height: 1.55;
    font-weight: 500;
    color: var(--brand-text-muted);
    margin-top: 16px;
}
/* Zadnji paragraf u sekciji "Naši ciljevi" dobiva istaknut izgled (zaključna rečenica) */
.vc-section-closing > p:last-child {
    font-family: 'Funnel Display', sans-serif;
    font-size: 1.375rem;
    line-height: 1.5;
    font-weight: 500;
    color: #121212;
    margin-top: 12px;
}

.vc-stats-wrap {
    max-width: 1240px;
    margin: 64px auto 0;
    padding: 0 48px;
}
.vc-stats {
    background: var(--brand-section-alt);
    border-radius: 24px;
    padding: 48px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}
.vc-stat {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.vc-stat-value {
    font-family: 'Funnel Display', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: #121212;
}
.vc-stat-label {
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--brand-text-muted);
}

.vc-doctor {
    max-width: 1240px;
    margin: 100px auto 0;
    padding: 0 48px 100px;
    display: grid;
    grid-template-columns: 0.75fr 1fr;
    gap: 64px;
    align-items: start;
}
.vc-doctor-photo {
    width: 100%;
    height: 560px;
    border-radius: 24px;
    overflow: hidden;
    position: sticky;
    top: 100px;
}
.vc-doctor-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 15%;
    display: block;
}
.vc-doctor-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.vc-doctor-title {
    font-family: 'Funnel Display', sans-serif;
    font-size: 1.875rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    margin: 0;
    color: #121212;
}
.vc-doctor-content > p,
.vc-doctor-content > ul {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--brand-text-body);
    margin: 0;
}
/* Prvi paragraf (lead) u doctor sekciji */
.vc-doctor-content > p:first-of-type {
    font-family: 'Funnel Display', sans-serif;
    font-size: 1.1875rem;
    line-height: 1.5;
    font-weight: 500;
    color: var(--brand-text-muted);
    margin-top: 4px;
}
.vc-doctor-link {
    font-size: 1rem;
    font-weight: 600;
    color: #121212;
    margin-top: 8px;
    text-decoration: none;
}
.vc-doctor-link:hover {
    color: var(--brand-accent);
}

/* Galerija (grid prikaz slika) */
.vs-gallery-section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 48px 80px;
}
.vs-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.vs-gallery-grid img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}

@media (max-width: 959px) {
    .vs-gallery-section { padding: 32px 24px 56px; }
    .vs-gallery-grid { grid-template-columns: 1fr 1fr; }
    .vs-gallery-grid img { height: 200px; }
}
@media (max-width: 640px) {
    .vs-gallery-grid { grid-template-columns: 1fr; }
}

/* Responzivnost */
@media (max-width: 959px) {
    .vc-hero { padding: 24px 24px 0; }
    .vc-hero-title { font-size: 2.1rem; }
    .vc-hero-photo { padding: 0 24px; }
    .vc-hero-photo-inner { height: 320px; }
    .vc-section { padding: 56px 24px 0; }
    .vc-section > h2 { font-size: 1.6rem; }
    .vc-section > h2 + p { font-size: 1.1rem; }
    .vc-stats-wrap { padding: 0 24px; }
    .vc-stats {
        grid-template-columns: 1fr 1fr;
        padding: 32px;
        gap: 24px;
    }
    .vc-doctor {
        grid-template-columns: 1fr;
        padding: 0 24px 64px;
        gap: 32px;
        margin-top: 64px;
    }
    .vc-doctor-photo {
        position: static;
        height: 360px;
    }
}

@media (max-width: 640px) {
    .vc-hero-title { font-size: 1.7rem; }
    .vc-hero-text { font-size: 1rem; }
    .vc-stats { grid-template-columns: 1fr; }
    .vc-doctor-title { font-size: 1.5rem; }
}

/* Checklist s točkicama (Prvi pregled - "Što ponijeti") */
.vs-content ul {
    list-style: none;
    margin: 4px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.vs-content ul li {
    position: relative;
    padding-left: 20px;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--brand-text-body);
}
.vs-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--brand-accent);
}

/* =============================================
   ORTHODONTIC CARD REDESIGN — pojednostavljena verzija
   (koristi samo postojeća polja: image, body, body_2, show_cta/form/related)
   ============================================= */

.vo-hero {
    background: var(--brand-dark-olive);
    padding: 56px 48px;
    margin-top:20px;
}
.vo-hero-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 0.85fr;
    gap: 56px;
    align-items: center;
}
.vo-hero-eyebrow {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--brand-blue);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.vo-hero-title {
    font-family: 'Funnel Display', sans-serif;
    font-size: 2.75rem;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--brand-cream);
    margin: 10px 0 0;
}
.vo-hero-photo {
    width: 100%;
    height: 320px;
    border-radius: 20px;
    overflow: hidden;
}
.vo-hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 30%;
    display: block;
}

/* Naizmjenične sekcije sadržaja (orthodontic-card) */
.vo-section-plain,
.vo-section-alt {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.vs-content {
    gap: 36px;
}
.vo-section-plain {
    padding-left: 36px;
}
.vo-section-alt {
    background: var(--brand-section-alt);
    border-radius: 20px;
    padding: 32px 40px;
}

/* Reset marginova na h2/p/ul unutar sekcija — razmak sad kontrolira gap iznad,
   ne margin, da se izbjegne dupli/neujednačen razmak */
.vo-section-plain h2,
.vo-section-alt h2,
.vo-section-plain p,
.vo-section-alt p,
.vo-section-plain ul,
.vo-section-alt ul,
.vo-section-plain ol,
.vo-section-alt ol {
    margin: 0!important;
}

@media (max-width: 640px) {
    .vo-section-alt {
        padding: 24px 20px;
    }
    .vo-section-plain {
    padding-left: 16px;
}
}

@media (max-width: 959px) {
    .vs-layout {
        padding: 24px 14px 14px;
        gap: 32px;
    }
}

/* Glavni sadržaj - koristi iste klase kao service-2 (.vs-layout, .vs-content, .vs-form-card)
   samo dodajemo par pravila za dulje bogate sadržaje (H3, liste, umetnute slike) */
.vs-content h3 {
    font-family: 'Funnel Display', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 20px 0 4px;
    color: #121212;
}
.vs-content ul,
.vs-content ol {
    list-style: none;
    margin: 4px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.vs-content li {
    position: relative;
    padding-left: 20px;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--brand-text-body);
}
.vs-content li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--brand-accent);
}
.vs-content img {
    max-width: 100%;
    border-radius: 16px;
    margin: 8px 0;
    display: block;
}
.vs-content strong {
    color: #121212;
}



/* CTA traka (show_cta) */
.vo-cta-band {
    background: var(--brand-primary);
    padding: 48px;
}
.vo-cta-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.vo-cta-text {
    font-size: 1.15rem;
    color: #fff;
    margin: 0;
    max-width: 640px;
}

/* Mobile CTA - prekid teksta na sredini s pozivom na kontakt formu */
.vs-mobile-cta {
    display: none;
}
.vs-mobile-cta-text {
    font-size: 0.9375rem;
    line-height: 1.5;
    color: var(--brand-text-body);
    margin: 0;
}

.vs-mobile-cta .vh-btn-primary {
    align-self: center;
}

@media (max-width: 959px) {
    .vs-mobile-cta {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 14px;
        background: var(--brand-section-alt);
        border-radius: 16px;
        padding: 24px;
        margin: 8px 0;
    }
}

/* Sticky kviz/forma (2 koraka) */
.vo-quiz-progress-row {
    display: flex;
    align-items: center;
    gap: 8px;
}
.vo-quiz-step-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--brand-text-muted);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}
.vo-quiz-progress-track {
    flex: 1;
    height: 4px;
    background: var(--brand-beige);
    border-radius: 100px;
    overflow: hidden;
}
.vo-quiz-progress-fill {
    height: 100%;
    width: 50%;
    background: var(--brand-accent);
    border-radius: 100px;
    transition: width 0.2s ease;
}
.vo-quiz-questions {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.vo-quiz-question {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.vo-quiz-question-text {
    font-size: 0.875rem;
    font-weight: 600;
    color: #121212;
}
.vo-quiz-options {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.vo-quiz-option {
    cursor: pointer;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 0.84375rem;
    border: 1px solid var(--brand-beige);
    background: #fff;
    color: var(--brand-text-body);
    text-align: left;
    font-family: 'Funnel Sans', sans-serif;
}
.vo-quiz-option.is-selected {
    background: var(--brand-blue);
    border-color: var(--brand-blue);
    color: #121212;
}
.vo-quiz-next {
    padding: 15px 20px;
    border-radius: 10px;
    border: none;
    background: var(--brand-accent);
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    margin-top: 8px;
    font-family: 'Funnel Sans', sans-serif;
}
.vo-quiz-next:hover {
    background: var(--brand-accent-hover);
}
.vo-quiz-form-actions {
    display: flex;
    gap: 10px;
    margin-top: 4px;
}
.vo-quiz-back {
    padding: 15px 18px;
    border-radius: 10px;
    border: 1px solid #121212;
    background: transparent;
    color: #121212;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    font-family: 'Funnel Sans', sans-serif;
}
.vo-quiz-submit {
    flex: 1;
    padding: 15px 20px;
    border-radius: 10px;
    border: none;
    background: var(--brand-accent);
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Funnel Sans', sans-serif;
}
.vo-quiz-submit:hover {
    background: var(--brand-accent-hover);
}
.vo-quiz-step { display: none; }
.vo-quiz-step.is-active { display: flex; flex-direction: column; gap: 16px; }
.vo-quiz-consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
}
.vo-quiz-consent input {
    margin-top: 3px;
    accent-color: var(--brand-accent);
}
.vo-quiz-consent span {
    font-size: 0.8125rem;
    line-height: 1.5;
    color: var(--brand-text-muted);
}

@media (max-width: 959px) {
    .vo-hero { padding: 40px 24px; }
    .vo-hero-inner { grid-template-columns: 1fr; gap: 24px; }
    .vo-hero-title { font-size: 2.1rem; }
    .vo-hero-photo { height: 240px; }
    .vo-cta-band { padding: 32px 24px; }
}

@media (max-width: 640px) {
    .vo-hero-title { font-size: 1.7rem; }
}

/* Tablica usporedbe aparatića */
.vo-compare-section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px 80px;
}
.vo-compare-card {
    background: var(--brand-section-alt);
    border-radius: 20px;
    padding: 40px;
}
.vo-compare-card table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9375rem;
}
.vo-compare-card table th,
.vo-compare-card table td {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid var(--brand-border);
}
.vo-compare-card table th {
    font-family: 'Funnel Display', sans-serif;
    font-weight: 600;
    color: #121212;
    border-bottom-width: 2px;
    border-bottom-color: var(--brand-primary);
}
.vo-compare-card table tr:last-child td {
    border-bottom: none;
}
.vo-compare-card table td {
    color: var(--brand-text-body);
}

.vo-compare-card {
    background: var(--brand-section-alt);
    border-radius: 20px;
    padding: 40px;
    position: relative;
}
.vo-compare-card table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9375rem;
}
.vo-compare-card table th,
.vo-compare-card table td {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid var(--brand-border);
    white-space: nowrap;
}
.vo-compare-card table th {
    font-family: 'Funnel Display', sans-serif;
    font-weight: 600;
    color: #121212;
    border-bottom-width: 2px;
    border-bottom-color: var(--brand-primary);
}
.vo-compare-card table tr:last-child td {
    border-bottom: none;
}
.vo-compare-card table td {
    color: var(--brand-text-body);
}

/* Prvi stupac (naziv karakteristike) ostaje fiksiran tijekom horizontalnog scrolla */
.vo-compare-card table th:first-child,
.vo-compare-card table td:first-child {
    position: sticky;
    left: 0;
    background: var(--brand-section-alt);
    z-index: 1;
    white-space: normal;
    box-shadow: 2px 0 6px rgba(0,0,0,0.06);
}

/* Vizualna naznaka da se može scrollati (blagi fade na desnom rubu) */
.vo-compare-scroll-hint {
    display: none;
    text-align: center;
    font-size: 0.8125rem;
    color: var(--brand-text-muted);
    margin-top: 12px;
}

@media (max-width: 959px) {
    .vo-compare-section { padding: 40px 24px 56px; }
    .vo-compare-card {
        padding: 20px 0 20px 20px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .vo-compare-card table {
        min-width: 640px;
    }
    .vo-compare-card table th,
    .vo-compare-card table td {
        padding: 12px 14px;
        font-size: 0.875rem;
    }
    .vo-compare-scroll-hint {
        display: block;
    }
}

/* Force fix: ukloni sve default browser bullete gdje god se pojavljuju
   uz naš custom dot, bez obzira koje drugo pravilo ih postavlja */
.vb-article > ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.vb-article > ol {
    padding-left: 22px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.vb-article > ul li,
.vb-article > ol li {
    font-size: 1.0625rem;
    line-height: 1.6;
}
.vb-article > ul li {
    position: relative;
    padding-left: 20px;
}
.vb-article > ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--brand-accent);
}

/* GDPR consent checkbox — koristi se u svim .vs-form formama */
.vs-form-consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
}
.vs-form-consent input {
    margin-top: 3px;
    accent-color: var(--brand-accent);
}
.vs-form-consent span {
    font-size: 0.8125rem;
    line-height: 1.5;
    color: var(--brand-text-muted);
}

/* =============================================
   SERVICES LISTING (/ortodoncija/, /usluge/)
   ============================================= */

.vl-section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 56px 48px 100px;
}
.vl-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}
.vl-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    height: 100%;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.vl-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    transform: translateY(-4px);
    text-decoration: none;
    color: inherit;
}
.vl-card-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}
.vl-card-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 28px;
    flex: 1;
}
.vl-eyebrow-pill {
    display: inline-block;
    align-self: flex-start;
    background: var(--brand-blue);
    color: #121212;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 100px;
}
.vl-card-title {
    font-family: 'Funnel Display', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    color: #121212;
}
.vl-card-excerpt {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--brand-text-body);
    margin: 0;
    flex: 1;
}
.vl-card-link {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    padding: 12px 22px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #121212;
    border: 1px solid #121212;
    border-radius: 100px;
    transition: background-color 0.2s ease;
}
.vl-card:hover .vl-card-link {
    background: rgba(0,0,0,0.05);
}

.uk-grid {
    align-items: flex-start;
}

/* Vrste podstranica (pill navigacija) */
.vs-subtype-nav {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--brand-border);
}
.vs-subtype-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.vs-subtype-pill {
    display: inline-flex;
    align-items: center;
    padding: 12px 22px;
    border-radius: 100px;
    font-size: 0.9375rem;
    font-weight: 600;
    border: 1px solid var(--brand-border);
    background: #fff;
    color: #121212;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}
.vs-subtype-pill:hover {
    border-color: #121212;
    text-decoration: none;
    color: #121212;
}
.vs-subtype-pill.is-active {
    background: #121212;
    border-color: #121212;
    color: #fff;
}
.vs-subtype-pill.is-active:hover {
    color: #fff;
}

.vh-newsletter-submit:hover {
    color: #fff;
}

@media (max-width: 640px) {
    .vs-subtype-pill {
        padding: 10px 18px;
        font-size: 0.875rem;
    }
}

@media (max-width: 959px) {
    .vl-section { padding: 40px 24px 64px; }
    .vl-grid { grid-template-columns: 1fr; gap: 24px; }
    .vl-card-image { height: 200px; }
    .vl-card-body { padding: 22px; }
}

/* UNIVERZALNI FIX ZA DUPLE BULLETE
   Hvata SVAKI <li style="list-style-type:..."> koji CKEditor ubaci,
   bez obzira u kojem se wrapperu nalazi na sajtu. */
li[style*="list-style-type"] {
    list-style: none !important;
    position: relative;
    padding-left: 20px;
}
li[style*="list-style-type"]::marker {
    content: '' !important;
}
li[style*="list-style-type"]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--brand-accent);
}

