﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
    line-height: 1.6;
    color: var(--luxury-dark-gray);
    background: linear-gradient(135deg, var(--luxury-white) 0%, var(--luxury-pearl) 100%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ========================================
   AUTHENTICATION SECTION
   ======================================== */
.luxury-auth-section {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1rem;
    overflow: hidden;
}

/* ========================================
   BACKGROUND ELEMENTS
   ======================================== */

/* Enhanced Background Pattern */
.luxury-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    pointer-events: none;
    z-index: 1;
}

/* Floating Blur Orbs */
.luxury-blur-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    z-index: 2;
    animation: float-orb 8s ease-in-out infinite;
}

    .luxury-blur-orb.gold {
        background: linear-gradient(135deg, var(--luxury-gold), transparent);
        width: 400px;
        height: 400px;
        top: 10%;
        right: 10%;
    }

    .luxury-blur-orb.burgundy {
        background: linear-gradient(135deg, var(--luxury-burgundy), transparent);
        width: 350px;
        height: 350px;
        bottom: 10%;
        left: 10%;
        animation-delay: 4s;
    }

/* Floating Geometric Jewelry Elements */
.luxury-jewel-float {
    position: absolute;
    opacity: 0.08;
    animation: float-jewel 20s ease-in-out infinite;
    pointer-events: none;
    z-index: 2;
}

.luxury-jewel-diamond {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, var(--luxury-burgundy), var(--luxury-gold));
    transform: rotate(45deg);
    top: 20%;
    left: 15%;
}

.luxury-jewel-circle {
    width: 150px;
    height: 150px;
    border: 3px solid var(--luxury-gold);
    border-radius: 50%;
    top: 60%;
    right: 20%;
    animation-delay: 5s;
}

.luxury-jewel-hexagon {
    width: 80px;
    height: 80px;
    background: var(--luxury-burgundy);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    bottom: 20%;
    left: 25%;
    animation-delay: 10s;
}

/* Floating Particles */
.luxury-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

.luxury-particle {
    position: absolute;
    width: 3px;
    height: 3px;
    background: var(--luxury-gold);
    border-radius: 50%;
    opacity: 0.6;
}

/* ========================================
   CONTAINER & GRID
   ======================================== */
.luxury-auth-container {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.luxury-auth-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 80px var(--shadow-heavy);
    border: 1px solid rgba(255, 255, 255, 0.8);
}

    /* Single Column Layout (Forgot/Reset Password) */
    .luxury-auth-grid.single-column {
        grid-template-columns: 1fr;
        max-width: 600px;
    }

/* ========================================
   LEFT PANEL - BRANDING (ELEGANT DESIGN)
   ======================================== */

/* Base Panel - Sophisticated Burgundy Gradient */
.luxury-brand-panel {
    background: linear-gradient(160deg, #2C1810 0%, #4A1F2B 35%, #6B2C3E 65%, #5D2533 100% );
    padding: 2.5rem 2.5rem;
    position: relative;
    overflow: hidden;
}

    /* Subtle Texture Overlay - Barely Visible Elegance */
    .luxury-brand-panel::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: linear-gradient(45deg, transparent 48%, rgba(212, 175, 55, 0.02) 49%, rgba(212, 175, 55, 0.02) 51%, transparent 52%), linear-gradient(-45deg, transparent 48%, rgba(212, 175, 55, 0.02) 49%, rgba(212, 175, 55, 0.02) 51%, transparent 52%);
        background-size: 30px 30px;
        opacity: 0.4;
        pointer-events: none;
    }

    /* Elegant Side Accent Line */
    .luxury-brand-panel::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 1px;
        background: linear-gradient(180deg, transparent 0%, rgba(212, 175, 55, 0.3) 20%, rgba(212, 175, 55, 0.5) 50%, rgba(212, 175, 55, 0.3) 80%, transparent 100% );
    }

.luxury-brand-content {
    position: relative;
    z-index: 2;
}

/* Logo Section - Clean & Minimal */
.luxury-logo-section {
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
}

.luxury-logo-sparkle {
    position: absolute;
    top: -12px;
    right: -12px;
    font-size: 1.5rem;
    opacity: 0.8;
    color: #D4AF37;
}

/* Elegant Heading - Light Typography */
.luxury-heading-wrapper {
    margin-bottom: 1.5rem;
}

.luxury-heading-subtitle {
    display: block;
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(245, 230, 211, 0.6);
    margin-bottom: 0.75rem;
    font-family: 'Inter', sans-serif;
}

.luxury-heading-title {
    display: block;
    font-family: 'Playfair Display', 'Cormorant Garamond', Georgia, serif;
    font-size: 2.75rem;
    font-weight: 300;
    color: #F5E6D3;
    line-height: 1.1;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

    /* Subtle Golden Underline */
    .luxury-heading-title::after {
        content: '';
        display: block;
        width: 60px;
        height: 2px;
        background: linear-gradient(90deg, #D4AF37, transparent);
        margin-top: 1rem;
    }

.luxury-heading-tagline {
    color: rgba(245, 230, 211, 0.75);
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.6;
    max-width: 90%;
}

/* Minimalist Divider */
.luxury-divider {
    margin: 1.5rem 0;
    position: relative;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(212, 175, 55, 0.2) 20%, rgba(212, 175, 55, 0.4) 50%, rgba(212, 175, 55, 0.2) 80%, transparent 100% );
}

.luxury-divider-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #D4AF37;
    font-size: 0.875rem;
    background: #4A1F2B;
    padding: 0.5rem;
    border-radius: 2px;
}

/* Refined Feature Cards - No Heavy Backgrounds */
.luxury-features {
    margin: 2.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.luxury-feature-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.25rem;
    padding: 0;
    padding-left: 1rem;
    background: transparent;
    border: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

    /* Elegant Left Accent Line */
    .luxury-feature-card::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 2px;
        background: rgba(212, 175, 55, 0.2);
        transition: all 0.3s ease;
    }

    .luxury-feature-card:hover::before {
        background: rgba(212, 175, 55, 0.6);
        box-shadow: 0 0 12px rgba(212, 175, 55, 0.3);
    }

    .luxury-feature-card:hover {
        transform: translateX(4px);
    }

/* Subtle Icon Container */
.luxury-feature-icon-wrapper {
    width: 44px;
    height: 44px;
    background: rgba(212, 175, 55, 0.12);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.luxury-feature-card:hover .luxury-feature-icon-wrapper {
    background: rgba(212, 175, 55, 0.18);
    border-color: rgba(212, 175, 55, 0.4);
}

.luxury-feature-icon {
    width: 22px;
    height: 22px;
    color: #F5E6D3;
    opacity: 0.9;
}

.luxury-feature-text {
    padding-top: 0.25rem;
}

    .luxury-feature-text h3 {
        font-family: 'Playfair Display', Georgia, serif;
        font-size: 1.0625rem;
        font-weight: 500;
        color: #F5E6D3;
        margin-bottom: 0.5rem;
        letter-spacing: -0.01em;
    }

    .luxury-feature-text p {
        font-size: 0.875rem;
        line-height: 1.6;
        color: rgba(245, 230, 211, 0.65);
        font-weight: 300;
    }

/* Elegant Steps - Clean Number Circles */
.luxury-steps {
    margin: 2.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.luxury-step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.5rem;
    padding: 0;
    background: transparent;
    border: none;
}

.luxury-step-number {
    width: 40px;
    height: 40px;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 1.125rem;
    color: #F5E6D3;
    font-family: 'Playfair Display', serif;
}

.luxury-step-content {
    padding-top: 0.25rem;
}

    .luxury-step-content h4 {
        font-family: 'Playfair Display', Georgia, serif;
        font-size: 1.0625rem;
        font-weight: 500;
        color: #F5E6D3;
        margin-bottom: 0.5rem;
        letter-spacing: -0.01em;
    }

    .luxury-step-content p {
        font-size: 0.875rem;
        line-height: 1.6;
        color: rgba(245, 230, 211, 0.65);
        font-weight: 300;
    }

/* Refined Trust Badges - Simple & Clean */
.luxury-trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-top: 3.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(212, 175, 55, 0.15);
}

.luxury-trust-badge {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    color: rgba(245, 230, 211, 0.7);
    font-size: 0.8125rem;
    font-weight: 300;
    transition: color 0.3s ease;
}

    .luxury-trust-badge:hover {
        color: rgba(245, 230, 211, 0.9);
    }

.luxury-trust-badge-icon {
    font-size: 1rem;
    opacity: 0.8;
}

/* ========================================
   ELEGANT CHECKLIST CONTENT
   ======================================== */
.luxury-panel-content {
    margin-top: 2rem;
}

/* Elegant Features with Icons and Borders */
.luxury-features-elegant {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.luxury-feature-elegant {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: rgba(255, 255, 255, 0.04);
    border-left: 2px solid rgba(212, 175, 55, 0.4);
    border-radius: 0 8px 8px 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

    .luxury-feature-elegant::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, rgba(212, 175, 55, 0.08) 0%, transparent 100% );
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .luxury-feature-elegant:hover {
        background: rgba(255, 255, 255, 0.06);
        border-left-color: rgba(212, 175, 55, 0.7);
        transform: translateX(6px);
    }

        .luxury-feature-elegant:hover::before {
            opacity: 1;
        }

.luxury-feature-icon-elegant {
    width: 42px;
    height: 42px;
    background: rgba(212, 175, 55, 0.15);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.luxury-feature-elegant:hover .luxury-feature-icon-elegant {
    background: rgba(212, 175, 55, 0.22);
    border-color: rgba(212, 175, 55, 0.5);
    transform: scale(1.05);
}

.luxury-feature-icon-elegant i {
    font-size: 20px;
    color: #F5E6D3;
    opacity: 0.95;
}

.luxury-feature-content-elegant {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    position: relative;
    z-index: 1;
}

.luxury-feature-title-elegant {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.0625rem;
    font-weight: 500;
    color: #F5E6D3;
    letter-spacing: -0.01em;
    line-height: 1.3;
}

.luxury-feature-desc-elegant {
    font-size: 0.875rem;
    line-height: 1.5;
    color: rgba(245, 230, 211, 0.7);
    font-weight: 300;
}

.luxury-mini-divider {
    height: 1px;
    background: linear-gradient(90deg, rgba(212, 175, 55, 0.3), rgba(212, 175, 55, 0.1), transparent );
    margin: 1.25rem 0;
}

.luxury-trust-line {
    font-size: 0.9375rem;
    color: rgba(245, 230, 211, 0.65);
    font-weight: 300;
    font-style: italic;
    text-align: center;
    line-height: 1.6;
}

/* ========================================
   RIGHT PANEL - FORM
   ======================================== */
.luxury-form-panel {
    padding: 2rem 2rem;
    background: var(--luxury-white);
    display: flex;
    align-items: center;
}

.luxury-form-container {
    max-width: 480px;
    margin: 0 auto;
}

/* Form Header */
.luxury-form-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.luxury-form-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--luxury-burgundy);
    margin-bottom: 0.5rem;
}

.luxury-form-subtitle {
    color: var(--luxury-gray);
    font-size: 0.95rem;
}

/* Form Elements */
.luxury-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.luxury-form-group {
    position: relative;
}

.luxury-label {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    margin-bottom: 0.75rem;
    font-weight: 500;
    color: var(--luxury-dark-gray);
    font-size: 0.9rem;
}

.luxury-label-required {
    color: var(--luxury-error);
}

.luxury-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.luxury-input-icon {
    position: absolute;
    left: 1.25rem;
    width: 20px;
    height: 20px;
    color: var(--luxury-gray);
    z-index: 2;
    pointer-events: none;
    transition: color 0.3s ease;
}

    .luxury-input-icon svg {
        width: 100%;
        height: 100%;
    }

.luxury-input {
    width: 100%;
    padding: 1rem 1rem 1rem 3.5rem;
    border: 2px solid var(--luxury-platinum);
    border-radius: 12px;
    font-size: 0.95rem;
    color: var(--luxury-dark-gray);
    background: var(--luxury-white);
    transition: all 0.3s ease;
    font-family: inherit;
}

    .luxury-input::placeholder {
        color: var(--luxury-gray);
        opacity: 0.6;
    }

    .luxury-input:focus {
        outline: none;
        border-color: var(--luxury-gold);
        background: var(--luxury-pearl);
        box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
    }

        .luxury-input:focus + .luxury-input-icon {
            color: var(--luxury-gold);
        }

/* Password Toggle */
.luxury-password-toggle {
    position: absolute;
    right: 1.25rem;
    width: 20px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--luxury-gray);
    z-index: 3;
    transition: color 0.3s ease;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .luxury-password-toggle:hover {
        color: var(--luxury-burgundy);
    }

    .luxury-password-toggle svg {
        width: 100%;
        height: 100%;
    }

    .luxury-password-toggle .hidden {
        display: none;
    }

/* Checkbox */
.luxury-checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
    position: relative;
    user-select: none;
}

    .luxury-checkbox-wrapper input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        width: 0;
        height: 0;
    }

.luxury-checkbox-custom {
    position: relative;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: 2px solid rgba(107, 44, 62, 0.3);
    border-radius: 4px;
    background: var(--luxury-white);
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Checkbox checked state */
.luxury-checkbox-wrapper input[type="checkbox"]:checked ~ .luxury-checkbox-custom {
    background: linear-gradient(135deg, #6B2C3E 0%, #8B3A50 100%);
    border-color: #6B2C3E;
}

    /* Checkmark */
    .luxury-checkbox-wrapper input[type="checkbox"]:checked ~ .luxury-checkbox-custom::after {
        content: '';
        position: absolute;
        left: 5px;
        top: 1px;
        width: 4px;
        height: 9px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }


/* Hover state */
.luxury-checkbox-wrapper:hover .luxury-checkbox-custom {
    border-color: rgba(107, 44, 62, 0.6);
    box-shadow: 0 0 0 3px rgba(107, 44, 62, 0.1);
}

/* Focus state */
.luxury-checkbox-wrapper input[type="checkbox"]:focus ~ .luxury-checkbox-custom {
    border-color: var(--luxury-gold);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.2);
}

/* Checkbox Label */
.luxury-checkbox-label {
    font-size: 0.9375rem;
    color: var(--luxury-gray);
    line-height: 1.5;
    flex: 1;
}

    /* Links inside checkbox label */
    .luxury-checkbox-label .luxury-link {
        color: var(--luxury-burgundy);
        text-decoration: none;
        font-weight: 500;
        transition: color 0.3s ease;
    }

        .luxury-checkbox-label .luxury-link:hover {
            color: var(--luxury-gold);
            text-decoration: underline;
        }

/* Error state for checkbox */
.luxury-checkbox-wrapper.has-error .luxury-checkbox-custom {
    border-color: #DC2626;
}

.luxury-checkbox-wrapper.has-error .luxury-checkbox-custom {
    animation: shake 0.3s ease;
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    75% {
        transform: translateX(5px);
    }
}

/* Form Options Row */
.luxury-form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.5rem 0;
}

    /* Stacked Form Options (Login Page) */
    .luxury-form-options.stacked {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        /*        margin: 0.75rem 0 1.25rem 0;*/
    }

        .luxury-form-options.stacked .luxury-link {
            align-self: flex-start;
            margin-left: 0;
        }

.luxury-link {
    color: var(--luxury-burgundy);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

    .luxury-link:hover {
        color: var(--luxury-gold);
    }

/* Error Messages */
.luxury-error {
    color: var(--luxury-error);
    font-size: 0.85rem;
    margin-top: 0.5rem;
    display: none;
}

    .luxury-error:not(:empty) {
        display: block;
        padding: 0.75rem;
        background: #fee2e2;
        border-left: 3px solid var(--luxury-error);
        border-radius: 6px;
    }

.luxury-error-general {
    color: var(--luxury-error);
    font-size: 0.875rem;
    margin-bottom: 1rem;
    display: none;
}

    .luxury-error-general ul {
        list-style: none !important;
    }



    .luxury-error-general:not(:empty) {
        display: block;
        padding: 0.875rem 1rem;
        background: #fee2e2;
        border-left: 3px solid var(--luxury-error);
        border-radius: 8px;
    }

/* Success Messages */
.luxury-success {
    background: rgba(80, 200, 120, 0.1);
    border: 1px solid var(--luxury-emerald);
    color: var(--luxury-emerald);
    padding: 1rem;
    border-radius: 12px;
    text-align: center;
    margin-top: 1.5rem;
}

    .luxury-success svg {
        margin: 0 auto 0.75rem;
    }

    .luxury-success h4 {
        font-size: 1.125rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

/* Help Text */
.luxury-help-text {
    color: var(--luxury-gray);
    font-size: 0.8125rem;
    margin-top: 0.5rem;
}

/* Primary Button */
.luxury-button {
    position: relative;
    width: 100%;
    padding: 0.875rem 2rem;
    background: linear-gradient(135deg, var(--luxury-burgundy), var(--luxury-wine));
    color: var(--luxury-white);
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(107, 44, 62, 0.3);
    font-family: inherit;
}

    .luxury-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 32px rgba(107, 44, 62, 0.4);
    }

    .luxury-button:active {
        transform: translateY(0);
    }

    .luxury-button:disabled {
        opacity: 0.6;
        cursor: not-allowed;
        animation: pulse-button 2s ease-in-out infinite;
    }

.luxury-button-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.luxury-button-icon {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.luxury-button:hover .luxury-button-icon {
    transform: translateX(4px);
}


.luxury-button-icon-left {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.luxury-button-shimmer {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.luxury-button:hover .luxury-button-shimmer {
    left: 100%;
}

/* Loading State */
.luxury-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.luxury-spinner {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

/* Form Divider */
.luxury-form-divider {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1.5rem 0;
}

.luxury-divider-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--luxury-platinum), transparent);
}

.luxury-divider-text {
    color: var(--luxury-gray);
    font-size: 0.85rem;
    white-space: nowrap;
}

/* Social OAuth Button */
.luxury-social-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    padding: 1rem 2rem;
    background: var(--luxury-white);
    border: 2px solid var(--luxury-platinum);
    border-radius: 12px;
    color: var(--luxury-dark-gray);
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .luxury-social-button:hover {
        background: var(--luxury-pearl);
        border-color: var(--luxury-gray);
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

.luxury-social-icon {
    width: 20px;
    height: 20px;
}

/* Form Footer */
.luxury-form-footer {
    text-align: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid var(--luxury-platinum);
}

.luxury-footer-text {
    color: var(--luxury-gray);
    font-size: 0.9rem;
}

.luxury-footer-link {
    color: var(--luxury-burgundy);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

    .luxury-footer-link:hover {
        color: var(--luxury-gold);
    }

/* Password Strength Meter */
.luxury-password-strength {
    margin-top: 0.75rem;
}

.luxury-strength-bar-bg {
    width: 100%;
    height: 6px;
    background: var(--luxury-platinum);
    border-radius: 10px;
    overflow: hidden;
}

.luxury-strength-bar {
    height: 100%;
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 0;
}

    .luxury-strength-bar.weak {
        background: var(--luxury-error);
        width: 25%;
    }

    .luxury-strength-bar.fair {
        background: #F59E0B;
        width: 50%;
    }

    .luxury-strength-bar.good {
        background: #FBBF24;
        width: 75%;
    }

    .luxury-strength-bar.strong {
        background: var(--luxury-emerald);
        width: 100%;
    }

.luxury-strength-text {
    color: var(--luxury-gray);
    font-size: 0.8125rem;
    margin-top: 0.5rem;
}

/* ========================================
   ANIMATIONS & KEYFRAMES
   ======================================== */
@keyframes float-orb {
    0%, 100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

@keyframes float-jewel {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-30px) rotate(180deg);
    }
}

@keyframes pulse-glow {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

@keyframes sparkle {
    0%, 100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }

    50% {
        transform: scale(1.3) rotate(180deg);
        opacity: 0.7;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-button {
    0%, 100% {
        opacity: 0.6;
    }

    50% {
        opacity: 0.8;
    }
}

@keyframes float-particle {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }

    25% {
        transform: translateY(-40px) translateX(20px);
    }

    50% {
        transform: translateY(-20px) translateX(-30px);
    }

    75% {
        transform: translateY(-50px) translateX(15px);
    }
}

@keyframes ripple-effect {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/* ========================================
   UTILITY CLASSES
   ======================================== */
.hidden {
    display: none !important;
}

.text-center {
    text-align: center;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */
@media (max-width: 1024px) {
    .luxury-auth-grid {
        grid-template-columns: 1fr;
    }

    .luxury-brand-panel {
        padding: 3rem 2.5rem;
    }

    .luxury-heading-title {
        font-size: 2.75rem;
    }

    .luxury-jewel-float {
        display: none;
    }
}

@media (max-width: 768px) {
    .luxury-auth-section {
        padding: 1.5rem 1rem;
    }

    .luxury-brand-panel {
        padding: 2.5rem 2rem;
    }

    .luxury-form-panel {
        padding: 2rem 1.5rem;
    }

    .luxury-form-title {
        font-size: 1.75rem;
    }

    .luxury-heading-title {
        font-size: 2.25rem;
    }

    .luxury-feature-card {
        padding-left: 0.75rem;
    }

    .luxury-feature-icon-wrapper {
        width: 40px;
        height: 40px;
    }

    .luxury-feature-icon {
        width: 20px;
        height: 20px;
    }

    .luxury-step-number {
        width: 36px;
        height: 36px;
        font-size: 1rem;
    }

    .luxury-form-options {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

        /* Ensure stacked version maintains good spacing on mobile */
        .luxury-form-options.stacked {
            gap: 0.875rem;
            margin: 0.75rem 0 1rem 0;
        }

    .luxury-trust-badges {
        flex-direction: column;
        gap: 1rem;
    }

    /* Elegant features responsive */
    .luxury-feature-elegant {
        padding: 1rem 1.25rem;
    }

    .luxury-feature-icon-elegant {
        width: 38px;
        height: 38px;
    }

        .luxury-feature-icon-elegant svg {
            width: 20px;
            height: 20px;
        }

    .luxury-feature-title-elegant {
        font-size: 1rem;
    }

    .luxury-feature-desc-elegant {
        font-size: 0.8125rem;
    }
}

@media (max-width: 640px) {
    .luxury-heading-title {
        font-size: 2rem;
    }

    .luxury-feature-text h3 {
        font-size: 1rem;
    }

    .luxury-button {
        padding: 1rem 1.5rem;
    }

    /* Elegant features mobile */
    .luxury-feature-elegant {
        padding: 0.875rem 1rem;
        gap: 1rem;
    }

    .luxury-feature-icon-elegant {
        width: 36px;
        height: 36px;
    }

        .luxury-feature-icon-elegant svg {
            width: 18px;
            height: 18px;
        }

    .luxury-feature-title-elegant {
        font-size: 0.9375rem;
    }
}

/* ========================================
   PRINT STYLES
   ======================================== */
@media print {
    .luxury-auth-section {
        padding: 0;
    }

    .luxury-bg-pattern,
    .luxury-blur-orb,
    .luxury-jewel-float,
    .luxury-particles {
        display: none;
    }
}

/* ========================================
   ACCESSIBILITY
   ======================================== */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Focus Visible */
*:focus-visible {
    outline: 2px solid var(--luxury-gold);
    outline-offset: 2px;
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
    .luxury-input {
        border-width: 3px;
    }

    .luxury-button {
        border: 2px solid transparent;
    }
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: var(--luxury-platinum);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--luxury-burgundy), var(--luxury-gold));
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(180deg, var(--luxury-dark-burgundy), var(--luxury-light-gold));
    }

/* ========================================
   LUXURY EMAIL VERIFICATION PAGE (COMPACT)
   ======================================== */

/* Centered Wrapper - Compact */
.luxury-verification-wrapper {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

/* Main Card - Compact Version */
.luxury-verification-card {
    background: var(--luxury-white);
    border-radius: 16px;
    padding: 2.5rem 2.5rem 2rem;
    box-shadow: 0 20px 60px rgba(107, 44, 62, 0.12), 0 8px 16px rgba(107, 44, 62, 0.08);
    position: relative;
    overflow: hidden;
}

    .luxury-verification-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, var(--luxury-burgundy), var(--luxury-gold), var(--luxury-burgundy) );
    }

    /* Success Icon - Compact */
    .luxury-verification-card .luxury-success-icon {
        display: flex;
        justify-content: center;
        margin-bottom: 1.5rem;
    }

    .luxury-verification-card .luxury-success-circle {
        width: 70px;
        height: 70px;
        background: linear-gradient(135deg, rgba(80, 200, 120, 0.15) 0%, rgba(80, 200, 120, 0.05) 100% );
        border: 2px solid rgba(80, 200, 120, 0.3);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        animation: success-pop 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

@keyframes success-pop {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.luxury-verification-card .luxury-success-circle::before {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 1px solid rgba(80, 200, 120, 0.15);
}

.luxury-verification-card .luxury-check-icon {
    font-size: 36px;
    color: var(--luxury-emerald);
    animation: icon-pop 0.6s ease 0.3s both;
}

@keyframes icon-pop {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Header - Compact */
.luxury-verification-header {
    text-align: center;
    margin-bottom: 1.25rem;
}

.luxury-verification-subtitle {
    display: inline-block;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--luxury-emerald);
    margin-bottom: 0.75rem;
    padding: 0.375rem 1rem;
    background: rgba(80, 200, 120, 0.1);
    border-radius: 20px;
}

.luxury-verification-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.875rem;
    font-weight: 600;
    color: var(--luxury-burgundy);
    letter-spacing: -0.02em;
    margin: 0;
    line-height: 1.2;
}

/* Message - Compact */
.luxury-verification-message {
    text-align: center;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--luxury-gray);
    margin: 0 0 1.75rem;
    font-weight: 400;
}

/* Action Button */
.luxury-verification-action {
    display: flex;
    justify-content: center;
}

    .luxury-verification-action .luxury-button {
        min-width: 200px;
        text-decoration: none;
    }

/* Action Buttons (Two Buttons) */
.luxury-verification-actions {
    display: flex;
    gap: 1rem;
    margin-top: 0;
}

    .luxury-verification-actions .luxury-button {
        flex: 1;
        text-decoration: none;
        white-space: nowrap;
        text-decoration: none;
    }

    /* Ensure first button is outline style */
    .luxury-verification-actions .luxury-button-outline {
        background: transparent;
        color: var(--luxury-burgundy);
        border: 2px solid rgba(107, 44, 62, 0.2);
        text-decoration: none;
    }

        .luxury-verification-actions .luxury-button-outline:hover {
            background: rgba(107, 44, 62, 0.05);
            border-color: rgba(107, 44, 62, 0.4);
            transform: translateY(-2px);
        }

        /* Shimmer effect for outline button */
        .luxury-verification-actions .luxury-button-outline::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient( 90deg, transparent, rgba(212, 175, 55, 0.3), transparent );
            transition: left 0.5s ease;
        }

        .luxury-verification-actions .luxury-button-outline:hover::after {
            left: 100%;
        }



/* Info Message */
.luxury-info-message {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: rgba(15, 82, 186, 0.05);
    border: 1px solid rgba(15, 82, 186, 0.15);
    border-radius: 8px;
    margin-bottom: 1.75rem;
    font-size: 0.875rem;
    color: var(--luxury-gray);
}

    .luxury-info-message i {
        font-size: 20px;
        color: var(--luxury-sapphire);
        flex-shrink: 0;
    }

/* ========================================
   COLOR THEME VARIATIONS
   ======================================== */

/* Gold Theme (Password Reset) */
.luxury-success-gold {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(212, 175, 55, 0.05) 100% );
    border-color: rgba(212, 175, 55, 0.3);
}

    .luxury-success-gold::before {
        border-color: rgba(212, 175, 55, 0.15);
    }

    .luxury-success-gold .luxury-check-icon {
        color: var(--luxury-gold);
    }

.luxury-subtitle-gold {
    color: var(--luxury-gold);
    background: rgba(212, 175, 55, 0.1);
}

/* Blue Theme (Registration) */
.luxury-success-blue {
    background: linear-gradient(135deg, rgba(15, 82, 186, 0.15) 0%, rgba(15, 82, 186, 0.05) 100% );
    border-color: rgba(15, 82, 186, 0.3);
}

    .luxury-success-blue::before {
        border-color: rgba(15, 82, 186, 0.15);
    }

    .luxury-success-blue .luxury-check-icon {
        color: var(--luxury-sapphire);
    }

.luxury-subtitle-blue {
    color: var(--luxury-sapphire);
    background: rgba(15, 82, 186, 0.1);
}

/* Red Theme (Access Denied / Error) */
.luxury-error-red {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.15) 0%, rgba(220, 38, 38, 0.05) 100% );
    border-color: rgba(220, 38, 38, 0.3);
}

    .luxury-error-red::before {
        border-color: rgba(220, 38, 38, 0.15);
    }

    .luxury-error-red .luxury-check-icon {
        color: #DC2626;
    }

.luxury-subtitle-red {
    color: #DC2626;
    background: rgba(220, 38, 38, 0.1);
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */
@media (max-width: 768px) {
    .luxury-verification-card {
        padding: 2rem 2rem 1.75rem;
    }

    .luxury-verification-title {
        font-size: 1.625rem;
    }

    .luxury-verification-card .luxury-success-circle {
        width: 60px;
        height: 60px;
    }

    .luxury-verification-card .luxury-check-icon {
        font-size: 32px;
    }

    .luxury-verification-message {
        font-size: 0.875rem;
    }

    /* Keep buttons on one line for tablet */
    .luxury-verification-actions .luxury-button {
        font-size: 0.875rem;
        padding: 0.75rem 1rem;
    }
}

@media (max-width: 640px) {
    .luxury-verification-card {
        padding: 1.75rem 1.5rem 1.5rem;
    }

    .luxury-verification-title {
        font-size: 1.5rem;
    }

    .luxury-verification-card .luxury-success-circle {
        width: 55px;
        height: 55px;
    }

    .luxury-verification-card .luxury-check-icon {
        font-size: 28px;
    }

    /* Stack buttons vertically only on very small mobile */
    .luxury-verification-actions {
        flex-direction: column;
    }

        .luxury-verification-action .luxury-button,
        .luxury-verification-actions .luxury-button {
            width: 100%;
        }
}
