/* =========================================================
   BehzadKala — Native FAQ page
========================================================= */
.bk-faq-page,
.bk-faq-page * { box-sizing:border-box; }
.bk-faq-page {
    --bk-faq-blue:#1765dc;
    --bk-faq-blue-2:#236fe4;
    --bk-faq-navy:#0b2c5f;
    --bk-faq-text:#728198;
    --bk-faq-border:#dfe9f7;
    --bk-faq-soft:#f6f9fe;
    --bk-faq-soft-blue:#eef5ff;
    direction:rtl;
    overflow:hidden;
    background:#fff;
    color:var(--bk-faq-navy);
}
.bk-faq-page svg { width:1em;height:1em;display:block; }
.bk-faq-page a { text-decoration:none; }
.bk-faq-eyebrow {
    display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:6px 16px;
    border:1px solid #d8e6fa;border-radius:999px;background:#f2f7ff;color:var(--bk-faq-blue);
    font-size:12px;font-weight:800;line-height:1.6;
}
.bk-faq-button {
    display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:52px;padding:12px 22px;
    border:1px solid #d7e4f6;border-radius:13px;font-size:13px;font-weight:800;line-height:1.6;transition:.2s ease;
}
.bk-faq-button svg { width:19px;height:19px; }
.bk-faq-button--primary { border-color:var(--bk-faq-blue);background:var(--bk-faq-blue);color:#fff;box-shadow:0 12px 28px rgba(23,101,220,.16); }
.bk-faq-button--secondary { background:#fff;color:var(--bk-faq-blue); }
.bk-faq-button:hover,.bk-faq-button:focus-visible { transform:translateY(-1px);box-shadow:0 12px 26px rgba(14,58,123,.11); }

/* Hero */
.bk-faq-hero { padding:42px 24px 28px;background:linear-gradient(180deg,#fff 0,#fbfdff 100%); }
.bk-faq-hero__inner {
    width:min(1480px,100%);min-height:690px;margin:0 auto;padding:64px 78px;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(390px,.9fr);gap:74px;align-items:center;
    border:1px solid var(--bk-faq-border);border-radius:36px;background:radial-gradient(circle at 8% 18%,rgba(38,112,226,.10),transparent 28%),#fff;box-shadow:0 18px 58px rgba(30,66,116,.06);
}
.bk-faq-hero__content { text-align:right; }
.bk-faq-hero h1 { margin:26px 0 0;color:var(--bk-faq-navy);font-size:clamp(44px,4.6vw,70px);font-weight:900;line-height:1.48;letter-spacing:-1.2px; }
.bk-faq-hero h1 strong { color:var(--bk-faq-blue);font-weight:900; }
.bk-faq-hero__content>p { max-width:800px;margin:22px 0 0;color:#7b879a;font-size:16px;line-height:2.15; }
.bk-faq-search { max-width:770px;margin-top:28px; }
.bk-faq-search>label { display:block;margin:0 0 8px;color:var(--bk-faq-navy);font-size:12px;font-weight:800; }
.bk-faq-search__field { position:relative;display:flex;align-items:center;min-height:66px;border:1px solid #dbe6f6;border-radius:16px;background:#fff;box-shadow:0 9px 25px rgba(16,54,103,.05); }
.bk-faq-search__field input { width:100%;height:64px;padding:0 22px 0 64px;border:0!important;outline:0!important;background:transparent!important;color:#173760;font:inherit;font-size:15px;box-shadow:none!important; }
.bk-faq-search__field input::placeholder { color:#a5afbf; }
.bk-faq-search__field>span { position:absolute;left:20px;color:var(--bk-faq-blue);font-size:27px;pointer-events:none; }
.bk-faq-search>small { display:block;margin-top:8px;color:#9aa6b7;font-size:11px; }
.bk-faq-hero__actions { display:flex;flex-wrap:wrap;gap:10px;margin-top:25px; }
.bk-faq-search__status { min-height:26px;margin-top:12px;color:var(--bk-faq-blue);font-size:12px;font-weight:700; }

.bk-faq-topics { padding:26px;border:1px solid #dce7f6;border-radius:30px;background:rgba(255,255,255,.94);box-shadow:0 24px 60px rgba(14,51,102,.08); }
.bk-faq-topics__head { display:flex;align-items:center;gap:16px;padding:0 4px 20px;border-bottom:1px solid #e8eef7; }
.bk-faq-topics__icon { display:flex;align-items:center;justify-content:center;flex:0 0 62px;width:62px;height:62px;border-radius:18px;background:linear-gradient(145deg,#1765dc,#377fea);color:#fff;font-size:29px;box-shadow:0 12px 28px rgba(23,101,220,.20); }
.bk-faq-topics__head small,.bk-faq-section__title-wrap small,.bk-faq-support__content small { display:block;margin-bottom:3px;color:var(--bk-faq-blue);font-size:10px;font-weight:800; }
.bk-faq-topics__head strong { display:block;color:var(--bk-faq-navy);font-size:20px;font-weight:900;line-height:1.7; }
.bk-faq-topics__list { display:grid;gap:9px;margin-top:18px; }
.bk-faq-topics__list>a { display:grid;grid-template-columns:44px 1fr 22px;gap:11px;align-items:center;min-height:70px;padding:11px 14px;border:1px solid #e4ecf7;border-radius:14px;background:#fff;color:var(--bk-faq-navy);transition:.2s ease; }
.bk-faq-topics__list>a:hover,.bk-faq-topics__list>a:focus-visible { border-color:#bcd4f6;background:#f8fbff;transform:translateX(-2px); }
.bk-faq-topics__item-icon { display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:#eef5ff;color:var(--bk-faq-blue);font-size:21px; }
.bk-faq-topics__list strong { display:block;font-size:13px;font-weight:900;line-height:1.5; }
.bk-faq-topics__list small { display:block;margin-top:2px;color:#8b97a9;font-size:10px;line-height:1.7; }
.bk-faq-topics__list i { color:var(--bk-faq-blue);font-size:19px;font-style:normal; }
.bk-faq-topics>p { display:flex;gap:8px;align-items:flex-start;margin:18px 0 0;padding-top:15px;border-top:1px solid #e8eef7;color:#8794a6;font-size:10px;line-height:1.9; }
.bk-faq-topics>p svg { flex:0 0 16px;margin-top:2px;color:var(--bk-faq-blue); }

/* Shared headings */
.bk-faq-heading { max-width:1040px;margin:0 auto;text-align:center; }
.bk-faq-heading h2 { margin:20px 0 0;color:var(--bk-faq-navy);font-size:clamp(34px,3.6vw,53px);font-weight:900;line-height:1.55;letter-spacing:-.7px; }
.bk-faq-heading h2 strong { color:var(--bk-faq-blue); }
.bk-faq-heading p { margin:14px auto 0;color:#7c899c;font-size:15px;line-height:2; }

/* Shortcut strip */
.bk-faq-shortcuts { width:min(1460px,calc(100% - 48px));margin:0 auto;padding:68px 0 42px; }
.bk-faq-shortcuts__grid { display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:40px; }
.bk-faq-shortcuts__grid>a { display:grid;grid-template-columns:52px 1fr 22px;gap:13px;align-items:center;min-height:92px;padding:15px 18px;border:1px solid #e0e9f5;border-radius:18px;background:#fff;color:var(--bk-faq-navy);box-shadow:0 10px 30px rgba(26,61,110,.04);transition:.2s ease; }
.bk-faq-shortcuts__grid>a:hover,.bk-faq-shortcuts__grid>a:focus-visible { transform:translateY(-2px);border-color:#bed4f3;box-shadow:0 16px 34px rgba(23,101,220,.08); }
.bk-faq-shortcuts__grid>a>span { display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;background:#eef5ff;color:var(--bk-faq-blue);font-size:24px; }
.bk-faq-shortcuts__grid strong { display:block;font-size:14px;font-weight:900;line-height:1.6; }
.bk-faq-shortcuts__grid small { display:block;margin-top:3px;color:#8d99aa;font-size:10px;line-height:1.7; }
.bk-faq-shortcuts__grid i { color:var(--bk-faq-blue);font-size:18px;font-style:normal; }

/* FAQ category sections */
.bk-faq-section { scroll-margin-top:145px;padding:34px 24px 50px; }
.bk-faq-section:nth-of-type(even) { background:linear-gradient(180deg,#f8fbff 0,#f3f8ff 100%); }
.bk-faq-section__inner { width:min(1460px,100%);margin:0 auto;padding:38px 34px 44px;border:1px solid #e0e9f5;border-radius:30px;background:linear-gradient(135deg,#fff 0,#fff 68%,#f2f7ff 100%);box-shadow:0 15px 48px rgba(22,57,105,.05); }
.bk-faq-section__head { display:flex;align-items:center;justify-content:space-between;gap:24px;padding-bottom:28px;border-bottom:1px solid #e5edf7; }
.bk-faq-section__title-wrap { display:flex;align-items:center;gap:18px;min-width:0; }
.bk-faq-section__icon { display:flex;align-items:center;justify-content:center;flex:0 0 68px;width:68px;height:68px;border-radius:20px;background:linear-gradient(145deg,#1765dc,#367ee8);color:#fff;font-size:31px;box-shadow:0 12px 28px rgba(23,101,220,.19); }
.bk-faq-section__title-wrap h2 { margin:0;color:var(--bk-faq-navy);font-size:27px;font-weight:900;line-height:1.55; }
.bk-faq-section__title-wrap p { margin:5px 0 0;color:#8a96a8;font-size:11px;line-height:1.8; }
.bk-faq-section__head>a { display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;min-height:44px;padding:9px 15px;border:1px solid #d5e3f5;border-radius:12px;background:#fff;color:var(--bk-faq-blue);font-size:11px;font-weight:800; }
.bk-faq-section__head>a svg { width:16px;height:16px; }
.bk-faq-list { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px;margin-top:26px;align-items:start; }
.bk-faq-item { overflow:hidden;border:1px solid #e3eaf5;border-radius:14px;background:#fff;transition:.2s ease; }
.bk-faq-item[hidden] { display:none!important; }
.bk-faq-item[data-bk-search-match="true"] { border-color:rgba(23,101,220,.34);box-shadow:0 12px 30px rgba(23,101,220,.08); }
.bk-faq-item>button { width:100%;min-height:76px;margin:0;padding:11px 14px;display:grid;grid-template-columns:43px 1fr 38px;gap:12px;align-items:center;border:0;background:transparent;color:var(--bk-faq-navy);font:inherit;text-align:right;cursor:pointer; }
.bk-faq-item__number { display:flex;align-items:center;justify-content:center;width:43px;height:43px;border-radius:12px;background:#eaf3ff;color:var(--bk-faq-blue);font-size:10px;font-weight:900; }
.bk-faq-item>button strong { font-size:13px;font-weight:900;line-height:1.8; }
.bk-faq-item>button i { display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:#f1f6fd;color:var(--bk-faq-blue);font-style:normal;transition:.2s ease; }
.bk-faq-item>button i svg { width:18px;height:18px; }
.bk-faq-item.is-open { border-color:#c7dafa;box-shadow:0 13px 34px rgba(23,101,220,.07); }
.bk-faq-item.is-open>button i { transform:rotate(180deg);background:#e4efff; }
.bk-faq-item__answer { padding:0 69px 18px 56px; }
.bk-faq-item__answer p { margin:0;padding-top:14px;border-top:1px solid #edf1f7;color:#68788e;font-size:12px;line-height:2.05; }
.bk-faq-section[hidden] { display:none!important; }

/* Support */
.bk-faq-support { padding:36px 24px 86px;background:#fff; }
.bk-faq-support__inner { width:min(1250px,100%);margin:0 auto;padding:28px 32px;display:grid;grid-template-columns:68px 1fr auto;gap:20px;align-items:center;border:1px solid #d8e5f6;border-radius:24px;background:linear-gradient(135deg,#edf5ff,#e5f0ff); }
.bk-faq-support__icon { display:flex;align-items:center;justify-content:center;width:68px;height:68px;border-radius:20px;background:linear-gradient(145deg,#1765dc,#367ee8);color:#fff;font-size:31px; }
.bk-faq-support__content strong { display:block;color:var(--bk-faq-navy);font-size:22px;font-weight:900;line-height:1.55; }
.bk-faq-support__content p { margin:4px 0 0;color:#7d8a9d;font-size:11px;line-height:1.9; }
.bk-faq-support__actions { display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px; }

@media (max-width:1100px) {
    .bk-faq-hero__inner { grid-template-columns:1fr;gap:42px;padding:54px 48px; }
    .bk-faq-topics { width:min(620px,100%);margin:0 auto; }
    .bk-faq-shortcuts__grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .bk-faq-support__inner { grid-template-columns:64px 1fr; }
    .bk-faq-support__actions { grid-column:1/-1;justify-content:flex-start; }
}
@media (max-width:780px) {
    .bk-faq-hero { padding:16px 11px 22px; }
    .bk-faq-hero__inner { min-height:0;padding:34px 20px;border-radius:24px; }
    .bk-faq-hero__content { text-align:center; }
    .bk-faq-hero h1 { font-size:31px;line-height:1.7;letter-spacing:0; }
    .bk-faq-hero__content>p { font-size:13px;line-height:2; }
    .bk-faq-search { margin-inline:auto;text-align:right; }
    .bk-faq-search__field { min-height:56px; }
    .bk-faq-search__field input { height:54px;padding-right:15px;font-size:12px; }
    .bk-faq-hero__actions { display:grid;grid-template-columns:1fr; }
    .bk-faq-button { width:100%; }
    .bk-faq-topics { padding:18px 14px;border-radius:21px; }
    .bk-faq-topics__head strong { font-size:17px; }
    .bk-faq-topics__list>a { grid-template-columns:40px 1fr 18px;min-height:64px;padding:9px 10px; }
    .bk-faq-topics__item-icon { width:40px;height:40px; }
    .bk-faq-shortcuts { width:calc(100% - 22px);padding:44px 0 28px; }
    .bk-faq-heading h2 { font-size:29px;line-height:1.7; }
    .bk-faq-heading p { font-size:12px;line-height:2; }
    .bk-faq-shortcuts__grid { grid-template-columns:1fr;gap:9px;margin-top:28px; }
    .bk-faq-section { scroll-margin-top:115px;padding:18px 11px 30px; }
    .bk-faq-section__inner { padding:24px 14px 28px;border-radius:22px; }
    .bk-faq-section__head { align-items:flex-start;flex-direction:column;padding-bottom:22px; }
    .bk-faq-section__icon { flex-basis:54px;width:54px;height:54px;border-radius:16px;font-size:25px; }
    .bk-faq-section__title-wrap { align-items:flex-start;gap:12px; }
    .bk-faq-section__title-wrap h2 { font-size:20px; }
    .bk-faq-section__head>a { width:100%;justify-content:center; }
    .bk-faq-list { grid-template-columns:1fr;gap:9px;margin-top:18px; }
    .bk-faq-item>button { min-height:68px;grid-template-columns:38px 1fr 34px;gap:9px;padding:9px 10px; }
    .bk-faq-item__number { width:38px;height:38px; }
    .bk-faq-item>button strong { font-size:11.5px;line-height:1.9; }
    .bk-faq-item>button i { width:34px;height:34px; }
    .bk-faq-item__answer { padding:0 54px 15px 43px; }
    .bk-faq-item__answer p { font-size:11px; }
    .bk-faq-support { padding:20px 11px 60px; }
    .bk-faq-support__inner { grid-template-columns:52px 1fr;padding:20px 15px;border-radius:20px; }
    .bk-faq-support__icon { width:52px;height:52px;border-radius:15px;font-size:25px; }
    .bk-faq-support__content strong { font-size:17px; }
    .bk-faq-support__actions { display:grid;grid-template-columns:1fr;width:100%; }
}
@media (prefers-reduced-motion:reduce) {
    .bk-faq-page * { scroll-behavior:auto!important;transition:none!important; }
}
