/* Standalone About, FAQ, Process, and Testimonials pages */
.content-page {
  --cp-hero-min: clamp(520px, 72vh, 760px);
}

.content-page .svc-hero {
  min-height: var(--cp-hero-min);
}

.content-page .cp-hero--text {
  --cp-hero-min: clamp(360px, 50vh, 500px);
  min-height: var(--cp-hero-min);
}

.content-page .cp-hero--text .svc-hero-grid {
  grid-template-columns: minmax(0, 1fr);
}

.content-page .cp-hero--text .svc-hero-visual {
  display: none !important;
}

.content-page .cp-hero--text .svc-hero-copy-col {
  max-width: 820px;
}

.content-page .cp-hero--text .svc-hero-card {
  padding-right: clamp(20px, 3vw, 36px);
}

/* FAQ hero — blog-style open hero, no card box, full-width copy */
.content-page--faq .svc-hero-stage {
  padding: 0;
}

.content-page--faq .svc-hero-grid {
  display: block;
  gap: 0;
}

.content-page--faq.cp-hero--text .svc-hero-copy-col,
.content-page--faq .cp-hero--text .svc-hero-copy-col,
.content-page--faq .svc-hero-copy-col {
  max-width: none;
}

.content-page--faq .svc-hero-copy {
  max-width: 62ch;
}

.content-page .svc-hero-trust {
  margin-top: clamp(18px, 3vw, 28px);
}

.content-page .cp-section-tight {
  padding-top: clamp(48px, 8vw, 88px);
  padding-bottom: clamp(48px, 8vw, 88px);
}

.content-page .cp-statement-img,
.content-page .svc-statement img.cp-statement-img {
  width: 100%;
  max-width: 560px;
  height: auto;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(24, 48, 96, 0.14);
}

/* Inside the studio — dark section, container + play-to-start video */
.content-page .cp-studio {
  background: var(--ink, #0b1220);
}

.content-page .cp-studio .title {
  color: #fff;
}

.content-page .cp-studio-lead {
  margin: 0;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  max-width: 58ch;
}

.content-page .cp-studio-frame {
  position: relative;
  margin-top: clamp(36px, 5vw, 56px);
  border-radius: clamp(22px, 3vw, 32px);
  overflow: hidden;
  border: 1px solid rgba(11, 18, 32, 0.1);
  background: var(--ink, #0b1220);
  aspect-ratio: 16 / 9;
  min-height: clamp(260px, 42vw, 520px);
  box-shadow: 0 28px 70px rgba(11, 18, 32, 0.14);
}

.content-page .cp-studio-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.content-page .cp-studio-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(7, 11, 22, 0.18) 0%, rgba(7, 11, 22, 0.42) 100%),
    radial-gradient(ellipse 70% 55% at 50% 50%, rgba(202, 14, 53, 0.12), transparent 70%);
  transition: opacity 0.45s ease;
  pointer-events: none;
}

.content-page .cp-studio-play {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(72px, 10vw, 96px);
  height: clamp(72px, 10vw, 96px);
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(202, 14, 53, 0.92);
  cursor: pointer;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s ease,
    background 0.35s ease;
  box-shadow: 0 16px 40px rgba(202, 14, 53, 0.35);
}

.content-page .cp-studio-play-ring {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  animation: cp-studio-pulse 2.2s ease-in-out infinite;
}

.content-page .cp-studio-play:hover {
  transform: translate(-50%, -50%) scale(1.06);
  background: #ca0e35;
}

.content-page .cp-studio-frame.is-playing .cp-studio-shade {
  opacity: 0;
}

.content-page .cp-studio-frame.is-playing .cp-studio-play {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.92);
}

.content-page #testimonials .testimonial,
.content-page .cp-video-reviews .testimonial {
  margin-top: clamp(36px, 5vw, 60px);
}

/* Video reviews — light section on testimonials page */
.content-page .cp-video-reviews {
  background: #fff;
}

.content-page .cp-video-reviews .testimonial {
  border-color: rgba(11, 18, 32, 0.12);
  background: #fff;
}

.content-page .cp-video-reviews .quote {
  color: var(--ink, #0b1220);
}

.content-page .cp-video-reviews .quote-date {
  color: rgba(11, 18, 32, 0.52);
}

.content-page .cp-video-reviews .quote-foot {
  border-top-color: rgba(11, 18, 32, 0.1);
}

.content-page .cp-video-reviews .quote-foot b {
  color: var(--ink, #0b1220);
}

.content-page .cp-video-reviews .circle {
  border-color: rgba(11, 18, 32, 0.18);
  color: var(--ink, #0b1220);
}

.content-page .cp-video-reviews .circle:hover {
  background: var(--ink, #0b1220);
  color: #fff;
  border-color: var(--ink, #0b1220);
}

/* Why clients — dark section on About page */
.content-page #why-clients .reasons {
  border-color: rgba(255, 255, 255, 0.14);
}

.content-page #why-clients .reason {
  border-color: rgba(255, 255, 255, 0.14);
}

.content-page #why-clients .reason p {
  color: rgba(255, 255, 255, 0.72);
}

.content-page #why-clients .reason-icon.is-empty {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.04);
}

.content-page #why-clients .reason:hover {
  background: #fff;
  color: var(--ink, #0b1220);
}

.content-page #why-clients .reason:hover p {
  color: var(--ink, #0b1220);
  opacity: 0.82;
}

.content-page #why-clients .reason:hover .reason-icon.is-empty {
  border-color: rgba(11, 18, 32, 0.2);
  background: rgba(11, 18, 32, 0.04);
}

@keyframes cp-studio-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.55;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}

@media (max-width: 640px) {
  .content-page .svc-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .content-page .cp-studio-frame {
    min-height: 220px;
    border-radius: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .content-page .svc-hero.is-ready .svc-hero-visual {
    animation: none;
  }

  .content-page .cp-studio-play-ring {
    animation: none;
  }
}

/* FAQ page — site wrap + head-grid, single-column FAQ list with tabs */
.content-page--faq .faq-page-layout {
  display: grid;
  gap: clamp(22px, 3vw, 32px);
  margin-top: clamp(28px, 4vw, 48px);
}

.content-page--faq .faq-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 4px;
}

.content-page--faq .faq-tab {
  appearance: none;
  border: 1px solid rgba(24, 48, 96, 0.16);
  background: #fff;
  color: rgba(11, 18, 32, 0.72);
  border-radius: 999px;
  padding: 10px 16px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: background var(--t), color var(--t), border-color var(--t), transform var(--t);
}

.content-page--faq .faq-tab:hover {
  border-color: rgba(24, 48, 96, 0.34);
  color: var(--ink);
}

.content-page--faq .faq-tab.is-active {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.content-page--faq .faq-tab:focus-visible {
  outline: 3px solid rgba(205, 15, 54, 0.28);
  outline-offset: 2px;
}

.content-page--faq .faq-q {
  font-size: clamp(22px, 2.6vw, 32px);
  gap: 18px;
  padding: 22px 0;
}

.content-page--faq .faq-item.open .faq-a {
  max-height: 480px;
}

@media (max-width: 640px) {
  .content-page--faq .faq-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 8px;
  }

  .content-page--faq .faq-tab {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}
