/* ═══════════════════════════════════════════════════════════
   PAGE FAQ — prefix: pf-
   Scope: #cw-landing-wrapper
═══════════════════════════════════════════════════════════ */

/* CONTAINER
─────────────────────────────────────────────────── */
#cw-landing-wrapper .pf-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

/* HERO
─────────────────────────────────────────────────── */
#cw-landing-wrapper .pf-hero {
  background: #1a1a1a;
  padding: 80px 0 64px;
  text-align: center;
}

#cw-landing-wrapper .pf-hero__eyebrow {
  display: inline-block;
  color: #db1709;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 16px !important;
}

#cw-landing-wrapper .pf-hero__title {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 16px !important;
}

#cw-landing-wrapper .pf-hero__desc {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  max-width: 560px;
  margin: 0 auto 0;
  line-height: 1.7;
}

/* SEARCH
─────────────────────────────────────────────────── */
#cw-landing-wrapper .pf-search-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 540px;
  margin: 32px auto 0;
}

#cw-landing-wrapper .pf-search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  pointer-events: none;
}

#cw-landing-wrapper .pf-search {
  width: 100%;
  padding: 14px 20px 14px 48px;
  border-radius: 100px;
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s ease, background 0.2s ease;
}

#cw-landing-wrapper .pf-search::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

#cw-landing-wrapper .pf-search:focus {
  border-color: #db1709;
  background: rgba(255, 255, 255, 0.12);
}

/* BODY LAYOUT
─────────────────────────────────────────────────── */
#cw-landing-wrapper .pf-body {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 24px 80px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 56px;
  align-items: start;
}

/* SIDEBAR
─────────────────────────────────────────────────── */
#cw-landing-wrapper .pf-sidebar {
  position: sticky;
  top: 88px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

#cw-landing-wrapper .pf-sidebar__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  color: #6b6867;
  text-decoration: none;
  transition: color 0.15s ease, background 0.15s ease;
}

#cw-landing-wrapper .pf-sidebar__item:hover {
  color: #1a1a1a;
  background: #f0eeec;
}

#cw-landing-wrapper .pf-sidebar__item.is-active {
  color: #db1709;
  background: rgba(219, 23, 9, 0.06);
  font-weight: 600;
}

#cw-landing-wrapper .pf-sidebar__num {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f0eeec;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b6867;
  flex-shrink: 0;
  transition: background 0.15s ease, color 0.15s ease;
}

#cw-landing-wrapper .pf-sidebar__item.is-active .pf-sidebar__num {
  background: #db1709;
  color: #ffffff;
}

/* SECTIONS
─────────────────────────────────────────────────── */
#cw-landing-wrapper .pf-section {
  margin-bottom: 56px;
  padding-top: 24px;
}

#cw-landing-wrapper .pf-section:last-of-type {
  margin-bottom: 0;
}

#cw-landing-wrapper .pf-section__title {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 20px !important;
  padding-bottom: 12px;
  border-bottom: 2px solid #eeece9;
}

/* ACCORDION ITEMS
─────────────────────────────────────────────────── */
#cw-landing-wrapper .pf-item {
  border-bottom: 1px solid #eeece9;
}

#cw-landing-wrapper .pf-item:first-of-type {
  border-top: 1px solid #eeece9;
}

#cw-landing-wrapper .pf-item__q {
  width: 100%;
  background: transparent;
  border: none;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  text-align: left;
  transition: color 0.15s ease;
}

#cw-landing-wrapper .pf-item__q:hover {
  color: #db1709;
}

#cw-landing-wrapper .pf-item.is-open .pf-item__q {
  color: #db1709;
}

#cw-landing-wrapper .pf-item__chevron {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  transition: transform 0.28s ease;
}

#cw-landing-wrapper .pf-item.is-open .pf-item__chevron {
  transform: rotate(180deg);
}

#cw-landing-wrapper .pf-item__body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.28s ease;
}

#cw-landing-wrapper .pf-item.is-open .pf-item__body {
  grid-template-rows: 1fr;
}

#cw-landing-wrapper .pf-item__body-inner {
  overflow: hidden;
}

#cw-landing-wrapper .pf-item__a {
  padding: 0 0 20px 0;
  font-family: 'Poppins', sans-serif;
  font-size: 14.5px;
  line-height: 1.8;
  color: #6b6867;
  margin: 0;
}

/* HIDDEN ITEMS DURING SEARCH
─────────────────────────────────────────────────── */
#cw-landing-wrapper .pf-item[hidden],
#cw-landing-wrapper .pf-section[hidden] {
  display: none;
}

/* NO RESULTS
─────────────────────────────────────────────────── */
#cw-landing-wrapper .pf-no-results {
  display: none;
  text-align: center;
  padding: 48px 24px;
  color: #6b6867;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
}

/* CTA SECTION
─────────────────────────────────────────────────── */
#cw-landing-wrapper .pf-cta {
  background: #1a1a1a;
  padding: 64px 24px;
  text-align: center;
}

#cw-landing-wrapper .pf-cta__title {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 12px !important;
}

#cw-landing-wrapper .pf-cta__desc {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 28px;
}

#cw-landing-wrapper .pf-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 100px;
  background: #db1709;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.18s ease;
}

#cw-landing-wrapper .pf-cta__btn:hover {
  background: #c4160a;
  color: #ffffff;
}

/* RESPONSIVE 960px
─────────────────────────────────────────────────── */
@media (max-width: 960px) {
  #cw-landing-wrapper .pf-body {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 40px;
  }

  #cw-landing-wrapper .pf-sidebar {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 32px;
  }

  #cw-landing-wrapper .pf-sidebar__item {
    font-size: 12px;
    padding: 6px 12px;
    border: 1px solid #e8e5e2;
    border-radius: 100px;
  }

  #cw-landing-wrapper .pf-sidebar__num {
    display: none;
  }

  #cw-landing-wrapper .pf-hero__title {
    font-size: 34px;
  }
}

/* RESPONSIVE 600px
─────────────────────────────────────────────────── */
@media (max-width: 600px) {
  #cw-landing-wrapper .pf-hero {
    padding: 56px 0 48px;
  }

  #cw-landing-wrapper .pf-hero__title {
    font-size: 26px;
  }

  #cw-landing-wrapper .pf-body {
    padding: 40px 16px 60px;
  }
}
