.page-node-type-pagina-blog
  .block-block-content99053ff4-670b-43e2-b831-619c4866c305 {
  display: none;
}

.custom-popup-overlay {
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgb(0 36 56 / 45%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-popup {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
  max-width: 700px;
  width: 85%;
  position: relative;
  overflow: hidden;
  font-family: "Inter";
}
.popup-close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  background: #fff;
  color: #17b4ed;
  border: none;
  font-size: 2rem;
  line-height: 1;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 10px rgba(23, 180, 237, 0.08);
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.popup-close-btn:hover {
  background: #f2faff;
}
.custom-popup-content {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.custom-popup-left {
  flex: 1 1 0;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.custom-popup-title h2 {
  font-size: clamp(1rem, 1vw + 0.5rem, 1.2rem);
  font-weight: 700;
  color: #222;
  margin-bottom: 0;
  text-align: center;
}
.custom-popup-desc {
  font-size: clamp(0.8rem, 0.85rem + 0.2vw, 0.9rem);
  color: #444;
  margin-bottom: 0;
}

.custom-popup-input {
  border: 2px solid #00aae4;
  border-radius: 8px;
  padding: 0.65rem 1rem;
  font-size: 1rem;
  outline: none;
  transition: border 0.2s;
  margin-bottom: 0.8rem;
  width: 100%;
  box-sizing: border-box;
}
.custom-popup-input:focus {
  border-color: #007fa3;
  box-shadow: 0 4px 16px rgba(0, 170, 228, 0.18);
}
.custom-popup-btn {
  background: #00aae4;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 9px 20px;
  font-size: clamp(13px, 1.2vw, 15px);
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 170, 228, 0.09);
  transition: background 0.18s, box-shadow 0.18s, transform 0.15s;
  text-transform: uppercase;
  display: block;
  box-sizing: border-box;
  white-space: wrap;
}
.custom-popup-btn:hover {
  background: #179ed5;
}
.custom-popup-negation {
  margin-bottom: 0.6rem;
  text-align: center;
}
.custom-popup-no {
  font-size: 0.8rem;
  color: #17b4ed;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.16s;
}
.custom-popup-no:hover {
  color: #1292cb;
}
.custom-popup-privacy {
  font-size: 0.8rem;
  color: #87909e;
  text-align: center;
}
.custom-popup-privacy-link {
  color: #17b4ed;
  text-decoration: underline;
}
.custom-popup-logo {
  margin-top: 1rem;
  text-align: left;
}
.custom-popup-logo img {
  width: 130px;
  max-width: 60%;
  height: auto;
}
.custom-popup-right {
  flex: 1 1 0;
  min-width: 260px;
  background: #e3f6fc;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
}
.custom-popup-image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
@media (max-width: 700px) {
  .custom-popup-content {
    flex-direction: column-reverse;
  }
  .custom-popup-left {
    padding: 1.2rem !important;
    border-radius: 0;
  }
  .custom-popup-right {
    min-width: 0;
    padding: 0 !important;
    display: none;
  }
  .custom-popup-image {
    border-radius: 0;
    max-height: 170px;
  }
  .custom-popup-title h2 {
    margin-top: 0;
  }
  .custom-popup-zohoform #iframewin {
    height: 300px !important;
  }
}
