/* VehiLink Contact Page — White theme (matches About page) */

body.contact-page {
    background: #ffffff;
}

body.contact-page .site-header {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
}

.contact-hero {
    padding: 64px 0 48px;
    background: #ffffff;
    border-bottom: 1px solid #f1f5f9;
    text-align: center;
}

.contact-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ff0055;
    background: #fff5f8;
    border: 1px solid #ffd6e7;
    margin-bottom: 16px;
}

.contact-hero h1 {
    font-size: clamp(2rem, 4vw, 2.8rem);
    color: #0f172a;
    letter-spacing: -0.03em;
    margin-bottom: 14px;
}

.contact-hero p {
    font-size: 17px;
    color: #64748b;
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.7;
}

.contact-section {
    padding: 64px 0 88px;
    background: #f8fafc;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 32px;
    align-items: start;
}

.contact-form-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 16px 40px -16px rgba(15, 23, 42, 0.06);
}

.contact-form-card h2 {
    font-size: 20px;
    color: #0f172a;
    margin-bottom: 6px;
}

.contact-form-card > p {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 24px;
}

.contact-alert {
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 14px;
    margin-bottom: 20px;
    display: none;
}

.contact-alert.success {
    display: block;
    background: #ecfdf5;
    color: #059669;
    border: 1px solid #a7f3d0;
}

.contact-alert.error {
    display: block;
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
}

.contact-form .form-group {
    margin-bottom: 18px;
}

.contact-form .form-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 8px;
}

.contact-form .form-control {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    font-family: inherit;
    font-size: 14px;
    color: #0f172a;
    background: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form .form-control:focus {
    outline: none;
    border-color: #ff0055;
    box-shadow: 0 0 0 3px rgba(255, 0, 85, 0.1);
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 130px;
}

.contact-submit-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 24px;
    border: none;
    border-radius: 999px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    background: #ff0055;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin-top: 8px;
}

.contact-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(255, 0, 85, 0.3);
}

.contact-submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

/* Sidebar */
.contact-sidebar h3 {
    font-size: 18px;
    color: #0f172a;
    margin-bottom: 20px;
}

.contact-channels {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-channel-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-channel-item:hover {
    transform: translateY(-4px);
    border-color: #ffd6e7;
    box-shadow: 0 12px 28px rgba(255, 0, 85, 0.08);
}

.contact-channel-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 14px;
    background: #fff5f8;
    color: #ff0055;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.contact-channel-item:nth-child(2) .contact-channel-icon {
    background: #f5f3ff;
    color: #9333ea;
}

.contact-channel-item:nth-child(3) .contact-channel-icon {
    background: #ecfdf5;
    color: #10b981;
}

.contact-channel-item h4 {
    font-size: 15px;
    color: #0f172a;
    margin-bottom: 4px;
}

.contact-channel-item p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

.contact-privacy-box {
    margin-top: 24px;
    padding: 24px;
    background: #ffffff;
    border: 2px solid #ffd6e7;
    border-radius: 16px;
}

.contact-privacy-box h4 {
    font-size: 15px;
    color: #ff0055;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-privacy-box p {
    font-size: 13px;
    color: #64748b;
    line-height: 1.65;
    margin: 0;
}

/* Quick stats strip */
.contact-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 32px;
}

.contact-stat {
    text-align: center;
    padding: 20px 12px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
}

.contact-stat i {
    font-size: 22px;
    color: #ff0055;
    margin-bottom: 8px;
}

.contact-stat strong {
    display: block;
    font-size: 14px;
    color: #0f172a;
    margin-bottom: 2px;
}

.contact-stat span {
    font-size: 12px;
    color: #64748b;
}

@media (max-width: 992px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .contact-stats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .contact-hero { padding: 40px 0 32px; }
    .contact-section { padding: 40px 0 64px; }
    .contact-form-card { padding: 24px 20px; }
}
