#settori {
  display: none;
}

.brand-title {
  font-size: clamp(0.98rem, 3.8vw, 1.15rem);
}

.brand-tagline {
  font-size: clamp(0.78rem, 2.6vw, 0.9rem);
}

.home-fold {
  min-height: calc(100svh - var(--header-h));
}

.home-fold .stats-strip--numbers {
  margin-top: 0;
  width: calc(100% + 2 * var(--main-pad-x));
  margin-left: calc(-1 * var(--main-pad-x));
  margin-right: calc(-1 * var(--main-pad-x));
}

.hero#home {
  width: calc(100% + 2 * var(--main-pad-x));
  max-width: none;
  margin-left: calc(-1 * var(--main-pad-x));
  margin-right: calc(-1 * var(--main-pad-x));
  margin-top: 0;
  border-radius: 0;
  background: #fff;
  min-height: 0;
  flex: 1 1 auto;
  align-items: stretch;
  padding: 1.15rem var(--main-pad-x) 1rem;
  box-shadow: none;
  border: 0;
  border-bottom: 0;
}

.stats-strip.stats-strip--brands {
  display: none !important;
}

.mobile-menu nav a[href="#settori"] {
  display: none;
}

.mobile-menu nav a[href="#assistenza"] {
  display: none !important;
}

#assistenza {
  display: none !important;
}

.assistance-section {
  display: none !important;
}

#assistenza .assistance-card {
  display: none !important;
}

#home .hero-inner {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.85rem !important;
}

#home .hero-logo {
  order: 1;
  margin: 0;
}

#home .hero-logo img {
  max-width: 100%;
  width: 100%;
  max-height: min(38vh, 260px);
  object-fit: contain;
  object-position: center top;
}

#home .hero-copy {
  order: 2;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.65rem !important;
}

#home .hero-copy h1 {
  font-size: clamp(1.4rem, 5.8vw, 1.75rem);
  margin: 0;
  line-height: 1.15;
}

#home .hero-copy > * {
  max-height: none !important;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
}

#home .hero-copy > p.hero-subtitle,
#home .hero-copy > p.hero-lead {
  display: block !important;
}

#home .hero-services {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 0.4rem !important;
  margin: 0 !important;
}

#home .hero-services li {
  font-size: 0.82rem !important;
  padding: 0.32rem 0.65rem !important;
  color: #ff6501 !important;
  background: rgba(255, 101, 1, 0.12) !important;
  border-color: #ff6501 !important;
}

#home .hero-contact {
  display: inline-flex !important;
  margin: 0 !important;
}

#home .hero-subtitle {
  display: block !important;
  margin: 0 !important;
  font-size: 0.94rem;
  line-height: 1.45;
  color: var(--text-secondary) !important;
  font-weight: 600;
}

#home .hero-lead {
  display: block !important;
  margin: 0 !important;
  font-size: 0.9rem;
  line-height: 1.55;
}

#home .hero-bullets {
  display: block !important;
  margin: 0 !important;
  padding-left: 1.05rem;
  font-size: 0.86rem;
  line-height: 1.5;
}

#home .hero-bullets li + li {
  margin-top: 0.25rem;
}

.card-text-collapsible {
  overflow: visible;
}

.card-see-more-link {
  color: var(--primary-hover);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#chi-siamo .section-intro--always-visible {
  display: block !important;
  max-height: none !important;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.company-contacts-title {
  display: block;
  margin: 1.35rem 0 0.45rem;
}

.stats-strip-brand-cloud .brand-cloud {
  justify-content: flex-start;
  gap: 0.45rem;
}

.stats-strip--brands .brand-logo-chip {
  width: 68px;
  height: 24px;
  padding: 0;
}

.process-steps {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: 0.5rem;
  padding-left: 0;
}

.section-process .section-intro {
  display: none;
}

.process-steps li {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  padding: 0.15rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.process-step-num {
  display: none;
}

.process-steps li::before {
  content: "✓";
  color: var(--primary-hover);
  font-weight: 800;
  font-size: 0.9rem;
  line-height: 1.35;
  margin-top: 0;
  flex-shrink: 0;
}

.process-steps li > div {
  min-width: 0;
}

.process-steps p {
  display: none;
}

.portfolio-grid {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: 0.5rem;
  padding-left: 0;
}

.portfolio-section .section-intro {
  display: none;
}

.portfolio-card {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  margin: 0;
  padding: 0.15rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.portfolio-card::before {
  content: "✓";
  color: var(--primary-hover);
  font-weight: 800;
  font-size: 0.9rem;
  line-height: 1.35;
  margin-top: 0;
  flex-shrink: 0;
}

.portfolio-card h3 {
  margin: 0;
}

.portfolio-card p {
  display: none;
}

.why-grid {
  gap: 0.7rem;
}

.why-card {
  padding: 0.35rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
