/* Landing Google Ads - Negozio Orbetello */

.orbetello-landing {
  overflow: hidden;
}

.orbetello-hero {
  min-height: 650px;
  padding: 6rem 0;
  display: flex;
  align-items: center;
  position: relative;
  background:
    linear-gradient(90deg, rgba(9, 9, 9, 0.88) 0%, rgba(9, 9, 9, 0.68) 48%, rgba(9, 9, 9, 0.15) 100%),
    url("https://www.zambernardi.it/img/landing/zambernardi-orbetello.webp") center center / cover no-repeat;
}

.orbetello-hero-box {
  max-width: 780px;
}

.orbetello-eyebrow {
  margin-bottom: 1rem;
  color: #c59909;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.orbetello-hero h1 {
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: 1.08;
  margin-bottom: 1.5rem;
}

.orbetello-lead {
  max-width: 680px;
  font-size: 1.25rem;
  line-height: 1.7;
}

.orbetello-hero-note {
  margin: 1rem 0 0;
  font-size: 0.95rem;
  opacity: 0.85;
}

.orbetello-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.orbetello-quick {
  padding: 0;
}

.orbetello-quick .container {
  transform: translateY(-32px);
  position: relative;
  z-index: 2;
  background: #f2ede5;
  box-shadow: 0 10px 30px rgba(48, 34, 20, 0.12);
}

.orbetello-quick-item {
  padding: 1.75rem;
  display: flex;
  min-height: 150px;
  flex-direction: column;
  justify-content: center;
  color: #302214;
  border-right: 1px solid rgba(48, 34, 20, 0.12);
}

.orbetello-quick-item:last-child {
  border-right: 0;
}

.orbetello-quick-item a {
  color: inherit;
  text-decoration: none;
}

.orbetello-quick-label {
  margin-bottom: 0.45rem;
  color: #c59909;
  font-family: "Montserrat", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.orbetello-quick-item strong {
  font-size: 1.05rem;
}

.orbetello-quick-item span:last-child {
  margin-top: 0.25rem;
  font-size: 0.92rem;
}

.orbetello-section-intro {
  max-width: 760px;
  margin: 0.75rem auto 0;
}

.orbetello-sistemi {
  padding: 4.5rem 0;
}

.orbetello-sistemi .capsula-card {
  min-height: 215px;
}

.orbetello-sistemi .capsula-marchio {
  line-height: 1.25;
}

.orbetello-faq {
  padding: 5rem 0;
}

.orbetello-faq details {
  margin-top: 1rem;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(48, 34, 20, 0.16);
}

.orbetello-faq summary {
  padding: 1.25rem 3rem 1.25rem 1.25rem;
  position: relative;
  color: #302214;
  font-size: 1.05rem;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
}

.orbetello-faq summary::-webkit-details-marker {
  display: none;
}

.orbetello-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  color: #c59909;
  font-size: 1.6rem;
  font-weight: 300;
  transform: translateY(-50%);
}

.orbetello-faq details[open] summary::after {
  content: "−";
}

.orbetello-faq details p {
  padding: 0 1.25rem 1.25rem;
  margin: 0;
  font-size: 1rem;
}

.orbetello-map {
  padding: 5rem 0 2rem;
}

.orbetello-map-copy {
  width: 100%;
  padding: 3rem;
}

.orbetello-map-frame {
  min-height: 520px;
}

@media (hover: hover) and (pointer: fine) {
  .orbetello-quick-item a:hover {
    color: #c59909;
  }
}

@media (max-width: 992px) {
  .orbetello-hero {
    min-height: 720px;
    padding-top: 14rem;
    background:
      linear-gradient(0deg, rgba(9, 9, 9, 0.92) 0%, rgba(9, 9, 9, 0.52) 100%),
      url("https://www.zambernardi.it/img/landing/zambernardi-orbetello.webp") center center / cover no-repeat;
  }

  .orbetello-quick .container {
    transform: none;
  }

  .orbetello-quick-item {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(48, 34, 20, 0.12);
  }

  .orbetello-quick-item:last-child {
    border-bottom: 0;
  }

  .orbetello-map {
    padding-top: 2.5rem;
  }

  .orbetello-map-frame {
    min-height: 400px;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .orbetello-hero {
    min-height: 650px;
    padding: 10rem 1rem 3rem;
  }

  .orbetello-hero h1 {
    font-size: 2.5rem;
  }

  .orbetello-lead {
    font-size: 1.05rem;
  }

  .orbetello-cta-row {
    flex-direction: column;
  }

  .orbetello-cta-row .bt {
    width: 100%;
    text-align: center;
  }

  .orbetello-sistemi {
    padding: 2.5rem 0;
  }

  .orbetello-sistemi .capsula-card {
    min-height: 180px;
    padding: 1.4rem 0.75rem;
  }

  .orbetello-map-copy {
    padding: 2rem 1.25rem;
  }
}
