 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            margin-top: 6vh;
            font-family: 'Arial', sans-serif;
            overflow: hidden;
        }

        .home-page {
            min-height: 100vh;
            background:radial-gradient(circle at right center, #ffb347 40%, #ffffff 90%, #ffffff 100%);
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
        }
       .home-page::before {
            content: "";
            position: absolute;
            inset: 0;
            background-image: url("noise-pattern.avif");
            opacity: 0.12;
            z-index: 2;
            pointer-events: none;
}
        .container {
            max-width: 1400px;
            width: 100%;
            padding: 0 0px;
            display: flex;
            align-items: center;
            
            position: relative;
            z-index: 2;
            
            flex-wrap: nowrap;
        }   
        .burger-section {
            display: flex;
            flex-direction: row;
            position: relative;
            width: 700px;
            height: 600px;
            animation: slideInRight 1.2s ease-out;
        }

        .feature-card {
            position: absolute;
            padding: 15px 20px;
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 15px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            font-size: 14px;
            font-weight: 600;
            color: #333;
            white-space: nowrap;
            z-index: 2;
            animation: floatCard 3s ease-in-out infinite;
        }

        .feature-card .emoji {
            font-size: 20px;
            margin-right: 8px;
        }

      
        .card-1 {
            top: 15%;
            left: 10%;
            animation-delay: 0s;
        }

        .card-2 {
            top: 25%;
            right: 5%;
            animation-delay: 1s;
            z-index: 2;
            font-size: 15px;
        }

        .card-3 {
            bottom: 25%;
            left: 15%;
            animation-delay: 2s;
            z-index: 4;
        }

        

      
        .burger-price-badge {
            position: absolute;
            top: 20%;           
            right: 60%;
            background: #b93100f0; 
            color: white;
            width: 80px;
            height: 80px;
            border-radius: 50%;  
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
            transform: rotate(15deg); 
            z-index: 10;
            border: 4px solid white;
            box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
            }

         .currency { 
            font-size: 25px; 
        }
            .amount { 
                font-size: 27px;
         }

        .burger-with-chunks {
            position: absolute;
            right: -50px;
            top: 50%;
            transform: translateY(-50%);
            width: 750px;
            height: auto;
            filter: drop-shadow(0 20px 40px rgba(0,0,0,0.3));
        }

        
           
        .burger-wrapper {
            position: absolute;
            right: 50px;
            top: 300px;
            transform: translateY(-50%);
            z-index: 1;
            width: 550px;  
            height: auto;  
        }


        .burger-image {
            width: 500px;  
            height: auto;
            display: block;  
            filter: drop-shadow(0 20px 40px rgba(0,0,0,0.3));
        }

       
        .burger-wrapper::after {
            content: '';
            position: absolute;
            bottom: 50px;
            left: 47%;
            transform: translateX(-50%);
            width: 80%;
            height: 100px;
            background: radial-gradient(ellipse, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 40%, transparent 70%);
            filter: blur(8px);
            z-index: -1;
        }
        .fries-wrapper{
            position: absolute;
            right: -90px;
            top: 330px;
            transform: translateY(-50%);
            z-index: 1;
            width: 500px;  
            height: auto;
        }

        .fries-bag-image{         
            display: block;  
            filter: drop-shadow(0 20px 40px rgba(0,0,0,0.3));
            position: absolute;
            transform: translateY(-50%);
            width: 500px;
            height: auto;
            z-index: 3; 
        }
        .fries-wrapper::after{
            content: '';
            position: absolute;
            bottom: -180px;
            left: 50%;
            transform: translateX(-50%) skew(30deg);
            width: 50%;
            height: 100px;
            background: radial-gradient(ellipse, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.6) 40%, transparent 70%);
            filter: blur(8px);
        }

        .fries-price-badge {
            position: absolute;
            top: 35%;            
            right: 7%;
            background: #b93100f0; 
            color: white;
            width: 80px;
            height: 80px;
            border-radius: 50%;  
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
            transform: rotate(325deg); 
            z-index: 10;
            border: 4px solid white;
            box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
        }

        .meat-chunks-image {
            position: absolute;
            right: 220px;
            top: 200px;
            transform: translateY(-50%);
            width: 550px;
            height: auto;
            z-index: 1;
             filter: drop-shadow(0 20px 40px rgba(0,0,0,0));
            animation: floatChunks 2.5s ease-in-out infinite;
            pointer-events: none;
        }

        .fries-image{
            position: absolute;
            right: -80px;
            top: 230px;
            transform: translateY(-50%);
            width: 550px;
            height: auto;
            z-index: 1;
             filter: drop-shadow(0 20px 40px rgba(0,0,0,0));
            animation: floatChunks 2.5s ease-in-out infinite;
            pointer-events: none;
        }
         * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: #1a1a2e;
            color: #fff;
            line-height: 1.6;
        }

        .container {
            display: grid;
            grid-template-columns: 1fr 400px;
            gap: 40px;
            max-width: 1400px;
            margin-left: 100px;
            padding: 0px 40px;
        }


/* login */

.login-page-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 50%;
    height: 100vh;
    background: var(--bg-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
}

.login-page-form-wrapper {
    width: 100%;
    max-width: 620px;
    padding: 40px;
}
.login-page-form-wrapper p{
    color: var(--primary) !important;
    justify-self: center;
    backdrop-filter: blur(10px);
    padding: 10px;
    
}
.login-page-form-wrapper h2 {
    font-size: 32px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 10px;
}

.login-page-input-box {
    margin-bottom: 24px;
}

.login-page-input-box label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-primary);
    margin-bottom: 8px;
}

.login-page-input-box input {
    width: 100%;
    padding: 14px 16px;
    font-size: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.3s ease;
    background: var(--bg-primary);
}

.login-page-input-box input:focus {
    border-color: #FF8C42;
    background: var(--bg-secondary);
}

.login-page-input-box input::placeholder {
    color: var(--text-secondary);
}

/* Checkbox */
.login-page-checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    font-size: 14px;
}

.login-page-checkbox-wrapper input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.login-page-checkbox-wrapper label {
    color: #666;
    cursor: pointer;
}

.login-page-terms-link {
    color: #FF8C42;
    text-decoration: none;
    font-weight: 500;
}

.login-page-terms-link:hover {
    text-decoration: underline;
}

/* Button with yellow-orange palette */
.login-page-btn {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, #FFB84D 0%, #FF8C42 100%);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 10px;
    transition: transform 0.2s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 12px rgba(255, 140, 66, 0.3);
}

.login-page-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 140, 66, 0.4);
    background: linear-gradient(135deg, #FFC961 0%, #FF9A56 100%);
}

.login-page-btn:active {
    transform: translateY(0);
}

/* Divider */
.login-page-divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 30px 0;
    color: #999;
    font-size: 14px;
}

.login-page-divider::before,
.login-page-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #e0e0e0;
}

.login-page-divider span {
    padding: 0 15px;
}

/* Social Login Buttons */
.login-page-social-login {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.login-page-social-btn {
    width: 100%;
    padding: 12px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: white;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.login-page-social-btn:hover {
    background: #f9f9f9;
    border-color: #d0d0d0;
}

.login-page-google-btn {
    color: #333;
}

.login-page-apple-btn {
    color: #000;
}

.login-page-signup-text {
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.login-page-signin-link {
    color: #FF8C42;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.login-page-signin-link:hover {
    color: #FF7A2E;
    text-decoration: underline;
}

/* Right side - empty but styled */
.login-page-image-section {
    position: fixed;
    right: 0;
    top: 0;
    width: 50%;
    height: 100vh;
    background: #f5f5f5;
}

/* Close button for login container */
.login-page-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 32px;
    color: #666;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.3s ease, color 0.3s ease;
    line-height: 1;
}

.login-page-close-btn:hover {
    background: #f0f0f0;
    color: #333;
}

/* Responsive Design */
@media (max-width: 968px) {
    .login-page-container {
        width: 70%;
    }
    
    .login-page-image-section {
        width: 30%;
    }
}

@media (max-width: 768px) {
    .login-page-container {
        width: 100%;
    }
    
    .login-page-image-section {
        display: none;
    }
    
    .login-page-form-wrapper {
        padding: 30px 20px;
    }
    
    .login-page-content-wrapper h1 {
        font-size: 36px;
    }
    
    .login-page-content-wrapper p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .login-page-trigger-btn {
        padding: 14px 36px;
        font-size: 16px;
    }
    
    .login-page-form-wrapper h2 {
        font-size: 28px;
    }
}