.dd-hero-section {
    background-color: #1a2542;
    padding: 100px 0 80px;
    color: white;
    text-align: center;
}
.hero-icon-wrapper {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 24px;
}
.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.1;
}
.hero-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 800px;
    margin: 0 auto;
}
.section-padding {
    padding: 80px 0;
}
.guarantee-box {
    background-color: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}
.guarantee-icon {
    width: 40px;
    height: 40px;
    background-color: white;
    border: 1px solid #fde68a;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d97706;
    flex-shrink: 0;
}
.form-container {
    background: white;
    border-radius: 24px;
    padding: 60px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.form-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
}
.form-icon {
    color: #7c3aed;
    font-size: 24px;
}
.form-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a2542;
}
.form-subtitle {
    color: #64748b;
    margin-bottom: 32px;
}
.section-divider {
    height: 1px;
    background-color: #e2e8f0;
    margin: 40px 0;
}
.info-card {
    background: white;
    border-radius: 16px;
    padding: 32px;
    height: 100%;
    border: 1px solid #e2e8f0;
    text-align: center;
    transition: all 0.3s ease;
}
.info-icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 20px;
    border: 1px solid #e2e8f0;
    color: #7c3aed;
}
.secure-submission-box {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}
.secure-icon {
    color: #64748b;
    font-size: 18px;
    margin-top: 2px;
}

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

.guarantee-description {
    color: #b45309;
}

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

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

[data-theme="dark"] .form-title,
[data-theme="dark"] .form-label,
[data-theme="dark"] .info-card h4,
[data-theme="dark"] .info-card h6,
[data-theme="dark"] .guarantee-title {
    color: #f1f5f9 !important;
}

[data-theme="dark"] .form-subtitle,
[data-theme="dark"] .info-card p,
[data-theme="dark"] .secure-submission-box p,
[data-theme="dark"] .secure-submission-box h6,
[data-theme="dark"] .guarantee-description {
    color: #94a3b8 !important;
}

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

[data-theme="dark"] .guarantee-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"] .section-divider {
    background-color: #334155;
}

[data-theme="dark"] .info-icon-wrapper {
    background-color: #334155;
    border-color: #475569;
    color: #a78bfa;
}
