:root { --nemu-blue: #1c5980; --nemu-green: #6eb55f; --nemu-light: #f8f9fa; } body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: #fcfcfc; } .navbar-brand img { height: 50px; } .text-nemu-blue { color: var(--nemu-blue); } .text-nemu-green { color: var(--nemu-green); } .logo-text { font-size: 1.8rem; font-weight: 800; letter-spacing: -0.5px; text-decoration: none; line-height: 1; } .logo-subtitle { display: block; font-size: 0.7rem; color: #666; font-weight: 600; letter-spacing: 1px; margin-top: 2px; } .footer-dark { background-color: #262626; color: #cccccc; font-size: 0.9rem; padding-top: 50px; padding-bottom: 20px; margin-top: 50px; } .footer-dark h5 { color: #ffffff; font-size: 1rem; font-weight: 600; margin-bottom: 15px; padding-bottom: 8px; border-bottom: 1px dashed #555555; } .footer-dark a { color: #cccccc; text-decoration: none; transition: color 0.2s ease; } .footer-dark a:hover { color: var(--nemu-green); } .footer-list { list-style: none; padding-left: 0; margin-bottom: 25px; } .footer-list li { margin-bottom: 8px; display: flex; align-items: flex-start; } .footer-list li i.bullet-icon { color: #e67e22; font-size: 0.75rem; margin-right: 8px; margin-top: 4px; } .contact-highlight { background-color: #218c74; color: #ffffff; padding: 2px 6px; border-radius: 4px; font-weight: bold; font-size: 0.85rem; } .social-icons a { display: inline-block; margin-right: 15px; font-size: 1.5rem; color: #ffffff; transition: transform 0.2s; } .social-icons a:hover { transform: translateY(-3px); color: var(--nemu-blue); } .footer-logo-text { font-size: 1.6rem; font-weight: 800; letter-spacing: -0.5px; line-height: 1; margin-bottom: 10px; display: inline-block; } .footer-bottom { border-top: 1px solid #3a3a3a; margin-top: 30px; padding-top: 20px; font-size: 0.85rem; text-align: center; } .footer-bottom i { color: #ffffff; font-size: 0.7rem; margin: 0 5px; } .hero-header { background-color: var(--nemu-blue); color: white; padding: 15px 0; margin-bottom: 40px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }