﻿:root {
    --brand: #0d6efd;
    --yellow: #FFDE54;
    --darkgray: #2A2A2A;
}

body {
    padding-top: 72px;
    font-family: 'Poppins', sans-serif;
    background:
        radial-gradient(circle at top, rgba(255, 222, 84, 0.16), transparent 28%),
        linear-gradient(180deg, #17181d 0%, #23242c 48%, #1d1e25 100%);
    color: #f5f5f5;
    overflow-x: hidden;
}

.site-body {
    position: relative;
}

.site-backdrop {
    position: fixed;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.site-chrome {
    position: relative;
}

.site-orb,
.site-grid {
    position: absolute;
    display: block;
}

.site-orb {
    border-radius: 50%;
    filter: blur(4px);
    opacity: .75;
}

.site-orb-one {
    top: 10vh;
    left: -8vw;
    width: min(28rem, 44vw);
    height: min(28rem, 44vw);
    background: radial-gradient(circle, rgba(255, 222, 84, 0.18), rgba(255, 222, 84, 0.02) 62%, transparent 72%);
    animation: floatOrbOne 18s ease-in-out infinite;
}

.site-orb-two {
    right: -10vw;
    bottom: 8vh;
    width: min(32rem, 48vw);
    height: min(32rem, 48vw);
    background: radial-gradient(circle, rgba(13, 110, 253, 0.12), rgba(13, 110, 253, 0.02) 58%, transparent 72%);
    animation: floatOrbTwo 22s ease-in-out infinite;
}

.site-grid {
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), transparent 88%);
    opacity: .16;
    animation: gridDrift 24s linear infinite;
}

.page-shell {
    opacity: 0;
    transform: translateY(52px) scale(.985);
    filter: blur(14px);
    transition:
        opacity .95s ease,
        transform .95s cubic-bezier(.22, 1, .36, 1),
        filter .95s ease;
}

.site-body.is-ready .page-shell {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
}

.page-shell > * {
    position: relative;
}

.reveal-item {
    opacity: 0;
    transform: translateY(56px) scale(.95);
    filter: blur(12px);
    transition:
        opacity .85s ease,
        transform .85s cubic-bezier(.22, 1, .36, 1),
        filter .85s ease;
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform;
}

.reveal-item.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
}

.navbar {
    background-color: #2A2A2A !important;
    color: #FFDE54;
    font-size: 21px;
    backdrop-filter: blur(16px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
    transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.nav-menu-shell {
    padding: .35rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.navbar-brand svg, .navbar-brand img {
    height: 36px
}

.custom-toggler {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(255, 222, 84, 0.28) !important;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 222, 84, 0.12), rgba(255, 255, 255, 0.02));
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
    transition: transform .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.custom-toggler:focus {
    box-shadow: 0 0 0 .22rem rgba(255, 222, 84, 0.18);
}

.custom-toggler:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 222, 84, 0.45) !important;
    background: linear-gradient(180deg, rgba(255, 222, 84, 0.18), rgba(255, 255, 255, 0.04));
}

.custom-toggler:not(.collapsed) {
    background: linear-gradient(180deg, rgba(255, 222, 84, 0.2), rgba(255, 255, 255, 0.06));
    border-color: rgba(255, 222, 84, 0.52) !important;
}

.custom-toggler .toggler-box {
    width: 24px;
    height: 18px;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}

.custom-toggler .toggler-line {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: #FFDE54;
    transform-origin: center;
    transition: transform .24s ease, opacity .2s ease, background-color .2s ease;
}

.custom-toggler:not(.collapsed) .toggler-line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.custom-toggler:not(.collapsed) .toggler-line:nth-child(2) {
    opacity: 0;
}

.custom-toggler:not(.collapsed) .toggler-line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.navbar .nav-link {
    color: #FFDE54 !important;
    font-weight: 500;
    position: relative;
    padding: .7rem 1rem !important;
    border-radius: 999px;
    transition: color .18s ease, transform .18s ease;
}

.navbar .nav-link::after {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: .25rem;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .22s ease;
}

.navbar .nav-link:hover {
    color: #fff !important;
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.04);
}

.navbar .nav-link:hover::after,
.navbar .nav-link.active::after,
.navbar .nav-link[aria-current="page"]::after {
    transform: scaleX(1);
}

.navbar .nav-link.active,
.navbar .nav-link[aria-current="page"] {
    color: #fff !important;
    font-weight: 600;
    background: linear-gradient(180deg, rgba(255, 222, 84, 0.14), rgba(255, 255, 255, 0.03));
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

/* Navbar background */
.navbar-collapse {
    background-color: #2A2A2A;
}

    /* Linkovi unutar collapse */
.navbar-collapse .nav-link {
    color: #FFDE54 !important;
}

/* Hover i aktivni link – beli */
.navbar-collapse .nav-link:hover,
.navbar-collapse .nav-link.active,
.navbar-collapse .nav-link[aria-current="page"] {
    color: #fff !important;
}

/* Dropdown meni pozadina */
.nav-item.dropdown .dropdown-menu {
    background-color: #2A2A2A;
    border: none; /* uklanja default border */
    margin-top: .85rem;
    padding: .45rem;
    border-radius: 18px;
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.28);
}

    /* Linkovi u dropdown meniju */
.nav-item.dropdown .dropdown-menu .dropdown-item {
    color: #FFDE54 !important;
    border-radius: 14px;
    padding: .8rem .95rem;
}

        /* Hover i aktivni u dropdownu = beli */
.nav-item.dropdown .dropdown-menu .dropdown-item:hover,
.nav-item.dropdown .dropdown-menu .dropdown-item:focus,
.nav-item.dropdown .dropdown-menu .dropdown-item.active {
    color: #fff !important;
    background-color: #444 !important; /* malo svetlija pozadina za hover */
}

.lang-switcher {
    padding: .35rem .55rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.lang-switcher .nav-link {
    padding: .15rem !important;
    border-radius: 999px;
}

footer {
    border-top: 1px solid #444;
    color: #fff; /* sve u footeru belo */
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.hero {
    min-height: 340px; /* visina sekcije */
    display: flex;
    align-items: center; /* vertikalno centriranje */
    justify-content: center; /* horizontalno centriranje */
    text-align: center; /* centriran tekst */
    color: #fff; /* beli tekst */
    font-size: 19px;
}

.hero-modern {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(255, 222, 84, 0.14), rgba(255, 255, 255, 0.03)),
        rgba(24, 25, 31, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
    isolation: isolate;
    animation: heroBreath 9s ease-in-out infinite;
}

.hero-modern::after {
    content: "";
    position: absolute;
    inset: auto -80px -80px auto;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 222, 84, 0.35), transparent 65%);
    pointer-events: none;
    animation: pulseGlow 8s ease-in-out infinite;
}

.hero-modern::before {
    content: "";
    position: absolute;
    inset: -35% 22% auto -10%;
    height: 180px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
    transform: rotate(8deg);
    animation: sheenSweep 8s linear infinite;
    pointer-events: none;
    z-index: -1;
}

.hero-title,
.section-title {
    font-size: clamp(2rem, 4vw, 4rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.03em;
    margin: 0;
}

.hero-copy,
.section-copy {
    color: rgba(245, 245, 245, 0.82);
    font-size: 1.05rem;
    line-height: 1.8;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .45rem .9rem;
    border-radius: 999px;
    background: rgba(255, 222, 84, 0.12);
    color: var(--yellow);
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.section-kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--yellow);
    box-shadow: 0 0 18px rgba(255, 222, 84, 0.85);
}

.content-section {
    position: relative;
}

.hero-panel,
.info-surface,
.founder-card,
.samples-section {
    background: rgba(31, 33, 41, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.hero-panel {
    border-radius: 28px;
    padding: 1.5rem;
}

.hero-logo-wrap {
    display: flex;
    justify-content: center;
    padding: 1.5rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
}

.hero-logo {
    width: min(100%, 240px);
    height: auto;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.35));
}

.bi-float-scene {
    position: relative;
    min-height: 240px;
    border-radius: 24px;
    padding: 1.2rem;
    background:
        radial-gradient(circle at top left, rgba(255, 222, 84, 0.14), transparent 36%),
        linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.01));
    border: 1px solid rgba(255, 255, 255, 0.06);
    overflow: hidden;
}

.bi-float-scene::before {
    content: "";
    position: absolute;
    inset: auto -10% -18% auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(13, 110, 253, 0.18), transparent 65%);
    filter: blur(8px);
}

.bi-dashboard-card {
    inset: 50% auto auto 50%;
    position: absolute;
    width: min(100%, 294px);
    padding: 1rem 1rem 1.1rem;
    border-radius: 24px;
    transform: translate(-50%, -50%);
    color: #fff;
    background:
        linear-gradient(180deg, rgba(18, 19, 25, 0.95), rgba(22, 24, 31, 0.88));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(14px);
    animation: biCardMainFloat 7s ease-in-out infinite;
}

.bi-float-badge {
    display: inline-flex;
    align-items: center;
    padding: .28rem .62rem;
    border-radius: 999px;
    background: rgba(255, 222, 84, 0.14);
    color: var(--yellow);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
}

.bi-dashboard-head,
.bi-dashboard-status,
.bi-data-chip {
    display: flex;
    align-items: center;
}

.bi-dashboard-head {
    justify-content: space-between;
    margin-bottom: 1rem;
}

.bi-dashboard-status {
    gap: .4rem;
    padding: .35rem .65rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.72);
    font-size: .78rem;
}

.bi-dashboard-status i {
    color: var(--yellow);
}

.bi-dashboard-body {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 1rem;
    align-items: end;
}

.bi-dashboard-copy strong {
    display: block;
    font-size: 1.05rem;
    line-height: 1.2;
    margin-bottom: .45rem;
}

.bi-dashboard-copy span {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.5;
    font-size: .9rem;
}

.bi-dashboard-chart {
    position: relative;
    display: flex;
    align-items: end;
    gap: .5rem;
    height: 120px;
    padding: .9rem .8rem .7rem;
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
    border: 1px solid rgba(255, 255, 255, 0.06);
    overflow: hidden;
}

.bi-bar {
    display: block;
    width: 16px;
    border-radius: 999px 999px 4px 4px;
    background: linear-gradient(180deg, #ffde54, #cda928);
    box-shadow: 0 8px 20px rgba(255, 222, 84, 0.18);
    animation: biBarPulse 3.8s ease-in-out infinite;
}

.bi-bar-one {
    height: 34px;
    animation-delay: -.2s;
}

.bi-bar-two {
    height: 54px;
    animation-delay: -.7s;
}

.bi-bar-three {
    height: 78px;
    animation-delay: -1.1s;
}

.bi-bar-four {
    height: 62px;
    animation-delay: -1.5s;
}

.bi-line {
    position: absolute;
    inset: 28px 12px auto 12px;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(88, 166, 255, 0.8) 18%, rgba(88, 166, 255, 0.95) 60%, transparent 100%);
    transform: rotate(-12deg);
    transform-origin: left center;
    box-shadow: 0 0 16px rgba(88, 166, 255, 0.3);
}

.bi-data-chip {
    position: absolute;
    gap: .55rem;
    padding: .7rem .9rem;
    border-radius: 18px;
    color: #fff;
    background: rgba(18, 19, 25, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(12px);
    font-size: .88rem;
    animation: biCardOrbit 6.5s ease-in-out infinite;
}

.bi-data-chip i {
    color: var(--yellow);
}

.bi-chip-top {
    top: 1rem;
    right: 1rem;
    animation-delay: -.8s;
}

.bi-chip-left {
    left: .8rem;
    bottom: 1.2rem;
    flex-direction: column;
    align-items: flex-start;
    gap: .1rem;
    animation-delay: -1.8s;
}

.bi-chip-value {
    color: var(--yellow);
    font-weight: 700;
    font-size: .98rem;
}

.bi-chip-label {
    color: rgba(255, 255, 255, 0.72);
    font-size: .78rem;
}

.bi-chip-right {
    right: .55rem;
    bottom: 2rem;
    animation-delay: -2.8s;
}

.bi-chip-bottom {
    left: 46%;
    bottom: .65rem;
    transform: translateX(-50%);
    animation-delay: -1.2s;
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.metric-card,
.about-point {
    border-radius: 20px;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.metric-value {
    display: block;
    color: var(--yellow);
    font-size: 1.5rem;
    font-weight: 700;
}

.metric-label {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: .95rem;
}

.info-surface,
.founder-card {
    border-radius: 28px;
    padding: 2rem;
}

.about-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.about-point strong {
    display: block;
    color: var(--yellow);
    margin-bottom: .45rem;
}

.about-point span {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.founder-card {
    text-align: center;
}

.founder-photo {
    width: 170px;
    height: 170px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid rgba(255, 222, 84, 0.85);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
    margin-bottom: 1.25rem;
}

.founder-role {
    color: var(--yellow);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .85rem;
}

.founder-name {
    font-size: 1.8rem;
    font-weight: 700;
}

.founder-copy {
    color: rgba(245, 245, 245, 0.8);
    line-height: 1.8;
}

.company-meta {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    color: rgba(245, 245, 245, 0.72);
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .85rem;
}

.social-link {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    padding: .85rem 1rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    color: #fff;
    text-decoration: none;
    transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.social-link:hover {
    transform: translateY(-2px);
    background: rgba(255, 222, 84, 0.12);
    border-color: rgba(255, 222, 84, 0.3);
}

.service-card,
.sample-card,
.samples-grid-card,
.news-card {
    display: block;
    height: 100%;
    border-radius: 26px;
    padding: 1.5rem;
    background: rgba(31, 33, 41, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.service-card:hover,
.sample-card:hover,
.samples-grid-card:hover,
.news-card:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: rgba(255, 222, 84, 0.26);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.32);
}

.service-card h3,
.sample-copy h3 {
    font-size: 1.35rem;
    font-weight: 600;
    margin-bottom: .75rem;
}

.service-card p,
.sample-copy p {
    color: rgba(255,255,255,.78);
    line-height: 1.7;
    margin-bottom: 0;
}

.service-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    border-radius: 16px;
    background: rgba(255, 222, 84, 0.14);
    color: var(--yellow);
    font-size: 1.35rem;
}

.sample-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.sample-image {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 110px;
    object-fit: contain;
    border-radius: 18px;
    background: rgba(255,255,255,0.03);
    padding: .5rem;
    display: block;
    margin: 0 auto;
}

.sample-image-mobile {
    max-height: 110px;
}

.samples-hero-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.samples-hero-stat {
    border-radius: 20px;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
}

.samples-grid-card {
    position: relative;
    padding: 1.75rem;
    color: #fff;
}

.samples-grid-icon {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.15rem;
    border-radius: 18px;
    background: rgba(255, 222, 84, 0.14);
    color: var(--yellow);
    font-size: 1.4rem;
}

.samples-grid-card h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: .75rem;
    color: var(--yellow);
}

.samples-grid-card p {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.samples-grid-link {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: #fff;
    font-weight: 600;
}

.samples-grid-link::after {
    content: "\2192";
    color: var(--yellow);
    transition: transform .18s ease;
}

.samples-grid-card:hover .samples-grid-link::after {
    transform: translateX(4px);
}

.contact-hero-panel {
    display: grid;
    gap: 1rem;
}

.contact-hero-item,
.contact-point {
    border-radius: 20px;
    padding: 1rem 1.15rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.contact-card,
.contact-side-card {
    height: 100%;
    border-radius: 28px;
    padding: 2rem;
    background: rgba(31, 33, 41, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.contact-title {
    font-size: 1.9rem;
    font-weight: 700;
    margin: 0;
}

.contact-input {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 16px;
    padding: .9rem 1rem;
}

.contact-input:focus {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    border-color: rgba(255, 222, 84, 0.45);
    box-shadow: 0 0 0 .2rem rgba(255, 222, 84, 0.12);
}

.contact-input::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.contact-points {
    display: grid;
    gap: 1rem;
}

.contact-point strong {
    display: block;
    color: var(--yellow);
    margin-bottom: .4rem;
}

.contact-point span {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.news-hero-panel {
    display: grid;
    gap: 1rem;
}

.news-card {
    padding: 1.75rem;
}

.news-card-head {
    margin-bottom: 1rem;
}

.news-badge {
    display: inline-flex;
    align-items: center;
    padding: .4rem .8rem;
    border-radius: 999px;
    background: rgba(255, 222, 84, 0.12);
    color: var(--yellow);
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: .9rem;
}

.news-card-title {
    font-size: 1.45rem;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
    margin: 0;
}

.news-frame {
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255,255,255,0.02);
}

.news-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.sample-frame-shell {
    min-height: calc(100vh - 72px);
}

.sample-frame {
    display: block;
    width: 100%;
    height: calc(100vh - 72px);
    border: 0;
}

.card {
    background-color: #2e2f39;
    color: #fff;
   /* min-height: 400px;*/
}
.card-body img.center-img {
    /*max-width: 150px;*/ /* prilagodi veličinu */
    height: auto;
    display: block;
    margin: 0 auto; /* centriranje horizontalno */
}
.card.h-100 {
    /*min-height: 400px;*/
}

.card-hover {
    transition: transform .15s ease, box-shadow .15s ease;
      /*  min-height: 400px;*/
}

.card-hover:hover {
    transform: translateY(-8px) scale(1.015);
    box-shadow: 0 1.25rem 2.2rem rgba(0,0,0,.34)
}

.badge-skin {
    background: var(--brand);
}

.btn-primary {
    background-color: #FFDE54 !important;
    border-color: #FFDE54 !important;
    color: #33343F !important; /* da tekst bude taman i čitljiv */
    box-shadow: 0 12px 28px rgba(255, 222, 84, 0.18);
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #e6cb4a !important; /* malo tamnija nijansa za hover */
    border-color: #e6cb4a !important;
    color: #33343F !important;
    transform: translateY(-4px) scale(1.015);
    box-shadow: 0 22px 40px rgba(255, 222, 84, 0.24);
}

.btn-outline-light {
    border-width: 1px;
    transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.btn-outline-light:hover,
.btn-outline-light:focus {
    transform: translateY(-4px);
}

@keyframes floatOrbOne {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(6vw, 4vh, 0) scale(1.08);
    }
}

@keyframes floatOrbTwo {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(-5vw, -5vh, 0) scale(.94);
    }
}

@keyframes gridDrift {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-36px, 36px, 0);
    }
}

@keyframes pulseGlow {
    0%, 100% {
        transform: scale(1);
        opacity: .75;
    }
    50% {
        transform: scale(1.12);
        opacity: 1;
    }
}

@keyframes heroBreath {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}

@keyframes biCardMainFloat {
    0%, 100% {
        transform: translate(-50%, -50%) translateY(0);
    }
    50% {
        transform: translate(-50%, -50%) translateY(-10px);
    }
}

@keyframes biCardOrbit {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-8px) rotate(.6deg);
    }
}

@keyframes biBarPulse {
    0%, 100% {
        transform: scaleY(1);
        opacity: .92;
    }
    50% {
        transform: scaleY(1.08);
        opacity: 1;
    }
}

@keyframes sheenSweep {
    0% {
        transform: translateX(-18%) rotate(8deg);
        opacity: 0;
    }
    12% {
        opacity: .55;
    }
    30% {
        opacity: 0;
    }
    100% {
        transform: translateX(155%) rotate(8deg);
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-grid,
    .site-orb,
    .hero-modern::before,
    .hero-modern::after {
        animation: none !important;
    }

    .navbar,
    .navbar .nav-link,
    .navbar .nav-link::after,
    .btn-primary,
    .btn-outline-light,
    .service-card,
    .sample-card,
    .samples-grid-card,
    .news-card,
    .social-link,
    .card-hover {
        transition: none !important;
    }
}

.site-body.reduced-motion .page-shell {
    transition-duration: .35s;
    transform: translateY(8px);
}

.site-body.reduced-motion .reveal-item {
    transform: translateY(10px);
    transition-duration: .4s;
}

.site-body.reduced-motion .reveal-item.is-visible {
    transform: translateY(0);
    filter: blur(0);
}

.site-body.reduced-motion.is-ready .page-shell {
    filter: blur(0);
}

@media (max-width: 991.98px) {
    .navbar .container {
        gap: .75rem;
    }

    .nav-menu-shell {
        padding: 0;
        border-radius: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    .navbar-collapse {
        margin-top: 1rem;
        padding: .8rem;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 20px;
        background:
            linear-gradient(180deg, rgba(42, 42, 42, 0.98), rgba(29, 30, 37, 0.96));
        box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
    }

    .navbar-nav {
        gap: .35rem;
    }

    .navbar .nav-item {
        width: 100%;
    }

    .navbar .nav-link,
    .navbar .dropdown-item {
        min-height: 48px;
        display: flex;
        align-items: center;
        padding: .75rem .9rem !important;
        border-radius: 14px;
        font-size: .95rem;
    }

    .navbar .nav-link::after {
        left: .9rem;
        right: .9rem;
        bottom: .4rem;
    }

    .navbar .nav-link:hover,
    .navbar .nav-link.active,
    .navbar .nav-link[aria-current="page"] {
        background: rgba(255, 255, 255, 0.05);
        box-shadow: none;
    }

    .nav-item.dropdown .dropdown-menu {
        margin-top: .35rem;
        padding: .3rem;
        border-radius: 16px;
        border: 1px solid rgba(255, 255, 255, 0.06);
        background: rgba(255, 255, 255, 0.03);
    }

    .nav-item.dropdown .dropdown-menu .dropdown-item {
        border-radius: 12px;
        font-size: .92rem;
    }

    .navbar-collapse > .d-flex {
        margin-top: .8rem;
        padding-top: .8rem;
        justify-content: center;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .lang-switcher {
        width: fit-content;
        margin-inline: auto;
        background: rgba(255, 255, 255, 0.02);
    }

    .about-points {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .custom-toggler {
        width: 48px;
        height: 48px;
        border-radius: 14px;
    }

    .navbar {
        font-size: 18px;
    }

    .site-grid {
        background-size: 48px 48px;
    }

    .hero-panel,
    .info-surface,
    .founder-card,
    .contact-card,
    .contact-side-card,
    .samples-section,
    .service-card,
    .sample-card,
    .samples-grid-card,
    .news-card {
        border-radius: 22px;
    }

    .hero-metrics {
        grid-template-columns: 1fr;
    }

    .samples-hero-panel {
        grid-template-columns: 1fr;
    }

    .sample-image {
        max-height: 96px;
    }

    .bi-float-scene {
        min-height: auto;
        padding: .9rem;
        display: grid;
        gap: .6rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
    }

    .bi-dashboard-card {
        position: relative;
        inset: auto;
        grid-column: 1 / -1;
        padding: .85rem;
        border-radius: 20px;
        transform: none;
        animation: none;
        box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
    }

    .bi-dashboard-body {
        grid-template-columns: 1fr;
        gap: .7rem;
    }

    .bi-dashboard-chart {
        height: 88px;
        border-radius: 16px;
    }

    .bi-data-chip {
        position: relative;
        inset: auto;
        padding: .7rem .8rem;
        border-radius: 16px;
        font-size: .78rem;
        min-height: 54px;
        animation: none;
        box-shadow: none;
        background: rgba(18, 19, 25, 0.84);
    }

    .bi-chip-top {
        grid-column: 1 / 2;
    }

    .bi-chip-left {
        grid-column: 1 / 2;
    }

    .bi-chip-right {
        grid-column: 2 / 3;
    }

    .bi-chip-bottom {
        grid-column: 1 / -1;
        transform: none;
    }
}

@media (max-width: 575.98px) {
    .navbar .container {
        padding-inline: .9rem;
    }

    .hero-panel {
        padding: 1rem;
    }

    .hero-logo-wrap {
        padding: 1rem;
    }

    .bi-float-scene {
        grid-template-columns: 1fr 1fr;
        gap: .55rem;
    }

    .bi-dashboard-card {
        padding: .85rem;
    }

    .bi-dashboard-copy strong {
        font-size: .94rem;
        text-align: center;
    }

    .bi-dashboard-copy span {
        font-size: .8rem;
        text-align: center;
    }

    .bi-dashboard-chart {
        height: 78px;
        gap: .4rem;
        padding: .65rem .55rem .5rem;
    }

    .bi-bar {
        width: 12px;
    }

    .bi-dashboard-head {
        margin-bottom: .8rem;
    }

    .bi-float-badge,
    .bi-dashboard-status {
        font-size: .68rem;
    }

    .bi-data-chip {
        font-size: .73rem;
        min-height: 50px;
        padding: .62rem .72rem;
    }

    .bi-chip-top {
        display: none;
    }

    .bi-chip-left,
    .bi-chip-right {
        grid-column: span 1;
    }

    .bi-chip-bottom {
        grid-column: 1 / -1;
        justify-content: center;
        text-align: center;
    }

    .bi-chip-value {
        font-size: .9rem;
    }
}
