/** Shopify CDN: Minification failed

Line 2186:0 Unexpected "}"
Line 2300:28 Expected identifier but found whitespace
Line 2300:29 Unexpected "repeat("
Line 2324:14 Expected identifier but found whitespace
Line 2324:15 Unexpected "1.5rem"
Line 2353:0 Unexpected "}"

**/
/* ==========================================================================
   Reset only for wholesale components
========================================================================== */
.ws-section *,
.ws-section *::before,
.ws-section *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   Utility Classes - ws- prefix
========================================================================== */
.ws-container {
  width: 100%;
  max-width: var(--ws-container-max);
  margin: 0 auto;
  padding: 0 var(--ws-container-padding);
}

.ws-section {
  padding: 2rem 0;
}


.ws-center {
  text-align: center;
}

.ws-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.ws-rte {
  line-height: 1.8;
}

.ws-rte p:not(:last-child) {
  margin-bottom: 1rem;
}

/* ==========================================================================
   Typography - ws- prefix
========================================================================== */
.ws-h1, .ws-h2, .ws-h3, .ws-h4, .ws-h5, .ws-h6 {
  font-family: var(--ws-font-heading);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.ws-h1 {
  font-size: clamp(2.5rem, 6vw, 3.5rem);
}

.ws-h2 {
  font-size: clamp(2rem, 5vw, 2.5rem);
}

.ws-h3 {
  font-size: clamp(1.5rem, 4vw, 1.875rem);
}

.ws-h4 {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
}

.ws-h5 {
  font-size: 1.125rem;
  font-weight: 600;
}

.ws-h6 {
  font-size: 1rem;
  font-weight: 600;
}

.ws-section-header {
  margin-bottom: 3rem;
}

.ws-section-subheading {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ws-color-secondary);
  margin-bottom: 0.5rem;
}

.ws-section-description {
  font-size: 1.125rem;
  color: rgba(var(--ws-color-primary-rgb), 0.8);
  max-width: 600px;
  margin: 0 auto;
}

/* ==========================================================================
   Buttons - ws- prefix
========================================================================== */
.ws-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-family: var(--ws-font-body);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: var(--ws-radius-md);
  cursor: pointer;
  transition: all var(--ws-transition-base);
  text-align: center;
  white-space: nowrap;
}

.ws-button:hover {
  transform: translateY(-2px);
  box-shadow: var(--ws-shadow-md);
}

.ws-button:active {
  transform: translateY(0);
}

.ws-button:focus-visible {
  outline: 2px solid var(--ws-color-secondary);
  outline-offset: 2px;
}

.ws-button--primary {
  background: var(--ws-color-primary);
  color: var(--ws-color-light);
}

.ws-button--primary:hover {
  background: #1e98e4ff;
  color: #ffffff;
  border: 1px solid black;
}

.ws-button--secondary {
  background: transparent;
  color: #000000;
  border-color: #000000;
}

.ws-button--secondary:hover {
  background: rgba(var(--ws-color-primary-rgb), 0.05);
}

.ws-button--large {
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
}

/* .ws-button--block {
  width: 100%;
} */

/* ==========================================================================
   Hero Section - Unique Classes
========================================================================== */
.ws-hero {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  margin-bottom: -2rem;
}

.ws-hero::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: #ffffff;
  /* background: linear-gradient(135deg, #EFF6FF 0%, #DBEAFE 100%); */
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 0;
}


.ws-hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
  position: relative;
  z-index: 1;
}


.ws-hero__content {
  padding: 2rem 0;
}


.ws-hero__subheading {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--ws-color-secondary);
  margin-bottom: 1rem;
}

.ws-hero__description {
  font-size: 1.125rem;
  color: rgba(var(--ws-color-primary-rgb), 0.8);
  margin-bottom: 2rem;
}

.ws-hero__features {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}

.ws-feature-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.ws-feature-icon {
  flex-shrink: 0;
  color: var(--ws-color-accent);
  width: 20px;
  height: 20px;
}

.ws-hero__cta {
  display: flex;
  /* flex-direction: column; */
  gap: 1rem;
}

.ws-hero__approval-note {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: rgba(var(--ws-color-primary-rgb), 0.7);
}

.ws-hero__media {
  position: relative;
}

.ws-hero__image {
  width: 100%;
  height: auto;
  border-radius: var(--ws-radius-xl);
  /* box-shadow: var(--ws-shadow-xl); */
  object-fit: cover;
}

.ws-hero__image-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: var(--ws-radius-xl);
  /* box-shadow: var(--ws-shadow-xl); */
  background: linear-gradient(135deg, #E0F2FE 0%, #BAE6FD 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ws-color-secondary);
  font-size: 1.5rem;
  font-weight: 600;
}


/* ==========================================================================
   How It Works Section - 5 STEPS IN A ROW
========================================================================== */
.ws-how-it-works {
  background: var(--ws-color-light);
}

.ws-how-it-works__steps-container {
  position: relative;
  margin: 4rem auto;
}

/* Main 5-step grid for desktop */
.ws-how-it-works__steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  position: relative;
  z-index: 2;
}

/* Connecting lines between steps (desktop only) */
.ws-how-it-works__steps::before {
  content: '';
  position: absolute;
  top: 60px; /* Align with step icons */
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--ws-color-secondary) 20%,
    var(--ws-color-secondary) 80%,
    transparent 100%
  );
  opacity: 0.15;
  z-index: 1;
}

/* Individual step styles */
.ws-step {
  position: relative;
  padding-top:2rem;
  padding-bottom:0.5rem;
  padding-left:1.5rem;
  padding-right:1.5rem;
  background: var(--ws-color-light);
  border-radius: var(--ws-radius-xl);
  border: 1px solid var(--ws-color-gray-100);
  transition: all var(--ws-transition-smooth);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.ws-step:hover {
  transform: translateY(-8px);
  box-shadow: var(--ws-shadow-xl);
  border-color: var(--ws-color-secondary);
}

/* Step number circle */
.ws-step__number {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--ws-color-secondary) 0%, rgba(var(--ws-color-secondary-rgb, 59, 130, 246), 0.9) 100%);
  color: var(--ws-color-light);
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.5rem;
  margin: -60px auto 1.5rem;
  position: relative;
  z-index: 3;
  box-shadow: 0 4px 12px rgba(var(--ws-color-secondary-rgb, 59, 130, 246), 0.2);
}

/* Step image */
.ws-step__image {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: var(--ws-radius-lg);
  margin-bottom: 1.5rem;
}

.ws-step__image-placeholder {
  width: 100%;
  height: 160px;
  background: linear-gradient(135deg, rgba(var(--ws-color-secondary-rgb, 59, 130, 246), 0.1) 0%, rgba(var(--ws-color-secondary-rgb, 59, 130, 246), 0.05) 100%);
  border-radius: var(--ws-radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: var(--ws-color-secondary);
}

.ws-step__image-placeholder svg {
  width: 64px;
  height: 64px;
  opacity: 0.3;
}

/* Step content */
.ws-step__title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.ws-step__description {
  color: rgba(var(--ws-color-primary-rgb), 0.8);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  flex-grow: 1;
}

.ws-step__note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.75rem;
  background: rgba(59, 130, 246, 0.05);
  border-radius: var(--ws-radius-md);
  font-size: 0.85rem;
  color: var(--ws-color-secondary);
  width: 100%;
}

/* Mobile & Tablet Responsive */


/* Alternative layout for fewer than 5 steps */
.ws-how-it-works__steps.ws-steps-4 {
  grid-template-columns: repeat(4, 1fr);
}

.ws-how-it-works__steps.ws-steps-3 {
  grid-template-columns: repeat(3, 1fr);
}

.ws-how-it-works__steps.ws-steps-2 {
  grid-template-columns: repeat(2, 1fr);
  max-width: 800px;
  margin: 0 auto;
}

.ws-how-it-works__steps.ws-steps-1 {
  grid-template-columns: 1fr;
  max-width: 500px;
  margin: 0 auto;
}

/* Remove connecting line for non-5-step layouts */
.ws-how-it-works__steps:not(.ws-steps-5)::before {
  display: none;
}

/* CTA below steps */
.ws-how-it-works__cta {
  margin-top: 3rem;
}

/* ========================================================================
   Dynamic Ad Products Section
======================================================================== */
.ws-featured-products {
  background: linear-gradient(180deg, #ffffff 0%, #F8FAFC 100%);
  position: relative;
  overflow: hidden;
}

.ws-featured-products__topbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.ws-featured-products__topbar .ws-section-header {
  margin-bottom: 0;
  max-width: 760px;
}

.ws-featured-products__topbar .ws-section-description {
  margin-left: 0;
  margin-right: 0;
}

.ws-featured-products__view-all {
  flex-shrink: 0;
  margin-bottom: 0.35rem;
}

.ws-featured-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.ws-product-ad-card {
  position: relative;
  background: var(--ws-color-light);
  border: 1px solid var(--ws-color-gray-100);
  border-radius: var(--ws-radius-xl);
  overflow: hidden;
  box-shadow: var(--ws-shadow-sm);
  transition: transform var(--ws-transition-smooth), box-shadow var(--ws-transition-smooth), border-color var(--ws-transition-smooth);
}

.ws-product-ad-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--ws-shadow-xl);
  border-color: rgba(59, 130, 246, 0.45);
}

.ws-product-ad-card__media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  background: radial-gradient(circle at top left, rgba(59, 130, 246, 0.16), transparent 45%), #F8FAFC;
  overflow: hidden;
}

.ws-product-ad-card__image,
.ws-product-ad-card__image-placeholder {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1.25rem;
  transition: transform var(--ws-transition-smooth);
}

.ws-product-ad-card:hover .ws-product-ad-card__image {
  transform: scale(1.05);
}

.ws-product-ad-card__image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ws-color-secondary);
}

.ws-product-ad-card__image-placeholder svg {
  width: 72px;
  height: 72px;
  opacity: 0.3;
}

.ws-product-ad-card__badge,
.ws-product-ad-card__deal-badge {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  box-shadow: var(--ws-shadow-sm);
}

.ws-product-ad-card__badge {
  top: 0.85rem;
  left: 0.85rem;
  background: #111827;
  color: #ffffff;
}

.ws-product-ad-card__deal-badge {
  right: 0.85rem;
  bottom: 0.85rem;
  background: #EAF4FF;
  color: #1D4ED8;
  border: 1px solid rgba(59, 130, 246, 0.22);
}

.ws-product-ad-card__content {
  padding: 1.1rem;
}

.ws-product-ad-card__vendor {
  color: var(--ws-color-secondary);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.45rem;
}

.ws-product-ad-card__title {
  font-size: 1rem;
  line-height: 1.35;
  margin-bottom: 0.85rem;
}


.ws-product-ad-card__meta {
  display: grid;
  gap: 0.45rem;
  padding: 0.8rem;
  border-radius: var(--ws-radius-lg);
  background: #F8FAFC;
  color: rgba(var(--ws-color-primary-rgb), 0.82);
  font-size: 0.86rem;
  margin-bottom: 0.9rem;
}

.ws-product-ad-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.ws-product-ad-card__chips span {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.09);
  color: #047857;
  font-size: 0.72rem;
  font-weight: 700;
}

.ws-product-ad-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--ws-color-gray-100);
}

.ws-product-ad-card__price {
  font-size: 1rem;
  font-weight: 800;
  color: var(--ws-color-dark);
}

.ws-product-ad-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--ws-color-secondary);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.ws-product-ad-card__cta:hover .ws-icon-arrow {
  transform: translateX(4px);
}

.ws-featured-products__empty {
  padding: 2rem;
  border: 1px dashed var(--ws-color-gray-100);
  border-radius: var(--ws-radius-xl);
  background: #ffffff;
  color: rgba(var(--ws-color-primary-rgb), 0.7);
}


/* ==========================================================================
   Final CTA Section - Unique Classes
========================================================================== */
.ws-final-cta {
  background: #F4F7FA;
  /* background: linear-gradient(135deg, var(--ws-color-dark) 0%, #3674faff 100%); */
  color: #000000;
  position: relative;
  overflow: hidden;
}

.ws-final-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  /* background: linear-gradient(90deg, var(--ws-color-accent) 0%, var(--ws-color-secondary) 100%); */
}

.ws-final-cta__inner {
  max-width: 700px;
  margin: 0 auto;
}

.ws-final-cta__subheading {
  color: #000000;
  margin-bottom: 0.5rem;
}

.ws-final-cta__description {
  font-size: 1.125rem;
  opacity: 0.9;
  margin-bottom: 2.5rem;
}

.ws-final-cta__buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}


.ws-final-cta__note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  opacity: 0.8;
  margin-bottom: 2rem;
}

.ws-final-cta__features {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  font-size: 0.875rem;
  opacity: 0.8;
}

.ws-final-cta__features span {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.ws-final-cta__features span::before {
  content: '✓';
  color: var(--ws-color-accent);
  font-weight: bold;
}

/* ==========================================================================
   Icon System - Unique Classes
========================================================================== */
.ws-icon-check {
  width: 20px;
  height: 20px;
}

.ws-icon-check path {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ws-icon-clock {
  width: 16px;
  height: 16px;
}

.ws-icon-clock circle,
.ws-icon-clock path {
  stroke: currentColor;
  stroke-width: 1.5;
  fill: none;
}

.ws-icon-arrow {
  width: 16px;
  height: 16px;
}

.ws-icon-arrow path {
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ws-icon-support {
  width: 24px;
  height: 24px;
}

.ws-icon-boxes {
  width: 24px;
  height: 24px;
}

.ws-icon-cart {
  width: 24px;
  height: 24px;
}

.ws-icon-computer {
  width: 24px;
  height: 24px;
}

.ws-icon-currency {
  width: 24px;
  height: 24px;
}

.ws-icon-globe {
  width: 24px;
  height: 24px;
}

.ws-icon-timer {
  width: 24px;
  height: 24px;
}

/* ==========================================================================
   Responsive Adjustments
========================================================================== */


/* ==========================================================================
   Animation Classes
========================================================================== */
.ws-animate-fade-in {
  animation: wsFadeIn 0.6s ease-out;
}

.ws-animate-slide-up {
  animation: wsSlideUp 0.6s ease-out;
}

.ws-animate-scale {
  animation: wsScale 0.4s ease-out;
}

@keyframes wsFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes wsSlideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes wsScale {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* ==========================================================================
   Slide Light (Sheen) Hover Effect – Wholesale CTA
========================================================================== */
.ws-button--sheen {
  position: relative;
  overflow: hidden;
}

/* Light sweep layer */
.ws-button--sheen::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -75%;
  width: 50%;
  height: 200%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.83) 50%,
    transparent 100%
  );
  transform: translateX(-100%);
  opacity: 0;
  pointer-events: none;
}

/* Trigger on hover & keyboard focus */
.ws-button--sheen:hover::after,
.ws-button--sheen:focus-visible::after {
  animation: wsSheenSweep 1050ms ease-out forwards;
}

@keyframes wsSheenSweep {
  0% {
    transform: translateX(-120%);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translateX(260%);
    opacity: 0;
  }
}

.ws-button--sheen:hover .ws-icon-arrow {
  transform: translateX(4px);
}

.ws-icon-arrow {
  transition: transform 200ms ease;
}


/* ==========================================================================
   Print Styles
========================================================================== */


/* ==========================================================================
   Updated Product Cards - Discount Badge, MOQ/SKU, Marketplaces, CTA
========================================================================== */
.ws-product-ad-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  min-height: 44px;
  line-height: 1.4;
  color: var(--ws-color-dark);
}

.ws-product-ad-card__deal-badge {
  display: none !important;
}

.ws-product-ad-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 0;
  background: transparent;
  margin-bottom: 0.95rem;
}

.ws-meta-item {
  flex: 1;
  min-width: 0;
  background: #F8FAFC;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  color: rgba(var(--ws-color-primary-rgb), 0.82);
  font-size: 0.82rem;
  line-height: 1.35;
}

.ws-meta-item strong,
.ws-meta-item span {
  display: block;
}

.ws-meta-item span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ws-product-ad-card__chips {
  display: none !important;
}

.ws-product-ad-card__marketplaces {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 1rem;
}

.ws-marketplace-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0.35rem 0.5rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid var(--ws-color-gray-100);
  box-shadow: var(--ws-shadow-sm);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.ws-marketplace-logo--amazon { color: #111827; }
.ws-marketplace-logo--walmart { color: #0071ce; }
.ws-marketplace-logo--ebay { color: #e53238; }
.ws-marketplace-logo--tiktok { color: #111827; }

.ws-product-ad-card__footer {
  display: block;
}

.ws-product-ad-card__price {
  display: none !important;
}

.ws-product-ad-card__cta--full {
  width: 100%;
  justify-content: center;
  background: #4287f5;
  color: #ffffff;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 0.86rem;
  font-weight: 800;
  text-align: center;
}

.ws-product-ad-card__cta--full:hover {
  background: #2f73df;
  color: #ffffff;
}


/* ========================================================================
   Final CTA + Integrated Trade Application Form
======================================================================== */
.ws-final-cta__inner--form {
  max-width: 1280px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.ws-final-cta__content--left {
  text-align: left;
  position: sticky;
  top: 2rem;
  padding-top: 1.5rem;
}

.ws-final-cta__content--left .ws-final-cta__description {
  margin-bottom: 1.5rem;
}

.ws-final-cta__note--left {
  justify-content: flex-start;
}

.ws-final-cta__features--left {
  justify-content: flex-start;
}

.ws-final-cta__form-wrap {
  width: 100%;
  min-width: 0;
}


/* ── Trade Account Form Styles ── */
.tf {
  display: flex;
  justify-content: center;
  width: 100%;
  color: #111827;
}

.tf__card {
  background: #fff;
  padding: clamp(1.1rem, 2.4vw, 2rem);
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 5px 5px #0085db;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.tf__logo {
  text-align: center;
  margin-bottom: .5rem;
}

.tf__logo img {
  width: clamp(180px, 60vw, 360px);
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.tf__title {
  color: #2563eb;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}

.tf__fs {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  background: #fff;
}

.tf__legend {
  font-weight: 800;
  color: #2563eb;
  padding: 0 .5rem;
  font-size: 1.05rem;
}

.tf__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}


.tf__label {
  display: block;
  font-weight: 600;
  margin: .8rem 0 .3rem .2rem;
  color: #374151;
}

.tf__req {
  color: red;
  font-weight: bold;
}

.tf input:not([type=checkbox]):not([type=radio]):not([type=file]),
.tf select,
.tf textarea {
  width: 100%;
  padding: .65rem;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 1rem;
  box-sizing: border-box;
  transition: border-color .2s, box-shadow .2s;
  color: #111827;
  background: #fff;
}

.tf input:focus:not([type=checkbox]):not([type=radio]),
.tf select:focus,
.tf textarea:focus {
  border-color: #2563eb;
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, .12);
}

.tf ::placeholder {
  color: #9ca3af;
  font-size: .85rem;
}

.tf input[type=checkbox],
.tf input[type=radio] {
  width: auto;
  padding: 0;
  margin: 0;
  accent-color: #2563eb;
}

.tf__btn {
  background: #1f7ca1;
  color: #fff;
  border: none;
  padding: .8rem 1.5rem;
  font-size: 1rem;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 700;
  min-width: 120px;
}

.tf__btn:hover {
  background: #1d4ed8;
}

.tf__btn--blue {
  background: #2563eb;
}

.tf__btn-row {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  margin-top: 1.2rem;
}

#tfOtpStatus {
  margin-top: 1rem;
  font-size: .9rem;
  color: #4874cc;
  text-align: center;
  padding: .5rem;
  border-radius: 4px;
}

.tf__phone-row {
  display: flex;
  gap: .5rem;
  align-items: flex-start;
}

.tf__cc-wrap {
  position: relative;
  width: 35%;
  flex-shrink: 0;
}

.tf__cc-wrap input {
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}

.tf__phone-num {
  flex: 1;
  min-width: 0;
}

.tf__ac {
  position: absolute;
  top: 100%;
  left: 0;
  width: 260px;
  max-height: 200px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.tf__ac li {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: .9rem;
  padding: .35rem .5rem;
}

.tf__ac li:hover,
.tf__ac li.tf-sel {
  background: #f3f4f6;
}

.tf__ac img {
  width: 24px;
  height: 18px;
  object-fit: cover;
  border-radius: 2px;
  flex-shrink: 0;
}

.tf__country-wrap {
  position: relative;
  width: 100%;
}

.tf__tip,
.tf__warn {
  position: absolute;
  top: -38px;
  left: 0;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: .8rem;
  white-space: nowrap;
  z-index: 30;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity .2s, transform .2s;
}

.tf__tip {
  background: #1f2937;
  color: #fff;
}

.tf__tip::after,
.tf__warn::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 16px;
  border: 5px solid transparent;
}

.tf__tip::after {
  border-top-color: #1f2937;
}

.tf__warn {
  background: #fff;
  border: 1px solid #e5e7eb;
  color: #ef4444;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
}

.tf__warn::after {
  border-top-color: #fff;
}

.tf__tip.show,
.tf__warn.show {
  opacity: 1;
  transform: translateY(0);
}

@keyframes tf-shake {
  0%,100% { transform: translateX(0); }
  15% { transform: translateX(-7px); }
  30% { transform: translateX(7px); }
  45% { transform: translateX(-5px); }
  60% { transform: translateX(5px); }
  75% { transform: translateX(-3px); }
  90% { transform: translateX(3px); }
}

.tf-field-error {
  animation: tf-shake .45s ease both;
}

.tf-field-error input:not([type=checkbox]):not([type=radio]):not([type=file]),
.tf-field-error select,
.tf-field-error textarea,
input.tf-input-error:not([type=checkbox]):not([type=radio]):not([type=file]),
select.tf-input-error,
textarea.tf-input-error {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, .15) !important;
}

.tf-field-error input::placeholder,
.tf-field-error textarea::placeholder,
input.tf-input-error::placeholder,
textarea.tf-input-error::placeholder {
  color: #ef4444 !important;
  font-weight: 500;
  font-size: .85rem;
  opacity: 1;
}

.tf-label-error {
  color: #ef4444 !important;
}

.tf-field-clearing input:not([type=checkbox]):not([type=radio]):not([type=file]),
.tf-field-clearing select,
.tf-field-clearing textarea {
  border-color: #e5e7eb;
  box-shadow: none;
  transition: border-color .3s, box-shadow .3s;
}

.tf__doc-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.tf__doc-row input[type=file] {
  flex: 1;
  min-width: 0;
  max-width: calc(100% - 48px);
  font-size: .85rem;
  box-sizing: border-box;
  overflow: hidden;
}

.tf__doc-btn {
  width: 36px;
  height: 36px;
  min-width: 36px;
  flex-shrink: 0;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
}

.tf__doc-btn--add { background: #4caf50; }
.tf__doc-btn--add:hover { background: #45a049; }
.tf__doc-btn--add:disabled { background: #9ca3af; cursor: not-allowed; }
.tf__doc-btn--rem { background: #f44336; }
.tf__doc-btn--rem:hover { background: #da190b; }

.tf__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.tf__popup {
  background: #fff;
  border: 1px solid #e5e7eb;
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  max-width: 500px;
  width: 90%;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
}

.tf__popup--ok {
  background: #ecfdf5;
  border-color: #bbf7d0;
  color: #2084ba;
  font-size: 1.15rem;
}

.tf__close {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
  color: #6b7280;
}

.tf__close:hover { color: #374151; }

.tf__spinner {
  border: 4px solid #f3f4f6;
  border-top-color: #2563eb;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: tfspin 1s linear infinite;
  margin: 0 auto 1rem;
}

@keyframes tfspin { to { transform: rotate(360deg); } }

.tf__load-title {
  font-size: 1.1rem;
  color: #374151;
  margin-bottom: .4rem;
}

.tf__load-sub {
  font-size: .9rem;
  color: #6b7280;
}

.tf-hidden { display: none !important; }

#tfToast {
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: #1f2937;
  color: #fff;
  padding: .75rem 1.25rem;
  border-radius: 10px;
  font-size: .95rem;
  font-weight: 500;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity .25s, transform .25s;
  display: flex;
  align-items: center;
  gap: .6rem;
  max-width: 90vw;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
  white-space: normal;
  text-align: center;
}

#tfToast.tf-toast--error { background: #dc2626; }
#tfToast.tf-toast--warn { background: #d97706; }
#tfToast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

.tf__decl-list {
  display: flex;
  flex-direction: column;
  gap: .7rem;
  margin-bottom: 1.4rem;
}

.tf__decl-item {
  display: flex;
  gap: .6rem;
  align-items: flex-start;
  font-size: .97rem;
  color: #374151;
  line-height: 1.55;
}

.tf__decl-dot {
  color: #2563eb;
  min-width: 1.1rem;
  flex-shrink: 0;
  padding-top: .05rem;
  font-size: 1.1rem;
}

.tf__decl-accept-wrap {
  display: flex;
  align-items: center;
  gap: .6rem;
  margin-top: .8rem;
  cursor: pointer;
}

.tf__decl-accept-wrap input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: #2563eb;
  cursor: pointer;
  flex-shrink: 0;
}

.tf__decl-accept-label {
  font-size: .97rem;
  color: #374151;
  font-weight: 500;
  user-select: none;
}


/* ========================================================================
   Final CTA Left Panel — Unlock / Policies / Chips / Security
======================================================================== */
.ws-cta-trust {
  /* margin-top: 1.75rem; */
  margin-right: 2.5rem;
  padding: 1.25rem 1.35rem;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: var(--ws-shadow-sm);
  text-align: left;
}

.ws-cta-trust__title {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 0.9rem;
  color: #111827;
}


.ws-cta-policy__list {
  display: grid;
  gap: 0.9rem;
}

.ws-cta-policy__item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.ws-cta-policy__icon {
  flex-shrink: 0;
  width: 2.1rem;
  height: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(59, 130, 246, 0.1);
  color: #2563eb;
}

.ws-cta-policy__icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.ws-cta-policy__body {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.ws-cta-policy__name {
  font-size: 0.95rem;
  font-weight: 700;
  color: #111827;
}

.ws-cta-policy__desc {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #6b7280;
}




/* Clickable policy items */
.ws-cta-policy__item--link {
  text-decoration: none;
  color: inherit;
  border-radius: 10px;
  padding: 0.5rem;
  margin: -0.5rem;
  transition: background var(--ws-transition-base), transform var(--ws-transition-base);
}

.ws-cta-policy__item--link:hover {
  background: rgba(37, 99, 235, 0.05);
  transform: translateX(2px);
}

.ws-cta-policy__more {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.35rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #2563eb;
}

.ws-cta-policy__more .ws-icon-arrow {
  width: 13px;
  height: 13px;
  transition: transform var(--ws-transition-base);
}

.ws-cta-policy__item--link:hover .ws-cta-policy__more .ws-icon-arrow {
  transform: translateX(3px);
}

/* Offset so the form isn't hidden under a sticky header when scrolled to */
.ws-final-cta {
  scroll-margin-top: 100px;
}

.ws-section .ws-container {
  --ws-container-max: 1280px;
  --ws-container-padding: clamp(1.5rem, 5vw, 3rem);
}

/* ========================================================================
   Full-width Banner
======================================================================== */
.ws-banner {
  width: 100%;
  line-height: 0;
}

.ws-banner__link {
  display: block;
}

.ws-banner__image {
  width: 100%;
  height: auto;
  display: block;
}

.ws-banner__image--mobile {
  display: none;
}


/* ========================================================================
   How It Works — mobile par 2 cards per row
======================================================================== */


/* ========================================================================
   Featured Products — mobile carousel (swipe)
======================================================================== */


/* Final CTA — left panel banner */
.ws-cta-left-banner {
  margin-top: 2.5rem;
  line-height: 0;
}

.ws-cta-left-banner__img {
  width: 100%;
  height: auto;
  display: block;
  margin-top:-1.5rem;
  border-radius: var(--ws-radius-lg);
  /* box-shadow: var(--ws-shadow-md); */
}



/* ========================================================================
   Separate Product Display Section - 5 Products Per Row
======================================================================== */
.ws-product-display {
  background: linear-gradient(180deg, #ffffff 0%, #F8FAFC 100%);
  position: relative;
  overflow: hidden;
}

.ws-product-display__topbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.ws-product-display__topbar .ws-section-header {
  margin-bottom: 0;
  max-width: 760px;
}

.ws-product-display__topbar .ws-section-description {
  margin-left: 0;
  margin-right: 0;
}

.ws-product-display__view-all {
  flex-shrink: 0;
  margin-bottom: 0.35rem;
}

.ws-product-display__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.25rem;
}

.ws-product-display-card {
  position: relative;
  background: var(--ws-color-light);
  border: 1px solid var(--ws-color-gray-100);
  border-radius: var(--ws-radius-xl);
  overflow: hidden;
  box-shadow: var(--ws-shadow-sm);
  transition: transform var(--ws-transition-smooth), box-shadow var(--ws-transition-smooth), border-color var(--ws-transition-smooth);
}

.ws-product-display-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--ws-shadow-xl);
  border-color: rgba(59, 130, 246, 0.45);
}

.ws-product-display-card__media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  background: radial-gradient(circle at top left, rgba(59, 130, 246, 0.16), transparent 45%), #F8FAFC;
  overflow: hidden;
}

.ws-product-display-card__image,
.ws-product-display-card__image-placeholder {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1.15rem;
  transition: transform var(--ws-transition-smooth);
}

.ws-product-display-card:hover .ws-product-display-card__image {
  transform: scale(1.05);
}

.ws-product-display-card__image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ws-color-secondary);
}

.ws-product-display-card__image-placeholder svg {
  width: 70px;
  height: 70px;
  opacity: 0.3;
}

.ws-product-display-card__tags {
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}

.ws-product-display-card__tag {
  min-width: 0;
  padding: 0.42rem 0.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(59, 130, 246, 0.22);
  box-shadow: var(--ws-shadow-sm);
  text-align: center;
  line-height: 1.1;
}

.ws-product-display-card__tag strong,
.ws-product-display-card__tag em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: normal;
}

.ws-product-display-card__tag strong {
  color: #2563eb;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.ws-product-display-card__tag em {
  color: #111827;
  font-size: 0.68rem;
  font-weight: 800;
  margin-top: 0.12rem;
}

.ws-product-display-card__content {
  padding: 1rem;
}

.ws-product-display-card__vendor {
  color: var(--ws-color-secondary);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.45rem;
}

.ws-product-display-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  color: var(--ws-color-dark);
  font-size: 0.98rem;
  line-height: 1.35;
  margin-bottom: 0.85rem;
}

.ws-product-display-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: 100%;
  padding: 0.72rem 0.85rem;
  border-radius: 10px;
  background: #4287f5;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.ws-product-display-card__cta:hover {
  background: #2f73df;
  color: #ffffff;
}

.ws-product-display-card__cta:hover .ws-icon-arrow {
  transform: translateX(4px);
}

.ws-product-display__empty {
  padding: 2rem;
  border: 1px dashed var(--ws-color-gray-100);
  border-radius: var(--ws-radius-xl);
  background: #ffffff;
  color: rgba(var(--ws-color-primary-rgb), 0.7);
}



/* ==========================================================================
   Product Display Card — Dynamic Left SVG Logos
========================================================================== */
.ws-product-display-card__media--with-logos .ws-product-display-card__image,
.ws-product-display-card__media--with-logos .ws-product-display-card__image-placeholder {
  padding-left: 3.35rem;
}

.ws-product-display-card__logo-column {
  position: absolute;
  top: 0.75rem;
  left: 0.65rem;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 0.42rem;
  width: 2.15rem;
  pointer-events: none;
}

.ws-product-display-card__logo {
  width: 2.15rem;
  height: 2.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.32rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(59, 130, 246, 0.18);
  box-shadow: var(--ws-shadow-sm);
  color: #111827;
}

.ws-product-display-card__logo svg {
  width: 100%;
  height: 100%;
  display: block;
  max-width: 1.35rem;
  max-height: 1.35rem;
}

/* ==========================================================================
   Final CTA Left Panel — Dynamic Video Player
========================================================================== */
.ws-cta-left-video {
  /* margin-top: 2rem;
  line-height: 0;
  border-radius: var(--ws-radius-xl);
  overflow: hidden;
  background: #000000;
  border: 1px solid #e5e7eb;
  box-shadow: var(--ws-shadow-md); */
  margin-top: 2.5rem;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 9 / 16;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
  box-shadow: var(--ws-shadow-md);
}

.ws-cta-left-video__player {
  /* width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  background: #000000; */

  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}




/* ========================================================================
   Final CTA Policy Area — Rotating Logo Carousel
======================================================================== */
.ws-cta-trust--policy-carousel .ws-cta-policy__list {
  gap: 1rem;
}

.ws-cta-logo-carousel {
  overflow: hidden;
  padding: 0.95rem;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.08), rgba(255, 255, 255, 0.92));
  border: 1px solid rgba(59, 130, 246, 0.16);
}

.ws-cta-logo-carousel__title {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: #111827;
}

.ws-cta-logo-carousel__viewport {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
}

.ws-cta-logo-carousel__track {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: max-content;
  animation: wsCtaLogoCarousel 4s linear infinite;
}

.ws-cta-logo-carousel:hover .ws-cta-logo-carousel__track {
  animation-play-state: paused;
}

.ws-cta-logo-carousel__logo {
  flex: 0 0 auto;
  width: 5rem;
  height: 5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(59, 130, 246, 0.18);
  box-shadow: var(--ws-shadow-sm);
  color: #111827;
  margin-bottom:5px;
}

.ws-cta-logo-carousel__logo svg {
  width: 100%;
  height: 100%;
  max-width: 1.85rem;
  max-height: 1.85rem;
  display: block;
}

.ws-cta-logo-carousel__logo img {
 border-radius: 20px;
}

@keyframes wsCtaLogoCarousel {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ==========================================================================
   Responsive / Media Queries
   All @media rules are grouped here by matching breakpoint/condition.
========================================================================== */

@media (max-width: 768px) {
  .ws-section {
      padding: 3rem 0;
    }

  .ws-how-it-works__steps {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem;
    }

    .ws-step__image {
      height: 140px;
    }

    .ws-step__image-placeholder {
      height: 140px;
    }

  .ws-featured-products__topbar {
      flex-direction: column;
      align-items: stretch;
    }

    .ws-featured-products__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

  .ws-banner--has-mobile .ws-banner__image--desktop {
      display: none;
    }
    .ws-banner--has-mobile .ws-banner__image--mobile {
      display: block;
    }

    .ws-hero__image{
      display:none;
    }
    .ws-featured-products{
     margin-top:-4.5rem !important;
    }
    .ws-cta-left-banner__img, .ws-cta-trust{
      display: none;
    }
}

@media (max-width: 992px) {
  .ws-hero::before {
      display: none;
    }

  .ws-hero__image,
    .ws-hero__image-placeholder {
      max-width: 600px;
      margin: 0 auto;
    }

  .ws-final-cta__inner--form {
      grid-template-columns: 1fr;
    }

    .ws-final-cta__content--left {
      position: static;
      text-align: center;
      padding-top: 0;
    }

    .ws-final-cta__note--left,
    .ws-final-cta__features--left {
      justify-content: center;
    }

  .ws-cta-chips {
      justify-content: center;
    }
}

@media (min-width: 992px) {
  .ws-hero__inner {
      grid-template-columns: 1fr 1fr;
      min-height: 600px;
    }

  .ws-hero__content {
      max-width: 90%;
    }

      grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1199px) {
  .ws-how-it-works__steps {
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
    }

    .ws-how-it-works__steps::before {
      display: none;
    }

    .ws-step__number {
      width: 50px;
      height: 50px;
      font-size: 1.25rem;
      margin: -30px auto 1.25rem;
    }

    .ws-step {
      padding: 1.75rem 1.25rem;
    }

  .ws-featured-products__grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
  .ws-how-it-works__steps {
      grid-template-columns: 1fr;
      max-width: 400px;
      margin: 0 auto;
    }

    .ws-step {
      padding: 1.5rem;
    }

    .ws-step__number {
      width: 45px;
      height: 45px;
      font-size: 1.125rem;
      margin: -30px auto 1rem;
    }

    .ws-step__image {
      height: 120px;
    }

    .ws-step__image-placeholder {
      height: 120px;
    }

  .ws-featured-products__grid {
      grid-template-columns: 1fr;
    }

    .ws-product-ad-card__content {
      padding: 1rem;
    }

  .ws-h1 {
      font-size: 2rem;
    }

    .ws-h2 {
      font-size: 1.75rem;
    }

    .ws-section {
      padding: 2rem 0;
    }

    .ws-container {
      padding: 0 1rem;
    }

  .ws-product-ad-card__marketplaces {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

  .tf__doc-row input[type=file] { font-size: .72rem; }
    .tf__phone-row { flex-direction: column; }
    .tf__cc-wrap { width: 100%; }
    .tf__ac { width: 100%; }

  .ws-how-it-works__steps,
    .ws-how-it-works__steps.ws-steps-1,
    .ws-how-it-works__steps.ws-steps-2,
    .ws-how-it-works__steps.ws-steps-3,
    .ws-how-it-works__steps.ws-steps-4,
    .ws-how-it-works__steps.ws-steps-5 {
      grid-template-columns: repeat(2, 1fr);
      max-width: none;
      gap: 1rem;
    }

    .ws-step {
      padding: 1.25rem 0.85rem;
    }

    .ws-step__number {
      width: 40px;
      height: 40px;
      font-size: 1rem;
      margin: -25px auto 0.85rem;
    }
}

@media (min-width: 768px) {
      grid-template-columns: repeat(2, 1fr);
    }

      grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 640px) {
  .ws-final-cta__buttons {
      flex-direction: row;
      justify-content: center;
    }
}

@media (max-width: 640px) {
  .ws-button--large {
      padding: 0.875rem 1.5rem;
      font-size: 1rem;
    }

    .ws-step {
      padding: 1.25rem;
    }

      padding: 1.5rem;
    }

      padding: 1.5rem 1rem;
    }

  .ws-featured-products__grid {
      display: flex;
      grid-template-columns: none;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      gap: 1rem;
      padding-bottom: 1rem;
      margin: 0 calc(var(--ws-container-padding) * -1);
      padding-left: var(--ws-container-padding);
      padding-right: var(--ws-container-padding);
      scroll-padding-left: var(--ws-container-padding);
    }

    .ws-featured-products__grid .ws-product-ad-card {
      flex: 0 0 78%;
      scroll-snap-align: start;
    }

    .ws-featured-products__grid::-webkit-scrollbar {
      height: 4px;
    }
    .ws-featured-products__grid::-webkit-scrollbar-thumb {
      background: rgba(0,0,0,0.15);
      border-radius: 999px;
    }
}

@media (prefers-reduced-motion: reduce) {
  .ws-cta-logo-carousel__track {
      animation: none !important;
    }

  .ws-button--sheen::after {
      animation: none !important;
    }
}

@media print {
  .ws-hero,
    .ws-how-it-works,
    .ws-final-cta {
      page-break-inside: avoid;
    }

    .ws-button {
      border: 1px solid #000 !important;
      color: #000 !important;
      background: none !important;
    }

    .ws-step {
      border: 1px solid #ccc !important;
      box-shadow: none !important;
    }
}

@media (max-width: 700px) {
  .tf__grid {
      grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
  .tf__card { padding: 1rem; }
    .tf__fs { padding: 1rem; }
}


@media (max-width: 1199px) {
  .ws-product-display__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {
  .ws-product-display__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .ws-product-display__topbar {
    flex-direction: column;
    align-items: stretch;
  }

  .ws-product-display__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ws-product-display__grid {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 1rem;
    padding-bottom: 1rem;
    margin: 0 calc(var(--ws-container-padding) * -1);
    padding-left: var(--ws-container-padding);
    padding-right: var(--ws-container-padding);
    scroll-padding-left: var(--ws-container-padding);
  }

  .ws-product-display__grid .ws-product-display-card {
    flex: 0 0 72%;
    scroll-snap-align: start;
  }

  .ws-product-display__grid::-webkit-scrollbar {
    height: 4px;
  }

  .ws-product-display__grid::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.15);
    border-radius: 999px;
  }
}

@media (max-width: 480px) {
  .ws-product-display-card__content {
    padding: 0.95rem;
  }
}

@media (max-width: 768px) {
  .ws-product-display-card__media--with-logos .ws-product-display-card__image,
  .ws-product-display-card__media--with-logos .ws-product-display-card__image-placeholder {
    padding-left: 2.85rem;
  }

  .ws-product-display-card__logo-column {
    top: 0.55rem;
    left: 0.5rem;
    width: 1.85rem;
    gap: 0.35rem;
  }

  .ws-product-display-card__logo {
    width: 1.85rem;
    height: 1.85rem;
    padding: 0.28rem;
  }

  .ws-cta-left-video {
    margin: 1.5rem auto 0;
    max-width: 520px;
  }
}


/* ========================================================================
   FAQs + Stats Images Two Panel Section
======================================================================== */
.ws-faqs {
  background: #ffffff;
  margin-top:-7rem;
}

.ws-faqs__panels {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(1.25rem, 4vw, 2.5rem);
  align-items: stretch;
}

.ws-faqs__panel {
  min-width: 0;
}

.ws-faqs__panel--left,
.ws-faqs__panel--right {
  padding: clamp(1.15rem, 3vw, 1.75rem);
  border-radius: 24px;
  border: 1px solid rgba(59, 130, 246, 0.14);
  background: #ffffff;
  box-shadow: var(--ws-shadow-sm);
}

.ws-faqs__panel--right {
  background: radial-gradient(circle at top left, rgba(59, 130, 246, 0.13), transparent 42%), #F8FAFC;
}

.ws-faqs__panel-heading {
  color: #111827;
  margin-bottom: 1.25rem;
}

.ws-faqs__list {
  display: grid;
  gap: 0.9rem;
}

.ws-faq-item {
  background: var(--ws-color-light);
  border: 1px solid #e5e7eb;
  border-radius: var(--ws-radius-xl);
  box-shadow: var(--ws-shadow-sm);
  overflow: hidden;
  transition: border-color var(--ws-transition-base), box-shadow var(--ws-transition-base), transform var(--ws-transition-base);
}

.ws-faq-item:hover {
  border-color: rgba(59, 130, 246, 0.35);
  box-shadow: var(--ws-shadow-md);
  transform: translateY(-1px);
}

.ws-faq-item__question {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  font-weight: 600;
  color: #111827;
}

.ws-faq-item__question::-webkit-details-marker {
  display: none;
}

.ws-faq-item__icon {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.1);
  color: #2563eb;
  font-size: 1.25rem;
  line-height: 1;
  transition: transform var(--ws-transition-base), background var(--ws-transition-base);
}

.ws-faq-item[open] .ws-faq-item__icon {
  transform: rotate(45deg);
  background: #2563eb;
  color: #ffffff;
}

.ws-faq-item__answer {
  padding: 0 1.25rem 1.25rem;
  color: #4b5563;
  line-height: 1.75;
}

/* Stats Image Carousel */
.ws-stats-carousel {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ws-stats-carousel__eyebrow {
  display: inline-flex;
  color: #2563eb;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.ws-stats-carousel__heading {
  margin-bottom: 0.65rem;
  color: #111827;
}

.ws-stats-carousel__description {
  color: #4b5563;
  margin-bottom: 1.25rem;
}

.ws-stats-carousel__viewport {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(59, 130, 246, 0.14);
  box-shadow: var(--ws-shadow-md);
  aspect-ratio: 1 / 1;
  width: 100%;
}

.ws-stats-carousel__track {
  position: relative;
  width: 100%;
  height: 100%;
}

.ws-stats-card {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(20px) scale(0.98);
  transition: opacity 350ms ease, transform 350ms ease;
  pointer-events: none;
  background: #ffffff;
}

.ws-stats-card.is-active {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}

.ws-stats-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ws-stats-carousel__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1rem;
}

.ws-stats-carousel__arrow,
.ws-stats-carousel__dot {
  border: 0;
  cursor: pointer;
  transition: transform var(--ws-transition-base), background var(--ws-transition-base), opacity var(--ws-transition-base);
}

.ws-stats-carousel__arrow {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  background: #ffffff;
  color: #2563eb;
  border: 1px solid rgba(37, 99, 235, 0.18);
  box-shadow: var(--ws-shadow-sm);
  font-size: 1.6rem;
  line-height: 1;
}

.ws-stats-carousel__arrow:hover {
  background: #2563eb;
  color: #ffffff;
  transform: translateY(-1px);
}

.ws-stats-carousel__dots {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.ws-stats-carousel__dot {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.25);
}

.ws-stats-carousel__dot.is-active {
  width: 1.4rem;
  background: #2563eb;
}

.ws-stats-carousel__empty {
  padding: 1.25rem;
  border: 1px dashed rgba(37, 99, 235, 0.3);
  border-radius: 16px;
  color: #6b7280;
  background: #ffffff;
}

@media (max-width: 992px) {
  .ws-faqs__panels {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .ws-faqs__panel--left,
  .ws-faqs__panel--right {
    padding: 1rem;
    border-radius: 18px;
  }

  .ws-faq-item__question {
    align-items: flex-start;
    padding: 1rem;
  }

  .ws-faq-item__answer {
    padding: 0 1rem 1rem;
  }
}

/* ========================================================================
   Simple Final CTA Section
======================================================================== */
.ws-simple-final-cta {
  background: linear-gradient(180deg, #F8FAFC 0%, #ffffff 100%);
}

.ws-simple-final-cta__box {
  padding: clamp(1.5rem, 4vw, 3rem);
  border-radius: 24px;
  background: radial-gradient(circle at top left, rgba(59, 130, 246, 0.16), transparent 42%), #ffffff;
  border: 1px solid rgba(59, 130, 246, 0.16);
  box-shadow: var(--ws-shadow-lg);
  overflow: hidden;
}

.ws-simple-final-cta__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 330px);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
}

.ws-simple-final-cta__content {
  min-width: 0;
}

.ws-simple-final-cta__subheading {
  display: inline-flex;
  margin-bottom: 0.75rem;
  color: #2563eb;
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ws-simple-final-cta__heading {
  margin-bottom: 0.85rem;
  color: #111827;
}

.ws-simple-final-cta__description {
  max-width: 720px;
  color: #4b5563;
  font-size: 1.05rem;
}

.ws-simple-final-cta__media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ws-simple-final-cta__image {
  width: 100%;
  max-width: 280px;
  height: auto;
  display: block;
  object-fit: contain;
}

.ws-simple-final-cta__image-placeholder {
  width: min(100%, 300px);
  min-height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.5rem;
  border: 2px dashed rgba(59, 130, 246, 0.65);
  border-radius: 18px;
  color: #3b82f6;
  text-align: center;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.45);
}

.ws-simple-final-cta__image-placeholder svg {
  width: 74px;
  height: 74px;
  opacity: 0.75;
}

.ws-simple-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
  align-items: center;
  margin-top: clamp(1.75rem, 4vw, 2.5rem);
}

.ws-simple-final-cta__actions .ws-button {
  min-width: 260px;
}

@media (max-width: 768px) {
  .ws-simple-final-cta__box {
    text-align: center;
  }

  .ws-simple-final-cta__top {
    grid-template-columns: 1fr;
  }

  .ws-simple-final-cta__description {
    margin-left: auto;
    margin-right: auto;
  }

  .ws-simple-final-cta__image {
    max-width: 220px;
  }

  .ws-simple-final-cta__actions {
    justify-content: center;
  }

  .ws-simple-final-cta__actions .ws-button {
    width: 100%;
    min-width: 0;
  }

  .ws-faq-item__question {
    align-items: flex-start;
    padding: 1rem;
  }

  .ws-faq-item__answer {
    padding: 0 1rem 1rem;
  }
}


/* ========================================================================
   Testimonials Section — Draggable Block
======================================================================== */
.ws-testimonials {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  overflow: hidden;
}

.ws-testimonials__carousel {
  position: relative;
}

.ws-testimonials__track {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.ws-testimonial-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  background: #ffffff;
  border: 1px solid rgba(59, 130, 246, 0.14);
  border-top: 4px solid var(--ws-color-secondary);
  border-radius: var(--ws-radius-xl);
  box-shadow: var(--ws-shadow-md);
  transition: transform var(--ws-transition-smooth), box-shadow var(--ws-transition-smooth), border-color var(--ws-transition-smooth);
}

.ws-testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--ws-shadow-xl);
  border-color: rgba(59, 130, 246, 0.42);
}

.ws-testimonial-card__rating {
  display: flex;
  gap: 0.2rem;
  font-size: 1.25rem;
  line-height: 1;
}

.ws-testimonial-card__star--filled {
  color: #fbbf24;
}

.ws-testimonial-card__star--empty {
  color: #d1d5db;
}

.ws-testimonial-card__content {
  flex: 1;
}

.ws-testimonial-card__text {
  margin: 0;
  color: #111827;
  font-size: 1.03rem;
  line-height: 1.7;
  font-style: italic;
  quotes: "\201C" "\201D";
}

.ws-testimonial-card__text::before {
  content: open-quote;
  color: var(--ws-color-secondary);
  font-size: 2rem;
  line-height: 0;
  vertical-align: -0.4em;
  margin-right: 0.2rem;
}

.ws-testimonial-card__text::after {
  content: close-quote;
  color: var(--ws-color-secondary);
  font-size: 2rem;
  line-height: 0;
  vertical-align: -0.4em;
  margin-left: 0.2rem;
}

.ws-testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding-top: 0.35rem;
}

.ws-testimonial-card__avatar {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  border-radius: 999px;
  overflow: hidden;
  border: 3px solid #f8fafc;
  background: #f3f4f6;
}

.ws-testimonial-card__avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ws-testimonial-card__author-info {
  min-width: 0;
}

.ws-testimonial-card__name {
  margin: 0 0 0.2rem;
  color: #111827;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.25;
}

.ws-testimonial-card__position {
  margin: 0;
  color: var(--ws-color-secondary);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
}

.ws-testimonial-card__business {
  margin: 0.15rem 0 0;
  color: #6b7280;
  font-size: 0.84rem;
  line-height: 1.35;
}

.ws-testimonial-card__verified {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.34rem 0.7rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #10b981, #059669);
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: var(--ws-shadow-sm);
}

.ws-testimonials__controls {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.ws-testimonials__arrow {
  width: 42px;
  height: 42px;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  background: #ffffff;
  color: #111827;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: var(--ws-shadow-sm);
  transition: all var(--ws-transition-base);
}

.ws-testimonials__arrow:hover {
  background: var(--ws-color-secondary);
  color: #ffffff;
  border-color: var(--ws-color-secondary);
}

.ws-testimonials__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

.ws-testimonials__dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: #cbd5e1;
  cursor: pointer;
  padding: 0;
  transition: all var(--ws-transition-base);
}

.ws-testimonials__dot.is-active {
  width: 24px;
  background: var(--ws-color-secondary);
}

.ws-testimonials__empty {
  padding: 2rem;
  border: 1px dashed var(--ws-color-gray-100);
  border-radius: var(--ws-radius-xl);
  background: #ffffff;
  color: rgba(var(--ws-color-primary-rgb), 0.7);
}

@media (max-width: 768px) {
  .ws-testimonials__track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 1rem;
    padding: 0.5rem var(--ws-container-padding) 1.25rem;
    margin-left: calc(var(--ws-container-padding) * -1);
    margin-right: calc(var(--ws-container-padding) * -1);
    scroll-padding-left: var(--ws-container-padding);
  }

  .ws-testimonials__track::-webkit-scrollbar {
    display: none;
  }

  .ws-testimonial-card {
    flex: 0 0 82vw;
    max-width: 340px;
    scroll-snap-align: start;
  }

  .ws-testimonials__controls {
    display: flex;
  }
}

@media (max-width: 480px) {
  .ws-testimonial-card {
    flex-basis: 88vw;
  }

  .ws-testimonial-card__author {
    align-items: flex-start;
  }

  .ws-testimonial-card__verified {
    position: static;
    align-self: flex-start;
    order: 5;
  }
}


/* ========================================================================
   Trustpilot Screenshot Block - Same design as testimonials, separate classes
======================================================================== */
/* ========================================================================
   Trustpilot Screenshots — Infinite Auto Carousel
======================================================================== */
.ws-trustpilot-marquee {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  position: relative;
  overflow: hidden;
}

.ws-trustpilot-marquee__viewport {
  position: relative;
  overflow: hidden;
  margin-top: 2rem;
  padding: 0.75rem 0 1.25rem;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.ws-trustpilot-marquee__track {
  display: flex;
  align-items: stretch;
  gap: 1.5rem;
  width: max-content;
  animation: wsTrustpilotMarquee var(--ws-trustpilot-speed, 24s) linear infinite;
  will-change: transform;
}

.ws-trustpilot-marquee__viewport:hover .ws-trustpilot-marquee__track,
.ws-trustpilot-marquee__viewport.is-paused .ws-trustpilot-marquee__track {
  animation-play-state: paused;
}

.ws-trustpilot-marquee__viewport--single {
  -webkit-mask-image: none;
  mask-image: none;
}

.ws-trustpilot-marquee__viewport--single .ws-trustpilot-marquee__track {
  width: 100%;
  justify-content: center;
  animation: none;
}

.ws-trustpilot-marquee-card {
  /* flex: 0 0 clamp(280px, 31vw, 390px); */
  /* flex: 0 0 300px;
  max-width: 300px;
  background: #ffffff;
  padding: 1rem;
  border-radius: var(--ws-radius-xl);
  box-shadow: var(--ws-shadow-md);
  transition: transform var(--ws-transition-smooth), box-shadow var(--ws-transition-smooth), border-color var(--ws-transition-smooth);
  border-top: 4px solid var(--ws-color-secondary);
  border-left: 1px solid var(--ws-color-gray-100);
  border-right: 1px solid var(--ws-color-gray-100);
  border-bottom: 1px solid var(--ws-color-gray-100);
  box-sizing: border-box; */
}

.ws-trustpilot-marquee-card:hover {
  transform: translateY(-5px) scale(1.015);
  box-shadow: var(--ws-shadow-lg);
  border-color: rgba(59, 130, 246, 0.35);
}

.ws-trustpilot-marquee-card__media {
  width: 100%;
  /* height:340px; */
  /* aspect-ratio: 1 / 1; */
  border-radius: calc(var(--ws-radius-xl) - 4px);
  overflow: hidden;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ws-trustpilot-marquee-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit:contain;
  /* object-fit: cover; */
  transition: transform var(--ws-transition-smooth);
}

.ws-trustpilot-marquee-card:hover .ws-trustpilot-marquee-card__image {
  transform: scale(1.03);
}

.ws-trustpilot-marquee__empty {
  padding: 2rem;
  border: 1px dashed var(--ws-color-gray-100);
  border-radius: var(--ws-radius-xl);
  background: #ffffff;
  color: rgba(var(--ws-color-primary-rgb), 0.7);
}

@keyframes wsTrustpilotMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 0.75rem)); }
}

@media (max-width: 768px) {
  .ws-trustpilot-marquee__viewport {
    margin: 1.5rem calc(var(--ws-container-padding) * -1) 0;
    padding-left: var(--ws-container-padding);
    padding-right: var(--ws-container-padding);
  }

  .ws-trustpilot-marquee__track {
    gap: 1rem;
  }

  .ws-trustpilot-marquee-card {
    flex-basis: 82vw;
    max-width: 360px;
  }
}

@media (max-width: 480px) {
  .ws-trustpilot-marquee-card {
    flex-basis: 88vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ws-trustpilot-marquee__track {
    animation: none !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .ws-trustpilot-marquee__track::-webkit-scrollbar {
    display: none;
  }

  .ws-trustpilot-marquee-card {
    scroll-snap-align: start;
  }
}

@media (max-width:768px){

.ws-trustpilot-marquee-card{
    flex:0 0 250px;
    max-width:250px;
}

.ws-trustpilot-marquee-card__media{
    height:280px;
}

}
