.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: -80px; 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; }
.hero-search { display: flex; align-items: center; gap: 0; max-width: 500px; margin-top: 28px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: 50px; overflow: hidden; }
.hero-search input { flex: 1; background: none; border: none; padding: 13px 20px; font-size: 14px; color: #fff; outline: none; }
.hero-search input::placeholder { color: rgba(255,255,255,0.4); }
.hero-search button { background: #0069BC; border: none; padding: 13px 24px; color: #fff; font-size: 15px; cursor: pointer; transition: background .3s; }
.hero-search button:hover { background: #0050a0; }

/* FAQ section */
.faq-section { padding: 80px 0; background: #f8fafd; }
.faq-item {
    margin-bottom: 12px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(0,105,188,0.1);
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    transition: box-shadow .3s;
}
.faq-item:hover { box-shadow: 0 8px 30px rgba(0,105,188,0.1); }
.faq-btn {
    width: 100%; text-align: right; padding: 20px 24px;
    background: none; border: none;
    font-family: Yekan-Bakh-Bold; font-size: 15px; color: #1a2035;
    display: flex; align-items: center; gap: 16px; cursor: pointer;
    transition: color .3s;
}
.faq-btn:not(.collapsed) { color: #0069BC; }
.faq-icon {
    width: 36px; height: 36px; border-radius: 10px;
    background: rgba(0,105,188,0.08); display: flex; align-items: center; justify-content: center;
    color: #0069BC; font-size: 16px; flex-shrink: 0;
    transition: background .3s;
}
.faq-btn:not(.collapsed) .faq-icon { background: #0069BC; color: #fff; }
.faq-btn-text { flex: 1; }
.faq-arrow { color: #0069BC; font-size: 16px; transition: transform .3s; flex-shrink: 0; }
.faq-btn:not(.collapsed) .faq-arrow { transform: rotate(180deg); }
.faq-body-wrap { padding: 0 24px 20px 24px; }
.faq-body-inner { padding: 16px 20px; background: rgba(0,105,188,0.04); border-radius: 12px; font-size: 15px; color: #5a6478; line-height: 1.9; }
.faq-body-inner p { margin: 0; }

/* Contact mini */
.faq-contact { padding: 70px 0; background: #fff; }
.faq-contact-inner { display: flex; align-items: center; gap: 40px; background: linear-gradient(135deg, #050b1a, #0a1628); border-radius: 24px; padding: 48px; }
@media (max-width:768px) { .faq-contact-inner { flex-direction: column; padding: 32px; } }
.faq-contact-text h3 { font-family: Yekan-Bakh-Bold; font-size: 26px; color: #fff; margin-bottom: 10px; }
.faq-contact-text p { font-size: 15px; color: rgba(255,255,255,0.6); line-height: 1.8; margin: 0; }
.faq-contact-links { display: flex; gap: 16px; flex-wrap: wrap; flex-shrink: 0; }
.faq-contact-phone { display: inline-flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); color: #fff; padding: 13px 24px; border-radius: 50px; font-family: Yekan-Bakh-Bold; font-size: 15px; text-decoration: none; transition: all .3s; direction: ltr; }
.faq-contact-phone:hover { background: rgba(255,255,255,0.14); color: #fff; }
.faq-contact-btn { display: inline-flex; align-items: center; gap: 10px; background: #0069BC; color: #fff; padding: 13px 28px; border-radius: 50px; font-family: Yekan-Bakh-Bold; font-size: 15px; text-decoration: none; transition: all .3s; box-shadow: 0 8px 24px rgba(0,105,188,.4); white-space: nowrap; }
.faq-contact-btn:hover { background: #0050a0; transform: translateY(-2px); color: #fff; }
