/* Creative Agency page-specific styles */
.creative-agency-page .cs3d-hero {
  background:
    linear-gradient(90deg, rgba(8, 9, 13, .98) 0%, rgba(8, 9, 13, .9) 34%, rgba(8, 9, 13, .28) 72%, rgba(8, 9, 13, .38) 100%),
    linear-gradient(0deg, rgba(8, 9, 13, .72), transparent 30%),
    url("../img-pages/creative-agency-hero.png?v=2") center right / cover no-repeat;
}

.creative-agency-page .cs3d-service-copy {
  position: absolute;
  z-index: 3;
  right: clamp(24px, 6vw, 92px);
  bottom: clamp(24px, 5vw, 58px);
  left: clamp(24px, 6vw, 92px);
  color: #fff;
  text-shadow: 0 3px 20px #000;
}

.creative-agency-page .cs3d-service-copy h3 {
  margin: 0 0 8px;
  font-family: "agency", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: .98;
  color: #fff !important;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .95);
}

.creative-agency-page .cs3d-service-copy p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, .92) !important;
  font-size: 14px;
}

.creative-agency-page .cs3d-service-image::after {
  z-index: 1;
  background: linear-gradient(0deg, rgba(3, 4, 8, .98) 0%, rgba(3, 4, 8, .78) 24%, rgba(3, 4, 8, .18) 68%);
}

.creative-agency-page .cs3d-services-slider .cs3d-slider-controls {
  display: none !important;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 26px;
}

.creative-agency-page .cs3d-services-slider .cs3d-slider-arrow {
  display: grid;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  background: #17131d;
  color: #fff;
  place-items: center;
  transition: .25s ease;
}

.creative-agency-page .cs3d-services-slider .cs3d-slider-arrow:hover {
  border-color: #9ceaff;
  background: #652d90;
}

.creative-agency-page .cs3d-services-slider .cs3d-slider-dots {
  display: flex;
  gap: 8px;
}

.creative-agency-page .cs3d-services-slider .cs3d-slider-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .3);
  transition: .25s ease;
}

.creative-agency-page .cs3d-services-slider .cs3d-slider-dots button.is-active {
  width: 24px;
  border-radius: 10px;
  background: #9ceaff;
}

.creative-agency-page .cs3d-content-placement-copy p {
  color: rgba(255, 255, 255, .78);
}

.creative-agency-page .creative-formula {
  margin: 28px 0 18px;
  color: #9ceaff;
  font-family: "agency", sans-serif;
  font-size: clamp(20px, 2.1vw, 28px);
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.15;
}

.creative-agency-page .case-meta {
  margin: 8px 0;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
}

.creative-agency-page .creative-case-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 46px; }
.creative-agency-page .creative-case-card { position: relative; min-height: 370px; overflow: hidden; border-radius: 8px; background: #111; color: #fff; }
.creative-agency-page .creative-case-card:first-child { grid-row: span 2; min-height: 756px; }
.creative-agency-page .creative-case-card img, .creative-agency-page .creative-case-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.creative-agency-page .creative-case-card img { object-fit: cover; transition: transform .6s ease; }
.creative-agency-page .creative-case-overlay { background: linear-gradient(0deg, rgba(4, 5, 9, .96), rgba(4, 5, 9, .08) 70%); }
.creative-agency-page .creative-case-content { position: absolute; z-index: 2; right: 28px; bottom: 26px; left: 28px; display: grid; color: #fff; }
.creative-agency-page .creative-case-content small { margin-bottom: 8px; color: #9ceaff; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.creative-agency-page .creative-case-content strong { font-family: "agency", sans-serif; font-size: clamp(25px, 2.5vw, 36px); font-weight: 500; line-height: 1; }
.creative-agency-page .creative-case-content em { margin-top: 18px; font-size: 12px; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }
.creative-agency-page .creative-case-card:hover img { transform: scale(1.045); }
.creative-agency-page .creative-case-all { display: flex; width: max-content; margin: 34px auto 0; }

@media (max-width: 767px) {
  .creative-agency-page .creative-case-grid { grid-template-columns: 1fr; }
  .creative-agency-page .creative-case-card, .creative-agency-page .creative-case-card:first-child { grid-row: auto; min-height: 320px; }
}

.creative-agency-page .creative-intro-copy {
  max-width: 790px;
  margin: 24px auto 0;
  color: #565963 !important;
  text-align: center;
}

.creative-agency-page .creative-industries-intro {
  max-width: 780px;
  margin: 22px auto 0;
  color: #565963;
  text-align: center;
}
