/* ---  HERO SECTION --- */  
.hero-eventi { padding: 40px 0 120px; position: relative; overflow: hidden; }
.product-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 30px; }
.hero-pretitle { font-size: 0.85rem; font-weight: 800; text-transform: uppercase; letter-spacing: 4px; color: var(--primary); margin-bottom: 20px; display: block; }
.hero-title { font-size: clamp(2.5rem, 5.5vw, 4rem); line-height: 1.05; margin-bottom: 30px; font-weight: 900; }
.hero-subtitle { font-size: 1.15rem; line-height: 1.7; color: var(--gray-deep); margin-bottom: 50px; max-width: 600px; }
.hero-cta-wrap { align-items: center; }
.hero-visual-wrapper { position: relative; padding-left: 20px; }
.mockup-frame {
  background: #fff; border-radius: 32px; padding: 12px;
  box-shadow: var(--shadow-lg); border: 1px solid var(--border);
  transform: perspective(1500px) rotateY(-8deg) rotateX(2deg); transition: var(--transition);
}
.mockup-frame:hover { transform: perspective(1500px) rotateY(0deg) rotateX(0deg); }
.mockup-img { width: 100%; border-radius: 22px; height: 520px; object-fit: cover; background: #fafafa; }
/* Check List Hero */
.hero-check-list { list-style: none; padding: 0; margin-bottom: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.hero-check-list li { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 0.95rem; color: var(--dark); }
.hero-check-list li i { color: var(--primary); font-size: 1.2rem; }

/* Car dinamiche sopra immagine*/
.floating-smart-card {
  position: absolute; bottom: 40px; left: -50px; background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(25px); padding: 30px; border-radius: 30px;
  box-shadow: var(--shadow-lg); border: 1px solid #fff;
  width: 360px; height: 200px; z-index: 10; display: flex; flex-direction: column; overflow: hidden;
  animation: float-nlp 6s ease-in-out infinite;
}
@keyframes float-nlp { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }

.smart-header { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; }
.smart-icon-wrapper {
  width: 52px; height: 52px; background: var(--primary); color: white;
  border-radius: 15px; display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; box-shadow: 0 10px 20px rgba(0,174,239,0.25);
  flex-shrink: 0; transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.smart-content-box { position: relative; flex-grow: 1; }
.smart-slide {
  position: absolute; top: 0; left: 0; width: 100%; opacity: 0; transform: translateY(15px);
  transition: opacity 0.6s ease, transform 0.6s ease; pointer-events: none;
}
.smart-slide.active { opacity: 1; transform: translateY(0); pointer-events: auto; }
.smart-tag { font-size: 0.65rem; font-weight: 800; text-transform: uppercase; color: var(--primary); letter-spacing: 3px; margin-bottom: 8px; display: block; }
.smart-text { font-size: 0.9rem; font-weight: 600; color: var(--dark); line-height: 1.5; margin: 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.smart-progress { position: absolute; bottom: 0; left: 0; height: 4px; background: #f0f0f0; width: 100%; overflow: hidden; }
.smart-progress-bar { height: 100%; background: var(--primary); width: 0%; transition: width 4s linear; }

.poll-signal-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
  max-width: 660px;
}

.poll-signal {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 174, 239, 0.16);
  border-radius: 18px;
  padding: 14px 16px;
  box-shadow: var(--shadow-sm);
}

.poll-signal i {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: var(--primary-soft);
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}

.poll-signal span {
  display: block;
  color: var(--gray-med);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 1.2px;
  line-height: 1;
  text-transform: uppercase;
}

.poll-signal strong {
  display: block;
  color: var(--dark);
  font-size: 0.95rem;
  line-height: 1.25;
  margin-top: 4px;
}

.poll-card-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  border-radius: 999px;
  background: var(--primary);
  color: var(--white);
  padding: 6px 12px;
  margin-bottom: 15px;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 1.2px;
  line-height: 1.1;
  text-transform: uppercase;
}

.poll-card-badge-soft {
  background: var(--primary-soft);
  color: var(--primary-dark);
  border: 1px solid rgba(0, 174, 239, 0.16);
}

.poll-card-badge-light {
  background: rgba(255, 255, 255, 0.16);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.poll-card-badge-line {
  background: transparent;
  color: var(--primary);
  padding: 0;
  margin-bottom: 8px;
}

.pain-card .poll-card-badge {
  margin-left: auto;
  margin-right: auto;
}

.solution-item .poll-card-badge,
.tool-card .poll-card-badge,
.smart-grid-card .poll-card-badge {
  margin-bottom: 14px;
}

.trust-item .poll-card-badge {
  letter-spacing: 1.4px;
}

.poll-intro-gallery {
  display: grid;
  grid-template-columns: 1.15fr 0.7fr 1.15fr;
  gap: 18px;
  margin: 32px 0 0;
  align-items: stretch;
}

.poll-intro-image {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(0, 174, 239, 0.14);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.poll-intro-image img {
  width: 100%;
  height: 260px;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.poll-intro-image-people img {
  object-position: center center;
}



/* --- PAIN SECTION --- */
.pain-section { padding: 120px 0; background-color: var(--white); }
.pain-card {
  padding: 60px 45px; border-radius: var(--border-radius);
  background: var(--bg-ice); border: 1px solid var(--border); transition: var(--transition);
  text-align: center;
}
.pain-card:hover { transform: translateY(-12px); background: #fff8f8; border-color: #ffd8d8; box-shadow: var(--shadow-md); }
.pain-card i { font-size: 2.5rem; color: var(--gray-light); margin-bottom: 25px; transition: 0.4s; }
.pain-card:hover i { color: var(--accent-error); transform: scale(1.1); }



/* --- SOLUTION SECTION --- */
.solution-section { padding: 120px 0; background-color: var(--bg-ice); position: relative; overflow: hidden; }
.solution-wrap { display: flex; align-items: center; gap: 80px; margin-bottom: 100px; }
.solution-visual { position: relative; width: 50%; }
.solution-frame {
  position: relative; border-radius: 80px 20px 80px 20px;
  overflow: hidden; box-shadow: var(--shadow-lg); border: 10px solid #fff;
}
.solution-frame img { width: 100%; height: 350px; object-fit: cover; transition: 5s ease; }
.solution-wrap:hover .solution-frame img { transform: scale(1.08); }

.solution-badge {
  position: absolute; top: -25px; right: -25px; background: var(--highlight);
  width: 100px; height: 100px; border-radius: 50%; display: flex; align-items: center;
  justify-content: center; text-align: center; font-weight: 900; font-size: 0.75rem;
  line-height: 1.1; box-shadow: var(--shadow-md); transform: rotate(15deg);
}

.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.solution-item {
  background: var(--white); padding: 45px; border-radius: var(--border-radius);
  border: 1px solid var(--border); transition: var(--transition);
  display: flex; flex-direction: column;
}
.solution-item:hover { transform: translateY(-10px); border-color: var(--primary); box-shadow: var(--shadow-md); }
.sol-icon-box { width: 60px; height: 60px; background: var(--primary-soft); color: var(--primary); border-radius: 18px; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin-bottom: 25px; transition: 0.4s; }
.solution-item:hover .sol-icon-box { background: var(--primary); color: white; transform: rotate(10deg); }
.advantage-box { background: var(--bg-ice); border-radius: 15px; padding: 20px; margin-top: auto; border-left: 4px solid var(--primary); }
.advantage-box p { font-size: 0.85rem; font-weight: 600; color: var(--primary-dark); margin: 0; line-height: 1.5; }


/* ---  PILLARS DETAILED SECTION --- */
.pillars-detailed { padding: 120px 0; background: var(--white); }
.pillars-intro { text-align: center; margin-bottom: 100px; }
.pillars-intro h2 { font-size: clamp(2.2rem, 5vw, 3.5rem); margin-bottom: 25px; }

.pillar-row { display: flex; align-items: center; gap: 80px; margin-bottom: 120px; }
.pillar-row:last-child { margin-bottom: 0; }
.pillar-row:nth-child(even) { flex-direction: row-reverse; }

.pillar-content { flex: 1; }
.pillar-visual { flex: 1; position: relative; }
.pillar-row--balanced { align-items: stretch; gap: 46px; margin-bottom: 64px; }
.pillar-copy-card {
  background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
  border: 1px solid var(--border);
  border-radius: 34px;
  padding: 42px 38px;
  box-shadow: var(--shadow-md);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: var(--transition);
}
.pillar-row--balanced:hover .pillar-copy-card {
  transform: translateY(-6px);
  border-color: rgba(0, 174, 239, 0.35);
  box-shadow: var(--shadow-lg);
}

.pillar-img-frame {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfe 100%); border-radius: 34px; padding: 14px;
  box-shadow: var(--shadow-lg); border: 1px solid var(--border);
  overflow: hidden; transition: var(--transition); height: 100%;
  display: flex; align-items: center; justify-content: center;
  min-height: 0;
}
.pillar-row:hover .pillar-img-frame { transform: scale(1.02); border-color: var(--primary); }
.pillar-img-frame img {
  width: 100%;
  height: auto;
  max-height: none;
  min-height: 0;
  object-fit: contain;
  object-position: center center;
  border-radius: 24px;
  display: block;
}

.pillar-icon-small {
  width: 45px; height: 45px; background: var(--primary-soft); color: var(--primary);
  border-radius: 12px; display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; margin-bottom: 25px;
}
.pillar-row h3 { font-size: clamp(1.9rem, 3vw, 2.5rem); line-height: 1.1; margin-bottom: 20px; }
.pillar-row p { font-size: 1.05rem; color: var(--gray); margin-bottom: 0; line-height: 1.75; }

.pillar-logo-box { width: 260px; height: auto; margin-bottom: 20px; transition: var(--transition); }
.pillar-logo-box img { width: 100%; height: auto; }

.feature-list {
    list-style: none; padding: 0; margin: 35px 0;
    display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 15px 25px;
}
.feature-list li {
    display: grid; grid-template-columns: 24px minmax(0, 1fr); align-items: start; gap: 12px;
    font-weight: 500; font-size: 0.9rem; color: var(--gray-deep); line-height: 1.45; margin-bottom: 0;
}
.feature-list li i { color: var(--primary); font-size: 1.2rem; line-height: 1; margin-top: 2px; text-align: center; }
.feature-list-text { display: block; min-width: 0; }
.feature-list li strong { color: var(--dark); font-weight: 800; }
.feature-list li span strong { color: var(--dark); font-weight: 800; display: block; margin-bottom: 2px;}

.pillar-content .feature-list {
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 640px;
}

.pillar-content .feature-list li {
    align-items: center;
}

.pillar-content .feature-list li .feature-list-text strong {
    display: inline;
    margin-bottom: 0;
}


/* --- COMPARISON TABLE ELITE --- */
   .comparison-section { padding: 100px 0; background: var(--bg-ice); }
   .comparison-highlight-grid {
       display: grid;
       grid-template-columns: repeat(3, minmax(0, 1fr));
       gap: 24px;
       margin-bottom: 36px;
   }
   .comparison-highlight-card {
       background: linear-gradient(180deg, #ffffff 0%, #f7fbfe 100%);
       border: 1px solid rgba(0, 174, 239, 0.14);
       border-radius: 24px;
       padding: 28px;
       box-shadow: var(--shadow-sm);
       display: flex;
       align-items: flex-start;
       gap: 18px;
       height: 100%;
       transition: var(--transition);
   }
   .comparison-highlight-card:hover {
       transform: translateY(-6px);
       border-color: rgba(0, 174, 239, 0.38);
       box-shadow: var(--shadow-md);
   }
   .comparison-highlight-icon {
       width: 50px;
       height: 50px;
       border-radius: 16px;
       background: var(--primary);
       color: var(--white);
       display: inline-flex;
       align-items: center;
       justify-content: center;
       font-size: 1.35rem;
       flex-shrink: 0;
       box-shadow: 0 10px 24px rgba(0, 174, 239, 0.2);
   }
   .comparison-highlight-card h3 {
       color: var(--dark);
       font-size: 1.12rem;
       font-weight: 900;
       margin-bottom: 8px;
   }
   .comparison-highlight-card p {
       color: var(--gray-med);
       font-size: 0.95rem;
       line-height: 1.55;
       margin: 0;
   }
   .comparison-highlight-card strong { color: var(--dark); font-weight: 900; }
   .elite-table-wrapper {
       background: var(--white);
       border-radius: var(--border-radius); /* FIX: utilizza variabile corretta invece di --radius-lg */
       box-shadow: 0 24px 70px rgba(0,0,0,0.08);
       overflow-x: auto;
       border: 1px solid rgba(0, 174, 239, 0.14);
       transform: translateZ(0); /* Risolve glitch visivi di Safari sugli angoli */
   }
   .elite-table { width: 100%; min-width: 800px; border-collapse: collapse; margin-bottom: 0; }
   .elite-table thead { background: var(--white); }
   .elite-table th {
       padding: 30px 20px; font-weight: 800; font-size: 1.15rem;
       text-align: center; border: none; color: var(--dark);
       border-bottom: 2px solid var(--border);
   }
   .elite-table th:first-child { text-align: left; font-size: 1.2rem; }
   .elite-table td {
       padding: 25px 20px; text-align: center; border-bottom: 1px solid var(--border);
       color: var(--gray-med); font-size: 1rem; vertical-align: middle; transition: background 0.3s;
   }
   .elite-table td:first-child {
       text-align: left; font-weight: 700; color: var(--dark);
       width: 30%; border-right: 1px dashed var(--border);
   }

   /* Alternanza righe (Zebra Striping) per migliorare la lettura orizzontale */
   .elite-table tbody tr:nth-child(even) td { background-color: #f7f9fa; }
   .elite-table tbody tr:nth-child(odd) td { background-color: var(--white); }

   /* Hover State dinamico - Sovrascrive i colori alternati al passaggio del mouse */
   .elite-table tbody tr:hover td { background-color: var(--primary-soft) !important; cursor: default; }

   .elite-table tr:last-child td { border-bottom: none; }
   .elite-table td i.bi-check-circle-fill { color: var(--primary); font-size: 1.5rem; filter: drop-shadow(0 4px 6px rgba(0,174,239,0.3)); }
   .elite-table td i.bi-dash { color: var(--gray-light); font-size: 1.5rem; opacity: 0.5; }

   .compare-head-pill,
   .compare-head-muted,
   .compare-head-logo-wrap {
       display: inline-flex;
       align-items: center;
       justify-content: center;
       gap: 8px;
       border-radius: 999px;
       padding: 10px 16px;
       white-space: nowrap;
   }
   .compare-head-pill {
       background: var(--primary);
       color: var(--white);
       box-shadow: 0 10px 22px rgba(0, 174, 239, 0.22);
   }
   .compare-head-logo {
       display: block;
       width: 118px;
       max-width: 100%;
       height: auto;
   }
   .compare-head-muted {
       background: #f2f5f7;
       color: var(--gray-deep);
   }
   .compare-feature-cell {
       text-align: left !important;
       white-space: normal;
   }
   .compare-feature-icon {
       width: 44px;
       height: 44px;
       border-radius: 14px;
       background: var(--primary-soft);
       color: var(--primary);
       display: inline-flex;
       align-items: center;
       justify-content: center;
       font-size: 1.15rem;
       margin-right: 12px;
       vertical-align: middle;
   }
   .compare-feature-cell strong {
       display: inline-block;
       vertical-align: middle;
       max-width: calc(100% - 62px);
       line-height: 1.3;
   }
   .elite-table tbody tr:nth-child(even) td.compare-value-pollme,
   .elite-table tbody tr:nth-child(odd) td.compare-value-pollme,
   .elite-table td.compare-value-pollme {
       background: linear-gradient(180deg, #ecfaff 0%, #ffffff 100%) !important;
       border-left: 1px solid rgba(0, 174, 239, 0.18);
       border-right: 1px solid rgba(0, 174, 239, 0.18);
   }
   .elite-table tbody tr:hover td.compare-value-pollme {
       background: linear-gradient(180deg, #dff7ff 0%, #f5fdff 100%) !important;
   }
   .compare-value-cell {
       text-align: left !important;
       vertical-align: top !important;
   }
   .compare-value-cell p {
       margin: 10px 0 0;
       color: var(--gray-deep);
       font-size: 0.95rem;
       line-height: 1.6;
   }
   .compare-value-standard p {
       color: var(--gray-med);
   }
   .compare-value-standard strong {
       color: var(--dark);
       font-weight: 800;
   }
   .compare-badge {
       display: inline-flex;
       align-items: center;
       gap: 6px;
       border-radius: 999px;
       padding: 7px 12px;
       font-size: 0.62rem;
       font-weight: 900;
       letter-spacing: 1px;
       line-height: 1;
       text-transform: uppercase;
       white-space: nowrap;
   }
   .compare-badge-good {
       background: var(--primary);
       color: var(--white);
       box-shadow: 0 8px 18px rgba(0, 174, 239, 0.22);
   }
   .compare-badge-muted {
       background: #eef2f5;
       color: var(--gray-med);
   }




/* ---  ADVANCED FEATURES SECTION --- */
.advanced-tools { padding: 140px 0; background-color: var(--bg-ice); }
.tools-intro { max-width: 800px; margin-bottom: 80px; }

.tools-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.tool-card {
    background: var(--white); padding: 50px 40px; border-radius: 32px;
    border: 1px solid var(--border); transition: var(--transition);
    display: flex; flex-direction: column; height: 100%;
}
.tool-card:hover { transform: translateY(-10px); border-color: var(--primary); box-shadow: var(--shadow-md); }
.tool-icon {
    width: 55px; height: 55px; background: var(--primary-soft); color: var(--primary);
    border-radius: 16px; display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; margin-bottom: 30px; transition: 0.4s;
}
.tool-card:hover .tool-icon { background: var(--primary); color: white; transform: rotate(10deg); }
.tool-h { font-size: 1.25rem; font-weight: 800; margin-bottom: 18px; color: var(--dark); line-height: 1.3; }
.tool-p { font-size: 0.95rem; color: var(--gray); line-height: 1.65; margin: 0; }

/* Wallet Specific Card (Highlight) */
.wallet-card {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: white; border: none;
}
.wallet-card .tool-icon { background: rgba(255,255,255,0.2); color: white; }
.wallet-card .tool-h { color: white; }
.wallet-card .tool-p { color: rgba(255,255,255,0.85); }
.wallet-card .tool-p strong,
.wallet-card .tool-p .text-primary { color: var(--white) !important; }


/* --- POLLME VISUAL GALLERIES --- */
.poll-visual-section {
  padding: 120px 0;
  background: var(--white);
  border-top: 1px solid var(--border);
}

.poll-phone-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 260px));
  gap: 28px;
  align-items: start;
  justify-content: center;
  max-width: 1180px;
  margin: 0 auto;
}

.poll-phone-card {
  text-align: center;
}

.poll-phone-frame {
  width: min(100%, 260px);
  aspect-ratio: 390 / 844;
  margin: 0 auto 22px;
  padding: 10px;
  border-radius: 34px;
  background: linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
  border: 1px solid rgba(0, 174, 239, 0.16);
  box-shadow: 0 24px 70px rgba(21, 39, 55, 0.1);
  overflow: hidden;
  transition: var(--transition);
}

.poll-phone-card:nth-child(2) .poll-phone-frame {
  width: min(100%, 260px);
}

.poll-phone-card-tablet .poll-phone-frame {
  width: min(100%, 260px);
  aspect-ratio: 390 / 844;
}

.poll-phone-card:hover .poll-phone-frame {
  transform: translateY(-8px);
  border-color: rgba(0, 174, 239, 0.4);
  box-shadow: 0 30px 80px rgba(0, 174, 239, 0.16);
}

.poll-phone-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 26px;
  background: #f8fbfe;
}

.poll-phone-card-tablet .poll-phone-frame img {
  object-fit: contain;
}

.poll-phone-card h3 {
  color: var(--dark);
  font-size: 1.05rem;
  font-weight: 900;
  margin: 0;
}

.poll-display-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.poll-display-gallery-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.poll-display-card {
  background: #fff;
  border: 1px solid rgba(0, 174, 239, 0.14);
  border-radius: 24px;
  padding: 12px;
  box-shadow: var(--shadow-sm);
  margin: 0;
  overflow: hidden;
  transition: var(--transition);
}

.poll-display-card:nth-child(6) {
  grid-column: auto;
}

.poll-display-card-vertical {
  grid-row: auto;
}

.poll-display-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 174, 239, 0.38);
  box-shadow: var(--shadow-md);
}

.poll-display-card img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  display: block;
  border-radius: 16px;
  background: #f8fbfe;
}

.poll-display-card-vertical img {
  height: 220px;
  max-height: none;
}

.poll-display-card figcaption {
  color: var(--gray-deep);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 12px;
  padding: 0 4px 2px;
}

.askme-product-page .solution-frame {
  aspect-ratio: 16 / 10;
  background: #f8fbfe;
}

.askme-product-page .solution-frame img {
  height: 100%;
  object-fit: contain;
  object-position: top center;
  background: #f8fbfe;
}

.askme-product-page .pillar-img-frame {
  aspect-ratio: 16 / 10;
}

.askme-product-page .pillar-img-frame img {
  height: 100%;
  object-fit: contain;
}

.askme-product-page .poll-phone-card {
  width: 100%;
  max-width: 260px;
  justify-self: center;
}

.askme-product-page .poll-display-card img,
.askme-product-page .poll-display-card-vertical img {
  height: 240px;
}

.askme-product-page .bo-live-control {
  aspect-ratio: 16 / 9;
}

.askme-product-page .bo-live-control img {
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.eventwall-product-page .solution-frame,
.eventwall-product-page .pillar-img-frame {
  aspect-ratio: 16 / 10;
  background: #f8fbfe;
}

.eventwall-product-page .solution-frame img,
.eventwall-product-page .pillar-img-frame img {
  height: 100%;
  object-fit: contain;
  object-position: top center;
  background: #f8fbfe;
}

.eventwall-product-page .bo-live-control {
  aspect-ratio: 16 / 9;
}

.eventwall-product-page .bo-live-control img {
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.eventwall-product-page .poll-phone-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  max-width: 1120px;
}

.eventwall-product-page .poll-phone-card,
.eventwall-product-page .poll-phone-card-wide {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: none;
}

.eventwall-product-page .poll-phone-gallery .poll-phone-frame,
.eventwall-product-page .poll-phone-gallery .poll-phone-card:nth-child(2) .poll-phone-frame,
.eventwall-product-page .poll-phone-gallery .poll-phone-card-tablet .poll-phone-frame,
.eventwall-product-page .poll-phone-gallery .poll-phone-card-wide .poll-phone-frame {
  width: 100%;
  max-width: none;
  aspect-ratio: 16 / 10;
  border-radius: 28px;
  margin-bottom: 18px;
}

.eventwall-product-page .poll-phone-gallery .poll-phone-frame img,
.eventwall-product-page .poll-phone-gallery .poll-phone-card-tablet .poll-phone-frame img,
.eventwall-product-page .poll-phone-gallery .poll-phone-card-wide .poll-phone-frame img {
  object-fit: contain;
  object-position: center top;
  border-radius: 20px;
}

.eventwall-product-page .poll-display-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.eventwall-product-page .poll-display-card img,
.eventwall-product-page .poll-display-card-vertical img {
  height: 240px;
  object-position: center top;
}

.eventwall-product-page .utility-feature-visual img {
  object-fit: contain;
  object-position: center top;
  background: #f8fbfe;
}

@media (max-width: 991px) {
  .eventwall-product-page .poll-phone-gallery {
    grid-template-columns: 1fr;
    max-width: 760px;
  }
}

@media (max-width: 575px) {
  .eventwall-product-page .poll-display-card img,
  .eventwall-product-page .poll-display-card-vertical img {
    height: 210px;
  }
}

.utility-feature-section {
  padding: 120px 0;
  background: var(--bg-ice);
  border-top: 1px solid var(--border);
}

.utility-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.utility-feature-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--white);
  border: 1px solid rgba(0, 174, 239, 0.14);
  border-radius: 28px;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: var(--transition);
}

.utility-feature-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 174, 239, 0.36);
  box-shadow: var(--shadow-md);
}

.utility-feature-visual {
  margin: 0;
  aspect-ratio: 16 / 9;
  background: #f8fbfe;
  border-bottom: 1px solid rgba(0, 174, 239, 0.12);
  overflow: hidden;
}

.utility-feature-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.utility-feature-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 28px;
}

.utility-feature-body .poll-card-badge {
  gap: 8px;
  align-items: center;
}

.utility-feature-body h3 {
  margin: 0 0 12px;
  color: var(--dark);
  font-size: 1.22rem;
  font-weight: 900;
  line-height: 1.3;
}

.utility-feature-body p {
  margin: 0 0 20px;
  color: var(--gray-deep);
  line-height: 1.65;
}

.utility-feature-list {
  display: grid;
  gap: 12px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.utility-feature-list li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  color: var(--gray-deep);
  font-size: 0.94rem;
  line-height: 1.45;
}

.utility-feature-list i {
  margin-top: 2px;
  color: var(--primary);
}

.utility-feature-list strong {
  color: var(--dark);
  font-weight: 800;
}

@media (max-width: 1100px) {
  .utility-feature-grid {
    grid-template-columns: 1fr;
  }

  .utility-feature-card {
    max-width: 760px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .utility-feature-section {
    padding: 90px 0;
  }

  .utility-feature-body {
    padding: 24px;
  }
}




/* ---  TRUST SECTION --- */
.trust-section { padding: 120px 0; background-color: var(--white); border-top: 1px solid var(--border); }
.trust-intro { text-align: center; margin-bottom: 80px; }

.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.trust-item { display: flex; gap: 20px; align-items: flex-start; }
.trust-icon-box {
width: 40px; height: 40px; background: var(--primary-soft); color: var(--primary);
border-radius: 10px; display: flex; align-items: center; justify-content: center;
font-size: 1.2rem; flex-shrink: 0; transition: var(--transition);
}
.trust-item:hover .trust-icon-box { background: var(--primary); color: white; }
.trust-h { font-size: 1rem; font-weight: 800; margin-bottom: 10px; color: var(--dark); }
.trust-p {  color: var(--gray); line-height: 1.6; margin: 0; }




/* --- FAQ SECTION --- */
.faq-section { padding: 120px 0; background-color: var(--bg-ice); border-top: 1px solid var(--border); }
.faq-intro { text-align: center; margin-bottom: 80px; }

.accordion-faq { max-width: 900px; margin: 0 auto; }
.accordion-faq .accordion-item {
border: 1px solid var(--border);
background: var(--white);
margin-bottom: 20px;
border-radius: 20px !important;
overflow: hidden;
transition: var(--transition);
box-shadow: var(--shadow-sm);
}
.accordion-faq .accordion-item:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--primary-soft); }

/* Se l'accordion è aperto */
.accordion-faq .accordion-item:has(.accordion-button:not(.collapsed)) {
border-color: var(--primary);
box-shadow: 0 20px 40px rgba(0, 174, 239, 0.1);
}

.accordion-faq .accordion-button {
padding: 25px 35px;
font-weight: 700;
font-size: 1.05rem;
color: var(--dark);
background: var(--white);
border: none;
transition: var(--transition);
display: flex;
align-items: center;
}

.accordion-faq .accordion-button:not(.collapsed) {
color: var(--primary);
background-color: var(--primary-soft);
}

.accordion-faq .accordion-button:focus { box-shadow: none; }

/* Personalizzazione Icona (Arrow) */
.accordion-faq .accordion-button::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231A1A1A'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
width: 1.25rem;
height: 1.25rem;
background-size: 1.25rem;
}
.accordion-faq .accordion-button:not(.collapsed)::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300AEEF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
transform: rotate(-180deg);
}

.accordion-faq .accordion-body {
padding: 0 35px 30px;
font-size: 0.98rem;
color: var(--gray-deep);
line-height: 1.8;
background-color: var(--primary-soft);
}




/* --- MODAL CUSTOM --- */
 .modal-content { border-radius: 32px; border: none; overflow: hidden; box-shadow: var(--shadow-lg); }
 .modal-header { background: var(--primary-soft); border-bottom: 1px solid var(--border); padding: 30px; }
 .modal-body { padding: 40px; }
 .captcha-box { background: var(--bg-ice); padding: 15px; border-radius: 12px; font-family: monospace; font-weight: 900; font-size: 1.2rem; color: var(--primary); display: inline-block; margin-bottom: 15px; border: 1px solid var(--border); }

 /* ---  RESPONSIVE UTILITIES --- */
 @media (max-width: 1100px) {
 .solution-wrap { flex-direction: column; text-align: center; }
 .solution-visual, .solution-content { width: 100%; }
 .solution-content { display: flex; flex-direction: column; align-items: center; }
 .tools-grid { grid-template-columns: repeat(2, 1fr); }
 .trust-grid { grid-template-columns: repeat(2, 1fr); }
 .comparison-highlight-grid { grid-template-columns: 1fr; }
 .poll-phone-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
 .poll-display-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
 }
 @media (max-width: 991px) {
 .hero-eventi { text-align: center; }
 .hero-subtitle { margin: 0 auto 40px; }
 .poll-signal-strip { margin-left: auto; margin-right: auto; }
 .mockup-container { margin-top: 60px; }
 .mockup-frame { transform: none; }
 .floating-smart-card { position: relative; margin: 40px auto 0; left: 0; bottom: 0; width: 100%; max-width: 400px; text-align: left; }
 .solution-grid, .pain-grid { grid-template-columns: 1fr; }
 .pillar-row { flex-direction: column !important; text-align: center; gap: 50px; }
 .pillar-content { order: 2; }
 .pillar-visual { order: 1; width: 100%; }
 .pillar-copy-card { padding: 32px 24px; text-align: left; }
 .pillar-img-frame { min-height: 0; }
 .pillar-img-frame img { max-height: none; }
 .feature-list li { justify-content: stretch; text-align: left; }
 .tools-grid { grid-template-columns: 1fr; }
 .trust-grid { grid-template-columns: 1fr; }
 .poll-phone-gallery { grid-template-columns: 1fr; gap: 46px; }
 .askme-product-page .poll-phone-card { max-width: 280px; }
 .poll-phone-card:nth-child(2) .poll-phone-frame,
 .poll-phone-frame { width: min(100%, 280px); }
 .poll-display-gallery { grid-template-columns: 1fr; }
 .poll-display-card img,
 .poll-display-card-vertical img { height: 210px; max-height: none; }
 .ui-showcase-grid { grid-template-columns: 1fr; gap: 40px; }
 .ui-tab-btn.active { transform: translateX(0); }
 .ui-display-area { padding: 10px; }
 .ui-hotspot-tooltip { width: 240px; }
 .integration-box { padding: 40px; }
 .accordion-faq .accordion-button { padding: 20px; }
 .accordion-faq .accordion-body { padding: 0 20px 25px; }
 }

/* AI UI Components */
.ai-bubble {
   position: fixed; bottom: 30px; right: 30px; width: 65px; height: 65px;
   background: linear-gradient(135deg, var(--primary) 0%, #a855f7 100%);
   border-radius: 50%; display: flex; align-items: center; justify-content: center;
   color: white; font-size: 1.8rem; cursor: pointer; box-shadow: 0 10px 30px rgba(0,174,239,0.4);
   z-index: 2000; transition: var(--transition);
}
.ai-bubble:hover { transform: scale(1.1) rotate(5deg); }

.ai-chat-window {
   position: fixed; bottom: 110px; right: 30px; width: 380px; height: 550px;
   background: white; border-radius: 24px; box-shadow: var(--shadow-lg);
   display: none; flex-direction: column; overflow: hidden; z-index: 2000;
   border: 1px solid var(--border);
}
.ai-chat-header { background: var(--primary); color: white; padding: 20px; font-weight: 700; display: flex; justify-content: space-between; align-items: center; }
.ai-chat-messages { flex-grow: 1; padding: 20px; overflow-y: auto; display: flex; flex-direction: column; gap: 15px; background: #f9fafc; }
.message { padding: 12px 16px; border-radius: 18px; max-width: 85%; font-size: 0.9rem; line-height: 1.5; }
.message.user { align-self: flex-end; background: var(--primary); color: white; border-bottom-right-radius: 4px; }
.message.bot { align-self: flex-start; background: white; color: var(--dark); border-bottom-left-radius: 4px; border: 1px solid var(--border); }
.ai-chat-input { padding: 15px; border-top: 1px solid var(--border); display: flex; gap: 10px; }
.ai-chat-input input { border-radius: 12px; border: 1px solid var(--border); padding: 10px 15px; flex-grow: 1; font-size: 0.9rem; }

.typing-indicator { font-size: 0.75rem; color: var(--gray); font-style: italic; margin-top: 5px; display: none; }

.btn-its { font-weight: 600; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 1.5px; padding: 16px 40px; border-radius: var(--border-radius); border: none; display: inline-flex; align-items: center; justify-content: center; transition: var(--transition); text-decoration: none; cursor: pointer; }
.btn-its-primary { background-color: var(--primary); color: var(--white) !important; box-shadow: 0 6px 15px rgba(0, 174, 239, 0.2); }
.btn-its-outline { background-color: transparent; border: 1.5px solid var(--primary); color: var(--primary) !important; }


.aeo-block {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
}

.aeo-box {
  max-width: 980px;
  background: #fff;
  border: 1px solid rgba(0, 170, 236, 0.12);
  border-radius: 24px;
  padding: 32px 28px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
}

.aeo-box .lead {
  font-size: 1.2rem;
  line-height: 1.75;
  color: #4b5563;
}

.aeo-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 28px;
  align-items: stretch;
}

.aeo-point {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 138px;
  background: var(--bg-ice);
  border: 1px solid var(--border);
  border-left: 4px solid var(--primary);
  border-radius: 18px;
  padding: 22px 20px;
  text-align: left;
}

.aeo-point strong {
  display: block;
  color: var(--dark);
  font-size: 1.05rem;
  line-height: 1.25;
  margin-bottom: 10px;
}

.aeo-point span {
  display: block;
  color: var(--gray-med);
  line-height: 1.5;
  font-size: 0.92rem;
}

.method-grid-section {
  padding: 120px 0;
  background: var(--white);
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.method-card {
  background: var(--white);
  padding: 45px 35px;
  border-radius: var(--border-radius);
  border: 1px solid var(--border);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.method-card:hover {
  transform: translateY(-10px);
  border-color: var(--secondary);
  box-shadow: var(--shadow-md);
}

.method-icon-num {
  width: 55px;
  height: 55px;
  background: var(--secondary-soft);
  color: var(--secondary);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 900;
  margin-bottom: 25px;
  transition: 0.4s;
}

.method-card:hover .method-icon-num {
  background: var(--secondary);
  color: white;
  transform: rotate(10deg);
}

.method-h {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 15px;
  color: var(--dark);
}

.method-p {
  font-size: 0.9rem;
  color: var(--gray-med);
  line-height: 1.6;
  margin: 0;
}

.black-section {
  padding: 120px 0;
  background:
    linear-gradient(135deg, #f5fbff 0%, #ffffff 48%, #eef9ff 100%);
  color: var(--dark);
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(0, 174, 239, 0.12);
  border-bottom: 1px solid rgba(0, 174, 239, 0.12);
}

.black-section::after {
  content: "EVENT FLOW";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10rem;
  font-weight: 900;
  color: rgba(0, 174, 239, 0.045);
  z-index: 1;
  pointer-events: none;
  white-space: nowrap;
}

.black-box {
  position: relative;
  z-index: 2;
}

.black-section .text-white {
  color: var(--dark) !important;
}

.black-section strong.text-white {
  color: var(--primary) !important;
}

.bo-live-control {
  position: relative;
  margin: 0 auto 45px;
  max-width: 1120px;
  border: 1px solid rgba(0, 174, 239, 0.18);
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 70px rgba(21, 39, 55, 0.12);
}

.bo-live-control img {
  display: block;
  width: 100%;
  height: auto;
}

.bo-live-badge {
  position: absolute;
  top: 22px;
  left: 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--primary-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(21, 39, 55, 0.12);
}

.black-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 174, 239, 0.14);
  border-radius: var(--border-radius);
  padding: 50px;
  height: 100%;
  transition: var(--transition);
  box-shadow: 0 18px 55px rgba(21, 39, 55, 0.08);
}

.black-card:hover {
  background: #fff;
  border-color: rgba(0, 174, 239, 0.34);
  box-shadow: 0 24px 70px rgba(0, 174, 239, 0.12);
  transform: translateY(-6px);
}

.black-card.featured {
  border-left: 5px solid var(--primary);
  background:
    linear-gradient(180deg, rgba(0, 174, 239, 0.08) 0%, rgba(255, 255, 255, 0.96) 100%);
}

.black-title {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 20px;
  color: var(--dark);
}

.black-label {
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--primary);
  margin-bottom: 10px;
  display: block;
}

.black-p {
  font-size: 1rem;
  color: var(--gray-deep);
  line-height: 1.7;
  margin-bottom: 30px;
}

.check-list-black {
  list-style: none;
  padding: 0;
}

.check-list-black li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 0.9rem;
  color: var(--gray-deep);
}

.check-list-black li i {
  color: var(--primary);
  margin-top: 3px;
}

.ui-showcase-section {
  padding-bottom: 140px;
  background: var(--bg-ice);
  color: var(--dark);
  overflow: hidden;
  position: relative;
}

.ui-showcase-section::after {
  content: "INTERACTIVE";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12rem;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.02);
  z-index: 1;
  pointer-events: none;
}

.ui-showcase-grid {
  display: grid;
  grid-template-columns: 4.5fr 7.5fr;
  gap: 50px;
  align-items: center;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .method-grid {
    grid-template-columns: 1fr;
  }

  .black-card {
    padding: 40px;
  }

  .black-title {
    font-size: 1.5rem;
  }

  .bo-live-control {
    border-radius: 16px;
  }

  .bo-live-badge {
    top: 14px;
    left: 14px;
    padding: 8px 12px;
    font-size: 0.68rem;
  }
}

.ui-controls-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ui-tab-btn {
  background: var(--white);
  border: 1px solid var(--border);
  color: var(--gray-deep);
  padding: 20px 25px;
  border-radius: 16px;
  text-align: left;
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 5px 15px rgba(0,0,0,0.02);
}

.ui-tab-btn i {
  font-size: 1.3rem;
  opacity: 0;
  transition: 0.3s;
  transform: translateX(-10px);
}

.ui-tab-btn:hover {
  background: var(--primary-soft);
  color: var(--primary);
  border-color: var(--primary-soft);
}

.ui-tab-btn.active {
  background: var(--primary);
  color: white;
  border-color: var(--primary);
  box-shadow: 0 15px 30px rgba(0,174,239,0.3);
  transform: translateX(15px);
}

.ui-tab-btn.active i {
  opacity: 1;
  transform: translateX(0);
}

.ui-info-panel {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 35px;
  margin-top: 30px;
  min-height: 160px;
  box-shadow: var(--shadow-md);
}

.ui-info-title {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 12px;
}

.ui-info-desc {
  font-size: 1rem;
  color: var(--gray-med);
  line-height: 1.7;
  margin: 0;
}

.ui-display-area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.phone-mockup-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  aspect-ratio: 8/11;
  background: var(--white);
  padding: 12px;
  border-radius: 40px;
  box-shadow: 0 40px 100px rgba(0,0,0,0.1);
  border: 1px solid var(--border);
}

.phone-mockup-container img {
  width: 100%;
  height: 100%;
  border-radius: 28px;
  display: block;
  object-fit: cover;
  transition: opacity 0.4s ease;
}

.ui-hotspots-container {
  position: absolute;
  inset: 12px;
  border-radius: 28px;
  pointer-events: none;
  z-index: 10;
}

.ui-hotspot-dot {
  position: absolute;
  width: 36px;
  height: 36px;
  background: var(--highlight);
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  transform: translate(-50%, -50%);
  cursor: pointer;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s, border-color 0.3s, transform 0.3s;
  z-index: 20;
}

.ui-hotspot-dot::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--primary);
  z-index: -1;
  animation: hotspotPulse 2s infinite cubic-bezier(0.19, 1, 0.22, 1);
}

.ui-hotspot-dot:hover,
.ui-hotspot-dot.active {
  transform: translate(-50%, -50%) scale(1.1);
  background: var(--highlight);
  border-color: var(--dark);
  z-index: 50;
}

.ui-hotspot-dot:hover::before,
.ui-hotspot-dot.active::before {
  display: none;
}

@keyframes hotspotPulse {
  0% { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(3); opacity: 0; }
}

.ui-hotspot-tooltip {
  position: absolute;
  bottom: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(15px);
  color: var(--gray-deep);
  padding: 22px 25px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
  width: 280px;
  text-align: left;
  white-space: normal;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
  box-shadow: 0 25px 50px rgba(0,174,239,0.15);
  border: 1px solid rgba(0,174,239,0.2);
  z-index: 9999;
}

.ui-hotspot-tooltip strong {
  display: block;
  font-size: 1rem;
  color: var(--primary-dark);
  margin-bottom: 4px;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.ui-hotspot-tooltip .tooltip-text {
  display: block;
}

.ui-hotspot-tooltip img.tooltip-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 8px 0;
  display: block;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.ui-hotspot-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.98) transparent transparent transparent;
}

.ui-hotspot-dot:hover .ui-hotspot-tooltip,
.ui-hotspot-dot.active .ui-hotspot-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.ui-hotspot-tooltip.align-bottom {
  bottom: auto;
  top: calc(100% + 15px);
  transform: translateX(-50%) translateY(-10px);
}

.ui-hotspot-dot:hover .ui-hotspot-tooltip.align-bottom,
.ui-hotspot-dot.active .ui-hotspot-tooltip.align-bottom {
  transform: translateX(-50%) translateY(0);
}

.ui-hotspot-tooltip.align-bottom::after {
  top: auto;
  bottom: 100%;
  border-color: transparent transparent rgba(255, 255, 255, 0.98) transparent;
}

.ui-hotspot-tooltip.align-left {
  left: 0;
  transform: translateY(10px);
}

.ui-hotspot-dot:hover .ui-hotspot-tooltip.align-left,
.ui-hotspot-dot.active .ui-hotspot-tooltip.align-left {
  transform: translateY(0);
  left: 0;
}

.ui-hotspot-tooltip.align-left::after {
  left: 18px;
  transform: none;
}

.ui-hotspot-tooltip.align-right {
  left: auto;
  right: 0;
  transform: translateY(10px);
}

.ui-hotspot-dot:hover .ui-hotspot-tooltip.align-right,
.ui-hotspot-dot.active .ui-hotspot-tooltip.align-right {
  transform: translateY(0);
  right: 0;
  left: auto;
}

.ui-hotspot-tooltip.align-right::after {
  left: auto;
  right: 18px;
  transform: none;
}

.ui-hotspot-tooltip.align-left.align-bottom {
  transform: translateY(-10px);
}

.ui-hotspot-dot:hover .ui-hotspot-tooltip.align-left.align-bottom,
.ui-hotspot-dot.active .ui-hotspot-tooltip.align-left.align-bottom {
  transform: translateY(0);
  left: 0;
}

.ui-hotspot-tooltip.align-left.align-bottom::after {
  left: 18px;
  transform: none;
}

.ui-hotspot-tooltip.align-right.align-bottom {
  transform: translateY(-10px);
}

.ui-hotspot-dot:hover .ui-hotspot-tooltip.align-right.align-bottom,
.ui-hotspot-dot.active .ui-hotspot-tooltip.align-right.align-bottom {
  transform: translateY(0);
  right: 0;
  left: auto;
}

.ui-hotspot-tooltip.align-right.align-bottom::after {
  left: auto;
  right: 18px;
  transform: none;
}

.how-it-works-section { padding: 120px 0; background: var(--bg-ice); border-top: 1px solid var(--border); }
.process-card {
  background: var(--white); border-radius: var(--border-radius); padding: 50px 40px;
  border: 1px solid var(--border); transition: var(--transition); height: 100%;
  position: relative; z-index: 2; overflow: hidden; display: flex; flex-direction: column;
}
.process-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-md); border-color: var(--primary); }
.process-step-watermark {
  position: absolute; right: -10px; bottom: -20px; font-size: 8rem; font-weight: 900;
  color: var(--primary-soft); z-index: -1; line-height: 1; transition: 0.5s ease;
}
.process-card:hover .process-step-watermark { color: var(--primary); opacity: 0.1; transform: scale(1.1) rotate(-5deg); }
.process-icon {
  width: 65px; height: 65px; background: var(--primary-soft); color: var(--primary);
  border-radius: 18px; display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; margin-bottom: 30px; transition: 0.4s;
}
.process-card:hover .process-icon { background: var(--primary); color: white; transform: rotate(10deg); }
.process-h { font-size: 1.3rem; font-weight: 800; margin-bottom: 15px; color: var(--dark); }
.process-p { color: var(--gray-med); line-height: 1.6; margin: 0; flex-grow: 1; }

.integration-section { padding: 100px 0; background: var(--white); border-top: 1px solid var(--border); }
.integration-box { background: var(--primary-soft); border-radius: var(--border-radius); padding: 70px; position: relative; overflow: hidden; }
.integration-box::before { content:''; position: absolute; right: 0; top: 0; width: 50%; height: 100%; background: radial-gradient(circle at right, rgba(0,174,239,0.1) 0%, transparent 70%); pointer-events: none; }
.int-list { list-style: none; padding: 0; margin: 30px 0; }
.int-list li { display: flex; align-items: center; gap: 18px; margin-bottom: 20px; font-size: 1.05rem; color: var(--dark); font-weight: 500; line-height: 1.4; }
.int-icon-box {
  width: 50px; height: 50px; background: var(--white); color: var(--primary);
  border-radius: 14px; display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; flex-shrink: 0; box-shadow: 0 8px 20px rgba(0,174,239,0.12);
}

/* --- EVENTME MODULES EXPLORER --- */
.modules-explorer { background: var(--bg-ice); border-top: 1px solid var(--border); position: relative; }
.nav-pills-elite {
  display: inline-flex; justify-content: center; gap: 8px;
  padding: 8px; background: var(--white); border-radius: 100px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05); border: 1px solid var(--border);
  margin-bottom: 70px;
}
.nav-pills-elite .nav-link {
  border-radius: 50px; padding: 14px 30px; font-size: 0.7rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 1.5px; color: var(--gray-med);
  transition: 0.4s; border: none; background: transparent;
}
.nav-pills-elite .nav-link.active {
  background: var(--primary); color: white !important;
  box-shadow: 0 10px 25px rgba(0,174,239,0.3);
}
.tab-category-header { margin-bottom: 50px; display: flex; align-items: center; gap: 15px; border-left: 5px solid var(--primary); padding-left: 25px; }
.tab-category-header h3 { font-size: 1.8rem; margin: 0; font-weight: 900; }
.tab-category-header span { font-size: 0.75rem; font-weight: 800; color: var(--primary); text-transform: uppercase; letter-spacing: 2px; }
.module-card {
  background: var(--white); border-radius: var(--border-radius); overflow: hidden;
  border: 1px solid var(--border); transition: var(--transition); height: 100%;
  display: flex; flex-direction: row; box-shadow: var(--shadow-sm);
}
.module-card:hover { transform: translateY(-8px); border-color: var(--primary); box-shadow: var(--shadow-lg); }
.module-visual {
  width: 40%; background: #fcfcfc; padding: 25px;
  display: flex; align-items: center; justify-content: center;
  border-right: 1px solid var(--border);
}
.phone-mockup {
  width: 100%; max-width: 180px; aspect-ratio: 9/18; background: #000; border-radius: 20px;
  padding: 5px; box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  position: relative; overflow: hidden; border: 2px solid #222;
}
.phone-mockup img { width: 100%; height: 100%; object-fit: cover; border-radius: 16px; }
.module-body { width: 60%; padding: 35px; display: flex; flex-direction: column; }
.module-h { font-size: 1.3rem; font-weight: 900; margin-bottom: 12px; color: var(--dark); line-height: 1.2; }
.module-p { color: var(--gray-med); line-height: 1.6; margin-bottom: 20px; }
.advantage-highlight {
  background: var(--primary-soft); border-radius: 18px; padding: 20px;
  border-left: 4px solid var(--primary); margin-top: auto;
}
.advantage-highlight strong { font-size: 0.6rem; text-transform: uppercase; color: var(--primary-dark); letter-spacing: 1.5px; display: block; margin-bottom: 6px; }
.advantage-highlight p { font-size: 0.82rem; font-weight: 700; color: var(--dark); margin: 0; line-height: 1.4; }

/* --- EVENTME SMART EFFICIENCY --- */
.smart-efficiency-section { background: var(--bg-ice); border-top: 1px solid var(--border); }
.smart-grid-card {
  background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%); border-radius: 30px; overflow: hidden;
  border: 1px solid var(--border); transition: var(--transition); height: 100%;
  display: flex; flex-direction: column; box-shadow: var(--shadow-sm);
  padding: 40px;
  align-items: flex-start;
}
.smart-grid-card:hover { transform: translateY(-12px); border-color: rgba(0, 174, 239, 0.35); box-shadow: var(--shadow-lg); }
.smart-img-box {
  width: 100%; aspect-ratio: 16/10; overflow: hidden; background: #fafafa;
  border-bottom: 1px solid var(--border); position: relative;
}
.smart-img-box img { width: 100%; height: 100%; object-fit: cover; transition: 1.5s ease; }
.smart-grid-card:hover .smart-img-box img { transform: scale(1.1); }
.smart-body { padding: 35px; flex-grow: 1; display: flex; flex-direction: column; }
.smart-icon-mini {
  width: 54px; height: 54px; background: linear-gradient(135deg, var(--primary-soft) 0%, #ffffff 100%); color: var(--primary);
  border-radius: 16px; display: flex; align-items: center; justify-content: center;
  font-size: 1.35rem; margin-bottom: 22px; transition: var(--transition);
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 174, 239, 0.08);
}
.smart-grid-card:hover .smart-icon-mini {
  background: var(--primary);
  color: var(--white);
  transform: rotate(10deg);
}
.smart-h { font-size: 1.35rem; font-weight: 900; margin-bottom: 15px; color: var(--dark); }
.smart-p { color: var(--gray-med); line-height: 1.7; margin-bottom: 0; flex-grow: 1; }
.smart-result {
  background: var(--primary-soft); border-radius: 18px; padding: 20px;
  border-left: 4px solid var(--primary);
}
.smart-result strong { font-size: 0.6rem; text-transform: uppercase; color: var(--primary-dark); letter-spacing: 2px; display: block; margin-bottom: 5px; }
.smart-result p { font-size: 0.85rem; font-weight: 700; color: var(--dark); margin: 0; line-height: 1.4; }

/* Accredito intro */
.pillar-img-frame--plain {
  background: transparent !important;
  border-radius: 40px;
  padding: 15px;
  border: none !important;
  overflow: hidden;
  transition: var(--transition);
  box-shadow: none !important;
}

@media (max-width: 768px) {
  .aeo-points {
    grid-template-columns: 1fr;
  }

  .aeo-point {
    min-height: 0;
    padding: 22px 20px;
  }

  .poll-signal-strip {
    grid-template-columns: 1fr;
  }

  .poll-intro-gallery {
    grid-template-columns: 1fr;
  }

  .poll-intro-image img {
    height: 220px;
  }

  .poll-signal {
    justify-content: flex-start;
    text-align: left;
  }

  .aeo-box {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .aeo-box .lead {
    font-size: 1.05rem;
    line-height: 1.65;
  }
}

@media (max-width: 1200px) {
  .module-body { padding: 30px; }
  .module-h { font-size: 1.2rem; }
}

@media (max-width: 900px) {
  .aeo-points {
    grid-template-columns: 1fr;
  }

  .feature-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .nav-pills-elite { border-radius: 25px; width: 100%; flex-wrap: wrap; }
  .nav-pills-elite .nav-link { width: 48%; }
  .module-card { flex-direction: column; }
  .module-visual, .module-body { width: 100%; }
  .module-visual { border-right: none; border-bottom: 1px solid var(--border); padding: 40px; }
  .phone-mockup { max-width: 220px; }
}
