/*
 * ATLANTIC IMAGE DEFENSE — v1.15.4.19.35.451.34
 * Homepage hero multilingual text-flow refinement.
 * Scope: hero only. No functional behavior changed.
 */

.aid-home-page .aid-home-hero-v45134 .aid-home-hero-column-v45134 {
  min-width: 0;
}

.aid-home-page .aid-home-hero-v45134 .aid-home-hero-title-v45134 {
  max-width: 1120px;
  margin-bottom: 20px;
  letter-spacing: -0.025em;
  text-wrap: initial;
}

.aid-home-page .aid-home-hero-v45134 .aid-home-hero-title-v45134 > span {
  display: block;
}

.aid-home-page .aid-home-hero-v45134 .aid-home-hero-subtitle-v45134 {
  width: auto;
  max-width: 1110px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.55;
}

.aid-home-page .aid-home-hero-v45134 .aid-home-hero-subtitle-v45134 strong {
  font-weight: 850;
  letter-spacing: .01em;
}

.aid-home-page .aid-home-hero-v45134 .aid-home-hero-subline-v45134 {
  display: block;
}

/* Desktop / large laptop: exactly two title rows and at most three subtitle rows. */
@media (min-width: 1200px) {
  .aid-home-page .aid-home-hero-v45134 .aid-home-hero-column-v45134 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .aid-home-page .aid-home-hero-v45134 .aid-home-hero-title-v45134 {
    width: min(100%, 1120px);
    font-size: clamp(48px, 3vw, 58px);
    line-height: 1.08;
  }

  .aid-home-page .aid-home-hero-v45134 .aid-home-hero-title-v45134 > span,
  .aid-home-page .aid-home-hero-v45134 .aid-home-hero-subline-v45134 {
    white-space: nowrap;
  }

  html[lang^="de"] .aid-home-page .aid-home-hero-v45134 .aid-home-hero-title-v45134,
  html[lang^="fr"] .aid-home-page .aid-home-hero-v45134 .aid-home-hero-title-v45134,
  html[lang^="es"] .aid-home-page .aid-home-hero-v45134 .aid-home-hero-title-v45134,
  html[lang^="it"] .aid-home-page .aid-home-hero-v45134 .aid-home-hero-title-v45134 {
    font-size: clamp(40px, 2.35vw, 44px);
  }

  html[lang^="de"] .aid-home-page .aid-home-hero-v45134 .aid-home-hero-subtitle-v45134,
  html[lang^="fr"] .aid-home-page .aid-home-hero-v45134 .aid-home-hero-subtitle-v45134,
  html[lang^="es"] .aid-home-page .aid-home-hero-v45134 .aid-home-hero-subtitle-v45134,
  html[lang^="it"] .aid-home-page .aid-home-hero-v45134 .aid-home-hero-subtitle-v45134 {
    font-size: 15px;
  }
}

/* Medium laptops / landscape tablets: keep the controlled editorial breaks but allow a safe wrap if needed. */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .aid-home-page .aid-home-hero-v45134 .aid-home-hero-column-v45134 {
    flex: 0 0 92%;
    width: 92%;
    max-width: 92%;
  }

  .aid-home-page .aid-home-hero-v45134 .aid-home-hero-title-v45134 {
    font-size: 40px;
    line-height: 1.1;
  }

  html[lang^="de"] .aid-home-page .aid-home-hero-v45134 .aid-home-hero-title-v45134,
  html[lang^="fr"] .aid-home-page .aid-home-hero-v45134 .aid-home-hero-title-v45134,
  html[lang^="es"] .aid-home-page .aid-home-hero-v45134 .aid-home-hero-title-v45134,
  html[lang^="it"] .aid-home-page .aid-home-hero-v45134 .aid-home-hero-title-v45134 {
    font-size: 35px;
  }

  .aid-home-page .aid-home-hero-v45134 .aid-home-hero-subtitle-v45134 {
    max-width: 920px;
    font-size: 14.5px;
  }
}

/* Tablet and mobile: readability wins over forced line counts. */
@media (max-width: 991.98px) {
  .aid-home-page .aid-home-hero-v45134 .aid-home-hero-column-v45134 {
    width: 100%;
    max-width: 100%;
  }

  .aid-home-page .aid-home-hero-v45134 .aid-home-hero-title-v45134 {
    max-width: 820px;
    font-size: clamp(34px, 6.1vw, 46px);
    line-height: 1.1;
  }

  .aid-home-page .aid-home-hero-v45134 .aid-home-hero-subtitle-v45134 {
    max-width: 760px;
    font-size: 15px;
    line-height: 1.55;
  }

  .aid-home-page .aid-home-hero-v45134 .aid-home-hero-subline-v45134 {
    display: inline;
  }

  .aid-home-page .aid-home-hero-v45134 .aid-home-hero-subline-v45134:not(:last-child)::after {
    content: " ";
  }
}

@media (max-width: 575.98px) {
  .aid-home-page .aid-home-hero-v45134 .aid-home-hero-title-v45134 {
    font-size: clamp(30px, 9.4vw, 38px);
    line-height: 1.08;
    letter-spacing: -0.02em;
  }

  .aid-home-page .aid-home-hero-v45134 .aid-home-hero-subtitle-v45134 {
    font-size: 14px;
    line-height: 1.5;
  }
}
