/* BGT FAQ Content — v2026.48 */
.bgt-faq-content {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background: #fbfcfa;
  color: #0b293c;
  padding: 30px 0 34px;
}

.bgt-faq-content,
.bgt-faq-content * {
  box-sizing: border-box;
}

.bgt-faq-content__pattern {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  opacity: .24;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bgt-faq-content__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
}

.bgt-faq-content__top {
  display: grid;
  grid-template-columns: minmax(0, 37%) minmax(0, 1fr);
  align-items: start;
  gap: 52px;
}

.bgt-faq-content__intro-column,
.bgt-faq-content__primary-column,
.bgt-faq-content__group {
  min-width: 0;
}

.bgt-faq-content__primary-column {
  padding-top: 104px;
}

.bgt-faq-content__eyebrow {
  margin: 0 0 12px;
  color: #67b82d;
  font: inherit;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.bgt-faq-content__heading,
.bgt-faq-content .bgt-faq-content__heading {
  margin: 0;
  padding: 0;
  color: #0b293c;
  font-family: inherit;
  font-size: 39px;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -.9px;
  text-transform: none;
}

.bgt-faq-content__heading-rule {
  display: block;
  width: 52px;
  height: 3px;
  margin: 13px 0 18px;
  border-radius: 99px;
  background: #69b82e;
}

.bgt-faq-content__intro-description {
  max-width: 520px;
  color: #34444d;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 400;
}

.bgt-faq-content__intro-description > :first-child,
.bgt-faq-content__answer > :first-child {
  margin-top: 0;
}

.bgt-faq-content__intro-description > :last-child,
.bgt-faq-content__answer > :last-child {
  margin-bottom: 0;
}

.bgt-faq-content__help {
  --bgt-faq-help-dot: rgba(102,184,207,.28);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 26px;
  padding: 28px 30px 26px;
  border-radius: 10px;
  background: #00354e;
  box-shadow: 0 8px 18px rgba(0, 36, 57, .18);
  color: #fff;
}

.bgt-faq-content__help-inner {
  position: relative;
  z-index: 2;
}

.bgt-faq-content__help-dots {
  position: absolute;
  z-index: 0;
  top: 55px;
  right: -12px;
  width: 205px;
  height: 175px;
  opacity: .95;
  transform: rotate(-5deg);
  background-image: radial-gradient(circle, var(--bgt-faq-help-dot) 0 1.7px, transparent 2px);
  background-size: 10px 10px;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 20%, rgba(0,0,0,.9) 44%, transparent 72%);
  mask-image: radial-gradient(ellipse at center, #000 20%, rgba(0,0,0,.9) 44%, transparent 72%);
}

.bgt-faq-content__help-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 17px;
  border: 2px solid #79bd20;
  border-radius: 50%;
  color: #79bd20;
  font-size: 34px;
}

.bgt-faq-content__help-icon svg,
.bgt-faq-content__phone-icon svg,
.bgt-faq-content__group-icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.bgt-faq-content__help-title {
  margin: 0;
  color: #fff;
  font-family: inherit;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
}

.bgt-faq-content__help-highlight {
  margin-top: 4px;
  color: #78bd20;
  font-family: inherit;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
}

.bgt-faq-content__phone-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
}

.bgt-faq-content__phone-icon {
  display: inline-flex;
  flex: 0 0 auto;
  color: #79bd20;
  font-size: 30px;
}

.bgt-faq-content__phone {
  color: #fff;
  font-family: inherit;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
}

.bgt-faq-content a.bgt-faq-content__phone:hover,
.bgt-faq-content a.bgt-faq-content__phone:focus-visible {
  color: #fff;
  text-decoration: none;
  opacity: .9;
}

.bgt-faq-content__help-divider {
  display: block;
  width: 100%;
  height: 1px;
  margin: 20px 0 16px;
  background: rgba(255,255,255,.18);
}

.bgt-faq-content__help-description {
  max-width: 235px;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
}

.bgt-faq-content__accordion {
  display: flex;
  flex-direction: column;
  gap: 9px;
  width: 100%;
}

.bgt-faq-content__item {
  overflow: hidden;
  width: 100%;
  margin: 0;
  border: 1px solid #d9dfdd;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 2px 7px rgba(15, 42, 53, .07);
}

.bgt-faq-content__item[open] {
  box-shadow: 0 3px 9px rgba(15, 42, 53, .09);
}

.bgt-faq-content__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 15px 22px;
  list-style: none;
  cursor: pointer;
  color: #0c2639;
  background: transparent;
  transition: background-color .2s ease, color .2s ease;
}

.bgt-faq-content__question::-webkit-details-marker {
  display: none;
}

.bgt-faq-content__question::marker {
  content: '';
}

.bgt-faq-content__question:hover {
  background-color: rgba(4, 58, 89, .035);
}

.bgt-faq-content__item[open] > .bgt-faq-content__question {
  background: #003c60;
  color: #fff;
}

.bgt-faq-content__question-text {
  min-width: 0;
  color: inherit;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
}

.bgt-faq-content__arrow {
  --bgt-faq-arrow-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  flex: 0 0 calc(var(--bgt-faq-arrow-size) + 16px);
  width: calc(var(--bgt-faq-arrow-size) + 16px) !important;
  height: calc(var(--bgt-faq-arrow-size) + 16px) !important;
  margin-left: auto;
  color: #0b293c;
  line-height: 0;
  transform: none !important;
  transition: color .22s ease;
}

.bgt-faq-content__arrow-icon {
  display: block;
  width: var(--bgt-faq-arrow-size) !important;
  height: var(--bgt-faq-arrow-size) !important;
  overflow: visible;
  fill: none !important;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: transform .22s ease;
}

.bgt-faq-content__item[open] .bgt-faq-content__arrow {
  color: #fff;
  transform: none !important;
}

.bgt-faq-content__item[open] .bgt-faq-content__arrow-icon {
  transform: rotate(180deg);
}

.bgt-faq-content__answer {
  margin: 0;
  padding: 12px 24px 17px;
  color: #434b50;
  background: #fff;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.48;
  font-weight: 400;
}

.bgt-faq-content__bottom {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  margin-top: 30px;
}

.bgt-faq-content__group-heading {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 36px;
  margin: 0 0 9px;
}

.bgt-faq-content__group-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #72b92e;
  font-size: 29px;
}

.bgt-faq-content__group-title,
.bgt-faq-content .bgt-faq-content__group-title {
  margin: 0;
  padding: 0;
  color: #0b293c;
  font-family: inherit;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
}

.bgt-faq-content__question:focus-visible,
.bgt-faq-content__phone:focus-visible {
  outline: 2px solid #74b92d;
  outline-offset: 3px;
}

@media (max-width: 1390px) {
  .bgt-faq-content__container {
    max-width: calc(100% - 56px);
  }
}

@media (max-width: 1024px) {
  .bgt-faq-content__container {
    max-width: 100%;
  }

  .bgt-faq-content__top {
    grid-template-columns: minmax(0, 39%) minmax(0, 1fr);
    gap: 32px;
  }

  .bgt-faq-content__heading,
  .bgt-faq-content .bgt-faq-content__heading {
    font-size: 34px;
  }

  .bgt-faq-content__help {
    padding: 24px;
  }

  .bgt-faq-content__help-title,
  .bgt-faq-content__help-highlight {
    font-size: 23px;
  }

  .bgt-faq-content__phone {
    font-size: 20px;
  }

  .bgt-faq-content__bottom {
    gap: 24px;
  }
}

@media (max-width: 820px) {
  .bgt-faq-content__top {
    grid-template-columns: 1fr !important;
    gap: 34px;
  }

  .bgt-faq-content__primary-column {
    padding-top: 0;
  }

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

  .bgt-faq-content__help {
    max-width: 520px;
  }

  .bgt-faq-content__bottom {
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .bgt-faq-content {
    padding: 34px 18px;
  }

  .bgt-faq-content__heading,
  .bgt-faq-content .bgt-faq-content__heading {
    font-size: 32px;
    letter-spacing: -.5px;
  }

  .bgt-faq-content__intro-description {
    font-size: 15px;
  }

  .bgt-faq-content__help {
    padding: 23px 22px;
  }

  .bgt-faq-content__question {
    gap: 14px;
    padding: 14px 16px;
  }

  .bgt-faq-content__answer {
    padding: 12px 16px 16px;
  }

  .bgt-faq-content__question-text,
  .bgt-faq-content__answer {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .bgt-faq-content__help-title,
  .bgt-faq-content__help-highlight {
    font-size: 22px;
  }

  .bgt-faq-content__phone {
    font-size: 18px;
  }

  .bgt-faq-content__phone-row {
    gap: 11px;
  }

  .bgt-faq-content__group-title,
  .bgt-faq-content .bgt-faq-content__group-title {
    font-size: 19px;
  }
}
