/* Caterman — FAQ page. Dark editorial, builds on .cm-os + reuses the .cm-evp-faq
   accordion from caterman-eventpages. This file = page layout + group headers + CTA. */

.cm-faq { position: relative; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; background: #000; }

/* neutralise the theme content wrapper + subheader */
.cm-faq-page #content.site-content { padding-top: 0 !important; padding-bottom: 0 !important; }
.cm-faq-page .kl-blog-page-content,
.cm-faq-page .kl-blog-page-body,
.cm-faq-page #th-content-page { padding: 0 !important; margin: 0 !important; }
.cm-faq-page #content.site-content .container,
.cm-faq-page #content.site-content .row,
.cm-faq-page #content.site-content [class*="col-"] { width: 100% !important; max-width: none !important; padding: 0 !important; margin: 0 !important; }
.cm-faq-page .entry-title, .cm-faq-page .page-title, .cm-faq-page .page-header,
.cm-faq-page .kl-slideshow, .cm-faq-page #zn_slideshow, .cm-faq-page .hero-subheader { display: none !important; }

/* hero */
.cm-faq-hero { padding-top: clamp(46px, 6vw, 80px); padding-bottom: clamp(28px, 4vw, 48px); }
.cm-faq-hero__inner { max-width: 1180px; }
.cm-faq-hero .cm-os-intro { max-width: 640px; }

/* body + groups */
.cm-faq-body { padding-top: clamp(16px, 2.5vw, 36px); }
.cm-faq-group { margin-top: clamp(44px, 6vw, 76px); }
.cm-faq-group:first-child { margin-top: 0; }
.cm-faq-group__title {
  margin: 0 0 clamp(6px, 1vw, 12px);
  font-family: 'Roboto Condensed', 'Manrope', sans-serif; font-weight: 700; text-transform: uppercase;
  font-size: clamp(22px, 2.8vw, 38px); line-height: 1.02; letter-spacing: -.02em; color: #fff;
}

/* the .cm-evp-faq__list border-top doubles as the group's top rule */

/* closing CTA */
.cm-faq-cta { margin-top: clamp(64px, 9vw, 120px); padding-top: clamp(48px, 6vw, 80px); border-top: 1px solid rgba(255,255,255,.12); max-width: 760px; }
.cm-faq-cta .cm-os-intro { margin-top: 18px; max-width: 600px; }
.cm-faq-cta__row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.cm-faq-btn {
  display: inline-block; padding: 12px 34px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px;
  background: #fff; color: #000; text-decoration: none;
  font-family: 'Roboto Condensed', 'Manrope', sans-serif; font-weight: 700;
  font-size: clamp(17px, 1.6vw, 23px); text-transform: uppercase; line-height: 1.15;
  transition: background .25s cubic-bezier(.16,1,.3,1), color .25s ease, border-color .25s ease;
}
.cm-faq-btn:hover { background: rgba(255,255,255,.85); }
.cm-faq-btn--ghost { background: rgba(255,255,255,.02); color: #fff; }
.cm-faq-btn--ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; }
