.short-form-page {
  --sf-blue: #1D4288;
  --sf-transition: 0.25s ease;
  overflow-x: hidden;
}

/* Break hero out of .container to stretch full viewport width */
.short-form-page .header-carousel {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

.short-form-page .angle {
  display: none;
}

.short-form-page .header-title {
  background: transparent !important;
  width: auto;
  padding: 0;
}

.short-form-page .header-carousel .header-article {
  background: linear-gradient(135deg, #edf1f8 0%, #e2eaf6 50%, #d8e2f3 100%) !important;
  min-height: unset;
  height: unset;
  padding: 36px 5% 40px;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(90deg, #1D4288, #3EB049) 1;
}

.short-form-page .header-carousel .header-article .header-article__background {
  background-image: none;
}

.short-form-page .header-title h1 {
  color: var(--sf-blue);
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.2;
}

.short-form-page .header-title h1 small {
  color: #4a6aa8;
  font-size: 1rem;
}

.short-form-page .header-article__paragraph {
  position: relative;
}

.short-form-page .desc-banner-service {
  color: #444;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 10px !important;
  flex: 1;
}

.short-form-page .hero-service-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1D4288, #3EB049);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(29, 66, 136, 0.3);
}

.short-form-page .hero-service-icon img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.short-form-page img.service-category-image {
  display: none !important;
}

.short-form-page .short-form-store-bar {
  position: relative;
  z-index: 10;
  margin-top: -22px;
  text-align: center;
}

.short-form-page .short-form-store-bar .header-banner {
  position: relative;
  top: 0;
  max-height: none;
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.short-form-page .short-form-store-bar .header-banner.mb-5 {
  margin-bottom: 0 !important;
}

.short-form-page .short-form-store-bar .header-banner__container {
  margin: 0;
  max-width: 100%;
  border: none;
  box-shadow: none;
  justify-content: center;
}

.short-form-page .short-form-store-bar .header-banner__left-section {
  display: none !important;
}

.short-form-page .short-form-store-bar .header-banner__right-section {
  background-color: transparent;
  max-width: none;
  width: auto;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 1rem;
  font-family: inherit;
  line-height: 1;
  text-transform: none;
  overflow: visible;
}

.short-form-page .short-form-store-bar .header-banner__right-section a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 32px;
  font-size: 0.95rem;
  font-weight: 600;
  font-family: inherit;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: #fff !important;
  text-decoration: none !important;
  background: var(--sf-blue);
  border: none;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(29, 66, 136, 0.3);
  transition: background var(--sf-transition), box-shadow var(--sf-transition), transform var(--sf-transition);
  cursor: pointer;
  white-space: nowrap;
}

.short-form-page .short-form-store-bar .header-banner__right-section a:hover {
  background: #16357a;
  box-shadow: 0 6px 20px rgba(29, 66, 136, 0.4);
  transform: translateY(-2px);
}

.short-form-page .short-form-store-bar .header-banner__right-section img {
  height: 18px;
  width: 18px;
  margin-right: 0;
  filter: brightness(0) invert(1);
}

.short-form-page .service-template-short {
  background-color: #fff;
}

@media (max-width: 1200px) {
  .short-form-page .header-carousel .header-article {
    padding: 30px 4% 36px;
  }
}

@media (max-width: 767px) {
  .short-form-page .header-carousel .header-article {
    padding: 24px 16px 32px;
  }

  .short-form-page .header-title h1 {
    font-size: 1.75rem;
  }

  .short-form-page .desc-banner-service {
    font-size: 1.05rem;
  }

  .short-form-page .hero-service-icon {
    width: 72px;
    height: 72px;
  }

  .short-form-page .hero-service-icon img {
    width: 40px;
    height: 40px;
  }

  .short-form-page .short-form-store-bar .header-banner__right-section a {
    padding: 11px 26px;
    font-size: 0.875rem;
  }
}

@media (max-width: 575px) {
  .short-form-page .header-carousel .header-article {
    padding: 20px 16px 26px;
  }

  .short-form-page .header-title h1 {
    font-size: 1.5rem;
  }

  .short-form-page .desc-banner-service {
    font-size: 1rem;
  }

  .short-form-page .hero-service-icon {
    width: 56px;
    height: 56px;
  }

  .short-form-page .hero-service-icon img {
    width: 30px;
    height: 30px;
  }

  .short-form-page .short-form-store-bar .header-banner__right-section a {
    padding: 10px 22px;
    font-size: 0.825rem;
  }
}
