/* ===== HERO ===== */
.page-hero {
    background: linear-gradient(135deg, #050b1a 0%, #0a1628 60%, #0d1f3c 100%);
    padding: 140px 0 90px; position: relative; overflow: hidden;
}
.page-hero::before {
    content: ''; position: absolute; inset: 0;
    background-image: linear-gradient(rgba(0,105,188,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(0,105,188,0.06) 1px, transparent 1px);
    background-size: 56px 56px; pointer-events: none;
}
.page-hero-blob { position: absolute; border-radius: 50%; filter: blur(100px); pointer-events: none; }
.page-hero-blob-1 { width: 600px; height: 600px; background: radial-gradient(circle, rgba(0,105,188,0.18) 0%, transparent 70%); top: -200px; left: -100px; }
.page-hero-blob-2 { width: 400px; height: 400px; background: radial-gradient(circle, rgba(84,194,186,0.12) 0%, transparent 70%); bottom: -100px; right: 10%; }
.page-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.45); margin-bottom: 20px; }
.page-breadcrumb a { color: rgba(255,255,255,0.45); text-decoration: none; transition: color .3s; }
.page-breadcrumb a:hover { color: #54C2BA; }
.page-breadcrumb span { color: rgba(255,255,255,0.25); }
.page-hero-label { display: inline-flex; align-items: center; gap: 8px; background: rgba(0,105,188,0.15); border: 1px solid rgba(0,105,188,0.3); border-radius: 50px; padding: 6px 16px; font-size: 13px; color: #54C2BA; margin-bottom: 20px; }
.page-hero-title { font-family: Yekan-Bakh-Bold; font-size: clamp(32px, 5vw, 56px); color: #fff; line-height: 1.3; margin-bottom: 16px; }
.page-hero-title .gradient-text { background: linear-gradient(135deg, #0069BC, #54C2BA); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.page-hero-sub { font-size: 17px; color: rgba(255,255,255,0.6); max-width: 560px; line-height: 1.8; }

/* ===== CONTACT SECTION ===== */
.contact-section { padding: 80px 0; background: #fff; }

/* Info cards */
.contact-info-card {
    display: flex; align-items: flex-start; gap: 16px;
    background: #f8fafd;
    border: 1px solid rgba(0,105,188,0.1);
    border-radius: 16px;
    padding: 20px 24px;
    margin-bottom: 16px;
    transition: all .3s ease;
}
.contact-info-card:hover {
    border-color: rgba(0,105,188,0.25);
    box-shadow: 0 8px 28px rgba(0,105,188,0.09);
    transform: translateX(-4px);
}
.contact-info-icon {
    width: 48px; height: 48px; flex-shrink: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(0,105,188,0.1), rgba(84,194,186,0.08));
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; color: #0069BC;
}
.contact-info-text h6 { font-family: Yekan-Bakh-Bold; font-size: 14px; color: #1a2035; margin-bottom: 4px; }
.contact-info-text a { font-size: 15px; color: #0069BC; text-decoration: none; direction: ltr; display: inline-block; transition: color .3s; }
.contact-info-text a:hover { color: #0050a0; }
.contact-info-text p { font-size: 14px; color: #5a6478; margin: 0; line-height: 1.7; }

/* Socials */
.contact-socials { display: flex; gap: 10px; margin-top: 8px; }
.contact-social {
    width: 44px; height: 44px; border-radius: 13px;
    background: #f0f4f9; border: 1px solid rgba(0,105,188,0.12);
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; color: #5a6478;
    text-decoration: none; transition: all .3s;
}
.contact-social:hover { background: #0069BC; border-color: #0069BC; color: #fff; transform: translateY(-3px); }
.contact-social.ig:hover { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); border-color: transparent; }
.contact-social.tg:hover { background: #29a8e0; border-color: transparent; }

/* ===== FORM CARD ===== */
.contact-form-card {
    background: #f8fafd;
    border-radius: 24px;
    padding: 40px 36px;
    border: 1px solid rgba(0,105,188,0.1);
    height: 100%;
}
.contact-form-card h4 { font-family: Yekan-Bakh-Bold; font-size: 22px; color: #1a2035; margin-bottom: 6px; }
.contact-form-card > p { font-size: 14px; color: #7a8499; margin-bottom: 28px; }

.form-group { margin-bottom: 0; }
.form-label-cu { display: block; font-size: 13px; color: #5a6478; font-family: Yekan-Bakh-Bold; margin-bottom: 7px; }

.form-input {
    width: 100%; padding: 13px 16px;
    border: 1.5px solid rgba(0,105,188,0.15);
    border-radius: 12px;
    background: #fff; color: #1a2035; font-size: 14px;
    font-family: Yekan-Bakh-Regular;
    transition: border-color .3s, box-shadow .3s;
    outline: none;
}
.form-input:focus { border-color: #0069BC; box-shadow: 0 0 0 4px rgba(0,105,188,0.08); }
.form-input::placeholder { color: #b0b8cc; }
.form-textarea { resize: vertical; min-height: 130px; }

.submit-btn {
    width: 100%; padding: 14px;
    background: linear-gradient(135deg, #0069BC, #0050a0);
    color: #fff; border: none; border-radius: 14px;
    font-family: Yekan-Bakh-Bold; font-size: 16px;
    cursor: pointer; transition: all .3s;
    box-shadow: 0 8px 24px rgba(0,105,188,0.3);
    display: flex; align-items: center; justify-content: center; gap: 10px;
}
.submit-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(0,105,188,0.4); }
.submit-btn:disabled { opacity: .7; cursor: not-allowed; transform: none; }
.form-msg { display: none; padding: 12px 16px; border-radius: 12px; font-size: 14px; margin-top: 14px; }
.form-msg.success { display: block; background: rgba(34,197,94,0.1); border: 1px solid rgba(34,197,94,0.3); color: #16a34a; }
.form-msg.error   { display: block; background: rgba(239,68,68,0.1);  border: 1px solid rgba(239,68,68,0.3);  color: #dc2626; }

/* ===== MAP ===== */
.contact-map { padding: 0 0 80px; background: #fff; }
.map-frame {
    width: 100%; height: 380px;
    border: none; display: block;
    border-radius: 20px;
    border: 1px solid rgba(0,105,188,0.1);
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
}

/* ===== MINI FAQ ===== */
.contact-faq { padding: 80px 0; background: #f8fafd; }
.section-title { font-family: Yekan-Bakh-Bold; font-size: clamp(22px, 3vw, 34px); color: #1a2035; line-height: 1.4; margin-bottom: 8px; }
.section-title .accent { color: #0069BC; }

.faq-mini-item {
    background: #fff;
    border: 1px solid rgba(0,105,188,0.1);
    border-radius: 14px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: border-color .3s;
}
.faq-mini-item:has(.show) { border-color: rgba(0,105,188,0.25); }
.faq-mini-btn {
    width: 100%; display: flex; align-items: center; justify-content: space-between;
    padding: 16px 20px;
    background: none; border: none;
    font-family: Yekan-Bakh-Bold; font-size: 15px; color: #1a2035;
    cursor: pointer; text-align: right; gap: 12px;
    transition: color .3s;
}
.faq-mini-btn:hover { color: #0069BC; }
.faq-mini-btn i { font-size: 13px; color: #0069BC; flex-shrink: 0; transition: transform .3s; }
.faq-mini-btn[aria-expanded="true"] i,
.faq-mini-btn:not(.collapsed) i { transform: rotate(180deg); }
.faq-mini-body { padding: 0 20px 16px; font-size: 14px; color: #5a6478; line-height: 1.85; }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .contact-form-card { padding: 28px 22px; margin-top: 8px; }
    .contact-faq { padding: 60px 0; }
}
@media (max-width: 767px) {
    .contact-section { padding: 55px 0; }
    .contact-info-card:hover { transform: none; }
    .map-frame { height: 260px; }
}
