:root {
    --bbe-ink: #102236;
    --bbe-muted: #607080;
    --bbe-line: #dfe5ea;
    --bbe-bg: #f5f7f9;
    --bbe-surface: #ffffff;
    --bbe-primary: #123d67;
    --bbe-primary-dark: #0b2a49;
    --bbe-accent: #f3a712;
    --bbe-radius: 14px;
    --bbe-shadow: 0 12px 34px rgba(16, 34, 54, .08);
    --bbe-width: 1320px;
}

body.bbe-site-suite-active {
    direction: rtl;
    color: var(--bbe-ink);
    background: var(--bbe-bg);
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    text-align: right;
}

body.bbe-site-suite-active *,
body.bbe-site-suite-active *::before,
body.bbe-site-suite-active *::after {
    box-sizing: border-box;
}

body.bbe-site-suite-active a { color: var(--bbe-primary); }
body.bbe-site-suite-active .col-full { max-width: var(--bbe-width); padding-left: 24px; padding-right: 24px; }
body.bbe-site-suite-active #primary { width: 100%; float: none; margin-left: 0; margin-right: 0; }
body.bbe-site-suite-active .widget-area { display: none; }

.bbe-shell { width: min(calc(100% - 48px), var(--bbe-width)); margin-inline: auto; }
.bbe-site-page { width: 100%; }
.bbe-section { padding: 64px 0; }
.bbe-eyebrow { display: inline-block; margin-bottom: 10px; color: var(--bbe-primary); font-size: 13px; font-weight: 800; letter-spacing: .02em; }
.bbe-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.bbe-section-heading h2,
.bbe-page-hero h1,
.bbe-home-hero h1 { margin: 0; color: var(--bbe-ink); font-weight: 800; line-height: 1.2; }
.bbe-section-heading h2 { font-size: clamp(26px, 3vw, 38px); }
.bbe-section-link { font-weight: 700; text-decoration: none; }
.bbe-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 10px; font-weight: 800; text-decoration: none !important; }
.bbe-btn--primary { color: #fff !important; background: var(--bbe-primary); }
.bbe-btn--primary:hover { background: var(--bbe-primary-dark); }
.bbe-btn--secondary { color: var(--bbe-primary) !important; background: #fff; border: 1px solid var(--bbe-line); }
.bbe-page-hero { padding: 58px 0; background: #eaf0f5; }
.bbe-page-hero h1 { font-size: clamp(32px, 5vw, 50px); }
.bbe-page-hero p { max-width: 680px; margin: 16px 0 0; color: var(--bbe-muted); font-size: 18px; line-height: 1.8; }

@media (max-width: 760px) {
    .bbe-shell { width: min(calc(100% - 30px), var(--bbe-width)); }
    .bbe-section { padding: 42px 0; }
    .bbe-section-heading { align-items: start; flex-direction: column; }
}
