.browse-hero-section {
    background-color: #1a2542;
    padding: 100px 0 80px;
    color: white;
    text-align: center;
    background-image: radial-gradient(circle at top right, rgba(117, 79, 254, 0.15), transparent),
    radial-gradient(circle at bottom left, rgba(117, 79, 254, 0.1), transparent);
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.875rem;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.9);
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 1.1;
}

.hero-description {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 800px;
    margin: 0 auto;
}

.privacy-section {
    background-color: white;
}

.privacy-title {
    color: #92400e;
}

.privacy-description {
    color: #b45309;
}

.privacy-protected-box {
    background-color: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    gap: 20px;
    text-align: left;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.privacy-icon {
    width: 44px;
    height: 44px;
    background-color: white;
    border: 1px solid #fde68a;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d97706;
    flex-shrink: 0;
    font-size: 20px;
}

.search-filter-section {
    padding: 40px 0;
    background-color: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.filter-label {
    font-weight: 600;
    color: #1a2542;
    margin-bottom: 8px;
    display: block;
}

.form-control, .form-select {
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background-color: #f8fafc;
}

.form-control:focus, .form-select:focus {
    border-color: #754FFE;
    box-shadow: 0 0 0 0.25rem rgba(117, 79, 254, 0.1);
}

.request-card {
    background: white;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.request-card:hover {
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.card-badge {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 12px;
    margin-bottom: 16px;
}

.badge-buy {
    background-color: #eff6ff;
    color: #3b82f6;
}

.badge-sell {
    background-color: #f0fdf4;
    color: #22c55e;
}

.badge-service {
    background-color: #f5f3ff;
    color: #8b5cf6;
}

.badge-offer {
    background-color: #fff7ed;
    color: #f97316;
}

.badge-dd {
    background-color: #fef2f2;
    color: #ef4444;
}

.badge-verified {
    background-color: #f5f3ff;
    color: #7c3aed;
    border: 1px solid rgba(124, 58, 237, 0.2);
}

.card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a2542;
    margin-bottom: 16px;
    line-height: 1.3;
}

.card-description {
    font-size: 0.95rem;
    color: #64748b;
    margin-bottom: 20px;
    flex-grow: 1;
}

.card-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 0.875rem;
    color: #64748b;
    margin-bottom: 24px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-outline-primary {
    color: #754FFE;
    border-color: #754FFE;
    border-radius: 8px;
    font-weight: 600;
    padding: 10px;
    transition: all 0.2s;
}

.btn-outline-primary:hover {
    background-color: #754FFE;
    border-color: #754FFE;
    color: white;
}

.btn-primary-solid {
    background-color: #754FFE;
    border-color: #754FFE;
    color: white;
    border-radius: 8px;
    font-weight: 600;
    padding: 10px;
    margin-top: 12px;
}

.btn-primary-solid:hover {
    background-color: #6342d6;
    border-color: #6342d6;
    color: white;
}

.submit-link {
    display: block;
    text-align: center;
    margin-top: 16px;
    color: #64748b;
    text-decoration: none;
    font-size: 0.875rem;
}

.submit-link:hover {
    color: #754FFE;
}

.cta-section {
    background-color: #f8fafc;
    padding: 80px 0;
}

.cta-box {
    background: white;
    border-radius: 1em;
    padding: 2em;
    border: 1px solid #e2e8f0;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

[data-theme="dark"] .browse-hero-section {
    background-color: #0f172a;
}

[data-theme="dark"] .request-card, [data-theme="dark"] .cta-box, [data-theme="dark"] .search-filter-section, [data-theme="dark"] .cta-section, [data-theme="dark"] .privacy-section {
    background-color: #1e293b;
    border-color: #334155;
}

[data-theme="dark"] .cta-box, [data-theme="dark"] .privacy-protected-box {
    background-color: #0f172a;
    border-color: #334155;
}

[data-theme="dark"] .card-title, [data-theme="dark"] .filter-label, [data-theme="dark"] h2, [data-theme="dark"] .privacy-title {
    color: #f1f5f9 !important;
}

[data-theme="dark"] .text-muted, [data-theme="dark"] .privacy-description {
    color: #94a3b8 !important;
}

[data-theme="dark"] .privacy-icon {
    background-color: #1e293b;
    border-color: #334155;
    color: #f59e0b;
}

[data-theme="dark"] .form-control, [data-theme="dark"] .form-select {
    background-color: #0f172a;
    border-color: #334155;
    color: white;
}

[data-theme="dark"] .bg-light {
    background-color: #0f172a !important;
}
