.ales-machines-solution-page .title_single_area,
.ales-machines-solution-page .post-title,
.ales-machines-solution-page .entry-title,
.ales-machines-solution-page h1.entry-title,
.ales-machines-solution-page .rh-post-wrapper > h1 {
  display: none !important;
}

.ales-machines-solution-page .rh-post-wrapper,
.ales-machines-solution-page .main-side,
.ales-machines-solution-page .content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ales-machines-solution-page .sidebar {
  display: none !important;
}

.ales-machines-solution-page {
  background: #f2f4f5;
  overflow-x: clip;
}

.ales-mach {
  --ales-orange: #ef6c01;
  --ales-orange-deep: #c65300;
  --ales-ink: #17191c;
  --ales-muted: #5f6870;
  --ales-line: #d9dee2;
  --ales-soft: #f4f6f7;
  --ales-dark: #111417;
  box-sizing: border-box;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: #f2f4f5;
  color: var(--ales-ink);
  font-family: inherit;
}

.ales-mach *,
.ales-mach *::before,
.ales-mach *::after {
  box-sizing: border-box;
  min-width: 0;
}

.ales-mach a {
  color: inherit;
  text-decoration: none !important;
}

.ales-mach h1,
.ales-mach h2,
.ales-mach h3,
.ales-mach p {
  margin: 0;
  color: inherit;
  letter-spacing: 0;
}

.ales-mach h1 {
  max-width: 980px;
  font-size: 64px;
  font-weight: 900;
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.ales-mach h2 {
  font-size: 38px;
  font-weight: 900;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.ales-mach__eyebrow {
  width: fit-content;
  min-height: 28px;
  padding: 4px 10px;
  border: 1px solid #ffd4ad;
  border-radius: 4px;
  background: #fff7ef;
  color: var(--ales-orange-deep);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.ales-mach__lead {
  max-width: 800px;
  color: #343b42;
  font-size: 19px;
  line-height: 1.6;
}

.ales-mach__proofs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 890px;
}

.ales-mach__proofs span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid #ffd4ad;
  border-radius: 6px;
  background: #fff7ef;
  color: #333b42;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}

.ales-mach__proofs b {
  color: var(--ales-orange-deep);
  font-weight: 950;
}

.ales-mach__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
  gap: 28px;
  align-items: center;
  min-height: 520px;
  padding: 62px clamp(20px, 5vw, 82px) 52px;
  background: #ffffff;
  border-bottom: 1px solid var(--ales-line);
}

.ales-mach__hero-copy {
  display: grid;
  gap: 20px;
}

.ales-mach__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ales-mach__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--ales-ink);
  border-radius: 6px;
  background: var(--ales-ink);
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
  transition: background .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

.ales-mach__actions a:first-child,
.ales-mach__cta .ales-mach__actions a:first-child {
  border-color: var(--ales-orange);
  background: var(--ales-orange);
}

.ales-mach__actions a:nth-child(2) {
  background: #ffffff;
  color: var(--ales-ink) !important;
}

.ales-mach__actions a:hover,
.ales-mach__actions a:focus-visible {
  border-color: var(--ales-orange-deep);
  background: var(--ales-orange-deep);
  color: #ffffff !important;
  transform: translateY(-1px);
  outline: 0;
}

.ales-mach__hero-panel {
  display: grid;
  align-self: start;
  align-content: start;
  gap: 14px;
  min-height: 0;
  padding: 24px;
  border-radius: 8px;
  background: var(--ales-dark);
  color: #ffffff;
  box-shadow: 0 24px 60px rgba(17, 20, 23, .16);
}

.ales-mach__hero-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ales-mach__hero-media a {
  display: grid;
  grid-template-rows: 104px auto;
  gap: 7px;
  min-height: 148px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 7px;
  background: #ffffff;
  color: var(--ales-ink) !important;
  overflow: hidden;
}

.ales-mach__hero-media img {
  display: block;
  width: 100% !important;
  height: 104px !important;
  object-fit: contain !important;
  background: #ffffff;
}

.ales-mach__hero-media span {
  align-self: end;
  color: var(--ales-orange-deep);
  font-size: 10px;
  font-weight: 950;
  line-height: 1.15;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.ales-mach__hero-check {
  display: grid;
  gap: 10px;
}

.ales-mach__hero-panel strong {
  font-size: 22px;
  line-height: 1.15;
}

.ales-mach__hero-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ales-mach__hero-panel li {
  position: relative;
  padding-left: 22px;
  color: #e5e9ec;
  font-size: 15px;
  line-height: 1.45;
}

.ales-mach__hero-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--ales-orange);
}

.ales-mach__needs,
.ales-mach__families,
.ales-mach__showcase,
.ales-mach__guide,
.ales-mach__applications,
.ales-mach__cta {
  padding: 52px clamp(20px, 5vw, 82px);
}

.ales-mach__section-head {
  display: grid;
  gap: 9px;
  max-width: 920px;
  margin-bottom: 24px;
}

.ales-mach__section-head span {
  display: block;
  max-width: 790px;
  color: var(--ales-muted);
  font-size: 16px;
  line-height: 1.55;
}

.ales-mach__need-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ales-mach__need {
  display: grid;
  min-height: 250px;
  padding: 20px;
  border: 1px solid var(--ales-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ales-ink) !important;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.ales-mach__need > div {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  gap: 10px;
}

.ales-mach__need small,
.ales-mach__family small {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  padding: 6px 9px;
  border-radius: 999px;
  background: #fff3e8;
  color: var(--ales-orange-deep);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.ales-mach__need strong {
  font-size: 23px;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.ales-mach__need span,
.ales-mach__family span {
  color: var(--ales-muted);
  font-size: 15px;
  line-height: 1.5;
}

.ales-mach__need ul {
  display: grid;
  gap: 6px;
  align-self: end;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ales-mach__need li {
  position: relative;
  padding-left: 16px;
  color: #39424a;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.28;
}

.ales-mach__need li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .5em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--ales-orange);
}

.ales-mach__need:hover,
.ales-mach__need:focus-visible,
.ales-mach__showcase-card:hover,
.ales-mach__showcase-card:focus-visible {
  border-color: var(--ales-orange);
  box-shadow: 0 14px 34px rgba(24, 29, 33, .1);
  transform: translateY(-2px);
  outline: 0;
}

.ales-mach__families,
.ales-mach__showcase,
.ales-mach__guide {
  background: #ffffff;
}

.ales-mach__family-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ales-mach__family {
  display: grid;
  min-height: 188px;
  padding: 22px;
  border: 1px solid var(--ales-line);
  border-radius: 8px;
  background: #fbfcfd;
  color: var(--ales-ink) !important;
}

.ales-mach__family::before {
  content: "";
  display: block;
  width: 44px;
  height: 4px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--ales-orange);
}

.ales-mach__family > div {
  display: grid;
  gap: 10px;
}

.ales-mach__family strong {
  font-size: 20px;
  line-height: 1.15;
}

.ales-mach__family:hover,
.ales-mach__family:focus-visible {
  border-color: var(--ales-orange);
  outline: 0;
}

.ales-mach__showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 24px;
}

.ales-mach__showcase-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: start;
  min-height: 250px;
  padding: 12px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  color: var(--ales-ink) !important;
  text-align: center;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.ales-mach__showcase-card strong {
  min-height: 42px;
  color: #111111;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.ales-mach__showcase-card figure {
  display: grid;
  place-items: center;
  width: 100%;
  height: 170px;
  margin: 8px 0 10px;
  background: #ffffff;
  overflow: hidden;
}

.ales-mach .ales-mach__showcase-card img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 170px !important;
  object-fit: contain !important;
}

.ales-mach__showcase-card span {
  align-self: end;
  color: var(--ales-orange-deep);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.ales-mach__guide {
  display: grid;
  grid-template-columns: minmax(260px, .55fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.ales-mach__guide ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: guide;
}

.ales-mach__guide li {
  position: relative;
  min-height: 150px;
  padding: 48px 18px 18px;
  border: 1px solid var(--ales-line);
  border-radius: 8px;
  background: #fbfcfd;
  color: var(--ales-muted);
  font-size: 15px;
  line-height: 1.5;
}

.ales-mach__guide li::before {
  counter-increment: guide;
  content: counter(guide);
  position: absolute;
  left: 18px;
  top: 16px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--ales-ink);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.ales-mach__guide strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ales-ink);
  font-size: 17px;
  line-height: 1.2;
}

.ales-mach__applications {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: center;
  background: var(--ales-dark);
  color: #ffffff;
}

.ales-mach__applications h2,
.ales-mach__cta h2 {
  color: #ffffff;
}

.ales-mach__applications .ales-mach__eyebrow,
.ales-mach__cta .ales-mach__eyebrow {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .08);
  color: #ff8a22;
}

.ales-mach__applications ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ales-mach__applications li {
  min-height: 64px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
  color: #f2f4f5;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.ales-mach__cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  background: #17191c;
  color: #ffffff;
}

.ales-mach__cta h2 {
  max-width: 820px;
}

.ales-mach__cta .ales-mach__actions {
  justify-content: flex-end;
}

@media (max-width: 1100px) {
  .ales-mach h1 {
    font-size: 52px;
  }

  .ales-mach h2 {
    font-size: 33px;
  }

  .ales-mach__hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .ales-mach__hero-panel {
    align-self: auto;
  }

  .ales-mach__need-grid,
  .ales-mach__family-grid,
  .ales-mach__showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .ales-mach h1 {
    font-size: 36px;
    line-height: 1.08;
  }

  .ales-mach h2 {
    font-size: 27px;
    line-height: 1.12;
  }

  .ales-mach__lead {
    font-size: 16px;
  }

  .ales-mach__hero {
    padding: 34px 14px 30px;
  }

  .ales-mach__hero-panel {
    padding: 22px;
  }

  .ales-mach__hero-media a {
    grid-template-rows: 88px auto;
    min-height: 130px;
  }

  .ales-mach__hero-media img {
    height: 88px !important;
  }

  .ales-mach__proofs {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ales-mach__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .ales-mach__actions a {
    width: 100%;
    min-height: 46px;
    padding: 0 14px;
  }

  .ales-mach__needs,
  .ales-mach__families,
  .ales-mach__showcase,
  .ales-mach__guide,
  .ales-mach__applications,
  .ales-mach__cta {
    padding: 36px 14px;
  }

  .ales-mach__need-grid,
  .ales-mach__family-grid,
  .ales-mach__showcase-grid {
    grid-template-columns: 1fr;
  }

  .ales-mach__need,
  .ales-mach__family {
    min-height: 0;
  }

  .ales-mach__showcase-card {
    min-height: 230px;
  }

  .ales-mach__showcase-card figure {
    height: 150px;
  }

  .ales-mach .ales-mach__showcase-card img {
    max-height: 150px !important;
  }

  .ales-mach__guide,
  .ales-mach__applications,
  .ales-mach__cta {
    grid-template-columns: 1fr;
  }

  .ales-mach__guide ol,
  .ales-mach__applications ul {
    grid-template-columns: 1fr;
  }

  .ales-mach__guide li {
    min-height: 0;
  }

  .ales-mach__cta .ales-mach__actions {
    justify-content: stretch;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ales-mach__actions a,
  .ales-mach__need,
  .ales-mach__showcase-card {
    transition: none !important;
  }
}
