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

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

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

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

.contact-info-card {
    border-radius: 12px;
    padding: 24px;
    height: 100%;
    border: 1px solid #f1f5f9;
    transition: transform 0.2s;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.contact-info-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.whatsapp-assistant-box {
    border: 2px solid #754FFE;
    border-radius: 16px;
    padding: 30px;
    height: 100%;
}

.contact-icon-wrapper {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.icon-green-light {
    background-color: #ecfdf5;
    color: #10b981;
}

.icon-purple-light {
    background-color: #f5f3ff;
    color: #7c3aed;
}

.message-form-container {
    border-radius: 16px;
    padding: 40px;
    border: 1px solid #e5e7eb;
    margin-top: 40px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.privacy-notice-box {
    background-color: #fffbeb;
    border: 1px solid #fcd34d;
    border-radius: 12px;
    padding: 24px;
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.privacy-icon-wrapper {
    width: 44px;
    height: 44px;
    background-color: transparent;
    color: #d97706;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
    margin-right: 20px;
}

.send-message-btn {
    background-color: #754FFE !important;
    border-color: #754FFE !important;
    border-radius: 12px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.whatsapp-btn {
    background-color: #25d366;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: background-color 0.2s;
}

.whatsapp-btn:hover {
    background-color: #128c7e;
    color: white;
}

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

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

[data-theme="dark"] .whatsapp-assistant-box,
[data-theme="dark"] .contact-info-card,
[data-theme="dark"] .message-form-container {
    background-color: #1e293b;
    border-color: #334155;
    color: #cbd5e1;
}

[data-theme="dark"] h3,
[data-theme="dark"] h5,
[data-theme="dark"] .contact-info-card h5 {
    color: white !important;
}

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

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

[data-theme="dark"] .bg-light.p-3 {
    background-color: rgba(117, 79, 254, 0.05) !important;
    border-color: rgba(117, 79, 254, 0.1) !important;
}

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

[data-theme="dark"] .form-control:focus {
    background-color: #0f172a;
    border-color: #754FFE;
    color: white;
}

[data-theme="dark"] .privacy-notice-box {
    background-color: rgba(245, 158, 11, 0.1);
    border-color: rgba(245, 158, 11, 0.2);
}
