/* ===== RESET I BAZNI STILOVI ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Lora', serif;
    color: white;
    background-image: url('hero_background.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    min-height: 100vh;
    line-height: 1.6;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: -1;
}

/* ===== NAVIGACIJA ===== */
.main-nav {
    background: rgba(15, 23, 42, 0.95);
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(251, 191, 36, 0.2);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 768px) {
    .nav-container {
        flex-direction: row;
        justify-content: space-between;
    }
}

.logo {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fbbf24;
    text-decoration: none;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .logo {
        margin-bottom: 0;
    }
}

.logo i {
    margin-right: 0.5rem;
    font-size: 1.5rem;
}

.nav-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    list-style: none;
}

.nav-menu a {
    color: #e5e7eb;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s;
    position: relative;
}

.nav-menu a:hover {
    color: #fbbf24;
}

.nav-menu .active {
    color: #fbbf24;
    font-weight: bold;
}

/* ===== BROJ BADGE ===== */
.number-badge {
    width: 120px;
    height: 120px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #60a5fa, #93c5fd);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    font-weight: bold;
    box-shadow: 0 0 30px rgba(147, 197, 253, 0.7);
    border: 4px solid white;
    animation: pulse 3s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* ===== NUMBER NAVIGACIJA ===== */
.number-nav-container {
    background: rgba(15, 23, 42, 0.8);
    border-radius: 1rem;
    padding: 1.5rem;
    margin: 2rem auto;
    border: 1px solid rgba(96, 165, 250, 0.3);
    max-width: 900px;
}

.current-breadcrumb {
    text-align: center;
    color: #e5e7eb;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.current-breadcrumb strong {
    color: #93c5fd;
}

.number-nav-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.number-nav-grid a {
    width: 42px;
    height: 42px;
    background: rgba(96, 165, 250, 0.1);
    border: 1px solid rgba(96, 165, 250, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #93c5fd;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 0.9rem;
}

.number-nav-grid a:hover {
    background: rgba(96, 165, 250, 0.3);
    transform: scale(1.1);
}

.number-nav-grid .active {
    background: #60a5fa;
    color: #1e293b;
    border-color: #60a5fa;
}

.premium-nav-link {
    background: linear-gradient(135deg, #f59e0b, #fbbf24) !important;
    color: #1e293b !important;
    border: none !important;
    width: auto !important;
    padding: 0 1.2rem;
    border-radius: 2rem !important;
}

.premium-cta-small {
    text-align: center;
}

.premium-cta-small a {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    color: #1e293b;
    padding: 0.7rem 1.5rem;
    border-radius: 2rem;
    font-weight: bold;
    text-decoration: none;
    transition: transform 0.3s;
}

.premium-cta-small a:hover {
    transform: scale(1.05);
}

/* ===== HERO SEKCIJA ===== */
.hero-section {
    text-align: center;
    margin-bottom: 3rem;
    padding: 0 1rem;
}

/* SUBTITLE BOX - OVAJ DEKORATIVNI OKVIR */
.subtitle-box {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 0.8rem 1.5rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-title {
    font-family: 'Cinzel', serif;
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #93c5fd;
}

@media (max-width: 768px) {
    .page-title {
        font-size: 2.5rem;
    }
}

.page-title span {
    color: white;
}

.page-subtitle {
    font-size: 1.5rem;
    color: #ffffff;  /* BELA BOJA - VIDLJIVO! */
    margin: 0;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* INTRO BOX - VELIKI OKVIR ZA UVOD */
.intro-box {
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(10px);
    padding: 1.8rem;
    border-radius: 1.2rem;
    border: 1px solid rgba(96, 165, 250, 0.4);
    max-width: 800px;
    margin: 2rem auto 0;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.page-intro {
    font-size: 1.2rem;
    color: #e5e7eb;  /* SVETLO SIVA - VIDLJIVO! */
    line-height: 1.8;
    margin: 0;
    font-weight: 500;
}

/* ===== KARTICE I SADRŽAJ ===== */
.page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem 3rem;
}

.content-card {
    background: rgba(15, 23, 42, 0.85);
    border-radius: 1.5rem;
    border: 1px solid rgba(96, 165, 250, 0.4);
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
    .content-card {
        padding: 1.5rem;
    }
}

.content-section {
    margin-bottom: 3rem;
}

.section-title {
    font-family: 'Cinzel', serif;
    font-size: 2.2rem;
    color: #93c5fd;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.section-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #e5e7eb;
}

.section-content p {
    margin-bottom: 1.2rem;
}

.two-column-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) {
    .two-column-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* ===== STRENGTHS & CHALLENGES ===== */
.strengths-card {
    background: linear-gradient(135deg, rgba(6, 78, 59, 0.3), rgba(4, 120, 87, 0.3));
    border: 1px solid rgba(34, 197, 94, 0.3);
    padding: 1.8rem;
    border-radius: 1rem;
}

.challenges-card {
    background: linear-gradient(135deg, rgba(120, 53, 15, 0.3), rgba(180, 83, 9, 0.3));
    border: 1px solid rgba(251, 191, 36, 0.3);
    padding: 1.8rem;
    border-radius: 1rem;
}

.subsection-title {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.strengths-card .subsection-title {
    color: #34d399;
}

.challenges-card .subsection-title {
    color: #fbbf24;
}

.qualities-list {
    list-style: none;
}

.qualities-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.qualities-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.qualities-list i {
    margin-top: 0.2rem;
    margin-right: 0.8rem;
    flex-shrink: 0;
}

.strengths-card .qualities-list i {
    color: #10b981;
}

.challenges-card .qualities-list i {
    color: #f59e0b;
}

/* ===== INFO KARTICE ===== */
.info-card {
    background: rgba(30, 41, 59, 0.4);
    border: 1px solid rgba(96, 165, 250, 0.2);
    padding: 1.8rem;
    border-radius: 1rem;
}

.highlight-box {
    background: rgba(96, 165, 250, 0.1);
    border-left: 4px solid #60a5fa;
    padding: 1rem;
    margin: 1.2rem 0;
    border-radius: 0.5rem;
}

/* ===== KOMPATIBILNOST ===== */
.compatibility-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.compat-card {
    background: rgba(30, 41, 59, 0.6);
    border: 1px solid;
    padding: 1.5rem;
    border-radius: 1rem;
    text-align: center;
    transition: transform 0.3s;
}

.compat-card:hover {
    transform: translateY(-5px);
}

.good-match {
    border-color: #10b981;
}

.average-match {
    border-color: #f59e0b;
}

.challenging-match {
    border-color: #ef4444;
}

.compat-number {
    width: 50px;
    height: 50px;
    background: #1e293b;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto 1rem;
}

/* ===== CTA SEKCIJA ===== */
.cta-section {
    text-align: center;
    padding: 3rem 2rem;
    background: rgba(30, 41, 59, 0.6);
    border-radius: 1rem;
    margin-top: 3rem;
    border: 2px solid rgba(251, 191, 36, 0.3);
}

.cta-title {
    font-family: 'Cinzel', serif;
    font-size: 2.5rem;
    color: #fef08a;
    margin-bottom: 1rem;
    text-shadow: 0 0 8px rgba(254, 240, 138, 0.5);
    animation: subtleGlow 3s ease-in-out infinite;
}

@keyframes subtleGlow {
    0%, 100% { text-shadow: 0 0 8px rgba(254, 240, 138, 0.5); }
    50% { text-shadow: 0 0 16px rgba(254, 240, 138, 0.8); }
}

.cta-text {
    font-size: 1.2rem;
    color: #d1d5db;
    max-width: 700px;
    margin: 0 auto 2rem;
    line-height: 1.7;
}

.price-note {
    display: inline-flex;
    align-items: center;
    background: rgba(30, 41, 59, 0.9);
    color: #fbbf24;
    padding: 0.8rem 1.5rem;
    border-radius: 2rem;
    margin-bottom: 2rem;
    border: 1px solid #fbbf24;
}

.price-note i {
    margin-right: 0.7rem;
}

.feature-list {
    list-style: none;
    max-width: 600px;
    margin: 0 auto 2.5rem;
    text-align: left;
}

.feature-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    color: #e5e7eb;
}

.feature-list i {
    color: #fbbf24;
    margin-right: 1rem;
    margin-top: 0.2rem;
}

.cta-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

@media (min-width: 640px) {
    .cta-buttons {
        flex-direction: row;
        justify-content: center;
    }
}

.btn {
    display: inline-flex;
    align-items: center;
    padding: 1rem 2.5rem;
    border-radius: 2rem;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 1.1rem;
}

.btn-primary {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #1d4ed8, #1e40af);
    transform: scale(1.05);
}

.btn-secondary {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #1e293b;
}

.btn-secondary:hover {
    background: linear-gradient(135deg, #d97706, #b45309);
    transform: scale(1.05);
}

.or-text {
    color: #9ca3af;
    font-weight: bold;
}

.guarantee-text {
    color: #9ca3af;
    font-size: 0.9rem;
}

.guarantee-text i {
    margin-right: 0.5rem;
    color: #10b981;
}

/* ===== FOOTER ===== */
.main-footer {
    background: rgba(15, 23, 42, 0.95);
    padding: 3rem 0 2rem;
    border-top: 1px solid rgba(251, 191, 36, 0.2);
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.footer-brand {
    text-align: center;
    margin-bottom: 2.5rem;
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
    color: #fbbf24;
    text-decoration: none;
    margin-bottom: 0.8rem;
}

.footer-logo i {
    margin-right: 0.5rem;
}

.footer-tagline {
    color: #9ca3af;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    font-size: 1.3rem;
}

.social-links a {
    color: #9ca3af;
    transition: color 0.3s;
}

.social-links a:hover {
    color: #fbbf24;
}

.footer-links-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
    .footer-links-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-heading {
    color: #fbbf24;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1.2rem;
    font-family: 'Cinzel', serif;
}

#footerNumberLinks {
    list-style: none;
    margin-bottom: 1rem;
}

#footerNumberLinks li {
    margin-bottom: 0.7rem;
}

#footerNumberLinks a {
    color: #d1d5db;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3rem 0;
    transition: color 0.3s;
}

#footerNumberLinks a:hover {
    color: #fbbf24;
}

#footerNumberLinks .current-number {
    color: #60a5fa;
    font-weight: bold;
}

.current-indicator {
    font-size: 0.8rem;
    color: #9ca3af;
    font-style: italic;
}

.footer-link {
    color: #d1d5db;
    text-decoration: none;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    transition: color 0.3s;
}

.footer-link:hover {
    color: #fbbf24;
}

.footer-link i {
    margin-right: 0.7rem;
    width: 20px;
}

.footer-contact {
    color: #d1d5db;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.footer-contact i {
    margin-right: 0.7rem;
    color: #9ca3af;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #6b7280;
    font-size: 0.9rem;
}

.footer-note {
    margin-top: 0.5rem;
    font-size: 0.8rem;
    color: #4b5563;
}

/* ===== BOJE ZA BROJEVE 1-9 ===== */
.number-1 .number-badge { background: linear-gradient(135deg, #dc2626, #ef4444); }
.number-1 .page-title, .number-1 .section-title { color: #fca5a5; }

.number-2 .number-badge { background: linear-gradient(135deg, #ea580c, #f97316); }
.number-2 .page-title, .number-2 .section-title { color: #fdba74; }

.number-3 .number-badge { background: linear-gradient(135deg, #ca8a04, #eab308); }
.number-3 .page-title, .number-3 .section-title { color: #fde047; }

.number-4 .number-badge { background: linear-gradient(135deg, #16a34a, #22c55e); }
.number-4 .page-title, .number-4 .section-title { color: #86efac; }

.number-5 .number-badge { background: linear-gradient(135deg, #2563eb, #3b82f6); }
.number-5 .page-title, .number-5 .section-title { color: #93c5fd; }

.number-6 .number-badge { background: linear-gradient(135deg, #7c3aed, #8b5cf6); }
.number-6 .page-title, .number-6 .section-title { color: #c4b5fd; }

.number-7 .number-badge { background: linear-gradient(135deg, #a21caf, #c026d3); }
.number-7 .page-title, .number-7 .section-title { color: #e9d5ff; }

.number-8 .number-badge { background: linear-gradient(135deg, #db2777, #ec4899); }
.number-8 .page-title, .number-8 .section-title { color: #fbcfe8; }

.number-9 .number-badge { background: linear-gradient(135deg, #475569, #64748b); }
.number-9 .page-title, .number-9 .section-title { color: #cbd5e1; }

/* ===== MASTER BROJEVI ===== */
.number-11 .number-badge { background: linear-gradient(135deg, #0d9488, #14b8a6); box-shadow: 0 0 40px rgba(20, 184, 166, 0.7); }
.number-11 .page-title, .number-11 .section-title { color: #5eead4; }

.number-22 .number-badge { background: linear-gradient(135deg, #7c3aed, #a78bfa); box-shadow: 0 0 40px rgba(167, 139, 250, 0.7); }
.number-22 .page-title, .number-22 .section-title { color: #c4b5fd; }

.number-33 .number-badge { background: linear-gradient(135deg, #f59e0b, #fde047); box-shadow: 0 0 40px rgba(253, 224, 71, 0.7); }
.number-33 .page-title, .number-33 .section-title { color: #fef08a; }

/* ===== BROJEVI 10-33 (koriste iste boje 1-9) ===== */
.number-10 .number-badge { background: linear-gradient(135deg, #dc2626, #ef4444); }
.number-10 .page-title, .number-10 .section-title { color: #fca5a5; }

.number-12 .number-badge { background: linear-gradient(135deg, #ca8a04, #eab308); }
.number-12 .page-title, .number-12 .section-title { color: #fde047; }

.number-13 .number-badge { background: linear-gradient(135deg, #16a34a, #22c55e); }
.number-13 .page-title, .number-13 .section-title { color: #86efac; }

.number-14 .number-badge { background: linear-gradient(135deg, #2563eb, #3b82f6); }
.number-14 .page-title, .number-14 .section-title { color: #93c5fd; }

.number-15 .number-badge { background: linear-gradient(135deg, #7c3aed, #8b5cf6); }
.number-15 .page-title, .number-15 .section-title { color: #c4b5fd; }

.number-16 .number-badge { background: linear-gradient(135deg, #a21caf, #c026d3); }
.number-16 .page-title, .number-16 .section-title { color: #e9d5ff; }

.number-17 .number-badge { background: linear-gradient(135deg, #db2777, #ec4899); }
.number-17 .page-title, .number-17 .section-title { color: #fbcfe8; }

.number-18 .number-badge { background: linear-gradient(135deg, #475569, #64748b); }
.number-18 .page-title, .number-18 .section-title { color: #cbd5e1; }

.number-19 .number-badge { background: linear-gradient(135deg, #dc2626, #ef4444); }
.number-19 .page-title, .number-19 .section-title { color: #fca5a5; }

.number-20 .number-badge { background: linear-gradient(135deg, #ea580c, #f97316); }
.number-20 .page-title, .number-20 .section-title { color: #fdba74; }

.number-21 .number-badge { background: linear-gradient(135deg, #ca8a04, #eab308); }
.number-21 .page-title, .number-21 .section-title { color: #fde047; }

.number-23 .number-badge { background: linear-gradient(135deg, #16a34a, #22c55e); }
.number-23 .page-title, .number-23 .section-title { color: #86efac; }

.number-24 .number-badge { background: linear-gradient(135deg, #2563eb, #3b82f6); }
.number-24 .page-title, .number-24 .section-title { color: #93c5fd; }

.number-25 .number-badge { background: linear-gradient(135deg, #7c3aed, #8b5cf6); }
.number-25 .page-title, .number-25 .section-title { color: #c4b5fd; }

.number-26 .number-badge { background: linear-gradient(135deg, #a21caf, #c026d3); }
.number-26 .page-title, .number-26 .section-title { color: #e9d5ff; }

.number-27 .number-badge { background: linear-gradient(135deg, #db2777, #ec4899); }
.number-27 .page-title, .number-27 .section-title { color: #fbcfe8; }

.number-28 .number-badge { background: linear-gradient(135deg, #475569, #64748b); }
.number-28 .page-title, .number-28 .section-title { color: #cbd5e1; }

.number-29 .number-badge { background: linear-gradient(135deg, #dc2626, #ef4444); }
.number-29 .page-title, .number-29 .section-title { color: #fca5a5; }

.number-30 .number-badge { background: linear-gradient(135deg, #ea580c, #f97316); }
.number-30 .page-title, .number-30 .section-title { color: #fdba74; }

.number-31 .number-badge { background: linear-gradient(135deg, #ca8a04, #eab308); }
.number-31 .page-title, .number-31 .section-title { color: #fde047; }

.number-32 .number-badge { background: linear-gradient(135deg, #16a34a, #22c55e); }
.number-32 .page-title, .number-32 .section-title { color: #86efac; }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .number-badge {
        width: 90px;
        height: 90px;
        font-size: 2.5rem;
    }
    
    .page-title {
        font-size: 2.2rem;
    }
    
    .page-subtitle {
        font-size: 1.2rem;
    }
    
    .page-intro {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .subsection-title {
        font-size: 1.3rem;
    }
    
    .cta-title {
        font-size: 1.8rem;
    }
    
    .nav-menu {
        gap: 1rem;
    }
    
    .nav-menu a {
        font-size: 0.85rem;
    }
}
/* ===== BOJE ZA BROJEVE U NAVIGACIJI ===== */
/* Broj 1 - Crvena */
.number-nav-grid a[href*="number-1"] {
    background: rgba(239, 68, 68, 0.15);
    border-color: rgba(239, 68, 68, 0.4);
    color: #fca5a5;
}
.number-nav-grid a[href*="number-1"]:hover {
    background: rgba(239, 68, 68, 0.3);
}

/* Broj 2 - Narandžasta */
.number-nav-grid a[href*="number-2"] {
    background: rgba(249, 115, 22, 0.15);
    border-color: rgba(249, 115, 22, 0.4);
    color: #fdba74;
}
.number-nav-grid a[href*="number-2"]:hover {
    background: rgba(249, 115, 22, 0.3);
}

/* Broj 3 - Žuta */
.number-nav-grid a[href*="number-3"] {
    background: rgba(234, 179, 8, 0.15);
    border-color: rgba(234, 179, 8, 0.4);
    color: #fde047;
}
.number-nav-grid a[href*="number-3"]:hover {
    background: rgba(234, 179, 8, 0.3);
}

/* Broj 4 - Zelena */
.number-nav-grid a[href*="number-4"] {
    background: rgba(34, 197, 94, 0.15);
    border-color: rgba(34, 197, 94, 0.4);
    color: #86efac;
}
.number-nav-grid a[href*="number-4"]:hover {
    background: rgba(34, 197, 94, 0.3);
}

/* Broj 5 - Plava */
.number-nav-grid a[href*="number-5"] {
    background: rgba(59, 130, 246, 0.15);
    border-color: rgba(59, 130, 246, 0.4);
    color: #93c5fd;
}
.number-nav-grid a[href*="number-5"]:hover {
    background: rgba(59, 130, 246, 0.3);
}

/* Broj 6 - Ljubičasta */
.number-nav-grid a[href*="number-6"] {
    background: rgba(139, 92, 246, 0.15);
    border-color: rgba(139, 92, 246, 0.4);
    color: #c4b5fd;
}
.number-nav-grid a[href*="number-6"]:hover {
    background: rgba(139, 92, 246, 0.3);
}

/* Broj 7 - Tamno Ljubičasta */
.number-nav-grid a[href*="number-7"] {
    background: rgba(192, 38, 211, 0.15);
    border-color: rgba(192, 38, 211, 0.4);
    color: #e9d5ff;
}
.number-nav-grid a[href*="number-7"]:hover {
    background: rgba(192, 38, 211, 0.3);
}

/* Broj 8 - Roze */
.number-nav-grid a[href*="number-8"] {
    background: rgba(236, 72, 153, 0.15);
    border-color: rgba(236, 72, 153, 0.4);
    color: #fbcfe8;
}
.number-nav-grid a[href*="number-8"]:hover {
    background: rgba(236, 72, 153, 0.3);
}

/* Broj 9 - Siva */
.number-nav-grid a[href*="number-9"] {
    background: rgba(100, 116, 139, 0.15);
    border-color: rgba(100, 116, 139, 0.4);
    color: #cbd5e1;
}
.number-nav-grid a[href*="number-9"]:hover {
    background: rgba(100, 116, 139, 0.3);
}

/* Master brojevi - Specijalne boje */
.number-nav-grid a[href*="number-11"] {
    background: rgba(20, 184, 166, 0.2);
    border-color: rgba(20, 184, 166, 0.5);
    color: #5eead4;
}
.number-nav-grid a[href*="number-22"] {
    background: rgba(139, 92, 246, 0.2);
    border-color: rgba(139, 92, 246, 0.5);
    color: #c4b5fd;
}
.number-nav-grid a[href*="number-33"] {
    background: rgba(253, 224, 71, 0.2);
    border-color: rgba(253, 224, 71, 0.5);
    color: #fef08a;
}

/* Ostali brojevi 10-33 koriste iste boje 1-9 po redu */
.number-nav-grid a[href*="number-10"],
.number-nav-grid a[href*="number-19"],
.number-nav-grid a[href*="number-28"],
.number-nav-grid a[href*="number-29"] {
    background: rgba(239, 68, 68, 0.15);
    border-color: rgba(239, 68, 68, 0.4);
    color: #fca5a5;
}

.number-nav-grid a[href*="number-12"],
.number-nav-grid a[href*="number-21"],
.number-nav-grid a[href*="number-30"] {
    background: rgba(234, 179, 8, 0.15);
    border-color: rgba(234, 179, 8, 0.4);
    color: #fde047;
}

/* ... i tako za sve brojeve - možeš dodati kasnije */

css
/* ===== CRVENO SRCE ZA LOVE ===== */
.info-card:nth-child(2) .subsection-title {
    color: #ef4444 !important;  /* Crvena boja */
}

.info-card:nth-child(2) .subsection-title i.fa-heart {
    color: #ef4444 !important;  /* Crveno srce */
}

/* Ovo će obojiti DRUGU .info-card (love) u crveno */

/* ===== DODAJ OVO NA KRAJ TVOG style.css ===== */

/* === NOVI LOGO STIL (preuzeto iz index.html) === */
.logo-star {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: bold;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
}

/* === X IKONA STIL === */
.x-icon {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 900;
    display: inline-block;
    transform: scale(1.1);
}

/* === BOJE ZA TEKST U LOGU (da Tailwind radi) === */
.text-yellow-400 { color: #fbbf24; }
.text-blue-400 { color: #60a5fa; }

/* Dodajte ovo u vaš style.css */
.adsense-container {
    background: rgba(30, 41, 59, 0.7);
    border: 1px solid rgba(251, 191, 36, 0.3);
    border-radius: 0.5rem;
    overflow: hidden;
    text-align: center;
    margin: 30px auto;
}
.adsense-label {
    background: rgba(251, 191, 36, 0.1);
    color: #fbbf24;
    font-size: 0.75rem;
    padding: 4px 10px;
    border-bottom: 1px solid rgba(251, 191, 36, 0.3);
    width: 100%;
}
/* LIGHT MODE STILOVI */
body.light-mode {
  background-color: #f8fafc !important;
  background-image: none !important;
  color: #1e293b;
}

body.light-mode::before,
body.light-mode::after {
  display: none !important;
}

body.light-mode h1, 
body.light-mode h2, 
body.light-mode h3, 
body.light-mode h4,
body.light-mode p,
body.light-mode .text-gray-300,
body.light-mode .text-gray-400 {
  color: #1e293b !important;
}

body.light-mode .logo-star {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.light-mode .card-bg {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(251, 191, 36, 0.4);
  color: #1e293b;
}

body.light-mode .cta-button {
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
  color: white;
}

body.light-mode .cta-button:hover {
  background: linear-gradient(135deg, #fbbf24, #fcd34d);
}

body.light-mode .teaser-card {
  background: rgba(255, 255, 255, 0.95);
  border-left: 5px solid #f59e0b;
  color: #1e293b;
}

body.light-mode .adsense-container {
  background: rgba(241, 245, 249, 0.9);
  border-color: rgba(251, 191, 36, 0.4);
}

body.light-mode .navbar {
  background-color: #ffffff !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

body.light-mode .navbar a {
  color: #1e293b !important;
}

body.light-mode .navbar a:hover {
  color: #f59e0b !important;
}

body.light-mode .navbar .text-yellow-300 {
  color: #f59e0b !important;
}

/* Footer u light mode */
body.light-mode footer {
  background-color: #f1f5f9 !important;
}

body.light-mode footer a {
  color: #475569 !important;
}

body.light-mode footer a:hover {
  color: #f59e0b !important;
}

body.light-mode footer p {
  color: #64748b !important;
}

/* LIGHT MODE */
body.light-mode {
  background-color: #f8fafc !important;
  background-image: none !important;
  color: #1e293b !important;
}

body.light-mode::before,
body.light-mode::after {
  display: none !important;
}

body.light-mode h1, body.light-mode h2, body.light-mode h3, body.light-mode h4,
body.light-mode p, body.light-mode .text-gray-300, body.light-mode .text-gray-400 {
  color: #1e293b !important;
}

body.light-mode .logo-star {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.light-mode .card-bg {
  background: rgba(255, 255, 255, 0.95) !important;
  border-color: rgba(251, 191, 36, 0.4) !important;
  color: #1e293b !important;
}

body.light-mode .teaser-card {
  background: rgba(255, 255, 255, 0.95) !important;
  color: #1e293b !important;
}

body.light-mode .cta-button {
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
  color: white !important;
}

body.light-mode .navbar {
  background-color: #ffffff !important;
}

body.light-mode .navbar a {
  color: #1e293b !important;
}

body.light-mode .navbar a:hover {
  color: #f59e0b !important;
}

body.light-mode footer {
  background-color: #f1f5f9 !important;
}

body.light-mode footer a, body.light-mode footer p {
  color: #475569 !important;
}

body.light-mode footer a:hover {
  color: #f59e0b !important;
}
