/* =========================================================
   HELP CENTER
   ========================================================= */

.cfv-help-center {
  width: 100%;
  color: #10212b;
  background:
    radial-gradient(circle at top left, rgba(20, 111, 160, 0.08), transparent 34%),
    linear-gradient(180deg, #f7fbfd 0%, #ffffff 100%);
}

.cfv-help-center-margin__content {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
}

.cfv-help-center__hero {
  position: relative;
  overflow: hidden;
  min-height: 525px;
  background: #efe8d8;
}

.cfv-help-center__hero-media,
.cfv-help-center__hero-overlay,
.cfv-help-center__hero-inner {
  position: absolute;
  inset: 0;
}

.cfv-help-center__hero-media {
  z-index: 0;
}

.cfv-help-center__hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}

.cfv-help-center__hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 248, 233, 0.22) 0%, rgba(255, 248, 233, 0.1) 58%, rgba(255, 248, 233, 0) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 38%);
}

.cfv-help-center__hero-inner {
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: min(80%, 1080px);
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  padding-top: clamp(24px, 4.4vw, 62px);
}

.cfv-help-center__hero-copy {
  max-width: 589px;
  display: grid;
  gap: 10px;
}

.cfv-help-center__hero-eyebrow {
  margin: 0;
  color: #1582c9;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding-bottom: 0px;
}

.cfv-help-center__title {
  max-width: 100%;
  margin: 0;
  color: #080F29;
  font-size: clamp(34px, 4.8vw, 60px);
  line-height: 0.96;
  font-weight: 800;
  letter-spacing: -0.05em;
  text-wrap: balance;
  text-align: left;
}

.cfv-help-center__hero-lead {
  margin: 0;
  max-width: 560px;
  color: #40454d;
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.cfv-help-center__expert {
  padding: 34px 0 0;
}

.cfv-help-center__expert-card {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(230px, 0.75fr);
  gap: 28px;
  align-items: center;
  padding: 36px 0px 52px;
}

.cfv-help-center__expert-profile {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 18px 60px;
  align-items: center;
  min-width: 0;
}

.cfv-help-center__expert-avatar {
  margin: 0;
  width: 152px;
  overflow: hidden;
}

.cfv-help-center__expert-avatar-image {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}

.cfv-help-center__expert-copy {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}

.cfv-help-center__expert-title {
  margin: 0;
  color: rgba(0, 132, 198, 1);
  font-size: clamp(26px, 2.7vw, 37px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-wrap: balance;
  padding-bottom: 5px;
}

.cfv-help-center__expert-subtitle {
  margin: 0;
  color: rgba(94, 103, 115, 1);
  font-size: clamp(18px, 1.9vw, 24px);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.cfv-help-center__expert-text {
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 0;
  color: rgba(94, 103, 115, 1);
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 400;
}

.cfv-help-center__expert-logos {
  display: grid;
  justify-items: start;
  gap: 18px;
  min-width: 0;
}

.cfv-help-center__expert-logo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.cfv-help-center__expert-logo--government {
  max-width: 250px;
}

.cfv-help-center__section-heading {
  display: grid;
  gap: 8px;
}

.cfv-help-center__section-heading--compact {
  margin-bottom: 0;
}

.cfv-help-center__section-kicker {
  margin: 0;
  color: #0b5d8f;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cfv-help-center__faqs {
  padding: 54px 0 54px;
}

.cfv-help-center__faq-groups {
  display: grid;
  gap: 32px;
}

.cfv-help-center__faq-group {
  display: grid;
  gap: 18px;
}

.cfv-help-center__faq-group-heading {
  display: grid;
  gap: 6px;
}

.cfv-help-center__faq-group-title {
  margin: 0;
  color: #10212b;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.cfv-help-center__faq-group-subtitle {
  margin: 0;
  color: #5e6a76;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.cfv-help-center__faq-list {
  display: grid;
  gap: 16px;
}

.cfv-help-center__faq-item {
  padding: 0;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(9, 68, 111, 0.08);
  box-shadow: 0 12px 28px rgba(11, 93, 143, 0.05);
  overflow: hidden;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.cfv-help-center__faq-item[open] {
  border-color: rgba(9, 68, 111, 0.14);
  box-shadow: 0 16px 34px rgba(11, 93, 143, 0.08);
}

.cfv-help-center__faq-question {
  display: flex;
  align-items: center;
  gap: 18px;
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  color: #09446f;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.02em;
  outline: none;
}

.cfv-help-center__faq-question-title {
  margin: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  padding-bottom: 0px;
}

.cfv-help-center__faq-question:hover {
  color: #0b5d8f;
}

.cfv-help-center__faq-question:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(11, 93, 143, 0.18);
}

.cfv-help-center__faq-question::after {
  content: '';
  margin-left: auto;
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-right: 2px solid #111111;
  border-bottom: 2px solid #111111;
  transform: rotate(-45deg);
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.cfv-help-center__faq-item[open] .cfv-help-center__faq-question::after {
  transform: rotate(45deg);
}

.cfv-help-center__faq-question::-webkit-details-marker {
  display: none;
}

.cfv-help-center__faq-answer {
  padding: 0 24px 24px;
  border-top: 1px solid rgba(11, 93, 143, 0.12);
}

.cfv-help-center__faq-answer p {
  margin: 0;
  padding-top: 18px;
  color: #556579;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
}

.cfv-help-center__faq-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 12px 18px;
  border-radius: 8px;
  background: #fb6a2c;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.01em;
  text-decoration: none;
  box-shadow: 0 6px 14px rgba(251, 106, 44, .25);
  transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.cfv-help-center__faq-cta:hover,
.cfv-help-center__faq-cta:focus-visible {
  background: #f25717;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(251, 106, 44, .35);
}

.cfv-help-center__faq-cta:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(11, 93, 143, 0.18), 0 10px 22px rgba(11, 93, 143, 0.14);
}

@media (min-width: 981px) and (max-width: 1235px) {
  .cfv-help-center__hero-image {
    object-position: 50% 50%;
  }
}

@media (max-width: 980px) {
  .cfv-help-center__hero {
    min-height: 360px;
  }

  .cfv-help-center__hero-inner {
    justify-content: flex-end;
    width: calc(100% - 28px);
    left: 50%;
    right: auto;
    padding: 24px 20px 0;
  }

  .cfv-help-center__expert {
    padding-top: 28px;
  }

  .cfv-help-center__expert-card {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px;
  }

  .cfv-help-center__expert-profile {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 16px 18px;
  }

  .cfv-help-center__expert-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }

  .cfv-help-center__expert-logo--government {
    max-width: 220px;
  }

  .cfv-help-center__faqs {
    padding: 48px 0 56px;
  }

  .cfv-help-center__faq-groups {
    gap: 26px;
  }

  .cfv-help-center__faq-group {
    gap: 14px;
  }

  .cfv-help-center__faq-group-title {
    font-size: clamp(22px, 4.4vw, 30px);
  }

  .cfv-help-center__faq-group-subtitle {
    font-size: 15px;
  }

  .cfv-help-center__faq-list {
    gap: 12px;
  }

  .cfv-help-center__faq-question {
    padding: 18px 18px;
    font-size: 16px;
    gap: 12px;
  }

  .cfv-help-center__faq-question-title {
    line-height: 1.3;
  }

  .cfv-help-center__faq-answer {
    padding: 0 18px 18px;
  }

  .cfv-help-center__faq-answer p {
    padding-top: 14px;
    font-size: 16px;
    line-height: 1.48;
  }

  .cfv-help-center__faq-cta {
    margin-top: 16px;
    padding: 11px 16px;
    font-size: 14px;
  }

  .cfv-help-center__hero-image {
    object-position: 50% 50%;
  }
}

@media (max-width: 640px) {
  .cfv-help-center-margin__content {
    width: calc(100% - 28px);
  }

  .cfv-help-center__hero {
    min-height: 300px;
  }

  .cfv-help-center__hero-overlay {
    background:
      linear-gradient(180deg, rgba(255, 248, 233, 0.24) 0%, rgba(255, 248, 233, 0.1) 32%, rgba(255, 248, 233, 0) 100%),
      linear-gradient(90deg, rgba(255, 248, 233, 0.1) 0%, rgba(255, 248, 233, 0) 70%);
  }

  .cfv-help-center__hero-inner {
    width: calc(100% - 20px);
    padding: 18px 14px 0;
  }

  .cfv-help-center__hero-copy {
    max-width: 100%;
    gap: 10px;
    padding: 0;
    border-radius: 20px;
  }

  .cfv-help-center__hero-eyebrow {
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  .cfv-help-center__title {
    max-width: 100%;
    font-size: clamp(28px, 8.2vw, 42px);
    line-height: 0.98;
    text-align: left;
  }

  .cfv-help-center__hero-lead {
    font-size: 15px;
    line-height: 1.38;
  }

  .cfv-help-center__expert {
    padding-top: 22px;
  }

  .cfv-help-center__expert-card {
    padding: 20px;
    border-radius: 22px;
  }

  .cfv-help-center__expert-profile {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 14px;
    align-items: flex-start;
  }

  .cfv-help-center__expert-avatar {
    width: 84px;
  }

  .cfv-help-center__expert-title {
    font-size: 22px;
  }

  .cfv-help-center__expert-subtitle {
    font-size: 16px;
  }

  .cfv-help-center__expert-text {
    margin-top: 0;
    font-size: 15px;
    line-height: 1.28;
  }

  .cfv-help-center__expert-logos {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cfv-help-center__expert-logo--government {
    max-width: 220px;
  }

  .cfv-help-center__faqs {
    padding: 40px 0 48px;
  }

  .cfv-help-center__faq-groups {
    gap: 22px;
  }

  .cfv-help-center__faq-group {
    gap: 12px;
  }

  .cfv-help-center__faq-group-title {
    font-size: clamp(20px, 5.2vw, 26px);
  }

  .cfv-help-center__faq-group-subtitle {
    font-size: 14px;
  }

  .cfv-help-center__faq-list {
    gap: 10px;
  }

  .cfv-help-center__faq-item {
    border-radius: 18px;
  }

  .cfv-help-center__faq-question {
    padding: 16px 16px;
    font-size: 15px;
  }

  .cfv-help-center__faq-question-title {
    line-height: 1.3;
  }

  .cfv-help-center__faq-question::after {
    width: 8px;
    height: 8px;
  }

  .cfv-help-center__faq-answer {
    padding: 0 16px 16px;
  }

  .cfv-help-center__faq-answer p {
    padding-top: 12px;
    font-size: 15px;
  }

  .cfv-help-center__faq-cta {
    margin-top: 14px;
    width: 100%;
  }

  .cfv-help-center__hero-image {
    object-position: center center;
  }

}


/* RESET style HELP CENTER PAGE */
.cfv-help-center-page .et_pb_section {
  padding: 0;
}

.cfv-help-center-page .et_pb_row {
  padding: 0;
}
