body {
  margin: 0;
  font-family: 'Arial', sans-serif;
  background: #f9f9f9;
  color: #333;
}
.main-header {
  background: #004d99;
  color: white;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}
.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1024px;
  gap: 30px;
}
.profile-img {
  max-height: 80px;
  border-radius: 50%;
}
.call-btn {
  background: #ffcc00;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  color: black;
  font-weight: bold;
  margin-left: 20px;
}
.navbar {
  flex: 1;
}
.menu {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
.menu li a {
  color: white;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.menu li a:hover, .menu li a:focus {
  background: #ffcc00;
  color: #004d99;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.hero {
  background: #e6f2ff;
  padding: 40px 20px;
  text-align: center;
}
.hero form {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.hero input, .hero textarea {
  padding: 10px;
  font-size: 1em;
  width: 100%;
}
.hero button {
  background: #004d99;
  color: white;
  padding: 10px;
  font-size: 1em;
  border: none;
  cursor: pointer;
}
.hero form input, .hero form textarea {
  font-family: 'Arial', sans-serif;
  border: 1px solid #b3c6e0;
  border-radius: 4px;
  background: #fff;
  transition: border 0.2s;
}
.hero form input:focus, .hero form textarea:focus {
  border: 1.5px solid #004d99;
  outline: none;
}
.hero textarea::placeholder {
  font-family: 'Arial', sans-serif;
  color: #888;
}
.services, .about, .ads, .contact {
  padding: 40px 20px;
  max-width: 960px;
  margin: 0 auto;
}
.comparison-box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.private, .professional {
  flex: 1;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
footer {
  background: #004d99;
  color: white;
  text-align: center;
  padding: 10px 20px;
}
.logo-img {
  height: 60px;
  margin-right: 20px;
  border-radius: 8px;
  background: white;
  padding: 4px;
  object-fit: contain;
  max-width: 180px;
  width: auto;
  display: block;
}
.about {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  margin-bottom: 30px;
}
.services {
  background: #f4f8fb;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  margin-bottom: 30px;
}
.services-box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
}
.services-box ul {
  flex: 2;
  margin: 0;
}
.services-seo-text {
  flex: 3;
  font-size: 1.08em;
  color: #2a3a4a;
  background: #e6f2ff;
  border-radius: 8px;
  padding: 18px 20px;
  margin-top: 10px;
}
.contact-box {
  background: #fffbe6;
  border: 2px solid #ffcc00;
  border-radius: 10px;
  padding: 22px 18px;
  margin: 0 auto;
  max-width: 420px;
  text-align: center;
  font-size: 1.15em;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}
.hero form button[type=submit] {
  margin: 0 auto;
  display: block;
}
.about-flex {
  display: flex;
  align-items: center;
  gap: 50px;
}
.about-logo {
  height: 180px;
  min-width: 180px;
  max-width: 220px;
  object-fit: contain;
  border-radius: 18px;
  background: white;
  padding: 14px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.13);
  margin-right: 40px;
  display: block;
}
#chi-sono {
  margin-top: 80px !important;
}
.scroll-top {
  position: fixed;
  right: 24px;
  bottom: 32px;
  z-index: 2000;
  background: #004d99;
  color: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 2em;
  box-shadow: 0 2px 8px rgba(0,0,0,0.13);
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  opacity: 0.92;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.scroll-top:hover {
  background: #ffcc00;
  color: #004d99;
  box-shadow: 0 4px 16px rgba(0,0,0,0.18);
}
.pro-annuncio-testo {
  font-size: 1.08em;
  color: #2a3a4a;
  background: #f4f8fb;
  border-radius: 10px;
  padding: 22px 20px;
  margin-top: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  line-height: 1.7;
  min-width: 0;
  flex: 1 1 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-box.active, .service-box:active {
  border-left: 5px solid #ffcc00;
  background: #e6f2ff;
  box-shadow: 0 4px 16px rgba(0,77,153,0.13);
}
@media (max-width: 900px) {
  .header-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .logo-img {
    height: 54px;
    max-width: 140px;
    margin: 0 8px 0 0;
    padding: 2px;
    width: auto;
    object-fit: contain;
    display: block;
  }
  .navbar {
    position: relative;
  }
  .menu {
    display: none;
    flex-direction: column;
    background: linear-gradient(120deg, #004d99 60%, #ffcc00 100%);
    position: absolute;
    top: 48px;
    right: 0;
    left: 0;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    z-index: 1001;
    border-radius: 0 0 24px 24px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    padding: 18px 0 18px 0;
    gap: 0;
    transition: all 0.3s;
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }
  .menu.open {
    display: flex !important;
  }
  .menu li a {
    font-size: 1.25em;
    padding: 16px 0;
    color: #fff;
    border-radius: 8px;
    margin: 0 18px;
    display: block;
    text-align: center;
    transition: background 0.2s, color 0.2s;
  }
  .menu li a:hover, .menu li a:focus {
    background: #fffbe6;
    color: #004d99;
  }
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 38px;
    height: 38px;
    cursor: pointer;
    margin-left: 8px;
    z-index: 1100;
  }
  .hamburger span {
    height: 4px;
    width: 28px;
    background: #fff;
    margin: 4px 0;
    border-radius: 2px;
    transition: all 0.3s;
    display: block;
  }
  .about-flex {
    flex-direction: column !important;
    align-items: center !important;
    gap: 18px;
    text-align: center;
    background: linear-gradient(120deg, #e6f2ff 60%, #fffbe6 100%);
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0,77,153,0.10);
    padding: 32px 12px 24px 12px;
    margin: 18px 0 0 0;
  }
  .about-logo {
    margin: 0 auto 10px auto;
    display: block;
    height: 80px;
    max-width: 140px;
    object-fit: contain;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    border-radius: 12px;
    background: #fff;
    padding: 8px;
  }
  .about-flex h2 {
    font-size: 2em;
    color: #004d99;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .about-flex p {
    font-size: 1.13em;
    color: #2a3a4a;
    line-height: 1.6;
    margin: 0;
  }
  .services-box {
    flex-direction: column !important;
    gap: 0;
  }
  .services-list {
    width: 100%;
  }
  .service-detail, #service-detail {
    display: none !important;
  }
  .hero form {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .scroll-top {
    width: 44px;
    height: 44px;
    font-size: 1.7em;
    right: 12px;
    bottom: 18px;
    opacity: 0.96;
    display: flex !important;
  }
}
@media (min-width: 901px) {
  .logo-img {
    height: 60px;
    max-width: 180px;
    margin-right: 20px;
    padding: 4px;
    width: auto;
    object-fit: contain;
    display: block;
  }
  .services-box {
    flex-direction: row;
    gap: 30px;
    align-items: flex-start;
  }
  .services-list {
    flex: 2;
    margin: 0;
    width: auto;
  }
  .service-detail {
    display: none !important;
    position: absolute;
  }
  #service-detail {
    display: block !important;
    flex: 3;
    font-size: 1.08em;
    color: #2a3a4a;
    background: #e6f2ff;
    border-radius: 8px;
    padding: 18px 20px;
    margin-top: 10px;
  }
}
@media (min-width: 701px) {
  .hamburger {
    display: none;
  }
  .menu {
    display: flex !important;
    position: static;
    flex-direction: row;
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    gap: 15px;
  }
  .menu.open {
    display: flex !important;
  }
}
.services-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.service-box {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,77,153,0.08);
  padding: 18px 20px;
  transition: box-shadow 0.2s, transform 0.2s;
  font-size: 1.08em;
  gap: 18px;
  border-left: 5px solid #004d99;
}
.service-box:hover {
  box-shadow: 0 6px 24px rgba(0,77,153,0.13);
  transform: translateY(-2px) scale(1.02);
}
.service-icon {
  font-size: 2.1em;
  color: #004d99;
  min-width: 38px;
  text-align: center;
}
.ads-intro {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
}
.ads-img {
  height: 90px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}
.icon-annuncio {
  height: 32px;
  margin-bottom: 8px;
}
.testimonials {
  background: #f9f9f9;
  padding: 40px 20px 30px 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  max-width: 900px;
  margin: 40px auto 0 auto;
}
.testimonials-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}
.testimonial {
  background: #fff;
  border-left: 5px solid #004d99;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  padding: 22px 18px;
  max-width: 320px;
  min-width: 220px;
  font-size: 1.08em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial span {
  margin-top: 12px;
  font-weight: bold;
  color: #004d99;
  font-size: 0.98em;
}
.sexy-contact {
  background: linear-gradient(120deg, #e6f2ff 0%, #fffbe6 100%);
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,77,153,0.10);
  padding: 50px 20px 40px 20px;
  margin: 50px auto 0 auto;
  max-width: 600px;
  text-align: center;
  position: relative;
}
.sexy-contact h2 {
  font-size: 2.1em;
  color: #004d99;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.sexy-contact-box {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0,77,153,0.08);
  padding: 32px 18px 28px 18px;
  margin: 0 auto;
  max-width: 420px;
  text-align: center;
  font-size: 1.15em;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
}
.contact-info-flex {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 18px 0 10px 0;
  flex-wrap: wrap;
}
.contact-info-item {
  background: #e6f2ff;
  border-radius: 8px;
  padding: 10px 18px;
  font-size: 1.13em;
  color: #004d99;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 1px 4px rgba(0,77,153,0.07);
  transition: background 0.2s, color 0.2s;
}
.contact-info-item i {
  font-size: 1.3em;
}
.contact-info-item a {
  color: #004d99;
  text-decoration: none;
  font-weight: bold;
}
.contact-info-item:hover {
  background: #ffcc00;
  color: #004d99;
}
.contact-cta {
  font-size: 1.08em;
  color: #2a3a4a;
  margin: 0 0 8px 0;
}
.contact-action-btn {
  display: inline-block;
  background: #004d99;
  color: #fff;
  border-radius: 24px;
  padding: 12px 32px;
  font-size: 1.15em;
  font-weight: bold;
  margin-top: 10px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0,77,153,0.10);
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.contact-action-btn i {
  margin-right: 8px;
}
.contact-action-btn:hover {
  background: #ffcc00;
  color: #004d99;
  transform: scale(1.05);
}
@media (max-width: 700px) {
  .sexy-contact {
    padding: 30px 5px 20px 5px;
    max-width: 98vw;
  }
  .sexy-contact-box {
    padding: 18px 5px 14px 5px;
    max-width: 98vw;
  }
  .contact-info-flex {
    flex-direction: column;
    gap: 10px;
  }
}
.annuncio-img {
  width: 100%;
  max-width: 340px;
  height: auto;
  border-radius: 10px;
  margin: 12px auto 18px auto;
  display: block;
  box-shadow: 0 2px 12px rgba(0,77,153,0.10);
  object-fit: cover;
}
.annuncio-problemi {
  margin: 16px 0 0 0;
  padding-left: 22px;
  color: #b30000;
  font-size: 1em;
  list-style: disc inside;
}
.annuncio-problemi li {
  margin-bottom: 6px;
}
.whatsapp-btn {
  background: #25d366;
  color: #fff !important;
  border: none;
  font-weight: bold;
  font-size: 1.18em;
  box-shadow: 0 2px 8px rgba(37,211,102,0.13);
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.whatsapp-btn i {
  font-size: 1.3em;
  margin-right: 8px;
}
.whatsapp-btn:hover {
  background: #128c7e;
  color: #fff !important;
  transform: scale(1.05);
}
@media (max-width: 900px) {
  .comparison-box {
    flex-direction: column;
    gap: 18px;
  }
  .pro-annuncio-testo {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}
.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.32);
  z-index: 1000;
}
.menu.open ~ .menu-overlay {
  display: block;
}
@media (max-width: 900px) {
  .menu.open ~ .menu-overlay {
    display: block;
  }
}
