/* =========================================================
   HOME — EMPRESAS QUE CONFÍAN EN AMERICAN STEAM
   ========================================================= */

.as-clients {
  width: 100%;
  padding: 120px 50px;
  background: #ffffff;
}

.as-clients__container {
  width: min(1380px, 100%);
  margin: 0 auto;
}

.as-clients__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--as-red);
  font-family: var(--as-font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.as-clients__eyebrow::before {
  content: "";
  width: 38px;
  height: 2px;
  flex: 0 0 auto;
  background: var(--as-red);
}

.as-clients h2 {
  max-width: 850px;
  margin: 0 0 24px;
  color: var(--as-navy);
  font-family: var(--as-font-heading);
  font-size: clamp(42px, 4.2vw, 58px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.as-clients > .as-clients__container > p {
  max-width: 760px;
  margin: 0 0 70px;
  color: var(--as-gray);
  font-family: var(--as-font-body);
  font-size: 18px;
  line-height: 1.8;
}

.as-clients-placeholder {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  overflow: hidden;
  background: linear-gradient(135deg, #eef1f4, #dce2e7);
  border: 1px solid #d6dce2;
}

.as-clients-placeholder::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 2px dashed #b5bec7;
  pointer-events: none;
}

.as-clients-placeholder__content {
  position: relative;
  z-index: 1;
  max-width: 620px;
  text-align: center;
}

.as-clients-placeholder span {
  display: block;
  margin-bottom: 18px;
  color: var(--as-red);
  font-family: var(--as-font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.as-clients-placeholder h3 {
  margin: 0 0 12px;
  color: var(--as-navy);
  font-family: var(--as-font-heading);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
}

.as-clients-placeholder small {
  color: #7b8793;
  font-family: var(--as-font-body);
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .as-clients {
    padding: 80px 20px;
  }

  .as-clients h2 {
    font-size: 42px;
  }

  .as-clients > .as-clients__container > p {
    margin-bottom: 45px;
    font-size: 16px;
  }

  .as-clients-placeholder {
    min-height: 360px;
    padding: 30px;
  }

  .as-clients-placeholder h3 {
    font-size: 27px;
  }
}

/* =========================================================
   HOME — CTA PRINCIPAL
   ========================================================= */

.as-main-cta {
  position: relative;
  width: 100%;
  min-height: 720px;
  padding: 120px 48px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--as-white);
  background:
    linear-gradient(
      135deg,
      rgba(200, 16, 46, 0.98),
      rgba(161, 10, 37, 0.98)
    );
}

.as-main-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 85% 20%,
      rgba(255, 255, 255, 0.12),
      transparent 34%
    );
  pointer-events: none;
}

.as-main-cta::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -170px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  pointer-events: none;
}

.as-main-cta__inner {
  position: relative;
  z-index: 2;
  width: min(1384px, 100%);
  margin: 0 auto;
}

.as-main-cta__eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--as-font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.as-main-cta__eyebrow::before {
  content: "";
  width: 36px;
  height: 2px;
  flex: 0 0 auto;
  background: var(--as-white);
}

.as-main-cta h2 {
  max-width: 980px;
  margin: 0 0 28px;
  color: var(--as-white);
  font-family: var(--as-font-heading);
  font-size: clamp(58px, 7vw, 104px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.as-main-cta p {
  max-width: 750px;
  margin: 0 0 44px;
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--as-font-body);
  font-size: 19px;
  line-height: 1.75;
}

.as-main-cta__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
}

.as-main-cta__button {
  min-height: 60px;
  padding: 0 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: var(--as-red);
  background: var(--as-white);
  border: 1px solid var(--as-white);
  text-decoration: none;
  font-family: var(--as-font-heading);
  font-size: 14px;
  font-weight: 700;
  transition:
    transform var(--as-transition),
    background-color var(--as-transition),
    color var(--as-transition);
}

.as-main-cta__button:hover,
.as-main-cta__button:focus-visible {
  color: var(--as-navy);
  background: var(--as-light);
  transform: translateY(-2px);
}

.as-main-cta__button span {
  font-size: 22px;
}

.as-main-cta__secondary {
  color: var(--as-white);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-family: var(--as-font-heading);
  font-size: 14px;
  font-weight: 700;
  transition:
    border-color var(--as-transition),
    opacity var(--as-transition);
}

.as-main-cta__secondary:hover,
.as-main-cta__secondary:focus-visible {
  color: var(--as-white);
  border-color: var(--as-white);
  opacity: 0.82;
}

.as-main-cta__resource-note {
  position: absolute;
  right: 0;
  bottom: -72px;
  max-width: 420px;
  padding: 18px 20px;
  border: 1px dashed rgba(255, 255, 255, 0.38);
  text-align: right;
}

.as-main-cta__resource-note span,
.as-main-cta__resource-note small {
  display: block;
}

.as-main-cta__resource-note span {
  margin-bottom: 6px;
  color: var(--as-white);
  font-family: var(--as-font-heading);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.as-main-cta__resource-note small {
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--as-font-body);
  font-size: 11px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .as-main-cta {
    min-height: 650px;
    padding: 100px 32px;
  }

  .as-main-cta__resource-note {
    position: static;
    max-width: 520px;
    margin-top: 58px;
    text-align: left;
  }
}

@media (max-width: 700px) {
  .as-main-cta {
    min-height: auto;
    padding: 88px 20px;
  }

  .as-main-cta__eyebrow {
    margin-bottom: 20px;
    font-size: 10px;
    letter-spacing: 0.17em;
  }

  .as-main-cta__eyebrow::before {
    width: 28px;
  }

  .as-main-cta h2 {
    font-size: clamp(52px, 15vw, 72px);
    line-height: 1;
  }

  .as-main-cta p {
    margin-bottom: 36px;
    font-size: 17px;
  }

  .as-main-cta__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 20px;
  }

  .as-main-cta__button {
    width: 100%;
  }

  .as-main-cta__secondary {
    align-self: flex-start;
  }

  .as-main-cta__resource-note {
    margin-top: 48px;
  }
}