.bq-org-page {
    --org-ink: #241a38;
    --org-muted: #6c6479;
    --org-blue: #7551bd;
    --org-blue-dark: #563695;
    --org-warm: #f3b44d;
    --org-soft: #f8f5fc;
    --org-border: #e6def0;
    color: var(--org-ink);
    direction: rtl;
    padding-bottom: 60px;
}

.bq-org-page *, .bq-org-page *:before, .bq-org-page *:after { box-sizing: border-box; }
.bq-org-page img { max-width: 100%; object-fit: cover; }
.bq-org-page a { text-decoration: none !important; }
.bq-org-container { width: min(1160px, calc(100% - 30px)); margin: 0 auto; }

.bq-org-breadcrumb {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 16px 0 10px;
    color: #758196;
    font-size: 12px;
}
.bq-org-breadcrumb a { color: #53637a; }

.bq-org-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #211735 0%, #402768 58%, #7551bd 100%);
    border-radius: 24px;
    color: #fff;
    padding: 48px;
    margin-bottom: 24px;
    box-shadow: 0 22px 55px rgba(64, 39, 104, .22);
}
.bq-org-hero:before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    left: -100px;
    top: -140px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .07);
}
.bq-org-hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 46px; align-items: center; }
.bq-org-eyebrow { display: inline-flex; align-items: center; gap: 7px; color: #ffd585; font-size: 13px; font-weight: 800; }
.bq-org-eyebrow:before { content: ""; width: 18px; height: 2px; background: var(--org-warm); }
.bq-org-hero h1 { margin: 12px 0 14px; font-size: clamp(28px, 3.3vw, 46px); line-height: 1.55; font-weight: 900; color: #fff; }
.bq-org-lead { margin: 0 0 22px; max-width: 640px; color: #eee7f8; font-size: 16px; line-height: 2; }
.bq-org-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 0 0 22px; padding: 0; list-style: none; }
.bq-org-facts li { min-height: 76px; padding: 12px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.13); border-radius: 13px; }
.bq-org-facts strong, .bq-org-facts span { display: block; }
.bq-org-facts strong { margin-bottom: 4px; color: #fff; font-size: 15px; }
.bq-org-facts span { color: #e2d9ee; font-size: 11px; line-height: 1.7; }
.bq-org-direct-phone { margin: 16px 0 0 !important; padding: 12px 14px; color: #352046; background: #f5effa; border: 1px solid #dfd0ec; border-radius: 12px; font-size: 13px; font-weight: 700; }
.bq-org-direct-phone a { display: inline-block; margin: 0 5px; color: #6d2d91; direction: ltr; font-size: 16px; font-weight: 900; text-decoration: none; }
.bq-org-direct-phone span { color: #6f6178; white-space: nowrap; }
.bq-org-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.bq-org-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 0; border-radius: 12px; font-size: 14px; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.bq-org-btn:hover, .bq-org-btn:focus { transform: translateY(-2px); }
.bq-org-btn-primary { background: var(--org-warm); color: #172033 !important; }
.bq-org-btn-ghost { border: 1px solid rgba(255,255,255,.3); color: #fff !important; background: rgba(255,255,255,.06); }

.bq-org-hero-media { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 180px 180px; gap: 10px; }
.bq-org-hero-media figure { position: relative; overflow: hidden; margin: 0; border-radius: 17px; background: #fff; }
.bq-org-hero-media figure:first-child { grid-row: 1 / 3; }
.bq-org-hero-media img { width: 100%; height: 100%; display: block; }
.bq-org-hero-media figcaption { position: absolute; right: 8px; bottom: 8px; left: 8px; padding: 7px 9px; border-radius: 8px; background: rgba(9, 20, 35, .78); color: #fff; font-size: 10px; line-height: 1.6; backdrop-filter: blur(4px); }

.bq-org-quick-note { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; margin-bottom: 42px; padding: 17px 22px; border: 1px solid #ddcef0; border-radius: 16px; background: #f7f2fc; }
.bq-org-quick-note strong { display: block; margin-bottom: 4px; color: #563695; }
.bq-org-quick-note p { margin: 0; color: #675c76; line-height: 1.9; font-size: 13px; }
.bq-org-telegram-tag { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; white-space: nowrap; padding: 8px 18px; color: #fff !important; background: var(--org-blue); border-radius: 11px; font-size: 12px; font-weight: 900; box-shadow: 0 8px 20px rgba(117, 81, 189, .22); transition: transform .2s ease, background .2s ease; }
.bq-org-telegram-tag:hover, .bq-org-telegram-tag:focus { color: #fff !important; background: var(--org-blue-dark); transform: translateY(-2px); }

.bq-org-section { margin: 52px 0; }
.bq-org-section-head { max-width: 760px; margin: 0 auto 28px; text-align: center; }
.bq-org-section-head span { color: var(--org-blue); font-size: 12px; font-weight: 900; }
.bq-org-section h2 { margin: 7px 0 9px; color: var(--org-ink); font-size: 27px; font-weight: 900; line-height: 1.6; }
.bq-org-section-head p { margin: 0; color: var(--org-muted); font-size: 14px; line-height: 2; }

.bq-org-choice-grid, .bq-org-product-grid, .bq-org-process-grid { display: grid; gap: 16px; }
.bq-org-choice-grid { grid-template-columns: 1fr 1fr; }
.bq-org-choice { padding: 25px; border: 1px solid var(--org-border); border-radius: 18px; background: #fff; box-shadow: 0 8px 28px rgba(38, 57, 82, .06); }
.bq-org-choice-number { display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 11px; background: #f0e8fa; color: var(--org-blue); font-weight: 900; }
.bq-org-choice h3 { margin: 14px 0 8px; font-size: 18px; font-weight: 900; }
.bq-org-choice p { margin: 0; color: var(--org-muted); line-height: 2; font-size: 13px; }

.bq-org-product-grid { grid-template-columns: repeat(3, 1fr); }
.bq-org-product { padding: 19px; border-radius: 16px; background: var(--org-soft); border: 1px solid #e8edf4; }
.bq-org-product strong { display: block; margin-bottom: 6px; font-size: 15px; }
.bq-org-product span { color: var(--org-muted); font-size: 12px; line-height: 1.8; }

.bq-org-portfolio { padding: 34px 28px; border: 1px solid #e8dff2; border-radius: 24px; background: linear-gradient(180deg, #fbf9fd 0%, #f5f0fa 100%); }
.bq-org-portfolio-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: -8px 0 24px; }
.bq-org-portfolio-tags span { padding: 7px 13px; border: 1px solid #dfd0f0; border-radius: 999px; color: #624694; background: rgba(255,255,255,.82); font-size: 11px; font-weight: 800; }
.bq-org-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; max-width: 1080px; margin: 0 auto; }
.bq-org-gallery figure { margin: 0; overflow: hidden; border-radius: 15px; background: #fff; border: 1px solid #e4dced; box-shadow: 0 8px 22px rgba(68, 43, 98, .07); transition: transform .22s ease, box-shadow .22s ease; }
.bq-org-gallery figure:hover { transform: translateY(-3px); box-shadow: 0 13px 28px rgba(68, 43, 98, .12); }
.bq-org-gallery img { display: block; width: 100%; height: 245px; padding: 8px; object-fit: contain !important; background: linear-gradient(145deg, #fff 0%, #faf8fc 100%); }
.bq-org-gallery figcaption { min-height: 56px; padding: 10px 12px; color: #51475d; border-top: 1px solid #f0eaf5; font-size: 11px; font-weight: 700; line-height: 1.8; }
.bq-org-proof { margin: 18px 0 0; text-align: center; color: #5d6878; font-size: 12px; line-height: 1.9; }

.bq-org-process-grid { grid-template-columns: repeat(4, 1fr); counter-reset: org-step; }
.bq-org-step { position: relative; padding: 23px 18px; border: 1px solid var(--org-border); border-radius: 16px; background: #fff; }
.bq-org-step:before { counter-increment: org-step; content: counter(org-step); display: grid; place-items: center; width: 31px; height: 31px; margin-bottom: 14px; border-radius: 50%; background: var(--org-ink); color: #fff; font-weight: 900; }
.bq-org-step strong { display: block; margin-bottom: 7px; }
.bq-org-step span { color: var(--org-muted); font-size: 12px; line-height: 1.9; }

.bq-org-form-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: 26px; align-items: stretch; padding: 36px; border-radius: 24px; background: linear-gradient(135deg, #241a38 0%, #422a68 100%); color: #fff; box-shadow: 0 18px 45px rgba(55, 34, 86, .14); }
.bq-org-form-copy { padding: 10px 5px; }
.bq-org-form-copy h2 { color: #fff; margin-top: 0; }
.bq-org-form-copy p { color: #c9d5e3; line-height: 2; }
.bq-org-form-copy ul { margin: 18px 0 0; padding: 0; list-style: none; }
.bq-org-form-copy li { margin: 9px 0; color: #dce5ef; font-size: 13px; }
.bq-org-form-copy li:before { content: "✓"; margin-left: 8px; color: #7fd4a0; font-weight: 900; }
.bq-org-form { padding: 25px; border-radius: 19px; background: #fff; color: var(--org-ink); }
.bq-org-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.bq-org-field { margin-bottom: 14px; }
.bq-org-field label, .bq-org-contact-label { display: block; margin-bottom: 7px; color: #27364b; font-size: 12px; font-weight: 800; }
.bq-org-field input, .bq-org-field textarea { width: 100%; border: 1px solid #d8e0ea; border-radius: 11px; background: #fbfcfe; padding: 12px 13px; color: #1c2a3c; font-size: 14px; }
.bq-org-field textarea { min-height: 86px; resize: vertical; line-height: 1.8; }
.bq-org-contact-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 15px; }
.bq-org-contact-option { position: relative; margin: 0; cursor: pointer; }
.bq-org-contact-option input { position: absolute; opacity: 0; pointer-events: none; }
.bq-org-contact-option span { display: block; padding: 11px 7px; border: 1px solid #d8e0ea; border-radius: 10px; color: #536175; background: #fff; text-align: center; font-size: 12px; font-weight: 800; }
.bq-org-contact-option input:checked + span { border-color: var(--org-blue); color: var(--org-blue); background: #f5effc; box-shadow: inset 0 0 0 1px var(--org-blue); }
.bq-org-submit { width: 100%; background: var(--org-warm); color: #182234; }
.bq-org-submit[disabled] { opacity: .65; cursor: wait; transform: none; }
.bq-org-form-status { display: none; margin: 13px 0 0; padding: 11px 12px; border-radius: 10px; font-size: 12px; line-height: 1.8; }
.bq-org-form-status.is-success { display: block; color: #176a3b; background: #eaf8f0; }
.bq-org-form-status.is-error { display: block; color: #9b2c2c; background: #fff0f0; }
.bq-org-hp {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.bq-org-privacy { display: block; margin-top: 9px; color: #7b8797; text-align: center; font-size: 10px; }

.bq-org-faq { max-width: 900px; margin-inline: auto; }
.bq-org-faq details { margin-bottom: 10px; border: 1px solid var(--org-border); border-radius: 13px; background: #fff; }
.bq-org-faq summary { cursor: pointer; padding: 16px 18px; font-weight: 800; font-size: 14px; }
.bq-org-faq p { margin: 0; padding: 0 18px 17px; color: var(--org-muted); line-height: 2; font-size: 13px; }
.bq-org-mobile-cta { display: none; }

@media (max-width: 991px) {
    .bq-org-hero { padding: 34px; }
    .bq-org-hero-grid, .bq-org-form-section { grid-template-columns: 1fr; }
    .bq-org-hero-media { grid-template-rows: 160px 160px; }
    .bq-org-gallery { grid-template-columns: repeat(3, 1fr); }
    .bq-org-gallery img { height: 225px; }
    .bq-org-process-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
    .bq-org-page { padding-bottom: 82px; }
    .bq-org-container { width: min(100% - 20px, 1160px); }
    .bq-org-breadcrumb { padding: 11px 2px 8px; }
    .bq-org-hero { padding: 25px 17px 18px; border-radius: 18px; }
    .bq-org-hero-grid { gap: 25px; }
    .bq-org-hero h1 { margin-top: 8px; font-size: 27px; line-height: 1.65; }
    .bq-org-lead { font-size: 14px; line-height: 1.95; }
    .bq-org-facts { grid-template-columns: 1fr; }
    .bq-org-facts li { min-height: auto; }
    .bq-org-hero-actions .bq-org-btn { width: 100%; }
    .bq-org-hero-media { grid-template-rows: 125px 125px; gap: 7px; }
    .bq-org-hero-media figure { border-radius: 11px; }
    .bq-org-quick-note { grid-template-columns: 1fr; gap: 10px; padding: 15px; }
    .bq-org-telegram-tag { width: fit-content; }
    .bq-org-section { margin: 40px 0; }
    .bq-org-section h2 { font-size: 22px; }
    .bq-org-choice-grid, .bq-org-product-grid, .bq-org-process-grid, .bq-org-form-row { grid-template-columns: 1fr; }
    .bq-org-choice { padding: 20px; }
    .bq-org-portfolio { padding: 22px 12px; }
    .bq-org-gallery { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
    .bq-org-gallery figure { min-width: 78%; scroll-snap-align: start; }
    .bq-org-gallery img { height: 265px; }
    .bq-org-form-section { padding: 22px 12px; border-radius: 18px; }
    .bq-org-form { padding: 19px 14px; }
    .bq-org-contact-options { grid-template-columns: 1fr; }
    .bq-org-mobile-cta { position: fixed; z-index: 999; right: 86px; bottom: 74px; left: 10px; display: flex; min-height: 49px; align-items: center; justify-content: center; border-radius: 13px; background: var(--org-warm); color: #162134 !important; box-shadow: 0 10px 30px rgba(13, 28, 47, .28); font-size: 14px; font-weight: 900; opacity: 0; pointer-events: none; transform: translateY(16px); transition: opacity .2s ease, transform .2s ease; }
    .bq-org-mobile-cta.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
}
