/* ============================================================
   Pargar Academy — contact.css
   صفحه تماس — مو‌به‌مو مطابق دیزاین Claude Design
   ============================================================ */

.bm-ct-hero { position: relative; overflow: hidden; text-align: center; padding: 60px 28px 36px; }
.bm-ct-hero-glow { position: absolute; inset: 0; background: radial-gradient(620px 300px at 50% -10%, var(--bm-primary-soft), transparent 70%); pointer-events: none; }
.bm-ct-hero-box { position: relative; max-width: 640px; margin: 0 auto; }
.bm-ct-badge { display: inline-block; padding: 6px 14px; border-radius: 999px; background: var(--bm-primary-soft); color: var(--bm-primary); font-size: .78rem; font-weight: 700; margin-bottom: 18px; }
.bm-ct-hero h1 { margin: 0 0 14px; font-size: 2.4rem; font-weight: 800; letter-spacing: -.8px; line-height: 1.35; }
.bm-ct-hero p { margin: 0; font-size: 1.04rem; line-height: 1.95; color: var(--bm-text-sub); }

.bm-ct-info-sec { max-width: 1120px; padding: 14px 32px 30px; }
.bm-ct-info { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.bm-ct-info-card { background: var(--bm-surface); border: 1px solid var(--bm-border); border-radius: 18px; padding: 24px; box-shadow: var(--bm-shadow-sm); text-align: center; }
.bm-ct-info-ico { width: 50px; height: 50px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin: 0 auto 15px; }
.bm-ct-info-card h4 { margin: 0 0 7px; font-size: .92rem; font-weight: 800; }
.bm-ct-info-card p { margin: 0; font-size: .8rem; line-height: 1.85; color: var(--bm-text-sub); word-break: break-word; }

.bm-ct-main-sec { max-width: 1120px; padding: 20px 32px 40px; }
.bm-ct-main { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 26px; align-items: stretch; }
.bm-ct-form-card { background: var(--bm-surface); border: 1px solid var(--bm-border); border-radius: 22px; padding: 32px; box-shadow: var(--bm-shadow-sm); }
.bm-ct-form-card h2 { margin: 0 0 6px; font-size: 1.35rem; font-weight: 800; }
.bm-ct-form-sub { margin: 0 0 24px; font-size: .84rem; color: var(--bm-text-sub); line-height: 1.85; }
.bm-ct-form { display: flex; flex-direction: column; gap: 18px; }
.bm-ct-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.bm-ct-form label { display: block; font-size: .8rem; font-weight: 700; margin-bottom: 8px; }
.bm-ct-form input, .bm-ct-form textarea, .bm-ct-select { width: 100%; padding: 13px 15px; border: 1.5px solid var(--bm-border); border-radius: 12px; background: var(--bm-surface); color: var(--bm-text); font-family: inherit; font-size: .84rem; outline: none; }
.bm-ct-form input:focus, .bm-ct-form textarea:focus, .bm-ct-select:focus { border-color: var(--bm-primary); }
.bm-ct-form textarea { min-height: 120px; resize: none; line-height: 1.9; }
.bm-ct-select { cursor: pointer; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: left 15px center; }
.bm-ct-submit { padding: 15px; border: none; border-radius: 13px; background: var(--bm-primary); color: #fff; font-family: inherit; font-weight: 800; font-size: .98rem; cursor: pointer; box-shadow: 0 10px 24px rgba(79,70,229,.3); display: flex; align-items: center; justify-content: center; gap: 9px; }
.bm-ct-submit:hover { background: var(--bm-primary-hover); }
.bm-ct-success { padding: 16px; border-radius: 12px; background: var(--bm-success-soft); color: var(--bm-success); font-size: .88rem; font-weight: 600; display: flex; align-items: center; gap: 8px; }
.bm-ct-error { padding: 14px; border-radius: 12px; background: var(--bm-error-soft); color: var(--bm-error); font-size: .82rem; font-weight: 600; display: flex; align-items: center; gap: 8px; margin-bottom: 16px; }

.bm-ct-side { display: flex; flex-direction: column; gap: 18px; }
.bm-ct-map { flex: 1; min-height: 240px; border-radius: 22px; overflow: hidden; border: 1px solid var(--bm-border); box-shadow: var(--bm-shadow-sm); position: relative; background: linear-gradient(135deg, #E0E7FF, #C7D2FE); }
.bm-ct-map iframe { width: 100%; height: 100%; min-height: 240px; border: 0; display: block; }
.bm-ct-map-grid { position: absolute; inset: 0; opacity: .5; background-image: linear-gradient(var(--bm-border) 1px, transparent 1px), linear-gradient(90deg, var(--bm-border) 1px, transparent 1px); background-size: 32px 32px; }
.bm-ct-map-pin { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -100%); width: 44px; height: 44px; border-radius: 50% 50% 50% 0; background: var(--bm-primary); rotate: -45deg; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 16px rgba(79,70,229,.4); }
.bm-ct-map-pin span { width: 14px; height: 14px; border-radius: 50%; background: #fff; rotate: 45deg; }
.bm-ct-map-addr { position: absolute; bottom: 14px; right: 14px; left: 14px; background: color-mix(in srgb, var(--bm-surface) 92%, transparent); backdrop-filter: blur(6px); border-radius: 12px; padding: 12px 14px; display: flex; align-items: center; gap: 10px; }
.bm-ct-map-ico { width: 32px; height: 32px; border-radius: 9px; background: var(--bm-primary-soft); color: var(--bm-primary); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.bm-ct-map-addr > span:last-child { font-size: .8rem; color: var(--bm-text-sub); line-height: 1.7; }
.bm-ct-quick { background: var(--bm-surface); border: 1px solid var(--bm-border); border-radius: 18px; padding: 22px; box-shadow: var(--bm-shadow-sm); }
.bm-ct-quick h4 { margin: 0 0 14px; font-size: .92rem; font-weight: 800; }
.bm-ct-quick-list { display: flex; flex-direction: column; gap: 11px; }
.bm-ct-quick-list a { display: flex; align-items: center; gap: 12px; padding: 13px 16px; border-radius: 13px; color: #fff; font-weight: 700; font-size: .88rem; }
.bm-ct-quick-tg { background: #229ED9; }
.bm-ct-quick-wa { background: #25D366; }
.bm-ct-quick-list a:hover { opacity: .92; color: #fff; }

.bm-ct-faq-sec { max-width: 1120px; padding: 10px 32px 70px; }
.bm-ct-faq { background: var(--bm-surface); border: 1px solid var(--bm-border); border-radius: 22px; padding: 36px; box-shadow: var(--bm-shadow-sm); display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.bm-ct-faq-left { display: flex; align-items: center; gap: 18px; }
.bm-ct-faq-ico { width: 54px; height: 54px; border-radius: 16px; background: var(--bm-primary-soft); color: var(--bm-primary); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.bm-ct-faq-left h3 { margin: 0 0 5px; font-size: 1.15rem; font-weight: 800; }
.bm-ct-faq-left p { margin: 0; font-size: .84rem; color: var(--bm-text-sub); line-height: 1.8; }
.bm-ct-faq-btn { padding: 13px 28px; border: 1.5px solid var(--bm-primary); border-radius: 12px; background: transparent; color: var(--bm-primary); font-weight: 700; font-size: .9rem; white-space: nowrap; }
.bm-ct-faq-btn:hover { background: var(--bm-primary); color: #fff; }

@media (max-width: 980px) { .bm-ct-info { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 880px) { .bm-ct-main { grid-template-columns: 1fr; } }
@media (max-width: 560px) {
    .bm-ct-info { grid-template-columns: 1fr; }
    .bm-ct-form-row { grid-template-columns: 1fr; }
    .bm-ct-hero h1 { font-size: 1.8rem; }
    .bm-ct-faq { flex-direction: column; align-items: flex-start; }
}
