.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; }

/* Contact info card */
.contact-info-card {
    background: linear-gradient(135deg, #050b1a 0%, #0a1628 100%);
    border-radius: 24px;
    padding: 36px 32px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.contact-info-card::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: 40px 40px; pointer-events: none;
}
.contact-info-card-inner { position: relative; z-index: 1; }
.contact-info-card h3 { font-family: Yekan-Bakh-Bold; font-size: 22px; color: #fff; margin-bottom: 8px; }
.contact-info-card > .contact-info-card-inner > p { font-size: 14px; color: rgba(255,255,255,0.5); margin-bottom: 32px; line-height: 1.8; }
.contact-item { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 24px; }
.contact-icon {
    width: 48px; height: 48px; border-radius: 14px;
    background: rgba(0,105,188,0.2); border: 1px solid rgba(0,105,188,0.3);
    display: flex; align-items: center; justify-content: center;
    color: #54C2BA; font-size: 20px; flex-shrink: 0;
}
.contact-item-label { font-size: 12px; color: rgba(255,255,255,0.4); margin-bottom: 4px; display: block; }
.contact-item-val { font-family: Yekan-Bakh-Bold; font-size: 15px; color: #fff; display: block; }
.contact-item-val a { color: #fff; text-decoration: none; transition: color .3s; direction: ltr; display: inline-block; }
.contact-item-val a:hover { color: #54C2BA; }
.contact-socials { display: flex; gap: 10px; margin-top: 32px; }
.contact-soc-btn {
    width: 40px; height: 40px; border-radius: 12px;
    background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1);
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.6); font-size: 16px;
    text-decoration: none; transition: all .3s;
}
.contact-soc-btn:hover { background: #0069BC; border-color: #0069BC; color: #fff; transform: translateY(-2px); }

/* Form card */
.contact-form-card {
    background: #f8fafd;
    border-radius: 24px;
    padding: 36px 32px;
    border: 1px solid rgba(0,105,188,0.1);
}
.contact-form-card h3 { 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: 18px; }
.form-group label { display: block; font-size: 13px; color: #5a6478; font-family: Yekan-Bakh-Bold; margin-bottom: 7px; }
.form-control {
    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-control:focus { border-color: #0069BC; box-shadow: 0 0 0 4px rgba(0,105,188,0.08); }
.form-control::placeholder { color: #b0b8cc; }
textarea.form-control { resize: vertical; min-height: 130px; }
.form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%230069BC' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 16px center;
}
.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 section */
.contact-map { padding: 0 0 80px; background: #fff; }
.map-wrap { border-radius: 20px; overflow: hidden; height: 380px; border: 1px solid rgba(0,105,188,0.1); }
.map-wrap iframe { width: 100%; height: 100%; border: none; display: block; }
