.tv-process-hero {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  padding: 80px 20px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .tv-process-hero {
    min-height: 520px;
    padding: 100px 32px 120px;
  }
}

.tv-process-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.tv-process-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.tv-process-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(2, 23, 56, 0.85) 0%,
    rgba(2, 35, 80, 0.55) 50%,
    rgba(2, 65, 136, 0.5) 100%
  );
}

.tv-process-hero__inner {
  position: relative;
  z-index: 2;
  text-align: center;

  margin: 0 auto;
}
.tv-process-hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #0a1628;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
.tv-process-hero__title {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  margin: 22px 0 18px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .tv-process-hero__title {
    font-size: 44px;
  }
}
@media (min-width: 1024px) {
  .tv-process-hero__title {
    font-size: 54px;
  }
}

.tv-process-hero__desc {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 auto 28px;
  max-width: 740px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  font-weight: 600px;
}
@media (min-width: 768px) {
  .tv-process-hero__desc {
    font-size: 24px;
  }
}

.tv-process-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0078c8;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding: 13px 32px;
  border-radius: 999px;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
  box-shadow: 0 8px 22px rgba(0, 120, 200, 0.5);
}
.tv-process-hero__btn:hover {
  background: #024188;
  transform: translateY(-1px);
}

/* ==========================================================================
   2. 5-STEP CARDS BAR
   ========================================================================== */
.tv-stepsbar {
  background: #eef4fa;
  padding: 28px 0;
}
.tv-stepsbar__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media (min-width: 768px) {
  .tv-stepsbar__grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
  }
}

.tv-stepsbar__item {
  text-align: center;
  padding: 8px 16px;
}
@media (min-width: 768px) {
  .tv-stepsbar__item + .tv-stepsbar__item {
    border-left: 1px solid #cbd5e1;
  }
}

.tv-stepsbar__num {
    font-family: Montserrat, sans-serif;
      font-size: 42.33px;
      font-weight: 700;
      color: rgb(67, 67, 67);
      margin: 0px 0px 6px;
      line-height: 42.33px;
}
.tv-stepsbar__title {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #434343;
  margin: 0 0 4px;
}
.tv-stepsbar__sub {
    font-size: 16px;
      color: #434343;
      margin: 0;
      font-weight: 400;
}

/* ==========================================================================
   3. STEP-BY-STEP DETAIL (vertical timeline with 5 steps)
   ========================================================================== */
.tv-stepdetail {
  padding: 64px 0 32px;
  background: #fff;
}
@media (min-width: 768px) {
  .tv-stepdetail {
    padding: 88px 0 48px;
  }
}

.tv-stepdetail__head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 48px;
}
.tv-stepdetail__eyebrow {
    font-family: "Montserrat", sans-serif;
      font-size: 16.13px;
      font-weight: 600;
      color: #0078c8;
      margin: 0 0 8px;
}
.tv-stepdetail__title {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #024188;
    margin: 0 0 12px;
    letter-spacing: -0.85px
}
@media (min-width: 768px) {
  .tv-stepdetail__title {
    font-size: 40px;
  }
}

.tv-stepdetail__sub {
  font-size: 15px;
  color: #64748b;
  margin: 0;
}

.tv-stepdetail__timeline {
  margin-top: 24px;
}

/* Single step row */
.tv-step {
  display: grid;
  grid-template-columns: 50px 1fr;
  column-gap: 16px;
  padding: 28px 0 32px;
  position: relative;
}
@media (min-width: 768px) {
  .tv-step {
    column-gap: 24px;
    padding: 36px 0 40px;
  }
}

/* The vertical line + numbered marker on the left */
.tv-step__marker {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tv-step__num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #0078c8;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 120, 200, 0.35);
  flex-shrink: 0;
  z-index: 1;
}
.tv-step__line {
  flex-grow: 1;
  width: 2px;
  background: #bad3ea;
  margin-top: 8px;
  min-height: 100px;
}
.tv-step--last .tv-step__line {
  display: none;
}

/* Step body — 2-column layout (main + stats) */
.tv-step__body {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 28px;
  row-gap: 24px;
}

.tv-step__header {
  width: 80%;
  max-width: 700px;
}

.tv-step__main {
  min-width: 0;
}

.tv-step__title {
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #0a1628;
  margin: 6px 0 12px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .tv-step__title {
    font-size: 22px;
    margin-top: 4px;
  }
}

.tv-step__desc {
  color: #64748b;
}

/* 3 feature cards */
.tv-step__features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .tv-step__features {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

.tv-step__feature {
  background: #f7fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 16px 18px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.tv-step__feature:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px -12px rgba(2, 65, 136, 0.18);
}
.tv-step__feature h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #0a1628;
  margin: 0 0 10px;
}
.tv-step__feature p {
  font-size: 12.5px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* Stats column (cream-colored cards on the right) */
.tv-step__stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-self: start;
  width: 32%;
}
@media (max-width: 899px) {
  .tv-step__stats {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }
}

.tv-step__stat {
  background: #f5f4ed;
  border: 1px solid #c5c5c5;
  border-radius: 10px;
  padding: 18px 20px;
  text-align: center;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.tv-step__stat:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px -12px rgba(168, 140, 77, 0.25);
}

.tv-step__stat-num {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #0a1628;
  margin: 0 0 4px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .tv-step__stat-num {
    font-size: 26px;
  }
}

.tv-step__stat-label {
  font-size: 12.5px;
  color: #64748b;
  margin: 0;
}

/* Subtle divider between steps */
.tv-step + .tv-step::before {
  content: "";
  position: absolute;
  left: 64px;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent 0%,
    #e2e8f0 30%,
    #e2e8f0 100%
  );
}

/* ==========================================================================
   4. BEFORE & AFTER
   ========================================================================== */
.tv-beforeafter {
  background: #f1f3f7;
  padding: 64px 0 72px;
}
@media (min-width: 768px) {
  .tv-beforeafter {
    padding: 88px 0 96px;
  }
}

.tv-beforeafter__head {
  text-align: center;
  /* max-width: 700px; */
  margin: 0 auto 44px;
}
.tv-beforeafter__eyebrow {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #0078c8;
  margin: 0 0 8px;
}
.tv-beforeafter__title {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #024188;
  margin: 0 0 12px;
}
@media (min-width: 768px) {
  .tv-beforeafter__title {
    font-size: 40px;
  }
}

.tv-beforeafter__sub {
  font-size: 15px;
  color: #64748b;
  max-width: 640px;
  margin: 0 auto;
}

.tv-beforeafter__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 900px) {
  .tv-beforeafter__grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

.tv-beforeafter__col-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #0a1628;
  margin: 0 0 20px;
}
.tv-beforeafter__icon {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.tv-beforeafter__icon--x {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
}
.tv-beforeafter__icon--check {
  background: rgba(16, 185, 129, 0.1);
  color: #10b981;
}
.tv-beforeafter__icon svg {
  width: 16px;
  height: 16px;
}

.tv-beforeafter__col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.tv-ba-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 14px;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  align-items: center;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
@media (min-width: 768px) {
  .tv-ba-card {
    grid-template-columns: 140px 1fr;
    gap: 20px;
    padding: 16px;
  }
}
.tv-ba-card:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 120, 200, 0.3);
  box-shadow: 0 12px 28px -14px rgba(2, 65, 136, 0.18);
}

.tv-ba-card img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}
@media (min-width: 768px) {
  .tv-ba-card img {
    height: 100px;
  }
}

.tv-ba-card__body h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #0a1628;
  margin: 0 0 8px;
}
.tv-ba-card__body p {
  font-size: 12.5px;
  color: #64748b;
  line-height: 1.55;
  margin: 0;
}

/* ==========================================================================
   5. SIGN UP TIMELINE (4-day horizontal timeline)
   ========================================================================== */
.tv-signup {
  padding: 64px 0 72px;
  background: #fff;
}
@media (min-width: 768px) {
  .tv-signup {
    padding: 88px 0 96px;
  }
}

.tv-signup__head {
  text-align: center;
  /* max-width: 700px; */
  margin: 0 auto 56px;
}
.tv-signup__eyebrow {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #0078c8;
  margin: 0 0 8px;
}
.tv-signup__title {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #024188;
  margin: 0 0 12px;
  letter-spacing: -0.005em;
}
@media (min-width: 768px) {
  .tv-signup__title {
    font-size: 38px;
  }
}

.tv-signup__sub {
  font-size: 15px;
  color: #64748b;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.tv-signup__timeline {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .tv-signup__timeline {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}

/* Horizontal connecting line (between icons) */
.tv-signup__connector {
  display: none;
}
@media (min-width: 768px) {
  .tv-signup__connector {
    display: block;
    position: absolute;
    top: 32px;
    left: 12.5%;
    right: 12.5%;
    height: 1px;
    background: #cfe2f3;
    z-index: 0;
  }
}

.tv-signup__step {
  text-align: center;
  position: relative;
  z-index: 1;
}

.tv-signup__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #e0f0fb;
  color: #0078c8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
}
.tv-signup__icon svg {
  width: 26px;
  height: 26px;
}
.tv-signup__step:hover .tv-signup__icon {
  transform: translateY(-3px);
}

/* Final step icon - filled blue */
.tv-signup__icon--final {
  background: #0078c8;
  color: #fff;
  box-shadow: 0 8px 22px rgba(0, 120, 200, 0.35);
}

.tv-signup__day {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0a1628;
  margin: 0 0 8px;
}
.tv-signup__step-title {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #0a1628;
  margin: 0 0 10px;
}
.tv-signup__step-desc {
  font-size: 13.5px;
  color: #64748b;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 240px;
}

/* ==========================================================================
   6. FINAL CTA (shared with About Us)
   Re-uses .tv-about-cta from about-page styles.
   ========================================================================== */
.tv-about-cta {
  background: #0078c8;
  color: #fff;
  padding: 56px 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .tv-about-cta {
    padding: 72px 0;
  }
}

.tv-about-cta__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
@media (min-width: 900px) {
  .tv-about-cta__inner {
    grid-template-columns: 360px 1fr;
    gap: 56px;
  }
}

.tv-about-cta__art {
  display: flex;
  justify-content: center;
}
.tv-about-cta__art img {
  width: 100%;
  max-width: 320px;
  height: auto;
  display: block;
}

.tv-about-cta__body {
  color: #fff;
}
.tv-about-cta__title {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 14px;
}
@media (min-width: 768px) {
  .tv-about-cta__title {
    font-size: 40px;
  }
}

.tv-about-cta__desc {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.92);
  max-width: 540px;
}
.tv-about-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 18px;
}
.tv-about-cta__btn-primary,
.tv-about-cta__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 28px;
  border-radius: 999px;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
}
.tv-about-cta__btn-primary {
  background: #fff;
  color: #0078c8;
}
.tv-about-cta__btn-primary:hover {
  background: #f1f5f9;
  transform: translateY(-1px);
}
.tv-about-cta__btn-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.7);
}
.tv-about-cta__btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}
.tv-about-cta__small {
  font-size: 12.5px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

/* ==========================================================================
   Reduced motion
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  .tv-step__feature,
  .tv-step__stat,
  .tv-ba-card,
  .tv-signup__icon {
    transition: none !important;
  }
}
