.elementor-2496 .elementor-element.elementor-element-501efa5{--display:flex;--min-height:1035px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2496 .elementor-element.elementor-element-1a51d1d{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:wght@400;500;600;700;800&display=swap');

/* =========================================================
   CONTINUUM SAFETY
   Stile coerente con Continuum Care - Inew.cloud
   Solo contenuto centrale, header e footer esclusi
   ========================================================= */

/* RESET LOCALE */
.cs-landing,
.cs-landing * {
  box-sizing: border-box;
  font-family: 'Advent Pro', Arial, sans-serif !important;
}

.cs-landing {
  width: 100%;
  overflow-x: hidden;
  background: #ffffff;
  color: #253149;
}

.cs-landing img {
  max-width: 100%;
  height: auto;
  display: block;
}

.cs-landing a {
  text-decoration: none;
}

/* CONTENITORI */
.cs-container,
.cs-wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

/* =========================================================
   TIPOGRAFIA
   ========================================================= */

.cs-landing h1,
.cs-landing h2,
.cs-landing h3,
.cs-landing h4,
.cs-landing p {
  margin-top: 0;
}

.cs-landing h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  color: #253149;
  letter-spacing: 0;
}

.cs-landing h2,
.cs-section-title {
  font-size: 46px;
  line-height: 50px;
  font-weight: 700;
  color: #253149;
  letter-spacing: 0;
  margin-bottom: 22px;
}

.cs-landing h3 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  color: #253149;
}

.cs-landing p,
.cs-landing li {
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
  color: #647085;
}

.cs-blue,
.cs-landing h1 span,
.cs-landing h2 span {
  color: #1267ff;
}

.cs-eyebrow {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #1267ff;
  margin-bottom: 18px;
}

.cs-lead {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 1.5;
  color: #7a8496;
}

/* =========================================================
   SEZIONI
   ========================================================= */

.cs-section {
  padding-top: 95px;
  padding-bottom: 95px;
}

.cs-section-light {
  background: #eef7ff;
}

.cs-section-center {
  text-align: center;
}

.cs-divider {
  width: 110px;
  height: 2px;
  background: #1267ff;
  margin: 28px auto 38px auto;
}

/* =========================================================
   HERO
   ========================================================= */

.cs-hero {
  padding-top: 85px;
  padding-bottom: 85px;
  background:
    radial-gradient(circle at 88% 18%, rgba(18, 103, 255, 0.20), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #eef8ff 100%);
}

.cs-hero-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 70px;
  align-items: center;
}

.cs-product-logo {
  max-width: 260px;
  margin-bottom: 28px;
}

.cs-hero h1 {
  max-width: 620px;
  margin-bottom: 24px;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
}

.cs-hero p {
  max-width: 590px;
  margin-bottom: 30px;
  font-size: 19px;
  line-height: 1.5;
  color: #5d687a;
}

.cs-hero-visual {
  position: relative;
}

.cs-hero-visual img {
  border-radius: 24px;
  box-shadow: 0 28px 58px rgba(17, 46, 92, 0.17);
}

.cs-floating-label {
  position: absolute;
  left: 34px;
  bottom: 26px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 24px;
  box-shadow: 0 18px 38px rgba(17, 46, 92, 0.16);
}

.cs-floating-label strong {
  display: block;
  font-size: 18px;
  line-height: 1.1;
  color: #253149;
  font-weight: 600;
}

.cs-floating-label span {
  display: block;
  margin-top: 5px;
  font-size: 15px;
  color: #647085;
}

/* =========================================================
   BOTTONI COME CONTINUUM CARE
   ========================================================= */

.cs-actions,
.cs-hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.cs-btn,
.cs-landing a.cs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 13px 28px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  transition: all 0.22s ease;
}

.cs-btn-primary {
  background: #1267ff;
  color: #ffffff !important;
  box-shadow: 0 12px 24px rgba(18, 103, 255, 0.22);
}

.cs-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(18, 103, 255, 0.28);
}

.cs-btn-secondary {
  background: #ffffff;
  color: #1267ff !important;
  border: 1px solid rgba(18, 103, 255, 0.35);
}

.cs-btn-secondary:hover {
  background: #f4f9ff;
}

/* =========================================================
   BENEFIT HERO - STILE LEGGERO
   ========================================================= */

.cs-hero-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin-top: 48px;
}

.cs-benefit-card {
  text-align: center;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0 8px;
}

.cs-benefit-card .cs-icon {
  margin: 0 auto 15px auto;
}

.cs-benefit-card h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #253149;
  margin-bottom: 7px;
}

.cs-benefit-card p {
  max-width: 180px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 22px;
  color: #7a8496;
}

/* =========================================================
   ICONE
   ========================================================= */

.cs-icon {
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #1267ff;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 16px;
}

/* =========================================================
   SEZIONE FUNZIONALITÀ
   ========================================================= */

.cs-feature-grid,
.cs-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 42px;
  margin-top: 56px;
}

.cs-feature-card {
  text-align: center;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0 12px;
}

.cs-feature-card h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #253149;
  margin-bottom: 9px;
}

.cs-feature-card p {
  max-width: 230px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 23px;
  color: #7a8496;
}

/* SCREENSHOT SOTTO FUNZIONALITÀ */
.cs-screens-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 56px;
}

.cs-screen-card,
.cs-image-card,
.cs-device-card {
  background: #ffffff;
  border: 1px solid rgba(18, 103, 255, 0.10);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(17, 46, 92, 0.09);
}

.cs-screen-card img,
.cs-image-card img,
.cs-device-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.cs-screenshot-caption {
  text-align: center;
  margin-top: 14px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #253149;
}

/* =========================================================
   SEZIONI SPLIT
   ========================================================= */

.cs-split,
.cs-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
  align-items: center;
}

.cs-split .cs-lead,
.cs-two-col .cs-lead {
  margin-left: 0;
  margin-right: 0;
}

/* =========================================================
   CLOUD
   ========================================================= */

.cs-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  margin-top: 38px;
}

.cs-mini-card {
  text-align: center;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0 6px;
}

.cs-mini-card h4 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #253149;
  margin-bottom: 7px;
}

.cs-mini-card p {
  font-size: 16px;
  line-height: 22px;
  color: #7a8496;
}

/* =========================================================
   AI FLOW
   ========================================================= */

.cs-ai-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 34px;
}

.cs-ai-flow img {
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(17, 46, 92, 0.10);
}

.cs-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}

.cs-step-card {
  background: #ffffff;
  border: 1px solid rgba(18, 103, 255, 0.10);
  border-radius: 18px;
  padding: 24px 18px;
  text-align: center;
  box-shadow: 0 14px 32px rgba(17, 46, 92, 0.06);
}

.cs-step-number {
  width: 32px;
  height: 32px;
  margin: 0 auto 12px auto;
  border-radius: 50%;
  background: #eef6ff;
  color: #1267ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.cs-step-card h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 7px;
}

.cs-step-card p {
  font-size: 15px;
  line-height: 21px;
}

/* =========================================================
   VERSIONI PERSONALIZZABILI
   ========================================================= */

.cs-plans-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  margin-top: 54px;
}

.cs-plan-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 30px 24px;
  border: 1px solid rgba(18, 103, 255, 0.10);
  box-shadow: 0 18px 40px rgba(17, 46, 92, 0.08);
}

.cs-plan-label {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: #5d6f8d;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.cs-plan-card h3 {
  font-size: 24px;
  line-height: 27px;
  font-weight: 600;
  color: #1267ff;
  margin-bottom: 10px;
}

.cs-plan-card p {
  font-size: 17px;
  line-height: 23px;
  color: #647085;
  margin-bottom: 0;
}

.cs-plan-card ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 20px 0 0 0 !important;
}

.cs-plan-card li {
  position: relative !important;
  padding-left: 22px !important;
  margin-bottom: 12px !important;
  font-size: 17px !important;
  line-height: 23px !important;
  color: #253149 !important;
}

.cs-plan-card li::before {
  content: "✓" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  color: #1267ff !important;
  font-weight: 700 !important;
}

.cs-plan-highlight {
  border: 1px solid rgba(18, 103, 255, 0.35) !important;
  background: linear-gradient(180deg, #ffffff 0%, #f2f8ff 100%) !important;
}

.cs-plan-highlight .cs-btn {
  margin-top: 22px !important;
  background: #1267ff !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 12px 26px rgba(18, 103, 255, 0.22) !important;
}

.cs-plan-highlight .cs-btn:hover {
  background: #0047d9 !important;
  color: #ffffff !important;
}

/* =========================================================
   SCADENZE
   ========================================================= */

.cs-status-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 15px;
  margin-top: 30px;
}

.cs-status-card {
  text-align: center;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px 12px;
  border: 1px solid rgba(18, 103, 255, 0.10);
  box-shadow: 0 10px 24px rgba(17, 46, 92, 0.05);
}

.cs-status-card h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #253149;
  margin-bottom: 5px;
}

.cs-status-card p {
  font-size: 14px;
  line-height: 18px;
  color: #7a8496;
}

/* =========================================================
   TARGET
   ========================================================= */

.cs-target-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.cs-target-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px 36px;
  border: 1px solid rgba(18, 103, 255, 0.10);
  box-shadow: 0 18px 40px rgba(17, 46, 92, 0.08);
}

.cs-target-card h3 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 22px;
  color: #253149;
}

.cs-target-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cs-target-card li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 23px;
  color: #647085;
}

.cs-target-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #1267ff;
  font-weight: 700;
}

/* =========================================================
   CTA FINALE
   ========================================================= */

.cs-final-cta {
  background: linear-gradient(135deg, #1267ff 0%, #0047d9 100%);
  border-radius: 28px;
  padding: 56px 60px;
  color: #ffffff;
  box-shadow: 0 22px 52px rgba(18, 103, 255, 0.28);
}

.cs-final-cta h2 {
  font-size: 46px;
  line-height: 50px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 18px;
}

.cs-final-cta p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.45;
}

.cs-final-cta .cs-btn-primary {
  background: #ffffff;
  color: #1267ff !important;
  box-shadow: none;
}

.cs-final-cta .cs-btn-secondary {
  background: transparent;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.55);
}

/* =========================================================
   RIFINITURE
   ========================================================= */

.cs-section + .cs-section {
  margin-top: 0;
}

.cs-image-shadow {
  box-shadow: 0 22px 48px rgba(17, 46, 92, 0.12);
}

.cs-rounded {
  border-radius: 22px;
}

/* =========================================================
   RESPONSIVE TABLET
   ========================================================= */

@media (max-width: 1024px) {
  .cs-hero-grid,
  .cs-split,
  .cs-two-col {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .cs-feature-grid,
  .cs-cards-grid,
  .cs-hero-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cs-screens-row {
    grid-template-columns: 1fr;
  }

  .cs-plans-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cs-target-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   RESPONSIVE MOBILE
   ========================================================= */

@media (max-width: 767px) {
  .cs-container,
  .cs-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cs-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .cs-hero {
    padding-top: 58px;
    padding-bottom: 62px;
  }

  .cs-product-logo {
    max-width: 215px;
  }

  .cs-landing h1,
  .cs-hero h1 {
    font-size: 42px;
    line-height: 44px;
  }

  .cs-landing h2,
  .cs-section-title {
    font-size: 34px;
    line-height: 38px;
  }

  .cs-hero p,
  .cs-lead {
    font-size: 17px;
    line-height: 1.5;
  }

  .cs-actions,
  .cs-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cs-btn {
    width: 100%;
  }

  .cs-hero-benefits,
  .cs-feature-grid,
  .cs-cards-grid,
  .cs-mini-grid,
  .cs-ai-flow,
  .cs-steps,
  .cs-status-row,
  .cs-plans-grid {
    grid-template-columns: 1fr;
  }

  .cs-target-card {
    padding: 30px 24px;
  }

  .cs-target-card h3 {
    font-size: 27px;
    line-height: 31px;
  }

  .cs-final-cta {
    padding: 38px 28px;
    border-radius: 24px;
  }

  .cs-final-cta h2 {
    font-size: 32px;
    line-height: 36px;
  }
}/* End custom CSS */