.faq-page { background: #f6f6f1; }
.faq-page .site-header { position: absolute; }
.faq-page .site-header.is-scrolled { position: fixed; }
.faq-hero { min-height: 760px; color: #fff; background: #090c0e; }
.faq-hero-grid { min-height: 760px; padding-top: 155px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: center; }
.faq-hero h1 { margin: 0; max-width: 850px; font-size: clamp(64px,6.2vw,90px); line-height: .91; letter-spacing: -.07em; }
.faq-hero h1 em { color: #eab936; font-style: normal; }
.faq-hero-copy > p:not(.eyebrow) { max-width: 560px; margin: 32px 0 0; color: #9da5a5; font-size: 17px; line-height: 1.65; }
.faq-hero-card { min-height: 380px; padding: 46px; display: flex; flex-direction: column; background: #252a2d; }
.faq-hero-card > span { color: #eab936; font-size: 10px; font-weight: 750; letter-spacing: .14em; }
.faq-hero-card strong { margin-top: 55px; font-size: 34px; line-height: 1.02; letter-spacing: -.045em; }
.faq-hero-card a { margin-top: auto; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.18); display: flex; justify-content: space-between; color: #c0cccc; font-size: 11px; font-weight: 650; }

.faq-content { padding: 145px 0 160px; }
.faq-intro { margin-bottom: 110px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; }
.faq-intro h2, .faq-category-head h2, .faq-contact h2 { margin: 0; font-size: clamp(43px,4vw,60px); line-height: .96; letter-spacing: -.055em; }
.faq-intro > p { margin: 0; color: #6e7474; font-size: 15px; line-height: 1.7; }
.faq-category { margin-bottom: 120px; display: grid; grid-template-columns: 360px 1fr; gap: 110px; }
.faq-category:last-child { margin-bottom: 0; }
.faq-category-head { position: sticky; top: 150px; align-self: start; }
.faq-category-head h2 { font-size: 36px; }
.faq-category-head > span { display: block; margin-bottom: 26px; color: #eab936; font-size: 11px; font-weight: 750; }
.faq-category .faq-list { border-top: 0; }
.faq-category .faq-question { min-height: 112px; font-size: 19px; }
.faq-category .faq-answer p { font-size: 14px; }

.faq-contact { position: relative; padding: 140px 0; overflow: hidden; color: #fff; background: #090c0e url("../assets/images/Anfrage-background-image.webp") center / cover no-repeat; }
.faq-contact::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,12,14,.94) 0%, rgba(9,12,14,.84) 52%, rgba(9,12,14,.72) 100%); }
.faq-contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 120px; align-items: center; }
.faq-contact-copy p { margin: 0 0 38px; color: #acb9b9; font-size: 16px; line-height: 1.7; }
.faq-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.faq-actions .pill-outline { border: 1px solid rgba(255,255,255,.28); color: #fff; }

@media (max-width: 900px) { .faq-hero-grid { gap: 45px; } .faq-category { grid-template-columns: 270px 1fr; gap: 55px; } }
@media (max-width: 760px) {
  .faq-hero, .faq-hero-grid { min-height: 820px; }
  .faq-hero-grid { padding-top: 125px; grid-template-columns: 1fr; gap: 45px; align-content: center; }
  .faq-hero h1 { font-size: 50px; }
  .faq-hero-card { min-height: 260px; padding: 30px; }
  .faq-hero-card strong { margin-top: 32px; font-size: 27px; }
  .faq-content { padding: 95px 0 110px; }
  .faq-intro, .faq-category, .faq-contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .faq-intro { margin-bottom: 85px; }
  .faq-category { margin-bottom: 90px; }
  .faq-category-head { position: static; }
  .faq-category .faq-question { min-height: 96px; font-size: 16px; }
  .faq-contact { padding: 76px 0; background-position: 62% center; }
  .faq-contact::before { background: linear-gradient(90deg, rgba(9,12,14,.94), rgba(9,12,14,.76)), linear-gradient(180deg, rgba(9,12,14,.18), rgba(9,12,14,.9)); }
}
