/* ===== FAQ STYLES ===== */
.unique-faq-section {
  position: relative;
  padding: 6rem 1.5rem;
  background: var(--warm-dark);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
}

.unique-faq-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

/* Header Styles */
.unique-faq-header {
  text-align: center;
  margin-bottom: 4rem;
  transform: translateY(20px);
  opacity: 0;
  animation: unique-fadeInUp 0.8s ease forwards 0.3s;
}

.unique-faq-header h1 {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: var(--gold);
  margin-bottom: 1.5rem;
  font-family: "Dancing Script", cursive;
  text-shadow: 0 2px 10px rgba(196, 168, 111, 0.2);
}

.unique-faq-header p {
  color: var(--text-light);
  opacity: 0.8;
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
  font-family: "Montserrat", sans-serif;
}

/* Accordion Styles */
.unique-faq-accordion {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  transform: translateY(20px);
  opacity: 0;
  animation: unique-fadeInUp 0.8s ease forwards 0.5s;
}

.unique-faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease;
}

.unique-faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.8rem 0;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease;
  color: white;
}

.unique-faq-question:hover {
  background: rgba(196, 168, 111, 0.05);
}

.unique-faq-question span {
  font-size: 1.3rem;
  color: var(--beige);
  transition: all 0.3s ease;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  flex: 1;
  text-align: left;
  padding-right: 1rem;
}

.unique-faq-question i {
  color: var(--gold);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  font-size: 1.2rem;
  min-width: 24px;
}

.unique-faq-question:hover span {
  color: var(--gold);
}

.unique-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}

.unique-faq-answer-inner {
  padding: 0 0 2rem 0;
}

.unique-faq-answer p,
.unique-faq-answer ul {
  color: var(--text-light);
  opacity: 0.9;
  line-height: 1.8;
  font-size: 1.05rem;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1rem;
}

.unique-faq-answer ul {
  padding-left: 1.8rem;
  margin-top: 0.8rem;
}

.unique-faq-answer li {
  margin-bottom: 0.8rem;
  position: relative;
  list-style-type: none;
}

.unique-faq-answer li::before {
  content: "✦";
  color: var(--gold);
  position: absolute;
  left: -1.5rem;
  font-size: 0.8rem;
  top: 0.3rem;
}

.unique-faq-item.active {
  background: rgba(26, 26, 26, 0.4);
}

.unique-faq-item.active .unique-faq-question i {
  transform: rotate(180deg);
  color: var(--gold);
}

/* Adjusted CTA Styles */
.unique-faq-cta {
  text-align: center;
  margin-top: 4rem;
  transform: translateY(20px);
  opacity: 0;
  animation: unique-fadeInUp 0.8s ease forwards 0.7s;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.unique-faq-cta p {
  color: var(--text-light);
  opacity: 0.8;
  margin-bottom: 1.8rem;
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.unique-btn-primary {
  background: var(--gold);
  color: var(--espresso);
  padding: 1.2rem 2.5rem;
  border-radius: 2px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  transition: all 0.4s ease;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  box-shadow: 0 4px 15px rgba(196, 168, 111, 0.3);
  min-width: 220px;
}

.unique-btn-primary:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 8px 25px rgba(196, 168, 111, 0.4);
}

/* Decorative Elements */
.unique-watercolor-texture {
  position: absolute;
  top: -50px;
  left: -50px;
  width: 300px;
  height: 300px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><path fill="%23d8b4a0" opacity="0.08" d="M45,5c25,15,40,50,60,80s45,65,70,70s45-30,20-80S90,10,45,5z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  animation: unique-float 12s ease-in-out infinite;
}

.unique-gold-flourish {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 250px;
  height: 250px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><path fill="%23c4a86f" opacity="0.1" d="M30,30c10,5,25-5,40,15s35,45,60,30s35-40,15-60S60,10,30,30z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  animation: unique-float 8s ease-in-out infinite reverse;
}

/* Animations */
@keyframes unique-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes unique-float {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(10px, 10px) rotate(2deg);
  }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .unique-faq-section {
    padding: 4rem 1rem;
  }

  .unique-faq-question span {
    font-size: 1.1rem;
  }

  .unique-faq-answer p,
  .unique-faq-answer ul {
    font-size: 0.95rem;
  }

  .unique-watercolor-texture,
  .unique-gold-flourish {
    width: 200px;
    height: 200px;
  }

  .unique-faq-cta p {
    font-size: 1.1rem;
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .unique-faq-header h1 {
    font-size: 2rem;
  }

  .unique-faq-header p {
    font-size: 1rem;
  }

  .unique-faq-question {
    padding: 1.3rem 0;
  }

  .unique-btn-primary {
    padding: 1rem 2rem;
    width: 100%;
    max-width: 280px;
  }

  .unique-watercolor-texture,
  .unique-gold-flourish {
    width: 150px;
    height: 150px;
  }

  .unique-faq-cta p {
    font-size: 1rem;
    padding: 0 10px;
  margin-bottom: 1.5rem;
  }
}

/* Large Screens */
@media (min-width: 1200px) {
  .unique-faq-section {
    padding: 8rem 2rem;
  }

  .unique-faq-container {
    max-width: 1000px;
  }

  .unique-faq-header h1 {
    font-size: 4rem;
  }

  .unique-faq-question span {
    font-size: 1.4rem;
  }

  .unique-faq-answer p,
  .unique-faq-answer ul {
    font-size: 1.1rem;
  }
}