/*
 * Tayfa Auth Pages - Unified CSS
 * Tüm authentication sayfaları için birleştirilmiş CSS dosyası
 * Login, Register, Password Reset, Email Confirm, Business Register vb.
 * Admin Panel tasarım dili ile uyumlu hale getirildi
 */

/* ========================================
   CSS VARIABLES - Normal Mode
   ======================================== */

:root {
    /* Auth Background Colors */
    --auth-bg-primary: #f8f9fa;
    --auth-bg-secondary: #f1f3f4;
    --auth-bg-gradient-1: rgba(40, 54, 74, 0.08);
    --auth-bg-gradient-2: rgba(118, 183, 41, 0.05);

    /* Card Colors */
    --auth-card-bg: #ffffff;
    --auth-card-border: #e9ecef;
    --auth-card-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    --auth-card-shadow-hover: 0 20px 40px rgba(0, 0, 0, 0.15);

    /* Header Colors */
    --auth-header-bg: linear-gradient(135deg, rgba(40, 54, 74, 0.03) 0%, rgba(248, 249, 250, 0.9) 100%);
    --auth-header-border: #e9ecef;

    /* Icon Colors */
    --auth-icon-bg: linear-gradient(135deg, #28364a 0%, #3a4a5f 100%);
    --auth-icon-shadow: 0 10px 30px rgba(40, 54, 74, 0.3);

    /* Text Colors */
    --auth-title-color: #343a40;
    --auth-subtitle-color: #6c757d;
    --auth-text-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);

    /* Navigation Colors */
    --auth-nav-bg: #f8f9fa;
    --auth-nav-border: #e9ecef;
    --auth-nav-link-color: #6c757d;
    --auth-nav-link-hover-bg: rgba(40, 54, 74, 0.05);
    --auth-nav-link-active-color: #28364a;

    /* Form Colors */
    --form-label-color: #495057;
    --form-control-bg: #f8f9fa;
    --form-control-border: #dee2e6;
    --form-control-color: #495057;
    --form-control-focus-bg: #ffffff;
    --form-control-focus-border: #28364a;
    --form-control-focus-shadow: 0 0 0 0.3rem rgba(40, 54, 74, 0.15);
    --form-control-placeholder: #adb5bd;
    --form-control-invalid-border: #dc3545;
    --form-control-invalid-shadow: 0 0 0 0.3rem rgba(220, 53, 69, 0.15);
    --form-control-valid-border: #28a745;
    --form-control-valid-shadow: 0 0 0 0.3rem rgba(40, 167, 69, 0.15);

    /* Button Colors */
    --auth-btn-bg: linear-gradient(135deg, #28364a 0%, #3a4a5f 100%);
    --auth-btn-hover-bg: linear-gradient(135deg, #3a4a5f 0%, #1e2a3a 100%);
    --auth-btn-shadow: 0 8px 25px rgba(40, 54, 74, 0.3);
    --auth-btn-disabled-bg: #6c757d;
    --auth-btn-disabled-opacity: 0.7;

    /* Checkbox Colors */
    --form-check-bg: #ffffff;
    --form-check-border: #dee2e6;
    --form-check-checked-bg: #28364a;
    --form-check-checked-border: #28364a;

    /* Password Field Colors */
    --password-field-border: #dee2e6;
    --password-toggle-bg: #f8f9fa;
    --password-toggle-color: #6c757d;
    --password-toggle-border: #dee2e6;
    --password-toggle-hover-bg: #e9ecef;
    --password-toggle-hover-color: #495057;

    /* Validation Colors */
    --invalid-feedback-color: #dc3545;
    --valid-feedback-color: #28a745;

    /* Step Wizard Colors */
    --step-wizard-bg: rgba(40, 54, 74, 0.05);
    --step-wizard-border: rgba(40, 54, 74, 0.2);
    --step-item-bg: #f8f9fa;
    --step-item-color: #6c757d;
    --step-item-active-bg: #28364a;
    --step-item-active-color: #ffffff;
    --step-connector-bg: #dee2e6;
    --step-connector-completed: #28364a;
    --step-label-color: #6c757d;
    --step-label-active-color: #28364a;

    /* Vehicle & Plan Colors */
    --vehicle-types-bg: rgba(40, 54, 74, 0.05);
    --vehicle-types-border: rgba(40, 54, 74, 0.2);
    --vehicle-option-bg: #f8f9fa;
    --vehicle-option-border: #dee2e6;
    --vehicle-option-color: #495057;
    --vehicle-option-hover-bg: #e9ecef;
    --vehicle-option-hover-border: #28364a;

    --plans-grid-bg: rgba(40, 54, 74, 0.05);
    --plan-card-bg: #ffffff;
    --plan-card-border: #e9ecef;
    --plan-popular-border: #28364a;

    /* Contact & Construction Colors */
    --contact-methods-bg: rgba(40, 54, 74, 0.05);
    --contact-method-bg: #f8f9fa;
    --contact-method-border: #dee2e6;
    --contact-method-color: #495057;
    --contact-method-hover-bg: #e9ecef;
    --contact-method-hover-border: #28364a;

    --construction-overlay-bg: rgba(0, 0, 0, 0.8);
    --construction-content-bg: #ffffff;
    --construction-content-border: #e9ecef;
    --construction-content-h3-color: #343a40;
    --construction-content-p-color: #6c757d;
    --construction-contact-bg: rgba(40, 54, 74, 0.1);
    --construction-contact-border: #e9ecef;
    --construction-contact-link-color: #007bff;
    --construction-contact-link-hover-color: #0056b3;
    --construction-contact-link-hover-bg: rgba(40, 54, 74, 0.2);

    /* Alert Colors */
    --alert-success-bg: rgba(40, 167, 69, 0.1);
    --alert-warning-bg: rgba(255, 193, 7, 0.1);
    --alert-danger-bg: rgba(220, 53, 69, 0.1);
    --alert-info-bg: rgba(23, 162, 184, 0.1);

    /* Focus & Outline Colors */
    --focus-outline-color: #28364a;
    --focus-outline-offset: 2px;

    /* Register Link Colors */
    --register-link-color: #3a4a5f;
    --register-link-border: #3a4a5f;
    --register-link-hover-bg: #3a4a5f;
    --register-link-hover-color: #ffffff;
    --register-link-shadow: 0 5px 15px rgba(58, 74, 95, 0.3);

    /* Step Navigation Colors */
    --step-nav-border: #e9ecef;
    --step-btn-color: #6c757d;
    --step-btn-border: #28364a;
    --step-btn-hover-bg: #28364a;
    --step-btn-hover-color: #ffffff;
    --step-btn-primary-bg: #28364a;
    --step-btn-primary-color: #ffffff;
    --step-btn-primary-hover-bg: #3a4a5f;
    --step-btn-primary-hover-border: #3a4a5f;
    --step-btn-prev-border: #dee2e6;
    --step-btn-prev-color: #6c757d;
    --step-btn-prev-hover-bg: #dee2e6;
    --step-info-text-color: #6c757d;
    --step-info-text-span-color: #28364a;

    /* Back Link Colors */
    --back-link-border: #e9ecef;
    --back-link-color: #6c757d;
    --back-link-hover-color: #28364a;
}

/* ========================================
   CSS VARIABLES - Dark Mode
   ======================================== */

.dark-mode {
    /* Auth Background Colors */
    --auth-bg-primary: #1a202c;
    --auth-bg-secondary: #2d3748;
    --auth-bg-gradient-1: rgba(40, 54, 74, 0.2);
    --auth-bg-gradient-2: rgba(118, 183, 41, 0.1);

    /* Card Colors */
    --auth-card-bg: #2d3748;
    --auth-card-border: #4a5568;
    --auth-card-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    --auth-card-shadow-hover: 0 20px 40px rgba(0, 0, 0, 0.4);

    /* Header Colors */
    --auth-header-bg: linear-gradient(135deg, rgba(40, 54, 74, 0.1) 0%, rgba(45, 55, 72, 0.9) 100%);
    --auth-header-border: #4a5568;

    /* Icon Colors */
    --auth-icon-bg: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);
    --auth-icon-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);

    /* Text Colors */
    --auth-title-color: #ffffff;
    --auth-subtitle-color: #a0aec0;
    --auth-text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);

    /* Navigation Colors */
    --auth-nav-bg: #4a5568;
    --auth-nav-border: #718096;
    --auth-nav-link-color: #a0aec0;
    --auth-nav-link-hover-bg: rgba(40, 54, 74, 0.2);
    --auth-nav-link-active-color: #ffffff;

    /* Form Colors */
    --form-label-color: #e2e8f0;
    --form-control-bg: #4a5568;
    --form-control-border: #718096;
    --form-control-color: #e2e8f0;
    --form-control-focus-bg: #2d3748;
    --form-control-focus-border: #28364a;
    --form-control-focus-shadow: 0 0 0 0.3rem rgba(40, 54, 74, 0.3);
    --form-control-placeholder: #a0aec0;
    --form-control-invalid-border: #fc8181;
    --form-control-invalid-shadow: 0 0 0 0.3rem rgba(252, 129, 129, 0.3);
    --form-control-valid-border: #68d391;
    --form-control-valid-shadow: 0 0 0 0.3rem rgba(104, 211, 145, 0.3);

    /* Button Colors */
    --auth-btn-bg: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);
    --auth-btn-hover-bg: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
    --auth-btn-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    --auth-btn-disabled-bg: #4a5568;
    --auth-btn-disabled-opacity: 0.5;

    /* Checkbox Colors */
    --form-check-bg: #4a5568;
    --form-check-border: #718096;
    --form-check-checked-bg: #28364a;
    --form-check-checked-border: #28364a;

    /* Password Field Colors */
    --password-field-border: #718096;
    --password-toggle-bg: #4a5568;
    --password-toggle-color: #a0aec0;
    --password-toggle-border: #718096;
    --password-toggle-hover-bg: #2d3748;
    --password-toggle-hover-color: #ffffff;

    /* Validation Colors */
    --invalid-feedback-color: #feb2b2;
    --valid-feedback-color: #68d391;

    /* Step Wizard Colors */
    --step-wizard-bg: rgba(40, 54, 74, 0.1);
    --step-wizard-border: rgba(40, 54, 74, 0.3);
    --step-item-bg: #4a5568;
    --step-item-color: #a0aec0;
    --step-item-active-bg: #28364a;
    --step-item-active-color: #ffffff;
    --step-connector-bg: #4a5568;
    --step-connector-completed: #28364a;
    --step-label-color: #a0aec0;
    --step-label-active-color: #ffffff;

    /* Vehicle & Plan Colors */
    --vehicle-types-bg: rgba(40, 54, 74, 0.1);
    --vehicle-types-border: rgba(40, 54, 74, 0.3);
    --vehicle-option-bg: #4a5568;
    --vehicle-option-border: #718096;
    --vehicle-option-color: #e2e8f0;
    --vehicle-option-hover-bg: #2d3748;
    --vehicle-option-hover-border: #28364a;

    --plans-grid-bg: rgba(40, 54, 74, 0.1);
    --plan-card-bg: #4a5568;
    --plan-card-border: #718096;
    --plan-popular-border: #28364a;

    /* Contact & Construction Colors */
    --contact-methods-bg: rgba(40, 54, 74, 0.1);
    --contact-method-bg: #4a5568;
    --contact-method-border: #718096;
    --contact-method-color: #e2e8f0;
    --contact-method-hover-bg: #2d3748;
    --contact-method-hover-border: #28364a;

    --construction-overlay-bg: rgba(26, 32, 44, 0.95);
    --construction-content-bg: #2d3748;
    --construction-content-border: #4a5568;
    --construction-content-h3-color: #ffffff;
    --construction-content-p-color: #a0aec0;
    --construction-contact-bg: rgba(40, 54, 74, 0.2);
    --construction-contact-border: #4a5568;
    --construction-contact-link-color: #63b3ed;
    --construction-contact-link-hover-color: #ffffff;
    --construction-contact-link-hover-bg: rgba(40, 54, 74, 0.3);

    /* Alert Colors */
    --alert-success-bg: rgba(40, 167, 69, 0.2);
    --alert-warning-bg: rgba(255, 193, 7, 0.2);
    --alert-danger-bg: rgba(220, 53, 69, 0.2);
    --alert-info-bg: rgba(23, 162, 184, 0.2);

    /* Focus & Outline Colors */
    --focus-outline-color: #63b3ed;
    --focus-outline-offset: 2px;

    /* Register Link Colors */
    --register-link-color: #4a5568;
    --register-link-border: #4a5568;
    --register-link-hover-bg: #4a5568;
    --register-link-hover-color: #ffffff;
    --register-link-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);

    /* Step Navigation Colors */
    --step-nav-border: #4a5568;
    --step-btn-color: #a0aec0;
    --step-btn-border: #4a5568;
    --step-btn-hover-bg: #4a5568;
    --step-btn-hover-color: #ffffff;
    --step-btn-primary-bg: #4a5568;
    --step-btn-primary-color: #ffffff;
    --step-btn-primary-hover-bg: #2d3748;
    --step-btn-primary-hover-border: #2d3748;
    --step-btn-prev-border: #718096;
    --step-btn-prev-color: #a0aec0;
    --step-btn-prev-hover-bg: #718096;
    --step-info-text-color: #a0aec0;
    --step-info-text-span-color: #ffffff;

    /* Back Link Colors */
    --back-link-border: #4a5568;
    --back-link-color: #a0aec0;
    --back-link-hover-color: #ffffff;
}

/* ========================================
   BASE AUTH STYLES - Admin Panel ile Uyumlu
   ======================================== */

.auth {
    background: linear-gradient(135deg, var(--auth-bg-primary) 0%, var(--auth-bg-secondary) 100%);
    min-height: 100vh;
    padding: 130px 0 30px; /* Fixed header için uygun üst boşluk */
    position: relative;
}

.auth::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 25% 75%, var(--auth-bg-gradient-1) 0%, transparent 50%),
        radial-gradient(circle at 75% 25%, var(--auth-bg-gradient-2) 0%, transparent 50%);
    z-index: 0;
}

.auth-container {
    position: relative;
    z-index: 1;
    padding: 10px 0;
}

/* ========================================
   CARD STYLES - Admin Panel ile Uyumlu
   ======================================== */

.auth-card {
    background: var(--auth-card-bg);
    border: 1px solid var(--auth-card-border);
    box-shadow: var(--auth-card-shadow);
    border-radius: var(--radius-lg);
    overflow: hidden;
    position: relative;
    transition: all var(--transition-normal);
    margin-top: -20px; /* Card'ı yukarı taşımak için */
}

.auth-card:hover {
    box-shadow: var(--auth-card-shadow-hover);
    transform: translateY(-2px);
}

.auth-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-accent) 100%);
    z-index: 1;
}

/* ========================================
   HEADER STYLES - Admin Panel ile Uyumlu
   ======================================== */

.auth-header {
    text-align: center;
    padding: 40px 30px 20px;
    background: var(--auth-header-bg);
    border-bottom: 1px solid var(--auth-header-border);
}

.auth-icon {
    background: var(--auth-icon-bg);
    color: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 32px;
    box-shadow: var(--auth-icon-shadow);
}

.auth-title {
    color: var(--auth-title-color);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: var(--auth-text-shadow);
}

.auth-subtitle {
    color: var(--auth-subtitle-color);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.5;
}

/* ========================================
   NAVIGATION STYLES - Admin Panel ile Uyumlu
   ======================================== */

.auth-navs {
    display: flex;
    background: var(--auth-nav-bg);
    border-bottom: 1px solid var(--auth-nav-border);
}

.auth-navs .nav-link {
    flex: 1;
    padding: 15px 20px;
    text-align: center;
    color: var(--auth-nav-link-color);
    text-decoration: none;
    font-weight: 600;
    transition: all var(--transition-normal);
    border-bottom: 3px solid transparent;
    position: relative;
}

.auth-navs .nav-link:hover {
    color: var(--auth-nav-link-active-color);
    background: var(--auth-nav-link-hover-bg);
}

.auth-navs .nav-link.active {
    color: var(--auth-nav-link-active-color);
    background: var(--auth-card-bg);
    border-bottom-color: var(--auth-nav-link-active-color);
}

/* ========================================
   BODY STYLES - Admin Panel ile Uyumlu
   ======================================== */

.auth-body {
    padding: 35px;
}

/* ========================================
   FORM STYLES - Admin Panel ile Uyumlu
   ======================================== */

.form-group {
    margin-bottom: 25px;
}

.form-label {
    color: var(--form-label-color);
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.form-control {
    background: var(--form-control-bg);
    border: 2px solid var(--form-control-border);
    color: var(--form-control-color);
    transition: all var(--transition-normal);
    border-radius: var(--radius-md);
    padding: 15px 18px;
    font-size: 16px;
}

.form-control:focus {
    background: var(--form-control-focus-bg);
    border-color: var(--form-control-focus-border);
    box-shadow: var(--form-control-focus-shadow);
    color: var(--form-control-color);
    transform: scale(1.01);
}

/* Select elementlerinde transform'u devre dışı bırak */
select.form-control:focus,
select[name="region_id"]:focus {
    transform: none !important;
}

.form-control::placeholder {
    color: var(--form-control-placeholder);
    opacity: 0.8;
}

.form-control.is-invalid {
    border-color: var(--form-control-invalid-border);
    box-shadow: var(--form-control-invalid-shadow);
}

.form-control.is-valid {
    border-color: var(--form-control-valid-border);
    box-shadow: var(--form-control-valid-shadow);
}

/* Select elementleri için özel stiller */
select.form-control,
select[name="region_id"] {
    padding: 15px 18px !important;
    height: auto !important;
    min-height: 55px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 18px center !important;
    background-size: 14px !important;
    padding-right: 45px !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}

select.form-control:focus,
select[name="region_id"]:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2328364a' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e") !important;
}

/* Dark mode için select arrow rengi */
.dark-mode select.form-control,
.dark-mode select[name="region_id"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23a0aec0' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e") !important;
}

.dark-mode select.form-control:focus,
.dark-mode select[name="region_id"]:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e") !important;
}

/* Select option'ları için stil */
select.form-control option,
select[name="region_id"] option {
    padding: 10px;
    background: white;
    color: var(--form-control-color);
    font-size: 16px;
}

/* Firefox için select arrow gizleme */
select.form-control::-ms-expand,
select[name="region_id"]::-ms-expand {
    display: none !important;
}

/* IE için select arrow gizleme */
select.form-control::-ms-expand,
select[name="region_id"]::-ms-expand {
    display: none !important;
}

/* Webkit için select arrow gizleme */
select.form-control::-webkit-select-placeholder,
select[name="region_id"]::-webkit-select-placeholder {
    display: none !important;
}

/* En spesifik selector - kesinlik için */
select[name="region_id"].form-control,
select[name="region_id"],
.auth-body select[name="region_id"],
.auth-body select[name="region_id"].form-control {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 18px center !important;
    background-size: 14px !important;
    padding-right: 45px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

.dark-mode select[name="region_id"].form-control,
.dark-mode select[name="region_id"],
.dark-mode .auth-body select[name="region_id"],
.dark-mode .auth-body select[name="region_id"].form-control {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23a0aec0' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e") !important;
}

.dark-mode select[name="region_id"].form-control:focus,
.dark-mode select[name="region_id"]:focus,
.dark-mode .auth-body select[name="region_id"]:focus,
.dark-mode .auth-body select[name="region_id"].form-control:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e") !important;
}

/* ========================================
   BUTTON STYLES - Admin Panel ile Uyumlu
   ======================================== */

.auth-btn {
    width: 100%;
    padding: 15px 20px;
    background: var(--auth-btn-bg);
    color: white;
    border: none;
    border-radius: var(--radius-md);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--transition-normal);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
}

.auth-btn:hover {
    background: var(--auth-btn-hover-bg);
    transform: translateY(-1px);
    box-shadow: var(--auth-btn-shadow);
}

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

.auth-btn:disabled {
    opacity: var(--auth-btn-disabled-opacity);
    cursor: not-allowed;
    transform: none;
}

/* Eski button class'ları için alias'lar - Geriye uyumluluk */
.reset-btn,
.confirm-btn {
    width: 100%;
    padding: 15px 20px;
    background: var(--auth-btn-bg);
    color: white;
    border: none;
    border-radius: var(--radius-md);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--transition-normal);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
}

.reset-btn:hover,
.confirm-btn:hover {
    background: var(--auth-btn-hover-bg);
    transform: translateY(-1px);
    box-shadow: var(--auth-btn-shadow);
}

.reset-btn:active,
.confirm-btn:active {
    transform: translateY(0);
}

.reset-btn:disabled,
.confirm-btn:disabled {
    opacity: var(--auth-btn-disabled-opacity);
    cursor: not-allowed;
    transform: none;
}

.btn-loading {
    display: none;
}

.auth-btn.loading .btn-text {
    display: none;
}

.auth-btn.loading .btn-loading {
    display: inline;
}

/* ========================================
   PASSWORD FIELD STYLES - Admin Panel ile Uyumlu
   ======================================== */

.password-field {
    position: relative;
}

.password-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--password-toggle-bg);
    border: 1px solid var(--password-toggle-border);
    color: var(--password-toggle-color);
    cursor: pointer;
    padding: 8px;
    border-radius: var(--radius-sm);
    transition: all var(--transition-fast);
}

.password-toggle:hover {
    background: var(--password-toggle-hover-bg);
    color: var(--password-toggle-hover-color);
}

/* ========================================
   FORM OPTIONS STYLES - Admin Panel ile Uyumlu
   ======================================== */

.form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 15px;
}

.form-check-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-check-input {
    width: 18px;
    height: 18px;
    accent-color: var(--primary-color);
}

.form-check-label {
    color: var(--gray-600);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
}

.forgot-password a {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color var(--transition-fast);
}

.forgot-password a:hover {
    color: var(--primary-accent);
    text-decoration: underline;
}

/* ========================================
   REGISTER LINK STYLES - Admin Panel ile Uyumlu
   ======================================== */

.register-link {
    text-align: center;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid var(--gray-200);
}

.register-link p {
    color: var(--gray-600);
    margin-bottom: 15px;
    font-size: 14px;
}

.register-link a {
    display: inline-flex;
    align-items: center;
    color: var(--register-link-color);
    text-decoration: none;
    font-weight: 600;
    padding: 10px 20px;
    border: 2px solid var(--register-link-border);
    border-radius: var(--radius-md);
    transition: all var(--transition-normal);
    background: transparent;
}

.register-link a:hover {
    background: var(--register-link-hover-bg);
    color: var(--register-link-hover-color);
    transform: translateY(-1px);
    box-shadow: var(--register-link-shadow);
}

/* ========================================
   STEP NAVIGATION STYLES - Admin Panel ile Uyumlu
   ======================================== */

.step-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    padding: 20px 25px;
    border-top: 1px solid var(--step-nav-border);
}

.btn-step {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border: 2px solid var(--step-btn-border);
    border-radius: var(--radius-md);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all var(--transition-normal);
    cursor: pointer;
    background: transparent;
    color: var(--step-btn-color);
}

.btn-step:hover {
    background: var(--step-btn-hover-bg);
    color: var(--step-btn-hover-color);
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(40, 54, 74, 0.3);
}

.btn-step.btn-primary {
    background: var(--step-btn-primary-bg);
    color: var(--step-btn-primary-color);
}

.btn-step.btn-primary:hover {
    background: var(--step-btn-primary-hover-bg);
    border-color: var(--step-btn-primary-hover-border);
}

.btn-step.btn-previous {
    border-color: var(--step-btn-prev-border);
    color: var(--step-btn-prev-color);
}

.btn-step.btn-previous:hover {
    background: var(--step-btn-prev-hover-bg);
    color: var(--step-btn-prev-color);
    border-color: var(--step-btn-prev-border);
}

.btn-step:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.step-info-text {
    color: var(--step-info-text-color);
    font-size: 14px;
    font-weight: 500;
}

.step-info-text span {
    color: var(--step-info-text-span-color);
    font-weight: 600;
}

/* ========================================
   BACK LINK STYLES - Admin Panel ile Uyumlu
   ======================================== */

.back-link {
    text-align: center;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid var(--back-link-border);
}

.back-link a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--back-link-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all var(--transition-fast);
}

.back-link a:hover {
    color: var(--back-link-hover-color);
    transform: translateX(-2px);
}

/* ========================================
   SAVED LOGINS STYLES - Admin Panel ile Uyumlu
   ======================================== */

.saved-logins {
    margin-bottom: 25px;
    padding: 20px;
    background: var(--gray-50);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-md);
}

.saved-logins-header h6 {
    color: var(--gray-700);
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 14px;
}

.saved-login-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    background: white;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-md);
    margin-bottom: 10px;
    transition: all var(--transition-fast);
}

.saved-login-item:hover {
    border-color: var(--primary-color);
    box-shadow: var(--shadow-sm);
}

.saved-login-info {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    flex: 1;
}

.saved-login-avatar {
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.saved-login-details {
    flex: 1;
}

.saved-login-email {
    color: var(--gray-800);
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 2px;
}

.saved-login-role {
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 2px;
}

.saved-login-date {
    color: var(--gray-500);
    font-size: 11px;
}

.saved-login-forget {
    background: none;
    border: none;
    color: var(--gray-500);
    cursor: pointer;
    padding: 8px;
    border-radius: var(--radius-sm);
    transition: all var(--transition-fast);
}

.saved-login-forget:hover {
    color: var(--danger-color);
    background: rgba(220, 53, 69, 0.1);
}

/* ========================================
   INVALID FEEDBACK STYLES - Admin Panel ile Uyumlu
   ======================================== */

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 8px;
    font-size: 13px;
    color: var(--invalid-feedback-color);
    display: flex;
    align-items: center;
    gap: 6px;
}

.valid-feedback {
    display: block;
    width: 100%;
    margin-top: 8px;
    font-size: 13px;
    color: var(--valid-feedback-color);
    display: flex;
    align-items: center;
    gap: 6px;
}

/* ========================================
   STEP WIZARD STYLES - Admin Panel ile Uyumlu
   ======================================== */

.step-wizard {
    background: var(--step-wizard-bg);
    border: 1px solid var(--step-wizard-border);
    border-radius: var(--radius-md);
    padding: 25px 20px;
    margin-bottom: 25px;
}

.step-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px;
    max-width: 100%;
}

.step-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    min-width: 70px;
}

.step-item {
    background: var(--step-item-bg);
    color: var(--step-item-color);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    transition: all var(--transition-normal);
    border: 3px solid transparent;
    margin-bottom: 8px;
}

.step-item.active {
    background: var(--step-item-active-bg);
    color: var(--step-item-active-color);
    border-color: rgba(40, 54, 74, 0.3);
    box-shadow: 0 0 0 4px rgba(40, 54, 74, 0.2);
    transform: scale(1.1);
}

.step-item.completed {
    background: var(--success-color);
    color: white;
    transform: scale(1.05);
}

.step-item.completed::after {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
}

.step-label {
    color: var(--gray-600);
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    transition: all var(--transition-normal);
    max-width: 65px;
    word-wrap: break-word;
}

.step-label.active {
    color: var(--primary-color);
    font-weight: 700;
}

.step-connector {
    width: 35px;
    height: 2px;
    background: var(--gray-300);
    margin: 0 3px;
    align-self: flex-start;
    margin-top: 24px;
    transition: all var(--transition-normal);
}

.step-connector.completed {
    background: var(--success-color);
}

/* ========================================
   STEP INFO STYLES - Admin Panel ile Uyumlu
   ======================================== */

.step-info {
    text-align: center;
    margin-bottom: 25px;
    padding: 18px;
    background: rgba(40, 54, 74, 0.03);
    border: 1px solid rgba(40, 54, 74, 0.1);
    border-radius: var(--radius-md);
}

.step-info h4 {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.step-info p {
    color: var(--gray-600);
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.4;
}

/* ========================================
   BUSINESS PLANS STYLES - Admin Panel ile Uyumlu
   ======================================== */

.business-plans-section {
    position: relative;
}

.plans-header {
    text-align: center;
    margin-bottom: 30px;
}

.plans-header h4 {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.plans-header p {
    color: var(--gray-600);
    font-size: 16px;
    margin-bottom: 0;
}

.plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.plan-card {
    background: #fff;
    border: 2px solid var(--gray-200);
    border-radius: var(--radius-md);
    padding: 30px 25px;
    position: relative;
    transition: all var(--transition-normal);
    height: fit-content;
}

.plan-card:hover {
    border-color: var(--primary-color);
    box-shadow: 0 10px 30px rgba(40, 54, 74, 0.15);
    transform: translateY(-5px);
}

.plan-popular {
    border-color: var(--primary-color);
    box-shadow: 0 15px 40px rgba(40, 54, 74, 0.2);
    transform: scale(1.05);
}

.popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-accent) 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 5px 15px rgba(40, 54, 74, 0.4);
}

.popular-badge i {
    margin-right: 5px;
    color: #ffd700;
}

.plan-header {
    text-align: center;
    margin-bottom: 25px;
}

.plan-name {
    color: var(--gray-700);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.plan-price {
    margin-bottom: 15px;
}

.plan-price .price {
    color: var(--primary-color);
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
}

.plan-price .period {
    color: var(--gray-600);
    font-size: 16px;
    font-weight: 500;
}

.plan-description {
    color: var(--gray-600);
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.5;
}

.plan-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.plan-features li {
    color: var(--gray-700);
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.plan-features li i {
    color: var(--success-color);
    font-size: 12px;
    width: 16px;
    flex-shrink: 0;
}

.plan-action {
    margin-top: 25px;
    text-align: center;
}

.plan-btn {
    background: var(--gray-50);
    color: var(--gray-700);
    border: 2px solid var(--gray-300);
    padding: 12px 30px;
    border-radius: var(--radius-md);
    font-weight: 600;
    font-size: 14px;
    cursor: not-allowed;
    transition: all var(--transition-normal);
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.plan-btn.btn-popular {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-accent) 100%);
    color: white;
    border-color: var(--primary-color);
    box-shadow: 0 8px 25px rgba(40, 54, 74, 0.3);
}

/* ========================================
   VEHICLE SELECTION STYLES - Admin Panel ile Uyumlu
   ======================================== */

.vehicle-types {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 20px;
}

.vehicle-option {
    position: relative;
    cursor: pointer;
    transition: all var(--transition-normal);
}

.vehicle-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.vehicle-option label {
    background: var(--gray-50);
    border: 2px solid var(--gray-300);
    border-radius: var(--radius-md);
    padding: 20px 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all var(--transition-normal);
    min-height: 120px;
    justify-content: center;
}

.vehicle-option:hover label {
    border-color: var(--primary-color);
    background: rgba(40, 54, 74, 0.05);
    transform: translateY(-2px);
}

.vehicle-option.selected label {
    border-color: var(--primary-color);
    background: rgba(40, 54, 74, 0.1);
    color: var(--primary-color);
    box-shadow: 0 8px 25px rgba(40, 54, 74, 0.15);
}

.vehicle-option i {
    font-size: 32px;
    color: var(--gray-600);
    transition: all var(--transition-normal);
}

.vehicle-option.selected i {
    color: var(--primary-color);
    transform: scale(1.1);
}

.vehicle-option span {
    font-weight: 600;
    font-size: 14px;
}

.vehicle-option small {
    font-size: 11px;
    color: var(--gray-600);
    margin-top: 5px;
}

.vehicle-details {
    margin-top: 20px;
}

.vehicle-types.is-invalid {
    border: 2px solid var(--danger-color);
    border-radius: var(--radius-md);
    padding: 10px;
    background: rgba(220, 53, 69, 0.05);
}

/* ========================================
   CONTRACTS STYLES - Admin Panel ile Uyumlu
   ======================================== */

.contracts-container {
    margin-top: 30px;
}

.contracts-title {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.contracts-subtitle {
    color: var(--gray-600);
    font-size: 14px;
    text-align: center;
    margin-bottom: 25px;
}

.contract-item {
    border: 2px solid var(--gray-200);
    border-radius: var(--radius-md);
    margin-bottom: 15px;
    overflow: hidden;
    transition: all var(--transition-normal);
}

.contract-item.contract-approved {
    border-color: var(--success-color);
    background: rgba(40, 167, 69, 0.05);
}

.contract-item.contract-error {
    border-color: var(--danger-color);
    background: rgba(220, 53, 69, 0.05);
    animation: shake 0.5s ease-in-out;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

.contract-header {
    background: var(--gray-50);
    padding: 15px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all var(--transition-normal);
    border-radius: var(--radius-md) var(--radius-md) 0 0;
}

.contract-header:hover {
    background: rgba(40, 54, 74, 0.05);
}

.contract-info {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.contract-info i {
    color: var(--primary-color);
    font-size: 20px;
    width: 24px;
    text-align: center;
}

.contract-info div h6 {
    color: var(--gray-700);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 3px;
}

.contract-info div small {
    color: var(--gray-600);
    font-size: 12px;
    line-height: 1.3;
}

.contract-toggle {
    color: var(--gray-600);
    font-size: 16px;
    transition: all var(--transition-normal);
}

.contract-content {
    background: white;
    border-radius: 0;
}

.contract-text {
    padding: 20px;
    max-height: 200px;
    overflow-y: auto;
    font-size: 13px;
    line-height: 1.6;
    color: var(--gray-700);
}

.contract-text h6 {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contract-text ul {
    margin: 0;
    padding-left: 20px;
}

.contract-text li {
    margin-bottom: 5px;
    color: var(--gray-600);
}

.contract-check {
    background: var(--gray-50);
    padding: 15px 20px;
    border-top: 1px solid var(--gray-200);
    border-radius: 0 0 var(--radius-md) var(--radius-md);
    display: flex;
    align-items: center;
    gap: 12px;
}

.contract-checkbox {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: var(--primary-color);
}

.contract-check label {
    font-size: 13px;
    font-weight: 600;
    color: var(--gray-700);
    cursor: pointer;
    margin-bottom: 0;
    flex: 1;
}

/* ========================================
   ENHANCED FORM STYLES - Admin Panel ile Uyumlu
   ======================================== */

.form-step {
    display: none;
}

.form-step.active {
    display: block;
    animation: slideInRight 0.3s ease-out;
}

.form-group-focused .form-label {
    color: var(--primary-color);
    transform: translateY(-2px);
}

.form-text {
    color: var(--gray-600);
    font-size: 12px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.form-text i {
    color: var(--primary-color);
}

.form-label.required::after {
    content: ' *';
    color: var(--danger-color);
    font-weight: 700;
}

/* ========================================
   ALERT STYLES - Admin Panel ile Uyumlu
   ======================================== */

.alert {
    border: none;
    border-radius: var(--radius-md);
    padding: 15px 20px;
    margin-bottom: 25px;
    font-weight: 600;
    animation: fadeInUp 0.5s ease-out;
    position: relative;
    border-left: 4px solid transparent;
}

.alert-success {
    background: rgba(40, 167, 69, 0.1);
    border-left-color: var(--success-color);
    color: var(--success-color);
}

.alert-warning {
    background: rgba(255, 193, 7, 0.1);
    border-left-color: var(--warning-color);
    color: #856404;
}

.alert-danger {
    background: rgba(220, 53, 69, 0.1);
    border-left-color: var(--danger-color);
    color: var(--danger-color);
}

.alert-info {
    background: rgba(23, 162, 184, 0.1);
    border-left-color: var(--info-color);
    color: var(--info-color);
}

.alert .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    color: inherit;
    opacity: 0.7;
    cursor: pointer;
    font-size: 18px;
    padding: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity var(--transition-fast);
}

.alert .btn-close:hover {
    opacity: 1;
}

/* ========================================
   CONTACT INFO STYLES - Admin Panel ile Uyumlu
   ======================================== */

.contact-info {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid var(--gray-200);
}

.contact-card {
    background: rgba(248, 249, 250, 0.8);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-md);
    padding: 25px;
    text-align: center;
}

.contact-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

.contact-header i {
    color: var(--primary-color);
    font-size: 24px;
}

.contact-header h5 {
    color: var(--gray-700);
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.contact-card p {
    color: var(--gray-600);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.contact-methods {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.contact-method {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 15px;
    border: 2px solid var(--primary-color);
    border-radius: var(--radius-md);
    transition: all var(--transition-normal);
}

.contact-method:hover {
    background: var(--primary-color);
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
}

/* ========================================
   CONSTRUCTION OVERLAY STYLES - Admin Panel ile Uyumlu
   ======================================== */

.construction-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
}

.construction-content {
    background: #ffffff;
    border: 1px solid var(--gray-200);
    box-shadow: var(--shadow-lg);
    border-radius: var(--radius-lg);
    padding: 50px 40px;
    text-align: center;
    max-width: 500px;
    width: 100%;
    position: relative;
}

.construction-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.construction-icon {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 32px;
    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.3);
    animation: pulse 2s infinite;
}

.construction-content h3 {
    color: var(--gray-800);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.construction-content p {
    color: var(--gray-600);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.construction-contact {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.construction-btn {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: white;
    border: none;
    padding: 15px 25px;
    border-radius: var(--radius-md);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all var(--transition-normal);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
}

.construction-btn:hover {
    color: white;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 107, 53, 0.4);
}

.construction-btn-secondary {
    background: rgba(108, 117, 125, 0.1);
    color: var(--gray-600);
    border: 2px solid var(--gray-600);
    box-shadow: none;
}

.construction-btn-secondary:hover {
    background: var(--gray-600);
    color: white;
    border-color: var(--gray-600);
    box-shadow: 0 8px 25px rgba(108, 117, 125, 0.3);
}

/* ========================================
   RESPONSIVE STYLES - Admin Panel ile Uyumlu
   ======================================== */

@media (max-width: 768px) {
    .auth {
        padding: 110px 0 20px; /* Fixed header için uygun üst boşluk */
    }

    .auth-card {
        margin: 0 15px -20px 15px; /* Üst margin negatif, alt margin normal */
    }

    .auth-header {
        padding: 30px 20px 15px;
    }

    .auth-body {
        padding: 25px 20px;
    }

    .auth-navs {
        flex-direction: column;
    }

    .auth-navs .nav-link {
        border-bottom: none;
        border-right: 3px solid transparent;
    }

    .auth-navs .nav-link.active {
        border-right-color: var(--auth-nav-link-active-color);
        border-bottom-color: transparent;
    }

    .step-navigation {
        flex-direction: column;
        gap: 15px;
        text-align: center;
        padding: 20px 15px;
    }

    .btn-step {
        width: 100%;
        justify-content: center;
    }

    .step-info-text {
        order: -1;
    }

    .back-link {
        margin-top: 20px;
        padding-top: 15px;
    }

    .form-options {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .step-wrapper {
        gap: 5px;
        justify-content: space-between;
    }

    .step-group {
        min-width: 60px;
    }

    .step-connector {
        width: 18px;
        margin: 0 2px;
        margin-top: 21px;
    }

    .vehicle-types {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .vehicle-option label {
        min-height: 100px;
        padding: 15px 10px;
    }

    .vehicle-option i {
        font-size: 28px;
    }

    .plans-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .contact-methods {
        flex-direction: column;
        gap: 10px;
    }

    .contact-method {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .auth {
        padding: 90px 0 15px; /* Fixed header için uygun üst boşluk */
    }

    .auth-card {
        margin: 0 10px -20px 10px; /* Üst margin negatif, alt margin normal */
    }

    .auth-header {
        padding: 25px 15px 15px;
    }

    .auth-body {
        padding: 20px 15px;
    }

    .auth-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .auth-title {
        font-size: 24px;
    }

    .step-item {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }

    .step-label {
        font-size: 11px;
        max-width: 60px;
    }

    .step-wizard {
        padding: 20px 15px;
    }

    .step-connector {
        display: none;
    }

    .step-wrapper {
        flex-wrap: wrap;
        gap: 8px;
    }

    .step-group {
        min-width: 50px;
    }

    .step-navigation {
        gap: 10px;
        padding: 15px 10px;
    }

    .btn-step {
        padding: 10px 16px;
        font-size: 13px;
    }

    .back-link {
        margin-top: 15px;
        padding-top: 10px;
    }

    .construction-content {
        padding: 30px 20px;
        margin: 0 10px;
    }

    .construction-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .construction-content h3 {
        font-size: 22px;
    }

    .construction-contact {
        flex-direction: column;
        gap: 10px;
    }




}

/* ========================================
   DARK MODE STYLES - CSS Variables ile Yönetiliyor
   ======================================== */

/* Dark mode stilleri artık CSS variables ile yönetiliyor */
/* Tüm renkler .dark-mode selector'ında tanımlı */

/* Eski dark mode stilleri kaldırıldı - CSS variables ile yönetiliyor */

/* ========================================
   DARK MODE - CSS Variables ile Yönetiliyor
   ======================================== */

/* Dark mode stilleri artık CSS variables ile yönetiliyor */
/* Tüm renkler .dark-mode selector'ında tanımlı */

/* Eski dark mode stilleri kaldırıldı - CSS variables ile yönetiliyor */



/* ========================================
   ANIMATION STYLES - Admin Panel ile Uyumlu
   ======================================== */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.auth-card {
    animation: fadeInUp 0.6s ease-out;
}

.auth-icon {
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.auth-title {
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.auth-subtitle {
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

/* ========================================
   LOADING STATES - Admin Panel ile Uyumlu
   ======================================== */

.auth-btn.loading {
    pointer-events: none;
}

.auth-btn.loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-md);
}

/* ========================================
   ACCESSIBILITY IMPROVEMENTS - Admin Panel ile Uyumlu
   ======================================== */

.auth-btn:focus {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

.form-control:focus {
    outline: none;
}

.password-toggle:focus {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

/* ========================================
   FOOTER STYLES - Anasayfa ile Uyumlu (Ortak)
   ======================================== */

/* Footer auth sayfaları için ek margin */
.auth .footer {
    margin-top: 60px;
}

/* ========================================
   PRINT STYLES - Admin Panel ile Uyumlu
   ======================================== */

@media print {
    .auth::before,
    .auth-navs,
    .password-toggle,
    .saved-logins {
        display: none;
    }

    .auth-card {
        box-shadow: none;
        border: 1px solid #000;
    }

    .auth-btn {
        background: #000 !important;
        color: #fff !important;
    }
}
