.elementor-57896 .elementor-element.elementor-element-b5032ab{--display:flex;--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:-55px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS *//* ══════════════════════════════════════════════════════════════
   LANDING PAGE FORMAT — Cybersecurity GOL
   Stile "Evento Camera": testo sx, form dx, una schermata.
   CSS per widget HTML Elementor.
   Tutti i selettori usano prefisso .lp- per non interferire col tema.
   Font: Lexend (display) + Open Sans (body)
   ══════════════════════════════════════════════════════════════ */

/* ── VARIABILI ── */
.lp-shell {
  --lp-dark:    #050d1a;
  --lp-dark2:   #0a1628;
  --lp-dark3:   #0f2040;
  --lp-blue:    #3b82f6;
  --lp-blue2:   #60a5fa;
  --lp-green:   #48bb78;
  --lp-green2:  #68d391;
  --lp-amber:   #f6ad55;
  --lp-white:   #ffffff;
  --lp-text:    #e2e8f0;
  --lp-muted:   rgba(226,232,240,0.6);
  --lp-border:  rgba(255,255,255,0.1);
  --lp-card-bg: rgba(255,255,255,0.06);
}

/* ── RESET ── */
.lp-shell *,
.lp-shell *::before,
.lp-shell *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ── SHELL: tutta la viewport ── */
.lp-shell {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 620px;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
  background: var(--lp-dark);
  color: var(--lp-text);
  -webkit-font-smoothing: antialiased;
}

/* ══════════════════════════════
   BACKGROUND DECORATIVO
══════════════════════════════ */
.lp-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

/* Gradient mesh di base */
.lp-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 700px 500px at 15% 60%, rgba(59,130,246,0.14), transparent),
    radial-gradient(ellipse 500px 400px at 85% 20%, rgba(72,187,120,0.08), transparent),
    radial-gradient(ellipse 400px 300px at 50% 100%, rgba(59,130,246,0.06), transparent),
    linear-gradient(160deg, #050d1a 0%, #0a1628 40%, #0f2040 70%, #060e1c 100%);
}

/* Griglia sottile */
.lp-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(59,130,246,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59,130,246,0.04) 1px, transparent 1px);
  background-size: 64px 64px;
}

/* Cerchi concentrici in basso a sinistra */
.lp-circles {
  position: absolute;
  bottom: -200px;
  left: -200px;
}
.lp-circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(59,130,246,0.08);
  transform: translate(-50%, -50%);
}
.lp-c1 { width: 500px; height: 500px; }
.lp-c2 { width: 700px; height: 700px; border-color: rgba(59,130,246,0.05); }
.lp-c3 { width: 920px; height: 920px; border-color: rgba(59,130,246,0.03); }

/* Scudi decorativi */
.lp-deco {
  position: absolute;
  pointer-events: none;
}
.lp-deco-shield1 {
  width: 200px;
  top: 10%;
  left: 3%;
  opacity: 1;
}
.lp-deco-shield2 {
  width: 120px;
  bottom: 15%;
  left: 8%;
  opacity: 1;
}
.lp-deco-lock {
  width: 100px;
  top: 55%;
  left: 1%;
  opacity: 1;
}

/* Rete connessioni */
.lp-network {
  position: absolute;
  top: 0; left: 0;
  width: 45%;
  height: 100%;
  opacity: 1;
}

/* Punti luminosi pulsanti */
.lp-dots { position: absolute; inset: 0; }
.lp-dot {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(99,179,237,0.6);
  animation: lp-pulse 3s ease-in-out infinite;
}
.lp-dot-green { background: rgba(72,187,120,0.5); }

@keyframes lp-pulse {
  0%, 100% { opacity: 0.2; transform: scale(1); }
  50%       { opacity: 0.9; transform: scale(1.6); }
}

/* ══════════════════════════════
   LAYOUT PRINCIPALE
══════════════════════════════ */
.lp-page {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 32px;
  align-items: center;
  padding: 48px 40px 40px;
}

/* ══════════════════════════════
   LATO SINISTRO
══════════════════════════════ */
.lp-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 20px;
}

/* Logo */
.lp-logo-wrap {
  margin-bottom: 24px;
}
.lp-logo-wrap img {
  height: 32px !important;
  width: auto !important;
  display: block !important;
  opacity: 0.90;
}

/* Badge */
.lp-badge-row {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.lp-badge {
  font-family: 'Lexend', sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 2px;
}
.lp-badge-gol {
  background: rgba(59,130,246,0.15);
  border: 1px solid rgba(59,130,246,0.35);
  color: var(--lp-blue2);
}
.lp-badge-cyber {
  background: rgba(72,187,120,0.12);
  border: 1px solid rgba(72,187,120,0.30);
  color: var(--lp-green2);
}

/* H1 */
.lp-h1 {
  font-family: 'Lexend', sans-serif !important;
  font-size: clamp(1.7rem, 2.6vw, 2.6rem) !important;
  font-weight: 800 !important;
  color: var(--lp-white) !important;
  line-height: 1.12 !important;
  margin-bottom: 16px !important;
  letter-spacing: -0.02em !important;
}
.lp-h1 em {
  font-style: normal;
  color: var(--lp-green2);
}

/* Sottotitolo */
.lp-h2 {
  font-size: 0.92rem !important;
  color: var(--lp-muted) !important;
  line-height: 1.72 !important;
  margin-bottom: 22px !important;
  max-width: 520px;
  font-weight: 300 !important;
}
.lp-h2 strong {
  color: var(--lp-white);
  font-weight: 600;
}

/* Divisore */
.lp-divider {
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, var(--lp-blue), var(--lp-green));
  border-radius: 2px;
  margin-bottom: 22px;
}

/* ── Features ── */
.lp-features {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 24px !important;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lp-feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--lp-card-bg);
  border: 1px solid var(--lp-border);
  border-radius: 10px;
  padding: 13px 16px;
  transition: background 0.2s, border-color 0.2s;
}
.lp-feature:hover {
  background: rgba(255,255,255,0.09);
  border-color: rgba(255,255,255,0.16);
}
.lp-feature-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(59,130,246,0.15);
  border: 1px solid rgba(59,130,246,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--lp-blue2);
}
.lp-feature-icon svg { width: 16px; height: 16px; }
.lp-icon-green {
  background: rgba(72,187,120,0.12);
  border-color: rgba(72,187,120,0.25);
  color: var(--lp-green2);
}
.lp-icon-amber {
  background: rgba(246,173,85,0.12);
  border-color: rgba(246,173,85,0.25);
  color: var(--lp-amber);
}
.lp-icon-blue {
  background: rgba(96,165,250,0.12);
  border-color: rgba(96,165,250,0.25);
  color: var(--lp-blue2);
}
.lp-feature div:last-child {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.lp-feature strong {
  font-family: 'Lexend', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--lp-white);
  display: block;
}
.lp-feature span {
  font-size: 0.78rem;
  color: var(--lp-muted);
  line-height: 1.5;
}

/* Nota bottom */
.lp-bottom-note {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.72rem;
  color: rgba(226,232,240,0.5);
  font-style: italic;
}
.lp-bottom-note svg { color: var(--lp-green2); flex-shrink: 0; }

/* ══════════════════════════════
   LATO DESTRO — FORM
══════════════════════════════ */
.lp-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-form-wrap {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 16px;
  padding: 28px 24px 26px;
  width: 100%;
  max-width: 520px;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 24px 64px rgba(0,0,0,0.35),
    0 4px 16px rgba(0,0,0,0.15),
    inset 0 1px 0 rgba(255,255,255,0.9);
}
/* Bordo superiore ambrato */
.lp-form-wrap::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--lp-blue);
  border-radius: 16px 16px 0 0;
}
/* Cerchio decorativo in basso a dx */
.lp-form-wrap::after {
  content: '';
  position: absolute;
  bottom: -50px; right: -50px;
  width: 160px; height: 160px;
  border-radius: 50%;
  border: 1px solid rgba(59,130,246,0.12);
  box-shadow: 0 0 0 28px rgba(59,130,246,0.04);
  pointer-events: none;
}

.lp-form-header { margin-bottom: 14px; }

.lp-form-label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: 'Lexend', sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6b7280;
  background: rgba(59,130,246,0.10);
  border: 1px solid rgba(59,130,246,0.22);
  padding: 3px 9px;
  border-radius: 3px;
  margin-bottom: 8px;
}
.lp-form-title {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #1a202c;
  line-height: 1.2;
  margin-bottom: 4px;
}
.lp-form-sub {
  font-size: 0.72rem;
  color: #6b7280;
  line-height: 1.55;
}

/* ── HubSpot overrides ── */
.lp-form-wrap .hs-form fieldset { max-width: 100% !important; }
.lp-form-wrap .hs-form .hs-form-field { margin-bottom: 8px !important; }
.lp-form-wrap .hs-form label {
  font-family: 'Lexend', sans-serif !important;
  font-size: 0.62rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  color: #374151 !important;
  margin-bottom: 3px !important;
  display: block !important;
}
.lp-form-wrap .hs-form input[type="text"],
.lp-form-wrap .hs-form input[type="email"],
.lp-form-wrap .hs-form input[type="tel"],
.lp-form-wrap .hs-form input[type="number"],
.lp-form-wrap .hs-form select,
.lp-form-wrap .hs-form textarea {
  width: 100% !important;
  padding: 9px 12px !important;
  border: 1.5px solid #d1d5db !important;
  border-radius: 8px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 0.83rem !important;
  color: #1a202c !important;
  background: #ffffff !important;
  box-shadow: none !important;
  outline: none !important;
  height: auto !important;
  transition: border-color 0.2s, background 0.2s !important;
  -webkit-appearance: none !important;
}
.lp-form-wrap .hs-form input:focus,
.lp-form-wrap .hs-form select:focus {
  border-color: var(--lp-blue) !important;
  background: rgba(255,255,255,0.88) !important;
}
.lp-form-wrap .hs-form .hs-button {
  width: 100% !important;
  background: linear-gradient(135deg, #2563eb, #3b82f6) !important;
  color: #ffffff !important;
  font-family: 'Lexend', sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.88rem !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  padding: 12px !important;
  border: none !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  margin-top: 6px !important;
  height: auto !important;
  transition: opacity 0.2s, transform 0.15s, box-shadow 0.2s !important;
  box-shadow: 0 4px 16px rgba(59,130,246,0.35) !important;
}
.lp-form-wrap .hs-form .hs-button:hover {
  opacity: 0.92 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(59,130,246,0.45) !important;
}
.lp-form-wrap .hs-form .hs-error-msg {
  font-size: 0.68rem !important;
  color: #e53e3e !important;
}
.lp-form-wrap .hs-form .legal-consent-container,
.lp-form-wrap .hs-form .hs-richtext {
  font-size: 0.68rem !important;
  color: #6b7280 !important;
  line-height: 1.5 !important;
}
.lp-form-wrap .hs-form .inputs-list {
  list-style: none !important;
  padding: 0 !important;
}

/* ══════════════════════════════
   ANIMAZIONI ENTRATA
══════════════════════════════ */
@keyframes lp-fadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}
.lp-logo-wrap   { animation: lp-fadeUp 0.5s ease both 0.05s; }
.lp-badge-row   { animation: lp-fadeUp 0.5s ease both 0.10s; }
.lp-h1          { animation: lp-fadeUp 0.5s ease both 0.15s; }
.lp-h2          { animation: lp-fadeUp 0.5s ease both 0.20s; }
.lp-divider     { animation: lp-fadeUp 0.5s ease both 0.22s; }
.lp-features    { animation: lp-fadeUp 0.5s ease both 0.27s; }
.lp-bottom-note { animation: lp-fadeUp 0.5s ease both 0.32s; }
.lp-form-wrap   { animation: lp-fadeUp 0.6s ease both 0.20s; }

/* ══════════════════════════════
   RESPONSIVE
══════════════════════════════ */
@media (max-width: 1100px) {
  .lp-shell {
    height: auto;
    overflow: auto;
  }
  .lp-page {
    grid-template-columns: 1fr;
    height: auto;
    padding: 40px 24px 32px;
    gap: 32px;
  }
  .lp-left { padding-right: 0; }
  .lp-form-wrap { max-width: 100%; }
  .lp-deco-shield1 { width: 120px; opacity: 0.5; }
  .lp-deco-shield2 { display: none; }
}
@media (max-width: 640px) {
  .lp-page { padding: 28px 18px 24px; gap: 24px; }
  .lp-h1   { font-size: 1.55rem !important; }
  .lp-form-wrap { padding: 22px 18px 20px; }
  .lp-network { display: none; }
}/* End custom CSS */