@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
    --color-primary: #059669;
    --color-primary-bright: #10b981;
    --color-hover: #047857;
    --color-gold: #f59e0b;
    --color-bg: #f8fafc;
    --font-main: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    --font-heading: 'Outfit', 'Plus Jakarta Sans', system-ui, sans-serif;
    --border-radius: 14px;
    --card-radius: 22px;
}

body, html { 
    font-family: var(--font-main) !important; 
    color: #334155 !important;
    background-color: #f8fafc !important;
}

h1, h2, h3, h4, h5, h6 { 
    font-family: var(--font-heading) !important; 
    color: #0f172a !important;
}

/* Perfect Logo Alignment */
img[src*="logo.svg"] {
    height: 42px !important;
    width: auto !important;
    max-width: 200px !important;
    object-fit: contain !important;
    display: block !important;
}

img[src*="logo-dark.svg"] {
    height: 40px !important;
    width: auto !important;
    max-width: 200px !important;
    object-fit: contain !important;
    display: block !important;
}

header a[href*="index"] {
    display: inline-flex !important;
    align-items: center !important;
    padding: 0 !important;
    background: transparent !important;
}

/* Fresh Light Cards & Sections */
section, div.glass-card, div.bg-white {
    border-color: #e2e8f0;
}

.text-slate-900, .text-slate-800 {
    color: #0f172a !important;
}

.text-slate-700, .text-slate-600 {
    color: #334155 !important;
}

.text-slate-500, .text-slate-400 {
    color: #64748b !important;
}

.text-emerald-600, .text-teal-600 {
    color: #059669 !important;
}

/* ==========================================================================
   HIGH CONTRAST HEADER NAVIGATION LINKS (LIGHT CANVAS)
   ========================================================================== */

header nav a:not(.badge-offer):not(.btn-primary) {
    color: #0f172a !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    padding: 8px 14px !important;
    border-radius: 10px !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: inline-flex !important;
    align-items: center !important;
}

header nav a:not(.badge-offer):not(.btn-primary):hover {
    color: #059669 !important;
    background-color: rgba(16, 185, 129, 0.12) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 2px 10px rgba(16, 185, 129, 0.15) !important;
}

header nav a.active-link {
    color: #059669 !important;
    background-color: rgba(16, 185, 129, 0.16) !important;
    font-weight: 800 !important;
    border-bottom: 2.5px solid #059669 !important;
}

/* Mobile Menu Links */
#mobile-menu a {
    color: #0f172a !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
}

#mobile-menu a:hover {
    background-color: rgba(16, 185, 129, 0.12) !important;
    color: #059669 !important;
}

/* ==========================================================================
   HIGH CONTRAST FOOTER LINKS & TEXT
   ========================================================================== */

footer, .bg-slate-900, .bg-slate-950 {
    background-color: #0f172a !important; /* Deep Slate Navy for rich contrast */
    color: #f8fafc !important;
}

footer h4, 
footer .font-bold, 
footer .font-extrabold {
    color: #ffffff !important;
    font-weight: 800 !important;
    font-size: 1.05rem !important;
    letter-spacing: 0.03em !important;
    margin-bottom: 0.75rem !important;
    border-bottom: 2px solid #10b981;
    display: inline-block;
    padding-bottom: 2px;
}

footer p, 
footer span, 
footer div:not(.flex) {
    color: #cbd5e1 !important;
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
}

footer ul li {
    margin-bottom: 0.4rem !important;
}

footer a,
footer ul li a {
    color: #ffffff !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    padding: 4px 8px !important;
    border-radius: 6px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-decoration: none !important;
    opacity: 0.95 !important;
}

footer a:hover,
footer ul li a:hover {
    color: #34d399 !important; /* Vivid Emerald Green on hover */
    background-color: rgba(52, 211, 153, 0.16) !important;
    transform: translateX(4px) !important;
    opacity: 1 !important;
    text-shadow: 0 0 12px rgba(52, 211, 153, 0.5) !important;
}

/* Email link in footer */
footer a[href^="mailto:"] {
    color: #34d399 !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
}

footer a[href^="mailto:"]:hover {
    color: #ffffff !important;
    background-color: #059669 !important;
}

/* Social icons in footer */
footer a i.fa-brands {
    color: #ffffff !important;
    font-size: 1.35rem !important;
    padding: 8px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.08) !important;
    transition: all 0.25s ease !important;
}

footer a:hover i.fa-brands {
    color: #ffffff !important;
    background: #10b981 !important;
    transform: scale(1.15) rotate(5deg) !important;
    box-shadow: 0 0 16px rgba(16, 185, 129, 0.7) !important;
}

/* ==========================================================================
   ULTRA-VISIBLE BUTTONS & INTERACTIVE ELEMENTS
   ========================================================================== */

a:active, button:active {
    transform: scale(0.96) !important;
}

.badge-offer {
    background: linear-gradient(135deg, #fff7ed 0%, #fef3c7 100%) !important;
    border: 1.5px solid #f59e0b !important;
    color: #78350f !important;
    font-weight: 800 !important;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.3) !important;
}

.badge-offer:hover {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%) !important;
    color: #451a03 !important;
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.5) !important;
    transform: translateY(-2px) scale(1.03) !important;
}

.btn-primary {
    background: linear-gradient(135deg, #059669 0%, #047857 100%) !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    letter-spacing: 0.04em !important;
    border: 1px solid #047857 !important;
    box-shadow: 0 6px 18px rgba(5, 150, 105, 0.4) !important;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    box-shadow: 0 10px 24px rgba(16, 185, 129, 0.5) !important;
    transform: translateY(-2px) !important;
}
