
 /* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       PAGE BANNER WITH INVERTED BORDER
    â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
 .page-banner {
   position: relative;
   background:  center center/cover no-repeat , var(--gradient-main);
   padding: 50px 24px 0;
   overflow: visible;
   z-index: 0;
   background-color: rgba(29,47,102, 0.5);
   background-blend-mode: overlay; /* جرب multiply / darken / overlay */
   background-size: cover;
   background-position: center;
   margin: 10px;
   border-radius: 20px;
 }

 /* dot grid texture */
 .page-banner::before {
   content: '';
   position: absolute;
   inset: 0;
   background-image: radial-gradient(circle, rgba(255, 255, 255, .1) 1px, transparent 1px);
   background-size: 26px 26px;
   pointer-events: none;
   z-index: 0;
 }

 /* diagonal shimmer */
 .page-banner::after {
   content: '';
   position: absolute;
   inset: 0;
   background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, .05) 50%, transparent 70%);
   pointer-events: none;
   z-index: 0;
 }

 .page-banner-inner {
   position: relative;
   z-index: 1;
   max-width: 1200px;
   margin: 70px auto;
 }

 /* â”€â”€ breadcrumb â”€â”€ */
 .breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: .75rem;
    font-weight: 500;
    color: rgba(255, 255, 255, .65);
    flex-wrap: wrap;
    margin-bottom: 16px;
    background: var(--color-gray-200);
    padding: 1rem;
    border-radius: 15px 15px 15px 15px;
    border: 10px solid var(--color-white);
    border-bottom: 0;
    position: relative;
    max-width: 1200px;
    margin: auto;
 }
 .breadcrumb::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: -30px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: transparent;
    box-shadow: 10px 10px 0 var(--color-white);
    z-index: 0;
 }
  .breadcrumb::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: -30px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: transparent;
    box-shadow: -10px 10px 0 var(--color-white);
    z-index: 0;
 }
 .breadcrumb a {
   color: var(--color-primary);
   transition: color .2s;
 }

 .breadcrumb a:hover {
   color: var(--color-accent);
 }

 .breadcrumb-sep {
   width: 14px;
   height: 14px;
   stroke: var(--color-primary);
   fill: none;
   stroke-width: 2;
   stroke-linecap: round;
   stroke-linejoin: round;
   flex-shrink: 0;
 }

 .breadcrumb-current {
   color: var(--color-accent);
   font-weight: 600;
 }

 /* â”€â”€ heading block â”€â”€ */
 .page-banner-heading {
   font-size: clamp(1.8rem, 4vw, 2.8rem);
   font-weight: 800;
   color: var(--color-white);
   line-height: 1.15;
   margin-bottom: 10px;
 }

 .page-banner-heading span {
   color: var(--color-accent);
 }

 .page-banner-desc {
   font-size: .9rem;
   color: rgba(255, 255, 255, .7);
   line-height: 1.7;
   max-width: 560px;
   margin-bottom: 28px;
 }

 /* â”€â”€ stat chips â”€â”€ */
 /* .banner-chips {
   display: flex;
   gap: 10px;
   flex-wrap: wrap;
   margin-bottom: 40px;
 } */

 .banner-chip {
   display: inline-flex;
   align-items: center;
   gap: 6px;
   background: rgba(255, 255, 255, .12);
   border: 1px solid rgba(255, 255, 255, .2);
   border-radius: 999px;
   padding: 5px 14px;
   font-size: .73rem;
   font-weight: 600;
   color: var(--color-white);
   backdrop-filter: blur(4px);
 }

 .banner-chip i {
   color: var(--color-accent);
   font-size: .7rem;
 }

 /* â”€â”€ inverted wave at bottom â”€â”€ */
 .page-banner-wave {
   position: relative;
   z-index: 1;
   line-height: 0;
   margin-top: 0;
 }

 .page-banner-wave svg {
   display: block;
   width: 100%;
 }

 /* â”€â”€ left orb decoration â”€â”€ */
 .banner-orb {
   position: absolute;
   border-radius: 50%;
   pointer-events: none;
   z-index: 0;
 }

 .banner-orb-1 {
   width: 260px;
   height: 260px;
   background: radial-gradient(circle, rgba(107, 206, 245, .2) 0%, transparent 70%);
   top: -40px;
   right: 80px;
 }

 .banner-orb-2 {
   width: 160px;
   height: 160px;
   background: radial-gradient(circle, rgba(242, 183, 5, .15) 0%, transparent 70%);
   bottom: 30px;
   left: 5%;
 }


  .wcu-root {
    font-family: "Plus Jakarta Sans", sans-serif;
    background: #f8fafc;
    padding: 70px 0 80px;
    overflow: hidden;
  }

  .wcu-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .wcu-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 12px;
  }

  .wcu-eyebrow-line {
    width: 30px;
    height: 2px;
    background: #f2b705;
    border-radius: 2px;
  }

  .wcu-eyebrow-text {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #f2b705;
    font-family: "Plus Jakarta Sans", sans-serif;
  }

  .wcu-heading {
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-size: 34px;
    font-weight: 800;
    color: #1a2a5e;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .wcu-heading span {
    color: #4bb8e8;
  }

  .wcu-sub {
    text-align: center;
    font-size: 14px;
    color: #6b7280;
    max-width: 500px;
    margin: 0 auto 56px;
    line-height: 1.7;
  }

  .wcu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 48px;
  }

  .wcu-card {
    background: #fff;
    border-radius: 18px;
    padding: 32px 26px 28px;
    border: 1.5px solid #e8edf6;
    position: relative;
    overflow: hidden;
    cursor: default;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .55s ease, transform .55s ease, border-color .3s, box-shadow .3s;
  }

  .wcu-card.visible {
    opacity: 1;
    transform: translateY(0);
  }

  .wcu-card:hover {
    border-color: #273d7f;
    box-shadow: 0 16px 48px rgba(39, 61, 127, .13);
    transform: translateY(-6px) !important;
  }

  .wcu-card-accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #273d7f, #6bcef5);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s cubic-bezier(.77, 0, .18, 1);
  }

  .wcu-card:hover .wcu-card-accent {
    transform: scaleX(1);
  }

  .wcu-icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: rgba(39, 61, 127, .08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    transition: background .3s, transform .3s;
  }

  .wcu-card:hover .wcu-icon-wrap {
    background: rgba(39, 61, 127, .14);
    transform: scale(1.08) rotate(-3deg);
  }

  .wcu-icon-wrap img {
    width: 28px;
    height: 28px;
    fill: none;
    /* stroke: #273d7f;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round; 
    transition: stroke .3s;*/
  filter: brightness(0) saturate(100%) invert(19%) sepia(33%) saturate(1825%)
          hue-rotate(209deg) brightness(92%) contrast(92%);
  }

  /* .wcu-card:hover .wcu-icon-wrap img {
    stroke: #1d2f66;
  } */

  .wcu-number {
    position: absolute;
    top: 28px;
    right: 26px;
    font-family: "Outfit", sans-serif;
    font-size: 52px;
    font-weight: 800;
    color: rgba(39, 61, 127, .06);
    line-height: 1;
    transition: color .3s;
    user-select: none;
  }

  .wcu-card:hover .wcu-number {
    color: rgba(39, 61, 127, .1);
  }

  .wcu-card-title {
    font-family: "Outfit", sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #1a2a5e;
    margin-bottom: 10px;
  }

  .wcu-card-text {
    font-size: 13.5px;
    color: #6b7280;
    line-height: 1.7;
  }

  .wcu-card-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 16px;
    background: rgba(39, 61, 127, .07);
    border-radius: 999px;
    padding: 5px 12px;
    font-size: 11.5px;
    font-weight: 600;
    color: #273d7f;
    transition: background .3s, color .3s;
  }

  .wcu-card:hover .wcu-card-tag {
    background: #273d7f;
    color: #fff;
  }

  .wcu-card-tag svg {
    width: 12px;
    height: 12px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .wcu-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: stretch;
  }

  .wcu-cta-card {
    background: #273d7f;
    border-radius: 18px;
    padding: 36px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .6s ease .3s, transform .6s ease .3s;
  }

  .wcu-cta-card.visible {
    opacity: 1;
    transform: translateY(0);
  }

  .wcu-cta-card::before {
    content: '';
    position: absolute;
    right: -40px;
    top: -40px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 40px solid rgba(242, 183, 5, .12);
  }

  .wcu-cta-card::after {
    content: '';
    position: absolute;
    right: 40px;
    bottom: -60px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 30px solid rgba(107, 206, 245, .1);
  }

  .wcu-cta-tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #f2b705;
    margin-bottom: 12px;
  }

  .wcu-cta-title {
    font-family: "Outfit", sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 14px;
  }

  .wcu-cta-title em {
    color: #f2b705;
    font-style: normal;
  }

  .wcu-cta-text {
    font-size: 13.5px;
    color: rgba(255, 255, 255, .72);
    line-height: 1.7;
    margin-bottom: 24px;
  }

  .wcu-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f2b705;
    color: #1a2a5e;
    border: none;
    border-radius: 999px;
    padding: 13px 26px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    font-family: "Plus Jakarta Sans", sans-serif;
    transition: background .25s, transform .2s, box-shadow .25s;
    width: fit-content;
  }

  .wcu-cta-btn:hover {
    background: #ffd166;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(242, 183, 5, .4);
  }

  .wcu-cta-btn svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .wcu-stats-card {
    background: #fff;
    border-radius: 18px;
    border: 1.5px solid #e8edf6;
    padding: 32px 28px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .6s ease .45s, transform .6s ease .45s;
  }

  .wcu-stats-card.visible {
    opacity: 1;
    transform: translateY(0);
  }

  .wcu-stats-title {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #1a2a5e;
    margin-bottom: 22px;
  }

  .wcu-stat-row {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid #f0f2f8;
  }

  .wcu-stat-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .wcu-stat-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: rgba(39, 61, 127, .07);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .wcu-stat-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #273d7f;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .wcu-stat-label {
    font-size: 12px;
    color: #9ca3af;
    font-weight: 500;
    margin-bottom: 2px;
  }

  .wcu-stat-num {
    font-family: "Outfit", sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #1a2a5e;
  }

  .wcu-stat-bar-wrap {
    flex: 1;
    height: 5px;
    background: #eef1f8;
    border-radius: 99px;
    overflow: hidden;
  }

  .wcu-stat-bar {
    height: 100%;
    border-radius: 99px;
    background: linear-gradient(90deg, #273d7f, #6bcef5);
    width: 0;
    transition: width 1.2s cubic-bezier(.4, 0, .2, 1);
  }

  .wcu-review-strip {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
    padding: 14px 16px;
    background: rgba(39, 61, 127, .05);
    border-radius: 12px;
  }

  .wcu-avatars {
    display: flex;
  }

  .wcu-av {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: -8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
  }

  .wcu-review-text {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.4;
    flex: 1;
  }

  .wcu-review-text strong {
    color: #273d7f;
    font-size: 13px;
    display: block;
  }

  .wcu-stars {
    color: #f2b705;
    font-size: 13px;
    letter-spacing: 1px;
  }

  @media (max-width: 700px) {
    .wcu-grid {
      grid-template-columns: 1fr;
    }

    .wcu-bottom {
      grid-template-columns: 1fr;
    }

    .wcu-heading {
      font-size: 26px;
    }
  }
