      body {
          background: #f8fafc;
      }

      .gallery-title {
          font-family: 'Segoe UI', Arial, sans-serif;
          font-weight: 700;
          margin-top: 2rem;
          margin-bottom: 2rem;
          text-align: center;
          color: #2c3e50;
          letter-spacing: 2px;
      }

      .card {
          border-radius: 1rem;
          box-shadow: 0 4px 24px rgba(44, 62, 80, 0.08);
          transition: transform 0.15s, box-shadow 0.15s;
      }

      .card:hover {
          transform: translateY(-4px) scale(1.02);
          box-shadow: 0 8px 32px rgba(44, 62, 80, 0.16);
      }

      .carousel-inner img {
          height: 180px;
          object-fit: cover;
          border-top-left-radius: 1rem;
          border-top-right-radius: 1rem;
      }

      .carousel {
          margin-bottom: 0.5rem;
      }

      .card-title {
          font-size: 1.15rem;
          font-weight: 600;
          color: #34495e;
      }

      .card-body {
          padding-bottom: 1rem;
      }

      .video-list .row {
          row-gap: 2rem;
      }