      @keyframes fadeInUp {
        from {
          opacity: 0;
          transform: translateY(20px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }
      
      @keyframes fadeIn {
        from {
          opacity: 0;
        }
        to {
          opacity: 1;
        }
      }
      
      @keyframes floatIn {
        from {
          opacity: 0;
          transform: translateY(30px) scale(0.8);
        }
        to {
          opacity: 0.9;
          transform: translateY(0) scale(1);
        }
      }
      
      @keyframes float {
        0%, 100% {
          transform: translateY(0px);
        }
        50% {
          transform: translateY(-10px);
        }
      }

      @keyframes scrollPartners {
        0% {
          transform: translateX(0);
        }
        100% {
          transform: translateX(calc(-100% / 3));
        }
      }
      
      @media (prefers-reduced-motion: reduce) {
        .animate-fade-in,
        .animate-fade-in-up,
        .animate-fade-in-down {
          animation: none !important;
        }
      }
      
      .keyword-tag {
        padding: 6px 12px;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(8px);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      }

      .partners-carousel {
        will-change: transform;
      }

      .partners-carousel:hover {
        animation-play-state: paused;
      }

      .story-item {
        position: relative;
        cursor: pointer;
        transition: transform 0.2s ease;
      }

      .story-item:hover {
        transform: translateY(-2px);
      }

      .story-item > div {
        position: relative;
        padding-top: 4px;
      }

      .story-item > div::before {
        content: '';
        position: absolute;
        top: 0px;
        left: -4px;
        right: -4px;
        bottom: -4px;
        border-radius: 0.75rem;
        padding: 2px;
        background: linear-gradient(45deg, #20D8B8, #4890C8, #20D8B8, #4890C8, #20D8B8);
        background-size: 400% 400%;
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        animation: storyBorder 2.5s ease infinite;
        z-index: 0;
      }

      @keyframes storyBorder {
        0% {
          background-position: 0% 50%;
        }
        50% {
          background-position: 100% 50%;
        }
        100% {
          background-position: 0% 50%;
        }
      }

      .story-thumbnail {
        position: relative;
        z-index: 1;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        width: 72px;
        height: 128px;
        min-width: 72px;
        min-height: 128px;
        max-width: 72px;
        max-height: 128px;
        aspect-ratio: 9 / 16;
      }

      @media (min-width: 640px) {
        .story-thumbnail {
          width: 90px;
          height: 160px;
          min-width: 90px;
          min-height: 160px;
          max-width: 90px;
          max-height: 160px;
        }
      }

      .story-thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
      }

      .story-item:hover .story-thumbnail {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
      }

      .line-clamp-2 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }
      .line-clamp-3 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }
      /* Smooth transitions for speaker bio elements */
      [id^="speaker-bio-preview-"],
      [id^="speaker-bio-full-"] {
        transition: opacity 0.3s ease;
      }
      [id^="speaker-bio-container-"] {
        min-height: 4.5rem;
      }

      .scrollbar-hide {
        -ms-overflow-style: none;
        scrollbar-width: none;
      }

      .scrollbar-hide::-webkit-scrollbar {
        display: none;
      }

      /* Smooth scroll behavior (800ms) */
      html {
        scroll-behavior: smooth;
      }
      
      @media (prefers-reduced-motion: no-preference) {
        html {
          scroll-behavior: smooth;
        }
      }

      /* Section spacing */
      section {
        scroll-margin-top: 80px;
      }

      /* COREACH Design System Styles */

      /* Arabic Font - GE SS Two */
      @font-face {
        font-family: 'GE SS Two';
        src: url('../fonts/GE SS Two/GE SS Two Light/GE SS Two Light.otf') format('opentype');
        font-weight: 300;
        font-style: normal;
        font-display: swap;
      }
      @font-face {
        font-family: 'GE SS Two';
        src: url('../fonts/GE SS Two/GE SS Two Medium/GE SS Two Medium.otf') format('opentype');
        font-weight: 400 600;
        font-style: normal;
        font-display: swap;
      }
      @font-face {
        font-family: 'GE SS Two';
        src: url('../fonts/GE SS Two/GE SS Two Bold/GE SS Two Bold.otf') format('opentype');
        font-weight: 700 900;
        font-style: normal;
        font-display: swap;
      }

      html[lang="ar"],
      html[dir="rtl"],
      .font-arabic {
        font-family: 'GE SS Two', system-ui, sans-serif;
      }

      /* Gradient Classes */
      .gradient-teal-purple {
        background: linear-gradient(135deg, #20D8B8 0%, #4890C8 100%);
      }
      .gradient-teal-mint {
        background: linear-gradient(135deg, #20D8B8 0%, #4890C8 100%);
      }
      .gradient-mint-purple {
        background: linear-gradient(135deg, #20D8B8 0%, #4890C8 100%);
      }

      /* Typography Scale */
      .text-h1-hero {
        font-size: 42px;
        line-height: 1.2;
        font-weight: 700;
      }
      .text-h1-hero-lg {
        font-size: 40px;
        line-height: 1.2;
        font-weight: 700;
      }
      @media (min-width: 1024px) {
        .text-h1-hero {
          font-size: 56px;
        }
        .text-h1-hero-lg {
          font-size: 40px;
        }
        .quote-text {
          font-size: 80px !important;
        }
      }

      .text-h2-section {
        font-size: 25px;
        line-height: 1.3;
        font-weight: 600;
      }
      @media (min-width: 1024px) {
        .text-h2-section {
          font-size: 25px;
        }
      }

      .text-h3-sub {
        font-size: 23px;
        line-height: 1.4;
        font-weight: 600;
      }
      @media (min-width: 1024px) {
        .text-h3-sub {
          font-size: 24px;
        }
      }

      /* Button Styles */
      :root {
        --btn-main: #20D8B8;
        --btn-main-hover: #1CBFA5;
        --btn-secondary: #4890C8;
        --btn-secondary-hover: #3F7FB3;
        --btn-nonfocused: #61aecd;
        --btn-nonfocused-hover: #4f9bb8;
      }

      .btn-gradient-teal-mint {
        background: var(--btn-main);
        border-radius: 30px;
        padding: 12px 24px;
        font-size: 16px;
        font-weight: 600;
        color: white;
        transition: all 0.3s ease;
      }
      .btn-gradient-teal-mint:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(51, 156, 205, 0.3);
        background: var(--btn-main-hover);
      }

      .btn-gradient-mint-purple {
        background: var(--btn-secondary);
        border-radius: 30px;
        padding: 12px 24px;
        font-size: 16px;
        font-weight: 600;
        color: white;
        transition: all 0.3s ease;
      }
      .btn-gradient-mint-purple:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(93, 97, 248, 0.3);
        background: var(--btn-secondary-hover);
      }

      .btn-register-pill {
        background: var(--btn-main);
        border-radius: 9999px;
        padding: 12px 32px;
        font-size: 16px;
        font-weight: 600;
        color: white;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        transition: all 0.3s ease;
      }
      .btn-register-pill:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        background: var(--btn-main-hover);
      }
      .btn-register-pill i {
        font-size: 16px;
      }

      .btn-gradient-teal-purple {
        background: var(--btn-nonfocused);
        border-radius: 30px;
        padding: 12px 24px;
        font-size: 16px;
        font-weight: 600;
        color: white;
        transition: all 0.3s ease;
      }
      .btn-gradient-teal-purple:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(97, 174, 205, 0.3);
        background: var(--btn-nonfocused-hover);
      }

      .btn-dark {
        background: #1A1A2E;
        border-radius: 30px;
        padding: 12px 24px;
        font-size: 16px;
        font-weight: 600;
        color: white;
        transition: all 0.3s ease;
      }
      .btn-dark:hover {
        background: #2A2A3E;
        transform: translateY(-2px);
      }

      /* Card Styles */
      .card {
        background: white;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
      }
      .card:hover {
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
        transform: translateY(-4px);
      }

      /* Animation Classes */
      .animate-fade-in-up {
        animation: fadeInUp 0.6s ease-out both;
      }
      .animate-fade-in-down {
        animation: fadeInDown 0.6s ease-out both;
      }
      .animate-fade-in {
        animation: fadeIn 0.5s ease-out both;
      }

      @keyframes fadeInDown {
        from {
          opacity: 0;
          transform: translateY(-20px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }

      /* Comprehensive Scroll Animation Keyframes */
      @keyframes slideInLeft {
        from {
          opacity: 0;
          transform: translateX(-50px);
        }
        to {
          opacity: 1;
          transform: translateX(0);
        }
      }

      @keyframes slideInRight {
        from {
          opacity: 0;
          transform: translateX(50px);
        }
        to {
          opacity: 1;
          transform: translateX(0);
        }
      }

      @keyframes scaleIn {
        from {
          opacity: 0;
          transform: scale(0.8);
        }
        to {
          opacity: 1;
          transform: scale(1);
        }
      }

      @keyframes scaleInUp {
        from {
          opacity: 0;
          transform: scale(0.9) translateY(30px);
        }
        to {
          opacity: 1;
          transform: scale(1) translateY(0);
        }
      }

      @keyframes blurIn {
        from {
          opacity: 0;
          filter: blur(10px);
          transform: scale(1.1);
        }
        to {
          opacity: 1;
          filter: blur(0);
          transform: scale(1);
        }
      }

      @keyframes textReveal {
        from {
          opacity: 0;
          transform: translateY(20px);
          clip-path: inset(0 0 100% 0);
        }
        to {
          opacity: 1;
          transform: translateY(0);
          clip-path: inset(0 0 0 0);
        }
      }

      @keyframes slideUpFade {
        from {
          opacity: 0;
          transform: translateY(40px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }

      @keyframes rotateIn {
        from {
          opacity: 0;
          transform: rotate(-10deg) scale(0.9);
        }
        to {
          opacity: 1;
          transform: rotate(0) scale(1);
        }
      }

      @keyframes counter {
        from {
          opacity: 0;
          transform: translateY(20px) scale(0.8);
        }
        to {
          opacity: 1;
          transform: translateY(0) scale(1);
        }
      }

      @keyframes bounceIn {
        0% {
          opacity: 0;
          transform: scale(0.3) translateY(100px);
        }
        50% {
          opacity: 1;
          transform: scale(1.05) translateY(-10px);
        }
        70% {
          transform: scale(0.9) translateY(0);
        }
        100% {
          transform: scale(1) translateY(0);
        }
      }

      @keyframes shimmer {
        0% {
          background-position: -1000px 0;
        }
        100% {
          background-position: 1000px 0;
        }
      }

      @keyframes gradientShift {
        0%, 100% {
          background-position: 0% 50%;
        }
        50% {
          background-position: 100% 50%;
        }
      }

      /* Scroll Animation Classes */
      .scroll-animate {
        opacity: 0;
        transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
                    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
      }

      .scroll-animate.animated {
        opacity: 1;
      }

      /* Motion Init/In States */
      [data-animate] {
        opacity: 0;
        will-change: opacity, transform;
      }

      [data-animate].is-visible {
        opacity: 1;
      }

      /* Animation Variants */
      [data-animate="fade-up"].is-visible {
        animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
      }

      [data-animate="fade-in"].is-visible {
        animation: fadeIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
      }

      [data-animate="slide-left"].is-visible {
        animation: slideInLeft 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
      }

      [data-animate="slide-right"].is-visible {
        animation: slideInRight 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
      }

      [data-animate="scale-in"].is-visible {
        animation: scaleIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
      }

      [data-animate="blur-in"].is-visible {
        animation: blurIn 1s cubic-bezier(0.16, 1, 0.3, 1) both;
      }

      [data-animate="fade-in-up"].is-visible {
        animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
      }

      [data-animate="scale-in-up"].is-visible {
        animation: scaleInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
      }

      [data-animate="slide-in-left"].is-visible {
        animation: slideInLeft 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
      }

      [data-animate="slide-in-right"].is-visible {
        animation: slideInRight 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
      }

      [data-animate="slide-up-fade"].is-visible {
        animation: slideUpFade 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
      }

      .animate-slide-in-left {
        animation: slideInLeft 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
      }

      .animate-slide-in-right {
        animation: slideInRight 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
      }

      .animate-scale-in {
        animation: scaleIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
      }

      .animate-scale-in-up {
        animation: scaleInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
      }

      .animate-blur-in {
        animation: blurIn 1s cubic-bezier(0.16, 1, 0.3, 1) both;
      }

      .animate-text-reveal {
        animation: textReveal 1s cubic-bezier(0.16, 1, 0.3, 1) both;
      }

      .animate-slide-up-fade {
        animation: slideUpFade 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
      }

      .animate-rotate-in {
        animation: rotateIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
      }

      .animate-bounce-in {
        animation: bounceIn 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
      }

      /* Parallax wrapper */
      .parallax-wrapper {
        will-change: transform;
        transform-style: preserve-3d;
      }

      /* Enhanced hover effects */
      .hover-lift {
        transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                    box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
      }

      .hover-lift:hover {
        transform: translateY(-8px) scale(1.02);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
      }

      /* Proximity glow (optimized: CSS vars updated via rAF in JS) */
      .proximity-card {
        position: relative;
        overflow: hidden;
        --px: 50%;
        --py: 50%;
        --glow-opacity: 0;
      }

      .proximity-card::before {
        content: '';
        position: absolute;
        inset: 0;
        pointer-events: none;
        opacity: var(--glow-opacity);
        transition: opacity 180ms ease;
        background:
          radial-gradient(
            circle 480px at var(--px) var(--py),
            rgba(32, 216, 184, 0.28) 0%,
            rgba(72, 144, 200, 0.20) 40%,
            rgba(72, 144, 200, 0.08) 65%,
            rgba(72, 144, 200, 0.0) 85%
          );
      }

      /* Testimonials Carousel */
      .testimonials-carousel-container {
        position: relative;
        padding: 0 3rem;
      }

      .testimonials-carousel-wrapper {
        position: relative;
      }

      .testimonials-carousel-track {
        display: flex;
        will-change: transform;
        transition: transform 0.5s ease-in-out;
      }
      .certification-levels-carousel-container {
        position: relative;
        padding: 0 3rem;
      }
      .certification-levels-carousel-track {
        position: relative;
        overflow: hidden;
      }
      .certification-levels-carousel-track > div {
        display: flex;
        will-change: transform;
        transition: transform 0.5s ease-in-out;
      }
      .certification-level-slide {
        display: flex;
        justify-content: center;
      }

      .testimonial-slide {
        display: flex;
        justify-content: center;
      }

      @media (max-width: 768px) {
        .testimonial-slide {
          width: 100% !important;
        }
      }

      .testimonial-nav-btn {
        outline: none;
      }

      .testimonial-nav-btn:focus {
        outline: 2px solid #20D8B8;
        outline-offset: 2px;
      }

      .testimonial-dot {
        cursor: pointer;
        border: none;
        outline: none;
      }

      .testimonial-dot:focus {
        outline: 2px solid #20D8B8;
        outline-offset: 2px;
      }

      @media (max-width: 768px) {
        .testimonials-carousel-container {
          padding: 0 1rem;
        }

        .testimonial-nav-btn {
          width: 2.5rem;
          height: 2.5rem;
        }

        .testimonial-nav-prev {
          transform: translateY(-50%) translateX(-1rem) !important;
        }

        .testimonial-nav-next {
          transform: translateY(-50%) translateX(1rem) !important;
        }
      }

      /* Product Tab Navigation */
      .product-tab {
        position: relative;
        white-space: nowrap;
        color: #4A4A4A;
        padding: 14px 20px;
        background: transparent;
        border: none;
        border-bottom: 3px solid transparent;
        cursor: pointer;
        font-weight: 500;
        font-size: 14px;
        transition: all 0.2s ease;
      }

      .product-tab.active {
        color: #20D8B8;
        border-bottom-color: #20D8B8;
      }

      .product-tab:hover:not(.active) {
        color: #666666;
        background: rgba(0, 0, 0, 0.02);
      }

      .product-tab-content {
        transition: opacity 0.3s ease;
      }

      .product-tabs-container {
        background-color: rgba(248, 249, 250, 0);
        border-radius: 8px 8px 0 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        overflow: hidden;
      }

      .hover-scale {
        transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
      }

      .hover-scale:hover {
        transform: scale(1.05);
      }

      /* Scroll Progress Indicator */
      .scroll-progress {
        position: fixed;
        top: 0;
        left: 0;
        width: 0%;
        height: 3px;
        background: linear-gradient(90deg, #20D8B8, #4890C8, #20D8B8);
        z-index: 9999;
        transition: width 0.1s ease-out;
        box-shadow: 0 2px 10px rgba(51, 156, 205, 0.5);
      }

      /* 3D Card Effect */
      .card-3d {
        transform-style: preserve-3d;
        transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
      }

      .card-3d:hover {
        transform: translateY(-10px) rotateX(2deg);
      }

      /* Text Gradient Animation */
      .text-gradient-animate {
        background: linear-gradient(135deg, #20D8B8 0%, #4890C8 50%, #20D8B8 100%);
        background-size: 200% 200%;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: gradientShift 3s ease infinite;
      }

      /* Staggered Animation Delays */
      .stagger-1 { animation-delay: 0.1s; }
      .stagger-2 { animation-delay: 0.2s; }
      .stagger-3 { animation-delay: 0.3s; }
      .stagger-4 { animation-delay: 0.4s; }
      .stagger-5 { animation-delay: 0.5s; }
      .stagger-6 { animation-delay: 0.6s; }
      .stagger-7 { animation-delay: 0.7s; }
      .stagger-8 { animation-delay: 0.8s; }

      /* Enhanced Animation Classes */
      .animate-fade-in-up {
        animation: fadeInUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
      }

      .animate-fade-in-down {
        animation: fadeInDown 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
      }

      .animate-fade-in {
        animation: fadeIn 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
      }

      /* Header Scroll Animations */
      header {
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        transform: translateY(0);
      }

      header.scrolled {
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
        backdrop-filter: blur(12px);
      }

      header.header-hidden {
        transform: translateY(-100%);
      }

      /* Navigation Link Animations */
      nav a {
        position: relative;
        transition: color 0.3s ease;
      }

      nav a::after {
        content: '';
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 0;
        height: 2px;
        background: linear-gradient(90deg, #20D8B8, #4890C8);
        transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1);
      }

      nav a:hover::after,
      nav a.text-teal::after {
        width: 100%;
      }

      /* Mobile Menu Animation */
      #mobileMenu {
        transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
        transform-origin: top;
      }

      #mobileMenu.hidden {
        opacity: 0;
        transform: translateY(-10px) scale(0.95);
        pointer-events: none;
      }

      #mobileMenu:not(.hidden) {
        opacity: 1;
        transform: translateY(0) scale(1);
      }

      section#hero {
        position: relative;
        background: transparent;
        overflow: hidden;
      }

      section#hero > div[data-hero] {
        position: relative;
        isolation: isolate; /* Create new stacking context */
      }

      .hero-image-bg {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        min-height: 50vh;
        z-index: -1;
        overflow: hidden;
        pointer-events: none;
      }

      .hero-image-bg-media {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
      }

      /* Hero WebGL background container (liquid gradient) */
      #hero-webgl-bg {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        min-height: 50vh;
        z-index: 1;
        pointer-events: none;
        overflow: hidden;
      }

      #hero-webgl-bg .hero-webgl-canvas {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        display: block;
        /* Keep motion subtle and soft over the hero media */
        filter: blur(4px) saturate(1.08) contrast(1.06) brightness(1);
        opacity: 0.69;
        transform: scale(1.04);
        transform-origin: center;
      }

      /* Content container - must be above background */
      section#hero > div[data-hero] > div.relative.overflow-hidden {
        position: relative;
        z-index: 10;
        isolation: isolate; /* Create new stacking context for content */
      }



      /* Accessibility - Respect reduced motion */
      @media (prefers-reduced-motion: reduce) {
        .animate-fade-in,
        .animate-fade-in-up,
        .animate-fade-in-down,
        .animate-slide-in-left,
        .animate-slide-in-right,
        .animate-scale-in,
        .animate-scale-in-up,
        .animate-blur-in,
        .animate-text-reveal,
        .animate-slide-up-fade,
        .animate-rotate-in,
        .animate-bounce-in,
        .scroll-animate,
        [data-animate] {
          animation: none !important;
          opacity: 1 !important;
          transform: none !important;
        }
        
        [data-animate].is-visible {
          opacity: 1 !important;
        }
        
        .parallax-wrapper,
        [data-parallax] {
          transform: none !important;
          will-change: auto !important;
        }
        
        .scroll-progress {
          display: none;
        }
      }

      /* RTL Support */
      [dir="rtl"] {
        direction: rtl;
        text-align: right;
        font-family: 'GE SS Two', system-ui, sans-serif;
      }

      [dir="rtl"] nav a::after {
        left: auto;
        right: 0;
        background: linear-gradient(270deg, #20D8B8, #4890C8);
      }

      [dir="rtl"] [data-nav-mobile] {
        text-align: right;
      }

      [dir="rtl"] .modal-close-btn {
        right: auto;
        left: 0;
      }

      [dir="rtl"] #mobileMenuButton {
        margin-inline-start: auto;
        margin-inline-end: 0;
      }

      /* Footer always LTR + Sora (same layout for EN and AR) */
      footer,
      footer .footer-ltr {
        direction: ltr;
        font-family: 'Sora', system-ui, ui-sans-serif, 'Helvetica', 'Arial', sans-serif !important;
      }

      footer .footer-ltr .text-right {
        text-align: right;
      }

      /* Lazy Image Loading */
      img[data-src] {
        opacity: 0;
        transition: opacity 0.3s;
      }
      img[data-src].loaded {
        opacity: 1;
      }

      /* Section Padding */
      section {
        padding: 60px 0;
      }
      @media (min-width: 1024px) {
        section {
          padding: 100px 0;
        }
      }
      /* Remove vertical padding from hero section */
      section#hero {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        position: relative;
        z-index: 1;
        min-height: 50vh;
      }
      
      /* Ensure hero content doesn't go behind header (header is z-40) */
      section#hero > div[data-hero] {
        position: relative;
        z-index: 1;
      }
      
      section#hero > div[data-hero] > div.relative.overflow-hidden {
        position: relative;
        z-index: 1;
        min-height: 50vh;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      /* Remove padding from recap section */
      section#recap {
        padding: 0 !important;
      }
      /* Subtle visual depth for program intro */
      section#program-intro {
        position: relative;
        overflow: hidden;
        background:
          radial-gradient(1000px 420px at 90% -20%, rgba(32, 216, 184, 0.12), transparent 65%),
          radial-gradient(850px 380px at 10% 120%, rgba(72, 144, 200, 0.12), transparent 65%),
          linear-gradient(180deg, #f8fbfd 0%, #f3f8fc 100%);
      }
      section#program-intro > * {
        position: relative;
        z-index: 1;
      }
      /* Remove padding from about section */
      section#about {
        padding: 0 !important;
        position: relative;
        overflow: hidden;
      }
      section#about::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: var(--about-bg-image);
        background-repeat: no-repeat;
        /* Tuned to match the previous decorative tile position */
        background-position: left 8% top 35%;
        background-size: clamp(360px, 42vw, 620px) auto;
        pointer-events: none;
        z-index: 0;
      }
      /* Improve text readability over bright decorative background */
      section#about::after {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0.482);
        pointer-events: none;
        z-index: 1;
      }
      section#about > * {
        position: relative;
        z-index: 2;
      }

      /* Hide language toggle and remove space */
      [data-language-toggle].hidden {
        display: none !important;
      }
      /* Remove padding from event-overview section */
      section#event-overview {
        padding: 0 !important;
      }

      /* Reduce opacity for paragraph text */
      p {
        opacity: 0.85;
      }
      p.text-dark-text,
      p.text-text,
      p.text-slate-900 {
        opacity: 0.85;
      }

      /* Container Padding */
      .container-padding {
        padding-left: 20px;
        padding-right: 20px;
      }
      @media (min-width: 640px) {
        .container-padding {
          padding-left: 40px;
          padding-right: 40px;
        }
      }

      /* Hero Image Styles */
      #heroImageCarousel {
        cursor: default;
      }

      .hero-image-card {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1;
      }
      
      /* Ensure hero image doesn't go behind header */
      section#hero .parallax-wrapper {
        z-index: 2 !important;
      }
      
      section#hero .order-1.lg\\:order-2 {
        z-index: 3 !important;
      }

      .hero-image-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        will-change: transform;
        transform-origin: center center;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        pointer-events: none;
        display: block;
      }

      /* Mobile responsive adjustments */
      @media (max-width: 1023px) {
        section#hero .grid.lg\\:grid-cols-2 {
          grid-template-columns: 1fr !important;
          gap: 2.5rem !important;
          display: grid !important;
        }
        
        section#hero .order-2.lg\\:order-1 {
          order: 2 !important;
          margin-bottom: 2rem !important;
          margin-top: 1rem !important;
          width: 100% !important;
          max-width: 100% !important;
        }
        
        section#hero .order-1.lg\\:order-2 {
          order: 1 !important;
          width: 100% !important;
          margin-bottom: 1.5rem !important;
          padding-top: 1rem !important;
        }
        
        section#hero .hero-image-carousel {
          max-height: 350px !important;
          height: 350px !important;
        }
        
        section#hero .parallax-wrapper {
          max-width: 100% !important;
          margin: 0 auto !important;
          width: 100% !important;
        }
        
        section#hero .parallax-wrapper > div {
          max-width: 100% !important;
          width: 100% !important;
        }
      }
      
      @media (min-width: 1024px) {
        section#hero .grid.lg\\:grid-cols-2 {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }
      }

      /* Smooth transitions for proximity animation - removed to allow JS control */
      /* We let JavaScript handle the animation for smoother performance */

      /* Disable proximity animation on reduced motion */
      @media (prefers-reduced-motion: reduce) {
        .hero-image-card img {
          will-change: auto;
        }
      }

      /* --- Shared landing layout system --- */
      .section-header {
        margin-bottom: 2.5rem;
      }
      @media (min-width: 1024px) {
        .section-header {
          margin-bottom: 3rem;
        }
      }

      .section-lead {
        max-width: 48rem;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1rem;
      }

      .section-lead--start {
        margin-left: 0;
        margin-right: 0;
      }

      .credentials-list-item {
        display: flex;
        align-items: flex-start;
        gap: 0.75rem;
        text-align: start;
      }

      .credentials-list-text {
        flex: 1;
        min-width: 0;
      }

      .layout-split {
        display: grid;
        gap: 2rem;
      }
      @media (min-width: 1024px) {
        .layout-split {
          grid-template-columns: repeat(2, minmax(0, 1fr));
          gap: 3rem;
          align-items: start;
        }
      }

      .content-card {
        background: #fff;
        border: 1px solid #e2e8f0;
        border-radius: 1rem;
        padding: 1.5rem;
        transition: transform 0.25s ease, box-shadow 0.25s ease;
      }
      @media (min-width: 1024px) {
        .content-card {
          padding: 2rem;
        }
      }
      .content-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
      }

      .stat-band {
        background: rgba(255, 255, 255, 0.85);
        border: 1px solid #e2e8f0;
        border-radius: 1.25rem;
        padding: 2rem;
      }
      @media (min-width: 1024px) {
        .stat-band {
          padding: 2.5rem 3rem;
        }
      }

      .stat-card {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: 100%;
        background: #fff;
        border: 1px solid #e2e8f0;
        border-radius: 1rem;
        padding: 1.5rem;
      }

      .info-strip {
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem;
        justify-content: center;
        margin-bottom: 2.5rem;
      }

      .info-strip-chip {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.625rem 1rem;
        background: #fff;
        border: 1px solid #e2e8f0;
        border-radius: 9999px;
        font-size: 0.875rem;
        line-height: 1.4;
        color: #334155;
      }

      .cta-band {
        text-align: center;
        max-width: 42rem;
        margin-left: auto;
        margin-right: auto;
      }

      .cta-band .cta-band-body {
        margin-top: 1rem;
        margin-bottom: 2rem;
      }

      section#final-cta {
        background:
          radial-gradient(900px 400px at 50% 0%, rgba(32, 216, 184, 0.14), transparent 70%),
          radial-gradient(700px 320px at 80% 100%, rgba(72, 144, 200, 0.12), transparent 65%),
          linear-gradient(180deg, #f8fbfd 0%, #eef6f9 100%);
      }

      section#erickson-stats {
        background:
          radial-gradient(800px 360px at 15% 50%, rgba(32, 216, 184, 0.08), transparent 65%),
          radial-gradient(700px 320px at 85% 50%, rgba(72, 144, 200, 0.1), transparent 65%),
          #f8fafc;
      }

      section#coreach-stats {
        background:
          radial-gradient(700px 320px at 85% 50%, rgba(255, 192, 0, 0.08), transparent 65%),
          radial-gradient(800px 360px at 15% 50%, rgba(72, 144, 200, 0.08), transparent 65%),
          #fff;
      }

      section#program-intro .content-card {
        background: rgba(255, 255, 255, 0.92);
        backdrop-filter: blur(4px);
      }

      section#curriculum-breakdown .curriculum-module-card {
        border: none;
        box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
      }
      section#curriculum-breakdown .curriculum-module-card:hover {
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
      }

      section#testimonials .facilitator-profile-card,
      section#testimonials .facilitator-highlights-card {
        height: 100%;
      }

      /* Certification pathway roadmap */
      section#certification-pathway {
        background:
          radial-gradient(900px 400px at 50% 0%, rgba(32, 216, 184, 0.1), transparent 70%),
          radial-gradient(800px 360px at 80% 100%, rgba(72, 144, 200, 0.08), transparent 65%),
          #f8fafc;
      }

      .certification-roadmap-badge {
        background: rgba(34, 197, 94, 0.12);
        color: #15803d;
        border: 1px solid rgba(34, 197, 94, 0.35);
      }

      .certification-roadmap-badge-dot {
        width: 0.625rem;
        height: 0.625rem;
        border-radius: 9999px;
        background: #22c55e;
        box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.25);
      }

      .certification-roadmap-step--current {
        border-color: rgba(32, 216, 184, 0.45);
        box-shadow: 0 8px 30px rgba(32, 216, 184, 0.12);
      }

      .certification-roadmap-destination {
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 248, 230, 0.95) 50%, rgba(238, 245, 252, 0.98) 100%);
        border-color: rgba(255, 192, 0, 0.35);
      }
