/* BUILD 1.0.2 — 2026-09-10 · Babreka (babreka-widgets-for-elementor) */
/* =====================================================================
   0. TOKENS
   Hex values live ONLY in this :root block. The --e-global-color-bk_* entries
   are fallbacks for the Elementor Global Colors this plugin registers: when
   the kit defines them (on body.elementor-kit-N) the kit value wins, so a
   change in Site Settings → Global Colors re-tints every widget.
   ===================================================================== */
:root{
  --e-global-color-bk_blue_900:#0b3a80;
  --e-global-color-bk_blue_800:#0f4699;
  --e-global-color-bk_blue_700:#0250a7;
  --e-global-color-bk_blue_600:#1a56b0;
  --e-global-color-bk_navy:#1e3a8a;
  --e-global-color-bk_blue_100:#e6efff;
  --e-global-color-bk_yellow:#ffd700;
  --e-global-color-bk_yellow_400:#ffc81e;
  --e-global-color-bk_yellow_300:#f6c402;
  --e-global-color-bk_yellow_lime:#f3eb2c;
  --e-global-color-bk_yellow_gold:#f9d133;
  --e-global-color-bk_red_500:#ac3c26;
  --e-global-color-bk_red_600:#ac3a23;
  --e-global-color-bk_red_700:#902e1b;
  --e-global-color-bk_red_800:#803021;
  --e-global-color-bk_cream_100:#fbfae9;
  --e-global-color-bk_cream_200:#f8f2e0;
  --e-global-color-bk_cream_300:#f2ebd5;
  --e-global-color-bk_cream_400:#eee7d4;
  --e-global-color-bk_ink_900:#1f2937;
  --e-global-color-bk_ink_700:#374151;
  --e-global-color-bk_ink_500:#5b6472;
  --e-global-color-bk_white:#ffffff;
  --e-global-color-bk_border:#eceff3;
  --e-global-color-bk_sand:#e9d9a6;
  --e-global-color-bk_sand_light:#f1e1ac;
  /* raw colours that only appear inside one gradient / one field */
  --bk-raw-hero-clay-hi:#c04a30;
  --bk-raw-hero-clay-lo:#8f2d18;
  --bk-raw-hero-foxy-hi:#a8391f;
  --bk-raw-hero-foxy-lo:#6f2313;
  --bk-raw-rule-1:#7b1f2b;
  --bk-raw-rule-2:#c0492a;
  --bk-raw-rule-3:#e8801f;
  --bk-raw-required:#e11d48;
  --bk-raw-input-bg:#f7f8fa;
  --bk-raw-input-line:#e8eaee;
  --bk-raw-hairline:#e6e6e6;
}
:root,body{
  --bk-blue-900:var(--e-global-color-bk_blue_900);
  --bk-blue-800:var(--e-global-color-bk_blue_800);
  --bk-blue-700:var(--e-global-color-bk_blue_700);
  --bk-blue-600:var(--e-global-color-bk_blue_600);
  --bk-navy:var(--e-global-color-bk_navy);
  --bk-blue-100:var(--e-global-color-bk_blue_100);
  --bk-yellow-500:var(--e-global-color-bk_yellow);
  --bk-yellow-400:var(--e-global-color-bk_yellow_400);
  --bk-yellow-300:var(--e-global-color-bk_yellow_300);
  --bk-yellow-lime:var(--e-global-color-bk_yellow_lime);
  --bk-yellow-gold:var(--e-global-color-bk_yellow_gold);
  --bk-red-500:var(--e-global-color-bk_red_500);
  --bk-red-600:var(--e-global-color-bk_red_600);
  --bk-red-700:var(--e-global-color-bk_red_700);
  --bk-red-800:var(--e-global-color-bk_red_800);
  --bk-cream-100:var(--e-global-color-bk_cream_100);
  --bk-cream-200:var(--e-global-color-bk_cream_200);
  --bk-cream-300:var(--e-global-color-bk_cream_300);
  --bk-cream-400:var(--e-global-color-bk_cream_400);
  --bk-ink-900:var(--e-global-color-bk_ink_900);
  --bk-ink-700:var(--e-global-color-bk_ink_700);
  --bk-ink-500:var(--e-global-color-bk_ink_500);
  --bk-white:var(--e-global-color-bk_white);
  --bk-border-card:var(--e-global-color-bk_border);
  --bk-sand:var(--e-global-color-bk_sand);
  --bk-sand-light:var(--e-global-color-bk_sand_light);
  --bk-hairline:var(--bk-raw-hairline);

  /* translucent tints (rgba, no hex) */
  --bk-on-dark-90:rgba(255,255,255,.9);
  --bk-on-dark-88:rgba(255,255,255,.88);
  --bk-on-dark-82:rgba(255,255,255,.82);
  --bk-on-dark-75:rgba(255,255,255,.75);
  --bk-on-dark-22:rgba(255,255,255,.22);
  --bk-on-dark-16:rgba(255,255,255,.16);
  --bk-on-dark-14:rgba(255,255,255,.14);
  --bk-navy-88:rgba(30,58,138,.88);
  --bk-navy-18:rgba(30,58,138,.18);
  --bk-clay-ink-80:rgba(96,32,18,.8);
  --bk-ink-hover:rgba(0,0,0,.05);
  --bk-header-line:rgba(0,0,0,.06);
  --bk-modal-scrim:rgba(8,12,24,.86);

  /* type */
  --bk-font-display:"bk-lantex","Tajawal","bk-tajawal",system-ui,sans-serif;
  --bk-font-body:"Tajawal","bk-tajawal",system-ui,sans-serif;
  --bk-fs-hero:clamp(40px,5.6vw,84px);
  --bk-fs-hero-name:clamp(46px,6.4vw,96px);
  --bk-fs-h2:clamp(28px,3vw,46px);
  --bk-fs-h3:24px;
  --bk-fs-lead:clamp(17px,1.35vw,23px);
  --bk-fs-price:56px;
  --bk-fs-price-m:42px;

  /* spacing */
  --bk-container:1140px;
  --bk-container-wide:1300px;
  --bk-container-xwide:1560px;
  --bk-gutter:clamp(16px,4vw,40px);
  --bk-section-py:clamp(56px,7vw,110px);
  --bk-section-gap:clamp(28px,3.5vw,56px);
  --bk-grid-gap:clamp(18px,2vw,30px);
  --bk-nav-h:96px;

  /* radii */
  --bk-radius-xs:8px;
  --bk-radius-sm:12px;
  --bk-radius-lg:20px;
  --bk-radius-xl:28px;
  --bk-radius-2xl:36px;
  --bk-radius-pill:999px;

  /* shadows */
  --bk-shadow-xs:0 2px 6px rgba(16,24,40,.06);
  --bk-shadow-sm:0 4px 14px rgba(16,24,40,.07);
  --bk-shadow-md:0 10px 28px rgba(16,24,40,.10);
  --bk-shadow-lg:0 18px 44px rgba(16,24,40,.14);
  --bk-shadow-photo:0 22px 50px rgba(0,0,0,.28);
  --bk-shadow-action:0 8px 20px rgba(255,215,0,.35);
  --bk-shadow-action-dark:0 8px 20px rgba(15,70,153,.30);
  --bk-shadow-action-clay:0 8px 20px rgba(144,46,27,.30);
  --bk-shadow-tile:0 8px 18px rgba(255,215,0,.35);
  --bk-shadow-video-hover:0 0 0 6px rgba(255,215,0,.18),0 18px 44px rgba(16,24,40,.14);
  --bk-shadow-text:0 2px 12px rgba(0,0,0,.4);
  --bk-shadow-drop:drop-shadow(0 18px 26px rgba(0,0,0,.28));
  --bk-focus-ring:0 0 0 3px rgba(2,80,167,.12);

  /* signature washes — verbatim from tokens/effects.css */
  --bk-wash-hero-blue:radial-gradient(120% 110% at 50% 0%,var(--bk-blue-600) 0%,var(--bk-blue-800) 55%,var(--bk-blue-900) 100%);
  --bk-wash-hero-clay:radial-gradient(120% 110% at 50% 0%,var(--bk-raw-hero-clay-hi) 0%,var(--bk-red-600) 55%,var(--bk-raw-hero-clay-lo) 100%);
  --bk-wash-hero-foxy:radial-gradient(120% 110% at 50% 0%,var(--bk-raw-hero-foxy-hi) 0%,var(--bk-red-700) 55%,var(--bk-raw-hero-foxy-lo) 100%);
  --bk-wash-cream-fade:linear-gradient(180deg,var(--bk-cream-300) 0%,var(--bk-white) 100%);
  --bk-wash-paper-fade:linear-gradient(180deg,var(--bk-cream-100) 0%,var(--bk-white) 100%);
  --bk-wash-footer:linear-gradient(90deg,var(--bk-footer-a,var(--bk-yellow-lime)) 0%,var(--bk-footer-b,var(--bk-yellow-gold)) 100%);
  --bk-scrim-photo:linear-gradient(180deg,rgba(94,31,15,.72) 0%,rgba(94,31,15,.55) 55%,rgba(94,31,15,.80) 100%);
  --bk-grad-step-rule:linear-gradient(90deg,var(--bk-raw-rule-1) 0%,var(--bk-raw-rule-2) 45%,var(--bk-raw-rule-3) 78%,var(--bk-yellow-500) 100%);

  /* motion — verbatim from tokens/motion.css */
  --bk-ease-out:cubic-bezier(.16,.84,.44,1);
  --bk-ease-in-out:cubic-bezier(.65,.05,.36,1);
  --bk-ease-bounce:cubic-bezier(.34,1.56,.64,1);
  --bk-dur-fast:150ms;
  --bk-dur-base:250ms;
  --bk-dur-reveal:800ms;
}
/* page theme scopes (the design's .theme-blue / .theme-clay / .theme-foxy) */
.bk-theme-blue{--bk-theme-ink:var(--bk-navy)}
.bk-theme-clay{--bk-theme-ink:var(--bk-red-600)}
.bk-theme-foxy{--bk-theme-ink:var(--bk-red-700)}

/* =====================================================================
   1. HORIZONTAL-SCROLL DEFENSE (v7 baseline, all nine layers)
   ===================================================================== */
[class^="bk-"],[class*=" bk-"],
[class^="bk-"] *,[class*=" bk-"] *,
[class^="bk-"] *::before,[class*=" bk-"] *::before,
[class^="bk-"] *::after,[class*=" bk-"] *::after{box-sizing:border-box}
.bk-section,.bk-hero,.bk-offer,.bk-header,.bk-footer,.bk-contact,.bk-form{max-width:100%;overflow-x:hidden;overflow-x:clip}
[class^="bk-"][class*="-grid"] > *,
[class^="bk-"][class*="-row"] > *,
[class^="bk-"][class*="-cols"] > *,
.bk-form-field{min-width:0;max-width:100%}
[class^="bk-"] img,[class*=" bk-"] img,
[class^="bk-"] iframe,[class*=" bk-"] iframe,
[class^="bk-"] video,[class*=" bk-"] video{max-width:100%}
[class^="bk-"] input,[class*=" bk-"] input,
[class^="bk-"] textarea,[class*=" bk-"] textarea,
[class^="bk-"] select,[class*=" bk-"] select,
[class^="bk-"] button,[class*=" bk-"] button{max-width:100%}
[class^="bk-"] p,[class^="bk-"] a,[class^="bk-"] span,[class^="bk-"] li,
[class^="bk-"] [class*="email"],[class^="bk-"] [class*="phone"]{overflow-wrap:anywhere;word-break:break-word}
.bk-honeypot{position:absolute !important;left:-10000px !important;width:1px !important;height:1px !important;overflow:hidden !important}
.elementor-widget-bk-contact,.bk-contact,.bk-form-card,.bk-contact form{max-width:100%;overflow-x:hidden;overflow-x:clip}

/* =====================================================================
   2. DIRECTION + TYPE BASELINE (RTL Arabic site)
   ===================================================================== */
.bk-section,.bk-hero,.bk-offer,.bk-header,.bk-footer,.bk-modal{direction:rtl;text-align:right}
/* the design's body context (tokens/base.css → 400 16px/1.9 Tajawal), re-established per
   widget so the theme's body font/line-height never leaks into spacing */
.bk-section,.bk-hero,.bk-offer,.bk-header,.bk-footer{font-family:var(--bk-font-body);font-size:16px;line-height:1.9;font-weight:400}
.bk-modal,.bk-form,.bk-alert{font-family:var(--bk-font-body)}
[class^="bk-"] h1,[class^="bk-"] h2,[class^="bk-"] h3,[class^="bk-"] h4,[class^="bk-"] h5,[class^="bk-"] h6,
[class*=" bk-"] h1,[class*=" bk-"] h2,[class*=" bk-"] h3,[class*=" bk-"] h4{font-family:var(--bk-font-display);margin-block:0;text-transform:none;letter-spacing:0}
[class^="bk-"] p,[class*=" bk-"] p{margin:0}
.bk-ltr{direction:ltr;unicode-bidi:isolate;display:inline-block}
.bk-section a,.bk-hero a,.bk-offer a,.bk-header a,.bk-footer a{text-decoration:none;box-shadow:none}

/* icons — size & layout only, NEVER colour (colour is per component) */
[class^="bk-"][class*="-icon"],[class*=" bk-"][class*="-icon"]{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;line-height:1}
[class*="-icon"] > i,[class*="-icon"] > svg{line-height:1}
[class^="bk-"] .e-font-icon-svg,[class*=" bk-"] .e-font-icon-svg{width:1em;height:1em;fill:currentColor;display:block}
[class^="bk-"] .bk-svg,[class*=" bk-"] .bk-svg{width:1em;height:1em;display:block}

/* =====================================================================
   3. LAYOUT PRIMITIVES — band + 1140 container (the design's <Section>)
   ===================================================================== */
.bk-section{padding:var(--bk-section-py) var(--bk-gutter);position:relative}
.bk-container{max-width:var(--bk-container);margin:0 auto}
.bk-container--wide{max-width:var(--bk-container-wide)}
.bk-container--xwide{max-width:var(--bk-container-xwide)}
.bk-bg-white{background:var(--bk-white)}
.bk-bg-paper{background:var(--bk-wash-paper-fade)}
.bk-bg-cream{background:var(--bk-wash-cream-fade)}
.bk-bg-navy{background:var(--bk-navy);color:var(--bk-white)}
.bk-bg-clay{background:var(--bk-red-600);color:var(--bk-white)}
.bk-bg-foxy{background:var(--bk-red-800);color:var(--bk-white)}

/* =====================================================================
   4. BUTTONS (the design's <Button>) — doubled classes beat Hello Elementor
   ===================================================================== */
.bk-btn.bk-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;
  font-family:var(--bk-font-body);font-weight:800;font-size:16px;line-height:1;letter-spacing:0;text-transform:none;
  padding:14px 32px;border-radius:var(--bk-radius-pill);border:2px solid transparent;cursor:pointer;
  text-decoration:none;white-space:nowrap;text-align:center;
  transition:transform var(--bk-dur-base) var(--bk-ease-out),background var(--bk-dur-base) var(--bk-ease-out),box-shadow var(--bk-dur-base) var(--bk-ease-out),color var(--bk-dur-base) var(--bk-ease-out)}
.bk-btn.bk-btn{max-width:100%}
.bk-btn.bk-btn:hover{transform:translateY(-4px)}
.bk-btn.bk-btn:active{transform:scale(.97)}
.bk-btn.bk-btn--sm{padding:10px 22px;font-size:14px}
.bk-btn.bk-btn--md{padding:14px 32px;font-size:16px}
.bk-btn.bk-btn--lg{padding:18px 44px;font-size:18px}
.bk-btn.bk-btn--xl{padding:22px 58px;font-size:21px}
.bk-btn.bk-btn--block{width:100%;display:flex}
.bk-btn .bk-btn-icon{font-size:.85em}
.bk-btn .bk-btn-label{display:inline-block}
.bk-btn.bk-btn--primary,.bk-btn.bk-btn--primary:visited,.bk-btn.bk-btn--primary:focus{background:var(--bk-yellow-500);color:var(--bk-navy);box-shadow:var(--bk-shadow-action);border-color:transparent}
.bk-btn.bk-btn--primary:hover{background:var(--bk-yellow-400);color:var(--bk-navy)}
.bk-btn.bk-btn--dark,.bk-btn.bk-btn--dark:visited,.bk-btn.bk-btn--dark:focus{background:var(--bk-blue-700);color:var(--bk-white);box-shadow:var(--bk-shadow-action-dark);border-color:transparent}
.bk-btn.bk-btn--dark:hover{background:var(--bk-blue-600);color:var(--bk-white)}
.bk-btn.bk-btn--clay,.bk-btn.bk-btn--clay:visited,.bk-btn.bk-btn--clay:focus{background:var(--bk-red-700);color:var(--bk-white);box-shadow:var(--bk-shadow-action-clay);border-color:transparent}
.bk-btn.bk-btn--clay:hover{background:var(--bk-red-600);color:var(--bk-white)}
.bk-btn.bk-btn--outline,.bk-btn.bk-btn--outline:visited,.bk-btn.bk-btn--outline:focus{background:transparent;color:var(--bk-white);border-color:var(--bk-on-dark-75);box-shadow:none}
.bk-btn.bk-btn--outline:hover{background:var(--bk-on-dark-14);color:var(--bk-white)}

/* =====================================================================
   5. SECTION HEAD (badge → two-tone title → sub). Single-sourced rhythm.
   ===================================================================== */
.bk-shead.bk-shead{display:grid;gap:16px;justify-items:center;text-align:center;--bk-accent:var(--bk-yellow-500)}
.bk-shead.bk-shead--start{justify-items:start;text-align:right}
.bk-shead.bk-shead--accent-cream{--bk-accent:var(--bk-cream-200)}
.bk-badge.bk-badge{display:inline-flex;align-items:center;gap:8px;padding:7px 18px;border-radius:var(--bk-radius-pill);
  font-family:var(--bk-font-body);font-weight:700;font-size:14px;line-height:1;background:var(--bk-blue-100);color:var(--bk-blue-700)}
.bk-badge.bk-badge--cream{background:var(--bk-cream-200);color:var(--bk-red-600)}
.bk-badge.bk-badge--dark{background:var(--bk-on-dark-16);color:var(--bk-white)}
.bk-badge.bk-badge--yellow{background:var(--bk-yellow-500);color:var(--bk-navy)}
.bk-badge .bk-badge-icon{font-size:12px;color:inherit}
.bk-badge .bk-badge-text{display:inline-block;color:inherit}
.bk-shead .bk-shead-title{font-family:var(--bk-font-display);font-weight:700;font-size:var(--bk-fs-h2);line-height:1.45;
  color:var(--bk-theme-ink,var(--bk-navy));margin:0;white-space:pre-line;max-width:1000px}
.bk-shead.bk-shead--md .bk-shead-title{font-size:clamp(21px,1.9vw,30px);font-weight:600}
.bk-shead.bk-shead--sm .bk-shead-title{font-size:clamp(18px,1.6vw,26px);font-weight:600}
.bk-shead.bk-shead--xl .bk-shead-title{font-size:clamp(32px,3.6vw,54px)}
.bk-shead.bk-shead--dark .bk-shead-title{color:var(--bk-ink-900)}
.bk-shead.bk-shead--ondark .bk-shead-title{color:var(--bk-white)}
.bk-shead .bk-shead-sub{font-family:var(--bk-font-body);font-weight:400;font-size:16px;line-height:1.9;color:var(--bk-ink-500);max-width:780px;margin:0}
.bk-shead.bk-shead--ondark .bk-shead-sub{color:var(--bk-on-dark-82)}
/* HighlightWord — the accent word fades from the heading ink to the accent on scroll */
.bk-shead .bk-hl{color:inherit;transition:color 700ms var(--bk-ease-out) 150ms}
.bk-shead .bk-hl.is-on,html:not(.bk-js) .bk-shead .bk-hl{color:var(--bk-accent)}

/* =====================================================================
   6. HERO — radial wash, welcome line, typed name, lead, CTAs, stats, cue
   ===================================================================== */
.bk-hero.bk-hero{position:relative;overflow:hidden;color:var(--bk-white);text-align:center;
  padding:clamp(56px,7vw,104px) var(--bk-gutter) clamp(32px,3.4vw,52px);background:var(--bk-wash-hero-blue)}
.bk-hero.bk-hero--clay{background:var(--bk-wash-hero-clay)}
.bk-hero.bk-hero--foxy{background:var(--bk-wash-hero-foxy)}
.bk-hero .bk-hero-inner{max-width:var(--bk-container);margin:0 auto;display:grid;gap:clamp(20px,2.2vw,32px);justify-items:center}
.bk-hero .bk-hero-logo{height:var(--bk-hero-logo-h,clamp(72px,7vw,112px));width:auto;max-width:100%;display:block;margin:0 auto}
.bk-hero .bk-hero-logo-wrap{margin-bottom:calc(var(--bk-logo-gap,8px) - clamp(20px,2.2vw,32px))}
.bk-hero .bk-hero-titles{display:grid;gap:2px;justify-items:center}
.bk-hero .bk-hero-eyebrow{margin:0;color:var(--bk-white);font-family:var(--bk-font-display);font-weight:800;font-size:var(--bk-fs-hero);line-height:1.3;padding-bottom:.14em}
.bk-hero .bk-hero-name{display:inline-block;margin:0;color:var(--bk-yellow-500);font-family:var(--bk-font-display);font-weight:800;font-size:var(--bk-fs-hero-name);line-height:1.32;padding-bottom:.16em}
.bk-hero .bk-type{max-width:100%}
.bk-hero .bk-type-text{display:inline;color:inherit}
.bk-hero .bk-stat-num-icon{font-size:inherit;color:inherit}
.bk-hero .bk-type-caret{display:inline-block;width:3px;height:.9em;margin-inline-start:6px;vertical-align:-.1em;background:var(--bk-caret,var(--bk-yellow-500));animation:bk-caret 1s steps(1) infinite}
.bk-hero .bk-hero-lead{margin:0;max-width:820px;color:var(--bk-white);font-family:var(--bk-font-body);font-weight:700;font-size:var(--bk-fs-lead);line-height:1.8}
.bk-hero .bk-hero-lead-accent{color:var(--bk-yellow-500)}
.bk-hero .bk-hero-actions{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}
.bk-hero .bk-hero-stats-wrap{width:100%}
.bk-hero .bk-hero-stats{display:grid;grid-template-columns:repeat(var(--bk-stats,3),minmax(0,1fr));gap:20px;max-width:700px;margin:clamp(12px,2vw,26px) auto 0}
.bk-hero .bk-stat{display:grid;gap:8px;justify-items:center;text-align:center}
.bk-hero .bk-stat-num{color:var(--bk-yellow-500);font-family:var(--bk-font-display);font-weight:900;font-size:30px;line-height:1}
.bk-hero .bk-stat-label{color:var(--bk-white);font-family:var(--bk-font-body);font-weight:700;font-size:14px;line-height:1.4}
.bk-hero .bk-hero-cue{margin-top:clamp(10px,2vw,22px)}
.bk-hero .bk-cue-icon{display:inline-flex;color:var(--bk-yellow-500);font-size:34px;line-height:0;animation:bk-bounce 1.6s var(--bk-ease-in-out) infinite}

/* =====================================================================
   7. GAMES GRID (home) — photo + solid colour panel, 2-up
   ===================================================================== */
.bk-games .bk-games-grid{margin-top:var(--bk-section-gap);display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,440px),1fr));gap:clamp(26px,3.4vw,52px)}
.bk-games .bk-gcard{display:grid;gap:0;align-content:start;transition:transform var(--bk-dur-base) var(--bk-ease-out)}
.bk-games .bk-gcard:hover{transform:translateY(-6px)}
.bk-games .bk-gcard-img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;display:block;border-radius:var(--bk-radius-lg) var(--bk-radius-lg) 0 0;box-shadow:var(--bk-shadow-sm);transition:box-shadow var(--bk-dur-base) var(--bk-ease-out)}
.bk-games .bk-gcard:hover .bk-gcard-img{box-shadow:var(--bk-shadow-md)}
.bk-games .bk-gcard-panel{margin-top:-1px;border-radius:0 0 var(--bk-radius-xl) var(--bk-radius-xl);padding:clamp(24px,2.6vw,38px);box-shadow:var(--bk-shadow-md);background:var(--bk-blue-700);color:var(--bk-white)}
.bk-games .bk-gcard--yellow .bk-gcard-panel{background:var(--bk-yellow-400);color:var(--bk-navy)}
.bk-games .bk-gcard-title{font-family:var(--bk-font-display);font-weight:800;font-size:clamp(22px,2vw,30px);line-height:1.4;margin:0 0 14px;text-align:right;color:var(--bk-white)}
.bk-games .bk-gcard--yellow .bk-gcard-title{color:var(--bk-navy)}
.bk-games .bk-gcard-text{font-family:var(--bk-font-body);font-weight:400;font-size:16px;line-height:1.95;margin:0 0 24px;text-align:right;color:var(--bk-on-dark-88)}
.bk-games .bk-gcard--yellow .bk-gcard-text{color:var(--bk-navy-88)}
.bk-games .bk-gcard-points{list-style:none;padding:0;margin:0 0 28px;display:grid;gap:14px}
.bk-games .bk-gcard-point{display:flex;align-items:center;gap:12px;font-family:var(--bk-font-body);font-weight:700;font-size:16px;line-height:1.5;color:var(--bk-white);margin:0}
.bk-games .bk-gcard--yellow .bk-gcard-point{color:var(--bk-navy)}
.bk-games .bk-gcard-check-icon{color:var(--bk-yellow-500);font-size:19px}
.bk-games .bk-gcard--yellow .bk-gcard-check-icon{color:var(--bk-blue-700)}

/* =====================================================================
   8. FEATURES (home) — white hairline cards, swaying yellow tile
   ===================================================================== */
.bk-section.bk-features{padding-top:0;padding-bottom:0}
.bk-features .bk-features-grid{margin:var(--bk-section-gap) 0 var(--bk-section-py);display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,290px),1fr));gap:var(--bk-grid-gap)}
.bk-features .bk-fcard{height:100%;background:var(--bk-white);border:1px solid var(--bk-border-card);border-radius:var(--bk-radius-lg);padding:clamp(24px,2.2vw,32px);box-shadow:var(--bk-shadow-xs);
  transition:transform var(--bk-dur-base) var(--bk-ease-out),box-shadow var(--bk-dur-base) var(--bk-ease-out),border-color var(--bk-dur-base) var(--bk-ease-out)}
.bk-features .bk-fcard:hover{border-color:var(--bk-yellow-500);box-shadow:var(--bk-shadow-md);transform:translateY(-6px)}
.bk-tile{width:58px;height:58px;border-radius:var(--bk-radius-sm);background:var(--bk-yellow-500);display:grid;place-items:center;overflow:hidden;color:var(--bk-navy);font-size:24px;
  box-shadow:var(--bk-shadow-tile);animation:bk-tile-sway 4.5s var(--bk-ease-in-out) infinite}
.bk-features .bk-tile{margin-bottom:20px}
.bk-tile .bk-tile-img{width:100%;height:100%;object-fit:cover;display:block;max-width:none}
.bk-features .bk-fcard-title{font-family:var(--bk-font-display);font-weight:800;font-size:var(--bk-fs-h3);line-height:1.4;color:var(--bk-ink-900);margin:0 0 12px}
.bk-features .bk-fcard-text{font-family:var(--bk-font-body);font-weight:400;font-size:15px;line-height:1.9;color:var(--bk-ink-500);margin:0}

/* =====================================================================
   9. OFFER BAND + PRICE TAG — navy / cream / clay tones
   ===================================================================== */
.bk-offer.bk-offer{background:var(--bk-navy);padding:clamp(48px,6vw,96px) clamp(20px,5vw,90px);width:100%;margin:0;
  --bk-offer-ink:var(--bk-white);--bk-offer-accent:var(--bk-yellow-500);--bk-offer-body:var(--bk-white);
  --bk-was:var(--bk-white);--bk-ribbon-bg:var(--bk-white);--bk-ribbon-ink:var(--bk-navy)}
.bk-offer.bk-offer--cream{background:var(--bk-cream-200);--bk-offer-ink:var(--bk-navy);--bk-offer-body:var(--bk-navy);--bk-was:var(--bk-red-700);--bk-ribbon-bg:var(--bk-red-700);--bk-ribbon-ink:var(--bk-white)}
.bk-offer.bk-offer--clay{background:var(--bk-cream-200);--bk-offer-ink:var(--bk-red-700);--bk-offer-body:var(--bk-red-700);--bk-was:var(--bk-red-700);--bk-ribbon-bg:var(--bk-red-700);--bk-ribbon-ink:var(--bk-white)}
/* design used minmax(300px,1fr) — capped with min(100%,…) so 320px screens never scroll sideways */
.bk-offer .bk-offer-grid{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:clamp(28px,4vw,64px);align-items:center}
.bk-offer .bk-offer-copy{display:grid;gap:22px;justify-items:start}
.bk-offer .bk-offer-title{margin:0;line-height:1.2}
.bk-offer .bk-offer-l1{display:block;font-family:var(--bk-font-display);font-weight:900;font-size:clamp(40px,5vw,76px);line-height:1.2;color:var(--bk-offer-ink)}
.bk-offer .bk-offer-l2{display:block;font-family:var(--bk-font-display);font-weight:900;font-size:clamp(36px,4.5vw,68px);line-height:1.25;color:var(--bk-offer-ink)}
.bk-offer .bk-offer-accent{color:var(--bk-offer-accent)}
.bk-offer .bk-offer-text{font-family:var(--bk-font-body);font-weight:700;font-size:clamp(15px,1.15vw,18px);line-height:2;color:var(--bk-offer-body);margin:0;max-width:520px}
.bk-offer .bk-offer-img{width:min(100%,470px);height:auto;justify-self:start;border-radius:var(--bk-radius-lg);box-shadow:var(--bk-shadow-photo);object-fit:cover;display:block}
.bk-price{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.bk-price .bk-price-wrap{position:relative;padding-top:18px}
.bk-price .bk-price-ribbon{position:absolute;top:0;inset-inline-end:6px;z-index:2;background:var(--bk-ribbon-bg);color:var(--bk-ribbon-ink);border-radius:var(--bk-radius-pill);
  padding:6px 14px;font-family:var(--bk-font-body);font-weight:700;font-size:13px;line-height:1;white-space:nowrap;box-shadow:var(--bk-shadow-sm)}
.bk-price .bk-price-tag{background:var(--bk-yellow-500);color:var(--bk-navy);border-radius:var(--bk-radius-sm);padding:16px 34px;
  font-family:var(--bk-font-display);font-weight:900;font-size:var(--bk-fs-price);line-height:1;box-shadow:var(--bk-shadow-md);transform:rotate(-6deg)}
.bk-price.bk-price--wobble .bk-price-tag{animation:bk-wobble 3.2s var(--bk-ease-in-out) infinite}
@media (max-width:600px){
  .bk-price .bk-price-tag{font-size:var(--bk-fs-price-m);padding:13px 26px}
  .bk-price .bk-price-was{font-size:16px}
}
.bk-price .bk-price-was{font-family:var(--bk-font-display);font-weight:700;font-size:19px;line-height:1;color:var(--bk-was);text-decoration:line-through;text-decoration-thickness:2px}

/* =====================================================================
   10. HOW-TO-PLAY STEPS — ghost number + gradient rule drawn on hover
   ===================================================================== */
.bk-steps .bk-steps-grid{margin-top:var(--bk-section-gap);display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,235px),1fr));gap:var(--bk-grid-gap)}
.bk-steps .bk-steps-grid > .bk-reveal,.bk-showcase .bk-showcase-grid > .bk-reveal,.bk-contact .bk-contact-grid > .bk-reveal{display:grid}
.bk-steps .bk-step{position:relative;overflow:hidden;height:100%;background:var(--bk-white);border:1px solid var(--bk-border-card);border-radius:var(--bk-radius-lg);padding:clamp(22px,2vw,28px);box-shadow:var(--bk-shadow-xs);
  transition:transform var(--bk-dur-base) var(--bk-ease-out),box-shadow var(--bk-dur-base) var(--bk-ease-out),border-color var(--bk-dur-base) var(--bk-ease-out)}
.bk-steps .bk-step:hover{border-color:var(--bk-yellow-500);box-shadow:var(--bk-shadow-md);transform:translateY(-6px)}
.bk-steps .bk-step-rule{position:absolute;top:0;inset-inline-start:0;height:5px;width:0;background:var(--bk-grad-step-rule);transition:width 750ms var(--bk-ease-out)}
.bk-steps .bk-step:hover .bk-step-rule{width:100%}
.bk-steps .bk-step-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.bk-steps .bk-tile{width:56px;height:56px;flex:0 0 56px;font-size:22px}
.bk-steps .bk-step-num{font-family:var(--bk-font-display);font-weight:900;font-size:62px;line-height:1;color:var(--bk-yellow-500);opacity:.16;letter-spacing:-.02em}
.bk-steps .bk-step-title{font-family:var(--bk-font-display);font-weight:700;font-size:19px;line-height:1.45;color:var(--bk-theme-ink,var(--bk-navy));margin:0 0 10px}
.bk-steps .bk-step-text{font-family:var(--bk-font-body);font-weight:400;font-size:15px;line-height:1.9;color:var(--bk-ink-500);margin:0}

/* =====================================================================
   11. PHOTO BANNER — full-bleed photo, warm scrim, centred line + CTA
   ===================================================================== */
.bk-section.bk-banner-sec--compact{padding-top:clamp(40px,5vw,80px);padding-bottom:clamp(40px,5vw,80px)}
.bk-banner{position:relative;overflow:hidden;border-radius:var(--bk-radius-lg);min-height:var(--bk-banner-h,500px);
  background-image:var(--bk-scrim-photo),var(--bk-banner-img,none);background-position:center;background-size:cover;background-repeat:no-repeat;
  display:grid;place-items:center;padding:clamp(48px,6vw,96px) clamp(24px,5vw,80px)}
.bk-banner.bk-banner--square{border-radius:0}
.bk-banner .bk-banner-inner{width:100%;max-width:900px;justify-self:center;text-align:center;display:grid;gap:34px;justify-items:center}
.bk-banner .bk-banner-title,.bk-banner .bk-banner-text{text-align:center;width:100%}
@media (max-width:600px){
  .bk-banner{padding:36px 18px;--bk-banner-h:300px}
  .bk-banner .bk-banner-inner{gap:24px}
  .bk-banner .bk-btn.bk-btn{white-space:normal;padding:14px 26px;font-size:16px;line-height:1.3}
}
.bk-banner .bk-banner-title{font-family:var(--bk-font-display);font-weight:700;font-size:clamp(34px,4vw,64px);line-height:1.3;color:var(--bk-white);margin:0;text-shadow:var(--bk-shadow-text)}
.bk-banner .bk-banner-text{font-family:var(--bk-font-display);font-weight:700;font-size:clamp(20px,2.1vw,32px);line-height:1.85;color:var(--bk-white);margin:0;text-shadow:var(--bk-shadow-text)}

/* =====================================================================
   12. CARD SHOWCASE ("كروت اللعبة") — floating card art over a caption panel
   ===================================================================== */
.bk-showcase{--bk-card-img-w:min(320px,100%);--bk-img-sink:.16}
.bk-showcase.bk-showcase--front{--bk-img-sink:.17}
.bk-showcase .bk-showcase-grid{max-width:1040px;margin-inline:auto;margin-top:clamp(56px,6vw,96px);display:grid;grid-template-columns:minmax(0,1fr);gap:42px;align-items:stretch}
.bk-showcase.bk-showcase--front .bk-showcase-grid{margin-top:clamp(24px,3vw,44px)}
@media (min-width:768px){
  .bk-showcase .bk-showcase-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(22px,3vw,44px)}
  .bk-showcase.bk-showcase--tight .bk-showcase-grid{gap:clamp(20px,2.6vw,38px)}
}
.bk-showcase .bk-scard{margin:0;display:grid;justify-items:center;height:100%;grid-template-rows:auto 1fr;position:relative;z-index:1}
.bk-showcase .bk-scard--featured{z-index:2}
.bk-showcase .bk-scard-img{width:var(--bk-card-img-w);max-height:var(--bk-card-img-hmax,380px);object-fit:contain;height:auto;margin-bottom:calc(var(--bk-card-img-w) * var(--bk-img-sink) * -1);position:relative;z-index:0;display:block;
  filter:var(--bk-shadow-drop);animation:bk-float 5.5s var(--bk-ease-in-out) infinite;pointer-events:none}
.bk-showcase.bk-showcase--front .bk-scard-img{z-index:2}
.bk-showcase .bk-scard-cap{position:relative;z-index:1;width:100%;background:var(--bk-red-500);color:var(--bk-white);border-radius:var(--bk-radius-lg);
  padding:26px 22px;text-align:center;min-height:180px;display:grid;align-content:start;gap:12px;box-shadow:var(--bk-shadow-md);
  transition:transform var(--bk-dur-base) var(--bk-ease-out),box-shadow var(--bk-dur-base) var(--bk-ease-out)}
.bk-showcase .bk-scard--featured .bk-scard-cap{box-shadow:var(--bk-shadow-lg)}
.bk-showcase.bk-showcase--front .bk-scard-cap{padding:var(--bk-cap-top,26px) 22px 28px;align-content:start}
.bk-showcase .bk-scard:hover .bk-scard-cap{transform:translateY(-8px);box-shadow:var(--bk-shadow-lg)}
.bk-showcase .bk-scard-title{font-family:var(--bk-font-display);font-weight:700;font-size:23px;line-height:1.45;color:var(--bk-white);margin:0}
.bk-showcase .bk-scard-text{font-family:var(--bk-font-body);font-weight:400;font-size:15px;line-height:1.9;color:var(--bk-on-dark-90);margin:0}
.bk-showcase .bk-scard--yellow .bk-scard-cap{background:var(--bk-yellow-400)}
.bk-showcase .bk-scard--yellow .bk-scard-title{color:var(--bk-navy)}
.bk-showcase .bk-scard--yellow .bk-scard-text{color:var(--bk-navy-88)}
.bk-showcase .bk-scard--cream .bk-scard-cap{background:var(--bk-cream-200)}
.bk-showcase .bk-scard--cream .bk-scard-title{color:var(--bk-red-700)}
.bk-showcase .bk-scard--cream .bk-scard-text{color:var(--bk-clay-ink-80)}
.bk-showcase .bk-scard--blue .bk-scard-cap{background:var(--bk-blue-700)}
@media (max-width:767px){
  .bk-showcase{--bk-card-img-w:min(280px,84%);--bk-card-img-hmax:340px}
  .bk-showcase .bk-scard-cap{width:88%;min-height:0;padding:22px 18px 24px}
  .bk-showcase.bk-showcase--front .bk-scard-cap{padding-top:var(--bk-cap-top,20px)}
  .bk-showcase .bk-scard-title{font-size:21px}
}

/* =====================================================================
   13. CHALLENGE / TIPS BAND — copy + rule chips + video panel
   ===================================================================== */
.bk-chal{--bk-chal-accent:var(--bk-yellow-500)}
.bk-chal.bk-chal--clay{--bk-chal-accent:var(--bk-cream-200)}
.bk-chal .bk-chal-grid{margin-top:clamp(36px,4.5vw,64px);display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:clamp(44px,5.5vw,88px);align-items:center}
.bk-chal.bk-chal--tips .bk-chal-grid{margin-top:var(--bk-section-gap)}
.bk-chal .bk-chal-copy{display:grid;gap:22px;justify-items:start}
.bk-chal.bk-chal--tips .bk-chal-copy{gap:20px}
.bk-chal .bk-chal-title{margin:0;font-family:var(--bk-font-display);font-weight:900;font-size:clamp(26px,2.9vw,42px);line-height:1.4;color:var(--bk-chal-accent)}
.bk-chal.bk-chal--tips .bk-chal-title{font-size:clamp(28px,3.1vw,46px);line-height:1.35}
.bk-chal .bk-chal-sub{margin:0;font-family:var(--bk-font-display);font-weight:900;font-size:clamp(23px,2.5vw,38px);line-height:1.35;color:var(--bk-white)}
.bk-chal .bk-chal-text{margin:0;font-family:var(--bk-font-display);font-weight:700;font-size:clamp(18px,1.6vw,24px);line-height:1.95;color:var(--bk-white);max-width:580px}
.bk-chal.bk-chal--tips .bk-chal-text{font-family:var(--bk-font-body);font-weight:400;font-size:17px;line-height:2;color:var(--bk-on-dark-88);max-width:560px}
.bk-chal .bk-chips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,215px),1fr));gap:14px;width:100%}
.bk-chip{display:flex;align-items:center;gap:14px;background:var(--bk-yellow-300);color:var(--bk-red-800);border-radius:var(--bk-radius-sm);padding:12px 16px;min-height:68px;box-shadow:var(--bk-shadow-xs)}
.bk-chip.bk-chip--cream{background:var(--bk-cream-200);color:var(--bk-red-700)}
.bk-chip.bk-chip--blue{background:var(--bk-blue-700);color:var(--bk-white)}
.bk-chip .bk-chip-media{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;font-size:22px}
.bk-chip .bk-chip-img{width:100%;height:100%;object-fit:contain;display:block;max-width:none}
.bk-chip .bk-chip-text{font-family:var(--bk-font-body);font-weight:700;font-size:14px;line-height:1.5;color:inherit}
/* the five animated symbols (شمس · قمر · بحر · حجر · جزر) */
.bk-chal .bk-symbols-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,88px),1fr));gap:12px;width:100%}
.bk-symbol{display:grid;justify-items:center;gap:8px;background:var(--bk-on-dark-14);border-radius:var(--bk-radius-sm);padding:12px 8px 10px;box-shadow:var(--bk-shadow-xs)}
.bk-symbol .bk-symbol-img{width:56px;height:56px;object-fit:contain;display:block;max-width:none}
.bk-symbol .bk-symbol-label{font-family:var(--bk-font-display);font-weight:700;font-size:16px;line-height:1.3;color:var(--bk-white)}
/* video panel */
.bk-video.bk-video{position:relative;display:block;width:100%;aspect-ratio:16/10;padding:0;margin:0;cursor:pointer;
  border:3px solid var(--bk-glow,var(--bk-yellow-500));border-radius:var(--bk-radius-lg);overflow:hidden;
  background-color:transparent;background-image:var(--bk-poster,none);background-position:center;background-size:cover;background-repeat:no-repeat;
  box-shadow:var(--bk-shadow-md);transition:box-shadow var(--bk-dur-base) var(--bk-ease-out);color:var(--bk-red-700)}
.bk-video.bk-video--43{aspect-ratio:4/3}
@media (min-width:900px){
  .bk-chal.bk-chal--match .bk-chal-grid{align-items:stretch}
  .bk-chal.bk-chal--match .bk-chal-grid > .bk-reveal:last-child{display:grid}
  .bk-chal.bk-chal--match .bk-video.bk-video{aspect-ratio:auto;height:100%;min-height:360px}
}
.bk-video.bk-video:hover,.bk-video.bk-video:focus{box-shadow:var(--bk-shadow-video-hover);background-color:transparent}
.bk-chal.bk-chal--clay .bk-video{--bk-glow:var(--bk-cream-200)}
.bk-video .bk-video-center{position:absolute;inset:0;display:grid;place-items:center}
.bk-video .bk-video-play{width:66px;height:66px;border-radius:var(--bk-radius-pill);background:var(--bk-on-dark-90);color:var(--bk-red-700);display:grid;place-items:center;font-size:22px;
  transition:transform var(--bk-dur-base) var(--bk-ease-bounce);animation:bk-pulse-ring 2.4s var(--bk-ease-out) infinite}
.bk-video:hover .bk-video-play{transform:scale(1.08)}
.bk-video .bk-video-play-icon{margin-inline-start:3px;color:inherit}

/* =====================================================================
   14. CONTACT — order form + solid contact panel
   ===================================================================== */
.bk-contact.bk-contact--panel-first .bk-contact-grid > .bk-reveal:first-child{order:2}
.bk-contact .bk-contact-grid{margin-top:var(--bk-section-gap);display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:var(--bk-grid-gap);align-items:stretch}
.bk-form-card{background:var(--bk-white);border-radius:var(--bk-radius-lg);padding:clamp(24px,3vw,38px);box-shadow:var(--bk-shadow-sm);border:1px solid var(--bk-border-card);height:100%}
.bk-form-card .bk-form{display:grid;gap:18px;align-content:start;margin:0}
.bk-form .bk-form-field{display:grid;gap:8px;margin:0}
.bk-form .bk-form-label{display:block;font-family:var(--bk-font-body);font-weight:700;font-size:14px;line-height:1;color:var(--bk-ink-900);vertical-align:baseline}
.bk-form .bk-form-req{color:var(--bk-raw-required)}
.bk-form .bk-form-field .bk-input{width:100%;font-family:var(--bk-font-body);font-weight:400;font-size:15px;line-height:1;color:var(--bk-ink-900);
  padding:13px 16px;border-radius:var(--bk-radius-xs);background:var(--bk-raw-input-bg);outline:none;border:1px solid var(--bk-raw-input-line);box-shadow:none;height:auto;min-height:0;
  transition:border var(--bk-dur-fast) var(--bk-ease-out),box-shadow var(--bk-dur-fast) var(--bk-ease-out);direction:rtl;text-align:right}
.bk-form .bk-form-field .bk-input[type="email"],.bk-form .bk-form-field .bk-input[type="tel"]{direction:ltr;text-align:right}
.bk-form .bk-form-field .bk-input:focus{border:1px solid var(--bk-blue-700);box-shadow:var(--bk-focus-ring);background:var(--bk-raw-input-bg);outline:none}
.bk-form .bk-form-field .bk-input::placeholder{color:var(--bk-ink-500);opacity:.7}
.bk-form .bk-btn.bk-btn--block{margin-top:0}
.bk-form .bk-btn.is-loading{opacity:.7;pointer-events:none}
.bk-alert{display:flex;align-items:center;gap:10px;border-radius:var(--bk-radius-sm);padding:12px 16px;margin:0 0 18px;font-family:var(--bk-font-body);font-weight:700;font-size:15px;line-height:1.6}
.bk-alert.bk-alert--success{background:var(--bk-blue-100);color:var(--bk-blue-700)}
.bk-alert.bk-alert--error{background:var(--bk-cream-200);color:var(--bk-red-700)}
.bk-alert .bk-alert-icon{font-size:18px;color:inherit}
.bk-cpanel{background:var(--bk-blue-700);color:var(--bk-white);border-radius:var(--bk-radius-lg);padding:clamp(26px,3vw,40px);box-shadow:var(--bk-shadow-md);
  display:grid;gap:28px;align-content:space-between;height:100%}
.bk-cpanel.bk-cpanel--clay{background:var(--bk-red-500)}
.bk-cpanel .bk-cpanel-title{font-family:var(--bk-font-display);font-weight:800;font-size:26px;line-height:1.3;color:var(--bk-white);margin:0}
.bk-cpanel .bk-cpanel-rows{display:grid;gap:24px}
.bk-cpanel .bk-cpanel-row{display:flex;align-items:center;gap:14px;color:inherit;text-decoration:none}
.bk-cpanel .bk-cpanel-icon{width:50px;height:50px;flex:0 0 50px;border-radius:var(--bk-radius-xs);background:var(--bk-yellow-500);color:var(--bk-navy);display:grid;place-items:center;font-size:20px}
.bk-cpanel .bk-cpanel-meta{display:grid;gap:6px}
.bk-cpanel .bk-cpanel-label{font-family:var(--bk-font-body);font-weight:700;font-size:17px;line-height:1.3;color:var(--bk-yellow-500)}
.bk-cpanel .bk-cpanel-value{font-family:var(--bk-font-body);font-weight:500;font-size:17px;line-height:1.5;color:var(--bk-white);direction:ltr;text-align:right;unicode-bidi:isolate}
.bk-cpanel .bk-cpanel-divider{height:1px;background:var(--bk-on-dark-22)}
.bk-cpanel .bk-cpanel-follow{display:grid;gap:14px}
.bk-cpanel .bk-cpanel-follow-title{font-family:var(--bk-font-display);font-weight:700;font-size:19px;line-height:1.2;color:var(--bk-white);margin:0}

/* social buttons (the design's <SocialLinks>) */
@media (max-width:600px){
  .bk-cpanel .bk-cpanel-title{font-size:23px}
  .bk-cpanel .bk-cpanel-icon{width:46px;height:46px;flex-basis:46px;font-size:18px}
  .bk-cpanel .bk-cpanel-label,.bk-cpanel .bk-cpanel-value{font-size:16px}
}
.bk-social{display:flex;gap:10px;flex-wrap:wrap;list-style:none;margin:0;padding:0}
.bk-social .bk-social-icon{width:38px;height:38px;border-radius:var(--bk-radius-pill);display:grid;place-items:center;font-size:16px;text-decoration:none;
  background:var(--bk-on-dark-14);color:var(--bk-white);transition:transform var(--bk-dur-base) var(--bk-ease-out),opacity var(--bk-dur-base) var(--bk-ease-out)}
.bk-social .bk-social-icon:hover{transform:translateY(-3px);color:var(--bk-white)}
.bk-social.bk-social--ondark .bk-social-icon{background:var(--bk-on-dark-14);color:var(--bk-white)}
.bk-social.bk-social--onyellow .bk-social-icon,.bk-social.bk-social--onyellow .bk-social-icon:hover{background:var(--bk-navy);color:var(--bk-yellow-500)}

/* =====================================================================
   15. HEADER — sticky white bar, RTL nav, yellow CTA, burger < 900px
   ===================================================================== */
.bk-header.bk-header{position:relative;z-index:50;background:var(--bk-white);box-shadow:0 1px 0 var(--bk-header-line);text-align:right}
.bk-header .bk-header-bar{max-width:var(--bk-container-wide);margin:0 auto;height:var(--bk-nav-h);padding:0 var(--bk-gutter);display:flex;align-items:center;gap:clamp(14px,2vw,28px)}
.bk-header .bk-header-logo{display:inline-block;line-height:0;flex:0 0 auto}
.bk-header .bk-header-logo .bk-header-logo-img{height:72px;width:auto;max-width:none;display:block}
.bk-header .bk-header-nav{flex:1;display:flex;align-items:center;justify-content:center}
.bk-header .bk-nav-list{list-style:none;margin:0;padding:0;display:flex;align-items:center;justify-content:center;gap:clamp(14px,2.2vw,38px)}
.bk-header .bk-nav-item{position:relative;margin:0;list-style:none}
.bk-header .bk-nav-link,.bk-header .bk-nav-link:visited{display:inline-flex;align-items:center;gap:6px;font-family:var(--bk-font-display);font-weight:700;font-size:17px;line-height:1;color:var(--bk-ink-700);
  padding:8px 2px;border:0;border-bottom:2px solid transparent;background:transparent;white-space:nowrap;text-decoration:none;cursor:pointer;border-radius:0;transition:color var(--bk-dur-fast) var(--bk-ease-out)}
.bk-header .bk-nav-link:hover,.bk-header .bk-nav-link:focus{color:var(--bk-blue-700);background:transparent}
.bk-header .bk-nav-link.is-active{font-weight:800;color:var(--bk-blue-700);border-bottom-color:var(--bk-yellow-500)}
.bk-header .bk-nav-caret-icon{font-size:12px}
.bk-header .bk-dropdown{position:absolute;top:100%;inset-inline-start:0;min-width:210px;list-style:none;margin:0;padding:8px;background:var(--bk-white);border-radius:var(--bk-radius-sm);box-shadow:var(--bk-shadow-md);
  opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity var(--bk-dur-base) var(--bk-ease-out),transform var(--bk-dur-base) var(--bk-ease-out),visibility var(--bk-dur-base);z-index:5}
.bk-header .bk-has-dropdown:hover > .bk-dropdown,.bk-header .bk-has-dropdown.is-open > .bk-dropdown{opacity:1;visibility:visible;transform:none}
.bk-header .bk-dropdown .bk-nav-link{display:block;padding:10px 12px;border-bottom:0}
.bk-header .bk-header-cta{flex:0 0 auto}
.bk-header .bk-burger.bk-burger{display:none;width:42px;height:42px;padding:0;margin-inline-start:auto;border:0;border-radius:var(--bk-radius-xs);background:var(--bk-yellow-500);color:var(--bk-navy);cursor:pointer;place-items:center;box-shadow:none}
.bk-header .bk-burger.bk-burger:hover,.bk-header .bk-burger.bk-burger:focus{background:var(--bk-yellow-500);color:var(--bk-navy)}
.bk-header .bk-burger svg{width:18px;height:18px;display:block}
.bk-header .bk-burger-close{display:none}
.bk-header.is-open .bk-burger-open{display:none}
.bk-header.is-open .bk-burger-close{display:block}
.bk-header .bk-drawer{display:none;padding:4px var(--bk-gutter) 18px;border-top:1px solid var(--bk-hairline);background:var(--bk-white)}
.bk-header .bk-drawer .bk-nav-list{display:block}
.bk-header .bk-drawer .bk-nav-link{display:block;width:100%;padding:12px 0;border-bottom:1px solid var(--bk-hairline);text-align:right}
.bk-header .bk-drawer .bk-nav-link.is-active{border-bottom-color:var(--bk-hairline)}
.bk-header .bk-drawer .bk-dropdown{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;padding:0 14px 0 0;display:none;min-width:0}
.bk-header .bk-drawer .bk-has-dropdown.is-open > .bk-dropdown{display:block}
.bk-header .bk-drawer-cta{margin-top:16px}
@media (max-width:900px){
  .bk-header .bk-header-nav,.bk-header .bk-header-cta{display:none}
  .bk-header .bk-header-logo .bk-header-logo-img{height:46px}
  .bk-header .bk-burger.bk-burger{display:grid}
  .bk-header.is-open .bk-drawer{display:block}
}
@media (max-width:1024px){.bk-header.bk-header{--bk-nav-h:76px}}
@media (max-width:767px){.bk-header.bk-header{--bk-nav-h:64px}}
.bk-sticky-host{position:sticky !important;top:var(--wp-admin--admin-bar--height,0px);z-index:999}

/* =====================================================================
   16. FOOTER — yellow gradient, rounded top edge, four columns
   ===================================================================== */
.bk-footer.bk-footer{background:var(--bk-wash-footer);padding-top:clamp(44px,5vw,72px);border-radius:var(--bk-radius-2xl) var(--bk-radius-2xl) 0 0;overflow:hidden;color:var(--bk-navy)}
.bk-footer .bk-footer-grid{max-width:var(--bk-container);margin:0 auto;padding:0 var(--bk-gutter);display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr));gap:clamp(24px,3vw,48px);align-items:start}
.bk-footer .bk-footer-brand{display:grid;gap:16px;justify-items:start}
.bk-footer .bk-footer-logo{display:inline-block;line-height:0}
.bk-footer .bk-footer-logo .bk-footer-logo-img{height:58px;width:auto;max-width:none;display:block}
.bk-footer .bk-footer-about{font-family:var(--bk-font-body);font-weight:600;font-size:17px;line-height:1.9;color:var(--bk-navy);max-width:290px;margin:0}
.bk-footer .bk-footer-col{min-width:0}
.bk-footer .bk-footer-title{font-family:var(--bk-font-display);font-weight:800;font-size:22px;line-height:1.3;color:var(--bk-navy);margin:0 0 20px}
.bk-footer .bk-footer-list{display:grid;gap:20px;list-style:none;margin:0;padding:0}
.bk-footer .bk-footer-list li{margin:0;list-style:none}
.bk-footer .bk-footer-line,.bk-footer .bk-footer-line:visited{font-family:var(--bk-font-body);font-weight:600;font-size:17px;line-height:1.3;color:var(--bk-navy);display:flex;align-items:center;gap:12px;text-decoration:none;transition:color var(--bk-dur-fast) var(--bk-ease-out)}
.bk-footer .bk-footer-line.bk-footer-line--child{padding-inline-start:14px;font-size:14px}
.bk-footer a.bk-footer-line:hover{color:var(--bk-blue-700)}
.bk-footer .bk-footer-line-icon{font-size:20px;color:inherit}
.bk-footer .bk-footer-bottom{margin-top:clamp(32px,4vw,56px);border-top:1px solid var(--bk-navy-18)}
.bk-footer .bk-footer-copy{max-width:var(--bk-container);margin:0 auto;padding:18px var(--bk-gutter);text-align:center;font-family:var(--bk-font-body);font-weight:600;font-size:13px;line-height:1;color:var(--bk-navy)}
.bk-footer .bk-footer-credit,.bk-footer .bk-footer-credit:visited{color:inherit;text-decoration:none;font-weight:700;white-space:nowrap}
.bk-footer .bk-footer-credit:hover{color:var(--bk-blue-700)}
.bk-footer .bk-footer-sep{opacity:.5;margin:0 8px}
@media (max-width:600px){
  .bk-footer .bk-footer-copy{line-height:1.8}
  .bk-footer .bk-footer-about,.bk-footer .bk-footer-line{font-size:16px}
  .bk-footer .bk-footer-line-icon{font-size:19px}
}

/* =====================================================================
   17. VIDEO MODAL (built by widgets.js)
   ===================================================================== */
.bk-modal{position:fixed;inset:0;z-index:100000;background:var(--bk-modal-scrim);display:none;place-items:center;padding:clamp(16px,4vw,48px)}
.bk-modal.is-open{display:grid}
.bk-modal .bk-modal-box{position:relative;width:min(1000px,100%);aspect-ratio:16/9;border-radius:var(--bk-radius-lg);overflow:hidden;background:var(--bk-ink-900);box-shadow:var(--bk-shadow-photo)}
.bk-modal .bk-modal-box iframe,.bk-modal .bk-modal-box video{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}
.bk-modal .bk-modal-close{position:absolute;top:10px;inset-inline-end:10px;z-index:2;width:42px;height:42px;border-radius:var(--bk-radius-pill);border:0;padding:0;
  background:var(--bk-yellow-500);color:var(--bk-navy);font-size:24px;line-height:42px;text-align:center;cursor:pointer;font-family:var(--bk-font-body)}

/* =====================================================================
   18. MOTION — reveal (Elementor fadeInUp: 34px, 800ms, decel ease, stagger)
   ===================================================================== */
.bk-js .bk-reveal{opacity:0;transform:translateY(34px);
  transition:opacity var(--bk-reveal-dur,800ms) var(--bk-ease-out) var(--bk-delay,0ms),transform var(--bk-reveal-dur,800ms) var(--bk-ease-out) var(--bk-delay,0ms)}
.bk-js .bk-reveal.is-in{opacity:1;transform:none}
.bk-noreveal .bk-reveal,.bk-js .bk-noreveal .bk-reveal{opacity:1;transform:none;transition:none}
.bk-nomotion .bk-tile,.bk-nomotion .bk-scard-img,.bk-nomotion .bk-price-tag,.bk-nomotion .bk-video-play,.bk-nomotion .bk-cue-icon{animation:none}
@keyframes bk-bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(10px)}}
@keyframes bk-wobble{0%,100%{transform:rotate(-6deg)}50%{transform:rotate(-1deg)}}
@keyframes bk-pulse-ring{0%{box-shadow:0 0 0 0 rgba(255,215,0,.55)}70%{box-shadow:0 0 0 18px rgba(255,215,0,0)}100%{box-shadow:0 0 0 0 rgba(255,215,0,0)}}
@keyframes bk-tile-sway{0%,100%{transform:translateX(0) rotate(0deg)}25%{transform:translateX(-7px) rotate(-5deg)}75%{transform:translateX(7px) rotate(5deg)}}
@keyframes bk-caret{0%,45%{opacity:1}50%,95%{opacity:0}100%{opacity:1}}
@keyframes bk-float{0%,100%{transform:translateY(0) rotate(var(--bk-tilt,0deg))}50%{transform:translateY(-14px) rotate(var(--bk-tilt,0deg))}}
/* Elementor editor: observers don't fire in preview iframes — force final state */
.elementor-editor-active .bk-reveal,body.elementor-editor-preview .bk-reveal{opacity:1 !important;transform:none !important;transition:none !important}
.elementor-editor-active .bk-shead .bk-hl,body.elementor-editor-preview .bk-shead .bk-hl{color:var(--bk-accent) !important}
@media (hover:none){
  .bk-games .bk-gcard:hover,.bk-features .bk-fcard:hover,.bk-steps .bk-step:hover,.bk-showcase .bk-scard:hover .bk-scard-cap{transform:none}
}
@media (prefers-reduced-motion:reduce){
  .bk-reveal,.bk-js .bk-reveal{opacity:1 !important;transform:none !important;transition:none !important}
  .bk-shead .bk-hl{color:var(--bk-accent) !important;transition:none !important}
  [class^="bk-"],[class*=" bk-"],[class^="bk-"] *,[class*=" bk-"] *{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important}
}
