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

.about-hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 15px;
}

.about-hero-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.8);
}

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

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

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

.about-icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.icon-blue {
    background-color: #f0f3ff;
    color: #4f46e5;
}

.icon-purple-circle {
    width: 44px;
    height: 44px;
    background-color: #f3f0ff;
    color: #754FFE;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    margin-right: 20px;
}

.what-finda-does-card {
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: flex-start;
}

.info-box-footer {
    background-color: #f3f0ff;
    border: 1px solid #dcd3ff;
    border-radius: 12px;
    padding: 30px;
    margin-top: 40px;
    color: #4b5563;
}

.trust-commitment-box {
    border: 2px solid #754FFE;
    border-radius: 16px;
    padding: 40px;
    position: relative;
}

.trust-badge-absolute {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 15px;
}

.trust-badge-icon {
    width: 48px;
    height: 48px;
    background-color: #f3f0ff;
    color: #754FFE;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.legal-partner-box {
    background-color: #f8f9fb;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
}

.check-icon {
    color: #754FFE;
    margin-right: 10px;
}

[data-theme="dark"] .section-padding:nth-child(odd),
[data-theme="dark"] .legal-partner-box {
    background-color: #0f172a;
}

[data-theme="dark"] .section-padding:nth-child(even) {
    background-color: #020617;
}

[data-theme="dark"] .what-finda-does-section {
    background-color: #020617 !important;
}

[data-theme="dark"] .about-card,
[data-theme="dark"] .what-finda-does-card,
[data-theme="dark"] .trust-commitment-box {
    background-color: #1e293b;
    border-color: #334155;
    color: #cbd5e1;
}

[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] .about-card h4,
[data-theme="dark"] .what-finda-does-card h4,
[data-theme="dark"] .legal-partner-box h3,
[data-theme="dark"] .trust-commitment-box h2 {
    color: white !important;
}

[data-theme="dark"] .fw-medium {
    color: #cbd5e1;
}

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

[data-theme="dark"] .info-box-footer {
    background-color: rgba(117, 79, 254, 0.1);
    border-color: rgba(117, 79, 254, 0.2);
    color: #cbd5e1;
}

[data-theme="dark"] .icon-blue,
[data-theme="dark"] .icon-purple-circle,
[data-theme="dark"] .icon-light-purple,
[data-theme="dark"] .trust-badge-icon {
    background-color: rgba(117, 79, 254, 0.1);
    color: #754FFE;
}

[data-theme="dark"] .trust-badge-absolute {
    background-color: transparent !important;
}
