@font-face {
    font-family: 'PP Neue Machina';
    src: url('../Assets/Fonts/PPNeueMachina-PlainUltrabold.otf') format('opentype');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('../Assets/Fonts/ppneuemontreal-bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

:root {
    --color-bg: #EAE6DE;
    --color-bg-light: #F2EFE8;
    --color-bg-dark: #DDD9D1;
    --color-text: #1F1F1F;
    --color-text-light: rgba(31, 31, 31, 0.7);
    --color-accent: #D97642;
    --color-white: #FFFFFF;

    --font-heading: 'PP Neue Machina', sans-serif;
    --font-body: 'PP Neue Montreal', sans-serif;

    --color-dominant: #EAE6DE;
    --color-dominant-light: #F2EFE8;
    --color-dominant-dark: #DDD9D1;
    --color-secondary: #1F1F1F;
    --color-secondary-medium: #2D2D2D;
    --color-accent-dark: #C56535;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--color-dominant);
    color: var(--color-text);
    font-family: var(--font-body);
    line-height: 1.65;
    overflow-x: hidden;
}


.signup-wrapper {
    width: calc(100% - 40px);
    max-width: 980px;
    margin: calc(80px + 40px) auto 60px auto;
    display: grid;
    grid-template-columns: 340px 1fr;
    background: white;
    border: 3px solid var(--color-secondary);
    box-shadow: 0 20px 60px rgba(31, 31, 31, 0.15);
    border-radius: 14px;
    overflow: hidden;
}

.form-container {
    padding: 60px 50px;
    background: var(--color-dominant-light);
}

.sidebar {
    background: var(--color-accent);
    padding: 70px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.logo {
    font-family: var(--font-heading);
    font-size: 44px;
    font-weight: 800;
    color: white;
    margin-bottom: 18px;
    line-height: 1.05;
    letter-spacing: -1px;
}

.sidebar-text {
    font-size: 13px;
    opacity: 0.95;
    font-weight: 500;
    line-height: 1.6;
    max-width: 220px;
}

.form-title {
    font-family: var(--font-heading);
    font-size: 32px;
    font-weight: 800;
    color: var(--color-secondary);
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.input-group {
    margin-bottom: 20px;
    position: relative;
}

.input-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--color-secondary);
    margin-top: 10px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.input-field {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid var(--color-secondary);
    background: white;
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--color-secondary);
    transition: all 0.2s;
    border-radius: 14px;
}

.input-field.has-toggle {
    padding-right: 52px;
}

.input-field:focus {
    outline: none;
    border-color: var(--color-accent);
    box-shadow: 0 0 0 3px rgba(217, 118, 66, 0.1);
}

.input-field::placeholder {
    color: var(--color-secondary-medium);
    opacity: 0.5;
}

.password-toggle {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    cursor: pointer;
    border-radius: 8px;
    color: var(--color-secondary);
    padding: 0;
}

.password-toggle:hover {
    background: rgba(31, 31, 31, 0.06);
    color: var(--color-accent-dark);
}

.password-toggle:focus {
    outline: none;
}

.password-toggle:focus-visible {
    box-shadow: 0 0 0 3px rgba(217, 118, 66, .18);
}

.password-toggle i {
    font-size: 20px;
    line-height: 1;
}

.checkbox-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}

.checkbox-input {
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 2px solid var(--color-secondary);
}

.checkbox-label {
    font-size: 13px;
    color: var(--color-secondary-medium);
    font-weight: 500;
    cursor: pointer;
    margin: 0;
}

.checkbox-label a {
    color: var(--color-accent);
    text-decoration: none;
    font-weight: 700;
}

.checkbox-label a:hover {
    text-decoration: underline;
}

.submit-btn {
    width: 100%;
    padding: 16px;
    background: var(--color-secondary);
    color: white;
    border: none;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
    border-radius: 14px;
    font-family: var(--font-body);
}

.submit-btn:hover {
    transform: translateY(-2px);
    background: var(--color-accent);
}
/*
      $$\                     $$\       $$\                     
      $$ |                    \__|      $$ |                    
 $$$$$$$ | $$$$$$\ $$\    $$\ $$\  $$$$$$$ | $$$$$$\   $$$$$$\  
$$  __$$ |$$  __$$\\$$\  $$  |$$ |$$  __$$ |$$  __$$\ $$  __$$\ 
$$ /  $$ |$$$$$$$$ |\$$\$$  / $$ |$$ /  $$ |$$$$$$$$ |$$ |  \__|
$$ |  $$ |$$   ____| \$$$  /  $$ |$$ |  $$ |$$   ____|$$ |      
\$$$$$$$ |\$$$$$$$\   \$  /   $$ |\$$$$$$$ |\$$$$$$$\ $$ |      
 \_______| \_______|   \_/    \__| \_______| \_______|\__|      
                                                                
                                                                
                                                                */

.divider {
    text-align: center;
    margin: 30px 0;
    position: relative;
    color: var(--color-secondary-medium);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.divider::before,
.divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 40%;
    height: 2px;
    background: var(--color-secondary);
}

.divider::before {
    left: 0;
}

.divider::after {
    right: 0;
}

.social-btn {
    width: 100%;
    padding: 14px;
    background: var(--color-dominant-light);
    border: 2px solid var(--color-secondary);
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 12px;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--color-secondary);
    letter-spacing: 0.3px;
    border-radius: 14px;
    font-family: var(--font-body);
}

.social-btn:hover {
    background: white;
    border-color: var(--color-accent);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(31, 31, 31, 0.1);
}

.social-btn i {
    font-size: 20px;
    line-height: 1;
}

.footer-text {
    text-align: center;
    font-size: 16px;
    color: var(--color-secondary-medium);
    margin-top: 35px;
    font-weight: 500;
}

.footer-text a {
    color: var(--color-accent);
    text-decoration: none;
    font-weight: 700;
}

.footer-text a:hover {
    text-decoration: underline;
}

#msg {
    margin-top: 14px;
    padding: 12px;
    background: #f6f6f6;
    border-radius: 14px;
    border: 2px solid var(--color-secondary);
    font-size: 13px;
    font-weight: 600;
    color: var(--color-secondary);
}

/*$$$$$$$\                                                              $$\                      
$$  __$$\                                                             \__|                     
$$ |  $$ | $$$$$$\   $$$$$$$\  $$$$$$\   $$$$$$\  $$$$$$$\   $$$$$$$\ $$\ $$\    $$\  $$$$$$\  
$$$$$$$  |$$  __$$\ $$  _____|$$  __$$\ $$  __$$\ $$  __$$\ $$  _____|$$ |\$$\  $$  |$$  __$$\ 
$$  __$$< $$$$$$$$ |\$$$$$$\  $$ /  $$ |$$ /  $$ |$$ |  $$ |\$$$$$$\  $$ | \$$\$$  / $$$$$$$$ |
$$ |  $$ |$$   ____| \____$$\ $$ |  $$ |$$ |  $$ |$$ |  $$ | \____$$\ $$ |  \$$$  /  $$   ____|
$$ |  $$ |\$$$$$$$\ $$$$$$$  |$$$$$$$  |\$$$$$$  |$$ |  $$ |$$$$$$$  |$$ |   \$  /   \$$$$$$$\ 
\__|  \__| \_______|\_______/ $$  ____/  \______/ \__|  \__|\_______/ \__|    \_/     \_______|
                              $$ |                                                             
                              $$ |                                                             
                              \__|                                                             */
@media (max-width: 1366) {
    .password-toggle {
        top: 12%;
    }
}

@media (max-width: 830px) {

    
    .signup-wrapper {
        grid-template-columns: 1fr;
        max-width: 100%;
        margin-top: 7rem;
        margin-left: 16px;
        margin-right: 16px;
        margin-bottom: 40px;
    }

    .sidebar {
        padding: 44px 30px;
    }

    .logo {
        font-size: 36px;
    }

    .form-container {
        padding: 40px 30px;
    }
}



@media (max-width: 480px) {
    .signup-wrapper {
        max-width: 100%;
        margin-left: 12px;
        margin-right: 12px;
        margin-top: 12rem;
        margin-bottom: 30px;
    }

    .sidebar {
        padding: 40px 24px;
    }

    .logo {
        font-size: 32px;
    }

    .form-container {
        padding: 30px 20px;
    }

    .form-title {
        font-size: 28px;
    }
}