.hero-section {
    background-color: #1a2542;
    padding: 100px 0;
    color: white;
    text-align: center;
}

.hero-title {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.1;
}

.hero-title .text-primary {
    color: #754FFE !important;
}

.hero-subtitle {
    font-size: 1.25rem;
    max-width: 600px;
    margin: 20px auto 40px;
    color: rgba(255, 255, 255, 0.8);
}

.badge-pill-verified {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 5px 20px;
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    margin-bottom: 30px;
}

.btn-purple {
    background-color: #754FFE;
    color: white;
    border-radius: 8px;
    padding: 12px 30px;
    font-weight: 600;
}

.btn-purple:hover {
    background-color: #624BFF;
    color: white;
}

.btn-outline-light-custom {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    border-radius: 8px;
    padding: 12px 30px;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0.05);
}

.btn-outline-light-custom:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.how-it-works-section {
    padding: 80px 0;
    background-color: #f8f9fb;
}

.step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background-color: #754FFE;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    z-index: 10;
}

.step-card {
    border-radius: 12px;
    padding: 40px 30px 30px;
    height: 100%;
    text-align: center;
    border: 1px solid #eee;
    position: relative;
    transition: all 0.3s ease;
}

.step-card:hover {
    border-color: #754FFE;
    box-shadow: 0 10px 30px rgba(117, 79, 254, 0.1);
}

.step-icon {
    width: 60px;
    height: 60px;
    background-color: #f3f0ff;
    color: #754FFE;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 20px;
}

.featured-section {
    padding: 80px 0;
}

.request-card {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s;
    position: relative;
    overflow: hidden;
}

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

.tag-buy {
    background-color: #eef2ff;
    color: #4f46e5;
}

.tag-sell {
    background-color: #f0fdf4;
    color: #16a34a;
}

.tag-service {
    background-color: #fdf2ff;
    color: #9333ea;
}

.tag-offer {
    background-color: #fff7ed;
    color: #ea580c;
}

.badge-verified-sm {
    background-color: #f0fdf4;
    color: #16a34a;
    font-size: 0.75rem;
    padding: 4px 10px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
}

.ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 10;
}

.ribbon-verified {
    font: bold 10px sans;
    color: #fff;
    text-align: center;
    transform: rotate(45deg);
    position: relative;
    padding: 4px 0;
    top: 9px;
    /*left: -5px;*/
    width: 120px;
    background-color: #22c55e;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.trust-section {
    padding: 80px 0;
    text-align: center;
}

.testimonials-section {
    padding: 80px 0;
    background-color: #f8f9fb;
}

.testimonial-card {
    border-radius: 12px;
    padding: 24px;
    height: 100%;
    border: 1px solid #eee;
    transition: transform 0.2s;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.rating-stars {
    color: #754FFE;
    margin-bottom: 15px;
}

.testimonial-text {
    color: #4b5563;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.testimonial-author-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 12px;
}

.author-name {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 1rem;
}

.author-location {
    color: #6b7280;
    font-size: 0.8125rem;
}

.badge-verified-testimonial {
    color: #754FFE;
    font-size: 0.8125rem;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.tag-testimonial {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-top: 15px;
}

.tag-buy-product {
    background-color: #eef2ff;
    color: #4f46e5;
}

.tag-due-diligence {
    background-color: #fff1f2;
    color: #e11d48;
}

.tag-request-service {
    background-color: #f5f3ff;
    color: #7c3aed;
}

.tag-sell-product {
    background-color: #f0fdf4;
    color: #16a34a;
}

.tag-offer-service {
    background-color: #fff7ed;
    color: #ea580c;
}

.btn-outline-primary-custom {
    color: #754FFE;
    border: 1px solid #754FFE;
    background-color: transparent;
    transition: all 0.3s ease;
}

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

.trust-card {
    border-radius: 12px;
    padding: 40px;
    height: 100%;
    border: 1px solid #eee;
}

[data-theme="dark"] .how-it-works-section,
[data-theme="dark"] .testimonials-section {
    background-color: #0f172a;
}

[data-theme="dark"] .step-card,
[data-theme="dark"] .request-card,
[data-theme="dark"] .trust-section,
[data-theme="dark"] .testimonial-card,
[data-theme="dark"] .trust-card {
    background-color: #1e293b;
    border-color: #334155;
    color: #cbd5e1;
}

[data-theme="dark"] .how-it-works-section h2,
[data-theme="dark"] .featured-section h2,
[data-theme="dark"] .testimonials-section h2,
[data-theme="dark"] .trust-section h2,
[data-theme="dark"] .step-card h4,
[data-theme="dark"] .request-card h4,
[data-theme="dark"] .testimonial-card .author-name,
[data-theme="dark"] .trust-card h4 {
    color: white !important;
}

[data-theme="dark"] .step-icon {
    background-color: rgba(117, 79, 254, 0.1);
}

[data-theme="dark"] .request-card .bg-light {
    background-color: #334155 !important;
    color: #cbd5e1 !important;
}

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