/* Homepage polish pass: keep this scoped to avoid affecting inner pages. */
/* Hero */
.home-polish .home-hero-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #e6edf9 0%, #f8fbff 45%, #ffeef1 100%);
}

.home-polish .home-hero-section::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -140px;
  top: -160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(120, 164, 255, 0.25) 0%, rgba(120, 164, 255, 0) 65%);
  pointer-events: none;
}

.home-polish .home-hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.45), transparent 35%);
  pointer-events: none;
}

.home-polish .home-hero-section .flat-title-v2 .title {
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
  max-width: 14ch;
}

.home-polish .home-hero-section p {
  max-width: 56ch;
  font-size: 1.02rem;
  line-height: 1.68;
  color: #334155;
}

.home-polish .home-hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 18px;
}

.home-polish .home-hero-metrics .metric-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid #efb2bb;
  background: rgba(255, 255, 255, 0.75);
  color: var(--spc-secondary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  backdrop-filter: blur(2px);
  text-decoration: none;
}

.home-polish .home-hero-metrics .metric-chip::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--spc-primary);
  margin-right: 8px;
}

.home-polish .home-hero-media {
  padding: 12px 0;
  max-width: 520px;
  margin: 0 auto;
}

.home-polish .home-hero-media .hero-main-image {
  display: block;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  background: transparent !important;
}

.home-polish .home-hero-section .hero-cta-btn {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.home-polish .home-hero-section .hero-cta-btn.btn-fill {
  border-radius: 8px;
}

.home-polish .home-hero-section .hero-cta-btn.btn-fill:hover,
.home-polish .home-hero-section .hero-cta-btn.btn-fill:hover span,
.home-polish .home-hero-section .hero-cta-btn.btn-fill:hover .icon,
.home-polish .home-hero-section .hero-cta-btn.btn-fill:hover .icon::before {
  color: #ffffff !important;
}

/* Shared section title rhythm */
.home-polish .flat-title .title {
  font-size: clamp(1.45rem, 2.3vw, 2.2rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.home-polish .flat-title p {
  max-width: 62ch;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.65;
  color: #475569;
}

.home-polish .home-usp-strip .tf-icon-box {
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 10px;
  padding: 16px;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.home-polish .home-usp-strip .tf-icon-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.1);
  border-color: #f0b9c0;
}

.home-polish .home-usp-strip .tf-icon-box .icon,
.home-polish .home-feature-carousel .tf-icon-box .icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50% !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Proof and system family */
.home-polish .home-proof-bar .proof-pill {
  background: linear-gradient(160deg, #ffffff 0%, #f4f8ff 100%);
  border: 1px solid #eebbc3;
  border-radius: 12px;
  padding: 16px 18px;
  box-shadow: 0 10px 22px rgba(17, 24, 39, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.home-polish .home-proof-bar .proof-pill.proof-pill-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.home-polish .home-proof-bar .proof-pill:hover {
  transform: translateY(-4px);
  border-color: #eb7a88;
  box-shadow: 0 18px 30px rgba(17, 24, 39, 0.12);
}

.home-polish .home-proof-bar .proof-number {
  font-size: 1.36rem;
  line-height: 1.15;
  font-weight: 700;
  color: var(--spc-secondary);
  letter-spacing: -0.01em;
}

.home-polish .home-proof-bar .proof-label {
  margin-top: 5px;
  font-size: 0.9rem;
  color: #4d627e;
}

.home-polish .home-system-family .collection-item .collection-image {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(17, 24, 39, 0.1);
}

.home-polish .home-system-family .collection-item .collection-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.home-polish .home-system-family .collection-item:hover .collection-image img {
  transform: scale(1.06);
}

/* Home "Shop By System Family" swiper controls */
.home-polish .home-system-family .slider-layout-right {
  position: relative;
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.home-polish .home-system-family .sw-wrapper-right {
  margin-right: 0 !important;
}

.home-polish .home-system-family .tf-sw-collection {
  margin-left: auto;
  margin-right: auto;
}

.home-polish .home-system-family .nav-sw {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  z-index: 6;
  background: #ffffff;
  border: 1px solid #c9d8ee;
  color: #2c4875;
  box-shadow: 0 8px 16px rgba(44, 72, 117, 0.16);
}

.home-polish .home-system-family .nav-next-collection {
  left: 18px;
}

.home-polish .home-system-family .nav-prev-collection {
  right: 18px;
}

.home-polish .home-system-family .sw-pagination-collection {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.home-polish .home-system-family .nav-sw:hover:not(.swiper-button-disabled) {
  background: #2c4875;
  border-color: #2c4875;
  color: #ffffff !important;
  transform: translateY(-50%) scale(1.03);
  box-shadow: 0 12px 22px rgba(44, 72, 117, 0.28);
}

.home-polish .home-system-family .nav-sw:hover:not(.swiper-button-disabled) .icon {
  color: #ffffff !important;
}

.home-polish .home-system-family .nav-sw.swiper-button-disabled {
  background: #f8fbff;
  border-color: #d9e5f6;
  color: #a6b6cf;
  box-shadow: none;
}

/* Promo and workload mosaics */
.home-polish .home-sales-banner .tf-banner-collection {
  box-shadow: 0 20px 40px rgba(17, 24, 39, 0.15);
  border-radius: 12px;
  overflow: hidden;
}

.home-polish .home-sales-banner .tf-banner-collection img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.home-polish .home-sales-banner .tf-banner-collection::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 15, 29, 0.66) 0%, rgba(9, 15, 29, 0.24) 48%, rgba(9, 15, 29, 0.06) 100%);
  pointer-events: none;
}

.home-polish .home-sales-banner .tf-banner-collection .box-content {
  z-index: 2;
  padding-left: 34px;
  max-width: 620px;
}

.home-polish .home-sales-banner .tf-banner-collection .box-content .heading {
  font-size: clamp(1.6rem, 3.1vw, 2.4rem);
  line-height: 1.12;
}

.home-polish .home-sales-banner .tf-banner-collection .box-content .tf-btn.btn-collection {
  background: #ffffff !important;
  color: #0f172a !important;
  border: 2px solid #ffffff !important;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.28);
  transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease !important;
}

.home-polish .home-sales-banner .tf-banner-collection .box-content .tf-btn.btn-collection:hover {
  background: #f51525 !important;
  color: #ffffff !important;
  border-color: #f51525 !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(245, 21, 37, 0.34);
}

.home-polish .home-sales-banner .tf-banner-collection .box-content .tf-btn.btn-collection.animate-hover-btn::after {
  display: none !important;
}

.home-polish .home-workload-grid .collection-item-v2 .collection-inner {
  box-shadow: 0 14px 28px rgba(17, 24, 39, 0.12);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.home-polish .home-workload-grid .collection-item-v2 .collection-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.home-polish .home-workload-grid .collection-item-v2:hover .collection-image img {
  transform: scale(1.06);
}

.home-polish .home-workload-grid .collection-item-v2 .collection-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(9, 15, 29, 0.62), rgba(9, 15, 29, 0.1));
}

.home-polish .home-workload-grid .collection-item-v2 .collection-content {
  z-index: 2;
}

.home-polish .home-workload-grid .collection-item-v2 .heading {
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}

.home-polish .home-workload-grid .collection-item-v2 .collection-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(124, 161, 238, 0.2), rgba(124, 161, 238, 0));
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 1;
  pointer-events: none;
}

.home-polish .home-workload-grid .collection-item-v2:hover .collection-inner::before {
  opacity: 1;
}

/* Marquee and tier cards */
.home-polish .tf-marquee {
  background: linear-gradient(90deg, var(--spc-secondary), var(--spc-primary), var(--spc-secondary));
}

.home-polish .tf-marquee .marquee-item .text {
  color: #ffffff;
  letter-spacing: 0.08em;
}

.home-polish .home-tier-cards .card-product.style-price {
  height: 100%;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
  transition: transform 0.26s ease, box-shadow 0.26s ease;
  border: 1px solid #ebb8bf;
}

.home-polish .home-tier-cards .card-product.style-price .tf-price-table-contents {
  margin-top: auto;
}

.home-polish .home-tier-cards .card-product.style-price .card-product-info .vendor {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 11px;
  color: #4e6890;
}

.home-polish .home-tier-cards .card-product.style-price .card-product-info .title {
  letter-spacing: -0.01em;
}

.home-polish .home-tier-cards .card-product.style-price .card-product-wrapper .product-img img {
  width: 100%;
  height: 320px !important;
  object-fit: cover !important;
}

.home-polish .home-tier-cards .card-product.style-price .card-product-wrapper .product-img .img-product,
.home-polish .home-tier-cards .card-product.style-price .card-product-wrapper .product-img .img-hover {
  height: 320px !important;
  object-fit: cover !important;
}

/* Keep tier card media static on hover (no secondary image swap). */
.home-polish .home-tier-cards .card-product .card-product-wrapper .product-img .img-hover {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.home-polish .home-tier-cards .card-product .card-product-wrapper .product-img .img-product,
.home-polish .home-tier-cards .card-product:hover .card-product-wrapper .product-img .img-product {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Keep the blue tier card CTA consistent with the other tier card buttons. */
.home-polish .home-tier-cards .card-product.style-price.bg_blue-6 .tf-price-table-btn .tf-btn.btn-fill {
  background: #1f3d6b !important;
  border-color: #1f3d6b !important;
  color: #ffffff !important;
}

/* Make the middle (Fanless) tier card use a lighter blue surface. */
.home-polish .home-tier-cards .card-product.style-price.bg_blue-6 {
  background: linear-gradient(180deg, #edf4ff 0%, #deebff 100%) !important;
  border-color: #bfd4f5 !important;
}

.home-polish .home-tier-cards .card-product.style-price.bg_blue-6 .card-product-info .vendor,
.home-polish .home-tier-cards .card-product.style-price.bg_blue-6 .card-product-info .title,
.home-polish .home-tier-cards .card-product.style-price.bg_blue-6 .card-product-info .price,
.home-polish .home-tier-cards .card-product.style-price.bg_blue-6 .tf-price-table-contents li {
  color: #1f3d6b !important;
}

.home-polish .home-tier-cards .card-product.style-price.bg_blue-6 .tf-price-table-contents li .icon,
.home-polish .home-tier-cards .card-product.style-price.bg_blue-6 .tf-price-table-contents li .icon::before {
  color: #1f3d6b !important;
}

.home-polish .home-tier-cards .card-product.style-price.bg_blue-6 .tf-price-table-btn .tf-btn.btn-fill .icon,
.home-polish .home-tier-cards .card-product.style-price.bg_blue-6 .tf-price-table-btn .tf-btn.btn-fill .icon::before {
  color: #ffffff !important;
}

.home-polish .home-tier-cards .card-product.style-price.bg_blue-6 .tf-price-table-btn .tf-btn.btn-fill:hover {
  background: #162c4d !important;
  border-color: #162c4d !important;
  color: #ffffff !important;
}

/* Featured home products */
.home-polish .home-products-section .flat-title .title-tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #ffdfe3;
  color: var(--spc-primary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-polish .home-products-section .home-products-meta {
  margin-top: -8px;
  margin-bottom: 16px;
  color: var(--spc-secondary);
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Trust and newsletter */
.home-polish .home-preface-section {
  background: linear-gradient(180deg, #ffeff2 0%, #eef4ff 100%);
  border-top: 1px solid #ecbcc4;
  border-bottom: 1px solid #ecbcc4;
}

.home-polish .home-preface-section .preface-card {
  background: #ffffff;
  border: 1px solid #e8b9c0;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 12px 24px rgba(17, 24, 39, 0.07);
  height: 100%;
}

.home-polish .home-preface-section .preface-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.home-polish .home-preface-section .preface-card-head h5 {
  margin: 0;
  color: var(--spc-secondary);
  font-size: 18px;
}

.home-polish .home-preface-section .preface-card-head img {
  max-height: 34px;
  width: auto;
}

.home-polish .home-preface-section .preface-card p {
  color: #344257;
  line-height: 1.62;
}

.home-polish .home-preface-section .preface-card ul {
  margin: 10px 0 0;
  padding-left: 18px;
  color: #344257;
}

.home-polish .home-preface-section .preface-meta {
  margin-top: 10px;
  color: var(--spc-secondary);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.home-newsletter-section .tf-img-with-text.style-4 {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e8b8bf;
  box-shadow: 0 16px 30px rgba(17, 24, 39, 0.09);
}

.home-newsletter-section .newsletter-upgrade {
  position: relative;
  align-items: stretch;
  gap: 0 !important;
}

.home-newsletter-section .newsletter-media {
  position: relative;
  overflow: hidden;
  min-height: 300px;
}

.home-newsletter-section .newsletter-media > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.45s ease;
}

.home-newsletter-section .newsletter-upgrade:hover .newsletter-media img {
  transform: scale(1.05);
}

.home-newsletter-section .newsletter-media::after {
  content: none;
}

.home-newsletter-section .newsletter-media-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.92);
  color: #1f3d6b;
  border: 1px solid #d7e3f7;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-newsletter-section .tf-content-wrap {
  background: linear-gradient(160deg, #ffeef1 0%, #eef4ff 100%);
  padding: 28px;
}

.home-newsletter-section .newsletter-content .newsletter-kicker {
  margin: 0 0 8px;
  color: #c32a3a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-newsletter-section .newsletter-content h4 {
  margin: 0 0 10px;
  color: #1e3a67;
  line-height: 1.25;
}

.home-newsletter-section .newsletter-content p {
  color: #344257;
}

.home-newsletter-section .newsletter-points {
  margin: 12px 0 18px;
  padding-left: 18px;
  color: #3c4f69;
}

.home-newsletter-section .newsletter-points li:not(:last-child) {
  margin-bottom: 6px;
}

.home-newsletter-section .newsletter-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.home-newsletter-section .newsletter-proof .proof-chip {
  background: #ffffff;
  border: 1px solid #d7e3f7;
  border-radius: 999px;
  color: #2f4c78;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 8px 11px;
}

.home-newsletter-section .newsletter-actions .tf-btn {
  min-height: 44px;
}

/* Scenario and promo cards */
.home-polish .home-scenario-grid .card-product.style-price {
  height: 100%;
  border: 1px solid #e8b9bf;
  box-shadow: 0 12px 25px rgba(17, 24, 39, 0.08);
  transition: transform 0.26s ease, box-shadow 0.26s ease;
}

.home-polish .home-tier-cards .card-product.style-price:hover,
.home-polish .home-products-section .home-card-product:hover,
.home-polish .home-scenario-grid .card-product.style-price:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 32px rgba(17, 24, 39, 0.16);
}

.home-polish .home-scenario-grid .card-product.style-price .card-product-wrapper .product-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.home-polish .home-scenario-grid .card-product.style-price .card-product-info .vendor {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 11px;
}

.home-polish .home-scenario-grid .card-product.style-price .tf-price-table-contents {
  margin-top: auto;
}

.home-polish .home-masonry-promos .collection-item-v2 .collection-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.05));
}

.home-polish .home-masonry-promos .collection-item-v2 .collection-content {
  z-index: 2;
}

.home-polish .home-masonry-promos .collection-item-v2 .collection-inner {
  box-shadow: 0 14px 28px rgba(17, 24, 39, 0.14);
}

.home-polish .home-masonry-promos .collection-item-v2 .collection-image img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

/* Articles, features, testimonials */
.home-polish .home-article-section .testimonial-item {
  border: 1px solid #e6ebf2;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-polish .home-article-section .testimonial-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(17, 24, 39, 0.12);
}

.home-polish .home-article-section .testimonial-item .heading {
  min-height: 56px;
  font-size: 1.05rem;
  line-height: 1.35;
}

.home-polish .home-article-section .testimonial-item .text {
  min-height: 70px;
  line-height: 1.6;
}

.home-polish .home-article-section .testimonial-item .metas {
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.8;
}

.home-polish .home-feature-carousel {
  background: linear-gradient(180deg, #ffeef1 0%, #eef4ff 100%);
  border-top: 1px solid #e8bfc6;
  border-bottom: 1px solid #e8bfc6;
}

.home-polish .home-feature-carousel .tf-icon-box {
  background: #ffffff;
  border: 1px solid #dce7fb;
  border-radius: 10px;
  padding: 14px;
  height: 100%;
  box-shadow: 0 8px 18px rgba(30, 64, 112, 0.07);
}

.home-polish .home-article-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.home-polish .home-testimonials .testimonial-item {
  position: relative;
}

.home-polish .home-testimonials .testimonial-item .rating {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  text-align: center;
  margin: 0 auto 10px;
}

.home-polish .home-testimonials .testimonial-item::before {
  content: "\"";
  position: absolute;
  right: 16px;
  top: 8px;
  font-size: 44px;
  line-height: 1;
  color: rgba(37, 70, 128, 0.14);
  font-weight: 700;
}

/* Final CTA + button effects */
.home-polish .home-custom-cta {
  position: relative;
  overflow: hidden;
}

.home-polish .home-custom-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.home-polish .home-custom-cta .flat-title {
  position: relative;
  z-index: 1;
}

.home-polish .home-custom-cta .tf-btn {
  position: relative;
  z-index: 1;
}

.home-polish .home-custom-cta .tf-btn.btn-fill {
  background-image: linear-gradient(120deg, var(--spc-primary) 0%, var(--spc-secondary) 100%);
}

.home-polish .tf-btn.btn-fill {
  box-shadow: 0 10px 20px rgba(37, 70, 128, 0.2);
}

.home-polish .tf-btn.btn-fill:hover {
  box-shadow: 0 14px 26px rgba(37, 70, 128, 0.28);
}

.home-polish .tf-btn.btn-fill span {
  position: relative;
}

.home-polish .tf-btn.btn-fill::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.home-polish .tf-btn.btn-fill:hover::after {
  opacity: 1;
}

/* Responsive home adjustments */
@media (max-width: 991px) {
  .home-polish .home-hero-section .flat-title-v2 .title {
    font-size: clamp(2.5rem, 9vw, 3.3rem);
    line-height: 1.02;
  }

  .home-polish .home-hero-section p,
  .home-polish .flat-title p {
    max-width: none;
  }

  .home-polish .home-hero-metrics {
    margin-top: 10px;
  }

  .home-polish .home-tier-cards .card-product.style-price.bg_blue-6 {
    transform: none;
  }

  .home-polish .home-proof-bar .proof-pill:hover {
    transform: none;
  }

  .home-polish .home-system-family .collection-item .collection-image img,
  .home-polish .home-tier-cards .card-product.style-price .card-product-wrapper .product-img img {
    height: 240px;
  }

  .home-polish .home-sales-banner .tf-banner-collection img {
    height: 280px;
  }

  .home-polish .home-workload-grid .collection-item-v2 .collection-image img {
    height: 210px;
  }

  .home-polish .home-scenario-grid .card-product.style-price .card-product-wrapper .product-img img {
    height: 210px;
  }

  .home-newsletter-section .newsletter-media {
    min-height: 220px;
  }

  .home-newsletter-section .tf-content-wrap {
    padding: 20px;
  }

  .home-polish .home-article-card img {
    height: 170px;
  }

  .home-polish .home-system-family .nav-sw {
    display: none;
  }

  .home-polish .home-system-family .sw-pagination-collection {
    margin-top: 12px;
  }
}

/* Motion accessibility */
@media (prefers-reduced-motion: reduce) {
  .home-polish .home-system-family .collection-item .collection-image img,
  .home-polish .home-tier-cards .card-product.style-price,
  .home-polish .home-article-section .testimonial-item,
  .home-polish .home-usp-strip .tf-icon-box,
  .home-polish .home-workload-grid .collection-item-v2 .collection-image img,
  .home-polish .home-proof-bar .proof-pill,
  .home-polish .home-scenario-grid .card-product.style-price,
  .home-polish .home-products-section .home-card-product {
    transition: none !important;
    transform: none !important;
  }
}
