section.one .row {
  height: 450px;
  max-height: 450px;
}
section.one .hero-swiper-container {
  height: 450px;
  max-height: 450px;
  overflow: hidden;
}
section.one .hero-swiper {
  width: 100%;
  height: 100%;
}
section.one .hero-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
section.one .background-sezione {
  height: 100%;
  overflow: hidden;
}
section.one .background-sezione:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.33) 0%, rgba(255, 255, 255, 0) 80%);
}
section.one h1 {
  color: white;
}
section.one span {
  color: white;
  font-size: 25px;
}
@media (min-width: 992px) {
  section.one span {
    font-size: 38px;
  }
}

section.two {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  section.two {
    padding-bottom: 0;
  }
}
section.two p {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(178, 122, 58, 0.05) 0%, rgba(255, 255, 255, 0.8) 100%);
  border-left: 4px solid #B27A3A;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  position: relative;
}
section.two p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #B27A3A, rgba(178, 122, 58, 0.3));
}
section.two p:last-of-type {
  margin-bottom: 3rem;
}
section.two p:nth-child(1) {
  background: linear-gradient(135deg, rgba(178, 122, 58, 0.08) 0%, rgba(255, 255, 255, 0.9) 100%);
  font-weight: 500;
}
section.two p:nth-child(2) {
  background: linear-gradient(135deg, rgba(178, 122, 58, 0.06) 0%, rgba(255, 255, 255, 0.85) 100%);
}
section.two p:nth-child(3) {
  background: linear-gradient(135deg, rgba(178, 122, 58, 0.04) 0%, rgba(255, 255, 255, 0.8) 100%);
}
section.two p:nth-child(4) {
  background: linear-gradient(135deg, rgba(178, 122, 58, 0.02) 0%, rgba(255, 255, 255, 0.75) 100%);
}
section.two p:nth-child(5) {
  background: linear-gradient(135deg, rgba(178, 122, 58, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
}
section.two a {
  color: inherit;
}
section.two a:hover {
  color: #B27A3A;
}

section.cta {
  height: 600px;
}

.lightbox-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(5px);
}
.lightbox-modal .lightbox-content {
  position: relative;
  margin: auto;
  padding: 20px;
  width: 90%;
  max-width: 800px;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lightbox-modal .lightbox-content .lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #f1f1f1;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}
.lightbox-modal .lightbox-content .lightbox-close:hover {
  color: #bbb;
}
.lightbox-modal .lightbox-content #lightboxImage {
  max-width: 100%;
  max-height: 80%;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.lightbox-modal .lightbox-content .lightbox-title {
  color: white;
  text-align: center;
  margin-top: 20px;
  font-size: 1.2rem;
  font-weight: 600;
}

footer {
  border-top: 1px solid #cecece;
}

section.faq {
  padding: 0 0 50px 0;
  margin: 0 0 50px 0;
}
section.faq .accordion .accordion-item {
  border-radius: 20px;
  border: none;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  margin-bottom: 1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
section.faq .accordion .accordion-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(178, 122, 58, 0.15);
}
section.faq .accordion .accordion-header {
  background: #fff;
  border: none;
}
section.faq .accordion .accordion-button {
  background: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  padding: 1.5rem 2rem;
  border: none;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
section.faq .accordion .accordion-button:hover {
  background: #f8f9fa;
  color: #B27A3A;
}
section.faq .accordion .accordion-button:not(.collapsed) {
  background: #f8f9fa;
  color: #B27A3A;
  box-shadow: none;
}
section.faq .accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23B27A3A'%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.3s ease;
}
section.faq .accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
section.faq .accordion .accordion-body {
  padding: 2.5rem 2.5rem 2.5rem 2.5rem;
  background: #fff;
  color: #666;
  font-size: 1.1rem;
  line-height: 1.6;
  border-top: 1px solid #f0f0f0;
}

section.patologie-terapie {
  margin: 100px 0;
}
section.patologie-terapie .mycard {
  border: 2px solid #e0e0e0;
  padding: 30px;
  background: #fafafa;
  transition: all 0.3s ease;
  height: 100%;
  border-radius: 20px !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
section.patologie-terapie .mycard:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
  border-color: #B27A3A;
  box-shadow: 0 8px 25px rgba(178, 122, 58, 0.15);
  transform: translateY(-2px);
}
section.patologie-terapie .mycard .body {
  padding: 20px;
}
section.patologie-terapie .mycard .body .title {
  font-size: 20px;
  font-weight: 600;
}
section.patologie-terapie .mycard .body .text {
  font-size: 1em;
  line-height: 1.5em;
}
section.patologie-terapie .mycard .body .link {
  color: #B27A3A;
  font-weight: 600;
  text-decoration: none;
}