/* ==========================================================================
   Video Production page — section redesign (headings unchanged)
   Scoped to .page-video-production
   ========================================================================== */

.page-video-production main > .vp-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding-top: clamp(40px, 5vw, 60px) !important;
  padding-bottom: clamp(32px, 4vw, 48px) !important;
}

.page-video-production main > .vp-section.light-section {
  background:
    radial-gradient(70% 50% at 12% 0%, rgba(123, 97, 255, 0.06) 0%, transparent 58%),
    radial-gradient(55% 45% at 88% 100%, rgba(255, 77, 77, 0.05) 0%, transparent 62%),
    linear-gradient(180deg, #f8f9fd 0%, #f3f5fb 100%) !important;
}

.page-video-production main > .vp-section.dark-section {
  background:
    radial-gradient(65% 55% at 100% 0%, rgba(18, 194, 233, 0.1) 0%, transparent 58%),
    radial-gradient(60% 50% at 0% 100%, rgba(123, 97, 255, 0.1) 0%, transparent 62%),
    linear-gradient(180deg, #eef1f8 0%, #e8ecf6 100%) !important;
}

.page-video-production .vp-section__mesh {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse 90% 80% at 50% 40%, #000 15%, transparent 74%);
}

.page-video-production .vp-section > .container {
  position: relative;
  z-index: 1;
}

.page-video-production .vp-section .section-head {
  max-width: min(900px, 100%);
  margin-inline: auto;
  text-align: center;
}

.page-video-production .vp-section .section-head .mini-title {
  margin-inline: auto;
}

.page-video-production .vp-section .section-head h2 {
  text-align: center !important;
  margin-inline: auto;
}

.page-video-production .vp-section .section-head > p {
  text-align: center !important;
  margin-inline: auto !important;
  max-width: min(640px, 100%);
  border-left: none !important;
  padding-left: 0 !important;
}

/* Prose */
.page-video-production .vp-prose {
  max-width: min(760px, 100%);
  margin: clamp(20px, 3vw, 28px) auto 0;
  padding: clamp(20px, 2.8vw, 26px) clamp(20px, 3vw, 28px);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 255, 0.94) 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
}

.page-video-production .vp-section.dark-section .vp-prose {
  background: #ffffff;
}

.page-video-production .vp-prose > p {
  margin: 0 0 12px !important;
  border-left: none !important;
  padding-left: 0 !important;
  font-size: clamp(0.96rem, 1.35vw, 1.04rem) !important;
  line-height: 1.65 !important;
  color: rgba(15, 23, 42, 0.76) !important;
}

.page-video-production .vp-prose > p:last-child {
  margin-bottom: 0 !important;
}

.page-video-production .vp-prose > p.muted--spaced-top {
  margin-top: 14px !important;
  padding-top: 14px !important;
  border-top: 1px solid rgba(15, 23, 42, 0.08) !important;
}

/* Chips */
.page-video-production .vp-chips {
  list-style: none !important;
  margin: clamp(18px, 2.5vw, 24px) auto 0 !important;
  padding: 0 !important;
  max-width: min(960px, 100%);
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}

@media (min-width: 560px) {
  .page-video-production .vp-chips {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 960px) {
  .page-video-production .vp-chips--triple {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.page-video-production .vp-chips li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 44px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.07);
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  color: rgba(15, 23, 42, 0.86) !important;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.page-video-production .vp-section.dark-section .vp-chips li {
  background: #ffffff;
}

.page-video-production .vp-chips li::before {
  content: "";
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  margin-top: 0.45em;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff4d4d, #7b61ff);
  box-shadow: 0 0 0 3px rgba(123, 97, 255, 0.1);
}

.page-video-production .vp-chips li:hover {
  transform: translateY(-2px);
  border-color: rgba(123, 97, 255, 0.16);
  box-shadow: 0 12px 28px rgba(123, 97, 255, 0.1);
}

.page-video-production .vp-chips li strong {
  color: rgba(15, 23, 42, 0.96) !important;
  font-weight: 800 !important;
}

/* Portfolio highlights */
.page-video-production .vp-highlights {
  max-width: min(960px, 100%);
  margin: clamp(24px, 3vw, 32px) auto 0;
  padding: clamp(20px, 2.8vw, 26px);
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
}

.page-video-production .vp-highlights__lead {
  margin: 0 0 16px !important;
  text-align: center;
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.52) !important;
}

.page-video-production .vp-highlights__grid {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .page-video-production .vp-highlights__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.page-video-production .vp-highlights__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.03);
  border: 1px solid rgba(15, 23, 42, 0.06);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.page-video-production .vp-highlights__item:hover {
  transform: translateY(-2px);
  border-color: rgba(123, 97, 255, 0.16);
  box-shadow: 0 8px 20px rgba(123, 97, 255, 0.08);
}

.page-video-production .vp-highlights__icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: rgba(15, 23, 42, 0.72);
  background: linear-gradient(145deg, rgba(255, 77, 77, 0.12), rgba(123, 97, 255, 0.1));
}

.page-video-production .vp-highlights__label {
  font-size: 0.84rem !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  color: rgba(15, 23, 42, 0.82) !important;
}

/* Portfolio cards */
.page-video-production .vp-portfolio-grid {
  display: grid;
  gap: clamp(14px, 2vw, 18px);
  margin-top: clamp(24px, 3vw, 32px);
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .page-video-production .vp-portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .page-video-production .vp-portfolio-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.page-video-production .vp-portfolio-card {
  --vp-accent: linear-gradient(90deg, #ff4d4d, #7b61ff);
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
}

.page-video-production .vp-portfolio-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--vp-accent);
  pointer-events: none;
}

.page-video-production .vp-portfolio-card:hover {
  transform: translateY(-4px);
  border-color: rgba(123, 97, 255, 0.16);
  box-shadow: 0 18px 40px rgba(123, 97, 255, 0.12);
}

.page-video-production .vp-portfolio-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.04);
}

.page-video-production .vp-portfolio-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 400ms ease;
}

.page-video-production .vp-portfolio-card__media--logo img {
  object-fit: contain;
  padding: 12px;
  background: #ffffff;
}

/* Feature banners — native 1024×682 ratio, full bleed without cropping */
.page-video-production .vp-portfolio-card__media--podcast,
.page-video-production .vp-portfolio-card__media--ad-films,
.page-video-production .vp-portfolio-card__media--corporate {
  aspect-ratio: 1024 / 682;
}

.page-video-production .vp-portfolio-card__media--reels,
.page-video-production .vp-portfolio-card__media--real-estate,
.page-video-production .vp-portfolio-card__media--healthcare {
  aspect-ratio: 1024 / 576;
}

.page-video-production .vp-portfolio-card__media--podcast img,
.page-video-production .vp-portfolio-card__media--ad-films img,
.page-video-production .vp-portfolio-card__media--corporate img,
.page-video-production .vp-portfolio-card__media--reels img,
.page-video-production .vp-portfolio-card__media--real-estate img,
.page-video-production .vp-portfolio-card__media--healthcare img {
  object-fit: cover;
  object-position: center center;
}

.page-video-production .vp-portfolio-card:hover .vp-portfolio-card__media img {
  transform: scale(1.04);
}

.page-video-production .vp-portfolio-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  padding: clamp(18px, 2.2vw, 22px);
}

.page-video-production .vp-portfolio-card:nth-child(1) { --vp-accent: linear-gradient(90deg, #ff4d4d, #ff8a3d); }
.page-video-production .vp-portfolio-card:nth-child(2) { --vp-accent: linear-gradient(90deg, #7b61ff, #ff4d8a); }
.page-video-production .vp-portfolio-card:nth-child(3) { --vp-accent: linear-gradient(90deg, #12c2e9, #7b61ff); }
.page-video-production .vp-portfolio-card:nth-child(4) { --vp-accent: linear-gradient(90deg, #ff8a3d, #ff4d4d); }
.page-video-production .vp-portfolio-card:nth-child(5) { --vp-accent: linear-gradient(90deg, #22c55e, #12c2e9); }
.page-video-production .vp-portfolio-card:nth-child(6) { --vp-accent: linear-gradient(90deg, #7b61ff, #12c2e9); }

.page-video-production .vp-portfolio-card__badge {
  display: inline-flex;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.72) !important;
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.07);
}

.page-video-production .vp-portfolio-card h3 {
  margin: 0 !important;
  font-size: clamp(1rem, 1.4vw, 1.1rem) !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  color: rgba(15, 23, 42, 0.96) !important;
}

.page-video-production .vp-portfolio-card__body > p {
  margin: 0 !important;
  flex: 1;
  font-size: 0.88rem !important;
  line-height: 1.55 !important;
  color: rgba(15, 23, 42, 0.64) !important;
}

.page-video-production .vp-portfolio-cta {
  text-align: center;
  margin-top: clamp(24px, 3vw, 32px);
}

.page-video-production .vp-portfolio-cta .btn {
  border-radius: 999px !important;
}

/* Service offering cards */
.page-video-production .vp-service-grid {
  display: grid;
  gap: clamp(14px, 2vw, 18px);
  margin-top: clamp(24px, 3vw, 32px);
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .page-video-production .vp-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .page-video-production .vp-service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.page-video-production .vp-service-card {
  --vp-accent: linear-gradient(90deg, #ff4d4d 0%, #7b61ff 100%);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  padding: clamp(22px, 2.8vw, 28px) clamp(20px, 2.5vw, 24px);
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
}

.page-video-production .vp-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--vp-accent);
}

.page-video-production .vp-service-card:nth-child(1) { --vp-accent: linear-gradient(90deg, #ff4d4d, #ff8a3d); }
.page-video-production .vp-service-card:nth-child(2) { --vp-accent: linear-gradient(90deg, #7b61ff, #ff4d8a); }
.page-video-production .vp-service-card:nth-child(3) { --vp-accent: linear-gradient(90deg, #12c2e9, #7b61ff); }
.page-video-production .vp-service-card:nth-child(4) { --vp-accent: linear-gradient(90deg, #22c55e, #12c2e9); }
.page-video-production .vp-service-card:nth-child(5) { --vp-accent: linear-gradient(90deg, #ff8a3d, #ff4d4d); }
.page-video-production .vp-service-card:nth-child(6) { --vp-accent: linear-gradient(90deg, #7b61ff, #12c2e9); }

.page-video-production .vp-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(123, 97, 255, 0.16);
  box-shadow: 0 20px 44px rgba(123, 97, 255, 0.12);
}

.page-video-production .vp-service-card__num {
  display: inline-flex;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 999px;
  font-family: var(--numeric-font, var(--font-heading));
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: rgba(15, 23, 42, 0.68) !important;
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.page-video-production .vp-service-card h3 {
  margin: 0 !important;
  font-size: clamp(1.02rem, 1.45vw, 1.12rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.015em !important;
  line-height: 1.25 !important;
  color: rgba(15, 23, 42, 0.96) !important;
}

.page-video-production .vp-service-card > p {
  margin: 0 !important;
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
  color: rgba(15, 23, 42, 0.68) !important;
}

.page-video-production .vp-service-card .vp-chips {
  margin-top: 4px !important;
  max-width: none;
  grid-template-columns: 1fr !important;
}

.page-video-production .vp-service-card .vp-chips li {
  min-height: 0;
  padding: 9px 12px;
  font-size: 0.82rem !important;
  box-shadow: none;
}

/* Why us cards */
.page-video-production .vp-why-grid {
  display: grid;
  gap: clamp(14px, 2vw, 18px);
  margin-top: clamp(24px, 3vw, 32px);
  grid-template-columns: 1fr;
  max-width: min(960px, 100%);
  margin-inline: auto;
}

@media (min-width: 768px) {
  .page-video-production .vp-why-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.page-video-production .vp-why-card {
  position: relative;
  padding: clamp(22px, 2.8vw, 28px);
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.page-video-production .vp-why-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ff4d4d, #7b61ff);
}

.page-video-production .vp-why-card:nth-child(2)::before {
  background: linear-gradient(90deg, #7b61ff, #12c2e9);
}

.page-video-production .vp-why-card:nth-child(3)::before {
  background: linear-gradient(90deg, #12c2e9, #ff4d8a);
}

.page-video-production .vp-why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(123, 97, 255, 0.12);
}

.page-video-production .vp-why-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 4px;
  border-radius: 12px;
  font-family: var(--numeric-font, var(--font-heading));
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: rgba(15, 23, 42, 0.82) !important;
  background: linear-gradient(145deg, rgba(255, 77, 77, 0.12), rgba(123, 97, 255, 0.1));
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.page-video-production .vp-why-card h3 {
  margin: 0 0 10px !important;
  font-size: clamp(1rem, 1.4vw, 1.08rem) !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  color: rgba(15, 23, 42, 0.96) !important;
}

.page-video-production .vp-why-card p {
  margin: 0 !important;
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
  color: rgba(15, 23, 42, 0.66) !important;
}

/* FAQ */
.page-video-production .vp-faq {
  max-width: min(820px, 100%);
  margin: clamp(24px, 3vw, 32px) auto 0;
}

.page-video-production .vp-faq .accordion-item {
  margin-bottom: 10px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  background: #ffffff !important;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04) !important;
  backdrop-filter: none !important;
  overflow: hidden;
}

.page-video-production .vp-faq .accordion-header {
  width: 100%;
  padding: 16px 18px !important;
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  text-align: left;
  color: rgba(15, 23, 42, 0.92) !important;
  background: transparent !important;
}

.page-video-production .vp-faq .accordion-content-inner p {
  margin: 0 0 10px !important;
  padding: 0 18px !important;
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
  color: rgba(15, 23, 42, 0.68) !important;
}

.page-video-production .vp-faq .accordion-content-inner .vp-chips {
  margin: 0 18px 16px !important;
  max-width: none;
}

@media (max-width: 767px) {
  .page-video-production .vp-prose,
  .page-video-production .vp-highlights,
  .page-video-production .vp-service-card,
  .page-video-production .vp-why-card {
    padding: 18px 16px;
  }

  .page-video-production .vp-highlights__grid,
  .page-video-production .vp-chips {
    grid-template-columns: 1fr;
  }

  .page-video-production .vp-portfolio-grid,
  .page-video-production .vp-service-grid,
  .page-video-production .vp-why-grid {
    grid-template-columns: 1fr;
  }
}
