/* =====================================================
   BD CONTACT PAGE
   ===================================================== */

.bd-contact-page { padding: 40px 0 80px; }

/* ── Hero ─────────────────────────────────────────── */
.bd-ct-hero { text-align: center; padding: 48px 0 40px; }
.bd-ct-hero-icon {
    width: 76px; height: 76px; border-radius: 50%;
    background: linear-gradient(135deg, #6366f1, #2563eb);
    color: #fff; font-size: 30px;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 18px;
    box-shadow: 0 12px 36px rgba(99,102,241,.28);
}
.bd-ct-hero h1 { font-size: 2.2rem; font-weight: 800; color: #0f172a; margin: 0 0 10px; }
.bd-ct-hero p  { color: #64748b; font-size: .95rem; }

/* ── Layout ───────────────────────────────────────── */
.bd-ct-layout {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 28px;
    margin-bottom: 32px;
}

/* ── Form card ────────────────────────────────────── */
.bd-ct-form-card {
    background: #fff; border-radius: 20px;
    padding: 36px; box-shadow: 0 4px 28px rgba(0,0,0,.07);
    border: 1px solid #f1f5f9;
}
.bd-ct-form-card h2 {
    font-size: 1.1rem; font-weight: 700; color: #0f172a;
    margin: 0 0 24px; display: flex; align-items: center; gap: 10px;
}
.bd-ct-form-card h2 i { color: #6366f1; }

.bd-ct-success {
    background: #d1fae5; border: 1px solid #a7f3d0;
    border-radius: 12px; padding: 16px 20px;
    display: flex; align-items: center; gap: 14px;
    margin-bottom: 20px;
}
.bd-ct-success i { font-size: 1.4rem; color: #059669; }
.bd-ct-success p { margin: 0; color: #065f46; font-weight: 600; }

.bd-ct-error {
    background: #fee2e2; border: 1px solid #fecaca;
    border-radius: 12px; padding: 13px 16px;
    color: #dc2626; font-size: .88rem; margin-bottom: 16px;
}

.bd-ct-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.bd-ct-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.bd-ct-field:last-child { margin-bottom: 0; }

.bd-ct-field label {
    font-size: .8rem; font-weight: 700; color: #475569;
    text-transform: uppercase; letter-spacing: .04em;
    display: flex; align-items: center; gap: 6px;
}
.bd-ct-field label i { color: #6366f1; }

.bd-ct-field input,
.bd-ct-field textarea {
    padding: 12px 16px;
    border: 1.5px solid #e2e8f0; border-radius: 12px;
    font-size: .9rem; color: #1e293b;
    transition: border-color .2s, box-shadow .2s;
    width: 100%; box-sizing: border-box;
    font-family: inherit;
}
.bd-ct-field input:focus,
.bd-ct-field textarea:focus {
    outline: none; border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99,102,241,.12);
}
.bd-ct-field textarea { resize: vertical; min-height: 140px; }

.bd-ct-submit {
    width: 100%; padding: 14px;
    background: linear-gradient(135deg, #6366f1, #2563eb);
    color: #fff; border: none; border-radius: 12px;
    font-size: .95rem; font-weight: 700; cursor: pointer;
    display: flex; align-items: center; justify-content: center; gap: 10px;
    transition: transform .2s, box-shadow .2s;
    box-shadow: 0 6px 20px rgba(99,102,241,.3);
    margin-top: 8px;
}
.bd-ct-submit:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(99,102,241,.38); }
.bd-ct-submit:disabled { opacity: .7; cursor: not-allowed; transform: none; }

/* ── Info sidebar ─────────────────────────────────── */
.bd-ct-info { display: flex; flex-direction: column; gap: 16px; }

.bd-ct-info-card {
    background: #fff; border-radius: 20px;
    padding: 28px; box-shadow: 0 4px 28px rgba(0,0,0,.07);
    border: 1px solid #f1f5f9;
}
.bd-ct-info-card h2 {
    font-size: 1rem; font-weight: 700; color: #0f172a;
    margin: 0 0 20px; display: flex; align-items: center; gap: 10px;
}
.bd-ct-info-card h2 i { color: #6366f1; }

.bd-ct-info-items { display: flex; flex-direction: column; gap: 16px; }
.bd-ct-info-item { display: flex; align-items: flex-start; gap: 14px; }
.bd-cti-icon {
    width: 44px; height: 44px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 16px; flex-shrink: 0;
}
.bd-cti-label { font-size: .74rem; font-weight: 700; color: #94a3b8; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 3px; }
.bd-cti-val { font-size: .9rem; color: #1e293b; text-decoration: none; font-weight: 600; line-height: 1.5; display: block; }
.bd-cti-val:hover { color: #6366f1; }

.bd-ct-quick {
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    border-radius: 16px; padding: 18px 20px;
    display: flex; align-items: center; gap: 14px;
}
.bd-ct-quick i { font-size: 1.5rem; color: #6366f1; }
.bd-ct-quick strong { display: block; color: #1e293b; font-size: .9rem; }
.bd-ct-quick p { margin: 3px 0 0; font-size: .8rem; color: #64748b; }

.bd-ct-wa-btn {
    display: flex; align-items: center; justify-content: center; gap: 10px;
    padding: 14px;
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: #fff; border-radius: 14px; font-weight: 700; font-size: .95rem;
    text-decoration: none;
    transition: transform .2s, box-shadow .2s;
    box-shadow: 0 6px 22px rgba(37,211,102,.3);
}
.bd-ct-wa-btn i { font-size: 1.3rem; }
.bd-ct-wa-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(37,211,102,.4); color: #fff; }

/* ── Map ──────────────────────────────────────────── */
.bd-ct-map {
    border-radius: 20px; overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,.07);
    margin-top: 8px;
}
.bd-ct-map iframe { width: 100% !important; height: 380px !important; display: block; border: none; }

/* ── Responsive ──────────────────────────────────── */
@media (max-width: 900px) {
    .bd-ct-layout { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .bd-ct-row { grid-template-columns: 1fr; }
    .bd-ct-form-card { padding: 24px 18px; }
}

/* ── Dark mode ───────────────────────────────────── */
body.dark-mode .bd-ct-form-card,
body.dark-mode .bd-ct-info-card { background: #1e293b; border-color: #334155; }
body.dark-mode .bd-ct-form-card h2,
body.dark-mode .bd-ct-info-card h2 { color: #f1f5f9; }
body.dark-mode .bd-ct-hero h1 { color: #f1f5f9; }
body.dark-mode .bd-ct-field input,
body.dark-mode .bd-ct-field textarea { background: #0f172a; border-color: #334155; color: #e2e8f0; }
body.dark-mode .bd-cti-val { color: #e2e8f0; }
body.dark-mode .bd-ct-quick { background: #0f172a; }
body.dark-mode .bd-ct-quick strong { color: #e2e8f0; }
