/* FITCO redesigned homepage
   Clean scoped stylesheet. Keep all rules inside .fitco-custom-page so
   WordPress, WPBakery, and theme-level styles cannot scramble the page. */

.fitco-custom-page {
  --fitco-ink: #071226;
  --fitco-ink-2: #10243b;
  --fitco-muted: #5f7082;
  --fitco-soft: #f5f8fb;
  --fitco-soft-2: #edf4f9;
  --fitco-line: #d8e2ee;
  --fitco-line-strong: #b9ccdc;
  --fitco-blue: #1f6fa8;
  --fitco-blue-2: #0b4f82;
  --fitco-blue-soft: #e9f4fb;
  --fitco-red: #c7352d;
  --fitco-green: #12805c;
  --fitco-white: #ffffff;
  --fitco-shadow: 0 24px 70px -46px rgba(7, 18, 38, 0.55);
  --fitco-shadow-soft: 0 12px 34px -28px rgba(7, 18, 38, 0.38);
  --fitco-radius: 8px;
  --fitco-font: "Inter", "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  width: 100%;
  max-width: none;
  margin: 0;
  overflow-x: clip;
  isolation: isolate;
  background: var(--fitco-white);
  color: var(--fitco-ink);
  font-family: var(--fitco-font) !important;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: initial;
  scroll-behavior: smooth;
}

.fitco-custom-page,
.fitco-custom-page *,
.fitco-custom-page *::before,
.fitco-custom-page *::after {
  box-sizing: border-box !important;
}

.fitco-custom-page :where(h1, h2, h3, h4, h5, h6, p, figure, blockquote, ul, ol, li, dl, dd) {
  margin: 0 !important;
  padding: 0;
  color: inherit;
  font-family: inherit;
  letter-spacing: 0;
  text-transform: none;
}

.fitco-custom-page :where(a) {
  color: inherit;
  text-decoration: none;
}

.fitco-custom-page :where(img, svg, video, canvas) {
  display: block;
  max-width: 100%;
}

.fitco-custom-page :where(button, input, select, textarea, summary) {
  font: inherit;
  letter-spacing: 0;
}

.fitco-custom-page :where(button) {
  appearance: none;
}

.fitco-custom-page [hidden] {
  display: none !important;
}

.fitco-custom-page .reveal {
  opacity: 1;
  transform: none;
}

.fitco-custom-page .container,
.fitco-custom-page .container--wide,
.fitco-custom-page .container--full {
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
}

.fitco-custom-page .container--wide {
  width: min(1360px, calc(100% - 64px));
}

.fitco-custom-page .container--full {
  width: min(1440px, calc(100% - 64px));
}

.fitco-custom-page .mt-1 {
  margin-top: 1rem;
}

.fitco-custom-page .mt-2 {
  margin-top: 2rem;
}

.fitco-custom-page .section {
  padding: clamp(4rem, 7vw, 6.5rem) 0;
  background: var(--fitco-white);
}

.fitco-custom-page .section--gray,
.fitco-custom-page .trusted-by,
.fitco-custom-page .equipment-finder,
.fitco-custom-page .faq {
  background: linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%);
}

.fitco-custom-page .section__header {
  max-width: 840px;
  margin: 0 auto clamp(2rem, 4vw, 3.2rem);
  padding-top: 0;
  border-top: 0;
  text-align: center;
}

.fitco-custom-page .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  width: auto;
  margin-bottom: 1.35rem;
  padding: 0.45rem 0.85rem;
  border: 1px solid #cddceb;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #123b66;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.fitco-custom-page .section__title,
.fitco-custom-page .trusted-by__title {
  max-width: 18ch;
  margin: 0 auto !important;
  color: var(--fitco-ink) !important;
  font-size: clamp(2.15rem, 3.45vw, 3.55rem) !important;
  font-weight: 900 !important;
  line-height: 1.06 !important;
  text-align: center;
}

.fitco-custom-page .section__subtitle,
.fitco-custom-page .trusted-by__subtitle {
  max-width: 62ch;
  margin: 1.05rem auto 0 !important;
  color: var(--fitco-muted) !important;
  font-size: 1.02rem !important;
  line-height: 1.65 !important;
  text-align: center;
}

.fitco-custom-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 46px;
  padding: 0.82rem 1.25rem;
  border: 1px solid transparent;
  border-radius: var(--fitco-radius);
  background: #ffffff;
  color: var(--fitco-ink);
  font-weight: 800;
  font-size: 0.92rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.fitco-custom-page .btn:hover {
  transform: translateY(-1px);
}

.fitco-custom-page .btn--primary {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(135deg, #071226 0%, #0b2447 56%, var(--fitco-blue) 100%);
  color: #ffffff !important;
  border-color: #0b2447;
  box-shadow: 0 14px 30px -24px rgba(7, 18, 38, 0.72);
}

.fitco-custom-page .hero__cta .btn--primary::after {
  content: "";
  position: absolute;
  inset: -42%;
  z-index: -1;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.38), transparent 38%);
  opacity: 0;
  transform: scale(0.72);
  animation: fitco-cta-pulse 4.8s ease-in-out infinite;
}

.fitco-custom-page .btn--secondary {
  background: #ffffff;
  color: var(--fitco-ink) !important;
  border-color: var(--fitco-line);
  box-shadow: 0 12px 26px -24px rgba(7, 18, 38, 0.38);
}

.fitco-custom-page .btn--white {
  background: #ffffff;
  color: var(--fitco-ink) !important;
  border-color: #ffffff;
}

.fitco-custom-page .btn--outline-white {
  background: transparent;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.7);
}

/* Hero */
.fitco-custom-page .conversion-hero {
  min-height: clamp(560px, calc(100vh - 150px), 700px);
  position: relative;
  overflow: hidden;
  font-family: "Manrope", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  background:
    radial-gradient(circle at 72% 18%, rgba(31, 111, 168, 0.14), transparent 31%),
    radial-gradient(circle at 12% 22%, rgba(199, 53, 45, 0.07), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f6fafc 44%, #eaf3f8 100%);
}

.fitco-custom-page .conversion-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(rgba(7, 18, 38, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 18, 38, 0.028) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.2) 74%, transparent);
  pointer-events: none;
}

.fitco-custom-page .conversion-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(31, 111, 168, 0.42), transparent);
}

.fitco-custom-page .hero__panel {
  position: relative;
  z-index: 1;
  width: min(1360px, calc(100% - 88px));
  min-height: inherit;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(500px, 0.85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: clamp(2.4rem, 4.2vw, 4.8rem);
  padding: clamp(2.2rem, 4.2vw, 3.6rem) 0;
}

.fitco-custom-page .hero__content {
  position: relative;
  z-index: 2;
  max-width: 610px;
  min-width: 0;
  color: var(--fitco-ink);
}

.fitco-custom-page .hero__company-name {
  display: inline-flex;
  flex-direction: column;
  gap: 0.1rem;
  margin-bottom: 1.3rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid #cddceb;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 26px -24px rgba(7, 18, 38, 0.42);
}

.fitco-custom-page .hero__company-name span {
  color: var(--fitco-ink);
  font-size: 0.78rem;
  font-weight: 820;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fitco-custom-page .hero__company-name small {
  color: var(--fitco-blue);
  font-size: 0.66rem;
  font-weight: 780;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fitco-custom-page .hero__heading {
  display: flex;
  flex-direction: column;
  gap: 0.78rem;
  max-width: 22ch;
  margin: 0;
  font-family: "Manrope", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  letter-spacing: 0 !important;
}

.fitco-custom-page .hero__heading-line {
  display: block;
  color: var(--fitco-ink) !important;
  font-family: inherit !important;
  font-size: clamp(2.55rem, 2.82vw, 3.18rem) !important;
  font-weight: 790 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-wrap: balance;
}

.fitco-custom-page .hero__heading-accent {
  display: block;
  max-width: 38ch;
  color: var(--fitco-blue) !important;
  font-family: inherit !important;
  font-size: clamp(1.02rem, 1.06vw, 1.16rem) !important;
  font-weight: 730 !important;
  line-height: 1.28 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.fitco-custom-page .hero__lead {
  max-width: 52ch;
  margin-top: 1rem !important;
  color: #40566f !important;
  font-size: 0.96rem !important;
  font-weight: 500;
  line-height: 1.58 !important;
}

.fitco-custom-page .hero__cta,
.fitco-custom-page .cta-finale__actions,
.fitco-custom-page .specs-card__cta,
.fitco-custom-page .brand-slide__cta,
.fitco-custom-page .action-videos__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
  align-items: center;
}

.fitco-custom-page .hero__cta {
  margin-top: 1.18rem;
}

.fitco-custom-page .hero__proof-points {
  display: none;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.78rem;
}

.fitco-custom-page .hero__proof-points span,
.fitco-custom-page .hero__logo-strip span,
.fitco-custom-page .case-card__tags span,
.fitco-custom-page .brand-slide__fact,
.fitco-custom-page .cap-feature-badge,
.fitco-custom-page .finder-card__kicker,
.fitco-custom-page .specs-card__brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 0.34rem 0.6rem;
  border: 1px solid var(--fitco-line);
  border-radius: 6px;
  background: var(--fitco-blue-soft);
  color: #123b66;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1;
}

.fitco-custom-page .hero__proof-points span,
.fitco-custom-page .hero__logo-strip span {
  border-color: #cddceb;
  background: rgba(255, 255, 255, 0.72);
  color: #123b66;
}

.fitco-custom-page .hero__trust {
  margin-top: 0.75rem;
}

.fitco-custom-page .hero__trust p {
  color: #4c6177 !important;
  font-size: 0.8rem !important;
  font-weight: 680;
  line-height: 1.45 !important;
}

.fitco-custom-page .hero__logo-strip {
  display: none;
}

.fitco-custom-page .hero__logo-strip span {
  justify-content: flex-start;
  width: auto;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #123b66;
  font-size: 0.66rem;
  letter-spacing: 0.02em;
}

.fitco-custom-page .hero__visual {
  position: relative;
  z-index: 2;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.fitco-custom-page .hero__visual::before {
  content: "";
  position: absolute;
  inset: 8% 0 13%;
  border: 1px solid rgba(185, 204, 220, 0.82);
  border-radius: 8px;
  background:
    radial-gradient(circle at 62% 8%, rgba(31, 111, 168, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(231, 242, 248, 0.62)),
    linear-gradient(rgba(7, 18, 38, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 18, 38, 0.035) 1px, transparent 1px);
  background-size: auto, auto, 72px 72px, 72px 72px;
  box-shadow: var(--fitco-shadow);
}

.fitco-custom-page .hero__visual::after {
  content: "Manufacturer-reviewed configurations";
  position: absolute;
  z-index: 3;
  top: 14%;
  right: 5.5%;
  max-width: 180px;
  padding: 0.7rem 0.8rem;
  border: 1px solid rgba(205, 220, 235, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  color: #123b66;
  font-size: 0.72rem;
  font-weight: 880;
  line-height: 1.22;
  box-shadow: 0 18px 36px -30px rgba(7, 18, 38, 0.42);
}

.fitco-custom-page .hero__equipment-stage {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 410px;
}

.fitco-custom-page .hero__equipment-stage::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: min(74%, 620px);
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(31, 111, 168, 0.22), rgba(31, 111, 168, 0.1) 34%, transparent 66%),
    radial-gradient(circle at 64% 42%, rgba(199, 53, 45, 0.1), transparent 34%);
  opacity: 0.78;
  filter: blur(18px);
  transform: translate3d(4%, -3%, 0) scale(0.96);
  animation: fitco-hero-light-pulse 6.4s ease-in-out infinite;
}

.fitco-custom-page .hero__equipment-stage::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 12%;
  height: 52px;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(7, 18, 38, 0.24), rgba(7, 18, 38, 0.08) 46%, transparent 74%);
  filter: blur(12px);
}

.fitco-custom-page .hero__machine {
  position: relative;
  z-index: 2;
  width: min(92%, 720px);
  max-height: 470px;
  object-fit: contain;
  filter: drop-shadow(0 32px 20px rgba(7, 18, 38, 0.14));
}

@keyframes fitco-hero-light-pulse {
  0%, 100% {
    opacity: 0.56;
    transform: translate3d(4%, -3%, 0) scale(0.94);
  }

  50% {
    opacity: 0.92;
    transform: translate3d(-1%, -5%, 0) scale(1.04);
  }
}

@keyframes fitco-cta-pulse {
  0%, 72%, 100% {
    opacity: 0;
    transform: scale(0.72);
  }

  18% {
    opacity: 0.42;
    transform: scale(1);
  }
}

.fitco-custom-page .hero__mobile-stage {
  display: none;
}

.fitco-custom-page .hero__mobile-tabs {
  display: none;
}

.fitco-custom-page .hero__solution-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  width: min(88%, 640px);
  margin: -1.05rem auto 0;
}

.fitco-custom-page .hero__solution-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 52px;
  padding: 0.62rem 0.68rem;
  border: 1px solid rgba(205, 220, 235, 0.95);
  border-radius: var(--fitco-radius);
  background: rgba(255, 255, 255, 0.88);
  color: var(--fitco-ink);
  box-shadow: var(--fitco-shadow-soft);
}

.fitco-custom-page .hero__solution-card strong {
  color: var(--fitco-ink);
  font-size: 0.8rem;
  font-weight: 850;
  line-height: 1.15;
}

.fitco-custom-page .hero__solution-icon {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: var(--fitco-ink);
  color: #ffffff;
}

.fitco-custom-page .hero__solution-card:nth-child(2) .hero__solution-icon { background: var(--fitco-blue); }
.fitco-custom-page .hero__solution-card:nth-child(3) .hero__solution-icon { background: var(--fitco-green); }
.fitco-custom-page .hero__solution-card:nth-child(4) .hero__solution-icon { background: var(--fitco-red); }
.fitco-custom-page .hero__solution-icon svg { width: 18px; height: 18px; }

/* Decision path */
.fitco-custom-page .decision-path {
  padding: 0 0 clamp(2.5rem, 4vw, 4rem);
  background: #ffffff;
}

.fitco-custom-page .decision-path__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--fitco-line);
  border-radius: var(--fitco-radius);
  overflow: hidden;
  background: #ffffff;
  box-shadow: var(--fitco-shadow-soft);
}

.fitco-custom-page .decision-step {
  min-height: 168px;
  padding: 1.25rem;
  border-right: 1px solid var(--fitco-line);
}

.fitco-custom-page .decision-step:last-child { border-right: 0; }
.fitco-custom-page .decision-step__number {
  display: block;
  margin-bottom: 0.85rem;
  color: var(--fitco-blue);
  font-size: 0.78rem;
  font-weight: 900;
}

.fitco-custom-page .decision-step__title,
.fitco-custom-page .case-card__title,
.fitco-custom-page .finder-card__title,
.fitco-custom-page .industry-card__title,
.fitco-custom-page .cap-feature-title,
.fitco-custom-page .faq-question,
.fitco-custom-page .specs-card__title {
  color: var(--fitco-ink) !important;
  font-weight: 880 !important;
  line-height: 1.16 !important;
}

.fitco-custom-page .decision-step__title { font-size: 1.05rem !important; }
.fitco-custom-page .decision-step__text {
  margin-top: 0.55rem !important;
  color: var(--fitco-muted) !important;
  font-size: 0.92rem !important;
  line-height: 1.55 !important;
}

/* Trusted logos */
.fitco-custom-page .industry-sectors,
.fitco-custom-page .industries__grid,
.fitco-custom-page .finder-grid,
.fitco-custom-page .case-grid,
.fitco-custom-page .cap-grid,
.fitco-custom-page .specs-grid {
  display: grid;
  gap: 1rem;
}

.fitco-custom-page .industry-sectors {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.fitco-custom-page .industry-card,
.fitco-custom-page .finder-card,
.fitco-custom-page .case-card,
.fitco-custom-page .cap-feature-card,
.fitco-custom-page .faq-item,
.fitco-custom-page .specs-card {
  border: 1px solid var(--fitco-line);
  border-radius: var(--fitco-radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--fitco-shadow-soft);
}

.fitco-custom-page .industry-sectors .industry-card {
  min-height: 72px;
  display: grid;
  place-items: center;
  padding: 0.7rem;
  text-align: center;
}

.fitco-custom-page .industry-card__name {
  color: var(--fitco-ink);
  font-size: 0.84rem;
  font-weight: 830;
}

.fitco-custom-page .clients-marquee {
  position: relative;
  overflow: hidden;
  padding: 0.9rem;
  border: 1px solid #c8d8e8;
  border-radius: var(--fitco-radius);
  background:
    radial-gradient(circle at 12% 0%, rgba(31, 111, 168, 0.08), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 247, 252, 0.92));
  box-shadow: 0 24px 58px -48px rgba(7, 18, 38, 0.46);
}

.fitco-custom-page .clients-marquee::before,
.fitco-custom-page .clients-marquee::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 54px;
  pointer-events: none;
}

.fitco-custom-page .clients-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #f8fbfd, rgba(248, 251, 253, 0));
}

.fitco-custom-page .clients-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #f8fbfd, rgba(248, 251, 253, 0));
}

.fitco-custom-page .clients-marquee.is-expanded {
  overflow: visible;
}

.fitco-custom-page .clients-marquee.is-expanded::before,
.fitco-custom-page .clients-marquee.is-expanded::after {
  display: none;
}

.fitco-custom-page .clients-marquee__track {
  display: flex;
  gap: 0.65rem;
  width: max-content;
  animation: fitco-marquee 52s linear infinite;
}

.fitco-custom-page .clients-marquee.is-expanded .clients-marquee__track {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  animation: none;
}

.fitco-custom-page .clients-marquee__track--reverse {
  animation-direction: reverse;
}

.fitco-custom-page .clients-marquee__slide {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.fitco-custom-page .clients-marquee.is-expanded .clients-marquee__slide {
  flex-wrap: wrap;
  justify-content: center;
}

.fitco-custom-page .clients-marquee.is-expanded .clients-marquee__slide[aria-hidden="true"] {
  display: none;
}

.fitco-custom-page .clients-logo-grid__item {
  display: grid;
  place-items: center;
  width: 152px;
  min-height: 82px;
  padding: 0.78rem;
  border: 1px solid rgba(205, 220, 235, 0.96);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 24px -24px rgba(7, 18, 38, 0.38);
}

.fitco-custom-page .clients-logo-grid__item img {
  max-width: 112px;
  max-height: 48px;
  object-fit: contain;
  filter: none;
}

.fitco-custom-page .trusted-by__actions,
.fitco-custom-page .industries__footer {
  display: flex;
  justify-content: center;
  margin-top: 1.3rem;
}

.fitco-custom-page .trusted-by__toggle {
  min-height: 42px;
  padding: 0.65rem 1rem;
  border: 1px solid var(--fitco-line);
  border-radius: var(--fitco-radius);
  background: #ffffff;
  color: var(--fitco-ink);
  font-weight: 800;
  cursor: pointer;
}

@keyframes fitco-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Videos */
.fitco-custom-page .action-videos {
  background: #08182a;
  color: #ffffff;
}

.fitco-custom-page .action-videos .section__header {
  border-top-color: rgba(255, 255, 255, 0.18);
}

.fitco-custom-page .action-videos .tag {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: #d8efff;
}

.fitco-custom-page .action-videos .section__title { color: #ffffff !important; }
.fitco-custom-page .action-videos .section__subtitle { color: rgba(255, 255, 255, 0.76) !important; }

.fitco-custom-page .action-videos__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 1rem;
  align-items: start;
}

.fitco-custom-page .action-videos__player {
  min-width: 0;
}

.fitco-custom-page .video-thumbnail {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--fitco-radius);
  background: #000;
}

.fitco-custom-page .video-thumbnail img,
.fitco-custom-page #videoFrame {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fitco-custom-page #videoFrame {
  display: none;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: var(--fitco-radius);
}

.fitco-custom-page .video-play-button {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: var(--fitco-ink);
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
}

.fitco-custom-page .video-play-button svg {
  width: 24px;
  height: 24px;
  margin-left: 3px;
}

.fitco-custom-page .action-videos__catalog {
  display: grid;
  gap: 0.6rem;
}

.fitco-custom-page .video-pill {
  display: grid;
  gap: 0.15rem;
  min-height: 58px;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--fitco-radius);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  text-align: left;
  cursor: pointer;
}

.fitco-custom-page .video-pill.active,
.fitco-custom-page .video-pill:hover {
  background: #ffffff;
  color: var(--fitco-ink);
}

.fitco-custom-page .video-pill__title {
  font-size: 0.9rem;
  font-weight: 850;
}

.fitco-custom-page .video-pill__brand {
  color: inherit;
  opacity: 0.68;
  font-size: 0.75rem;
  font-weight: 750;
}

.fitco-custom-page .action-videos__cta {
  justify-content: center;
  margin-top: 1.2rem;
}

/* Cases, products, finder */
.fitco-custom-page .case-grid {
  grid-template-columns: 1.1fr 0.9fr;
}

.fitco-custom-page .case-card {
  min-height: 250px;
  padding: 1.25rem;
}

.fitco-custom-page .case-card--featured {
  grid-row: span 2;
  background: linear-gradient(135deg, #071226 0%, #0b2447 62%, var(--fitco-blue) 100%);
  color: #ffffff;
}

.fitco-custom-page .case-card--featured .case-card__title { color: #ffffff !important; }
.fitco-custom-page .case-card--featured .case-card__meta,
.fitco-custom-page .case-card--featured .case-card__text { color: rgba(255, 255, 255, 0.76) !important; }

.fitco-custom-page .case-card__meta {
  color: var(--fitco-blue);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.fitco-custom-page .case-card__title {
  margin-top: 0.7rem !important;
  font-size: clamp(1.22rem, 1.3vw, 1.55rem) !important;
}

.fitco-custom-page .case-card__text {
  margin-top: 0.85rem !important;
  color: var(--fitco-muted) !important;
  font-size: 0.96rem !important;
  line-height: 1.62 !important;
}

.fitco-custom-page .case-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1rem;
}

.fitco-custom-page .case-card--featured .case-card__tags span {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
}

.fitco-custom-page #products {
  background: linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
}

.fitco-custom-page .products__showcase {
  display: grid;
  grid-template-columns: minmax(250px, 0.48fr) minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--fitco-line);
  border-radius: var(--fitco-radius);
  background: #ffffff;
  box-shadow: var(--fitco-shadow);
}

.fitco-custom-page .products__grid {
  display: grid;
  align-content: start;
  gap: 0.35rem;
  padding: 0.85rem;
  border-right: 1px solid var(--fitco-line);
  background: #f7fafc;
}

.fitco-custom-page .products__grid-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 56px;
  padding: 0.75rem 0.85rem;
  border: 1px solid transparent;
  border-radius: 7px;
  background: transparent;
  color: var(--fitco-ink);
  font-weight: 850;
  cursor: pointer;
}

.fitco-custom-page .products__grid-item img {
  display: none;
}

.fitco-custom-page .products__grid-item.active,
.fitco-custom-page .products__grid-item:hover {
  border-color: var(--fitco-line-strong);
  background: #ffffff;
  box-shadow: inset 0 -3px 0 var(--fitco-blue), var(--fitco-shadow-soft);
}

.fitco-custom-page .products__grid-name {
  font-size: 0.82rem;
  line-height: 1.2;
}

.fitco-custom-page .products__specs {
  min-width: 0;
  padding: 1.2rem;
}

.fitco-custom-page .specs-card {
  display: none;
  min-height: 100%;
  padding: clamp(1.1rem, 2vw, 2rem);
}

.fitco-custom-page .specs-card.active {
  display: block;
}

.fitco-custom-page .specs-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--fitco-line);
}

.fitco-custom-page .specs-card__title {
  max-width: 26ch;
  font-size: clamp(1.35rem, 1rem + 0.9vw, 1.9rem) !important;
}

.fitco-custom-page .specs-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.fitco-custom-page .spec-item {
  min-height: 86px;
  padding: 0.85rem 1rem;
  border: 1px solid var(--fitco-line);
  border-radius: var(--fitco-radius);
  background: #f7fafc;
}

.fitco-custom-page .spec-item__value {
  color: #0b2447;
  font-size: 1.2rem;
  font-weight: 900;
}

.fitco-custom-page .spec-item__label {
  margin-top: 0.25rem;
  color: var(--fitco-muted);
  font-size: 0.82rem;
  font-weight: 650;
}

.fitco-custom-page .specs-card__cta {
  margin-top: 1.2rem;
}

.fitco-custom-page .finder-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fitco-custom-page .finder-card,
.fitco-custom-page .industries__grid .industry-card {
  display: flex;
  flex-direction: column;
  min-height: 240px;
  padding: 1.25rem;
}

.fitco-custom-page .finder-card:hover,
.fitco-custom-page .industry-card:hover {
  border-color: var(--fitco-line-strong);
  transform: translateY(-2px);
}

.fitco-custom-page .finder-card__title,
.fitco-custom-page .industry-card__title {
  margin-top: 0.8rem !important;
  font-size: 1.02rem !important;
}

.fitco-custom-page .finder-card__meta,
.fitco-custom-page .industry-card__desc {
  margin-top: 0.7rem !important;
  color: var(--fitco-muted) !important;
  font-size: 0.93rem !important;
  line-height: 1.55 !important;
}

.fitco-custom-page .finder-card__link {
  margin-top: auto;
  padding-top: 1rem;
  color: var(--fitco-ink);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.fitco-custom-page .finder-card--cta {
  border-left: 3px solid var(--fitco-red);
}

/* Capabilities and applications */
.fitco-custom-page #capabilities {
  background: #0a1728;
  color: #ffffff;
}

.fitco-custom-page #capabilities .section__header {
  border-top-color: rgba(255, 255, 255, 0.18);
}

.fitco-custom-page #capabilities .tag {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: #d8efff;
}

.fitco-custom-page #capabilities .section__title { color: #ffffff !important; }
.fitco-custom-page #capabilities .section__subtitle { color: rgba(255, 255, 255, 0.76) !important; }

.fitco-custom-page .cap-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-bottom: 1.2rem;
}

.fitco-custom-page .cap-tab {
  min-height: 42px;
  padding: 0.65rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--fitco-radius);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-weight: 850;
  cursor: pointer;
}

.fitco-custom-page .cap-tab.active {
  background: #ffffff;
  color: var(--fitco-ink);
  border-color: #ffffff;
}

.fitco-custom-page .cap-grid {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fitco-custom-page .cap-grid.active {
  display: grid;
}

.fitco-custom-page .cap-feature-card {
  min-height: 160px;
  padding: 1rem;
}

.fitco-custom-page .cap-feature-title {
  font-size: 1rem !important;
}

.fitco-custom-page .cap-feature-badge {
  margin-top: 0.65rem;
}

.fitco-custom-page .cap-feature-desc {
  margin-top: 0.75rem !important;
  color: var(--fitco-muted) !important;
  font-size: 0.9rem !important;
  line-height: 1.55 !important;
}

.fitco-custom-page .industries__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fitco-custom-page .industries__grid .industry-card {
  min-height: 170px;
}

/* Brand slides */
.fitco-custom-page .principal-brands-intro {
  padding-bottom: 2rem;
}

.fitco-custom-page .principal-brands-stack {
  position: relative;
  background: #ffffff;
}

.fitco-custom-page .brand-nav {
  position: sticky;
  top: 70px;
  z-index: 20;
  padding: 0.75rem 0;
  border-top: 1px solid var(--fitco-line);
  border-bottom: 1px solid var(--fitco-line);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
}

.fitco-custom-page .brand-nav__inner {
  display: flex;
  gap: 0.65rem;
  overflow-x: auto;
  padding-bottom: 0.1rem;
}

.fitco-custom-page .brand-nav__item {
  flex: 0 0 154px;
  height: 68px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  place-items: center;
  gap: 0.25rem;
  padding: 0.62rem 0.7rem 0.52rem;
  border: 1px solid var(--fitco-line);
  border-radius: var(--fitco-radius);
  background: #ffffff;
  cursor: pointer;
}

.fitco-custom-page .brand-nav__item.active {
  border-color: var(--fitco-blue);
  box-shadow: inset 0 -3px 0 var(--fitco-blue);
}

.fitco-custom-page .brand-nav__logo {
  max-width: 120px;
  max-height: 32px;
  object-fit: contain;
}

.fitco-custom-page .brand-nav__item::after {
  content: attr(aria-label);
  color: #52677c;
  font-size: 0.64rem;
  font-weight: 820;
  line-height: 1;
  text-align: center;
}

.fitco-custom-page .brand-nav__item.active::after {
  color: var(--fitco-blue);
}

.fitco-custom-page .brand-slides {
  padding: 2.4rem 0 4.8rem;
  background: #ffffff;
}

.fitco-custom-page .brand-slide {
  display: none;
}

.fitco-custom-page .brand-slide.active {
  display: block;
}

.fitco-custom-page .brand-slide__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1.5rem;
  align-items: center;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  border: 1px solid var(--fitco-line);
  border-radius: var(--fitco-radius);
  background: linear-gradient(135deg, #ffffff, #f5f9fc);
  box-shadow: var(--fitco-shadow);
}

.fitco-custom-page .brand-slide__tag {
  display: block;
  color: var(--fitco-blue);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.fitco-custom-page .brand-slide__title {
  margin-top: 0.6rem !important;
  color: var(--fitco-ink) !important;
  font-size: clamp(2.2rem, 4vw, 4rem) !important;
  font-weight: 950 !important;
  line-height: 0.95 !important;
}

.fitco-custom-page .brand-slide__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1rem;
}

.fitco-custom-page .brand-slide__description {
  max-width: 54ch;
  margin-top: 1rem !important;
  color: var(--fitco-muted) !important;
  font-size: 1rem !important;
  line-height: 1.62 !important;
}

.fitco-custom-page .brand-slide__cta {
  margin-top: 1.3rem;
}

.fitco-custom-page .brand-slide__image-wrapper {
  display: grid;
  place-items: center;
  min-height: 330px;
  border: 1px solid var(--fitco-line);
  border-radius: var(--fitco-radius);
  background: #edf4f9;
  overflow: hidden;
}

.fitco-custom-page .brand-slide__image-wrapper img {
  width: 86%;
  max-height: 340px;
  object-fit: contain;
}

/* FAQ and CTA */
.fitco-custom-page .faq-grid {
  display: grid;
  gap: 0.75rem;
}

.fitco-custom-page .faq-item {
  padding: 0;
}

.fitco-custom-page .faq-question {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 64px;
  padding: 1rem 1.25rem;
  cursor: pointer;
  list-style: none;
  font-size: 1rem !important;
}

.fitco-custom-page .faq-question::-webkit-details-marker {
  display: none;
}

.fitco-custom-page .faq-question::before {
  content: ">";
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid var(--fitco-line);
  border-radius: 6px;
  color: var(--fitco-blue);
  background: var(--fitco-blue-soft);
}

.fitco-custom-page .faq-item[open] .faq-question::before {
  transform: rotate(90deg);
}

.fitco-custom-page .faq-answer {
  padding: 0 1.25rem 1.2rem 4.05rem !important;
  color: var(--fitco-muted) !important;
  font-size: 0.95rem !important;
  line-height: 1.62 !important;
}

.fitco-custom-page .cta-finale {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  background: linear-gradient(135deg, #071226 0%, #0b2447 56%, var(--fitco-blue) 100%);
  color: #ffffff;
}

.fitco-custom-page .cta-finale__content {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.fitco-custom-page .cta-finale__title {
  color: #ffffff !important;
  font-size: clamp(2rem, 4vw, 3.5rem) !important;
  font-weight: 920 !important;
  line-height: 1.02 !important;
}

.fitco-custom-page .cta-finale__subtitle {
  max-width: 62ch;
  margin: 1rem auto 0 !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 1rem !important;
  line-height: 1.62 !important;
}

.fitco-custom-page .cta-finale__actions {
  justify-content: center;
  margin-top: 1.4rem;
}

.fitco-custom-page :where(.btn, button, summary):focus-visible,
.fitco-custom-page a:focus-visible {
  outline: 2px solid var(--fitco-blue);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .fitco-custom-page,
  .fitco-custom-page * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }

  .fitco-custom-page .hero__equipment-stage::before,
  .fitco-custom-page .hero__cta .btn--primary::after {
    animation: none !important;
  }
}

/* Responsive */
@media (max-width: 1100px) {
  .fitco-custom-page .hero__panel {
    grid-template-columns: 1fr;
  }

  .fitco-custom-page .conversion-hero {
    background:
      radial-gradient(circle at 74% 18%, rgba(31, 111, 168, 0.14), transparent 31%),
      radial-gradient(circle at 12% 22%, rgba(199, 53, 45, 0.07), transparent 28%),
      linear-gradient(135deg, #ffffff 0%, #f6fafc 44%, #eaf3f8 100%);
  }

  .fitco-custom-page .conversion-hero::after {
    display: none;
  }

  .fitco-custom-page .hero__content {
    max-width: 760px;
  }

  .fitco-custom-page .hero__visual {
    width: min(760px, 100%);
    margin: 0 auto;
  }

  .fitco-custom-page .decision-path__grid,
  .fitco-custom-page .industry-sectors,
  .fitco-custom-page .industries__grid,
  .fitco-custom-page .finder-grid,
  .fitco-custom-page .cap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fitco-custom-page .decision-step:nth-child(2) {
    border-right: 0;
  }

  .fitco-custom-page .decision-step:nth-child(-n + 2) {
    border-bottom: 1px solid var(--fitco-line);
  }

  .fitco-custom-page .products__showcase,
  .fitco-custom-page .action-videos__layout,
  .fitco-custom-page .brand-slide__inner {
    grid-template-columns: 1fr;
  }

  .fitco-custom-page .products__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid var(--fitco-line);
  }
}

@media (max-width: 760px) {
  .fitco-custom-page .container,
  .fitco-custom-page .container--wide,
  .fitco-custom-page .container--full {
    width: calc(100% - 32px);
  }

  .fitco-custom-page .section {
    padding: 3.2rem 0;
  }

  .fitco-custom-page .section__header {
    margin-bottom: 1.6rem;
    padding-top: 0.8rem;
  }

  .fitco-custom-page .tag {
    min-height: 32px;
    margin-bottom: 1rem;
    font-size: 0.66rem;
  }

  .fitco-custom-page .section__title,
  .fitco-custom-page .trusted-by__title {
    max-width: 12.5ch;
    font-size: clamp(1.8rem, 8.5vw, 2.45rem) !important;
    line-height: 1.05 !important;
  }

  .fitco-custom-page .section__subtitle,
  .fitco-custom-page .trusted-by__subtitle {
    max-width: 32ch;
    font-size: 0.95rem !important;
    line-height: 1.58 !important;
  }

  .fitco-custom-page .mt-1 {
    margin-top: 1rem;
  }

  .fitco-custom-page .mt-2 {
    margin-top: 1.55rem;
  }

  .fitco-custom-page .conversion-hero {
    min-height: 0;
    background:
      radial-gradient(circle at 88% 24%, rgba(31, 111, 168, 0.13), transparent 28%),
      radial-gradient(circle at 8% 12%, rgba(199, 53, 45, 0.08), transparent 22%),
      linear-gradient(180deg, #ffffff 0%, #f8fbfd 56%, #edf5fa 100%);
  }

  .fitco-custom-page .conversion-hero::before {
    background:
      linear-gradient(rgba(7, 18, 38, 0.028) 1px, transparent 1px),
      linear-gradient(90deg, rgba(7, 18, 38, 0.022) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 68%);
  }

  .fitco-custom-page .hero__panel {
    width: 100%;
    padding: 1.1rem 1rem 2rem;
    gap: 1rem;
  }

  .fitco-custom-page .hero__content {
    color: var(--fitco-ink);
  }

  .fitco-custom-page .hero__company-name {
    background: rgba(255, 255, 255, 0.9);
    border-color: var(--fitco-line);
  }

  .fitco-custom-page .hero__company-name span { color: var(--fitco-ink); }
  .fitco-custom-page .hero__company-name small { color: var(--fitco-blue); }

  .fitco-custom-page .hero__heading-line {
    color: var(--fitco-ink) !important;
    font-size: clamp(1.9rem, 8vw, 2.32rem) !important;
    line-height: 1.01 !important;
  }

  .fitco-custom-page .hero__heading-accent {
    color: var(--fitco-blue) !important;
    max-width: 24ch;
    font-size: clamp(0.94rem, 4vw, 1.08rem) !important;
  }

  .fitco-custom-page .hero__lead {
    max-width: 34ch;
    color: var(--fitco-muted) !important;
    font-size: 0.92rem !important;
    line-height: 1.48 !important;
  }

  .fitco-custom-page .hero__mobile-stage {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 194px;
    margin: 0.9rem 0 0.75rem;
    overflow: hidden;
    border: 1px solid rgba(205, 220, 235, 0.96);
    border-radius: 8px;
    background:
      radial-gradient(circle at 60% 6%, rgba(31, 111, 168, 0.14), transparent 34%),
      linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(234, 243, 248, 0.72)),
      linear-gradient(rgba(7, 18, 38, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(7, 18, 38, 0.03) 1px, transparent 1px);
    background-size: auto, auto, 58px 58px, 58px 58px;
    box-shadow: 0 18px 44px -36px rgba(7, 18, 38, 0.48);
  }

  .fitco-custom-page .hero__mobile-stage::after {
    content: "";
    position: absolute;
    left: 14%;
    right: 14%;
    bottom: 8%;
    height: 36px;
    border-radius: 999px;
    background: radial-gradient(ellipse at center, rgba(7, 18, 38, 0.24), rgba(7, 18, 38, 0.08) 52%, transparent 76%);
    filter: blur(10px);
  }

  .fitco-custom-page .hero__mobile-machine {
    position: relative;
    z-index: 1;
    width: 115%;
    max-width: 115%;
    max-height: 182px;
    object-fit: contain;
    filter: drop-shadow(0 20px 14px rgba(7, 18, 38, 0.16));
  }

  .fitco-custom-page .hero__mobile-stage-note {
    position: absolute;
    z-index: 2;
    left: 0.65rem;
    right: auto;
    bottom: 0.65rem;
    display: block;
    width: min(76%, 268px);
    padding: 0.52rem 0.62rem;
    border: 1px solid rgba(205, 220, 235, 0.92);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--fitco-ink);
    box-shadow: 0 12px 24px -22px rgba(7, 18, 38, 0.52);
  }

  .fitco-custom-page .hero__mobile-stage-note strong {
    display: block;
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1.1;
  }

  .fitco-custom-page .hero__mobile-stage-note span {
    display: block;
    margin-top: 0.18rem;
    color: #4c6177;
    font-size: 0.63rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
  }

  .fitco-custom-page .hero__mobile-tabs {
    display: flex;
    gap: 0.5rem;
    max-width: 100%;
    margin: 0.35rem -1rem 0.75rem;
    padding: 0 1rem 0.2rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .fitco-custom-page .hero__mobile-tabs::-webkit-scrollbar {
    display: none;
  }

  .fitco-custom-page .hero__mobile-tabs a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0.55rem 0.76rem;
    border: 1px solid rgba(205, 220, 235, 0.96);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #123b66;
    font-size: 0.76rem;
    font-weight: 850;
    line-height: 1;
    box-shadow: 0 10px 22px -20px rgba(7, 18, 38, 0.38);
  }

  .fitco-custom-page .hero__cta {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 0.55rem;
    margin-top: 0.75rem;
  }

  .fitco-custom-page .hero__cta .btn {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 0.68rem 0.58rem;
    font-size: 0.82rem;
    line-height: 1.14;
    white-space: normal;
  }

  .fitco-custom-page .hero__proof-points,
  .fitco-custom-page .hero__logo-strip {
    display: none;
  }

  .fitco-custom-page .hero__trust p {
    color: var(--fitco-muted) !important;
  }

  .fitco-custom-page .hero__visual {
    display: none;
  }

  .fitco-custom-page .decision-path {
    padding-top: 0;
  }

  .fitco-custom-page .decision-path__grid,
  .fitco-custom-page .industry-sectors,
  .fitco-custom-page .cap-grid,
  .fitco-custom-page .specs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fitco-custom-page .case-grid {
    grid-template-columns: 1fr;
  }

  .fitco-custom-page .industries__grid,
  .fitco-custom-page .finder-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.62rem;
  }

  .fitco-custom-page .decision-step {
    min-height: 0;
    padding: 0.92rem;
    border-right: 1px solid var(--fitco-line);
    border-bottom: 1px solid var(--fitco-line);
  }

  .fitco-custom-page .decision-step:nth-child(2n) {
    border-right: 0;
  }

  .fitco-custom-page .decision-step:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .fitco-custom-page .decision-step__title {
    font-size: 0.92rem !important;
  }

  .fitco-custom-page .decision-step__text,
  .fitco-custom-page .case-card__text,
  .fitco-custom-page .finder-card__meta,
  .fitco-custom-page .industry-card__desc,
  .fitco-custom-page .cap-feature-desc,
  .fitco-custom-page .brand-slide__description,
  .fitco-custom-page .faq-answer {
    max-width: 33ch;
  }

  .fitco-custom-page .industry-sectors {
    gap: 0.62rem;
  }

  .fitco-custom-page .industry-sectors .industry-card {
    min-height: 62px;
    padding: 0.58rem;
  }

  .fitco-custom-page .industry-card__name {
    font-size: 0.76rem;
    line-height: 1.18;
  }

  .fitco-custom-page .finder-card,
  .fitco-custom-page .industries__grid .industry-card {
    min-height: 138px;
    padding: 0.82rem;
  }

  .fitco-custom-page .finder-card__kicker {
    min-height: 24px;
    padding: 0.28rem 0.45rem;
    font-size: 0.63rem;
  }

  .fitco-custom-page .finder-card__title,
  .fitco-custom-page .industry-card__title {
    margin-top: 0.55rem !important;
    font-size: 0.8rem !important;
    line-height: 1.16 !important;
  }

  .fitco-custom-page .finder-card__meta,
  .fitco-custom-page .industry-card__desc {
    margin-top: 0.45rem !important;
    max-width: none;
    display: -webkit-box;
    overflow: hidden;
    color: #5a6d80 !important;
    font-size: 0.7rem !important;
    line-height: 1.34 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .fitco-custom-page .finder-card__link {
    padding-top: 0.65rem;
    font-size: 0.72rem;
    line-height: 1.18;
  }

  .fitco-custom-page .clients-logo-grid__item {
    width: 132px;
    min-height: 76px;
    padding: 0.7rem;
  }

  .fitco-custom-page .clients-logo-grid__item img {
    max-width: 102px;
    max-height: 44px;
  }

  .fitco-custom-page .case-card--featured {
    grid-row: auto;
  }

  .fitco-custom-page .products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
    padding: 0.6rem;
  }

  .fitco-custom-page .products__grid-item {
    justify-content: center;
    min-height: 56px;
    padding: 0.55rem;
    text-align: center;
  }

  .fitco-custom-page .products__grid-name {
    font-size: 0.68rem;
  }

  .fitco-custom-page .products__specs {
    padding: 0.6rem;
  }

  .fitco-custom-page .specs-card {
    padding: 1rem;
  }

  .fitco-custom-page .specs-grid {
    gap: 0.58rem;
  }

  .fitco-custom-page .spec-item {
    min-height: 82px;
    padding: 0.72rem;
  }

  .fitco-custom-page .spec-item__value {
    font-size: 1rem;
    line-height: 1.12;
  }

  .fitco-custom-page .spec-item__label {
    font-size: 0.72rem;
  }

  .fitco-custom-page .specs-card__header {
    display: block;
  }

  .fitco-custom-page .specs-card__brand {
    margin-top: 0.75rem;
  }

  .fitco-custom-page .brand-nav {
    top: 64px;
  }

  .fitco-custom-page .action-videos__catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .fitco-custom-page .video-pill {
    min-height: 62px;
    padding: 0.62rem 0.58rem;
    border-radius: 8px;
  }

  .fitco-custom-page .video-pill__title {
    font-size: 0.78rem;
    line-height: 1.12;
  }

  .fitco-custom-page .video-pill__brand {
    font-size: 0.66rem;
    line-height: 1.1;
  }

  .fitco-custom-page .brand-nav__item {
    flex-basis: 128px;
    height: 56px;
  }

  .fitco-custom-page .brand-slide__image-wrapper {
    min-height: 240px;
  }

  .fitco-custom-page .faq-answer {
    padding-left: 1.25rem !important;
  }

  .fitco-custom-page .cta-finale__actions .btn {
    width: 100%;
  }
}
