/* Hero editoriale ispirata al riferimento fornito — contenuti invariati. */
.hero.hero-system.hero-strategy {
  width: 100% !important;
  min-height: 100svh !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 2px !important;
  color: #fff !important;
  background: #eef5ff !important;
}

.hero-strategy .hero-strategy-inner {
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  height: 100svh !important;
  margin: 0 !important;
  display: block !important;
  overflow: hidden !important;
}

.hero-strategy .hero-strategy-inner::before {
  content: "business first";
  position: absolute;
  z-index: 0;
  top: clamp(104px, 12vh, 132px);
  left: 18px;
  right: 18px;
  overflow: hidden;
  color: #c7dcf7;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(7rem, 15.5vw, 13rem);
  font-weight: 500;
  line-height: .84;
  letter-spacing: -.09em;
  text-align: center;
  white-space: nowrap;
}

.hero-strategy .hero-principle.hero-image-visual {
  position: absolute !important;
  z-index: 1 !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100svh !important;
  aspect-ratio: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.hero-strategy .hero-principle::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 44%, rgba(6, 27, 52, .08) 66%, rgba(6, 27, 52, .88) 100%),
    linear-gradient(90deg, rgba(6, 27, 52, .2), transparent 38%, transparent 70%, rgba(6, 27, 52, .06));
}
.hero-strategy .hero-principle::before { display: none !important; }

.hero-strategy .hero-principle img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center top !important;
  transform: translateY(34px);
  filter: saturate(.9) contrast(.98) !important;
}

.hero-strategy .hero-principle figcaption {
  position: absolute !important;
  z-index: 3 !important;
  top: 26px !important;
  right: 28px !important;
  bottom: auto !important;
  left: auto !important;
  width: auto !important;
  max-width: 390px !important;
  padding: 10px 14px !important;
  border: 0 !important;
  color: rgba(255,255,255,.92) !important;
  background: rgba(10, 48, 88, .78) !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: none !important;
  font-size: .7rem !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
}

.floating-contact-cta.hero-is-visible {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(12px) !important;
}

.hero-strategy .hero-strategy-main {
  position: absolute !important;
  z-index: 4 !important;
  right: clamp(28px, 4vw, 64px) !important;
  bottom: 30px !important;
  left: clamp(28px, 4vw, 64px) !important;
  width: auto !important;
  max-width: none !important;
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
}

.hero-strategy .hero-strategy-main::before {
  display: none !important;
}

.hero-strategy .hero-system-title {
  grid-column: 1 !important;
  grid-row: 1 / 3 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(2.5rem, 4vw, 4rem) !important;
  font-weight: 500 !important;
  line-height: .96 !important;
  letter-spacing: -.065em !important;
  text-align: left !important;
  text-wrap: balance !important;
  text-shadow: 0 3px 22px rgba(4,24,47,.45) !important;
}

.hero-strategy .hero-system-title span {
  display: inline !important;
  color: #fff !important;
}

.hero-strategy .hero-icp-subtitle {
  grid-column: 2 !important;
  grid-row: 1 !important;
  max-width: none !important;
  margin: 0 !important;
  color: rgba(255,255,255,.9) !important;
  font-size: clamp(.8rem, .95vw, .94rem) !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}

.hero-strategy .hero-icp-subtitle strong {
  color: #fff !important;
  font-weight: 700 !important;
}

.hero-strategy .hero-actions-main {
  grid-column: 2 !important;
  grid-row: 2 !important;
  margin: 0 !important;
}

.hero-strategy .hero-checkup-primary {
  min-height: 46px !important;
  padding: 12px 22px !important;
  border: 1px solid rgba(255,255,255,.24) !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: #2f6fee !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.18) !important;
  font-size: .82rem !important;
  font-weight: 700 !important;
}

.hero-strategy .hero-checkup-primary:hover {
  color: #fff !important;
  background: #205bd1 !important;
  transform: translateY(-2px) !important;
}

@media (max-width: 900px) {
  .hero.hero-system.hero-strategy { margin: 0 !important; }
  .hero-strategy .hero-strategy-inner { height: 100svh !important; min-height: 760px !important; }
  .hero-strategy .hero-strategy-inner::before { top: 112px; font-size: clamp(5rem, 16vw, 8rem); }
  .hero-strategy .hero-principle.hero-image-visual { inset: 0 !important; }
  .hero-strategy .hero-principle.hero-image-visual { height: 100svh !important; }
  .hero-strategy .hero-strategy-main {
    right: 24px !important;
    bottom: 24px !important;
    left: 24px !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto !important;
    gap: 18px !important;
  }
  .hero-strategy .hero-system-title,
  .hero-strategy .hero-icp-subtitle,
  .hero-strategy .hero-actions-main { grid-column: 1 !important; grid-row: auto !important; }
  .hero-strategy .hero-system-title { max-width: 650px !important; }
  .hero-strategy .hero-icp-subtitle { max-width: 620px !important; }
  .hero-strategy .hero-principle figcaption { display: none !important; }
}

@media (max-width: 600px) {
  .hero.hero-system.hero-strategy {
    width: 100% !important;
    margin: 0 !important;
  }
  .hero-strategy .hero-strategy-inner { height: 100svh !important; min-height: 760px !important; }
  .hero-strategy .hero-strategy-inner::before {
    top: 104px;
    left: 8px;
    right: 8px;
    font-size: 4.1rem;
  }
  .hero-strategy .hero-principle.hero-image-visual { inset: 0 !important; }
  .hero-strategy .hero-principle.hero-image-visual { height: 100svh !important; }
  .hero-strategy .hero-principle img {
    object-fit: contain !important;
    object-position: center bottom !important;
    transform: scale(1.72);
    transform-origin: center bottom;
  }
  .hero-strategy .hero-principle::after {
    background: linear-gradient(180deg, rgba(6,27,52,.02) 18%, rgba(6,27,52,.24) 45%, rgba(6,27,52,.94) 100%) !important;
  }
  .hero-strategy .hero-strategy-main {
    right: 18px !important;
    bottom: calc(64px + env(safe-area-inset-bottom, 0px)) !important;
    left: 18px !important;
    gap: 15px !important;
  }
  .hero-strategy .hero-system-title { font-size: clamp(2.35rem, 11vw, 3.2rem) !important; line-height: .95 !important; }
  .hero-strategy .hero-icp-subtitle { font-size: .78rem !important; line-height: 1.42 !important; }
  .hero-strategy .hero-checkup-primary { width: auto !important; min-height: 44px !important; }
}
