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

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

.ales-soudage-preview-page .sidebar {
  display: none !important;
}

.ales-soudage-preview-page {
  background: #f2f4f5;
  overflow-x: clip;
}

.ales-wld {
  --ales-orange: #ef6c01;
  --ales-orange-deep: #d95e00;
  --ales-ink: #17191c;
  --ales-muted: #5f6974;
  --ales-line: #d9dee5;
  --ales-soft: #f5f7fa;
  --ales-green: #16866a;
  box-sizing: border-box;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  color: var(--ales-ink);
  background: #f2f4f5;
  font-family: Poppins, Arial, sans-serif;
  line-height: 1.45;
}

.ales-wld *,
.ales-wld *::before,
.ales-wld *::after {
  box-sizing: border-box;
}

.ales-wld a {
  color: inherit;
  text-decoration: none;
}

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

.ales-wld__hero-copy {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 30px;
  background: var(--ales-soft);
  border-left: 5px solid var(--ales-orange);
}

.ales-wld__eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0;
  padding: 4px 10px;
  color: var(--ales-orange-deep);
  background: #fff4ea;
  border: 1px solid #ffd8b8;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ales-wld h1,
.ales-wld h2,
.ales-wld p {
  margin: 0;
  letter-spacing: 0;
}

.ales-wld h1 {
  max-width: 850px;
  margin-top: 18px;
  color: var(--ales-ink);
  font-size: 46px;
  line-height: 1.05;
}

.ales-wld__lead {
  max-width: 760px;
  margin-top: 18px;
  color: var(--ales-muted);
  font-size: 17px;
}

.ales-wld__proofs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.ales-wld__proofs span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid #ffd8b8;
  border-radius: 6px;
  background: #ffffff;
  color: var(--ales-ink);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}

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

.ales-wld__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.ales-wld__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid var(--ales-line);
  border-radius: 6px;
  background: #ffffff;
  color: var(--ales-ink);
  font-size: 13px;
  font-weight: 850;
}

.ales-wld__actions a:first-child,
.ales-wld__cta .ales-wld__actions a:first-child {
  color: #ffffff;
  background: var(--ales-orange);
  border-color: var(--ales-orange);
}

.ales-wld__hero-panel {
  min-width: 0;
  display: grid;
  grid-template-rows: minmax(210px, 260px) auto;
  gap: 14px;
}

.ales-wld__slider {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: #101316;
  border-radius: 8px;
  border: 1px solid #252b31;
  box-shadow: 0 18px 45px rgba(23, 25, 28, .14);
}

.ales-wld__slides,
.ales-wld__slide {
  width: 100%;
  height: 100%;
  min-height: 260px;
}

.ales-wld__slide {
  position: relative;
  display: block;
  color: #ffffff;
}

.ales-wld__slide[hidden] {
  display: none;
}

.ales-wld__slide img {
  width: 100%;
  height: 260px;
  display: block;
  object-fit: cover;
  background: #20252a;
}

.ales-wld__slide::after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(180deg, rgba(16, 19, 22, 0), rgba(16, 19, 22, .88));
}

.ales-wld__slide span,
.ales-wld__slide strong {
  position: absolute;
  z-index: 1;
  left: 18px;
  right: 18px;
}

.ales-wld__slide span {
  bottom: 52px;
  color: #ffbe85;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.ales-wld__slide strong {
  bottom: 18px;
  font-size: 18px;
  line-height: 1.2;
}

.ales-wld__slider-controls {
  position: absolute;
  z-index: 2;
  right: 14px;
  top: 14px;
  display: flex;
  gap: 6px;
}

.ales-wld__slider-controls button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.ales-wld__slider-controls button.is-active {
  width: 22px;
  background: #ffffff;
}

.ales-wld__hero-check {
  padding: 22px;
  background: var(--ales-ink);
  color: #ffffff;
  border-radius: 8px;
}

.ales-wld__hero-check strong {
  display: block;
  font-size: 18px;
}

.ales-wld__hero-check ul {
  display: grid;
  gap: 9px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.ales-wld__hero-check li {
  position: relative;
  padding-left: 18px;
  color: #d6dde2;
  font-size: 13px;
}

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

.ales-wld__problems,
.ales-wld__families,
.ales-wld__showcase,
.ales-wld__industries,
.ales-wld__guide,
.ales-wld__cta {
  padding: 52px clamp(20px, 5vw, 82px);
}

.ales-wld__section-head {
  display: grid;
  gap: 10px;
  max-width: 860px;
  margin-bottom: 20px;
}

.ales-wld__section-head h2,
.ales-wld__guide h2,
.ales-wld__cta h2 {
  color: var(--ales-ink);
  font-size: 30px;
  line-height: 1.12;
}

.ales-wld__section-head span {
  color: var(--ales-muted);
  font-size: 15px;
}

.ales-wld__problem-grid,
.ales-wld__family-grid,
.ales-wld__industry-grid {
  display: grid;
  gap: 14px;
}

.ales-wld__problem-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ales-wld__family-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ales-wld__industry-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ales-wld__problem,
.ales-wld__family,
.ales-wld__industry,
.ales-wld__showcase-card {
  display: block;
  min-width: 0;
  height: 100%;
  background: #ffffff;
  border: 1px solid var(--ales-line);
  border-radius: 8px;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.ales-wld__problem:hover,
.ales-wld__problem:focus-visible,
.ales-wld__family:hover,
.ales-wld__family:focus-visible,
.ales-wld__industry:hover,
.ales-wld__industry:focus-visible,
.ales-wld__showcase-card:hover,
.ales-wld__showcase-card:focus-visible {
  border-color: #f0b37a;
  box-shadow: 0 16px 35px rgba(23, 25, 28, .09);
  transform: translateY(-2px);
  outline: 0;
}

.ales-wld__problem > div,
.ales-wld__family > div,
.ales-wld__industry > div {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.ales-wld__problem small,
.ales-wld__industry small {
  color: var(--ales-orange);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.ales-wld__problem strong,
.ales-wld__family strong,
.ales-wld__industry strong,
.ales-wld__showcase-card strong {
  color: var(--ales-ink);
  font-size: 16px;
  line-height: 1.2;
}

.ales-wld__problem span,
.ales-wld__family span,
.ales-wld__industry span,
.ales-wld__showcase-card span,
.ales-wld__showcase-card em {
  color: var(--ales-muted);
  font-size: 13px;
  line-height: 1.45;
}

.ales-wld__problem ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.ales-wld__problem li {
  padding: 5px 8px;
  color: #33404a;
  background: var(--ales-soft);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 800;
}

.ales-wld__showcase {
  background: #fbfcfd;
}

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

.ales-wld__showcase-card {
  display: grid;
  grid-template-rows: 160px auto auto auto;
  gap: 8px;
  padding: 12px;
}

.ales-wld__showcase-card img {
  width: 100%;
  height: 160px;
  display: block;
  object-fit: contain;
  background: var(--ales-soft);
  border-radius: 6px;
}

.ales-wld__showcase-card em {
  color: var(--ales-orange-deep);
  font-style: normal;
  font-weight: 850;
}

.ales-wld__guide {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  background: var(--ales-ink);
  color: #ffffff;
}

.ales-wld__guide h2,
.ales-wld__cta h2 {
  color: inherit;
}

.ales-wld__guide ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: guideStep;
}

.ales-wld__guide li {
  position: relative;
  min-height: 56px;
  padding: 0 0 12px 44px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  color: #d6dde2;
  counter-increment: guideStep;
}

.ales-wld__guide li::before {
  content: counter(guideStep);
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #ffffff;
  background: var(--ales-orange);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 850;
}

.ales-wld__guide strong {
  color: #ffffff;
}

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

.ales-wld__cta .ales-wld__actions {
  margin-top: 0;
  justify-content: flex-end;
}

.ales-wld__cta .ales-wld__actions a {
  border-color: rgba(255, 255, 255, .18);
}

@media (max-width: 980px) {
  .ales-wld__hero,
  .ales-wld__guide,
  .ales-wld__cta {
    grid-template-columns: 1fr;
  }

  .ales-wld__problem-grid,
  .ales-wld__industry-grid,
  .ales-wld__showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .ales-wld__cta .ales-wld__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .ales-wld__hero {
    min-height: 0;
    padding: 34px 14px 30px;
  }

  .ales-wld__hero-copy {
    min-height: 0;
    padding: 26px 18px;
  }

  .ales-wld h1 {
    font-size: 32px;
  }

  .ales-wld__lead {
    font-size: 15px;
  }

  .ales-wld__problems,
  .ales-wld__families,
  .ales-wld__showcase,
  .ales-wld__industries,
  .ales-wld__guide,
  .ales-wld__cta {
    padding: 36px 14px;
  }

  .ales-wld__problem-grid,
  .ales-wld__family-grid,
  .ales-wld__industry-grid,
  .ales-wld__showcase-grid {
    grid-template-columns: 1fr;
  }

  .ales-wld__section-head h2,
  .ales-wld__guide h2,
  .ales-wld__cta h2 {
    font-size: 25px;
  }

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

  .ales-wld__actions a {
    width: 100%;
  }
}
