:root {
  --faq-yellow: #ffc526;
  --faq-ink: #101215;
  --faq-soft: #f4f0e8;
  --faq-muted: #667078;
  --faq-hero: url("project-hotel-wide-detail.jpg");
  --faq-detail: url("renovatie-wide-v12.jpg");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.faq-page {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--faq-ink);
  background: var(--faq-soft);
}

.faq-page a {
  color: inherit;
  text-decoration: none;
}

.faq-container {
  width: min(1420px, calc(100% - 88px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.faq-hero {
  min-height: 92svh;
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(8, 9, 10, .9) 0%, rgba(8, 9, 10, .67) 48%, rgba(8, 9, 10, .25) 100%),
    var(--faq-hero) center / cover no-repeat;
}

.faq-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 30%;
  background: linear-gradient(0deg, var(--faq-soft), rgba(244, 240, 232, 0));
  pointer-events: none;
}

.faq-topbar {
  position: relative;
  z-index: 5;
  padding: 28px 0;
}

.faq-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(13, 15, 17, .58);
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .24);
}

.faq-logo {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  font-family: Poppins, Inter, sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .04em;
}

.faq-logo span {
  color: var(--faq-yellow);
}

.faq-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: rgba(255, 255, 255, .78);
  font-weight: 800;
  font-size: 14px;
}

.faq-menu a:hover {
  color: #fff;
}

.faq-quote,
.faq-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 999px;
  border: 0;
  background: var(--faq-yellow);
  color: #111;
  font-weight: 900;
  box-shadow: 0 16px 40px rgba(255, 197, 38, .24);
}

.faq-button.ghost {
  color: #fff;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .24);
  box-shadow: none;
  backdrop-filter: blur(16px);
}

.faq-button.dark {
  color: #fff;
  background: #111418;
  box-shadow: none;
}

.faq-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 500px);
  gap: clamp(34px, 6vw, 84px);
  align-items: center;
  min-height: calc(92svh - 100px);
  padding: 70px 0 112px;
}

.faq-copy {
  max-width: 770px;
}

.faq-eyebrow,
.faq-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  padding: 11px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .86);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.faq-eyebrow::before,
.faq-kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--faq-yellow);
}

.faq-copy h1 {
  max-width: 760px;
  margin: 0;
  font-family: Poppins, Inter, sans-serif;
  font-size: clamp(50px, 7vw, 96px);
  line-height: .98;
  letter-spacing: 0;
}

.faq-lead {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.7;
  font-weight: 600;
}

.faq-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.faq-quick-card {
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 30px;
  background: linear-gradient(160deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .07));
  padding: 28px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .28);
  backdrop-filter: blur(22px);
}

.faq-quick-card > p {
  margin: 0 0 10px;
  color: var(--faq-yellow);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.faq-quick-card h2 {
  margin: 0 0 22px;
  font-family: Poppins, Inter, sans-serif;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1;
}

.faq-quick-card div {
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.faq-quick-card strong,
.faq-quick-card span {
  display: block;
}

.faq-quick-card strong {
  margin-bottom: 5px;
  font-size: 16px;
}

.faq-quick-card span {
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  font-weight: 700;
}

.faq-section {
  padding: 90px 0;
  background: var(--faq-soft);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
}

.faq-side {
  position: sticky;
  top: 140px;
}

.faq-section .faq-kicker,
.faq-band .faq-kicker {
  background: #fff;
  color: #7a6120;
  box-shadow: 0 12px 32px rgba(20, 22, 24, .06);
}

.faq-side h2,
.faq-band h2 {
  margin: 0;
  font-family: Poppins, Inter, sans-serif;
  font-size: clamp(34px, 4.8vw, 62px);
  line-height: 1.02;
  letter-spacing: 0;
}

.faq-side p,
.faq-band p {
  margin: 18px 0 26px;
  color: var(--faq-muted);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 650;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid rgba(16, 18, 21, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(16, 18, 21, .06);
  overflow: hidden;
}

.faq-item summary {
  position: relative;
  display: block;
  padding: 24px 70px 24px 24px;
  cursor: pointer;
  color: var(--faq-ink);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.3;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--faq-yellow);
  color: #111;
  font-size: 22px;
  font-weight: 900;
  transform: translateY(-50%);
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--faq-muted);
  font-size: 15px;
  line-height: 1.75;
  font-weight: 650;
}

.faq-band {
  padding: 0 0 94px;
  background: var(--faq-soft);
}

.faq-band-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(30px, 5vw, 54px);
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(10, 12, 15, .94), rgba(10, 12, 15, .62)),
    var(--faq-detail) center / cover no-repeat;
  box-shadow: 0 26px 70px rgba(16, 18, 21, .18);
}

.faq-band .faq-kicker {
  background: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .86);
  box-shadow: none;
}

.faq-band p {
  max-width: 690px;
  color: rgba(255, 255, 255, .75);
}

@media (max-width: 1120px) {
  .faq-container {
    width: min(100% - 44px, 1120px);
  }

  .faq-hero-grid,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .faq-hero-grid {
    min-height: auto;
    padding-top: 156px;
  }

  .faq-quick-card {
    max-width: 660px;
  }

  .faq-side {
    position: static;
  }
}

@media (max-width: 720px) {
  .faq-container {
    width: min(100% - 28px, 680px);
  }

  .faq-hero {
    min-height: auto;
    background-position: 56% center;
  }

  .faq-hero-grid {
    padding: 148px 0 72px;
  }

  .faq-copy h1 {
    font-size: clamp(38px, 11vw, 50px);
  }

  .faq-lead {
    font-size: 15px;
    line-height: 1.65;
  }

  .faq-actions,
  .faq-button {
    width: 100%;
  }

  .faq-quick-card {
    padding: 22px;
    border-radius: 22px;
  }

  .faq-section {
    padding: 56px 0;
  }

  .faq-side h2,
  .faq-band h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .faq-item summary {
    padding: 20px 60px 20px 20px;
    font-size: 17px;
  }

  .faq-item summary::after {
    right: 18px;
    width: 30px;
    height: 30px;
  }

  .faq-item p {
    padding: 0 20px 20px;
    font-size: 14px;
  }

  .faq-band {
    padding-bottom: 56px;
  }

  .faq-band-grid {
    grid-template-columns: 1fr;
  }
}
