@media (max-width: 600px) {
    .footer {
        position: static !important;
        height: auto !important;
        min-height: unset !important;
        padding: 0.5rem 0.2rem !important;
        font-size: 0.9rem !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        width: 100vw !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
    }
    .footer-container {
        flex-direction: column !important;
        gap: 0.4rem !important;
        padding: 0 !important;
        max-width: 100vw !important;
        width: 100vw !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .footer-links {
        flex-direction: column !important;
        gap: 0.2rem !important;
        align-items: center !important;
        width: 100% !important;
        justify-content: center !important;
    }
    .footer-links a {
        font-size: 0.95rem !important;
        padding: 0.15rem 0 !important;
        display: block !important;
        width: 100% !important;
        text-align: center !important;
    }
    .footer-social {
        flex-direction: row !important;
        gap: 0.5rem !important;
        justify-content: center !important;
        width: 100% !important;
        margin-top: 0.2rem !important;
    }
    .footer-social a {
        font-size: 1.1rem !important;
    }
}
@media (max-width: 900px) {
    .footer {
        height: auto !important;
        min-height: 40px !important;
        padding: 0.5rem 0 !important;
        font-size: 0.95rem !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: stretch !important;
        position: static !important;
        text-align: center !important;
    }
    .footer-container {
        flex-direction: column !important;
        gap: 0.5rem !important;
        padding: 0 0.5rem !important;
        max-width: 100vw !important;
        width: 100% !important;
    }
    .footer-links {
        flex-direction: column !important;
        gap: 0.3rem !important;
        align-items: center !important;
        width: 100% !important;
    }
    .footer-links a {
        font-size: 1rem !important;
        padding: 0.2rem 0 !important;
        display: block !important;
        width: 100% !important;
    }
    .footer-social {
        flex-direction: row !important;
        gap: 0.7rem !important;
        justify-content: center !important;
        width: 100% !important;
        margin-top: 0.2rem !important;
    }
    .footer-social a {
        font-size: 1.2rem !important;
    }
}
@media (max-width: 480px) {
    .footer {
        font-size: 0.85rem !important;
        padding: 0.2rem 0 !important;
    }
    .footer-links a {
        font-size: 0.95rem !important;
    }
    .footer-social a {
        font-size: 1rem !important;
    }
}
@media (max-width: 900px) {
    .menu-toggle {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 44px;
        height: 44px;
        background: transparent;
        border: none;
        cursor: pointer;
        z-index: 1100;
        margin-left: 1vmin;
    }
    .menu-toggle span {
        display: block;
        width: 32px;
        height: 4px;
        margin: 4px 0;
        background: #1e3c72;
        border-radius: 2px;
        transition: all 0.3s;
    }
    .nav-buttons {
        display: none !important;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        background: #fff;
        flex-direction: column;
        box-shadow: 0 4px 16px rgba(30,60,114,0.10);
        z-index: 1001;
        padding: 0;
    }
    .nav-buttons.active {
        display: flex !important;
    }
    .nav-btn {
        width: 100%;
        text-align: center;
        margin: 0;
        font-size: 2.2rem;
        padding: 1.2rem 0;
        border-radius: 0;
        border-bottom: 1px solid #eee;
    }
    .nav-btn:last-child {
        border-bottom: none;
    }
    .header, .nav-container {
        height: 60px !important;
        min-height: 60px !important;
        padding: 0 10px !important;
    }
    .logo img {
        height: 28px !important;
    }
}
/* --- Force homepage nav button colors and hover --- */
.nav-btn {
    background: rgb(116, 197, 181) !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 2px 8px rgba(30,60,114,0.06) !important;
}
.nav-btn:hover, .nav-btn.lca-login:hover {
    background: #1e3c72 !important;
    color: rgb(116, 197, 181) !important;
    box-shadow: 0 4px 16px rgba(30,60,114,0.13) !important;
}
.nav-btn.lca-login {
    background: rgb(116, 197, 181) !important;
    color: #fff !important;
    border: none !important;
}
/* --- End homepage nav button colors --- */
/* --- Homepage Nav & Footer Styles (Override) --- */
.header {
    background: white;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 16px rgba(30,60,114,0.10);
    min-height: 68px;
    height: 68px;
}
.nav-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 68px;
}
/* Remove all previous .logo img rules and add homepage style at the end for maximum effect */
/* --- Force homepage logo image style --- */
.logo img {
    height: 32px !important;
    border-radius: 6px !important;
    background: #fff !important;
    padding: 1px !important;
    box-shadow: 0 2px 8px rgba(30,60,114,0.08) !important;
}
/* --- End homepage logo image style --- */
.nav-buttons {
    display: flex;
    gap: 8px;
    align-items: center;
}
.nav-btn {
    padding: 8px 16px;
    border: none;
    background: rgb(116, 197, 181);
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
    box-shadow: 0 2px 8px rgba(30,60,114,0.06);
    transition: all 0.18s;
    margin: 0 1px;
    line-height: 1.1;
}
.nav-btn:hover, .nav-btn.lca-login:hover {
    background: #1e3c72;
    color: rgb(116, 197, 181);
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 4px 16px rgba(30,60,114,0.13);
}
.nav-btn.lca-login {
    background: rgb(116, 197, 181);
    color: #fff;
    border: none;
}
.footer {
    background: white;
    color: #1e3c72;
    width: 100%;
    z-index: 1000;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0;
}
.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 0 20px;
}
.footer-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-links a {
    color: #1e3c72;
    text-decoration: none;
    transition: color 0.2s;
    font-weight: 600;
}
.footer-links a:hover {
    color: #00bfae;
    text-decoration: underline;
}
.footer-social {
    display: flex;
    gap: 15px;
    align-items: center;
}
.footer-social a {
    color: #1e3c72;
    font-size: 20px;
    transition: color 0.2s;
}
.footer-social a:hover {
    color: #00bfae;
}
/* --- End Homepage Nav & Footer Styles (Override) --- */
/* General Styles */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Segoe UI', Arial, sans-serif;
            background: url('https://mps-cdn-dev.s3.eu-west-1.amazonaws.com/assets/images/VS-MPS-Home.gif') center top/cover no-repeat fixed;
            min-height: 100vh;
            overflow-x: hidden;
            line-height: 1.5;
            color: #333;
            position: relative;
        }

        body::before {
            content: '';
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            background: rgba(20, 30, 40, 0.72);
            z-index: 0;
            pointer-events: none;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Header Styles */
        header {
            background-color: #fff;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            position: sticky;
            top: 0;
            z-index: 100;
        }

        .header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1rem 0;
        }

         

        .logo {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .logo img {
            height: 40px;
        }

        .logo-text {
            color: #2c5aa0;
            font-weight: bold;
            font-size: 14px;
        }

        .nav-buttons {
            display: flex;
            gap: 10px;
            align-items: center;
        }

        .nav-btn {
            padding: 8px 16px;
            border: 1px solid #2c5aa0;
            background: white;
            color: #74c5b5;
            text-decoration: none;
            border-radius: 4px;
            font-size: 12px;
            transition: all 0.3s ease;
        }

        .nav-btn:hover {
            background: #2c5aa0;
            color: white;
            transform: translateY(-2px);
        }

        .nav-btn.lca-login {
            background: #2c5aa0;
            color: white;
        }

        .nav-btn.lca-login:hover {
            background: #1e3d6f;
            transform: translateY(-2px);
        }

        .logo {
            font-size: 1.5rem;
            font-weight: bold;
            color: #2c5aa0;
        }

        .nav-links {
            display: flex;
            list-style: none;
            gap: 2rem;
        }

        .nav-links a {
            text-decoration: none;
            color: #333;
            font-weight: 500;
            transition: color 0.3s ease;
        }

        .nav-links a:hover {
            color: #2c5aa0;
        }

        .nav-links .login-btn {
            background-color: #2c5aa0;
            color: white;
            padding: 0.5rem 1rem;
            border-radius: 5px;
            transition: background-color 0.3s ease;
        }

        .nav-links .login-btn:hover {
            background-color: #1e3d6f;
            color: white;
        }

        /* Main Content Styles */
        main {
            padding: 2rem 0;
        }

        .section {
            background-color: #fff;
            margin-bottom: 3rem;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .section:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        }

        .section-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            align-items: center;
            padding: 3rem;
        }

        .text-content h2 {
            font-size: 2rem;
            color: #2c5aa0;
            margin-bottom: 1rem;
            font-weight: 600;
        }

        .text-content p {
            font-size: 1.1rem;
            line-height: 1.7;
            color: #555;
        }

        .image-placeholder {
            position: relative;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }

        .image-placeholder:hover {
            transform: scale(1.02);
        }

        .image-placeholder img {
            width: 100%;
            height: auto;
            display: block;
        }

        /* Footer Styles */
        footer {
            background: linear-gradient(135deg, #7fb069 0%, #5a9b47 100%);
            color: white;
            text-align: center;
            padding: 4rem 0;
            margin-top: 3rem;
        }

        .footer-content h2 {
            font-size: 2.5rem;
            margin-bottom: 1rem;
            font-weight: 600;
        }

        .footer-content p {
            font-size: 1.2rem;
            margin-bottom: 2rem;
            opacity: 0.9;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        .cta-button {
            background-color: #2c5aa0;
            color: white;
            padding: 1rem 2rem;
            border: none;
            border-radius: 5px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .cta-button:hover {
            background-color: #1e3d6f;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .header-content {
                flex-direction: column;
                gap: 1rem;
            }

            .nav-links {
                gap: 1rem;
            }

            .section-content {
                grid-template-columns: 1fr;
                padding: 2rem;
                text-align: center;
            }

            .text-content h2 {
                font-size: 1.5rem;
            }

            .text-content p {
                font-size: 1rem;
            }

            .footer-content h2 {
                font-size: 2rem;
            }

            .footer-content p {
                font-size: 1rem;
            }
        }

        @media (max-width: 480px) {
            .container {
                padding: 0 15px;
            }

            .section-content {
                padding: 1.5rem;
            }

            .nav-links {
                flex-wrap: wrap;
                justify-content: center;
            }
        }

        /* Animation for smooth loading */
        .section {
            opacity: 0;
            animation: fadeInUp 0.6s ease forwards;
        }

        .section:nth-child(1) { animation-delay: 0.1s; }
        .section:nth-child(2) { animation-delay: 0.2s; }
        .section:nth-child(3) { animation-delay: 0.3s; }
        .section:nth-child(4) { animation-delay: 0.4s; }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
