
/* Featured In Section */
.featured-in-section {
    padding: 80px 0;
    background: white;
    position: relative;
  }
  
  .featured-in-title {
    font-size: 48px;
    font-weight: 700;
    color: #1E293B;
    margin-bottom: 60px;
  }
  
  .featured-in-desktop {
    position: relative;
  }

  .featured-in-desktop .row {
    display: flex;
    flex-wrap: wrap;
  }

  .featured-in-desktop .row > [class*='col-'] {
    display: flex;
  }
  
  .featured-article {
    background: white;
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: 0 8px 35px rgba(0, 0, 0, 0.1);
    min-height: 380px;
    height: auto;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    position: relative;
    overflow: visible;
    border: none;
    justify-content: space-between;
  }
  
  .featured-article:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 50px rgba(0, 0, 0, 0.16);
  }
  
  .publication-logo {
    margin-bottom: 30px;
    flex-shrink: 0;
  }
  
  .publication-logo img {
    max-height: 32px;
    width: auto;
  }
  
  .featured-quote {
    font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: #334155;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 30px;
    flex-grow: 1;
    text-align: left;
  }
  
  .featured-quote::before {
    content: open-quote;
    font-size: 24px;
    color: #64748B;
    font-weight: 400;
    line-height: 1;
  }
  
  .featured-quote::after {
    content: close-quote;
    font-size: 24px;
    color: #64748B;
    font-weight: 400;
    line-height: 1;
  }
  
  .read-full-review {
    color: #6366F1;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    transition: color 0.3s ease;
    margin-top: auto;
    flex-shrink: 0;
  }
  
  .read-full-review:hover {
    color: #4338CA;
    text-decoration: none;
  }
  
  /* Mobile Layout */
  .featured-in-mobile {
    position: relative;
    z-index: 2;
  }
  
  .featured-articles-slider {
    position: relative;
  }
  
  .featured-articles-slider .featured-slide {
    border-radius: 16px;
    background: white;
    margin: 10px;
  }
  
  .featured-articles-slider .featured-slide .featured-article {
    border-radius: 16px;
    background: transparent;
  }
  
  .featured-articles-slider .slick-prev, .featured-articles-slider .slick-next {
    display: block !important;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: auto;
    bottom: -60px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding: 0;
    outline: none;
    background: transparent;
    border: none;
    z-index: 1;
    color: #183B56;
    border: 1px solid #183B56;
  }
  
  .featured-articles-slider .slick-prev:before {
    content: " ";
    background-image: url('../img/left.svg');
    width: 12px;
    height: 21px;
    display: block;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .featured-articles-slider .slick-next:before {
    content: " ";
    background-image: url('../img/right.svg');
    width: 12px;
    height: 21px;
    display: block;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .featured-articles-slider .slick-prev.slick-disabled, .featured-articles-slider .slick-next.slick-disabled {
    color: #959EAD;
    border: 1px solid #959EAD;
  }
  
  .featured-articles-slider .slick-prev {
    left: calc(50% - 60px);
  }
  
  .featured-articles-slider .slick-next {
    right: calc(50% - 60px);
  }
  
  @media (max-width: 991.98px) {
    .featured-in-section {
      padding: 40px 0 80px 0;
    }
    
    .featured-in-title {
      font-size: 28px;
      margin-bottom: 30px;
    }
    
    .featured-in-mobile .featured-slide .featured-article {
      padding: 25px 20px;
      height: 300px;
      box-shadow: 0 0px 35px rgba(0, 0, 0, 0.1);
      border-radius: 16px;
      background: white;
    }
    
    .featured-in-mobile .featured-slide .featured-article:hover {
      transform: none;
      box-shadow: 0 0px 35px rgba(0, 0, 0, 0.1);
    }
  }
  
  @media (max-width: 575.98px) {
    .featured-in-title {
      font-size: 24px;
    }
    
    .featured-in-mobile .featured-slide .featured-article {
      padding: 20px 15px;
      border-radius: 16px;
      box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
      background: white;
    }
  }
  
  /* Video Section */
  .video-section {
    padding: 80px 0;
    background: white;
    position: relative;
  }
  
  .button-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.9) !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #333333 !important;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border: none !important;
    z-index: 10;
    pointer-events: auto;
  }
  
  .video-card:hover .button-play {
    background: rgba(255, 255, 255, 1) !important;
    transform: translate(-50%, -50%) scale(1.05);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
    color: #333333 !important;
    z-index: 10;
  }
  
  .video-title {
    font-family: 'HK Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 20px;
    line-height: 1.4;
    color: #1E293B;
    font-weight: 600;
    margin: 0;
    text-align: left;
  }
  
  .video-title-large {
    font-family: 'HK Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 28px;
    line-height: 1.3;
    color: #1E293B;
    font-weight: 600;
    margin: 0;
  }
  
  .video-row {
    margin-bottom: 60px;
  }
  
  .video-row:last-child {
    margin-bottom: 0;
  }
  
  /* Mobile Layout */
  .video-mobile {
    position: relative;
  }
  
  .video-mobile-card {
    background: white;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
  }
  
  .video-mobile-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  }
  
  .video-mobile-card:last-child {
    margin-bottom: 0;
  }

  .video-mobile-card-poster {
    background: white;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
  }

  .video-mobile-card-poster:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  }

  .video-mobile-card-poster:last-child {
    margin-bottom: 0;
  }

  .video-mobile-card-poster img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 16px;
    cursor: pointer;
  }
  
  .video-mobile-card video {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 16px;
    cursor: pointer;
  }
  
  .video-mobile .button-play {
    width: 50px;
    height: 50px;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.9) !important;
    color: #333333 !important;
    border: none !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }
  
  /* Responsive adjustments */
  @media (max-width: 991.98px) {
    .video-section {
      padding: 60px 0;
    }

    .video-card {
      height: 300px;
    }
  }
  
  @media (max-width: 575.98px) {
    .video-section {
      padding: 40px 0;
    }

    .video-mobile-card {
      padding: 16px;
      margin-bottom: 20px;
      margin-left: 0;
      margin-right: 0;
    }

    .video-mobile-card-poster {
      padding: 16px;
      margin-bottom: 20px;
      margin-left: 0;
      margin-right: 0;
    }

    .video-mobile-card video {
      height: 220px;
    }

    .video-mobile-card-poster img {
      height: 220px;
    }

    .video-title {
      font-size: 18px;
    }
  }
  