* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: #2f2a28; background: linear-gradient(180deg, #fff8f8 0%, #fffdfc 100%); font-family: "Quicksand", sans-serif; -webkit-font-smoothing: antialiased; }

.classic-faq-page { padding-top: 72px; }
.classic-faq-hero { padding: 3.5rem 0 1.75rem; }
.classic-faq-hero-inner { text-align: center; }
.classic-faq-eyebrow { margin: 0 0 0.8rem; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.classic-faq-hero h1 { margin: 0; color: #2f2a28; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 700; letter-spacing: -0.03em; }
.classic-faq-intro { max-width: 42rem; margin: 1rem auto 0; color: #6f635d; font-size: 1rem; line-height: 1.8; }
.classic-faq-list-section { padding: 1rem 0 4rem; }
.classic-faq-list { display: grid; gap: 1rem; max-width: 900px; margin: 0 auto; }
.classic-faq-item { overflow: hidden; border: 1px solid rgba(178, 21, 69, 0.08); border-radius: 22px; background: rgba(255, 255, 255, 0.94); box-shadow: 0 18px 40px rgba(61, 39, 25, 0.07); scroll-margin-top: 100px; }
.classic-faq-item summary { display: flex; min-height: 92px; padding: 1.35rem 1.5rem; align-items: center; justify-content: space-between; gap: 1.25rem; color: #2f2a28; cursor: pointer; list-style: none; }
.classic-faq-item summary::-webkit-details-marker { display: none; }
.classic-faq-question { display: grid; gap: 0.35rem; }
.classic-faq-item small { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.classic-faq-item strong { font-size: clamp(1rem, 1.6vw, 1.2rem); font-weight: 600; line-height: 1.4; }
.classic-faq-item summary i { flex: 0 0 auto; font-size: 0.9rem; transition: transform 0.22s ease; }
.classic-faq-item[open] summary i { transform: rotate(180deg); }
.classic-faq-answer { padding: 0 4.2rem 1.5rem 1.5rem; }
.classic-faq-answer p { margin: 0; color: #463b36; font-size: 1rem; line-height: 1.75; }

.classic-faq-help { display: flex; max-width: 900px; margin: 2rem auto 0; padding: 2rem; align-items: center; justify-content: space-between; gap: 2rem; border: 1px solid rgba(178, 21, 69, 0.08); border-radius: 22px; background: rgba(255, 255, 255, 0.94); box-shadow: 0 18px 40px rgba(61, 39, 25, 0.07); }
.classic-faq-help h2 { margin: 0; font-size: clamp(1.55rem, 3vw, 2.2rem); font-weight: 700; letter-spacing: -0.025em; }
.classic-faq-help > div > p:last-child { margin: 0.6rem 0 0; color: #6f635d; }
.classic-faq-actions { display: flex; flex: 0 0 auto; gap: 0.75rem; }
.classic-faq-actions .btn { min-height: 48px; padding: 0.75rem 1.2rem; display: inline-flex; align-items: center; justify-content: center; border-radius: 0.25rem; font-weight: 700; }
.classic-faq-primary { border-color: transparent; color: #fff; }
.classic-faq-primary:hover { color: #fff; }
.classic-faq-secondary { background: #fff; }

@media (max-width: 768px) {
  .classic-faq-page { padding-top: 64px; }
  .classic-faq-hero { padding: 2.5rem 0 1.25rem; }
  .classic-faq-list-section { padding-bottom: 3rem; }
  .classic-faq-item summary { min-height: 84px; padding: 1.15rem 1.2rem; }
  .classic-faq-answer { padding: 0 2.8rem 1.3rem 1.2rem; }
  .classic-faq-help { padding: 1.5rem; align-items: stretch; flex-direction: column; }
  .classic-faq-actions { flex-direction: column; }
  .classic-faq-actions .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
