html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
.mrv-consulenza-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 16px 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #111827;
}
.mrv-consulenza-wrapper p,
.mrv-consulenza-wrapper li {
  font-size: 1rem;
  line-height: 1.6;
}
.mrv-consulenza-wrapper .reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.mrv-consulenza-wrapper .reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.mrv-consulenza-hero {
  text-align: center;
  margin: 40px auto 60px;
}
.mrv-consulenza-hero h1 {
  font-size: 2.2rem;
  margin-top: 20px;
  color: #0c6ea0;
}
.mrv-consulenza-hero p {
  font-size: 1.1rem;
  margin: 18px auto 0;
  color: #374151;
}
.mrv-consulenza-hero strong {
  color: #0c6ea0;
}
.mrv-consulenza-hero img {
  max-width: 100%;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center center;
  height: auto;
  /* Ensure the image is centered as a block */
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.mrv-consulenza-benefits {
  margin: 40px auto 60px;
}
.mrv-consulenza-benefits h2 {
  color: #0c6ea0;
  margin-bottom: 12px;
}
.mrv-consulenza-benefits ul {
  list-style: none;
  padding: 0;
}
.mrv-consulenza-benefits li {
  margin: 10px 0;
  padding-inline-start: 28px;
  position: relative;
}
.mrv-consulenza-benefits li::before {
  content: "✅";
  position: absolute;
  left: 0;
  top: 0;
}
.mrv-consulenza-steps {
  margin: 40px auto 60px;
  padding: 24px 20px;
  background: #f9fbfd;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(2, 12, 27, 0.06);
}
.mrv-consulenza-steps h2 {
  color: #0c6ea0;
  margin-bottom: 16px;
  text-align: center;
}
.mrv-consulenza-steps ol {
  padding-inline-start: 20px;
}
.mrv-consulenza-steps li {
  margin: 8px 0;
  font-size: 1.05rem;
}
.mrv-consulenza-quando {
  margin: 40px auto 60px;
}
.mrv-consulenza-quando h2 {
  color: #0c6ea0;
  margin-bottom: 12px;
}
.mrv-consulenza-quando ul {
  list-style: none;
  padding: 0;
}
.mrv-consulenza-quando li {
  margin: 8px 0;
  padding-inline-start: 28px;
  position: relative;
}
.mrv-consulenza-quando li::before {
  content: "🐾";
  position: absolute;
  left: 0;
  top: 0;
}
.mrv-consulenza-recensioni {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(2, 12, 27, 0.08);
  padding: 24px 20px;
  margin: 40px auto 60px;
}
.mrv-consulenza-recensioni h2 {
  color: #0c6ea0;
  margin-bottom: 12px;
}
.mrv-consulenza-recensioni p {
  margin-bottom: 14px;
  font-style: italic;
}
.mrv-consulenza-faq {
  margin: 40px auto 60px;
  padding: 24px 20px;
  background: #f9fbfd;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(2, 12, 27, 0.06);
}
.mrv-consulenza-faq h2 {
  color: #0c6ea0;
  margin-bottom: 20px;
  text-align: center;
}
.mrv-consulenza-faq .faq-item {
  margin-bottom: 12px;
  border-bottom: 1px solid #e5e7eb;
}
.mrv-consulenza-faq .faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 12px 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: #0b1120;
  cursor: pointer;
}
.mrv-consulenza-faq .faq-question:hover {
  color: #0c6ea0;
}
.mrv-consulenza-faq .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0;
}
.mrv-consulenza-faq .faq-answer p {
  margin: 10px 0 16px;
  color: #374151;
}
.mrv-consulenza-faq .faq-item.active .faq-answer {
  max-height: 200px;
  padding-bottom: 10px;
}
.mrv-consulenza-garanzia {
  margin: 40px auto 60px;
  padding: 24px 20px;
  background: #f0faff;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(2, 12, 27, 0.06);
}
.mrv-consulenza-garanzia h2 {
  color: #0c6ea0;
  margin-bottom: 10px;
}
.mrv-consulenza-cta {
  text-align: center;
  margin: 40px auto 20px;
}
.custom-js-btn {
  background-color: #0c6ea0;
  color: #ffffff !important;
  font-size: 1rem;
  padding: 0.9rem 1.8rem;
  border-radius: 999px;
  border: none;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.custom-js-btn:hover {
  background-color: #094f73;
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.17);
}
.custom-js-btn:focus-visible,
.faq-question:focus-visible {
  outline: 3px solid #0c6ea0;
  outline-offset: 2px;
}
.pulse {
  animation: pulse 2s infinite ease-in-out;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(12, 110, 160, 0.4);
  }
  50% {
    transform: scale(1.03);
    box-shadow: 0 0 0 12px rgba(12, 110, 160, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(12, 110, 160, 0);
  }
}
@media (max-width: 640px) {
  .mrv-consulenza-hero h1 {
    font-size: 1.7rem;
  }
  .custom-js-btn {
    width: 100%;
    max-width: 320px;
  }
}
