.ot-faq {
  --ot-bg: var(--e-global-color-1f63f22, #ffffff);
  --ot-panel: var(--e-global-color-6878fec, #f7f7f7);
  --ot-card: #ffffff;
  --ot-ink: var(--e-global-color-text, #2E332D);
  --ot-dark: var(--e-global-color-bcb2267, #22331e);
  --ot-muted: #5d665a;
  --ot-line: var(--e-global-color-685d91f, #ececec);
  --ot-soft: #edf6eb;
  --ot-soft-strong: #e3f1df;
  --ot-accent: var(--e-global-color-accent, #52A43E);
  --ot-accent-dark: #438833;
  --ot-pill: var(--e-global-color-0a7ae02, #f5f5f5);
  --ot-shadow: 0 14px 40px rgba(34, 51, 30, .07);
  background: var(--ot-bg);
  color: var(--ot-ink);
  font-family: "Poppins", sans-serif;
  overflow-x: clip;
}

.ot-faq * {
  box-sizing: border-box;
}

.ot-faq *,
.ot-faq *::before,
.ot-faq *::after {
  border-radius: 0 !important;
}

.ot-faq a {
  color: inherit;
}

.ot-faq__crumbs {
  background: #fff;
  border-top: 1px solid rgba(34, 51, 30, .08);
  border-bottom: 1px solid var(--ot-line);
  font-size: 13px;
  line-height: 1;
}

.ot-faq__crumbs-inner,
.ot-faq__hero,
.ot-faq__layout,
.ot-faq__contact {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
}

.ot-faq__crumbs-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  color: var(--ot-muted);
}

.ot-faq__crumbs-home {
  display: inline-flex;
  width: 17px;
  height: 17px;
}

.ot-faq__crumbs strong {
  color: var(--ot-dark);
  font-weight: 700;
}

.ot-faq__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 48px;
  align-items: start;
  padding: 58px 0 44px;
  border-bottom: 1px solid var(--ot-line);
}

.ot-faq__eyebrow {
  margin: 0 0 12px;
  color: var(--ot-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ot-faq__title {
  margin: 0;
  max-width: 760px;
  color: var(--ot-dark);
  font-size: clamp(40px, 5vw, 72px);
  line-height: .98;
  font-weight: 700;
}

.ot-faq__lead {
  margin: 8px 0 0;
  color: var(--ot-muted);
  font-size: 16px;
  line-height: 1.75;
}

.ot-faq__layout {
  display: grid;
  grid-template-columns: 282px minmax(0, 1fr);
  gap: 32px;
  padding: 44px 0 64px;
}

.ot-faq__sidebar {
  position: sticky;
  top: 24px;
  align-self: start;
}

.ot-faq__sidebar-title {
  margin: 0 0 14px;
  color: var(--ot-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ot-faq__nav {
  display: grid;
  gap: 8px;
}

.ot-faq__nav-link {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 44px;
  padding: 8px 12px;
  border-radius: 0;
  color: #3f4c3b;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease;
}

.ot-faq__nav-link:hover,
.ot-faq__nav-link.is-active {
  background: var(--ot-soft);
  color: var(--ot-dark);
}

.ot-faq__nav-icon {
  font-size: 15px;
  line-height: 1;
  text-align: center;
}

.ot-faq__nav-count {
  display: inline-grid;
  place-items: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 0;
  background: var(--ot-pill);
  color: var(--ot-dark);
  font-size: 12px;
  font-weight: 700;
}

.ot-faq__nav-link.is-active .ot-faq__nav-count {
  background: var(--ot-accent);
  color: #fff;
}

.ot-faq__content {
  min-width: 0;
  max-width: 100%;
}

.ot-faq__section {
  scroll-margin-top: 145px;
  margin-bottom: 54px;
  max-width: 100%;
}

.ot-faq__section-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--ot-line);
}

.ot-faq__section-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 0;
  background: var(--ot-dark);
  color: #fff;
  font-size: 18px;
}

.ot-faq__section-title {
  margin: 0;
  color: var(--ot-dark);
  font-size: clamp(26px, 3vw, 32px);
  line-height: 1.2;
  font-weight: 700;
}

.ot-faq__section-count {
  color: var(--ot-muted);
  font-size: 13px;
  font-weight: 600;
}

.ot-faq__items {
  display: grid;
  gap: 10px;
  min-width: 0;
  max-width: 100%;
}

.ot-faq__item {
  min-width: 0;
  max-width: 100%;
  border: 1px solid var(--ot-line);
  border-radius: 0;
  background: var(--ot-card);
  overflow: hidden;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.ot-faq__item:hover,
.ot-faq__item.is-open {
  border-color: #dfe8dc;
  box-shadow: var(--ot-shadow);
}

.ot-faq .ot-faq__question {
  display: flex !important;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 72px;
  padding: 18px 24px 18px 28px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: var(--ot-dark);
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: normal;
  overflow: visible;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.ot-faq .ot-faq__question-text {
  display: block;
  flex: 1 1 0;
  min-width: 0;
  width: 0;
  max-width: 100%;
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
  line-height: 1.45;
}

.ot-faq .ot-faq__question * {
  white-space: normal !important;
}

.ot-faq .ot-faq__question:hover,
.ot-faq .ot-faq__question:focus {
  background: var(--ot-panel);
  color: var(--ot-dark);
  border: 0;
  outline: 0;
  box-shadow: none;
}

.ot-faq .ot-faq__item.is-open .ot-faq__question {
  background: var(--ot-panel);
}

.ot-faq__plus {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 0;
  background: var(--ot-pill);
  flex: 0 0 auto;
}

.ot-faq__plus::before,
.ot-faq__plus::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 2px;
  border-radius: 0;
  background: var(--ot-dark);
  transition: transform .18s ease;
}

.ot-faq__plus::after {
  transform: rotate(90deg);
}

.ot-faq__item.is-open .ot-faq__plus::after {
  transform: rotate(0deg);
}

.ot-faq__answer {
  display: none;
  padding: 24px 28px;
  border-top: 1px solid var(--ot-line);
  color: #000;
  font-size: 15px;
  line-height: 1.8;
}

.ot-faq__answer a {
  color: var(--ot-accent-dark);
  font-weight: 600;
}

.ot-faq__item.is-open .ot-faq__answer {
  display: block;
}

.ot-faq__answer p {
  margin: 0 0 14px;
}

.ot-faq__answer p:last-child,
.ot-faq__answer ul:last-child {
  margin-bottom: 0;
}

.ot-faq__answer ul {
  margin: 8px 0 16px;
  padding-left: 20px;
}

.ot-faq__answer li + li {
  margin-top: 4px;
}

.ot-faq__contact {
  padding: 0 0 70px;
}

.ot-faq__contact-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 32px 34px;
  border-radius: 0;
  background: var(--ot-dark);
  color: #fff;
}

.ot-faq__contact-title {
  margin: 0 0 6px;
  color: #fff;
  font-size: clamp(24px, 3vw, 30px);
  line-height: 1.2;
  font-weight: 700;
}

.ot-faq__contact-text {
  margin: 0;
  color: rgba(255, 255, 255, .92);
  font-size: 15px;
  line-height: 1.7;
}

.ot-faq__contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.ot-faq__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 28px;
  border-radius: 0;
  background: var(--ot-accent);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .18s ease, background-color .18s ease;
}

.ot-faq__button:hover {
  transform: translateY(-1px);
  background: var(--ot-accent-dark);
  color: #fff;
}

.ot-faq__button + .ot-faq__button {
  background: #fff;
  color: var(--ot-dark);
}

.ot-faq__button + .ot-faq__button:hover {
  background: var(--ot-panel);
  color: var(--ot-dark);
}

@media (max-width: 980px) {
  .ot-faq__hero {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 42px;
  }

  .ot-faq__layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ot-faq__sidebar {
    position: static;
  }

  .ot-faq__nav {
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0 0 8px;
    overflow-x: auto;
    max-width: 100%;
    width: 100%;
    scrollbar-width: thin;
    scroll-snap-type: x proximity;
  }

  .ot-faq__nav-link {
    grid-template-columns: auto minmax(max-content, 1fr) auto;
    min-width: max-content;
    padding: 8px 10px;
    scroll-snap-align: start;
  }
}

@media (max-width: 640px) {
  .ot-faq {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ot-faq,
  .ot-faq__crumbs-inner,
  .ot-faq__hero,
  .ot-faq__layout,
  .ot-faq__contact,
  .ot-faq__content,
  .ot-faq__section,
  .ot-faq__items,
  .ot-faq__item {
    width: 100% !important;
    max-width: 100%;
    min-width: 0 !important;
    overflow-x: hidden;
  }

  .ot-faq__crumbs-inner,
  .ot-faq__hero,
  .ot-faq__layout,
  .ot-faq__contact {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .ot-faq__layout,
  .ot-faq__content,
  .ot-faq__section,
  .ot-faq__items {
    display: block !important;
    width: 100% !important;
  }

  .ot-faq__item + .ot-faq__item {
    margin-top: 10px;
  }

  .ot-faq__hero {
    padding: 34px 0 30px;
  }

  .ot-faq__layout {
    padding: 30px 0 44px;
  }

  .ot-faq__section {
    scroll-margin-top: 88px;
    margin-top: 14px;
    margin-bottom: 40px;
  }

  .ot-faq__section-head {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
  }

  .ot-faq__section-count {
    grid-column: 2;
    margin-top: -8px;
  }

  .ot-faq .ot-faq__question {
    position: relative;
    display: block !important;
    min-height: 64px;
    padding: 15px 54px 15px 16px;
    font-size: 14px;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible;
  }

  .ot-faq .ot-faq__question-text {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    font-size: 14px;
    line-height: 1.45;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal;
  }

  .ot-faq__plus {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
  }

  .ot-faq__answer {
    padding: 20px 18px;
    font-size: 14px;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    white-space: normal !important;
  }

  .ot-faq__answer p,
  .ot-faq__answer li,
  .ot-faq__answer a {
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal;
  }

  .ot-faq__contact-box {
    grid-template-columns: 1fr;
    padding: 26px 22px;
    text-align: center;
  }

  .ot-faq__contact-actions {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: stretch;
    width: 100%;
  }

  .ot-faq__button {
    width: 100%;
  }
}
