:root {
    --primary: #FF6B35;
    --primary-dark: #e85520;
    --primary-light: #ff8c5a;
    --dark: #1a1a2e;
    --dark2: #16213e;
    --dark3: #0f3460;
    --text-light: #f8f9fa;
    --text-muted: #a0aab4;
    --border: rgba(255,255,255,0.1);
}

* { box-sizing: border-box; }

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #f5f6fa;
    color: #2d3436;
    margin: 0;
}

/* Navbar */
.navbar-brand .brand-text { color: #FF6B35; font-weight: 800; font-size: 1.4rem; }
.navbar-dark { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%) !important; border-bottom: 2px solid #FF6B35; }
.navbar-dark .nav-link { color: rgba(255,255,255,0.85) !important; font-weight: 500; transition: color .2s; }
.navbar-dark .nav-link:hover { color: #FF6B35 !important; }
.navbar-dark .nav-link.active { color: #FF6B35 !important; }

/* Hero */
.hero-section {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255,107,53,0.15) 0%, transparent 70%);
    border-radius: 50%;
}
.hero-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255,107,53,0.08) 0%, transparent 70%);
    border-radius: 50%;
}
.hero-content { position: relative; z-index: 2; }
.hero-title { font-size: 3.5rem; font-weight: 800; color: #fff; line-height: 1.2; }
.hero-title span { color: #FF6B35; }
.hero-subtitle { font-size: 1.3rem; color: rgba(255,255,255,0.7); margin: 20px 0 35px; }
.hero-badge { display: inline-block; background: rgba(255,107,53,0.2); color: #FF6B35; border: 1px solid rgba(255,107,53,0.4); border-radius: 30px; padding: 6px 18px; font-size: .9rem; font-weight: 600; margin-bottom: 20px; }

/* Buttons */
.btn-primary { background: #FF6B35; border-color: #FF6B35; font-weight: 600; }
.btn-primary:hover { background: #e85520; border-color: #e85520; }
.btn-outline-primary { color: #FF6B35; border-color: #FF6B35; font-weight: 600; }
.btn-outline-primary:hover { background: #FF6B35; border-color: #FF6B35; color: #fff; }
.btn-orange { background: #FF6B35; border: none; color: #fff; font-weight: 600; border-radius: 8px; padding: 10px 24px; }
.btn-orange:hover { background: #e85520; color: #fff; }

/* Cards */
.card { border: none; border-radius: 16px; box-shadow: 0 2px 20px rgba(0,0,0,0.08); }
.card-header { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); color: #fff; border-radius: 16px 16px 0 0 !important; padding: 16px 20px; }
.card-header h5, .card-header h6 { margin: 0; font-weight: 700; }

/* Stats cards */
.stat-card { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); color: #fff; border-radius: 16px; padding: 24px; transition: transform .2s, box-shadow .2s; border: none; }
.stat-card:hover { transform: translateY(-4px); box-shadow: 0 8px 30px rgba(255,107,53,0.2); }
.stat-card .stat-icon { width: 52px; height: 52px; background: rgba(255,107,53,0.2); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 16px; }
.stat-card .stat-value { font-size: 2rem; font-weight: 800; color: #FF6B35; }
.stat-card .stat-label { color: rgba(255,255,255,0.6); font-size: .9rem; margin-top: 4px; }

/* How it works section */
.how-section { background: #fff; padding: 100px 0; }
.step-card { text-align: center; padding: 40px 30px; border-radius: 20px; transition: transform .3s, box-shadow .3s; background: #f8f9fa; }
.step-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(255,107,53,0.15); }
.step-number { width: 70px; height: 70px; background: linear-gradient(135deg, #FF6B35, #e85520); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; font-weight: 800; color: #fff; margin: 0 auto 20px; box-shadow: 0 6px 20px rgba(255,107,53,0.4); }
.step-title { font-size: 1.2rem; font-weight: 700; margin-bottom: 12px; color: #1a1a2e; }
.step-desc { color: #636e72; line-height: 1.7; }

/* Benefits */
.benefits-section { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); padding: 100px 0; }
.benefit-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 30px; transition: border-color .3s, background .3s; }
.benefit-card:hover { border-color: #FF6B35; background: rgba(255,107,53,0.08); }
.benefit-icon { font-size: 2.5rem; margin-bottom: 16px; }
.benefit-title { color: #FF6B35; font-weight: 700; font-size: 1.1rem; margin-bottom: 10px; }
.benefit-desc { color: rgba(255,255,255,0.65); line-height: 1.7; font-size: .95rem; }

/* Section titles */
.section-title { font-size: 2.2rem; font-weight: 800; color: #1a1a2e; margin-bottom: 12px; }
.section-title.light { color: #fff; }
.section-subtitle { color: #636e72; font-size: 1.05rem; }
.section-subtitle.light { color: rgba(255,255,255,0.65); }
.title-line { display: inline-block; width: 60px; height: 4px; background: #FF6B35; border-radius: 2px; margin: 12px 0; }

/* Dashboard sidebar */
.dashboard-sidebar { background: linear-gradient(180deg, #1a1a2e 0%, #16213e 100%); min-height: 100vh; padding: 30px 0; }
.sidebar-menu { list-style: none; padding: 0 16px; margin: 0; }
.sidebar-menu li a { display: flex; align-items: center; gap: 12px; padding: 12px 16px; color: rgba(255,255,255,0.75); text-decoration: none; border-radius: 10px; font-weight: 500; transition: all .2s; margin-bottom: 4px; }
.sidebar-menu li a:hover, .sidebar-menu li a.active { background: rgba(255,107,53,0.2); color: #FF6B35; }
.sidebar-menu li a .icon { font-size: 1.1rem; width: 24px; text-align: center; }
.sidebar-brand { padding: 0 28px 30px; border-bottom: 1px solid rgba(255,255,255,0.1); margin-bottom: 20px; }

/* Tables */
.table-hover tbody tr:hover { background: rgba(255,107,53,0.05); }
.table th { background: #f8f9fa; font-weight: 700; color: #1a1a2e; border-bottom: 2px solid #FF6B35; font-size: .85rem; text-transform: uppercase; letter-spacing: .5px; }

/* Form styles */
.form-control:focus, .form-select:focus { border-color: #FF6B35; box-shadow: 0 0 0 0.25rem rgba(255,107,53,0.2); }
.form-label { font-weight: 600; color: #2d3436; font-size: .9rem; }
.form-section { background: #f8f9fa; border-radius: 12px; padding: 24px; margin-bottom: 20px; }
.form-section-title { font-weight: 700; color: #1a1a2e; margin-bottom: 16px; font-size: 1rem; padding-bottom: 8px; border-bottom: 2px solid #FF6B35; }

/* Step progress */
.step-progress { display: flex; flex-direction: column; gap: 12px; }
.step-item { display: flex; align-items: center; gap: 16px; padding: 16px 20px; background: #f8f9fa; border-radius: 12px; border: 2px solid #e9ecef; transition: border-color .2s; }
.step-item.completed { border-color: #28a745; background: #f0fff4; }
.step-item.active { border-color: #FF6B35; background: #fff5f0; }
.step-item.locked { opacity: .5; }
.step-num { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .9rem; flex-shrink: 0; }
.step-item.completed .step-num { background: #28a745; color: #fff; }
.step-item.active .step-num { background: #FF6B35; color: #fff; }
.step-item.locked .step-num { background: #dee2e6; color: #636e72; }
.step-info { flex: 1; }
.step-name { font-weight: 600; margin: 0; font-size: .95rem; }
.step-time { font-size: .8rem; color: #636e72; margin-top: 3px; }

/* Notification bell */
.notif-bell { position: relative; }
.notif-badge { position: absolute; top: -4px; right: -4px; background: #FF6B35; color: #fff; font-size: .65rem; font-weight: 700; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }

/* Upload zones */
.upload-zone { border: 2px dashed #dee2e6; border-radius: 12px; padding: 30px; text-align: center; transition: border-color .2s, background .2s; cursor: pointer; }
.upload-zone:hover { border-color: #FF6B35; background: #fff5f0; }
.upload-zone .upload-icon { font-size: 2.5rem; color: #dee2e6; }

/* Badges custom */
.badge { font-weight: 600; padding: 5px 10px; }

/* Alert custom */
.alert { border-radius: 12px; border: none; }
.alert-info { background: rgba(13,202,240,.1); color: #0dcaf0; }
.alert-success { background: rgba(25,135,84,.1); color: #198754; }
.alert-warning { background: rgba(255,193,7,.15); color: #856404; }
.alert-danger { background: rgba(220,53,69,.1); color: #dc3545; }

/* CTA section */
.cta-section { background: linear-gradient(135deg, #FF6B35 0%, #e85520 100%); padding: 80px 0; }

/* Footer */
.footer { background: #0a0a1a; color: rgba(255,255,255,0.6); padding: 50px 0 30px; }
.footer-brand { color: #FF6B35; font-size: 1.5rem; font-weight: 800; }
.footer-links a { color: rgba(255,255,255,0.5); text-decoration: none; display: block; margin-bottom: 8px; transition: color .2s; }
.footer-links a:hover { color: #FF6B35; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 20px; margin-top: 40px; }

/* Responsive */
@media (max-width: 768px) {
    .hero-title { font-size: 2.2rem; }
    .dashboard-sidebar { min-height: auto; }
}

/* Main content area */
.main-content { padding: 30px; }
.page-header { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); color: #fff; border-radius: 16px; padding: 24px 28px; margin-bottom: 24px; }
.page-header h1 { font-size: 1.6rem; font-weight: 800; margin: 0; }
.page-header .breadcrumb { margin: 8px 0 0; }
.page-header .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.4); }
.page-header .breadcrumb-item a { color: rgba(255,255,255,0.7); }
.page-header .breadcrumb-item.active { color: #FF6B35; }

/* Payment card */
.payment-card { background: linear-gradient(135deg, #1a1a2e, #16213e); color: #fff; border-radius: 16px; padding: 24px; border: 1px solid rgba(255,107,53,0.3); }
.payment-card .iban { font-family: monospace; font-size: 1.1rem; color: #FF6B35; background: rgba(255,107,53,0.1); padding: 10px 16px; border-radius: 8px; margin: 10px 0; letter-spacing: 1px; }

/* Report text */
.report-card { background: #fff; border-radius: 16px; padding: 24px; border: 1px solid #e9ecef; }
.report-text { white-space: pre-wrap; line-height: 1.8; color: #2d3436; }

/* Availability calendar */
.avail-date { display: inline-flex; align-items: center; gap: 8px; background: #f0fff4; border: 1px solid #28a745; color: #155724; border-radius: 8px; padding: 6px 14px; font-size: .9rem; font-weight: 600; margin: 4px; }
.avail-date .remove-btn { background: none; border: none; color: #dc3545; cursor: pointer; font-size: 1.1rem; padding: 0; line-height: 1; }

/* Earnings */
.earning-stat { background: linear-gradient(135deg, #1a1a2e, #16213e); color: #fff; border-radius: 16px; padding: 30px; text-align: center; }
.earning-stat .amount { font-size: 2.2rem; font-weight: 800; color: #FF6B35; }
.earning-stat .label { color: rgba(255,255,255,0.6); margin-top: 8px; font-size: .95rem; }

/* Declaration text */
.declaration-text { background: #f8f9fa; border: 1px solid #dee2e6; border-radius: 8px; padding: 20px; font-size: .9rem; line-height: 1.8; color: #495057; font-style: italic; }

/* Image gallery */
.photo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; }
.photo-item { border-radius: 10px; overflow: hidden; aspect-ratio: 4/3; background: #f0f0f0; }
.photo-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.photo-item:hover img { transform: scale(1.05); }

/* File list */
.file-list .file-item { display: flex; align-items: center; gap: 12px; padding: 12px 16px; background: #f8f9fa; border-radius: 10px; margin-bottom: 8px; }
.file-list .file-icon { font-size: 1.5rem; }
.file-list .file-info { flex: 1; }
.file-list .file-name { font-weight: 600; font-size: .9rem; }
.file-list .file-meta { font-size: .8rem; color: #636e72; }

/* Custom scrollbar */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: #FF6B35; border-radius: 3px; }
