

/* ===== Extracted from inline <style> blocks in index.html ===== */

.card-about {
        padding: 1.25rem 1.25rem !important;
      }
      .card-about h4 {
        font-size: 1rem !important;
        font-weight: 400 !important;
        line-height: 1.7 !important;
        text-align: center;
      }
      .card-about p {
        font-size: 0.95rem !important;
        font-weight: 400 !important;
        text-align: center;
      }

/* Modal za opcije slanja */
		.send-modal {
			display: none !important;
			position: fixed;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background: rgba(0, 0, 0, 0.7);
			z-index: 9999;
			align-items: center;
			justify-content: center;
			padding: 1rem;
		
		z-index: 99999 !important;}
		
		.send-modal.active {
			display: flex !important;
		}
		
		.send-modal-content {
			background: var(--card-bg, #ffffff);
			border-radius: 12px;
			max-width: 500px;
			width: 100%;
			padding: 2rem;
			box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
			position: relative;
		}
		
		.send-modal-header {
			margin-bottom: 1.5rem;
			padding-bottom: 1rem;
			border-bottom: 1px solid var(--border-color, #e5e7eb);
		}
		
		.send-modal-header h3 {
			margin: 0 0 0.5rem;
			color: var(--text-primary, #111827);
		}
		
		.send-modal-header p {
			margin: 0;
			color: var(--text-secondary, #6b7280);
			font-size: 0.9rem;
		}
		
		.send-options {
			display: grid;
			gap: 1rem;
			margin-bottom: 1.5rem;
		}
		
		.send-option {
			display: flex;
			align-items: flex-start;
			gap: 1rem;
			padding: 1.25rem;
			border: 2px solid var(--border-color, #e5e7eb);
			border-radius: 8px;
			cursor: pointer;
			transition: all 0.2s ease;
			background: var(--bg-primary, #ffffff);
		}
		
		.send-option:hover {
			border-color: #0D408C;
			background: rgba(13, 64, 140, 0.05);
			transform: translateY(-2px);
		}
		
		.send-option-icon {
			flex-shrink: 0;
			width: 40px;
			height: 40px;
			background: linear-gradient(135deg, #0D408C, #00A8CC);
			border-radius: 8px;
			display: flex;
			align-items: center;
			justify-content: center;
			color: white;
			font-size: 1.2rem;
		}
		
		.send-option-content h4 {
			margin: 0 0 0.25rem;
			font-size: 1rem;
			color: var(--text-primary, #111827);
		}
		
		.send-option-content p {
			margin: 0;
			font-size: 0.85rem;
			color: var(--text-secondary, #6b7280);
		}
		
		.send-modal-footer {
			display: flex;
			justify-content: flex-end;
			gap: 0.75rem;
			padding-top: 1rem;
			border-top: 1px solid var(--border-color, #e5e7eb);
		}
		
		.btn-cancel {
			padding: 0.6rem 1.2rem;
			background: transparent;
			border: 1px solid var(--border-color, #e5e7eb);
			border-radius: 6px;
			cursor: pointer;
			font-size: 0.9rem;
			color: var(--text-secondary, #6b7280);
			transition: all 0.2s ease;
		}
		
		.btn-cancel:hover {
			background: var(--bg-secondary, #f5f5f5);
		}
		
		/* Dark mode support */
		[data-theme="dark"] .send-modal-content {
			background: #1F2937;
		}
		
		[data-theme="dark"] .send-option {
			background: #111827;
		}
		
		[data-theme="dark"] .send-option:hover {
			background: rgba(13, 64, 140, 0.2);
		}

    
	/* Dark mode fix za why-nodig sekciju */
	[data-theme="dark"] #why-nodig {
		background: linear-gradient(135deg, #1F2937 0%, #111827 100%) !important;
	}
	
	[data-theme="dark"] #why-nodig .card {
		background: #374151 !important;
		border: 1px solid #4B5563 !important;
	}
	
	[data-theme="dark"] #why-nodig h2,
	[data-theme="dark"] #why-nodig h3,
	[data-theme="dark"] #why-nodig h4 {
		color: #F9FAFB !important;
	}
	
	[data-theme="dark"] #why-nodig p,
	[data-theme="dark"] #why-nodig .section-subtitle {
		color: #D1D5DB !important;
	}

	
	/* Modal z-index fix */

	
	body.modal-open {
		overflow: hidden;
	}

	
	/* === COMPREHENSIVE DARK MODE FIX === */
	
	/* Inline white backgrounds override */
	[data-theme="dark"] div[style*="background: white"] {
		background: #374151 !important;
	}
	
	[data-theme="dark"] div[style*="background:white"] {
		background: #374151 !important;
	}
	
	/* Badge backgrounds */
	[data-theme="dark"] .eu-quality-badge div[style*="background: white"],
	[data-theme="dark"] .animate-float div[style*="background: white"] {
		background: #909cb0 !important;
		border: 1px solid #4B5563;
	}
	
	/* Section gradients override */
	[data-theme="dark"] section[style*="background: linear-gradient"] {
		background: linear-gradient(135deg, #1F2937 0%, #111827 100%) !important;
	}
	
	/* All sections with inline backgrounds */
	[data-theme="dark"] .section[style*="background:"],
	[data-theme="dark"] section[style*="background:"] {
		background: #1F2937 !important;
	}
	[data-theme="dark"] section#references {
		background: url("images/logo1.webp") center/cover no-repeat !important;
	}
	
	/* Cards in all sections */
	[data-theme="dark"] .card {
		background: #374151 !important;
		border: 1px solid #4B5563 !important;
	}
	
	/* Text colors in all sections */
	[data-theme="dark"] h1,
	[data-theme="dark"] h2,
	[data-theme="dark"] h3,
	[data-theme="dark"] h4,
	[data-theme="dark"] h5,
	[data-theme="dark"] h6 {
		color: #F9FAFB !important;
	}
	
	[data-theme="dark"] p,
	[data-theme="dark"] li,
	[data-theme="dark"] .section-subtitle {
		color: #D1D5DB !important;
	}
	
	/* Specific sections */
	[data-theme="dark"] #why-nodig {
		background: linear-gradient(135deg, #1F2937 0%, #111827 100%) !important;
	}
	
	[data-theme="dark"] #why-nodig .card {
		background: #374151 !important;
	}
	
	[data-theme="dark"] #products,
	[data-theme="dark"] #training,
	[data-theme="dark"] #resellers,
	[data-theme="dark"] #references,
	[data-theme="dark"] #contact {
		background: #1F2937 !important;
	}
	
	/* Contact info boxes */
	[data-theme="dark"] .card[style*="height: 100%"] {
		background: #374151 !important;
	}
