:root {
  --faq-black: #050505;
  --faq-gold: #efa900;
  --faq-paper: #fffaf0;
  --faq-text: #111;
  --faq-radius: 24px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { font-family: "Roboto", Arial, sans-serif; color: var(--faq-text); background: #fff; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 10000; padding: 12px 16px; border: 2px solid var(--faq-gold); border-radius: 8px; color: #050505; background: #fff; font-weight: 800; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.faq-page { overflow: hidden; }
.faq-container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.faq-eyebrow { margin: 0 0 16px; color: var(--faq-gold); font-size: 14px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.faq-page h1, .faq-page h2 { letter-spacing: -.045em; }

.faq-hero { position: relative; padding: clamp(84px, 11vw, 148px) 0; color: #fff; background: var(--faq-black); }
.faq-hero::after { content: "?"; position: absolute; right: 4vw; bottom: -8vw; color: rgba(239,169,0,.13); font-size: clamp(16rem, 35vw, 34rem); font-weight: 900; line-height: .8; pointer-events: none; }
.faq-hero .faq-container { position: relative; z-index: 1; }
.faq-hero h1 { max-width: 940px; margin: 0; font-size: clamp(3.3rem, 7vw, 7rem); line-height: .92; }
.faq-hero > .faq-container > p:last-child { max-width: 720px; margin: 30px 0 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.7; }

.faq-group { padding: clamp(72px, 9vw, 118px) 0; background: #fff; }
.faq-group--warm { background: var(--faq-paper); }
.faq-group--dark { color: #fff; background: var(--faq-black); }
.faq-group__grid { display: grid; grid-template-columns: minmax(240px, .72fr) minmax(0, 1.45fr); gap: clamp(44px, 7vw, 96px); align-items: start; }
.faq-group header { position: sticky; top: 118px; }
.faq-group h2 { margin: 0; font-size: clamp(2.2rem, 4.2vw, 4.1rem); line-height: 1.02; }
.faq-list { border-top: 1px solid rgba(5,5,5,.22); }
.faq-group--dark .faq-list { border-color: rgba(255,255,255,.24); }
.faq-list details { border-bottom: 1px solid rgba(5,5,5,.22); }
.faq-group--dark .faq-list details { border-color: rgba(255,255,255,.24); }
.faq-list summary { position: relative; padding: 26px 58px 26px 0; font-size: clamp(1.05rem, 1.5vw, 1.28rem); font-weight: 800; line-height: 1.35; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 21px; right: 4px; display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(239,169,0,.7); border-radius: 50%; color: var(--faq-gold); font-size: 24px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 760px; margin: 0; padding: 0 58px 28px 0; color: #4a4a4a; font-size: 16px; line-height: 1.72; }
.faq-group--dark .faq-list details p { color: rgba(255,255,255,.7); }

.faq-cta { padding: clamp(74px, 10vw, 130px) 0; text-align: center; background: linear-gradient(120deg, #fff, var(--faq-paper)); }
.faq-cta h2 { max-width: 820px; margin: 0 auto; font-size: clamp(2.7rem, 5.8vw, 5.4rem); line-height: .98; }
.faq-cta p:not(.faq-eyebrow) { max-width: 760px; margin: 26px auto 32px; color: #4d4d4d; font-size: 17px; line-height: 1.7; }
.faq-cta__actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.faq-cta__actions a { display: inline-flex; min-height: 56px; padding: 0 28px; align-items: center; justify-content: center; border: 1px solid var(--faq-gold); border-radius: 999px; color: #111; background: var(--faq-gold); font-weight: 800; text-decoration: none; }
.faq-cta__actions a:last-child { color: #fff; border-color: var(--faq-black); background: var(--faq-black); }

@media (max-width: 820px) {
  .faq-group__grid { grid-template-columns: 1fr; }
  .faq-group header { position: static; }
}

@media (max-width: 600px) {
  .faq-container { width: min(100% - 32px, 1180px); }
  .faq-hero { padding: 68px 0 78px; }
  .faq-hero h1 { font-size: clamp(3.1rem, 15vw, 4.7rem); }
  .faq-list summary { padding-right: 50px; }
  .faq-list details p { padding-right: 8px; }
  .faq-cta__actions { flex-direction: column; }
  .faq-cta__actions a { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .faq-page * { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
