/* ==========================================================
   MEDFORCE CRM - PREMIUM LIGHT MODE LANDING PAGE (SEPARATED)
   ========================================================== */
.landing-page {
    background-color: #f8fafc; /* Čista svetla pozadina (Slate 50) */
    color: #1e293b; /* Tamno sivi kontrastni tekst (Slate 800) */
    margin: -30px;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Inter', -apple-system, sans-serif;
}

/* Tečni svetli gradijent - Prelepo fallback rešenje */
@keyframes gradientFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Staklene površine (Svetli Glassmorphism) */
.landing-page .glass-panel {
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(15, 23, 42, 0.05);
}

.landing-page .dark-glass {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(15, 23, 42, 0.05);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

/* Navigacija */
.landing-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    z-index: 1000;
}

.landing-page .nav-brand {
    display: flex;
    align-items: center;
    position: relative;
}

.landing-page .brand-glow {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #3b82f6;
    filter: blur(15px);
    border-radius: 50%;
    left: -15px;
    opacity: 0.3;
}

.landing-page .brand-text {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.5px;
    z-index: 1;
}

.landing-page .nav-controls {
    display: flex;
    gap: 20px;
    align-items: center;
}

.landing-page .lang-wrapper {
    display: flex;
    align-items: center;
    background: rgba(15, 23, 42, 0.03);
    border-radius: 20px;
    padding: 2px 12px;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.landing-page .globe-svg {
    width: 16px;
    height: 16px;
    color: #475569; /* Elegantna siva boja koja se slaže sa tekstom */
    margin-right: 2px;
    margin-left: 4px;
}

.landing-page .lang-select-modern {
    background: transparent;
    color: #0f172a;
    border: none;
    outline: none;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    margin-left: 0;
    padding-right: 5px;
}

.landing-page .lang-select-modern {
    background: transparent;
    color: #0f172a;
    border: none;
    outline: none;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    margin-left: 5px;
}

.landing-page .lang-select-modern option {
    background: #ffffff;
    color: #0f172a;
}

/* Plavi Neon dugmić prilagođen svetlom modu */
.landing-page .btn-neon {
    background: linear-gradient(135deg, #1e40af, #3b82f6, #60a5fa);
    color: white !important;
    text-decoration: none;
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
    border: 1px solid rgba(255,255,255,0.2);
}

.landing-page .btn-neon:hover {
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.5);
    transform: translateY(-2px);
}

.landing-page .large-btn {
    padding: 15px 40px;
    font-size: 1.1rem;
}

/* Hero Sekcija sa svetlim overlay prelivom */
.landing-hero {
    position: relative;
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(-45deg, #f8fafc, #eff6ff, #f1f5f9, #e0f2fe);
    background-size: 400% 400%;
    animation: gradientFlow 15s ease infinite;
}

.landing-hero .hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
    z-index: 0;
}

.landing-hero .hero-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    /* Svetli preliv umesto crnog */
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.85) 0%, rgba(224, 242, 254, 0.75) 100%);
    z-index: 1;
}

.landing-hero .hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    padding: 50px;
}

.landing-page .glass-card {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 24px;
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.08);
}

.landing-page .animate-float {
    animation: floating 6s ease-in-out infinite;
}

@keyframes floating {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-12px); }
    100% { transform: translateY(0px); }
}

/* Premium bedž bez AI elemenata */
.landing-page .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px; /* Razmak između pulsirajuće tačke i teksta */
    background: rgba(37, 99, 235, 0.05); /* Suptilna plava pozadina */
    border: 1px solid rgba(37, 99, 235, 0.15);
    color: #1d4ed8;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Pulsirajuća statusna tačka (Active System Indicator) */
.landing-page .badge-dot {
    width: 6px;
    height: 6px;
    background-color: #10b981; /* Premium zelena (Emerald Green) */
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 8px #10b981;
    animation: badge-pulse 2s infinite;
}

/* Animacija pulsa */
@keyframes badge-pulse {
    0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
    70% { box-shadow: 0 0 0 6px rgba(16, 185, 129, 0); }
    100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

.landing-page .gradient-text {
    /* Tamni, duboki prelaz za tekst na svetloj pozadini */
    background: linear-gradient(135deg, #0f172a 0%, #1e40af 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    /* QA POPRAVKA: Sprečavanje odsecanja slova sa donjim kukicama (j, y, g, p) */
    padding-bottom: 0.12em; /* Proširuje boks za iscrtavanje gradijenta */
    margin-bottom: -0.12em; /* Neutrališe padding kako ne bi poremetio vertikalni raspored */
}

/*
.landing-hero .hero-title {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 800;
    letter-spacing: -1px;
}
    */


    .landing-hero .hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 850px; /* QA POPRAVKA: Prošireno sa 800px na 1000px */
    width: 92%;        /* QA POPRAVKA: Osigurava da se na manjim ekranima kartica suzi */
    padding: 50px;
}

.landing-hero .hero-subtitle {
    font-size: 1.15rem;
    color: #475569;
    margin-bottom: 40px;
    line-height: 1.6;
    font-weight: 500;
}

/* Opšte sekcije */
.landing-section {
    padding: 100px 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.landing-section .section-title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 800;
}

.landing-section .section-subtitle {
    text-align: center;
    color: #475569;
    margin-bottom: 60px;
    font-size: 1.1rem;
}

/* Features Mreža */
.landing-page .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.landing-page .feature-box {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.05);
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.02);
    transition: all 0.3s ease;
}

.landing-page .feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.08);
    border-color: rgba(59, 130, 246, 0.2);
}

.landing-page .feature-icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
    display: inline-block;
}

.landing-page .feature-box h3 {
    font-size: 1.25rem;
    margin-bottom: 15px;
    color: #0f172a;
    font-weight: 700;
}

.landing-page .feature-box p {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Tabela Poređenja */
.landing-page .table-wrapper {
    border-radius: 16px;
    overflow: hidden;
    padding: 1px;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.08), rgba(15, 23, 42, 0));
}

.landing-page .modern-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 15px;
}

.landing-page .modern-table th, .landing-page .modern-table td {
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid rgba(15, 23, 42, 0.05);
}

.landing-page .modern-table th {
    font-weight: 700;
    color: #475569;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.landing-page .modern-table .highlight-col {
    background: rgba(59, 130, 246, 0.04);
    color: #0f172a;
    font-weight: bold;
}

.landing-page .success-text { color: #16a34a !important; }
.landing-page .warn-text { color: #d97706 !important; }
.landing-page .fade-text { color: #94a3b8; }

/* ROI Sekcija sa SVG Animacijama */
.landing-page .roi-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.landing-page .roi-card {
    text-align: center;
    flex: 1;
    min-width: 250px;
    max-width: 300px;
}

.landing-page .circular-chart {
    display: block;
    margin: 0 auto 20px auto;
    max-width: 120px;
    max-height: 120px;
}

.landing-page .circle-bg {
    fill: none;
    stroke: rgba(15, 23, 42, 0.03);
    stroke-width: 2.5;
}

.landing-page .circle {
    fill: none;
    stroke: #2563eb;
    stroke-width: 2.5;
    stroke-linecap: round;
    animation: progress 2s ease-out forwards;
}

@keyframes progress {
    0% { stroke-dasharray: 0, 100; }
}

.landing-page .percentage {
    fill: #0f172a;
    font-family: 'Inter', sans-serif;
    font-size: 0.5rem;
    font-weight: 800;
    text-anchor: middle;
}

.landing-page .roi-card h4 {
    font-size: 1.2rem;
    color: #0f172a;
    margin-bottom: 10px;
    font-weight: 700;
}

.landing-page .roi-card p {
    color: #475569;
    font-size: 0.9rem;
}

/* Footer */
.landing-page .landing-footer {
    text-align: center;
    padding: 40px;
    color: #64748b;
    font-size: 0.9rem;
    margin-top: 50px;
}

/* Mobilna Optimizacija */
@media (max-width: 768px) {
    .landing-hero .hero-title { font-size: 2.2rem; }
    .landing-hero .hero-content { padding: 30px 20px; margin: 0 20px; }
    .landing-nav { padding: 0 20px; }
    .landing-page .modern-table { display: block; overflow-x: auto; white-space: nowrap; }
}

/* ==========================================================
   DODATNA FINO PODEŠAVANJA ZA PIXEL-PERFECT IZGLED
   ========================================================== */

/* 1. Diferencijacija dugmeta u navigaciji (Sada je elegantno Outline) */
.landing-page .landing-nav .btn-neon {
    background: transparent !important;
    color: #2563eb !important; /* Čista kraljevsko plava */
    border: 2px solid #3b82f6;
    box-shadow: none;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 700;
    transition: all 0.2s ease;
}

.landing-page .landing-nav .btn-neon:hover {
    background: rgba(59, 130, 246, 0.06) !important;
    border-color: #1d4ed8;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.1);
}

/* 2. Glavno centralno dugme (Zadržava pun gradijent, ali sa mnogo mekšom i prirodnijom senkom) */
.landing-page .hero-actions .btn-neon {
    background: linear-gradient(135deg, #1e40af, #3b82f6, #60a5fa);
    box-shadow: 0 12px 30px rgba(59, 130, 246, 0.25); /* Mekša senka */
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: 700;
}

.landing-page .hero-actions .btn-neon:hover {
    box-shadow: 0 18px 40px rgba(59, 130, 246, 0.4);
    transform: translateY(-3px);
}

/* 3. Pojačavanje ivice navigacije za bolju separaciju od videa u pokretu */
.landing-page .landing-nav {
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 4px 30px rgba(15, 23, 42, 0.02);
}

/* 4. Dodavanje optimalnog razmaka ("vazduha") unutar centralne kartice */
/*
.landing-hero .hero-title {
    font-size: 3.6rem;
    line-height: 1.15; 
    margin-top: 15px;
    margin-bottom: 25px;
}
*/

.landing-hero .hero-title {
    /* QA POPRAVKA: Font se sada još brže smanjuje ako zatreba na tabletima (sa 6vw na 5vw) */
    font-size: clamp(2rem, 5vw, 3.6rem); 
    line-height: 1.15; 
    margin-top: 15px;
    margin-bottom: 25px; 
    font-weight: 800;
    letter-spacing: -1px;
    
    word-break: normal;
    overflow-wrap: normal;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}


.landing-hero .hero-subtitle {
    margin-bottom: 45px; /* Više prostora do glavnog dugmeta */
    line-height: 1.7;
    max-width: 650px; /* Blago suženje radi lakšeg čitanja pasusa */
    margin-left: auto;
    margin-right: auto;
}

/* Premium SVG ikone umesto AI emojija */
.landing-page .feature-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    margin-bottom: 24px;
    transition: all 0.3s ease;
}

/* Diskretne, otmene pastelne pozadine za ikone */
.landing-page .icon-blue {
    background: rgba(59, 130, 246, 0.08);
    color: #2563eb;
}
.landing-page .icon-green {
    background: rgba(22, 163, 74, 0.08);
    color: #16a34a;
}
.landing-page .icon-purple {
    background: rgba(124, 58, 237, 0.08);
    color: #7c3aed;
}
.landing-page .icon-orange {
    background: rgba(234, 88, 12, 0.08);
    color: #ea580c;
}

.landing-page .feat-svg {
    width: 28px;
    height: 28px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Suptilna mikro-interakcija na hover cele kartice */
.landing-page .feature-box:hover .feat-svg {
    transform: scale(1.15);
}

.landing-page .feature-box:hover .icon-blue { background: rgba(59, 130, 246, 0.15); }
.landing-page .feature-box:hover .icon-green { background: rgba(22, 163, 74, 0.15); }
.landing-page .feature-box:hover .icon-purple { background: rgba(124, 58, 237, 0.15); }
.landing-page .feature-box:hover .icon-orange { background: rgba(234, 88, 12, 0.15); }