.elementor-88 .elementor-element.elementor-element-a343956{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-53817d1 *//* =========================
   RESET
========================= */
.as-home * {
  box-sizing: border-box;
}

.as-home {
  font-family: "Poppins", Arial, sans-serif;
  background: #f4f8f5;
  color: #102347;
  overflow-x: hidden;
}

.as-wrap {
  width: min(1500px, 92%);
  margin: 0 auto;
}

/* =========================
   TOP BAR
========================= */
.as-topbar {
  background: linear-gradient(90deg, #004a29, #00743f);
  color: #fff;
  font-size: 14px;
}

.as-topbar-inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* =========================
   HEADER
========================= */
.as-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 25px rgba(0,0,0,.05);
}

.as-header-inner {
  min-height: 90px;
  display: flex;
  align-items: center;
  gap: 30px;
}

/* LOGO */
.as-logo img {
  height: 42px;
  width: auto;
}

/* NAV */
.as-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 32px;
}

.as-nav a {
  text-decoration: none;
  color: #073c73;
  font-weight: 700;
  font-size: 14px;
  position: relative;
}

.as-nav a::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 0;
  height: 2px;
  background: #76b943;
  transition: 0.3s;
}

.as-nav a:hover::after,
.as-nav a.active::after {
  width: 100%;
}

/* CTA */
.as-preventivo {
  background: linear-gradient(135deg, #2f9b61, #076a3a);
  color: #fff;
  padding: 12px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
}

/* =========================
   HERO
========================= */
.as-hero {
  display: grid;
  grid-template-columns: 45% 55%;
  background: #f4f8f5;
  overflow: hidden;
}

.as-hero-left {
  padding: 70px 40px 90px 60px;
  background: #f4f8f5;
  z-index: 2;
}

.as-kicker {
  color: #075d32;
  font-size: 12px;
  letter-spacing: .2em;
  margin-bottom: 15px;
}

.as-hero h1 {
  font-size: clamp(34px, 3.5vw, 52px);
  margin-bottom: 20px;
}

.as-hero h1 span {
  color: #4d8f35;
}

.as-text {
  font-size: 16px;
  margin-bottom: 30px;
}

/* BENEFITS */
.as-benefits {
  display: flex;
  gap: 20px;
}

.as-benefit {
  display: flex;
  gap: 10px;
  padding: 12px;
  background: #fff;
  border-radius: 14px;
}

.as-benefit-icon {
  width: 40px;
  height: 40px;
  background: #e3f0e5;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

/* IMMAGINE HERO */
.as-hero-right {
  position: relative;
  background: #f4f8f5;
}

.as-hero-right::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #f4f8f5 0%,
    rgba(244,248,245,0.9) 10%,
    rgba(244,248,245,0.3) 25%,
    transparent 50%
  );
  z-index: 2;
}

.as-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  display: block;
}

/* =========================
   SERVICE BAR (FIX)
========================= */
.as-servicebar {
  width: min(1500px, 92%);
  margin: 30px auto 0; /* FIX PRINCIPALE */
  background: linear-gradient(135deg, #052f57, #0d5d8e);
  color: #fff;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 200px repeat(5, 1fr);
  box-shadow: 0 18px 40px rgba(0,40,80,.25);
}

.as-service-title {
  color: #a9e14d;
  font-weight: 800;
  padding-left: 25px;
}

.as-service-item {
  display: flex;
  gap: 10px;
  padding: 18px;
  border-left: 1px solid rgba(255,255,255,.2);
}

.as-service-item span {
  font-size: 22px;
}

/* =========================
   FOOTER
========================= */
.as-footer {
  margin-top: 80px;
  background: linear-gradient(135deg, #052f57, #0d5d8e);
  color: #fff;
}

.as-footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 40px;
  padding: 60px 0;
}

.as-footer-col h3 {
  margin-bottom: 10px;
}

.as-footer-col h4 {
  color: #a9e14d;
  margin-bottom: 15px;
}

.as-footer-col a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 5px 0;
}

.as-footer-col a:hover {
  color: #a9e14d;
}

.as-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.2);
  text-align: center;
  padding: 15px 0;
  font-size: 13px;
}

/* =========================
/* =========================
   RESPONSIVE MOBILE FIX
========================= */
@media (max-width: 768px) {

  .as-wrap {
    width: 90%;
  }

  .as-topbar {
    font-size: 12px;
  }

  .as-topbar-inner {
    min-height: auto;
    padding: 10px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 10px;
    text-align: left;
  }

  .as-header {
    position: relative;
  }

  .as-header-inner {
    min-height: auto;
    padding: 18px 0 22px;
    flex-direction: column;
    gap: 18px;
  }

  .as-logo img {
    height: 48px;
  }

  .as-nav {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .as-nav a {
    background: #f4f8f5;
    border: 1px solid rgba(7, 60, 115, .12);
    border-radius: 999px;
    padding: 10px 12px;
    text-align: center;
    font-size: 12px;
  }

  .as-nav a::after {
    display: none;
  }

  .as-preventivo {
    width: 100%;
    text-align: center;
    padding: 15px 20px;
    font-size: 13px;
  }

  .as-hero {
    display: flex;
    flex-direction: column;
  }

  .as-hero-left {
    order: 1;
    padding: 46px 26px 34px;
    text-align: center;
  }

  .as-kicker {
    font-size: 11px;
    letter-spacing: .22em;
    line-height: 1.7;
  }

  .as-hero h1 {
    font-size: 38px;
    line-height: 1.18;
    margin: 18px 0;
  }

  .as-text {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 26px;
  }

  .as-benefits {
    flex-direction: column;
    gap: 12px;
  }

  .as-benefit {
    text-align: left;
    align-items: center;
    border-radius: 18px;
    padding: 14px;
  }

  .as-hero-right {
    order: 2;
    min-height: 260px;
  }

  .as-hero-right::before {
    background: linear-gradient(
      180deg,
      #f4f8f5 0%,
      rgba(244,248,245,.65) 18%,
      rgba(244,248,245,0) 45%
    );
  }

  .as-hero-img {
    height: 260px;
    object-fit: cover;
    object-position: 70% center;
  }

  .as-servicebar {
    width: 90%;
    margin: 22px auto 0;
    grid-template-columns: 1fr;
    border-radius: 22px;
    overflow: hidden;
  }

  .as-service-title {
    padding: 20px;
    text-align: center;
    justify-content: center;
  }

  .as-service-item {
    border-left: none;
    border-top: 1px solid rgba(255,255,255,.18);
    justify-content: flex-start;
    padding: 16px 20px;
  }

  .as-footer-inner {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 42px 0;
  }
}}

h1 {
  display: none;
}/* NASCONDE LOGO WORDPRESS / ROCKET SU MOBILE */
@media (max-width: 768px){
  .custom-logo,
  .site-logo,
  .wp-block-site-logo,
  img[src*="wordpress"],
  img[alt*="WordPress"]{
    display:none !important;
  }
}/* End custom CSS */