.verification-hero-section {
    background-color: #f8faff;
    padding: 100px 0 80px;
    text-align: center;
}
.hero-icon-wrapper {
    width: 60px;
    height: 60px;
    background-color: #f0edff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    color: #7c3aed;
    font-size: 24px;
}
.hero-title {
    font-size: 3rem;
    font-weight: 800;
    color: #1a2542;
    margin-bottom: 16px;
}
.hero-subtitle {
    font-size: 1.25rem;
    color: #64748b;
    max-width: 700px;
    margin: 0 auto;
}
.section-padding {
    padding: 80px 0;
}
.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1a2542;
    margin-bottom: 48px;
    text-align: center;
}
.pillar-card {
    background: white;
    border-radius: 16px;
    padding: 40px 32px;
    height: 100%;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}
.pillar-card:hover {
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}
.pillar-icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 20px;
}
.icon-blue { background-color: #eff6ff; color: #3b82f6; }
.icon-purple { background-color: #f5f3ff; color: #8b5cf6; }
.icon-pink { background-color: #fdf2f8; color: #ec4899; }

.process-container {
    max-width: 1000px;
    margin: 0 auto;
    background: white;
    border-radius: 24px;
    padding: 60px;
    border: 1px solid #e2e8f0;
}
.process-item {
    display: flex;
    gap: 24px;
    margin-bottom: 40px;
}
.process-item:last-child {
    margin-bottom: 0;
}
.process-number {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    background-color: #f5f3ff;
    color: #7c3aed;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.process-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 10px;
    background-color: #f5f3ff;
    color: #7c3aed;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.process-content h4 {
    font-weight: 700;
    color: #1a2542;
    margin-bottom: 8px;
}
.process-content p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 0;
}

.info-box {
    background-color: #f8faff;
    border-radius: 20px;
    padding: 40px;
    border: 1px solid #e2e8f0;
    margin-bottom: 30px;
}
.info-box-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a2542;
    margin-bottom: 24px;
}
.check-list-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 16px;
}
.check-icon {
    color: #7c3aed;
    margin-top: 4px;
}

.cta-section {
    padding: 100px 0;
    text-align: center;
}
.cta-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a2542;
    margin-bottom: 16px;
}
.cta-subtitle {
    font-size: 1.25rem;
    color: #64748b;
    margin-bottom: 40px;
}
.btn-primary-custom {
    background-color: #7c3aed;
    color: white;
    padding: 12px 32px;
    border-radius: 10px;
    font-weight: 600;
    border: none;
    transition: all 0.3s;
}
.btn-primary-custom:hover {
    background-color: #6d28d9;
    color: white;
}
.btn-outline-custom {
    background-color: transparent;
    color: #1a2542;
    padding: 12px 32px;
    border-radius: 10px;
    font-weight: 600;
    border: 1px solid #e2e8f0;
    transition: all 0.3s;
}
.btn-outline-custom:hover {
    background-color: #f8fafc;
}

/* Dark Theme Support */
[data-theme="dark"] .verification-hero-section {
    background-color: #0f172a;
}

[data-theme="dark"] .hero-title,
[data-theme="dark"] .section-title,
[data-theme="dark"] .pillar-card h3,
[data-theme="dark"] .process-content h4,
[data-theme="dark"] .info-box-title,
[data-theme="dark"] .cta-title,
[data-theme="dark"] .fw-bold {
    color: #f1f5f9;
}

[data-theme="dark"] .hero-subtitle,
[data-theme="dark"] .pillar-card p,
[data-theme="dark"] .process-content p,
[data-theme="dark"] .info-box p,
[data-theme="dark"] .check-list-item,
[data-theme="dark"] .cta-subtitle,
[data-theme="dark"] .text-muted {
    color: #94a3b8 !important;
}

[data-theme="dark"] .pillar-card,
[data-theme="dark"] .process-container,
[data-theme="dark"] .info-box {
    background-color: #1e293b;
    border-color: #334155;
}

[data-theme="dark"] .hero-icon-wrapper,
[data-theme="dark"] .process-number {
    background-color: #334155;
    color: #a78bfa;
}

[data-theme="dark"] .icon-blue { background-color: rgba(59, 130, 246, 0.1); color: #60a5fa; }
[data-theme="dark"] .icon-purple { background-color: rgba(139, 92, 246, 0.1); color: #a78bfa; }
[data-theme="dark"] .icon-pink { background-color: rgba(236, 72, 153, 0.1); color: #f472b6; }

[data-theme="dark"] .btn-outline-custom {
    color: #f1f5f9;
    border-color: #334155;
}
[data-theme="dark"] .btn-outline-custom:hover {
    background-color: #334155;
}
