
        /* GLOBAL STYLES & RESET */
        body {
            font-family: 'Akzidenz-Grotesk Next', 'Area Normal', sans-serif;
            margin: 0;
            padding: 0;
            background-color: white;
        }

        .container {
            max-width: 1440px; 
            margin: 0 auto;
            padding: 0 80px;
        }

        ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        a {
            text-decoration: none;
            color: inherit;
        }

        /* Input placeholder styling */
        input::placeholder {
            color: #7C7C7C;
            font-size: 14px;
            font-weight: 400;
        }

        /* ================================================= */
        /* 1. MAIN NAVIGATION BAR */
        /* ================================================= */

        .main-navbar {
            width: 100%;
            background: white;
            padding: 28px 0;
            z-index: 100; 
            position: relative;
        }

        .navbar-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1440px;
            margin: 0 auto;
            padding: 0 80px;
        }

        .logo {
            width: 45.17px;
            height: 40.85px;
            background: #FF6001;
        }

        .navbar-right {
            display: flex;
            align-items: center;
            gap: 60px;
        }

        .main-menu {
            display: flex;
            gap: 42px;
        }

        .main-menu a {
            font-size: 20px;
            color: #161616;
            font-weight: 400;
        }

        .main-menu .active a {
            color: #FF9402;
            font-weight: 700;
        }

        .request-item {
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .request-count {
            width: 22px;
            height: 22px;
            background: linear-gradient(90deg, #C10000 0%, #FF0505 100%);
            border-radius: 50%;
            color: white;
            font-size: 13px;
            font-weight: 700;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .action-icons {
            display: flex;
            gap: 32px;
        }

        /* ================================================= */
        /* 2. HERO SECTION AND LOGIN FORM */
        /* ================================================= */

        .hero-section {
            position: relative; 
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 0 80px;
            min-height: 800px;
            margin-top: -3px; 
            background-color: white;
        }

        .hero-banner-bg {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 1370px;
            max-height: 735.61px;
            overflow: hidden;
            border-radius: 16px;
        }

        .hero-banner-gradient {
            position: absolute;
            inset: 0;
            background: linear-gradient(270deg, #FF6001 0%, #FF9401 100%);
        }

        .hero-banner-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0.2;
        }
        
        .hero-banner-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(270deg, #FF6001 42%, rgba(255, 148, 1, 0) 100%);
            border-radius: 16px;
        }

        /* LOGIN FORM CARD */
        .login-form-card {
            background: white;
            box-shadow: 0px 0px 200px 2px rgba(121, 121, 121, 0.25);
            border-radius: 10px;
            padding: 40px 50px 50px;
            z-index: 10;
            width: 406px;
            flex-shrink: 0;
            position: absolute;
            right: 120px; 
            top: 122px; 
        }


         /* LOGIN FORM CARD */
        .about-form-card {
            background: white;
            box-shadow: 0px 0px 200px 2px rgba(121, 121, 121, 0.25);
            border-radius: 10px;
            padding: 40px 50px 50px;
            z-index: 10;
            width: 78%;
            flex-shrink: 0;
            position: absolute;
            right: 120px; 
            left: 110px; 
            top: 122px; 
            line-height: 25px;
        }
        .form-content {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 100%;
        }

        .login-header {
            display: flex;
            flex-direction: column;
            gap: 14px;
            margin-bottom: 32px;
        }

        .login-header h2 {
            color: black;
            font-size: 38px;
            font-weight: 500;
            margin: 0;
        }

        .login-header .underline {
            width: 87.39px;
            height: 0px;
            border-top: 6.5px solid #FF6001;
            box-sizing: border-box;
           
        }


        
        .forget-header .underline {
            width: 187.39px;
            height: 0px;
            border-top: 6.5px solid #FF6001;
            box-sizing: border-box;
            margin-top: 14px;
        }


        .input-group {
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        .input-row {
            display: flex;
            align-items: center;
        }

        .input-decorator {
            width: 6.04px;
            height: 44px;
            background: linear-gradient(180deg, #FF6302 0%, #FF9402 100%);
            border-radius: 4px 0 0 4px;
            flex-shrink: 0;
        }

        .input-field {
            width: 400px; 
            height: 44px;
            padding: 12px 18px;
            background: #F8F8F8;
            border: none;
            border-radius: 0 4px 4px 0;
            box-sizing: border-box;
            font-size: 14px;
        }

        .options-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 15px;
        }

        .checkbox-group {
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .checkbox-placeholder {
            width: 9.81px;
            height: 9.81px;
            background: #808080;
        }

        .checkbox-group span {
            color: #808080;
            font-size: 12px;
        }

        .forgot-password {
            color: #FF6403;
            font-size: 12px;
            font-weight: 500;
        }

        .login-button {
            padding: 9px 28px 12px;
            background: linear-gradient(270deg, #FF9402 0%, #FF6202 100%);
            border-radius: 82px;
            color: white;
            font-size: 19px;
            font-weight: 700;
            text-align: center;
            cursor: pointer;
            border: none;
            margin-top: 32px;
            box-shadow: 0 4px 10px rgba(255, 96, 1, 0.4);
            width: 30%; /* Make button fill container width */
        }

        .login-trouble-text {
            color: #979797;
            font-size: 12px;
            font-weight: 600;
            text-align: right;
            margin-top: 50px;
        }

        /* ================================================= */
        /* 3. FOOTER SECTION */
        /* ================================================= */

        .main-footer {
            width: 100%;
            background: white;
            box-shadow: 0px 0px 70px 10px rgba(214, 214, 214, 0.25);
            z-index: 5;
            position: relative;
        }

        .footer-top {
            padding: 30px 80px 29px;
        }
        .footer-top .logo { margin-bottom: 20px;}
        /* Hiding the many placeholder icons from the original footer-top for clean layout */

        .footer-bottom {
            background: linear-gradient(90deg, #FF6001 58%, #FF9500 100%);
            padding: 60px 80px;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: minmax(auto, 377px) 1px 1fr;
            gap: 40px;
            align-items: flex-start;
            max-width: 1280px;
            margin: 0 auto;
        }

        .footer-left {
            display: flex;
            flex-direction: column;
            gap: 50px;
        }

        .footer-text-block div {
            color: white;
            font-size: 16px;
            font-weight: 600;
            line-height: 23px;
        }

        .footer-separator {
            width: 1px;
            height: 164.28px;
            background: white;
            flex-shrink: 0;
        }

        .footer-links-container {
            display: flex;
            justify-content: space-between;
            gap: 20px;
            max-width: 742px;
        }

        .footer-link-group {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .footer-link-group a {
            color: white;
            font-size: 16px;
            font-weight: 600;
            line-height: 23px;
        }

        .footer-divider {
            width: 100%;
            height: 1px;
            background: white;
            margin: 34px 0;
        }

        .footer-copyright-text {
            color: white;
            font-size: 16px;
            font-weight: 600;
            line-height: 23px;
            max-width: 1164px;
        }

        /* ================================================= */
        /* 4. RESPONSIVENESS */
        /* ================================================= */

        @media (max-width: 1200px) {
            .navbar-container { padding: 0 40px; }
            .hero-section { padding: 0 40px; }
            .login-form-card { 
                right: 40px; 
            }
            .footer-bottom { padding: 40px 40px; }
            .footer-top { padding: 30px 40px 29px; }
        }

        @media (max-width: 992px) {
            .navbar-container {
                flex-wrap: wrap;
                justify-content: center;
                gap: 20px;
            }
            .navbar-right {
                width: 100%;
                justify-content: space-around;
                gap: 20px;
            }
            
            .hero-banner-bg {
                width: 100%;
                left: 0;
                transform: none;
            }

            .login-form-card {
                position: relative;
                top: auto;
                right: auto;
                margin: 50px auto;
                width: 90%;
                max-width: 450px;
            }
            
            .input-field {
                width: 100%;
            }
            
            .footer-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .footer-separator {
                display: none;
            }

            .footer-links-container {
                flex-wrap: wrap;
            }
        }