/* ============================================================
   HERO — brcnhroeul
   Architecture: Fully Tokenized Semantic CSS Architecture
   Colors strictly: #5bc0de + white + black only
   Single H1 for SEO | Bahrain-focused sales copy layout
   Zero Magic Numbers — 100% Configurable via CSS Variables
   ============================================================ */

.brcnhroeul-section {
  /* ============================================================
     1. SIZES & LAYOUT TOKENS
     ============================================================ */
  --brcnhroeul-max-width: 1280px;
  --brcnhroeul-section-padding-top: 4.2rem;
  --brcnhroeul-section-padding-bottom: 1.8rem;
  --brcnhroeul-section-padding-x: 1.5rem;
  --brcnhroeul-grid-gap: 2.5rem;

  /* Kicker Badge */
  --brcnhroeul-kicker-padding-y: 0.5rem;
  --brcnhroeul-kicker-padding-x: 1.1rem;
  --brcnhroeul-kicker-gap: 0.5rem;
  --brcnhroeul-kicker-border-width: 1px;
  --brcnhroeul-kicker-radius: 999px;
  --brcnhroeul-kicker-margin-bottom: 1.2rem;

  /* Title & Highlight */
  --brcnhroeul-title-margin-bottom: 0.6rem;
  --brcnhroeul-sub-margin-bottom: 1.1rem;
  --brcnhroeul-hl-radius: 10px;
  --brcnhroeul-hl-padding-y: 0.05em;
  --brcnhroeul-hl-padding-x: 0.35em;

  /* Lead & Trust */
  --brcnhroeul-lead-width: 100%;
  --brcnhroeul-lead-max-width: 560px;
  --brcnhroeul-lead-margin-bottom: 1rem;
  --brcnhroeul-trust-width: 100%;
  --brcnhroeul-trust-item-width: 100%;
  --brcnhroeul-trust-gap: 0.6rem;
  --brcnhroeul-trust-margin-bottom: 1.6rem;
  --brcnhroeul-trust-item-padding-y: 0.55rem;
  --brcnhroeul-trust-item-padding-x: 0.8rem;
  --brcnhroeul-trust-item-radius: 12px;
  --brcnhroeul-trust-item-border-width: 1px;
  --brcnhroeul-trust-item-gap: 0.55rem;
  --brcnhroeul-trust-ico-size: 26px;

  /* Note */
  --brcnhroeul-note-gap: 0.5rem;
  --brcnhroeul-note-margin-top: 1rem;

  /* Offer Card */
  --brcnhroeul-card-radius: 22px;
  --brcnhroeul-card-border-top-width: 5px;
  --brcnhroeul-card-padding: 1.8rem;
  --brcnhroeul-card-tag-gap: 0.4rem;
  --brcnhroeul-card-tag-padding-y: 0.3rem;
  --brcnhroeul-card-tag-padding-x: 0.9rem;
  --brcnhroeul-card-tag-radius: 999px;
  --brcnhroeul-card-tag-margin-bottom: 1rem;
  --brcnhroeul-card-title-margin-bottom: 0.6rem;
  --brcnhroeul-card-span-radius: 8px;
  --brcnhroeul-card-txt-margin-bottom: 1rem;
  --brcnhroeul-card-list-gap: 0.55rem;
  --brcnhroeul-card-list-margin-bottom: 1.3rem;
  --brcnhroeul-card-list-item-gap: 0.6rem;
  --brcnhroeul-card-ico-size: 24px;
  --brcnhroeul-card-ico-margin-top: 0.15rem;
  --brcnhroeul-card-pay-radius: 14px;
  --brcnhroeul-card-pay-padding-y: 0.8rem;
  --brcnhroeul-card-pay-padding-x: 1rem;
  --brcnhroeul-card-pay-margin-bottom: 1.2rem;
  --brcnhroeul-card-pay-gap: 0.8rem;
  --brcnhroeul-card-btn-gap: 0.7rem;
  --brcnhroeul-card-btn-padding-y: 0.85rem;
  --brcnhroeul-card-btn-padding-x: 1.2rem;
  --brcnhroeul-card-btn-font-size: 0.86rem;

  /* Breadcrumb & Cities */
  --brcnhroeul-crumb-gap: 0.5rem;
  --brcnhroeul-crumb-margin-bottom: 1rem;
  --brcnhroeul-cities-gap: 0.5rem;
  --brcnhroeul-cities-margin-top: 1rem;
  --brcnhroeul-cities-tag-padding-y: 0.2rem;
  --brcnhroeul-cities-tag-padding-x: 0.8rem;
  --brcnhroeul-cities-tag-radius: 999px;
  --brcnhroeul-cities-tag-border-width: 1px;

  /* Background Grid & Orbs */
  --brcnhroeul-grid-size: 44px;
  --brcnhroeul-nodes-size: 1.5px;
  --brcnhroeul-packet-height: 2px;
  --brcnhroeul-packet-width: 80px;
  --brcnhroeul-packet-radius: 999px;
  --brcnhroeul-orb-blur: 70px;
  --brcnhroeul-orb-a-size: 520px;
  --brcnhroeul-orb-a-top: -180px;
  --brcnhroeul-orb-a-end: -140px;
  --brcnhroeul-orb-b-size: 420px;
  --brcnhroeul-orb-b-bottom: -160px;
  --brcnhroeul-orb-b-start: -110px;

  /* ============================================================
     2. COLORS & BACKGROUNDS (Independent Semantic Tokens)
     ============================================================ */
  --brcnhroeul-section-bg: #000000;
  --brcnhroeul-section-color: #ffffff;

  /* Kicker Colors */
  --brcnhroeul-kicker-bg: rgba(91, 192, 222, 0.12);
  --brcnhroeul-kicker-border-color: #5bc0de;
  --brcnhroeul-kicker-color: #5bc0de;

  /* Title & Sub Colors */
  --brcnhroeul-title-color: #ffffff;
  --brcnhroeul-sub-color: #ffffff;
  --brcnhroeul-hl-bg: #5bc0de;
  --brcnhroeul-hl-color: #000000;

  /* Lead & Trust Colors */
  --brcnhroeul-lead-color: rgba(255, 255, 255, 0.85);
  --brcnhroeul-lead-strong-color: #ffffff;
  --brcnhroeul-trust-bg: rgba(255, 255, 255, 0.06);
  --brcnhroeul-trust-border-color: rgba(255, 255, 255, 0.12);
  --brcnhroeul-trust-color: #ffffff;
  --brcnhroeul-trust-ico-bg: #5bc0de;
  --brcnhroeul-trust-ico-color: #000000;

  /* Note Colors */
  --brcnhroeul-note-color: rgba(255, 255, 255, 0.7);
  --brcnhroeul-note-ico-color: #5bc0de;

  /* Card Colors */
  --brcnhroeul-card-bg: #ffffff;
  --brcnhroeul-card-color: #000000;
  --brcnhroeul-card-border-top-color: #5bc0de;
  --brcnhroeul-card-tag-bg: #000000;
  --brcnhroeul-card-tag-color: #5bc0de;
  --brcnhroeul-card-title-color: #000000;
  --brcnhroeul-card-span-bg: #5bc0de;
  --brcnhroeul-card-txt-color: rgba(0, 0, 0, 0.85);
  --brcnhroeul-card-ico-bg: #000000;
  --brcnhroeul-card-ico-color: #5bc0de;
  --brcnhroeul-card-pay-bg: #000000;
  --brcnhroeul-card-pay-color: #ffffff;
  --brcnhroeul-card-pay-b-color: #5bc0de;

  /* Breadcrumb & Cities Colors */
  --brcnhroeul-crumb-color: rgba(255, 255, 255, 0.6);
  --brcnhroeul-crumb-link-color: rgba(255, 255, 255, 0.75);
  --brcnhroeul-crumb-hover-color: #5bc0de;
  --brcnhroeul-crumb-active-color: #5bc0de;
  --brcnhroeul-cities-color: rgba(255, 255, 255, 0.6);
  --brcnhroeul-cities-strong-color: #ffffff;
  --brcnhroeul-cities-tag-border-color: rgba(255, 255, 255, 0.16);
  --brcnhroeul-cities-tag-color: rgba(255, 255, 255, 0.8);
  --brcnhroeul-cities-tag-hover-color: #5bc0de;

  /* Background Digital FX Colors */
  --brcnhroeul-node-dot-color: rgba(91, 192, 222, 0.75);
  --brcnhroeul-sweep-aura-color: rgba(91, 192, 222, 0.12);
  --brcnhroeul-packet-head-color: #ffffff;
  --brcnhroeul-packet-tail-color: #5bc0de;
  --brcnhroeul-packet-shadow-color: rgba(91, 192, 222, 0.85);

  /* ============================================================
     3. TYPOGRAPHY TOKENS
     ============================================================ */
  --brcnhroeul-kicker-font-size: 0.8rem;
  --brcnhroeul-kicker-font-weight: 700;
  --brcnhroeul-title-font-size: clamp(2rem, 4.6vw, 3.3rem);
  --brcnhroeul-title-font-weight: 700;
  --brcnhroeul-title-line-height: 1.35;
  --brcnhroeul-sub-font-size: clamp(1.15rem, 2.6vw, 1.6rem);
  --brcnhroeul-sub-font-weight: 700;
  --brcnhroeul-sub-line-height: 1.6;
  --brcnhroeul-lead-font-size: 1.05rem;
  --brcnhroeul-lead-line-height: 1.9;
  --brcnhroeul-trust-font-size: 0.86rem;
  --brcnhroeul-trust-font-weight: 600;
  --brcnhroeul-trust-ico-font-size: 0.72rem;
  --brcnhroeul-note-font-size: 0.8rem;
  --brcnhroeul-card-tag-font-size: 0.75rem;
  --brcnhroeul-card-tag-font-weight: 700;
  --brcnhroeul-card-title-font-size: 1.25rem;
  --brcnhroeul-card-title-font-weight: 700;
  --brcnhroeul-card-title-line-height: 1.6;
  --brcnhroeul-card-txt-font-size: 0.9rem;
  --brcnhroeul-card-txt-line-height: 1.9;
  --brcnhroeul-card-list-font-size: 0.86rem;
  --brcnhroeul-card-list-font-weight: 600;
  --brcnhroeul-card-ico-font-size: 0.68rem;
  --brcnhroeul-card-pay-font-size: 0.82rem;
  --brcnhroeul-card-pay-font-weight: 700;
  --brcnhroeul-card-pay-small-font-size: 0.72rem;
  --brcnhroeul-crumb-font-size: 0.76rem;
  --brcnhroeul-cities-font-size: 0.76rem;

  /* ============================================================
     4. SHADOWS & BLURS TOKENS
     ============================================================ */
  --brcnhroeul-card-shadow: 0 30px 60px -20px rgba(91, 192, 222, 0.35);
  --brcnhroeul-packet-glow: 0 0 14px var(--brcnhroeul-packet-shadow-color);
  --brcnhroeul-nodes-opacity: 0.6;

  /* ============================================================
     5. TRANSITIONS & TIMING TOKENS
     ============================================================ */
  --brcnhroeul-reveal-duration: 0.7s;
  --brcnhroeul-reveal-ease: ease;
  --brcnhroeul-reveal-y: 18px;

  /* Background Digital FX Timings */
  --brcnhroeul-nodes-duration: 6s;
  --brcnhroeul-sweep-duration: 10s;
  --brcnhroeul-packet-duration-a: 4.5s;
  --brcnhroeul-packet-duration-b: 6s;
  --brcnhroeul-orb-float-duration: 14s;

  /* Rules */
  position: relative;
  background: var(--brcnhroeul-section-bg);
  color: var(--brcnhroeul-section-color);
  overflow: hidden;
  isolation: isolate;
  padding: var(--brcnhroeul-section-padding-top) var(--brcnhroeul-section-padding-x) var(--brcnhroeul-section-padding-bottom);
}

/* Background Decor */
.brcnhroeul-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.brcnhroeul-bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(var(--brcnhroeul-orb-blur));
}

.brcnhroeul-bg-orb-a {
  width: var(--brcnhroeul-orb-a-size);
  height: var(--brcnhroeul-orb-a-size);
  top: var(--brcnhroeul-orb-a-top);
  inset-inline-end: var(--brcnhroeul-orb-a-end);
  background: radial-gradient(circle, rgba(91, 192, 222, 0.32), transparent 70%);
  animation: brcnhroeul-orb-float-a var(--brcnhroeul-orb-float-duration) ease-in-out infinite alternate;
}

.brcnhroeul-bg-orb-b {
  width: var(--brcnhroeul-orb-b-size);
  height: var(--brcnhroeul-orb-b-size);
  bottom: var(--brcnhroeul-orb-b-bottom);
  inset-inline-start: var(--brcnhroeul-orb-b-start);
  background: radial-gradient(circle, rgba(91, 192, 222, 0.2), transparent 70%);
  animation: brcnhroeul-orb-float-b var(--brcnhroeul-orb-float-duration) ease-in-out infinite alternate;
}

@keyframes brcnhroeul-orb-float-a {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(-35px, 25px) scale(1.08);
  }
}

@keyframes brcnhroeul-orb-float-b {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(30px, -25px) scale(1.06);
  }
}

/* Base Digital Grid */
.brcnhroeul-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: var(--brcnhroeul-grid-size) var(--brcnhroeul-grid-size);
  mask-image: radial-gradient(ellipse 90% 80% at 50% 40%, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 90% 80% at 50% 40%, black 30%, transparent 75%);
}

/* ::before: Glowing Circuit/Server Intersection Nodes */
.brcnhroeul-bg-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle var(--brcnhroeul-nodes-size) at 0 0, var(--brcnhroeul-node-dot-color) 100%, transparent 100%);
  background-size: var(--brcnhroeul-grid-size) var(--brcnhroeul-grid-size);
  opacity: var(--brcnhroeul-nodes-opacity);
  animation: brcnhroeul-nodes-pulse var(--brcnhroeul-nodes-duration) ease-in-out infinite alternate;
}

@keyframes brcnhroeul-nodes-pulse {
  0% {
    opacity: 0.2;
    transform: scale(1);
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 0.35;
    transform: scale(1.015);
  }
}

/* ::after: Subtle Dynamic Aura Sweep */
.brcnhroeul-bg-grid::after {
  content: "";
  position: absolute;
  inset: -30%;
  background: radial-gradient(circle 420px at 50% 45%, var(--brcnhroeul-sweep-aura-color), transparent 70%);
  animation: brcnhroeul-grid-sweep var(--brcnhroeul-sweep-duration) ease-in-out infinite alternate;
}

@keyframes brcnhroeul-grid-sweep {
  0% {
    transform: translate(-10%, -6%);
  }
  100% {
    transform: translate(12%, 8%);
  }
}

/* High-Speed Data Pipelines */
.brcnhroeul-bg-line {
  position: absolute;
  height: 1px;
  width: 60%;
  background: linear-gradient(90deg, transparent, rgba(91, 192, 222, 0.5), transparent);
}

/* ::after: High-Speed Light Beam / Data Packet */
.brcnhroeul-bg-line::after {
  content: "";
  position: absolute;
  top: -1px;
  height: var(--brcnhroeul-packet-height);
  width: var(--brcnhroeul-packet-width);
  border-radius: var(--brcnhroeul-packet-radius);
  background: linear-gradient(90deg, transparent, var(--brcnhroeul-packet-tail-color) 70%, var(--brcnhroeul-packet-head-color));
  box-shadow: var(--brcnhroeul-packet-glow);
  opacity: 0;
}

.brcnhroeul-bg-line-a {
  top: 22%;
  inset-inline-start: 20%;
}

.brcnhroeul-bg-line-a::after {
  animation: brcnhroeul-packet-run var(--brcnhroeul-packet-duration-a) cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.brcnhroeul-bg-line-b {
  bottom: 18%;
  inset-inline-start: 10%;
  opacity: 0.6;
}

.brcnhroeul-bg-line-b::after {
  animation: brcnhroeul-packet-run var(--brcnhroeul-packet-duration-b) cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation-delay: -2.5s;
}

@keyframes brcnhroeul-packet-run {
  0% {
    inset-inline-start: 0%;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    inset-inline-start: 100%;
    opacity: 0;
  }
}

.brcnhroeul-in {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--brcnhroeul-max-width);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: var(--brcnhroeul-grid-gap);
  align-items: center;
}

/* Copy Section */
.brcnhroeul-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.brcnhroeul-copy .brcnctafeul {
  width: 100%;
  max-width: var(--brcnhroeul-lead-max-width);
}

.brcnhroeul-kicker {
  display: inline-flex;
  align-items: center;
  gap: var(--brcnhroeul-kicker-gap);
  padding: var(--brcnhroeul-kicker-padding-y) var(--brcnhroeul-kicker-padding-x);
  border: var(--brcnhroeul-kicker-border-width) solid var(--brcnhroeul-kicker-border-color);
  border-radius: var(--brcnhroeul-kicker-radius);
  background: var(--brcnhroeul-kicker-bg);
  color: var(--brcnhroeul-kicker-color);
  font-size: var(--brcnhroeul-kicker-font-size);
  font-weight: var(--brcnhroeul-kicker-font-weight);
  margin-bottom: var(--brcnhroeul-kicker-margin-bottom);
}

.brcnhroeul-kicker-ico {
  font-size: 0.85em;
}

.brcnhroeul-title {
  font-size: var(--brcnhroeul-title-font-size);
  font-weight: var(--brcnhroeul-title-font-weight);
  line-height: var(--brcnhroeul-title-line-height);
  color: var(--brcnhroeul-title-color);
  margin-bottom: var(--brcnhroeul-title-margin-bottom);
}

.brcnhroeul-sub {
  font-size: var(--brcnhroeul-sub-font-size);
  font-weight: var(--brcnhroeul-sub-font-weight);
  line-height: var(--brcnhroeul-sub-line-height);
  color: var(--brcnhroeul-sub-color);
  margin-bottom: var(--brcnhroeul-sub-margin-bottom);
}

.brcnhroeul-hl {
  background: var(--brcnhroeul-hl-bg);
  color: var(--brcnhroeul-hl-color);
  padding: var(--brcnhroeul-hl-padding-y) var(--brcnhroeul-hl-padding-x);
  border-radius: var(--brcnhroeul-hl-radius);
  white-space: nowrap;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.brcnhroeul-lead {
  width: var(--brcnhroeul-lead-width);
  max-width: var(--brcnhroeul-lead-max-width);
  font-size: var(--brcnhroeul-lead-font-size);
  line-height: var(--brcnhroeul-lead-line-height);
  color: var(--brcnhroeul-lead-color);
  margin-bottom: var(--brcnhroeul-lead-margin-bottom);
}

.brcnhroeul-lead strong {
  color: var(--brcnhroeul-lead-strong-color);
}

/* Trust Bullets */
.brcnhroeul-trust {
  list-style: none;
  margin: 0 0 var(--brcnhroeul-trust-margin-bottom);
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--brcnhroeul-trust-gap);
  width: var(--brcnhroeul-trust-width);
  max-width: var(--brcnhroeul-lead-max-width);
}

.brcnhroeul-trust li {
  display: flex;
  align-items: center;
  gap: var(--brcnhroeul-trust-item-gap);
  font-size: var(--brcnhroeul-trust-font-size);
  font-weight: var(--brcnhroeul-trust-font-weight);
  color: var(--brcnhroeul-trust-color);
  background: var(--brcnhroeul-trust-bg);
  border: var(--brcnhroeul-trust-item-border-width) solid var(--brcnhroeul-trust-border-color);
  border-radius: var(--brcnhroeul-trust-item-radius);
  padding: var(--brcnhroeul-trust-item-padding-y) var(--brcnhroeul-trust-item-padding-x);
  width: var(--brcnhroeul-trust-item-width);
  box-sizing: border-box;
}

.brcnhroeul-trust .brcnhroeul-ico {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--brcnhroeul-trust-ico-size);
  height: var(--brcnhroeul-trust-ico-size);
  flex-shrink: 0;
}

.brcnhroeul-trust .brcnhroeul-ico i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--brcnhroeul-trust-ico-bg);
  color: var(--brcnhroeul-trust-ico-color);
  font-size: var(--brcnhroeul-trust-ico-font-size);
}

.brcnhroeul-trust .brcnhroeul-ico-img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brcnhroeul-note {
  display: flex;
  align-items: center;
  gap: var(--brcnhroeul-note-gap);
  margin-top: var(--brcnhroeul-note-margin-top);
  font-size: var(--brcnhroeul-note-font-size);
  color: var(--brcnhroeul-note-color);
  width: 100%;
  max-width: var(--brcnhroeul-lead-max-width);
  line-height: 1.6;
}

.brcnhroeul-note i {
  color: var(--brcnhroeul-note-ico-color);
  flex-shrink: 0;
  font-size: 1.05em;
}

/* Offer Card */
.brcnhroeul-card {
  background: var(--brcnhroeul-card-bg);
  color: var(--brcnhroeul-card-color);
  border-radius: var(--brcnhroeul-card-radius);
  border-top: var(--brcnhroeul-card-border-top-width) solid var(--brcnhroeul-card-border-top-color);
  padding: var(--brcnhroeul-card-padding);
  box-shadow: var(--brcnhroeul-card-shadow);
}

.brcnhroeul-card-tag {
  display: inline-flex;
  align-items: center;
  gap: var(--brcnhroeul-card-tag-gap);
  background: var(--brcnhroeul-card-tag-bg);
  color: var(--brcnhroeul-card-tag-color);
  font-size: var(--brcnhroeul-card-tag-font-size);
  font-weight: var(--brcnhroeul-card-tag-font-weight);
  border-radius: var(--brcnhroeul-card-tag-radius);
  padding: var(--brcnhroeul-card-tag-padding-y) var(--brcnhroeul-card-tag-padding-x);
  margin-bottom: var(--brcnhroeul-card-tag-margin-bottom);
}

.brcnhroeul-card-title {
  font-size: var(--brcnhroeul-card-title-font-size);
  font-weight: var(--brcnhroeul-card-title-font-weight);
  line-height: var(--brcnhroeul-card-title-line-height);
  margin-bottom: var(--brcnhroeul-card-title-margin-bottom);
}

.brcnhroeul-card-title span {
  background: var(--brcnhroeul-card-span-bg);
  padding: 0 0.35em;
  border-radius: var(--brcnhroeul-card-span-radius);
}

.brcnhroeul-card-txt {
  font-size: var(--brcnhroeul-card-txt-font-size);
  line-height: var(--brcnhroeul-card-txt-line-height);
  color: var(--brcnhroeul-card-txt-color);
  margin-bottom: var(--brcnhroeul-card-txt-margin-bottom);
}

.brcnhroeul-card-list {
  list-style: none;
  margin: 0 0 var(--brcnhroeul-card-list-margin-bottom);
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--brcnhroeul-card-list-gap);
}

.brcnhroeul-card-list li {
  display: flex;
  align-items: flex-start;
  gap: var(--brcnhroeul-card-list-item-gap);
  font-size: var(--brcnhroeul-card-list-font-size);
  font-weight: var(--brcnhroeul-card-list-font-weight);
}

.brcnhroeul-card-list .brcnhroeul-ico {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--brcnhroeul-card-ico-size);
  height: var(--brcnhroeul-card-ico-size);
  flex-shrink: 0;
  margin-top: var(--brcnhroeul-card-ico-margin-top);
}

.brcnhroeul-card-list .brcnhroeul-ico i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--brcnhroeul-card-ico-bg);
  color: var(--brcnhroeul-card-ico-color);
  font-size: var(--brcnhroeul-card-ico-font-size);
}

.brcnhroeul-card-list .brcnhroeul-ico-img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brcnhroeul-card-pay {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--brcnhroeul-card-pay-gap);
  background: var(--brcnhroeul-card-pay-bg);
  color: var(--brcnhroeul-card-pay-color);
  border-radius: var(--brcnhroeul-card-pay-radius);
  padding: var(--brcnhroeul-card-pay-padding-y) var(--brcnhroeul-card-pay-padding-x);
  margin-bottom: var(--brcnhroeul-card-pay-margin-bottom);
  font-size: var(--brcnhroeul-card-pay-font-size);
  font-weight: var(--brcnhroeul-card-pay-font-weight);
}

.brcnhroeul-card-pay b {
  color: var(--brcnhroeul-card-pay-b-color);
}

.brcnhroeul-card-pay small {
  display: block;
  font-weight: 400;
  opacity: 0.7;
  font-size: var(--brcnhroeul-card-pay-small-font-size);
}

.brcnhroeul-card .brcnctafeul-btns {
  gap: var(--brcnhroeul-card-btn-gap);
}

.brcnhroeul-card .brcnctafeul-btn {
  flex: 1 1 auto;
  padding: var(--brcnhroeul-card-btn-padding-y) var(--brcnhroeul-card-btn-padding-x);
  font-size: var(--brcnhroeul-card-btn-font-size);
}

.brcnhroeul-card .brcnctafeul-btn-sec:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}

/* Reveal Animation */
.brcnhroeul-rv {
  opacity: 0;
  transform: translateY(var(--brcnhroeul-reveal-y));
  transition: opacity var(--brcnhroeul-reveal-duration) var(--brcnhroeul-reveal-ease),
              transform var(--brcnhroeul-reveal-duration) var(--brcnhroeul-reveal-ease);
}

.brcnhroeul-rv.brcnhroeul-inview {
  opacity: 1;
  transform: none;
}

/* Breadcrumb */
.brcnhroeul-crumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--brcnhroeul-crumb-gap);
  list-style: none;
  margin: 0 0 var(--brcnhroeul-crumb-margin-bottom);
  padding: 0;
  font-size: var(--brcnhroeul-crumb-font-size);
  color: var(--brcnhroeul-crumb-color);
}

.brcnhroeul-crumb a {
  color: var(--brcnhroeul-crumb-link-color);
}

.brcnhroeul-crumb a:hover {
  color: var(--brcnhroeul-crumb-hover-color);
}

.brcnhroeul-crumb li + li::before {
  content: "/";
  margin-inline-end: 0.5rem;
  opacity: 0.4;
}

.brcnhroeul-crumb [aria-current="page"] {
  color: var(--brcnhroeul-crumb-active-color);
  font-weight: 700;
}

/* Cities Strip — Local SEO Bahrain */
.brcnhroeul-cities {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--brcnhroeul-max-width);
  margin: var(--brcnhroeul-cities-margin-top) auto 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--brcnhroeul-cities-gap);
  font-size: var(--brcnhroeul-cities-font-size);
  color: var(--brcnhroeul-cities-color);
}

.brcnhroeul-cities strong {
  color: var(--brcnhroeul-cities-strong-color);
  font-weight: 700;
}

.brcnhroeul-cities span {
  border: var(--brcnhroeul-cities-tag-border-width) solid var(--brcnhroeul-cities-tag-border-color);
  border-radius: var(--brcnhroeul-cities-tag-radius);
  padding: var(--brcnhroeul-cities-tag-padding-y) var(--brcnhroeul-cities-tag-padding-x);
  color: var(--brcnhroeul-cities-tag-color);
  transition: all 0.2s ease;
}

.brcnhroeul-cities span:hover {
  border-color: var(--brcnhroeul-cities-tag-hover-color);
  color: var(--brcnhroeul-cities-tag-hover-color);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 960px) {
  .brcnhroeul-section {
    --brcnhroeul-card-padding: 1.4rem 1.2rem;
    --brcnhroeul-lead-max-width: 100%;
  }
  .brcnhroeul-in {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .brcnhroeul-lead,
  .brcnhroeul-trust {
    width: 100%;
    max-width: 100%;
  }
  .brcnhroeul-card {
    padding: var(--brcnhroeul-card-padding);
  }
}

@media (max-width: 560px) {
  .brcnhroeul-section {
    --brcnhroeul-section-padding-top: 2.2rem;
    --brcnhroeul-section-padding-bottom: 1.2rem;
    --brcnhroeul-section-padding-x: 0.8rem;
    --brcnhroeul-lead-max-width: 100%;
    --brcnhroeul-title-font-size: 1.65rem;
    --brcnhroeul-title-line-height: 1.45;
    --brcnhroeul-lead-font-size: 0.92rem;
    --brcnhroeul-lead-line-height: 1.75;

    /* Card Tokens - Compact & Sleek for Mobile Viewports */
    --brcnhroeul-card-radius: 16px;
    --brcnhroeul-card-padding: 0.95rem 0.85rem;
    --brcnhroeul-card-tag-gap: 0.35rem;
    --brcnhroeul-card-tag-padding-y: 0.22rem;
    --brcnhroeul-card-tag-padding-x: 0.65rem;
    --brcnhroeul-card-tag-font-size: 0.72rem;
    --brcnhroeul-card-tag-margin-bottom: 0.55rem;
    --brcnhroeul-card-title-font-size: 1.15rem;
    --brcnhroeul-card-title-line-height: 1.5;
    --brcnhroeul-card-title-margin-bottom: 0.35rem;
    --brcnhroeul-card-txt-font-size: 0.84rem;
    --brcnhroeul-card-txt-line-height: 1.6;
    --brcnhroeul-card-txt-margin-bottom: 0.65rem;
    --brcnhroeul-card-list-gap: 0.38rem;
    --brcnhroeul-card-list-margin-bottom: 0.75rem;
    --brcnhroeul-card-list-font-size: 0.82rem;
    --brcnhroeul-card-list-item-gap: 0.45rem;
    --brcnhroeul-card-ico-size: 20px;
    --brcnhroeul-card-ico-font-size: 0.62rem;
    --brcnhroeul-card-pay-radius: 10px;
    --brcnhroeul-card-pay-padding-y: 0.5rem;
    --brcnhroeul-card-pay-padding-x: 0.75rem;
    --brcnhroeul-card-pay-margin-bottom: 0.75rem;
    --brcnhroeul-card-pay-gap: 0.35rem;
    --brcnhroeul-card-pay-font-size: 0.78rem;
    --brcnhroeul-card-pay-small-font-size: 0.7rem;
    --brcnhroeul-card-btn-gap: 0.5rem;
    --brcnhroeul-card-btn-padding-y: 0.7rem;
    --brcnhroeul-card-btn-padding-x: 0.85rem;
    --brcnhroeul-card-btn-font-size: 0.82rem;

    padding: var(--brcnhroeul-section-padding-top) var(--brcnhroeul-section-padding-x) var(--brcnhroeul-section-padding-bottom);
  }

  .brcnhroeul-title {
    font-size: var(--brcnhroeul-title-font-size);
    line-height: var(--brcnhroeul-title-line-height);
  }

  .brcnhroeul-lead {
    font-size: var(--brcnhroeul-lead-font-size);
    line-height: var(--brcnhroeul-lead-line-height);
    width: 100%;
    max-width: 100%;
  }

  .brcnhroeul-trust {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
  }

  .brcnhroeul-trust li {
    width: 100%;
  }

  .brcnhroeul-card {
    padding: var(--brcnhroeul-card-padding);
    border-radius: var(--brcnhroeul-card-radius);
  }

  .brcnhroeul-card-tag {
    padding: var(--brcnhroeul-card-tag-padding-y) var(--brcnhroeul-card-tag-padding-x);
    margin-bottom: var(--brcnhroeul-card-tag-margin-bottom);
    font-size: var(--brcnhroeul-card-tag-font-size);
    gap: var(--brcnhroeul-card-tag-gap);
  }

  .brcnhroeul-card-title {
    font-size: var(--brcnhroeul-card-title-font-size);
    line-height: var(--brcnhroeul-card-title-line-height);
    margin-bottom: var(--brcnhroeul-card-title-margin-bottom);
  }

  .brcnhroeul-card-txt {
    font-size: var(--brcnhroeul-card-txt-font-size);
    line-height: var(--brcnhroeul-card-txt-line-height);
    margin-bottom: var(--brcnhroeul-card-txt-margin-bottom);
  }

  .brcnhroeul-card-list {
    gap: var(--brcnhroeul-card-list-gap);
    margin-bottom: var(--brcnhroeul-card-list-margin-bottom);
  }

  .brcnhroeul-card-list li {
    font-size: var(--brcnhroeul-card-list-font-size);
    gap: var(--brcnhroeul-card-list-item-gap);
  }

  .brcnhroeul-card-list .brcnhroeul-ico {
    width: var(--brcnhroeul-card-ico-size);
    height: var(--brcnhroeul-card-ico-size);
  }

  .brcnhroeul-card-list .brcnhroeul-ico i {
    font-size: var(--brcnhroeul-card-ico-font-size);
  }

  .brcnhroeul-card-pay {
    flex-direction: column;
    align-items: flex-start;
    padding: var(--brcnhroeul-card-pay-padding-y) var(--brcnhroeul-card-pay-padding-x);
    margin-bottom: var(--brcnhroeul-card-pay-margin-bottom);
    gap: var(--brcnhroeul-card-pay-gap);
    border-radius: var(--brcnhroeul-card-pay-radius);
    font-size: var(--brcnhroeul-card-pay-font-size);
  }

  .brcnhroeul-card-pay small {
    font-size: var(--brcnhroeul-card-pay-small-font-size);
  }

  .brcnhroeul-card .brcnctafeul-btns {
    gap: var(--brcnhroeul-card-btn-gap);
  }

  .brcnhroeul-card .brcnctafeul-btn {
    padding: var(--brcnhroeul-card-btn-padding-y) var(--brcnhroeul-card-btn-padding-x);
    font-size: var(--brcnhroeul-card-btn-font-size);
  }
}

@media (max-width: 400px) {
  .brcnhroeul-section {
    --brcnhroeul-section-padding-x: 0.65rem;
    --brcnhroeul-card-padding: 0.8rem 0.65rem;
    --brcnhroeul-card-radius: 14px;
    --brcnhroeul-card-btn-padding-y: 0.65rem;
    --brcnhroeul-card-btn-padding-x: 0.75rem;
    --brcnhroeul-card-btn-font-size: 0.8rem;
    padding: var(--brcnhroeul-section-padding-top) var(--brcnhroeul-section-padding-x) var(--brcnhroeul-section-padding-bottom);
  }

  .brcnhroeul-card {
    padding: var(--brcnhroeul-card-padding);
    border-radius: var(--brcnhroeul-card-radius);
  }

  .brcnhroeul-card .brcnctafeul-btn {
    padding: var(--brcnhroeul-card-btn-padding-y) var(--brcnhroeul-card-btn-padding-x);
    font-size: var(--brcnhroeul-card-btn-font-size);
  }
}

@media (prefers-reduced-motion: reduce) {
  .brcnhroeul-rv {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .brcnhroeul-bg-orb-a,
  .brcnhroeul-bg-orb-b,
  .brcnhroeul-bg-grid::before,
  .brcnhroeul-bg-grid::after,
  .brcnhroeul-bg-line::after {
    animation: none !important;
  }
}

