:root{--primary-gradient: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);--secondary-gradient: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);--accent-gradient: linear-gradient(135deg, #10b981 0%, #059669 100%);--glass-bg: rgba(255, 255, 255, 0.25);--glass-border: rgba(255, 255, 255, 0.18);}body{font-family: 'Inter', sans-serif;background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);min-height: 100vh;position: relative;}body::before{content: '';position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: radial-gradient(circle at 25% 25%, rgba(59, 130, 246, 0.1) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(147, 51, 234, 0.1) 0%, transparent 50%);pointer-events: none;z-index: -1;}.font-playfair{font-family: 'Playfair Display', serif;}.glass{background: var(--glass-bg);backdrop-filter: blur(10px);border: 1px solid var(--glass-border);}.glass-dark{background: rgba(0, 0, 0, 0.25);backdrop-filter: blur(10px);border: 1px solid rgba(255, 255, 255, 0.18);}.btn-gradient{background: var(--primary-gradient);border: none;color: white;transition: all 0.3s ease;}.btn-gradient:hover{transform: translateY(-2px);box-shadow: 0 10px 25px rgba(0,0,0,0.2);color: white;}.card-glass{background: var(--glass-bg);backdrop-filter: blur(10px);border: 1px solid var(--glass-border);border-radius: 20px;transition: all 0.3s ease;}.card-glass:hover{transform: translateY(-5px);box-shadow: 0 20px 40px rgba(0,0,0,0.1);}.navbar-glass{background: rgba(255, 255, 255, 0.9);backdrop-filter: blur(20px);border-bottom: 1px solid rgba(255, 255, 255, 0.2);}.text-gradient{background: var(--primary-gradient);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;}.fade-in{animation: fadeIn 0.6s ease-out;}.slide-up{animation: slideUp 0.8s ease-out;}@keyframes fadeIn{from{opacity: 0;}to{opacity: 1;}}@keyframes slideUp{from{opacity: 0;transform: translateY(30px);}to{opacity: 1;transform: translateY(0);}}.category-badge{background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(147, 51, 234, 0.1));border: 1px solid rgba(59, 130, 246, 0.3);color: #1e40af;}.hover-lift{transition: all 0.3s ease;}.hover-lift:hover{transform: translateY(-3px);}::-webkit-scrollbar{width: 8px;}::-webkit-scrollbar-track{background: rgba(255, 255, 255, 0.1);}::-webkit-scrollbar-thumb{background: rgba(59, 130, 246, 0.5);border-radius: 4px;}::-webkit-scrollbar-thumb:hover{background: rgba(59, 130, 246, 0.7);}@media (max-width: 768px){.articles-hero{padding: 2rem 0;}.display-2{font-size: 2.5rem;}}.dropdown-menu.bg-white{backdrop-filter: blur(20px);box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);border: 1px solid rgba(255, 255, 255, 0.2);}.dropdown-item{transition: all 0.3s ease;padding: 0.75rem 1.25rem;}.dropdown-item:hover{background: rgba(59, 130, 246, 0.1);transform: translateX(5px);}.footer-modern{background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);position: relative;margin-top: 5rem;}.footer-bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(16, 185, 129, 0.1) 0%, transparent 50%);z-index: -2;}.footer-particles{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;}.footer-particles::before, .footer-particles::after{content: '';position: absolute;width: 200px;height: 200px;border-radius: 50%;background: linear-gradient(45deg, rgba(59, 130, 246, 0.05), rgba(16, 185, 129, 0.05));animation: float 12s ease-in-out infinite;}.footer-particles::before{top: 10%;right: 10%;animation-delay: 0s;}.footer-particles::after{bottom: 10%;left: 10%;animation-delay: 6s;}.newsletter-card{background: rgba(255, 255, 255, 0.1);backdrop-filter: blur(20px);border: 1px solid rgba(255, 255, 255, 0.2);}.logo-footer{width: 60px;height: 60px;background: var(--primary-gradient);border-radius: 15px;display: flex;align-items: center;justify-content: center;box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);}.social-links .social-link{width: 45px;height: 45px;background: rgba(255, 255, 255, 0.1);border-radius: 12px;display: flex;align-items: center;justify-content: center;color: white;text-decoration: none;transition: all 0.3s ease;backdrop-filter: blur(10px);border: 1px solid rgba(255, 255, 255, 0.1);}.social-links .social-link:hover{background: var(--primary-gradient);transform: translateY(-3px);box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);color: white;}.footer-links li{margin-bottom: 0.75rem;}.footer-links a{color: rgba(255, 255, 255, 0.7);text-decoration: none;transition: all 0.3s ease;display: flex;align-items: center;padding: 0.25rem 0;}.footer-links a:hover{color: #3b82f6;transform: translateX(5px);}.footer-links a i{width: 20px;}.contact-item{transition: all 0.3s ease;padding: 0.25rem 0;}.contact-item:hover{transform: translateX(5px);}.footer-bottom{border-top: 1px solid rgba(255, 255, 255, 0.1);}.footer-badges .badge{backdrop-filter: blur(10px);border: 1px solid rgba(255, 255, 255, 0.1);}.newsletter-section .form-control{background: rgba(255, 255, 255, 0.1);border: 1px solid rgba(255, 255, 255, 0.2);color: white;backdrop-filter: blur(10px);}.newsletter-section .form-control::placeholder{color: rgba(255, 255, 255, 0.6);}.newsletter-section .form-control:focus{background: rgba(255, 255, 255, 0.2);border-color: #3b82f6;box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.25);color: white;}@media (max-width: 768px){.footer-modern{margin-top: 3rem;}.newsletter-section{padding: 3rem 0 2rem;}.social-links{justify-content: center;margin-top: 1rem;}.footer-badges{justify-content: center !important;}.footer-particles::before, .footer-particles::after{width: 100px;height: 100px;}}.admin-body{background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);font-family: 'Inter', sans-serif;}.admin-sidebar{position: fixed;top: 0;left: 0;width: 280px;height: 100vh;background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);z-index: 1000;transform: translateX(-100%);transition: transform 0.3s ease;overflow-y: auto;}.admin-sidebar.show{transform: translateX(0);}@media (min-width: 992px){.admin-sidebar{transform: translateX(0);}}.sidebar-header{padding: 1.5rem;border-bottom: 1px solid rgba(255, 255, 255, 0.1);display: flex;align-items: center;justify-content: space-between;}.sidebar-logo{width: 50px;height: 50px;background: var(--primary-gradient);border-radius: 12px;display: flex;align-items: center;justify-content: center;box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);}.sidebar-toggle{background: none;border: none;color: white;font-size: 1.2rem;padding: 0.5rem;border-radius: 8px;transition: all 0.3s ease;}.sidebar-toggle:hover{background: rgba(255, 255, 255, 0.1);}.sidebar-content{padding: 1rem 0;flex: 1;}.user-profile{display: flex;align-items: center;padding: 1rem 1.5rem;margin-bottom: 1rem;background: rgba(255, 255, 255, 0.05);margin: 0 1rem 1rem;border-radius: 12px;}.user-avatar{position: relative;margin-right: 1rem;}.user-avatar img{width: 45px;height: 45px;object-fit: cover;}.user-status{position: absolute;bottom: 0;right: 0;width: 12px;height: 12px;background: #10b981;border: 2px solid #1e293b;border-radius: 50%;}.sidebar-nav{padding: 0 1rem;}.sidebar-nav .nav-link{color: rgba(255, 255, 255, 0.7);padding: 0.75rem 1rem;margin-bottom: 0.25rem;border-radius: 8px;display: flex;align-items: center;transition: all 0.3s ease;text-decoration: none;}.sidebar-nav .nav-link:hover{background: rgba(255, 255, 255, 0.1);color: white;transform: translateX(5px);}.sidebar-nav .nav-link.active{background: var(--primary-gradient);color: white;box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);}.sidebar-nav .nav-link i{width: 20px;margin-right: 0.75rem;text-align: center;}.nav-divider{height: 1px;background: rgba(255, 255, 255, 0.1);margin: 1rem 0;}.sidebar-footer{padding: 1.5rem;border-top: 1px solid rgba(255, 255, 255, 0.1);}.admin-main{margin-left: 0;min-height: 100vh;transition: margin-left 0.3s ease;}@media (min-width: 992px){.admin-main{margin-left: 280px;}}.admin-header{background: rgba(255, 255, 255, 0.8);backdrop-filter: blur(20px);padding: 1rem 2rem;border-bottom: 1px solid rgba(0, 0, 0, 0.1);position: sticky;top: 0;z-index: 100;}.admin-content{padding: 2rem;}.sidebar-overlay{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);z-index: 999;opacity: 0;visibility: hidden;transition: all 0.3s ease;}.sidebar-overlay.show{opacity: 1;visibility: visible;}.stats-card{background: rgba(255, 255, 255, 0.8);backdrop-filter: blur(20px);border: 1px solid rgba(255, 255, 255, 0.2);border-radius: 16px;padding: 1.5rem;display: flex;align-items: center;transition: all 0.3s ease;box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);}.stats-card:hover{transform: translateY(-5px);box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);}.stats-icon{width: 60px;height: 60px;border-radius: 12px;display: flex;align-items: center;justify-content: center;margin-right: 1rem;color: white;font-size: 1.5rem;}.stats-content{flex: 1;}.stats-number{font-size: 2rem;font-weight: 700;margin-bottom: 0.25rem;color: #1e293b;}.stats-label{color: #64748b;margin-bottom: 0.5rem;font-weight: 500;}.stats-trend{display: flex;align-items: center;gap: 0.5rem;font-size: 0.875rem;font-weight: 600;}.notification-dropdown{width: 320px;max-height: 400px;overflow-y: auto;}.notification-dropdown .dropdown-item{padding: 1rem;border-bottom: 1px solid rgba(0, 0, 0, 0.05);}.notification-dropdown .dropdown-item:last-child{border-bottom: none;}.table-hover tbody tr:hover{background: rgba(59, 130, 246, 0.05);}.user-list .user-item:last-child{margin-bottom: 0 !important;}.chart-placeholder{background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);border-radius: 12px;border: 2px dashed #cbd5e1;}@media (max-width: 991px){.admin-header{padding: 1rem;}.admin-content{padding: 1rem;}.stats-card{margin-bottom: 1rem;}}.article-content{line-height: 1.8;}.article-content h1, .article-content h2, .article-content h3{font-family: 'Playfair Display', serif;font-weight: bold;color: #1f2937;margin-top: 2rem;margin-bottom: 1rem;}.article-content h1{font-size: 2.5rem;}.article-content h2{font-size: 2rem;}.article-content h3{font-size: 1.5rem;}.article-content p{margin-bottom: 1rem;color: #4b5563;}.article-content img{border-radius: 12px;box-shadow: 0 10px 25px rgba(0,0,0,0.1);margin: 2rem 0;}.article-content blockquote{border-left: 4px solid #3b82f6;padding-left: 1rem;font-style: italic;color: #6b7280;margin: 2rem 0;}.pagination .page-link{background: var(--glass-bg);backdrop-filter: blur(10px);border: 1px solid var(--glass-border);color: #374151;}.pagination .page-item.active .page-link{background: var(--primary-gradient);border-color: transparent;}mark{background-color: #fef08a;padding: 2px 4px;border-radius: 4px;font-weight: 600;}.loading{opacity: 0.6;pointer-events: none;}.dropdown-menu.glass{background: var(--glass-bg);backdrop-filter: blur(10px);border: 1px solid var(--glass-border);}.dropdown-item:hover{background: rgba(59, 130, 246, 0.1);}.form-control.glass{background: var(--glass-bg);backdrop-filter: blur(10px);border: 1px solid var(--glass-border);}.form-control.glass:focus{background: rgba(255, 255, 255, 0.4);border-color: #3b82f6;box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.25);}.input-group-text.glass{background: var(--glass-bg);backdrop-filter: blur(10px);border: 1px solid var(--glass-border);}.text-truncate-2{display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}.text-truncate-3{display: -webkit-box;-webkit-line-clamp: 3;line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}.card-glass{background: rgba(255, 255, 255, 0.8);backdrop-filter: blur(15px);border: 1px solid rgba(255, 255, 255, 0.2);box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);}.card-glass:hover{background: rgba(255, 255, 255, 0.9);transform: translateY(-5px);box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);}.section-bg-light{background: linear-gradient(135deg, rgba(248, 250, 252, 0.8) 0%, rgba(241, 245, 249, 0.8) 100%);}.btn-outline-primary:hover{background: var(--primary-gradient);border-color: transparent;}.btn-outline-info:hover{background: var(--secondary-gradient);border-color: transparent;}.badge{font-weight: 500;letter-spacing: 0.025em;}.img-hover-zoom{transition: transform 0.3s ease;}.img-hover-zoom:hover{transform: scale(1.05);}.hero-section{min-height: 100vh;position: relative;overflow: hidden;}.hero-bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 50%, #cbd5e1 100%);z-index: -2;}.hero-bg::before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: radial-gradient(circle at 20% 80%, rgba(59, 130, 246, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(16, 185, 129, 0.1) 0%, transparent 50%), radial-gradient(circle at 40% 40%, rgba(245, 158, 11, 0.05) 0%, transparent 50%);}.hero-particles{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;}.hero-particles::before, .hero-particles::after{content: '';position: absolute;width: 300px;height: 300px;border-radius: 50%;background: linear-gradient(45deg, rgba(59, 130, 246, 0.1), rgba(16, 185, 129, 0.1));animation: float 6s ease-in-out infinite;}.hero-particles::before{top: 10%;right: 10%;animation-delay: 0s;}.hero-particles::after{bottom: 10%;left: 10%;animation-delay: 3s;}.hero-content{animation: slideInLeft 1s ease-out;}.hero-badge{animation: fadeInDown 1s ease-out 0.2s both;}.hero-title{animation: fadeInUp 1s ease-out 0.4s both;}.hero-text-reveal{display: inline-block;background: linear-gradient(135deg, #3b82f6, #1e40af, #16a34a);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;animation: textShine 3s ease-in-out infinite;}.hero-subtitle{animation: fadeInUp 1s ease-out 0.6s both;}.hero-description{animation: fadeInUp 1s ease-out 0.8s both;}.hero-actions{animation: fadeInUp 1s ease-out 1s both;}.hero-stats{animation: fadeInUp 1s ease-out 1.2s both;}.typewriter{overflow: hidden;border-right: 2px solid #3b82f6;white-space: nowrap;animation: typing 4s steps(40, end) 1.5s both, blink-caret 0.75s step-end infinite 1.5s;}.hero-btn-primary{position: relative;overflow: hidden;transform: translateY(0);transition: all 0.3s ease;}.hero-btn-primary:hover{transform: translateY(-3px);box-shadow: 0 15px 35px rgba(59, 130, 246, 0.3);}.btn-shine{position: absolute;top: 0;left: -100%;width: 100%;height: 100%;background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);transition: left 0.5s;}.hero-btn-primary:hover .btn-shine{left: 100%;}.hero-btn-secondary{position: relative;transition: all 0.3s ease;}.hero-btn-secondary:hover{transform: translateY(-2px);box-shadow: 0 10px 25px rgba(59, 130, 246, 0.2);}.stat-number{transition: all 0.3s ease;}.stat-item:hover .stat-number{transform: scale(1.1);}.hero-illustration{animation: slideInRight 1s ease-out;position: relative;}.illustration-container{position: relative;width: 100%;height: 400px;}.floating-card{position: absolute;animation: floatCard 4s ease-in-out infinite;}.card-1{top: 20%;left: 10%;animation-delay: 0s;}.card-2{top: 50%;right: 20%;animation-delay: 1s;}.card-3{bottom: 20%;left: 20%;animation-delay: 2s;}.hero-logo-circle{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 120px;height: 120px;background: linear-gradient(135deg, #3b82f6, #1e40af);border-radius: 50%;display: flex;align-items: center;justify-content: center;box-shadow: 0 20px 40px rgba(59, 130, 246, 0.3);animation: pulse 2s ease-in-out infinite;}.logo-container{animation: rotate 10s linear infinite;}.scroll-indicator{position: absolute;bottom: 30px;left: 50%;transform: translateX(-50%);animation: bounce 2s infinite;}.scroll-arrow{width: 40px;height: 40px;border-radius: 50%;background: rgba(59, 130, 246, 0.1);display: flex;align-items: center;justify-content: center;color: #3b82f6;cursor: pointer;transition: all 0.3s ease;}.scroll-arrow:hover{background: rgba(59, 130, 246, 0.2);transform: scale(1.1);}@keyframes float{0%, 100%{transform: translateY(0px);}50%{transform: translateY(-20px);}}@keyframes slideInLeft{from{opacity: 0;transform: translateX(-50px);}to{opacity: 1;transform: translateX(0);}}@keyframes slideInRight{from{opacity: 0;transform: translateX(50px);}to{opacity: 1;transform: translateX(0);}}@keyframes fadeInDown{from{opacity: 0;transform: translateY(-30px);}to{opacity: 1;transform: translateY(0);}}@keyframes fadeInUp{from{opacity: 0;transform: translateY(30px);}to{opacity: 1;transform: translateY(0);}}@keyframes textShine{0%{background-position: 0% 50%;}50%{background-position: 100% 50%;}100%{background-position: 0% 50%;}}@keyframes typing{from{width: 0;}to{width: 100%;}}@keyframes blink-caret{from, to{border-color: transparent;}50%{border-color: #3b82f6;}}@keyframes floatCard{0%, 100%{transform: translateY(0px) rotate(0deg);}50%{transform: translateY(-10px) rotate(2deg);}}@keyframes pulse{0%, 100%{transform: translate(-50%, -50%) scale(1);}50%{transform: translate(-50%, -50%) scale(1.05);}}@keyframes rotate{from{transform: rotate(0deg);}to{transform: rotate(360deg);}}@keyframes bounce{0%, 20%, 50%, 80%, 100%{transform: translateX(-50%) translateY(0);}40%{transform: translateX(-50%) translateY(-10px);}60%{transform: translateX(-50%) translateY(-5px);}}@media (max-width: 768px){.hero-section{min-height: 80vh;}.hero-title{font-size: 3rem;}.illustration-container{height: 300px;}.floating-card{transform: scale(0.8);}.hero-logo-circle{width: 80px;height: 80px;}.typewriter{animation: none;border-right: none;white-space: normal;}}.footer-ultra-modern{position: relative;background: linear-gradient(135deg, #1e293b 0%, #334155 50%, #475569 100%);color: #f8fafc;overflow: hidden;}.footer-gradient-bg{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: radial-gradient(circle at 20% 50%, rgba(59, 130, 246, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(16, 185, 129, 0.1) 0%, transparent 50%), radial-gradient(circle at 40% 80%, rgba(245, 158, 11, 0.1) 0%, transparent 50%);}.footer-main{position: relative;z-index: 2;}.brand-logo-container{display: flex;align-items: center;gap: 1rem;}.brand-icon{width: 60px;height: 60px;background: linear-gradient(135deg, #3b82f6, #1d4ed8);border-radius: 16px;display: flex;align-items: center;justify-content: center;font-size: 1.5rem;color: white;box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);}.brand-name{font-family: 'Playfair Display', serif;font-size: 1.8rem;font-weight: 700;color: #f8fafc;margin: 0;}.brand-tagline{color: #3b82f6;font-size: 0.9rem;font-weight: 600;margin: 0;}.footer-description{color: #cbd5e1;line-height: 1.6;font-size: 0.95rem;}.social-media-links{display: flex;gap: 1rem;margin-top: 1.5rem;}.social-link{width: 45px;height: 45px;border-radius: 12px;display: flex;align-items: center;justify-content: center;text-decoration: none;transition: all 0.3s ease;font-size: 1.1rem;}.social-link.facebook{background: linear-gradient(135deg, #1877f2, #0d5dbf);color: white;}.social-link.twitter{background: linear-gradient(135deg, #1da1f2, #0d8bd9);color: white;}.social-link.instagram{background: linear-gradient(135deg, #e4405f, #c13584);color: white;}.social-link.linkedin{background: linear-gradient(135deg, #0077b5, #005885);color: white;}.social-link:hover{transform: translateY(-3px);box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);}.footer-title{color: #f8fafc;font-size: 1.2rem;font-weight: 700;margin-bottom: 1.5rem;position: relative;}.footer-title::after{content: '';position: absolute;bottom: -8px;left: 0;width: 40px;height: 3px;background: linear-gradient(90deg, #3b82f6, #10b981);border-radius: 2px;}.footer-nav{list-style: none;padding: 0;margin: 0;}.footer-nav li{margin-bottom: 0.75rem;}.footer-nav a{color: #cbd5e1;text-decoration: none;font-size: 0.95rem;transition: all 0.3s ease;display: flex;align-items: center;}.footer-nav a:hover{color: #3b82f6;transform: translateX(5px);}.contact-info-modern{display: flex;flex-direction: column;gap: 1.5rem;}.contact-item{display: flex;align-items: flex-start;gap: 1rem;}.contact-icon{width: 40px;height: 40px;border-radius: 10px;display: flex;align-items: center;justify-content: center;font-size: 1rem;flex-shrink: 0;}.contact-icon.email{background: linear-gradient(135deg, #3b82f6, #1d4ed8);color: white;}.contact-icon.phone{background: linear-gradient(135deg, #10b981, #059669);color: white;}.contact-icon.location{background: linear-gradient(135deg, #f59e0b, #d97706);color: white;}.contact-details{display: flex;flex-direction: column;}.contact-label{font-size: 0.8rem;color: #94a3b8;font-weight: 600;text-transform: uppercase;letter-spacing: 0.5px;}.contact-value{color: #f8fafc;font-size: 0.95rem;text-decoration: none;margin-top: 0.25rem;transition: color 0.3s ease;}.contact-value:hover{color: #3b82f6;}.footer-bottom{border-top: 1px solid rgba(255, 255, 255, 0.1);padding: 2rem 0;position: relative;z-index: 2;}.copyright p{color: #94a3b8;font-size: 0.9rem;margin: 0;}.footer-bottom-right{display: flex;flex-direction: column;align-items: flex-end;gap: 1rem;}.developer-credit{color: #cbd5e1;font-size: 0.9rem;}.developer-credit i{color: #ef4444;margin: 0 0.25rem;}.developer-credit strong{color: #3b82f6;}.footer-badges{display: flex;gap: 0.75rem;}.footer-badge{padding: 0.5rem 1rem;border-radius: 20px;font-size: 0.8rem;font-weight: 600;display: flex;align-items: center;gap: 0.5rem;}.footer-badge.secure{background: rgba(59, 130, 246, 0.2);color: #3b82f6;border: 1px solid rgba(59, 130, 246, 0.3);}.footer-badge.eco{background: rgba(16, 185, 129, 0.2);color: #10b981;border: 1px solid rgba(16, 185, 129, 0.3);}@media (max-width: 768px){.brand-logo-container{flex-direction: column;text-align: center;}.social-media-links{justify-content: center;}.footer-bottom-right{align-items: center;text-align: center;margin-top: 1rem;}.footer-badges{justify-content: center;}}