.cg-faq-page {
  background: #ffffff;
  color: #151515;
  overflow: hidden;
}

.cg-faq-intro {
  padding: 86px 0 28px;
  position: relative;
}

.cg-faq-intro::before {
  background: rgba(177, 255, 41, 0.14);
  content: "";
  height: 12px;
  left: max(24px, calc((100vw - 1320px) / 2));
  position: absolute;
  top: 74px;
  width: 96px;
}

.cg-faq-intro__inner {
  max-width: 860px;
}

.cg-faq-intro__eyebrow,
.cg-faq-cta__eyebrow {
  color: #5d6678;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.cg-faq-intro__title,
.cg-faq-cta__title {
  color: #0a0a0a;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
  max-width: 760px;
}

.cg-faq-intro__content {
  color: #5d6678;
  display: grid;
  font-size: 17px;
  line-height: 1.78;
  margin-top: 26px;
  max-width: 780px;
}

.cg-faq-intro__content p,
.cg-faq-cta__description {
  margin: 0;
}

.cg-faq {
  padding: 20px 0 90px;
  position: relative;
}

.cg-faq::after {
  background: radial-gradient(circle at 82% 8%, rgba(177, 255, 41, 0.18), rgba(177, 255, 41, 0.06) 28%, transparent 54%);
  content: "";
  height: 520px;
  pointer-events: none;
  position: absolute;
  right: -220px;
  top: -120px;
  width: 620px;
}

.cg-faq__shell {
  position: relative;
  z-index: 1;
}

.cg-faq-search {
  background: #ffffff;
  border: 1px solid #e2e5de;
  box-shadow: 0 24px 54px rgba(10, 10, 10, 0.08);
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
  padding: 22px;
}

.cg-faq-search__label {
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

.cg-faq-search__control {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 20px minmax(0, 1fr) auto;
}

.cg-faq-search__control i {
  color: #8bd311;
  font-size: 18px;
}

.cg-faq-search__input {
  background: #f7f8f5;
  border: 1px solid #e2e5de;
  color: #151515;
  font-size: 16px;
  min-height: 52px;
  padding: 0 16px;
  transition: border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
  width: 100%;
}

.cg-faq-search__input:focus {
  background: #ffffff;
  border-color: #b1ff29;
  box-shadow: 0 0 0 4px rgba(177, 255, 41, 0.18);
  outline: none;
}

.cg-faq-search__clear {
  background: #0a0a0a;
  border: 1px solid #0a0a0a;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  min-height: 52px;
  padding: 0 18px;
  transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease;
  white-space: nowrap;
}

.cg-faq-search__clear:hover,
.cg-faq-search__clear:focus {
  background: #b1ff29;
  border-color: #b1ff29;
  color: #000000;
  transform: translateY(-2px);
}

.cg-faq-search__count {
  color: #5d6678;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.cg-faq-category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.cg-faq-category__button {
  background: #ffffff;
  border: 1px solid #dfe5d9;
  color: #151515;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  min-height: 42px;
  padding: 0 16px;
  transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.cg-faq-category__button:hover,
.cg-faq-category__button:focus {
  border-color: #b1ff29;
  transform: translateY(-1px);
}

.cg-faq-category__button.is-active {
  background: #b1ff29;
  border-color: #b1ff29;
  color: #000000;
}

.cg-faq__meta {
  display: grid;
  gap: 16px;
  margin-bottom: 32px;
}

.cg-faq__note {
  align-items: start;
  background: rgba(177, 255, 41, 0.08);
  border-left: 3px solid #b1ff29;
  color: #5d6678;
  display: grid;
  font-size: 14px;
  gap: 12px;
  grid-template-columns: 18px minmax(0, 1fr);
  line-height: 1.68;
  max-width: 860px;
  padding: 14px 18px;
}

.cg-faq__note i {
  color: #72a900;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 2px;
}

.cg-faq__note p {
  margin: 0;
}

.cg-faq__groups {
  display: grid;
  gap: 26px;
}

.cg-faq__group {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e2e5de;
  display: grid;
  gap: 20px;
  padding: clamp(22px, 3vw, 34px);
}

.cg-faq__group[hidden],
.cg-faq-item[hidden],
.cg-faq__empty[hidden] {
  display: none;
}

.cg-faq__group-heading {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: 46px minmax(0, 1fr);
}

.cg-faq__group-icon {
  align-items: center;
  background: #0a0a0a;
  color: #b1ff29;
  display: inline-flex;
  font-size: 20px;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.cg-faq__group-title {
  color: #0a0a0a;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 8px;
}

.cg-faq__group-description {
  color: #5d6678;
  font-size: 15px;
  line-height: 1.64;
  margin: 0;
}

.cg-faq__items {
  display: grid;
  gap: 12px;
}

.cg-faq-item {
  background: #ffffff;
  border: 1px solid #e2e5de;
  position: relative;
  transition: border-color 240ms ease, box-shadow 240ms ease, background-color 240ms ease;
}

.cg-faq-item::before {
  background: #b1ff29;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 240ms ease;
  width: 3px;
}

.cg-faq-item:hover,
.cg-faq-item.is-open {
  border-color: rgba(177, 255, 41, 0.72);
  box-shadow: 0 18px 38px rgba(10, 10, 10, 0.06);
}

.cg-faq-item.is-open::before {
  transform: scaleY(1);
}

.cg-faq-item__heading {
  margin: 0;
}

.cg-faq-item__button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #0a0a0a;
  cursor: pointer;
  display: grid;
  font-size: clamp(17px, 1.5vw, 20px);
  font-weight: 600;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 28px;
  line-height: 1.35;
  padding: 22px 24px;
  text-align: left;
  width: 100%;
}

.cg-faq-item__button:focus-visible,
.cg-faq-category__button:focus-visible,
.cg-faq-search__clear:focus-visible,
.cg-faq-cta__button:focus-visible {
  outline: 3px solid rgba(177, 255, 41, 0.78);
  outline-offset: 4px;
}

.cg-faq-item__marker {
  border: 1px solid rgba(10, 10, 10, 0.16);
  display: inline-flex;
  height: 28px;
  position: relative;
  width: 28px;
}

.cg-faq-item__marker::before,
.cg-faq-item__marker::after {
  background: #0a0a0a;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cg-faq-item__marker::before {
  height: 2px;
  width: 12px;
}

.cg-faq-item__marker::after {
  height: 12px;
  transition: opacity 220ms ease;
  width: 2px;
}

.cg-faq-item.is-open .cg-faq-item__marker {
  background: #b1ff29;
  border-color: #b1ff29;
}

.cg-faq-item.is-open .cg-faq-item__marker::after {
  opacity: 0;
}

.cg-faq-item__panel {
  display: grid;
}

.cg-faq-page.is-faq-enhanced .cg-faq-item__panel {
  grid-template-rows: 0fr;
  opacity: 0;
  overflow: hidden;
  transition: grid-template-rows 260ms ease, opacity 220ms ease;
}

.cg-faq-page.is-faq-enhanced .cg-faq-item.is-open .cg-faq-item__panel {
  grid-template-rows: 1fr;
  opacity: 1;
}

.cg-faq-item__answer {
  color: #4f5968;
  font-size: 16px;
  line-height: 1.74;
  min-height: 0;
  overflow: hidden;
  padding: 0 24px 24px;
}

.cg-faq-item__answer p {
  margin: 0;
}

.cg-faq-item__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.cg-faq-item__links a {
  align-items: center;
  color: #0a0a0a;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  text-decoration: none;
  transition: color 220ms ease, transform 220ms ease;
}

.cg-faq-item__links a:hover,
.cg-faq-item__links a:focus {
  color: #72a900;
  transform: translateX(2px);
}

.cg-faq__empty {
  background: #f7f8f5;
  border: 1px dashed #cfd6c7;
  color: #5d6678;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 28px;
  padding: 24px;
}

.cg-faq__empty p {
  margin: 0;
}

.cg-faq-cta {
  padding: 0 0 104px;
}

.cg-faq-cta__inner {
  background: #0a0a0a;
  color: #ffffff;
  overflow: hidden;
  padding: clamp(38px, 5vw, 62px);
  position: relative;
}

.cg-faq-cta__inner::before {
  background: radial-gradient(circle at 92% 16%, rgba(177, 255, 41, 0.18), rgba(177, 255, 41, 0.06) 32%, transparent 58%);
  content: "";
  height: 360px;
  pointer-events: none;
  position: absolute;
  right: -130px;
  top: -130px;
  width: 430px;
}

.cg-faq-cta__inner::after {
  border: 1px solid rgba(177, 255, 41, 0.14);
  content: "";
  height: 44px;
  pointer-events: none;
  position: absolute;
  right: 42px;
  top: 42px;
  width: 170px;
}

.cg-faq-cta__line {
  background: #b1ff29;
  display: block;
  height: 3px;
  margin-bottom: 26px;
  width: 86px;
}

.cg-faq-cta__eyebrow {
  color: rgba(255, 255, 255, 0.62);
}

.cg-faq-cta__title {
  color: #ffffff;
  max-width: 720px;
}

.cg-faq-cta__description {
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.72;
  margin-top: 22px;
  max-width: 690px;
}

.cg-faq-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.cg-faq-cta__button {
  align-items: center;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  min-height: 50px;
  padding: 0 20px;
  text-decoration: none;
  transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.cg-faq-cta__button:hover,
.cg-faq-cta__button:focus {
  transform: translateY(-2px);
}

.cg-faq-cta__button--primary {
  background: #b1ff29;
  border: 1px solid #b1ff29;
  color: #000000;
}

.cg-faq-cta__button--primary:hover,
.cg-faq-cta__button--primary:focus {
  background: #9eeb18;
  border-color: #9eeb18;
  color: #000000;
}

.cg-faq-cta__button--secondary {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #ffffff;
}

.cg-faq-cta__button--secondary:hover,
.cg-faq-cta__button--secondary:focus {
  border-color: #b1ff29;
  color: #b1ff29;
}

[data-cg-faq-reveal] {
  opacity: 1;
  transform: none;
}

.cg-faq-page.is-faq-enhanced [data-cg-faq-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.cg-faq-page.is-faq-enhanced [data-cg-faq-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1200px) {
  .cg-faq-intro__content p,
  .cg-faq__note p,
  .cg-faq-item__answer p,
  .cg-faq-cta__description {
    text-align: justify;
    text-justify: inter-word;
  }
}

@media (max-width: 767px) {
  .cg-faq-intro {
    padding: 72px 0 24px;
  }

  .cg-faq {
    padding: 18px 0 72px;
  }

  .cg-faq-search {
    padding: 18px;
  }

  .cg-faq-search__control {
    grid-template-columns: 20px minmax(0, 1fr);
  }

  .cg-faq-search__clear {
    grid-column: 1 / -1;
  }

  .cg-faq-category {
    flex-wrap: nowrap;
    margin-left: -16px;
    margin-right: -16px;
    overflow-x: auto;
    padding: 0 16px 4px;
  }

  .cg-faq-category__button {
    flex: 0 0 auto;
  }

  .cg-faq__group-heading {
    grid-template-columns: 1fr;
  }

  .cg-faq__note {
    grid-template-columns: 1fr;
  }

  .cg-faq-item__button {
    padding: 20px 18px;
  }

  .cg-faq-item__answer {
    padding: 0 18px 22px;
  }

  .cg-faq-cta {
    padding-bottom: 80px;
  }

  .cg-faq-cta__actions,
  .cg-faq-cta__button {
    width: 100%;
  }

  .cg-faq-cta__button {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cg-faq-search__input,
  .cg-faq-search__clear,
  .cg-faq-category__button,
  .cg-faq-item,
  .cg-faq-item::before,
  .cg-faq-item__marker::after,
  .cg-faq-page.is-faq-enhanced .cg-faq-item__panel,
  .cg-faq-item__links a,
  .cg-faq-cta__button,
  .cg-faq-page.is-faq-enhanced [data-cg-faq-reveal] {
    transition: none;
  }

  .cg-faq-search__clear:hover,
  .cg-faq-search__clear:focus,
  .cg-faq-category__button:hover,
  .cg-faq-category__button:focus,
  .cg-faq-item__links a:hover,
  .cg-faq-item__links a:focus,
  .cg-faq-cta__button:hover,
  .cg-faq-cta__button:focus {
    transform: none;
  }
}
