.section-content--dark {
    background-color: #0b0b0b;
  }
  
  .box--clean {
    background: transparent;
    padding: 0;
  }
  
  .box--highlight {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.15);
  }
  .client-slider {
    margin-top: 40px;
  }
  
  .client-slider .slick-track {
    display: flex !important;
  }
  
  .client-logo {
    height: 120px;              /* Fixed visual height */
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  
  .client-logo img {
    max-height: 80px;           /* Controls visual logo size */
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;        /* Keeps proportions */
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
  }
  
  .client-logo img:hover {
    filter: grayscale(0%);
    opacity: 1;
  }
  

  .video-reels-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
}

.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Mobile */
@media (max-width: 768px) {
  .video-reels-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== About page: What Makes Remixx Different (compare cards) ===== */
.section-content--secondary .section-heading__title,
.section-content--secondary .section-heading__subtitle {
  color: #fff !important;
}
.section-content--secondary .section-heading__subtitle {
  opacity: 0.9;
}

.compare-cards {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 1.75rem;
  margin-bottom: 2.5rem;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.compare-cards__card {
  flex: 1 1 280px;
  min-width: 0;
  padding: 2rem 1.75rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 6px 32px rgba(0, 0, 0, 0.25);
}

.compare-cards__card--other {
  background: linear-gradient(160deg, rgba(0, 0, 0, 0.5) 0%, rgba(40, 40, 40, 0.6) 100%);
}

.compare-cards__card--remixx {
  background: linear-gradient(160deg, rgba(0, 0, 0, 0.35) 0%, rgba(50, 50, 50, 0.5) 100%);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 6px 32px rgba(0, 0, 0, 0.25);
}

.compare-cards__label {
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1.1rem;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.compare-cards__card--other .compare-cards__label {
  color: #e0e0e0;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.compare-cards__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.compare-cards__list li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.5rem 0;
  font-size: 1.05rem;
  color: #fff;
  font-weight: 500;
}

.compare-cards__card--other .compare-cards__list li {
  color: #d8d8d8;
}

.compare-cards__card--other .compare-cards__list i {
  color: #c62828;
  flex-shrink: 0;
  font-size: 1.1rem;
}

.compare-cards__card--remixx .compare-cards__list i {
  color: #F60B0E;
  flex-shrink: 0;
  font-size: 1.1rem;
}

.compare-cards__vs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.compare-cards__vs span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.compare-cards__tagline {
  text-align: center;
  padding: 1.75rem 2.25rem;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 4px solid #F60B0E;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.5;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.compare-cards__tagline strong {
  color: #fff;
  font-weight: 700;
}

@media (max-width: 768px) {
  .compare-cards {
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
  }
}

/* ===== About page: The Moment (light section - tertiary #fefefe) ===== */
.moment-section .section-heading__subtitle {
  margin-bottom: 2rem;
  color: #555 !important;
}

.moment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.35rem;
  margin-bottom: 2.5rem;
}

.moment-grid__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem 1.25rem;
  background: linear-gradient(180deg, #2d2d2d 0%, #1f1f1f 100%);
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.moment-grid__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
  border-color: rgba(255, 255, 255, 0.2);
}

.moment-grid__icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.moment-grid__item:hover .moment-grid__icon {
  color: #F60B0E;
}

.moment-grid__text {
  font-size: 1rem;
  line-height: 1.4;
  color: #fff;
  font-weight: 500;
}

.moment-section__closing {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  padding: 1.25rem 2rem;
  background: linear-gradient(135deg, #e8e8e8 0%, #f5f5f5 100%);
  border-radius: 12px;
  display: block;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

@media (max-width: 992px) {
  .moment-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .moment-grid {
    grid-template-columns: 1fr;
  }
  .moment-section__closing {
    font-size: 1.1rem;
    padding: 1rem 1.25rem;
  }
}

/* ===== About page: The Real Problem ===== */
.problem-section .section-heading__title,
.problem-section .section-heading__subtitle {
  color: #fff !important;
}
.problem-section .section-heading__subtitle {
  opacity: 0.95;
  margin-bottom: 2rem;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.15rem;
  margin-bottom: 2.5rem;
}

.problem-grid__item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1.4rem 1.15rem;
  background: linear-gradient(160deg, rgba(0, 0, 0, 0.4) 0%, rgba(35, 35, 35, 0.5) 100%);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.problem-grid__item:hover {
  background: linear-gradient(160deg, rgba(0, 0, 0, 0.5) 0%, rgba(45, 45, 45, 0.6) 100%);
  border-color: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.3);
}

.problem-grid__icon {
  flex-shrink: 0;
  color: #F60B0E;
  font-size: 1.2rem;
}

.problem-quote {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.55;
  color: #fff;
  margin: 0;
  padding: 2.25rem 2.75rem;
  background: linear-gradient(160deg, rgba(0, 0, 0, 0.45) 0%, rgba(30, 30, 30, 0.6) 100%);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 4px solid #F60B0E;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

@media (max-width: 992px) {
  .problem-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .problem-grid {
    grid-template-columns: 1fr;
  }
  .problem-quote {
    font-size: 1.2rem;
    padding: 1.75rem 1.5rem;
  }
}

/* ===== How We Work page ===== */
.hw-intro-lead {
  font-size: 1.15rem;
  color: #e0e0e0;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.hw-pipeline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 0.25rem;
  margin-bottom: 2rem;
  padding: 1.25rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hw-pipeline__step {
  font-weight: 600;
  color: #fff;
  font-size: 0.95rem;
}
.hw-pipeline__arrow {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
}
@media (max-width: 768px) {
  .hw-pipeline { flex-wrap: wrap; justify-content: center; }
  .hw-pipeline__step { font-size: 0.9rem; }
}

.hw-benefit-card {
  padding: 1.5rem 1.25rem;
  background: linear-gradient(160deg, rgba(0, 0, 0, 0.35) 0%, rgba(40, 40, 40, 0.5) 100%);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hw-benefit-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.hw-benefit-card--full { max-width: 100%; }
.hw-benefit-card__icon {
  display: block;
  font-size: 1.75rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.75rem;
}
.hw-benefit-card:hover .hw-benefit-card__icon {
  color: #F60B0E;
}
.hw-benefit-card__title {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 1.35;
}

.hw-tagline {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
}

/* What We Create - secondary section */
.section-content--secondary .hw-intro-lead,
.section-content--secondary .hw-create-list li { color: #d8d8d8; }
.section-content--secondary .section-heading__title,
.section-content--secondary .section-heading__subtitle { color: #fff !important; }
.hw-ref-link {
  color: rgba(255, 255, 255, 0.9) !important;
  text-decoration: none;
  font-weight: 500;
}
.hw-ref-link:hover { color: #F60B0E !important; text-decoration: underline; }
.hw-create-list li { font-size: 1rem; }
.hw-create-list .icon-check,
.hw-create-list .text-primary { color: rgba(255, 255, 255, 0.7) !important; }
.hw-no-compromise {
  color: #e0e0e0;
  font-weight: 500;
}

/* Production process */
.hw-process-steps { margin-bottom: 2rem; }
.hw-process-steps__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
.hw-process-steps__item {
  padding: 0.75rem 1.25rem;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
}
.hw-process-tagline {
  text-align: center;
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  border-left: 4px solid #F60B0E;
  color: #fff;
  font-size: 1.15rem;
}

/* What We Produce - cards */
.hw-produce-card {
  padding: 1.75rem 1.25rem;
  background: linear-gradient(160deg, rgba(0, 0, 0, 0.4) 0%, rgba(45, 45, 45, 0.5) 100%);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.hw-produce-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
  border-color: rgba(255, 255, 255, 0.18);
}
.hw-produce-card__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}
.hw-produce-card__desc {
  font-size: 0.95rem;
  color: #d0d0d0;
  margin: 0;
  line-height: 1.4;
}

/* Collaboration */
.hw-collab-pill {
  text-align: center;
  padding: 1rem 1.25rem;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.hw-collab-pill:hover {
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.hw-visible-partner {
  color: #e0e0e0;
  font-size: 1.05rem;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

/* Engagement - tertiary (light) section */
.hw-engage-text { color: #404040 !important; }
.hw-no-shortcuts {
  font-weight: 700;
  color: #2c2c2c !important;
}

/* Why Now */
.section-content--secondary .hw-why-now-card__title { color: #fff; }
.hw-why-now-card {
  padding: 1.75rem 1.25rem;
  background: linear-gradient(160deg, rgba(0, 0, 0, 0.4) 0%, rgba(50, 50, 50, 0.5) 100%);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  height: 100%;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.hw-why-now-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.hw-why-now-card__title {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0;
}