:root {
  --faq-ink: #171225;
  --faq-muted: #686276;
  --faq-purple: #6844a5;
  --faq-purple-dark: #432a72;
  --faq-lilac: #f4f0fa;
  --faq-line: #e6dfef;
  --faq-white: #ffffff;
}

.faq-shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.faq-hero { padding: 150px 0 82px; background: radial-gradient(circle at 80% 20%, rgba(131, 91, 190, .2), transparent 34%), linear-gradient(145deg, #171224 0%, #291a45 100%); color: var(--faq-white); }
.faq-hero-hub { padding-bottom: 96px; }
.faq-service-hero { max-width: 1120px; }
.faq-kicker, .faq-service-eyebrow { color: #bda7df; font-size: 12px; line-height: 1; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.faq-hero h1 { max-width: 850px; margin: 18px 0 22px; color: var(--faq-white); font-size: clamp(44px, 7vw, 78px); line-height: .98; letter-spacing: -.045em; }
.faq-hero p { max-width: 720px; margin: 0; color: rgba(255,255,255,.72); font-size: clamp(17px, 2vw, 21px); line-height: 1.65; }
.faq-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 34px; }
.faq-primary-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; border-radius: 9px; background: #a884de; color: #181025; font-weight: 800; text-decoration: none; box-shadow: 0 12px 32px rgba(0,0,0,.18); transition: transform .2s ease, background .2s ease; }
.faq-primary-cta:hover { transform: translateY(-2px); background: #b99ae4; }
.faq-secondary-link { color: rgba(255,255,255,.86); font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }


.faq-services, .faq-content { padding: 82px 0 104px; background: #fbf9fd; }
.faq-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: -128px; position: relative; }
.faq-service-card { min-height: 285px; padding: 34px; border: 1px solid var(--faq-line); border-radius: 18px; background: #fff; box-shadow: 0 18px 50px rgba(29,18,48,.08); }
.faq-service-card:first-child { grid-column: span 2; min-height: 230px; }
.faq-service-card h2 { margin: 15px 0 12px; color: var(--faq-ink); font-size: 30px; letter-spacing: -.03em; }
.faq-service-card h2 a { color: inherit; text-decoration: none; }
.faq-service-card p { color: var(--faq-muted); line-height: 1.7; }
.faq-service-meta { margin-top: 28px; color: #8b8297; font-size: 13px; font-weight: 700; }
.faq-card-link { display: inline-flex; gap: 9px; margin-top: 14px; color: var(--faq-purple-dark); font-weight: 800; text-decoration: none; }

.faq-service-content { max-width: 960px; }
.faq-list { display: grid; gap: 12px; }
.faq-item { overflow: hidden; border: 1px solid var(--faq-line); border-radius: 13px; background: #fff; box-shadow: 0 6px 24px rgba(38,24,58,.04); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 24px; color: var(--faq-ink); font-size: 17px; line-height: 1.4; font-weight: 800; cursor: pointer; list-style: none; }
.faq-item summary:focus-visible { outline: 3px solid var(--faq-purple); outline-offset: 3px; border-radius: 14px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-icon { display: grid; place-items: center; width: 28px; height: 28px; flex: 0 0 auto; border-radius: 999px; background: var(--faq-lilac); color: var(--faq-purple-dark); font-size: 20px; transition: transform .2s ease; }
.faq-item[open] .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: none; overflow: visible; padding: 0 24px 23px; color: var(--faq-muted); font-size: 15px; line-height: 1.75; }
.faq-answer p { margin: 0; }
.faq-answer p + p { margin-top: 12px; }
.faq-bottom-cta { padding: 72px 0; background: #24183b; color: #fff; }
.faq-bottom-cta .faq-shell { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.faq-bottom-cta h2 { max-width: 680px; margin: 13px 0 8px; color: #fff; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.035em; }
.faq-bottom-cta p { margin: 0; color: rgba(255,255,255,.68); }

.featured-faq { padding: 92px 0; background: #fbf9fd; }
.featured-faq .container { max-width: 1040px; }
.featured-faq-heading { max-width: 720px; margin-bottom: 38px; }
.featured-faq-heading h2 { margin: 13px 0 12px; color: var(--faq-ink); font-size: clamp(34px, 5vw, 52px); line-height: 1.04; letter-spacing: -.04em; }
.featured-faq-heading p { color: var(--faq-muted); font-size: 17px; }
.featured-faq .faq-list { max-width: 900px; }
.featured-faq-link { display: inline-flex; gap: 10px; margin-top: 26px; color: var(--faq-purple-dark); font-weight: 800; text-decoration: none; }

@media (max-width: 800px) {
  .faq-shell { width: min(1120px, calc(100% - 28px)); }
  .faq-hero { padding: 125px 0 68px; }
  .faq-hero h1 { max-width: 100%; font-size: clamp(36px, 12vw, 44px); line-height: 1.02; overflow-wrap: anywhere; text-wrap: wrap; }
  .faq-hero p { max-width: 100%; overflow-wrap: anywhere; }
  .faq-service-hero, .faq-service-content { min-width: 0; }
  .faq-service-grid { grid-template-columns: 1fr; margin-top: -72px; }
  .faq-service-card:first-child { grid-column: auto; }
  .faq-services, .faq-content { padding-bottom: 76px; }
  .faq-bottom-cta .faq-shell { align-items: flex-start; flex-direction: column; }
  .featured-faq { padding: 72px 0; }
  .faq-item summary { padding: 19px 18px; font-size: 16px; }
  .faq-answer { padding: 0 18px 20px; }
}
