.hero-video-wrapper video {
                                width: 70%;
                                border-radius: 16px;
                            }

                            @media (max-width: 768px) {
                                .hero-video-wrapper video {
                                    width: 100%;
                                }
                            }

                            .hero-result span {
                                font-size: 13px;
                                color: #D4AF37;
                                opacity: 0.85;
                            }

                            .btn-cta {
                                display: inline-block;
                                padding: 14px 28px;
                                font-size: 16px;
                                font-weight: 600;
                                border-radius: 30px;
                                text-decoration: none;
                                color: #1a1a1a;

                                background: linear-gradient(135deg, #D4AF37, #f5d76e);
                                -webkit-box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
                                        box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);

                                -webkit-transition: all 0.3s ease;

                                transition: all 0.3s ease;
                            }

                            .btn-cta:hover {
                                -webkit-transform: translateY(-2px);
                                        transform: translateY(-2px);
                                -webkit-box-shadow: 0 12px 25px rgba(212, 175, 55, 0.5);
                                        box-shadow: 0 12px 25px rgba(212, 175, 55, 0.5);
                                color: #1a1a1a;
                            }

                            .btn-cta:active {
                                -webkit-transform: translateY(0);
                                        transform: translateY(0);
                                -webkit-box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
                                        box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
                            }

                            .services-section {
                                padding: 50px 0;
                            }

                            .section-title {
                                font-size: 32px;
                                font-weight: 600;
                            }

                            .service-card {
                                background: rgba(255, 255, 255, 0.02);
                                padding: 30px;
                                border-radius: 16px;
                                -webkit-transition: all 0.3s ease;
                                transition: all 0.3s ease;
                                height: 100%;
                            }

                            .service-card:hover {
                                -webkit-transform: translateY(-8px);
                                        transform: translateY(-8px);
                                -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
                                        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
                            }

                            .icon {
                                font-size: 40px;
                                margin-bottom: 15px;
                            }

                            .service-card h4 {
                                margin-bottom: 10px;
                                font-weight: 600;
                            }

                            .service-card p {
                                font-size: 14px;
                                color: #cccccc;
                            }

                            .results-section {
                                padding: 50px 0;
                            }

                            .result-card {
                                background: rgba(255, 255, 255, 0.02);
                                padding: 50px 30px;
                                border-radius: 20px;
                                max-width: 500px;
                            }

                            .result-number {
                                font-size: 64px;
                                font-weight: 700;
                                background: linear-gradient(135deg, #D4AF37, #f5d76e);
                                -webkit-background-clip: text;
                                -webkit-text-fill-color: transparent;
                            }

                            .result-label {
                                font-size: 18px;
                                margin-bottom: 15px;
                            }

                            .result-metrics {
                                font-size: 14px;
                                color: #cccccc;
                                margin-bottom: 25px;
                            }

                            .result-metrics span {
                                margin: 0 5px;
                            }

                            .btn-result {
                                display: inline-block;
                                padding: 10px 20px;
                                border-radius: 25px;
                                border: 1px solid #D4AF37;
                                color: #D4AF37;
                                text-decoration: none;
                                -webkit-transition: 0.3s ease;
                                transition: 0.3s ease;
                            }

                            .btn-result:hover {
                                background: #D4AF37;
                                color: #1a1a1a;
                            }

                            .result-card {
                                -webkit-box-shadow: 0 0 30px rgba(212, 175, 55, 0.1);
                                        box-shadow: 0 0 30px rgba(212, 175, 55, 0.1);
                            }
                        .video-card {
  background: rgba(255,255,255,0.02);
  padding: 15px;
  border-radius: 16px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.portfolio-section {
  padding: 50px 0;
}
.video-card:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.6);
          box-shadow: 0 10px 30px rgba(0,0,0,0.6);
}
.video-card video {
  width: 100%;
  border-radius: 12px;
}
.video-info {
  margin-top: 10px;
  font-size: 13px;
  color: #cccccc;
}
.video-card:hover {
  border: 1px solid rgba(212,175,55,0.3);
}
.section-divider {
                        width: 100%;
                        height: 2px;
                        background: -webkit-gradient(linear,
                                left top, right top,
                                from(rgba(212, 175, 55, 0)),
                                color-stop(rgba(212, 175, 55, 0.6)),
                                to(rgba(212, 175, 55, 0)));
                        background: linear-gradient(to right,
                                rgba(212, 175, 55, 0),
                                rgba(212, 175, 55, 0.6),
                                rgba(212, 175, 55, 0));
                        margin: 0px 0;
                    }
                    .gold-text {
                                color: #D4AF37;
                            }
                            .about-section {
  padding: 50px 0;
}
.about-text {
  font-size: 15px;
  color: #cccccc;
  margin-bottom: 15px;
  line-height: 1.6;
}
.about-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.stat-box {
  background: rgba(255,255,255,0.02);
  padding: 20px;
  border-radius: 12px;
}
.stat-box h3 {
  font-size: 28px;
  margin: 0;
  background: linear-gradient(135deg, #D4AF37, #f5d76e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stat-box p {
  font-size: 13px;
  color: #cccccc;
  margin: 0;
}
@media (max-width: 768px) {
  .about-stats {
    margin-top: 30px;
  }
}

.cta-section {
  padding: 50px 0;
  background: radial-gradient(circle at center, rgba(212,175,55,0.08), transparent 60%);
}
.cta-title {
  font-size: 32px;
  font-weight: 600;
}
.cta-subtext {
  font-size: 15px;
  color: #cccccc;
}
.cta-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btn-cta-outline {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 30px;
  border: 1px solid #D4AF37;
  color: #D4AF37;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.btn-cta-outline:hover {
  background: #D4AF37;
  color: #1a1a1a;
}
.footer-section {
  padding: 60px 0 30px;
  background: #0f0f0f;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.footer-brand {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}
.footer-brand {
  letter-spacing: 1px;
}
.footer-text {
  font-size: 14px;
  color: #aaaaaa;
}
.footer-title {
  font-size: 14px;
  margin-bottom: 10px;
  color: #ffffff;
}
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  text-decoration: none;
  color: #cccccc;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-links a:hover {
  color: #D4AF37;
}
.footer-bottom {
  margin-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 15px;
  font-size: 13px;
  color: #888888;
}

.case-grid-section {
  padding: 60px 0;
}
.case-card {
  background: rgba(255,255,255,0.02);
  border-radius: 16px;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.case-card:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 15px 40px rgba(0,0,0,0.6);
          box-shadow: 0 15px 40px rgba(0,0,0,0.6);
}
.case-thumb img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-link:hover {
  color: #D4AF37;
}
.case-link {
  font-size: 14px;
  color: #cccccc;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.case-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.case-industry {
  font-size: 12px;
  color: #D4AF37;
  margin-bottom: 8px;
}
.case-content {
  padding: 20px;
}

.case-thumb-wrapper {
  position: relative;
}

.case-industry {
  position: absolute;
  bottom: 12px;
  left: 12px;

  background: rgba(0,0,0,0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);

  color: #D4AF37;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 6px;

  margin: 0;
}
.case-thumb-wrapper::after {
  content: '';
  position: absolute;
  inset: 0;

  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0,0,0,0.6)),
    to(transparent)
  );

  background: linear-gradient(
    to top,
    rgba(0,0,0,0.6),
    transparent
  );

  border-radius: 12px;
}
.case-industry {
  z-index: 2;
}

.case-thumb-wrapper::after {
    pointer-events: none;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);

  width: 60px;
  height: 60px;

  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);

  border-radius: 50%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;

  z-index: 2;
}
.play-button i {
  color: #D4AF37;
  font-size: 28px;
}
.play-button {
    pointer-events: none;
}
.case-thumb-wrapper:hover .play-button {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  background: rgba(0, 0, 0, 0.8);
}
.play-button::after {
  content: '';
  position: absolute;

  width: 100%;
  height: 100%;
  border-radius: 50%;

  border: 2px solid rgba(212,175,55,0.5);

  -webkit-animation: pulse 1.5s infinite;

          animation: pulse 1.5s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
.video-duration {
  position: absolute;
  bottom: 12px;
  right: 12px;

  background: rgba(0,0,0,0.75);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);

  color: #fff;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 5px;

  z-index: 2;
}
.ai-badge {
  position: absolute;
  top: 12px;
  left: 12px;

  background: linear-gradient(135deg, #D4AF37, #f5d76e);

  color: #000;
  font-size: 11px;
  font-weight: 600;

  padding: 4px 10px;
  border-radius: 20px;

  z-index: 2;
}