/* ============================================================
   VideoRep Service Page Styles.
   Shared by all 7 service pages. Section-12 template:
   Hero, What it is, Who it's for, ROI anchor, How it works,
   FAQ, Final CTA. Tokens only from styles.css.
   ============================================================ */


/* ------------------------------------------------------------
   NAV ON DARK. Unscoped from body.home-v2 so service pages
   inherit the same dark-aware nav as the homepage.
   ------------------------------------------------------------ */
.nav.nav--on-dark {
  background: var(--bg-navy);
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nav--on-dark .nav__logo,
.nav--on-dark .nav__logo:hover {
  color: var(--text-white);
}

.nav--on-dark .nav__logo svg,
.nav--on-dark .nav__logo svg path {
  color: var(--text-white);
  fill: currentColor;
}

.nav--on-dark .nav__link,
.nav--on-dark .nav__link--dropdown {
  color: rgba(255, 255, 255, 0.75);
}

.nav--on-dark .nav__link:hover,
.nav--on-dark .nav__link--dropdown:hover,
.nav--on-dark .nav__link--dropdown:focus-visible {
  color: var(--text-white);
}

.nav--on-dark .nav__dropdown-chevron {
  color: rgba(255, 255, 255, 0.75);
}

.nav--on-dark .nav__hamburger span {
  background: var(--text-white);
}

.nav--on-dark .nav__mega-panel {
  background: var(--bg-white);
  color: var(--text-primary);
}


/* ------------------------------------------------------------
   SVC HERO. Homepage-matching gradient + blue glow.
   ------------------------------------------------------------ */
.svc-hero {
  position: relative;
  background: linear-gradient(180deg, #18181b 0%, #1f2230 35%, #0b3d91 75%, #1e71e7 100%);
  color: var(--text-white);
  padding: 80px 0 96px;
  overflow: hidden;
  isolation: isolate;
}

.svc-hero__bg-glow {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 70%;
  height: 140%;
  background: radial-gradient(circle, rgba(30, 113, 231, 0.35) 0%, rgba(11, 61, 145, 0) 60%);
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
}

.svc-hero .container {
  position: relative;
  z-index: 1;
}

.svc-hero__inner {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.svc-hero__eyebrow {
  display: inline-block;
  font-size: var(--fs-eyebrow);
  font-weight: var(--fw-bold);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(30, 113, 231, 0.18);
  border: 1px solid rgba(30, 113, 231, 0.35);
  border-radius: var(--r-pill);
  padding: 8px 14px;
  margin: 0 0 24px;
}

.svc-hero__heading {
  font-family: 'Cal Sans', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--text-white);
  margin: 0 0 20px;
}

.svc-hero__sub {
  font-size: clamp(17px, 2vw, 19px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  max-width: 720px;
  margin: 0 auto 32px;
}

.svc-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 0 0 40px;
}

.btn--ghost-white {
  background: transparent;
  color: var(--text-white);
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  padding: 13px 26px;
  font-weight: var(--fw-bold);
  font-size: 16px;
  border-radius: var(--r-md);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.btn--ghost-white:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.6);
}

.svc-hero__media {
  margin: 44px auto 0;
  max-width: 980px;
}

.svc-hero__media-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.08);
}

.svc-hero__media-frame iframe,
.svc-hero__media-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.svc-hero__media-frame--photo img {
  object-fit: cover;
  object-position: center 30%;
}

.svc-hero__strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px 40px;
  margin-top: 44px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.svc-hero__trustedby {
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.svc-hero__trustedby-label {
  font-size: 12px;
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 18px;
  text-align: center;
}

.svc-hero__trustedby-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  gap: 24px;
}

.svc-hero__trustedby-cell {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.svc-hero__trustedby-logo {
  height: 20px;
  width: auto;
  display: block;
  opacity: 0.9;
  filter: brightness(0) invert(1);
  transition: opacity 0.2s ease;
}

.svc-hero__trustedby-logo:hover {
  opacity: 1;
}

@media (max-width: 900px) {
  .svc-hero__trustedby-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 24px;
  }
  .svc-hero__trustedby-logo {
    height: 18px;
  }
}

.svc-hero__strip-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.svc-hero__strip-num {
  font-family: 'Cal Sans', 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  color: var(--text-white);
  letter-spacing: -0.01em;
}

.svc-hero__strip-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
}

@media (max-width: 640px) {
  .svc-hero {
    padding: 80px 0 60px;
  }
  .svc-hero__strip {
    gap: 20px 28px;
  }
}


/* ------------------------------------------------------------
   SVC WHAT. White section, eyebrow + H2, 3-sentence body.
   ------------------------------------------------------------ */
.svc-what {
  background: var(--bg-white);
  padding: var(--section-padding) 0;
}

@media (max-width: 768px) {
  .svc-what {
    padding: var(--section-padding-mobile) 0;
  }
}

.svc-what__inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.svc-what__eyebrow,
.svc-who__eyebrow,
.svc-roi__eyebrow,
.svc-how__eyebrow,
.svc-faq__eyebrow {
  display: inline-block;
  font-size: var(--fs-eyebrow);
  font-weight: var(--fw-bold);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand);
  margin: 0 0 16px;
}

.svc-what__heading {
  font-family: 'Cal Sans', 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: var(--fs-h2);
  line-height: var(--lh-heading);
  color: var(--text-primary);
  letter-spacing: -0.015em;
  margin: 0 0 24px;
}

.svc-what__body {
  font-size: clamp(17px, 2vw, 19px);
  line-height: 1.65;
  color: var(--text-secondary);
}

.svc-what__body p {
  margin: 0 0 14px;
}

.svc-what__body p:last-child {
  margin-bottom: 0;
}


/* ------------------------------------------------------------
   SVC WHO. Off-white section, single-line "Who it's for" pill.
   ------------------------------------------------------------ */
.svc-who {
  background: var(--bg-primary);
  padding: 70px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.svc-who__inner {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.svc-who__heading {
  font-family: 'Cal Sans', 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.3;
  color: var(--text-primary);
  letter-spacing: -0.015em;
  margin: 0;
}

.svc-who__heading strong {
  color: var(--brand);
  font-weight: 600;
}


/* ------------------------------------------------------------
   SVC ROI ANCHOR. Featured proof card, 2-up at desktop.
   ------------------------------------------------------------ */
.svc-roi {
  background: var(--bg-white);
  padding: var(--section-padding) 0;
}

@media (max-width: 768px) {
  .svc-roi {
    padding: var(--section-padding-mobile) 0;
  }
}

.svc-roi__header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}

.svc-roi__heading {
  font-family: 'Cal Sans', 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: var(--fs-h2);
  line-height: var(--lh-heading);
  color: var(--text-primary);
  letter-spacing: -0.015em;
  margin: 0 0 14px;
}

.svc-roi__sub {
  font-size: var(--fs-body);
  line-height: var(--lh-relaxed);
  color: var(--text-secondary);
  margin: 0;
}

.svc-roi__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
  align-items: stretch;
}

@media (min-width: 720px) {
  .svc-roi__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .svc-roi__grid--three {
    grid-template-columns: repeat(3, 1fr);
  }
}

.svc-roi__grid--single {
  max-width: 720px;
}

@media (min-width: 880px) {
  .svc-roi__grid--single {
    grid-template-columns: 1fr;
  }
}

.svc-roi-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px;
  box-shadow: var(--shadow-card);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.svc-roi-card:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-2px);
}

.svc-roi-card__client {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}

.svc-roi-card__logo {
  width: 44px;
  height: 44px;
  border-radius: var(--r-sm);
  background: var(--bg-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cal Sans', 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: var(--brand);
  flex-shrink: 0;
  overflow: hidden;
}

.svc-roi-card__logo--image {
  background: var(--bg-white);
  border: 1px solid var(--border);
  padding: 6px;
}

.svc-roi-card__logo--image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.svc-roi-card__client-text {
  display: flex;
  flex-direction: column;
}

.svc-roi-card__client-text strong {
  font-weight: var(--fw-extra-bold);
  font-size: 16px;
  color: var(--text-primary);
}

.svc-roi-card__client-text span {
  font-size: 13px;
  color: var(--text-muted);
}

.svc-roi-card__metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.svc-roi-card__metric {
  background: var(--bg-primary);
  border-radius: var(--r-md);
  padding: 14px 16px;
}

.svc-roi-card__metric-num {
  font-family: 'Cal Sans', 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 26px;
  color: var(--brand);
  line-height: 1;
  letter-spacing: -0.01em;
  display: block;
  margin-bottom: 4px;
}

.svc-roi-card__metric-label {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.35;
}

.svc-roi-card__quote {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-primary);
  margin: 0;
  font-style: normal;
}

.svc-roi-card__quote::before {
  content: '\201C';
  color: var(--brand);
  font-weight: 700;
  margin-right: 2px;
}

.svc-roi-card__quote::after {
  content: '\201D';
  color: var(--brand);
  font-weight: 700;
  margin-left: 2px;
}


/* ------------------------------------------------------------
   SVC HOW IT WORKS. Numbered step grid.
   ------------------------------------------------------------ */
.svc-how {
  background: var(--bg-primary);
  padding: var(--section-padding) 0;
}

@media (max-width: 768px) {
  .svc-how {
    padding: var(--section-padding-mobile) 0;
  }
}

.svc-how__header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}

.svc-how__heading {
  font-family: 'Cal Sans', 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: var(--fs-h2);
  line-height: var(--lh-heading);
  color: var(--text-primary);
  letter-spacing: -0.015em;
  margin: 0 0 14px;
}

.svc-how__sub {
  font-size: var(--fs-body);
  line-height: var(--lh-relaxed);
  color: var(--text-secondary);
  margin: 0;
}

.svc-how__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 720px) {
  .svc-how__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (min-width: 1024px) {
  .svc-how__grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .svc-how__grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .svc-how__grid--5 {
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
  }

  /* Continuous connector line at desktop only, threading through step badges. */
  .svc-how__grid--5::before {
    content: '';
    position: absolute;
    top: 50px;
    left: calc(10% + 36px);
    right: calc(10% + 36px);
    height: 2px;
    background: linear-gradient(90deg,
      rgba(30, 113, 231, 0.0) 0%,
      rgba(30, 113, 231, 0.45) 8%,
      rgba(30, 113, 231, 0.45) 92%,
      rgba(30, 113, 231, 0.0) 100%);
    z-index: 0;
    pointer-events: none;
  }

  .svc-how__grid--5 .svc-step {
    position: relative;
    z-index: 1;
  }
}

.svc-step {
  position: relative;
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px 24px 24px;
  box-shadow: var(--shadow-card);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.svc-step:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-2px);
}

.svc-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(30, 113, 231, 0.12);
  color: var(--brand);
  font-family: 'Cal Sans', 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 16px;
}

.svc-step h3 {
  font-family: 'Cal Sans', 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.3;
  color: var(--text-primary);
  letter-spacing: -0.01em;
  margin: 0 0 10px;
}

.svc-step p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-secondary);
  margin: 0;
}


/* ------------------------------------------------------------
   SVC FAQ. Reuses styles.css .faq-item pattern, wraps section.
   ------------------------------------------------------------ */
.svc-faq {
  background: var(--bg-white);
  padding: var(--section-padding) 0;
}

@media (max-width: 768px) {
  .svc-faq {
    padding: var(--section-padding-mobile) 0;
  }
}

.svc-faq__header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 48px;
}

.svc-faq__heading {
  font-family: 'Cal Sans', 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: var(--fs-h2);
  line-height: var(--lh-heading);
  color: var(--text-primary);
  letter-spacing: -0.015em;
  margin: 0 0 14px;
}

.svc-faq__sub {
  font-size: var(--fs-body);
  line-height: var(--lh-relaxed);
  color: var(--text-secondary);
  margin: 0;
}

.svc-faq__list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.svc-faq-item {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.svc-faq-item[open] {
  border-color: rgba(30, 113, 231, 0.45);
  box-shadow: var(--shadow-card);
}

.svc-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: 'Cal Sans', 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: var(--text-primary);
  letter-spacing: -0.01em;
}

.svc-faq-item summary::-webkit-details-marker {
  display: none;
}

.svc-faq-item summary::after {
  content: '';
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%231e71e7' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease;
}

.svc-faq-item[open] summary::after {
  transform: rotate(180deg);
}

.svc-faq-item__answer {
  padding: 0 24px 22px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-secondary);
}

.svc-faq-item__answer p {
  margin: 0 0 12px;
}

.svc-faq-item__answer p:last-child {
  margin-bottom: 0;
}


/* ------------------------------------------------------------
   SVC FINAL CTA. Dark charcoal close-out matching home.
   ------------------------------------------------------------ */
.svc-final-cta {
  background: var(--bg-navy);
  color: var(--text-white);
  padding: var(--section-padding) 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.svc-final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 60% at 50% 100%, rgba(30, 113, 231, 0.18) 0%, rgba(30, 113, 231, 0) 70%);
  z-index: -1;
}

@media (max-width: 768px) {
  .svc-final-cta {
    padding: var(--section-padding-mobile) 0;
  }
}

.svc-final-cta__inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.svc-final-cta__heading {
  font-family: 'Cal Sans', 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.18;
  color: var(--text-white);
  letter-spacing: -0.015em;
  margin: 0 0 18px;
}

.svc-final-cta__sub {
  font-size: var(--fs-body);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 32px;
}

.svc-final-cta__ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}


/* ------------------------------------------------------------
   AI VS HUMAN. Reusable two-column comparison block (Ads page).
   ------------------------------------------------------------ */
.svc-aivshuman {
  background: var(--bg-primary);
  padding: var(--section-padding) 0;
}

@media (max-width: 768px) {
  .svc-aivshuman {
    padding: var(--section-padding-mobile) 0;
  }
}

.svc-aivshuman__header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
}

.svc-aivshuman__heading {
  font-family: 'Cal Sans', 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: var(--fs-h2);
  line-height: var(--lh-heading);
  color: var(--text-primary);
  letter-spacing: -0.015em;
  margin: 0 0 14px;
}

.svc-aivshuman__sub {
  font-size: var(--fs-body);
  line-height: var(--lh-relaxed);
  color: var(--text-secondary);
  margin: 0;
}

.svc-aivshuman__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 960px;
  margin: 0 auto;
}

@media (min-width: 720px) {
  .svc-aivshuman__grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}

.svc-aivshuman__col {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px 26px;
  box-shadow: var(--shadow-card);
}

.svc-aivshuman__col--brand {
  background: linear-gradient(180deg, rgba(30, 113, 231, 0.06) 0%, rgba(30, 113, 231, 0) 60%), var(--bg-white);
  border-color: rgba(30, 113, 231, 0.35);
}

.svc-aivshuman__col h3 {
  font-family: 'Cal Sans', 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.25;
  color: var(--text-primary);
  letter-spacing: -0.01em;
  margin: 0 0 8px;
}

.svc-aivshuman__col h3 small {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 4px;
}

.svc-aivshuman__col ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.svc-aivshuman__col li {
  position: relative;
  padding-left: 24px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--text-secondary);
}

.svc-aivshuman__col li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 14px;
  height: 2px;
  background: var(--text-muted);
  border-radius: 2px;
}

.svc-aivshuman__col--brand li::before {
  background: var(--brand);
}


/* ------------------------------------------------------------
   PROOF LOGO STRIP (Trusted by, on light section).
   Reuses index home pattern.
   ------------------------------------------------------------ */
.svc-logos {
  background: var(--bg-white);
  padding: 60px 0 40px;
  border-bottom: 1px solid var(--border);
}

.svc-logos__label {
  font-size: var(--fs-eyebrow);
  font-weight: var(--fw-bold);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-align: center;
  margin: 0 0 24px;
}

.svc-logos__track {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px 48px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  filter: grayscale(1) contrast(0.9);
  opacity: 0.75;
}

.svc-logos__track img {
  height: 28px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
}

@media (max-width: 640px) {
  .svc-logos__track {
    gap: 22px 28px;
  }
  .svc-logos__track img {
    height: 22px;
  }
}


/* ------------------------------------------------------------
   SVC DELIVERABLES. The "what you actually get" 5+1+1 grid.
   ------------------------------------------------------------ */
.svc-deliverables {
  background: var(--bg-white);
  padding: var(--section-padding) 0;
  border-bottom: 1px solid var(--border);
}

@media (max-width: 768px) {
  .svc-deliverables {
    padding: var(--section-padding-mobile) 0;
  }
}

.svc-deliverables__header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 56px;
}

.svc-deliverables__eyebrow {
  display: inline-block;
  font-size: var(--fs-eyebrow);
  font-weight: var(--fw-bold);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand);
  margin: 0 0 16px;
}

.svc-deliverables__heading {
  font-family: 'Cal Sans', 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: var(--fs-h2);
  line-height: var(--lh-heading);
  color: var(--text-primary);
  letter-spacing: -0.015em;
  margin: 0 0 14px;
}

.svc-deliverables__sub {
  font-size: var(--fs-body);
  line-height: var(--lh-relaxed);
  color: var(--text-secondary);
  margin: 0;
}

.svc-deliverables__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 1120px;
  margin: 0 auto;
}

@media (min-width: 880px) {
  .svc-deliverables__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
  }
}

.svc-deliverable {
  display: flex;
  flex-direction: column;
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.svc-deliverable:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-2px);
  border-color: rgba(30, 113, 231, 0.45);
}

.svc-deliverable--feature {
  border-color: rgba(30, 113, 231, 0.5);
  box-shadow: 0 12px 30px rgba(30, 113, 231, 0.12);
}

.svc-deliverable__count {
  background: var(--bg-navy);
  color: var(--text-white);
  padding: 26px 24px 22px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.svc-deliverable--feature .svc-deliverable__count {
  background: linear-gradient(135deg, var(--brand) 0%, #0b3d91 100%);
}

.svc-deliverable__num {
  font-family: 'Cal Sans', 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 0.9;
  letter-spacing: -0.03em;
  color: var(--text-white);
}

.svc-deliverable__num-label {
  font-size: 12px;
  font-weight: var(--fw-bold);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  text-align: right;
}

.svc-deliverable__body {
  padding: 24px 24px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.svc-deliverable__body h3 {
  font-family: 'Cal Sans', 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.25;
  color: var(--text-primary);
  letter-spacing: -0.01em;
  margin: 0 0 10px;
}

.svc-deliverable__body p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-secondary);
  margin: 0 0 16px;
}

.svc-deliverable__specs {
  list-style: none;
  padding: 0;
  margin: auto 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid var(--border);
  padding-top: 16px;
}

.svc-deliverable__specs li {
  position: relative;
  padding-left: 22px;
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.45;
}

.svc-deliverable__specs li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 14px;
  height: 2px;
  background: var(--brand);
  border-radius: 2px;
}


/* ------------------------------------------------------------
   SVC FLOW. Dark charcoal funnel diagram with brand glow.
   ------------------------------------------------------------ */
.svc-flow {
  background: var(--bg-navy);
  color: var(--text-white);
  padding: var(--section-padding) 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.svc-flow::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 70% at 50% 50%, rgba(30, 113, 231, 0.18) 0%, rgba(30, 113, 231, 0) 65%);
  z-index: -1;
  pointer-events: none;
}

@media (max-width: 768px) {
  .svc-flow {
    padding: var(--section-padding-mobile) 0;
  }
}

.svc-flow__header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 56px;
}

.svc-flow__eyebrow {
  display: inline-block;
  font-size: var(--fs-eyebrow);
  font-weight: var(--fw-bold);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand);
  margin: 0 0 16px;
}

.svc-flow__heading {
  font-family: 'Cal Sans', 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: var(--fs-h2);
  line-height: var(--lh-heading);
  color: var(--text-white);
  letter-spacing: -0.015em;
  margin: 0 0 14px;
}

.svc-flow__sub {
  font-size: var(--fs-body);
  line-height: var(--lh-relaxed);
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}

.svc-flow__diagram {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1080px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: stretch;
  counter-reset: flow;
}

.svc-flow__node {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--r-lg);
  padding: 22px 20px 24px;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
  counter-increment: flow;
  position: relative;
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(6px);
}

.svc-flow__node:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(30, 113, 231, 0.5);
  transform: translateY(-2px);
}

.svc-flow__node-label {
  font-family: 'Cal Sans', 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-white);
  margin-bottom: 12px;
}

.svc-flow__node-label::before {
  content: counter(flow, decimal-leading-zero) " · ";
  color: rgba(255, 255, 255, 0.45);
  font-weight: var(--fw-bold);
}

.svc-flow__node-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.svc-flow__node-tag {
  display: inline-block;
  align-self: flex-start;
  font-size: 11px;
  font-weight: var(--fw-extra-bold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-white);
  background: rgba(30, 113, 231, 0.35);
  padding: 5px 10px;
  border-radius: var(--r-pill);
}

.svc-flow__node-card p {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}

.svc-flow__node--end {
  background: linear-gradient(135deg, rgba(30, 113, 231, 0.28) 0%, rgba(11, 61, 145, 0.15) 100%);
  border-color: rgba(30, 113, 231, 0.55);
}

.svc-flow__node--end .svc-flow__node-tag {
  background: var(--brand);
}

.svc-flow__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.65);
  padding: 4px 0;
  transform: rotate(90deg);
}

@media (min-width: 980px) {
  .svc-flow__diagram {
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 14px;
  }

  .svc-flow__arrow {
    transform: none;
    padding: 0 4px;
  }

  .svc-flow__node {
    height: 100%;
  }
}


/* ------------------------------------------------------------
   SVC GUARANTEE BAND. Dark charcoal, the "I stay until..." moment.
   ------------------------------------------------------------ */
.svc-guarantee {
  background: var(--bg-navy);
  color: var(--text-white);
  padding: var(--section-padding) 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.svc-guarantee__bg-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 60% at 50% 100%, rgba(30, 113, 231, 0.22) 0%, rgba(30, 113, 231, 0) 65%);
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 768px) {
  .svc-guarantee {
    padding: var(--section-padding-mobile) 0;
  }
}

.svc-guarantee__inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.svc-guarantee__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 999px;
  background: rgba(30, 113, 231, 0.18);
  border: 1px solid rgba(30, 113, 231, 0.5);
  color: var(--brand);
  margin: 0 auto 22px;
}

.svc-guarantee__eyebrow {
  display: inline-block;
  font-size: var(--fs-eyebrow);
  font-weight: var(--fw-bold);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 14px;
}

.svc-guarantee__heading {
  font-family: 'Cal Sans', 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: clamp(28px, 4vw, 40px);
  line-height: var(--lh-heading);
  color: var(--text-white);
  letter-spacing: -0.015em;
  margin: 0 0 18px;
}

.svc-guarantee__sub {
  font-size: var(--fs-body);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  max-width: 700px;
  margin: 0 auto 36px;
}

.svc-guarantee__points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
}

@media (min-width: 720px) {
  .svc-guarantee__points {
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
  }
}

.svc-guarantee__point {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 18px 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--r-md);
}

.svc-guarantee__point-num {
  font-family: 'Cal Sans', 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: var(--brand);
}

.svc-guarantee__point-text {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}


/* ------------------------------------------------------------
   SVC SAMPLES. "What it actually looks like" three-tile reel.
   ------------------------------------------------------------ */
.svc-samples {
  background: var(--bg-white);
  padding: var(--section-padding) 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

@media (max-width: 768px) {
  .svc-samples {
    padding: var(--section-padding-mobile) 0;
  }
}

.svc-samples__header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 56px;
}

.svc-samples__eyebrow {
  display: inline-block;
  font-size: var(--fs-eyebrow);
  font-weight: var(--fw-bold);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand);
  margin: 0 0 16px;
}

.svc-samples__heading {
  font-family: 'Cal Sans', 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: var(--fs-h2);
  line-height: var(--lh-heading);
  color: var(--text-primary);
  letter-spacing: -0.015em;
  margin: 0 0 14px;
}

.svc-samples__sub {
  font-size: var(--fs-body);
  line-height: var(--lh-relaxed);
  color: var(--text-secondary);
  margin: 0;
}

.svc-samples__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
}

@media (min-width: 880px) {
  .svc-samples__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
  }
}

.svc-sample {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 18px;
  box-shadow: var(--shadow-card);
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.svc-sample:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-2px);
  border-color: rgba(30, 113, 231, 0.45);
}

.svc-sample--feature {
  border-color: rgba(30, 113, 231, 0.5);
  box-shadow: 0 12px 30px rgba(30, 113, 231, 0.12);
}

.svc-sample__label {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 4px 4px 0;
}

.svc-sample__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(30, 113, 231, 0.12);
  color: var(--brand);
  font-family: 'Cal Sans', 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  flex-shrink: 0;
}

.svc-sample--feature .svc-sample__num {
  background: var(--brand);
  color: var(--text-white);
}

.svc-sample__label > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.svc-sample__type {
  font-family: 'Cal Sans', 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: var(--text-primary);
  letter-spacing: -0.01em;
}

.svc-sample__hint {
  font-size: 12px;
  color: var(--text-muted);
  letter-spacing: 0.04em;
}

.svc-sample__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--bg-navy);
}

.svc-sample__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.svc-samples__note {
  max-width: 720px;
  margin: 36px auto 0;
  text-align: center;
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
}


/* ------------------------------------------------------------
   SVC DELIVERABLE VISUAL. Adds a small visual at top of each
   deliverable card so the cards aren't pure-text headers.
   ------------------------------------------------------------ */
.svc-deliverable__count {
  position: relative;
  overflow: hidden;
}

.svc-deliverable__count::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 100% at 100% 0%, rgba(30, 113, 231, 0.25) 0%, rgba(30, 113, 231, 0) 60%);
  pointer-events: none;
}

.svc-deliverable--feature .svc-deliverable__count::after {
  background:
    radial-gradient(ellipse 80% 100% at 100% 0%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 60%);
}


/* ------------------------------------------------------------
   NEWSLETTER FORM (in-hero, on dark) for /newsletter page.
   ------------------------------------------------------------ */
.nl-form {
  margin: 32px auto 0;
  max-width: 560px;
  text-align: left;
}

.nl-form__label {
  display: block;
  font-size: var(--fs-eyebrow);
  font-weight: var(--fw-bold);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 10px;
}

.nl-form__row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: stretch;
}

.nl-form__input {
  flex: 1 1 240px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--r-md);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  color: var(--text-white);
  transition: border-color 0.15s ease, background 0.15s ease;
}

.nl-form__input::placeholder {
  color: var(--text-muted);
}

.nl-form__input:focus-visible {
  outline: none;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(30, 113, 231, 0.7);
}

.nl-form__row .btn {
  flex-shrink: 0;
}

.nl-form__note {
  margin: 14px 0 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
}

.nl-form--hero {
  margin-top: 36px;
}

.nl-form--hero .nl-form__input {
  font-size: 17px;
  padding: 16px 20px;
}

.nl-form--hero .nl-form__row .btn {
  font-size: 16px;
  padding: 16px 28px;
}

.nl-form--center {
  margin: 32px auto 0;
}


/* ------------------------------------------------------------
   NEWSLETTER PILLARS. 7-card chip grid linking to /learn/* pages.
   Uses dark glass-card treatment to fit svc-flow dark band.
   ------------------------------------------------------------ */
.nl-pillars {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 1080px;
  margin: 0 auto;
}

@media (min-width: 720px) {
  .nl-pillars {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .nl-pillars {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

.nl-pillar {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 20px 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--r-lg);
  text-decoration: none;
  color: var(--text-white);
  backdrop-filter: blur(6px);
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.nl-pillar:hover,
.nl-pillar:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(30, 113, 231, 0.55);
  transform: translateY(-2px);
  outline: none;
}

.nl-pillar__num {
  font-family: 'Cal Sans', 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.55);
}

.nl-pillar__title {
  font-family: 'Cal Sans', 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: var(--text-white);
  letter-spacing: -0.01em;
}

.nl-pillar__hint {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}


/* ------------------------------------------------------------
   NEWSLETTER SPLIT HERO. Above-fold two-column: copy+form left,
   video frame right. Stacks on mobile (text first, video below).
   ------------------------------------------------------------ */
.svc-hero--split {
  padding: 60px 0 64px;
}

@media (max-width: 768px) {
  .svc-hero--split {
    padding: 56px 0 56px;
  }
}

.svc-hero__split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
  max-width: none;
  text-align: left;
}

@media (min-width: 980px) {
  .svc-hero__split {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 48px;
  }
}

.svc-hero__split-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.svc-hero__split-text .svc-hero__eyebrow {
  margin-bottom: 18px;
}

.svc-hero__split-text .svc-hero__heading {
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.1;
  margin: 0 0 16px;
  text-align: left;
}

.svc-hero__split-text .svc-hero__sub {
  font-size: clamp(15px, 1.5vw, 17px);
  margin: 0 0 22px;
  text-align: left;
  max-width: none;
}

.svc-hero__split-text .nl-form {
  margin-top: 0;
  width: 100%;
  max-width: 540px;
  text-align: left;
}

.svc-hero__split-text .nl-form__note {
  text-align: left;
  margin-top: 12px;
}

.svc-hero__split-media {
  width: 100%;
}

.svc-hero__split-media .svc-hero__media-frame {
  width: 100%;
  margin: 0;
}


/* Compact horizontal pillar chips inside the split hero. */
.nl-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.nl-chips__label {
  width: 100%;
  font-size: 11px;
  font-weight: var(--fw-bold);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 4px;
}

.nl-chip {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-size: 13px;
  font-weight: var(--fw-medium);
  line-height: 1.2;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.nl-chip:hover,
.nl-chip:focus-visible {
  background: rgba(30, 113, 231, 0.18);
  border-color: rgba(30, 113, 231, 0.55);
  color: var(--text-white);
  outline: none;
}


/* ------------------------------------------------------------
   TAYA BIG 5 GRID. 5 cards explaining how we pick topics
   (pricing, problems, comparisons, reviews, best-of).
   ------------------------------------------------------------ */
.nl-big5 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

@media (min-width: 720px) {
  .nl-big5 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1080px) {
  .nl-big5 {
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
  }
}

.nl-big5__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 22px 20px 24px;
  box-shadow: var(--shadow-card);
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.nl-big5__card:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-2px);
  border-color: rgba(30, 113, 231, 0.45);
}

.nl-big5__label {
  font-family: 'Cal Sans', 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand);
}

.nl-big5__title {
  font-family: 'Cal Sans', 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.25;
  color: var(--text-primary);
  letter-spacing: -0.01em;
  margin: 0;
}

.nl-big5__example {
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-secondary);
  margin: 0;
}

.nl-big5__footer {
  margin-top: 28px;
  text-align: center;
  font-size: 14px;
  color: var(--text-muted);
}


/* ------------------------------------------------------------
   WRITER CREDIT (small, beneath final CTA form).
   ------------------------------------------------------------ */
.nl-credit {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.55;
}

.nl-credit strong {
  color: rgba(255, 255, 255, 0.85);
  font-weight: var(--fw-bold);
}


/* ------------------------------------------------------------
   SAMPLE ISSUE PREVIEW. A mock email card showing the format.
   ------------------------------------------------------------ */
.nl-sample-issue {
  background: var(--bg-primary);
  padding: var(--section-padding) 0;
}

@media (max-width: 768px) {
  .nl-sample-issue {
    padding: var(--section-padding-mobile) 0;
  }
}

.nl-sample-issue__header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}

.nl-sample-issue__eyebrow {
  display: inline-block;
  font-size: var(--fs-eyebrow);
  font-weight: var(--fw-bold);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand);
  margin: 0 0 16px;
}

.nl-sample-issue__heading {
  font-family: 'Cal Sans', 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: var(--fs-h2);
  line-height: var(--lh-heading);
  color: var(--text-primary);
  letter-spacing: -0.015em;
  margin: 0 0 14px;
}

.nl-sample-issue__sub {
  font-size: var(--fs-body);
  line-height: var(--lh-relaxed);
  color: var(--text-secondary);
  margin: 0;
}

.nl-issue {
  max-width: 720px;
  margin: 0 auto;
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card-hover);
}

.nl-issue__chrome {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--bg-primary);
  border-bottom: 1px solid var(--border);
  padding: 12px 22px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: var(--fw-bold);
}

.nl-issue__chrome span:first-child {
  color: var(--text-secondary);
}

.nl-issue__subject-row {
  padding: 20px 24px 8px;
  border-bottom: 1px solid var(--border);
}

.nl-issue__subject-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: var(--fw-bold);
}

.nl-issue__subject {
  font-family: 'Cal Sans', 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--text-primary);
  margin: 6px 0 14px;
}

.nl-issue__body {
  padding: 24px 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.nl-issue__block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nl-issue__label {
  font-family: 'Cal Sans', 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand);
}

.nl-issue__block p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-secondary);
  margin: 0;
}

.nl-issue__video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--bg-navy);
  margin-top: 4px;
}

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

.nl-issue__caption {
  font-size: 13px;
  line-height: 1.5;
  color: var(--text-muted);
  font-style: normal;
}

.nl-issue__footer {
  background: var(--bg-primary);
  border-top: 1px solid var(--border);
  padding: 16px 24px;
  text-align: center;
  font-size: 13px;
  color: var(--text-secondary);
}

.nl-issue__footer strong {
  color: var(--brand);
  font-weight: var(--fw-bold);
}

.nl-sample-issue__note {
  text-align: center;
  margin: 28px auto 0;
  max-width: 640px;
  font-size: 13px;
  color: var(--text-muted);
  font-style: normal;
}


/* ------------------------------------------------------------
   SVC PROBLEM. Three pain-point cards above the deliverables.
   ------------------------------------------------------------ */
.svc-problem {
  background: var(--bg-white);
  padding: var(--section-padding) 0;
  border-bottom: 1px solid var(--border);
}

@media (max-width: 768px) {
  .svc-problem {
    padding: var(--section-padding-mobile) 0;
  }
}

.svc-problem__header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 56px;
}

.svc-problem__eyebrow {
  display: inline-block;
  font-size: var(--fs-eyebrow);
  font-weight: var(--fw-bold);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand);
  margin: 0 0 16px;
}

.svc-problem__heading {
  font-family: 'Cal Sans', 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: var(--fs-h2);
  line-height: var(--lh-heading);
  color: var(--text-primary);
  letter-spacing: -0.015em;
  margin: 0;
}

.svc-problem__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 1120px;
  margin: 0 auto;
}

@media (min-width: 880px) {
  .svc-problem__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

.svc-problem__card {
  background: var(--bg-primary);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.svc-problem__card:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-2px);
}

.svc-problem__card--featured {
  border-color: rgba(30, 113, 231, 0.45);
  background: linear-gradient(180deg, rgba(30, 113, 231, 0.04) 0%, var(--bg-primary) 60%);
}

.svc-problem__stat {
  display: block;
  font-family: 'Cal Sans', 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--brand);
  margin: 0 0 14px;
}

.svc-problem__card h3 {
  font-family: 'Cal Sans', 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.25;
  color: var(--text-primary);
  letter-spacing: -0.01em;
  margin: 0 0 12px;
}

.svc-problem__card p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-secondary);
  margin: 0;
}

.svc-problem__resolution {
  max-width: 760px;
  margin: 48px auto 0;
  text-align: center;
  padding-top: 40px;
  border-top: 1px solid var(--border);
}

.svc-problem__resolution p {
  font-family: 'Cal Sans', 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: clamp(20px, 2.5vw, 26px);
  color: var(--text-primary);
  margin: 0;
  letter-spacing: -0.01em;
}


/* ------------------------------------------------------------
   SVC WHO QUALIFIERS. Bullet checklist under the who heading.
   ------------------------------------------------------------ */
.svc-who__qualifiers {
  list-style: none;
  padding: 0;
  margin: 20px auto 0;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
}

.svc-who__qualifiers li {
  position: relative;
  padding-left: 26px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-secondary);
}

.svc-who__qualifiers li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 14px;
  height: 2px;
  background: var(--brand);
  border-radius: 2px;
}


/* ------------------------------------------------------------
   SVC INLINE CTA. Mid-page conversion band between sections.
   ------------------------------------------------------------ */
.svc-inline-cta {
  background: var(--bg-primary);
  padding: 48px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.svc-inline-cta__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  text-align: center;
}

.svc-inline-cta__text {
  font-family: 'Cal Sans', 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 2.2vw, 24px);
  color: var(--text-primary);
  margin: 0;
  letter-spacing: -0.01em;
}

@media (max-width: 640px) {
  .svc-inline-cta__inner {
    flex-direction: column;
    gap: 20px;
  }
}


/* ------------------------------------------------------------
   SVC GUARANTEE CTA. Book-a-call button inside the guarantee band.
   ------------------------------------------------------------ */
.svc-guarantee__cta {
  margin-top: 44px;
}
