.xperia-faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.xperia-faq-item {
  margin-bottom: 10px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  transition: all 0.25s ease;
  padding: 24px;
  border-bottom: 1px solid #ffffff1a;
}

.xperia-faq-item:last-child {
  border-bottom: 0px solid transparent;
}

.xperia-faq-item.active {
  background-color: #171717;
  border: 1px solid #ffffff1a;
  border-radius: 20px;
}

.xperia-faq-item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.xperia-faq-question {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: transparent;
  border: none;
  text-align: left;
  padding: 0px;
  line-height: 120%;
  letter-spacing: -2%;
  cursor: pointer;
}

.xperia-faq-question:focus {
  outline: none;
}

.xperia-faq-question span:first-child {
  flex: 1;
}

.faq-toggle {
  font-size: 28px;
  font-weight: 300;
  color: #ffffff;
  transition: transform 0.3s ease;
  line-height: 1;
}

.xperia-faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.xperia-faq-answer {
  max-height: 0;
  overflow: hidden;
  font-size: 16px;
  transition:
    max-height 0.4s ease,
    padding 0.3s ease;
  line-height: 170%;
}

.xperia-faq-item.active .xperia-faq-answer {
  max-height: 1200px;
}

.xperia-faq-container p {
  margin: 0px !important;
}

.ocv-section-card{
  background: linear-gradient(0deg, rgba(43, 255, 195, 0.05) 0%, rgba(43, 255, 195, 0.03) 50%, rgba(43, 255, 195, 0.01) 100%);
border: 1px solid #71ffd715;


border-radius: 20px;
backdrop-filter: blur(10px)

}