﻿/* ============================================================
   1. RESET & BASICS (Scoped to Auth)
   ============================================================ */
.auth-content-area,
.auth-content-area *,
.auth-content-area *::before,
.auth-content-area *::after {
    box-sizing: border-box;
}

body,
body.auth-layout-body {
    /* The "McKinsey Authority" Deep Navy */
    background-color: #0B1120;
    color: #E0E6ED; /* Ice Grey Text */
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* ============================================================
   2. TYPOGRAPHY
   ============================================================ */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-top: 0;
}

h1 {
    font-size: 2.5em;
    font-weight: 600;
    margin-bottom: 0.3em;
    line-height: 1.1;
}

h2 {
    font-size: 1.75em;
    font-weight: 500;
    margin-bottom: 1.5em;
    line-height: 1.3em;
    color: #F3E5D0; /* Beige Accent */
    text-align: center;
}

/* ============================================================
   3. LAYOUT & CONTAINER
   ============================================================ */
.auth-content-area {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    width: 100%;
}

.auth-container {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    /* Optional: Add a subtle glass effect behind the form if desired */
    /* background: rgba(255, 255, 255, 0.03); */
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
    /* border-radius: 12px; */
    /* padding: 40px; */
}

.site-footer {
    text-align: center;
    padding: 2rem 0;
    font-size: 0.85rem;
    color: #6c757d;
}

    .site-footer a {
        color: #8c95a0;
        text-decoration: none;
        margin: 0 0.5rem;
        transition: color 0.2s;
    }

        .site-footer a:hover {
            color: #fff;
        }

/* ============================================================
   4. FORMS & INPUTS
   ============================================================ */
.form-group {
    margin-bottom: 1.25rem;
}

    .form-group > label {
        display: block;
        margin-bottom: 0.5rem;
        font-size: 0.9rem;
        color: #E0E6ED;
    }

.form-control {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    line-height: 1.5;
    color: #0B1120; /* Dark text inside white input */
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .form-control:focus {
        outline: 0;
        border-color: #86b7fe;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }

.error-message {
    color: #ff6b6b; /* Softer red for dark background */
    font-size: 0.85rem;
    margin-top: 0.25rem;
    display: block;
}

/* ============================================================
   5. BUTTONS
   ============================================================ */
.btn {
    display: inline-block;
    width: 100%; /* Full width for auth pages */
    padding: 0.75rem 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    font-family: inherit;
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd; /* Bootstrap Blue */
    border-color: #0d6efd;
}

    .btn-primary:hover {
        background-color: #0b5ed7;
        border-color: #0a58ca;
    }

/* ============================================================
   6. SOCIAL & UTILITIES (Migrated from site.css)
   ============================================================ */
.auth-divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 2rem 0;
    color: #8c95a0; /* Muted text */
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

    .auth-divider::before,
    .auth-divider::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #2d3748; /* Dark line color */
    }

    .auth-divider::before {
        margin-right: 1em;
    }

    .auth-divider::after {
        margin-left: 1em;
    }

.social-login-btn {
    width: 100%;
    background-color: #fff;
    color: #333;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    padding: 0.75rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: inherit;
    transition: background-color 0.2s;
}

    .social-login-btn:hover {
        background-color: #f1f3f5;
    }

.social-icon {
    font-weight: bold;
    margin-right: 10px;
    font-size: 1.1em;
}

.auth-links {
    margin-top: 1.5rem;
    text-align: center;
    font-size: 0.95rem;
    color: #051C2C;
}

.signup-button {
    color: #051C2C !important;
    text-decoration: none;
    margin-left: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.2em !important;
    font-family: 'Inter', sans-serif;
}

    .signup-button:hover {
        text-decoration: underline;
        color: #8bb9fe;
    }
/*
.champagne-btn {
    background-color: #F3E5D0 !important; 
    border: 1px solid #F3E5D0 !important;
    color: #051C2C !important;
    font-family: 'Inter', sans-serif;
    font-weight: 600 !important;
    letter-spacing: 0.02em; 
    border-radius: 4px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    padding:14px;
    min-width:340px;
}*/
.champagne-btn {
    background-color: #f3e5d0 !important;
    border: 1px solid #f3e5d0 !important;
    color: #051c2c !important;
    font-family: 'Inter', sans-serif;
    font-weight: 600 !important;
    letter-spacing: .02em;
    border-radius: 4px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,.2);
    transition: all .3s ease;
    min-width: 340px;
    padding: 14px;
}
    .champagne-btn:hover {
    background-color: #F9F0DF !important; /* Bright White on hover */
    border-color: #F9F0DF !important;
    color: #051C2C !important;
    /* Interaction: Subtle lift */
    box-shadow: 0 6px 16px rgba(255, 255, 255, 0.15); /* Soft white glow */

}

features h2,
main .features h2 {
    color: #F3E5D0 !important; /* "Silk Champagne" */
    opacity: 1; /* Ensure full visibility */
    text-shadow: 0 1px 2px rgba(0,0,0,0.3); /* subtle depth */
}

p {
    font-family: 'Inter', sans-serif; /* Updated to Inter */
    font-weight: 300; /* Updated to Light per your spec */
    color: #E0E6ED; /* Ice Grey per your spec */
    font-size: 1.125em;
    line-height: 1.6;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

label {
    font-family: 'Inter', sans-serif !important; /* Updated to Inter */
    font-weight: 400 !important; /* Updated to Light per your spec */
    color: #E0E6ED; /* Ice Grey per your spec */
    font-size: 1.2em !important;
    line-height: 1.6 !important;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

a {
    color: #F3E5D0;
    text-decoration: none;
}

    a:hover {
        color: #FFFFFF;
    }

.footer {
    font-family: "Inter", system-ui, -apple-system, sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #F3E5D0;
    margin-bottom: 60px;
}

.sv-card {
    background: #051C2C;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 12px;
}